@commercetools-frontend/experimental-components 2.0.0 → 3.1.0
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/styles.css
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/* imported from search-input.module.css */
|
|
2
2
|
|
|
3
|
+
/* @redesign cleanup */
|
|
4
|
+
|
|
3
5
|
.search-input-module__block___1uM-y {
|
|
4
6
|
display: inline-flex;
|
|
5
7
|
flex-direction: row;
|
|
@@ -73,7 +75,7 @@
|
|
|
73
75
|
right: 9px;
|
|
74
76
|
}
|
|
75
77
|
|
|
76
|
-
.search-input-module__clear-icon-container___3RQvu {
|
|
78
|
+
:where(html[data-theme='default']) .search-input-module__clear-icon-container___3RQvu {
|
|
77
79
|
background-color: transparent;
|
|
78
80
|
border-color: transparent;
|
|
79
81
|
position: absolute;
|
|
@@ -82,6 +84,15 @@
|
|
|
82
84
|
z-index: 2;
|
|
83
85
|
}
|
|
84
86
|
|
|
87
|
+
:where(html[data-theme='test']) .search-input-module__clear-icon-container___3RQvu {
|
|
88
|
+
background-color: transparent;
|
|
89
|
+
border-color: transparent;
|
|
90
|
+
position: absolute;
|
|
91
|
+
right: 36px;
|
|
92
|
+
top: 11px;
|
|
93
|
+
z-index: 2;
|
|
94
|
+
}
|
|
95
|
+
|
|
85
96
|
.search-input-module__clear-icon-container-granular___1mbin {
|
|
86
97
|
right: 41px;
|
|
87
98
|
}
|
|
@@ -114,7 +125,9 @@
|
|
|
114
125
|
}
|
|
115
126
|
/* imported from selectable-field-search-input.module.css */
|
|
116
127
|
|
|
117
|
-
|
|
128
|
+
/* @redesign cleanup */
|
|
129
|
+
|
|
130
|
+
:where(html[data-theme='default']) .selectable-field-search-input-module__container___z2ltR {
|
|
118
131
|
width: 100%;
|
|
119
132
|
position: relative;
|
|
120
133
|
display: flex;
|
|
@@ -122,6 +135,13 @@
|
|
|
122
135
|
max-width: 800px;
|
|
123
136
|
}
|
|
124
137
|
|
|
138
|
+
:where(html[data-theme='test']) .selectable-field-search-input-module__container___z2ltR {
|
|
139
|
+
width: 100%;
|
|
140
|
+
position: relative;
|
|
141
|
+
display: flex;
|
|
142
|
+
z-index: 3;
|
|
143
|
+
}
|
|
144
|
+
|
|
125
145
|
.selectable-field-search-input-module__search-mode-menu___Od6Le {
|
|
126
146
|
border-radius: var(--border-radius-6);
|
|
127
147
|
border: 1px solid var(--color-primary);
|
|
@@ -207,9 +227,16 @@
|
|
|
207
227
|
|
|
208
228
|
.throttled-field-module__size___324jx {
|
|
209
229
|
width: 100%;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
:where(html[data-theme='default']) .throttled-field-module__size___324jx {
|
|
210
233
|
height: inherit;
|
|
211
234
|
}
|
|
212
235
|
|
|
236
|
+
:where(html[data-theme='test']) .throttled-field-module__size___324jx {
|
|
237
|
+
min-height: var(--height-for-input)
|
|
238
|
+
}
|
|
239
|
+
|
|
213
240
|
.throttled-field-module__input-text___3zFFp {
|
|
214
241
|
transition: 0.2s ease;
|
|
215
242
|
border-radius: 6px;
|
|
@@ -599,16 +626,16 @@ html[data-theme='default'] {
|
|
|
599
626
|
:where(html[data-theme='test']) .set-buttons-module__gap___38Qr0 {
|
|
600
627
|
padding: 20px;
|
|
601
628
|
}
|
|
602
|
-
/* imported from platform-limits-customers-combined.module.css */
|
|
603
|
-
|
|
604
|
-
.platform-limits-customers-combined-module__combined___OszDd {
|
|
605
|
-
margin-bottom: var(--spacing-s);
|
|
606
|
-
}
|
|
607
629
|
/* imported from platform-limits-customers-status.module.css */
|
|
608
630
|
|
|
609
631
|
.platform-limits-customers-status-module__status___3rXYM {
|
|
610
632
|
min-width: max-content;
|
|
611
633
|
}
|
|
634
|
+
/* imported from platform-limits-customers-combined.module.css */
|
|
635
|
+
|
|
636
|
+
.platform-limits-customers-combined-module__combined___OszDd {
|
|
637
|
+
margin-bottom: var(--spacing-s);
|
|
638
|
+
}
|
|
612
639
|
/* imported from platform-limits-customer-groups-status.module.css */
|
|
613
640
|
|
|
614
641
|
.platform-limits-customer-groups-status-module__status___6099G {
|
package/package.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
9
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
10
7
|
"files": [
|
|
@@ -13,21 +10,21 @@
|
|
|
13
10
|
"README.md"
|
|
14
11
|
],
|
|
15
12
|
"dependencies": {
|
|
16
|
-
"@babel/runtime": "^7.
|
|
17
|
-
"@babel/runtime-corejs3": "^7.
|
|
18
|
-
"@commercetools-frontend/actions-global": "21.23.
|
|
19
|
-
"@commercetools-frontend/application-components": "21.23.
|
|
20
|
-
"@commercetools-frontend/application-shell": "21.23.
|
|
21
|
-
"@commercetools-frontend/application-shell-connectors": "21.23.
|
|
22
|
-
"@commercetools-frontend/constants": "21.23.
|
|
23
|
-
"@commercetools-frontend/l10n": "21.23.
|
|
24
|
-
"@commercetools-frontend/sdk": "21.23.
|
|
25
|
-
"@commercetools-frontend/sentry": "21.23.
|
|
26
|
-
"@commercetools-frontend/ui-kit": "15.
|
|
27
|
-
"@commercetools-uikit/design-system": "15.
|
|
28
|
-
"@commercetools-uikit/select-utils": "15.
|
|
29
|
-
"@commercetools-uikit/utils": "15.
|
|
30
|
-
"@emotion/react": "11.10.
|
|
13
|
+
"@babel/runtime": "^7.21.0",
|
|
14
|
+
"@babel/runtime-corejs3": "^7.21.0",
|
|
15
|
+
"@commercetools-frontend/actions-global": "21.23.8",
|
|
16
|
+
"@commercetools-frontend/application-components": "21.23.8",
|
|
17
|
+
"@commercetools-frontend/application-shell": "21.23.8",
|
|
18
|
+
"@commercetools-frontend/application-shell-connectors": "21.23.8",
|
|
19
|
+
"@commercetools-frontend/constants": "21.23.8",
|
|
20
|
+
"@commercetools-frontend/l10n": "21.23.8",
|
|
21
|
+
"@commercetools-frontend/sdk": "21.23.8",
|
|
22
|
+
"@commercetools-frontend/sentry": "21.23.8",
|
|
23
|
+
"@commercetools-frontend/ui-kit": "15.13.1",
|
|
24
|
+
"@commercetools-uikit/design-system": "15.13.1",
|
|
25
|
+
"@commercetools-uikit/select-utils": "15.13.1",
|
|
26
|
+
"@commercetools-uikit/utils": "15.13.1",
|
|
27
|
+
"@emotion/react": "11.10.6",
|
|
31
28
|
"classnames": "2.3.2",
|
|
32
29
|
"cleave.js": "1.5.10",
|
|
33
30
|
"common-tags": "1.8.2",
|
|
@@ -35,7 +32,6 @@
|
|
|
35
32
|
"fast-equals": "4.0.3",
|
|
36
33
|
"formik": "2.2.9",
|
|
37
34
|
"hoist-non-react-statics": "3.3.2",
|
|
38
|
-
"is-touch-device": "1.0.1",
|
|
39
35
|
"lodash.camelcase": "4.3.0",
|
|
40
36
|
"lodash.compact": "3.0.1",
|
|
41
37
|
"lodash.flatmap": "4.5.0",
|
|
@@ -58,13 +54,16 @@
|
|
|
58
54
|
"lodash.uniqby": "4.7.0",
|
|
59
55
|
"memoize-one": "6.0.0",
|
|
60
56
|
"moment": "2.29.4",
|
|
61
|
-
"moment-timezone": "0.5.
|
|
62
|
-
"msw": "^
|
|
57
|
+
"moment-timezone": "0.5.41",
|
|
58
|
+
"msw": "^1.1.0",
|
|
63
59
|
"omit-deep": "0.3.0",
|
|
64
60
|
"omit-empty-es": "1.1.3",
|
|
65
61
|
"prop-types": "15.8.1",
|
|
66
|
-
"react
|
|
62
|
+
"react": "17.0.2",
|
|
63
|
+
"react-intl": "5.25.1",
|
|
64
|
+
"react-redux": "7.2.9",
|
|
67
65
|
"react-required-if": "1.0.3",
|
|
66
|
+
"react-router-dom": "5.3.4",
|
|
68
67
|
"react-textarea-autosize": "8.4.0",
|
|
69
68
|
"reselect": "4.1.7",
|
|
70
69
|
"tiny-invariant": "1.3.1",
|
|
@@ -72,29 +71,34 @@
|
|
|
72
71
|
"uuid": "8.3.2"
|
|
73
72
|
},
|
|
74
73
|
"devDependencies": {
|
|
75
|
-
"@apollo/client": "3.7.
|
|
74
|
+
"@apollo/client": "3.7.9",
|
|
76
75
|
"@commercetools-local/test-data": "workspace:*",
|
|
77
76
|
"@commercetools-local/test-utils": "workspace:*",
|
|
78
|
-
"@commercetools-test-data/channel": "4.
|
|
79
|
-
"@commercetools-test-data/commons": "4.
|
|
80
|
-
"@commercetools-test-data/core": "4.
|
|
77
|
+
"@commercetools-test-data/channel": "4.10.0",
|
|
78
|
+
"@commercetools-test-data/commons": "4.10.0",
|
|
79
|
+
"@commercetools-test-data/core": "4.10.0",
|
|
81
80
|
"@testing-library/react": "12.1.5",
|
|
82
81
|
"@testing-library/react-hooks": "8.0.1",
|
|
83
82
|
"enzyme": "3.11.0",
|
|
83
|
+
"graphql": "16.6.0",
|
|
84
84
|
"graphql-tag": "2.12.6",
|
|
85
|
-
"msw": "
|
|
85
|
+
"msw": "1.1.0",
|
|
86
86
|
"react": "17.0.2",
|
|
87
|
+
"react-dom": "17.0.2",
|
|
87
88
|
"react-intl": "5.25.1",
|
|
88
89
|
"react-redux": "7.2.9",
|
|
89
90
|
"react-router-dom": "5.3.4",
|
|
90
91
|
"react-test-renderer": "17.0.2",
|
|
92
|
+
"redux": "4.2.1",
|
|
93
|
+
"typescript": "4.9.5",
|
|
91
94
|
"xhr-mock": "2.5.1"
|
|
92
95
|
},
|
|
93
96
|
"peerDependencies": {
|
|
94
97
|
"@apollo/client": "3.x",
|
|
95
|
-
"react": "
|
|
96
|
-
"react-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
"@testing-library/react": "12.x",
|
|
99
|
+
"@testing-library/react-hooks": "8.x"
|
|
100
|
+
},
|
|
101
|
+
"publishConfig": {
|
|
102
|
+
"access": "public"
|
|
99
103
|
}
|
|
100
104
|
}
|