@watcha-authentic/react-slider 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -456,6 +456,7 @@ const SliderComponent = ({ animationDuration = 500, animationTimingFunction = "e
456
456
  return /*#__PURE__*/ (0, _jsxruntime.jsx)("ul", {
457
457
  "aria-roledescription": "carousel",
458
458
  role: "region",
459
+ tabIndex: 0,
459
460
  ...wrapProps,
460
461
  ...withPointerMove,
461
462
  className: [
@@ -446,6 +446,7 @@ const SliderComponent = ({ animationDuration = 500, animationTimingFunction = "e
446
446
  return /*#__PURE__*/ _jsx("ul", {
447
447
  "aria-roledescription": "carousel",
448
448
  role: "region",
449
+ tabIndex: 0,
449
450
  ...wrapProps,
450
451
  ...withPointerMove,
451
452
  className: [
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "slider",
7
7
  "swiper"
8
8
  ],
9
- "version": "0.1.3",
9
+ "version": "0.1.4",
10
10
  "homepage": "https://github.com/frograms/bistro-house/tree/master/packages/react-slider#readme",
11
11
  "author": {
12
12
  "name": "@watcha-authentic#web-dev-group",
@@ -49,7 +49,7 @@
49
49
  "dist"
50
50
  ],
51
51
  "dependencies": {
52
- "@watcha-authentic/react-a11y": "^0.1.0",
52
+ "@watcha-authentic/react-a11y": "^0.1.2",
53
53
  "@watcha-authentic/react-event-callback": "^0.1.0",
54
54
  "@watcha-authentic/react-motion": "^0.1.0"
55
55
  },