@commercetools-frontend/experimental-components 3.2.0 → 3.2.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.
- package/dist/commercetools-frontend-experimental-components.cjs.dev.js +889 -312
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +889 -312
- package/dist/commercetools-frontend-experimental-components.esm.js +884 -311
- package/dist/styles.css +47 -47
- package/package.json +13 -13
package/dist/styles.css
CHANGED
|
@@ -123,6 +123,53 @@
|
|
|
123
123
|
flex-shrink: 1;
|
|
124
124
|
margin-left: var(--spacing-s);
|
|
125
125
|
}
|
|
126
|
+
/* imported from required-indicator.module.css */
|
|
127
|
+
|
|
128
|
+
.required-indicator-module__colored____YUFm {
|
|
129
|
+
color: var(--color-warning);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.required-indicator-module__indicatorAsterisk___3lEdX {
|
|
133
|
+
font-style: normal;
|
|
134
|
+
margin-left: 2px;
|
|
135
|
+
}
|
|
136
|
+
/* imported from selectable-field-search-input.module.css */
|
|
137
|
+
|
|
138
|
+
/* @redesign cleanup */
|
|
139
|
+
|
|
140
|
+
:where(html[data-theme='default']) .selectable-field-search-input-module__container___z2ltR {
|
|
141
|
+
width: 100%;
|
|
142
|
+
position: relative;
|
|
143
|
+
display: flex;
|
|
144
|
+
z-index: 3;
|
|
145
|
+
max-width: 800px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
:where(html[data-theme='test']) .selectable-field-search-input-module__container___z2ltR {
|
|
149
|
+
width: 100%;
|
|
150
|
+
position: relative;
|
|
151
|
+
display: flex;
|
|
152
|
+
z-index: 3;
|
|
153
|
+
max-width: var(--constraint-15);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.selectable-field-search-input-module__search-mode-menu___Od6Le {
|
|
157
|
+
border-radius: var(--border-radius-6);
|
|
158
|
+
border: 1px solid var(--color-primary);
|
|
159
|
+
margin-top: 2px;
|
|
160
|
+
position: absolute;
|
|
161
|
+
}
|
|
162
|
+
/* imported from validated-input.module.css */
|
|
163
|
+
|
|
164
|
+
.validated-input-module__invalid___380EL {
|
|
165
|
+
/* this needs !important because react-select has a :focus style that
|
|
166
|
+
stops the border colour being set unless the element is blurred */
|
|
167
|
+
border-color: var(--color-error) !important;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.validated-input-module__container___3L2KB {
|
|
171
|
+
display: inline;
|
|
172
|
+
}
|
|
126
173
|
/* imported from label-range.module.css */
|
|
127
174
|
|
|
128
175
|
.label-range-module__label___3Tb0p {
|
|
@@ -263,53 +310,6 @@
|
|
|
263
310
|
border-bottom-left-radius: 0;
|
|
264
311
|
margin-left: 0;
|
|
265
312
|
}
|
|
266
|
-
/* imported from required-indicator.module.css */
|
|
267
|
-
|
|
268
|
-
.required-indicator-module__colored____YUFm {
|
|
269
|
-
color: var(--color-warning);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.required-indicator-module__indicatorAsterisk___3lEdX {
|
|
273
|
-
font-style: normal;
|
|
274
|
-
margin-left: 2px;
|
|
275
|
-
}
|
|
276
|
-
/* imported from selectable-field-search-input.module.css */
|
|
277
|
-
|
|
278
|
-
/* @redesign cleanup */
|
|
279
|
-
|
|
280
|
-
:where(html[data-theme='default']) .selectable-field-search-input-module__container___z2ltR {
|
|
281
|
-
width: 100%;
|
|
282
|
-
position: relative;
|
|
283
|
-
display: flex;
|
|
284
|
-
z-index: 3;
|
|
285
|
-
max-width: 800px;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
:where(html[data-theme='test']) .selectable-field-search-input-module__container___z2ltR {
|
|
289
|
-
width: 100%;
|
|
290
|
-
position: relative;
|
|
291
|
-
display: flex;
|
|
292
|
-
z-index: 3;
|
|
293
|
-
max-width: var(--constraint-15);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.selectable-field-search-input-module__search-mode-menu___Od6Le {
|
|
297
|
-
border-radius: var(--border-radius-6);
|
|
298
|
-
border: 1px solid var(--color-primary);
|
|
299
|
-
margin-top: 2px;
|
|
300
|
-
position: absolute;
|
|
301
|
-
}
|
|
302
|
-
/* imported from validated-input.module.css */
|
|
303
|
-
|
|
304
|
-
.validated-input-module__invalid___380EL {
|
|
305
|
-
/* this needs !important because react-select has a :focus style that
|
|
306
|
-
stops the border colour being set unless the element is blurred */
|
|
307
|
-
border-color: var(--color-error) !important;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.validated-input-module__container___3L2KB {
|
|
311
|
-
display: inline;
|
|
312
|
-
}
|
|
313
313
|
/* imported from button.module.css */
|
|
314
314
|
|
|
315
315
|
/* Generic button */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
6
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
"@babel/core": "^7.21.0",
|
|
14
14
|
"@babel/runtime": "^7.21.0",
|
|
15
15
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
16
|
-
"@commercetools-frontend/actions-global": "21.24.
|
|
17
|
-
"@commercetools-frontend/application-components": "21.24.
|
|
18
|
-
"@commercetools-frontend/application-shell": "21.24.
|
|
19
|
-
"@commercetools-frontend/application-shell-connectors": "21.24.
|
|
20
|
-
"@commercetools-frontend/constants": "21.24.
|
|
21
|
-
"@commercetools-frontend/l10n": "21.24.
|
|
22
|
-
"@commercetools-frontend/sdk": "21.24.
|
|
23
|
-
"@commercetools-frontend/sentry": "21.24.
|
|
24
|
-
"@commercetools-frontend/ui-kit": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/select-utils": "15.14.
|
|
27
|
-
"@commercetools-uikit/utils": "15.14.
|
|
16
|
+
"@commercetools-frontend/actions-global": "21.24.3",
|
|
17
|
+
"@commercetools-frontend/application-components": "21.24.3",
|
|
18
|
+
"@commercetools-frontend/application-shell": "21.24.3",
|
|
19
|
+
"@commercetools-frontend/application-shell-connectors": "21.24.3",
|
|
20
|
+
"@commercetools-frontend/constants": "21.24.3",
|
|
21
|
+
"@commercetools-frontend/l10n": "21.24.3",
|
|
22
|
+
"@commercetools-frontend/sdk": "21.24.3",
|
|
23
|
+
"@commercetools-frontend/sentry": "21.24.3",
|
|
24
|
+
"@commercetools-frontend/ui-kit": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/select-utils": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
28
28
|
"@emotion/react": "11.10.6",
|
|
29
29
|
"classnames": "2.3.2",
|
|
30
30
|
"cleave.js": "1.5.10",
|