@commercetools-uikit/time-input 17.0.0 → 17.0.1
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.
- package/dist/commercetools-uikit-time-input.cjs.d.ts +1 -1
- package/dist/commercetools-uikit-time-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-time-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-time-input.esm.js +1 -1
- package/package.json +9 -9
- package/dist/commercetools-uikit-time-input.cjs.d.ts.map +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from "./declarations/src/index";
|
|
2
2
|
export { default } from "./declarations/src/index";
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC10aW1lLWlucHV0LmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
|
|
@@ -381,7 +381,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
381
381
|
var TimeInput$1 = TimeInput;
|
|
382
382
|
|
|
383
383
|
// NOTE: This string will be replaced on build time with the package version.
|
|
384
|
-
var version = "17.0.
|
|
384
|
+
var version = "17.0.1";
|
|
385
385
|
|
|
386
386
|
exports["default"] = TimeInput$1;
|
|
387
387
|
exports.version = version;
|
|
@@ -343,7 +343,7 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
343
343
|
var TimeInput$1 = TimeInput;
|
|
344
344
|
|
|
345
345
|
// NOTE: This string will be replaced on build time with the package version.
|
|
346
|
-
var version = "17.0.
|
|
346
|
+
var version = "17.0.1";
|
|
347
347
|
|
|
348
348
|
exports["default"] = TimeInput$1;
|
|
349
349
|
exports.version = version;
|
|
@@ -359,6 +359,6 @@ TimeInput.toLocaleTime = (time, locale) => {
|
|
|
359
359
|
var TimeInput$1 = TimeInput;
|
|
360
360
|
|
|
361
361
|
// NOTE: This string will be replaced on build time with the package version.
|
|
362
|
-
var version = "17.0.
|
|
362
|
+
var version = "17.0.1";
|
|
363
363
|
|
|
364
364
|
export { TimeInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/time-input",
|
|
3
3
|
"description": "The TimeInput component allows the user to select a time.",
|
|
4
|
-
"version": "17.0.
|
|
4
|
+
"version": "17.0.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "17.0.
|
|
25
|
-
"@commercetools-uikit/constraints": "17.0.
|
|
26
|
-
"@commercetools-uikit/design-system": "17.0.
|
|
27
|
-
"@commercetools-uikit/hooks": "17.0.
|
|
28
|
-
"@commercetools-uikit/icons": "17.0.
|
|
29
|
-
"@commercetools-uikit/input-utils": "17.0.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "17.0.
|
|
31
|
-
"@commercetools-uikit/utils": "17.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "17.0.1",
|
|
25
|
+
"@commercetools-uikit/constraints": "17.0.1",
|
|
26
|
+
"@commercetools-uikit/design-system": "17.0.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "17.0.1",
|
|
28
|
+
"@commercetools-uikit/icons": "17.0.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "17.0.1",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "17.0.1",
|
|
31
|
+
"@commercetools-uikit/utils": "17.0.1",
|
|
32
32
|
"@emotion/is-prop-valid": "1.2.1",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commercetools-uikit-time-input.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
|