@commercetools-uikit/checkbox-input 20.2.1 → 20.2.3
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.
|
@@ -269,7 +269,7 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
269
269
|
var CheckboxInput$1 = CheckboxInput;
|
|
270
270
|
|
|
271
271
|
// NOTE: This string will be replaced on build time with the package version.
|
|
272
|
-
var version = "20.2.
|
|
272
|
+
var version = "20.2.3";
|
|
273
273
|
|
|
274
274
|
exports["default"] = CheckboxInput$1;
|
|
275
275
|
exports.version = version;
|
|
@@ -260,7 +260,7 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
260
260
|
var CheckboxInput$1 = CheckboxInput;
|
|
261
261
|
|
|
262
262
|
// NOTE: This string will be replaced on build time with the package version.
|
|
263
|
-
var version = "20.2.
|
|
263
|
+
var version = "20.2.3";
|
|
264
264
|
|
|
265
265
|
exports["default"] = CheckboxInput$1;
|
|
266
266
|
exports.version = version;
|
|
@@ -253,6 +253,6 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
253
253
|
var CheckboxInput$1 = CheckboxInput;
|
|
254
254
|
|
|
255
255
|
// NOTE: This string will be replaced on build time with the package version.
|
|
256
|
-
var version = "20.2.
|
|
256
|
+
var version = "20.2.3";
|
|
257
257
|
|
|
258
258
|
export { CheckboxInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/checkbox-input",
|
|
3
3
|
"description": "An input component that works as checkbox input.",
|
|
4
|
-
"version": "20.2.
|
|
4
|
+
"version": "20.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
28
|
-
"@commercetools-uikit/icons": "20.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
30
|
-
"@commercetools-uikit/select-utils": "20.2.
|
|
31
|
-
"@commercetools-uikit/utils": "20.2.
|
|
27
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/select-utils": "20.2.3",
|
|
31
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"react-intl": "^7.1.4"
|