@clayui/time-picker 3.132.0 → 3.136.0

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -314,7 +314,8 @@ var TimePicker = function TimePicker(_ref) {
314
314
  hours: DEFAULT_VALUE,
315
315
  minutes: DEFAULT_VALUE
316
316
  });
317
- }
317
+ },
318
+ tabIndex: visibleActionReset ? 0 : -1
318
319
  }, /*#__PURE__*/_react.default.createElement(_icon.default, {
319
320
  spritemap: spritemap,
320
321
  symbol: "times-circle"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/time-picker",
3
- "version": "3.132.0",
3
+ "version": "3.136.0",
4
4
  "description": "ClayTimePicker component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -20,10 +20,10 @@
20
20
  "react"
21
21
  ],
22
22
  "dependencies": {
23
- "@clayui/button": "^3.128.0",
24
- "@clayui/form": "^3.132.0",
23
+ "@clayui/button": "^3.136.0",
24
+ "@clayui/form": "^3.136.0",
25
25
  "@clayui/icon": "^3.128.0",
26
- "@clayui/shared": "^3.132.0",
26
+ "@clayui/shared": "^3.136.0",
27
27
  "classnames": "^2.2.6"
28
28
  },
29
29
  "peerDependencies": {
@@ -34,5 +34,5 @@
34
34
  "browserslist": [
35
35
  "extends browserslist-config-clay"
36
36
  ],
37
- "gitHead": "6d834ec22c4a7b45f51e51f70c4ddb1f793e6300"
37
+ "gitHead": "a6ec082b6fe0f5d50a3b5f174466c3058b3c5f3a"
38
38
  }