@commercetools-uikit/radio-field 19.12.0 → 19.12.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.
|
@@ -187,7 +187,7 @@ RadioField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
187
187
|
var RadioField$1 = RadioField;
|
|
188
188
|
|
|
189
189
|
// NOTE: This string will be replaced on build time with the package version.
|
|
190
|
-
var version = "19.
|
|
190
|
+
var version = "19.12.1";
|
|
191
191
|
|
|
192
192
|
exports["default"] = RadioField$1;
|
|
193
193
|
exports.version = version;
|
|
@@ -157,7 +157,7 @@ RadioField.propTypes = {};
|
|
|
157
157
|
var RadioField$1 = RadioField;
|
|
158
158
|
|
|
159
159
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "19.
|
|
160
|
+
var version = "19.12.1";
|
|
161
161
|
|
|
162
162
|
exports["default"] = RadioField$1;
|
|
163
163
|
exports.version = version;
|
|
@@ -162,6 +162,6 @@ RadioField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
162
162
|
var RadioField$1 = RadioField;
|
|
163
163
|
|
|
164
164
|
// NOTE: This string will be replaced on build time with the package version.
|
|
165
|
-
var version = "19.
|
|
165
|
+
var version = "19.12.1";
|
|
166
166
|
|
|
167
167
|
export { RadioField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/radio-field",
|
|
3
3
|
"description": "A controlled radio input component with validation states and a label.",
|
|
4
|
-
"version": "19.12.
|
|
4
|
+
"version": "19.12.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/constraints": "19.12.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.12.
|
|
26
|
-
"@commercetools-uikit/field-errors": "19.12.
|
|
27
|
-
"@commercetools-uikit/field-label": "19.12.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "19.12.
|
|
29
|
-
"@commercetools-uikit/radio-input": "19.12.
|
|
30
|
-
"@commercetools-uikit/spacings-stack": "19.12.
|
|
31
|
-
"@commercetools-uikit/utils": "19.12.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.12.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.12.1",
|
|
26
|
+
"@commercetools-uikit/field-errors": "19.12.1",
|
|
27
|
+
"@commercetools-uikit/field-label": "19.12.1",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "19.12.1",
|
|
29
|
+
"@commercetools-uikit/radio-input": "19.12.1",
|
|
30
|
+
"@commercetools-uikit/spacings-stack": "19.12.1",
|
|
31
|
+
"@commercetools-uikit/utils": "19.12.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|