@commercetools-uikit/time-field 12.2.5 → 12.2.6
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.
|
@@ -285,7 +285,7 @@ TimeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
285
285
|
var TimeField$1 = TimeField;
|
|
286
286
|
|
|
287
287
|
// NOTE: This string will be replaced on build time with the package version.
|
|
288
|
-
var version = "12.2.
|
|
288
|
+
var version = "12.2.6";
|
|
289
289
|
|
|
290
290
|
exports["default"] = TimeField$1;
|
|
291
291
|
exports.version = version;
|
|
@@ -149,7 +149,7 @@ TimeField.propTypes = {};
|
|
|
149
149
|
var TimeField$1 = TimeField;
|
|
150
150
|
|
|
151
151
|
// NOTE: This string will be replaced on build time with the package version.
|
|
152
|
-
var version = "12.2.
|
|
152
|
+
var version = "12.2.6";
|
|
153
153
|
|
|
154
154
|
exports["default"] = TimeField$1;
|
|
155
155
|
exports.version = version;
|
|
@@ -259,6 +259,6 @@ TimeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
259
259
|
var TimeField$1 = TimeField;
|
|
260
260
|
|
|
261
261
|
// NOTE: This string will be replaced on build time with the package version.
|
|
262
|
-
var version = "12.2.
|
|
262
|
+
var version = "12.2.6";
|
|
263
263
|
|
|
264
264
|
export { TimeField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/time-field",
|
|
3
3
|
"description": "A controlled date input component for single date.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,12 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/fields/time-field"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"javascript",
|
|
14
|
-
"design system",
|
|
15
|
-
"react",
|
|
16
|
-
"uikit"
|
|
17
|
-
],
|
|
12
|
+
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
18
13
|
"license": "MIT",
|
|
19
14
|
"publishConfig": {
|
|
20
15
|
"access": "public"
|
|
@@ -22,18 +17,16 @@
|
|
|
22
17
|
"sideEffects": false,
|
|
23
18
|
"main": "dist/commercetools-uikit-time-field.cjs.js",
|
|
24
19
|
"module": "dist/commercetools-uikit-time-field.esm.js",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
20
|
+
"files": ["dist"],
|
|
28
21
|
"dependencies": {
|
|
29
22
|
"@babel/runtime": "7.16.3",
|
|
30
23
|
"@babel/runtime-corejs3": "7.16.3",
|
|
31
24
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
25
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
26
|
"@commercetools-uikit/field-errors": "12.2.5",
|
|
34
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
27
|
+
"@commercetools-uikit/field-label": "12.2.6",
|
|
35
28
|
"@commercetools-uikit/spacings-stack": "12.2.5",
|
|
36
|
-
"@commercetools-uikit/time-input": "12.2.
|
|
29
|
+
"@commercetools-uikit/time-input": "12.2.6",
|
|
37
30
|
"@commercetools-uikit/utils": "12.2.5",
|
|
38
31
|
"@emotion/react": "^11.4.0",
|
|
39
32
|
"@emotion/styled": "^11.3.0",
|