@commercetools-uikit/checkbox-input 19.24.0 → 19.25.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.
|
@@ -284,7 +284,7 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
284
284
|
var CheckboxInput$1 = CheckboxInput;
|
|
285
285
|
|
|
286
286
|
// NOTE: This string will be replaced on build time with the package version.
|
|
287
|
-
var version = "19.
|
|
287
|
+
var version = "19.25.1";
|
|
288
288
|
|
|
289
289
|
exports["default"] = CheckboxInput$1;
|
|
290
290
|
exports.version = version;
|
|
@@ -262,7 +262,7 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
262
262
|
var CheckboxInput$1 = CheckboxInput;
|
|
263
263
|
|
|
264
264
|
// NOTE: This string will be replaced on build time with the package version.
|
|
265
|
-
var version = "19.
|
|
265
|
+
var version = "19.25.1";
|
|
266
266
|
|
|
267
267
|
exports["default"] = CheckboxInput$1;
|
|
268
268
|
exports.version = version;
|
|
@@ -267,6 +267,6 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
267
267
|
var CheckboxInput$1 = CheckboxInput;
|
|
268
268
|
|
|
269
269
|
// NOTE: This string will be replaced on build time with the package version.
|
|
270
|
-
var version = "19.
|
|
270
|
+
var version = "19.25.1";
|
|
271
271
|
|
|
272
272
|
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": "19.
|
|
4
|
+
"version": "19.25.1",
|
|
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": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/select-utils": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
27
|
+
"@commercetools-uikit/design-system": "19.25.1",
|
|
28
|
+
"@commercetools-uikit/icons": "19.25.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.25.1",
|
|
30
|
+
"@commercetools-uikit/select-utils": "19.25.1",
|
|
31
|
+
"@commercetools-uikit/utils": "19.25.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|