@commercetools-frontend/experimental-components 6.1.4 → 6.1.5

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.
Files changed (2) hide show
  1. package/dist/styles.css +12 -12
  2. package/package.json +5 -6
package/dist/styles.css CHANGED
@@ -41,6 +41,18 @@
41
41
  font-size: 0.9rem;
42
42
  font-weight: bold;
43
43
  }
44
+ /* imported from numeric-format-input.module.css */
45
+
46
+ .numeric-format-input-module__invalid___3LcyE {
47
+ /* this needs !important because react-select has a :focus style that
48
+ stops the border colour being set unless the element is blurred */
49
+ border-color: var(--color-error) !important;
50
+ border: 1px solid;
51
+ }
52
+
53
+ .numeric-format-input-module__disabled___hb6h4 {
54
+ cursor: not-allowed;
55
+ }
44
56
  /* imported from multi-value-search-input.module.css */
45
57
 
46
58
  .multi-value-search-input-module__container___2u64d {
@@ -177,18 +189,6 @@
177
189
  flex-shrink: 1;
178
190
  margin-left: var(--spacing-s);
179
191
  }
180
- /* imported from numeric-format-input.module.css */
181
-
182
- .numeric-format-input-module__invalid___3LcyE {
183
- /* this needs !important because react-select has a :focus style that
184
- stops the border colour being set unless the element is blurred */
185
- border-color: var(--color-error) !important;
186
- border: 1px solid;
187
- }
188
-
189
- .numeric-format-input-module__disabled___hb6h4 {
190
- cursor: not-allowed;
191
- }
192
192
  /* imported from throttled-field.module.css */
193
193
 
194
194
  .throttled-field-module__size___324jx {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/experimental-components",
3
- "version": "6.1.4",
3
+ "version": "6.1.5",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,10 +26,10 @@
26
26
  "@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.30.3",
27
27
  "@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.30.3",
28
28
  "@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.30.3",
29
- "@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.9.0",
30
- "@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.9.0",
31
- "@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.9.0",
32
- "@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.9.0",
29
+ "@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.10.0",
30
+ "@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.10.0",
31
+ "@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.10.0",
32
+ "@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.10.0",
33
33
  "@emotion/react": "^11.11.1",
34
34
  "classnames": "2.5.1",
35
35
  "cleave.js": "1.5.10",
@@ -73,7 +73,6 @@
73
73
  "react-test-renderer": "17.0.2",
74
74
  "redux": "4.2.1",
75
75
  "typescript": "5.2.2",
76
- "xhr-mock": "2.5.1",
77
76
  "@commercetools-local/test-data": "1.2.12",
78
77
  "@commercetools-local/test-utils": "1.2.13"
79
78
  },