kamrify commited on
Commit
bf929a6
·
1 Parent(s): f46ed15

Update buttons example

Browse files
docs/package.json CHANGED
@@ -16,7 +16,7 @@
16
  "@types/react": "^18.0.21",
17
  "@types/react-dom": "^18.0.6",
18
  "astro": "^2.7.0",
19
- "driver.js": "1.1.8-next.0",
20
  "react": "^18.0.0",
21
  "react-dom": "^18.0.0",
22
  "react-fast-marquee": "^1.6.0",
 
16
  "@types/react": "^18.0.21",
17
  "@types/react-dom": "^18.0.6",
18
  "astro": "^2.7.0",
19
+ "driver.js": "1.1.9-next.0",
20
  "react": "^18.0.0",
21
  "react-dom": "^18.0.0",
22
  "react-fast-marquee": "^1.6.0",
docs/pnpm-lock.yaml CHANGED
@@ -24,8 +24,8 @@ dependencies:
24
  specifier: ^2.7.0
25
  version: 2.7.0
26
  driver.js:
27
- specifier: 1.1.8-next.0
28
- version: 1.1.8-next.0
29
  react:
30
  specifier: ^18.0.0
31
  version: 18.0.0
@@ -1386,8 +1386,8 @@ packages:
1386
1387
  resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
1388
 
1389
- /[email protected].8-next.0:
1390
- resolution: {integrity: sha512-3xI442GHwr6IvGnkmuEihOWTCXHaBa/M+iSgTVUpOz0JdkC6oyx8Eqtk7x8zS3YiehngEHEkDpJ5tl7l3yNPfA==}
1391
  dev: false
1392
 
1393
 
24
  specifier: ^2.7.0
25
  version: 2.7.0
26
  driver.js:
27
+ specifier: 1.1.9-next.0
28
+ version: 1.1.9-next.0
29
  react:
30
  specifier: ^18.0.0
31
  version: 18.0.0
 
1386
1387
  resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
1388
 
1389
+ /[email protected].9-next.0:
1390
+ resolution: {integrity: sha512-WZQO71gGUGx5It0wwizXVp2IJTrO+LSBPGFu8NdwGPmHwHaLAqwLev33GfTYfwN9g3F+TvZM1r9R5BqCkSiqcA==}
1391
  dev: false
1392
 
1393
docs/src/content/guides/buttons.mdx CHANGED
@@ -186,7 +186,7 @@ You can use the `onNextClick`, `onPreviousClick` and `onCloseClick` callbacks to
186
  <CodeSample
187
  buttonText={"Show Example"}
188
  config={{
189
- onNextClick:() => {
190
  alert('Next Button Clicked');
191
  },
192
  onPrevClick:() => {
 
186
  <CodeSample
187
  buttonText={"Show Example"}
188
  config={{
189
+ onNextClick: () => {
190
  alert('Next Button Clicked');
191
  },
192
  onPrevClick:() => {