@commercetools-uikit/date-range-field 12.2.4 → 12.2.8
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.
|
@@ -279,8 +279,8 @@ DateRangeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
279
279
|
} : {};
|
|
280
280
|
var DateRangeField$1 = DateRangeField;
|
|
281
281
|
|
|
282
|
-
// NOTE: This string will be replaced
|
|
283
|
-
var version =
|
|
282
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
283
|
+
var version = "12.2.8";
|
|
284
284
|
|
|
285
285
|
exports["default"] = DateRangeField$1;
|
|
286
286
|
exports.version = version;
|
|
@@ -147,8 +147,8 @@ DateRangeField.getDerivedStateFromProps = function (props, state) {
|
|
|
147
147
|
DateRangeField.propTypes = {};
|
|
148
148
|
var DateRangeField$1 = DateRangeField;
|
|
149
149
|
|
|
150
|
-
// NOTE: This string will be replaced
|
|
151
|
-
var version =
|
|
150
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
151
|
+
var version = "12.2.8";
|
|
152
152
|
|
|
153
153
|
exports["default"] = DateRangeField$1;
|
|
154
154
|
exports.version = version;
|
|
@@ -253,7 +253,7 @@ DateRangeField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
253
253
|
} : {};
|
|
254
254
|
var DateRangeField$1 = DateRangeField;
|
|
255
255
|
|
|
256
|
-
// NOTE: This string will be replaced
|
|
257
|
-
var version =
|
|
256
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
257
|
+
var version = "12.2.8";
|
|
258
258
|
|
|
259
259
|
export { DateRangeField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-range-field",
|
|
3
3
|
"description": "A controlled date input component for a date range, with validation states and a label.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.8",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,19 +18,16 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-date-range-field.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-date-range-field.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/date-range-input": "12.2.
|
|
30
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
31
|
-
"@commercetools-uikit/field-errors": "12.2.
|
|
32
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
33
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
34
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.3",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
24
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
25
|
+
"@commercetools-uikit/date-range-input": "12.2.8",
|
|
26
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
27
|
+
"@commercetools-uikit/field-errors": "12.2.5",
|
|
28
|
+
"@commercetools-uikit/field-label": "12.2.7",
|
|
29
|
+
"@commercetools-uikit/spacings": "12.2.5",
|
|
30
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
35
31
|
"@emotion/react": "^11.4.0",
|
|
36
32
|
"@emotion/styled": "^11.3.0",
|
|
37
33
|
"prop-types": "15.7.2",
|