@commercetools-frontend/experimental-components 3.0.0 → 3.1.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/styles.css CHANGED
@@ -18,15 +18,21 @@
18
18
  :where(html[data-theme='default']) .search-input-module__input-container___mJnyZ {
19
19
  height: var(--spacing-xl);
20
20
  }
21
- :where(html[data-theme='test']) .search-input-module__input-container___mJnyZ {
22
- height: auto;
23
- }
24
21
 
25
22
  :where(html[data-theme='default']) .search-input-module__input-container___mJnyZ {
26
23
  border-color: var(--color-neutral-60);
27
24
  }
25
+
28
26
  :where(html[data-theme='test']) .search-input-module__input-container___mJnyZ {
29
27
  border-color: var(--border-color-for-input);
28
+ height: var(--height-for-input);
29
+ }
30
+
31
+ :where(html[data-theme='test']) .search-input-module__input-container___mJnyZ > input::placeholder {
32
+ font-weight: var(--font-weight-400);
33
+ font-size: var(--font-size-for-input);
34
+ font-family: var(--font-family);
35
+ color: var(--color-neutral-60);
30
36
  }
31
37
 
32
38
  .search-input-module__input-container___mJnyZ > input {
@@ -64,6 +70,7 @@
64
70
  :where(html[data-theme='default']) .search-input-module__search-icon-container___cbHQY {
65
71
  top: 5px;
66
72
  }
73
+
67
74
  :where(html[data-theme='test']) .search-input-module__search-icon-container___cbHQY {
68
75
  top: 8px;
69
76
  }
@@ -140,6 +147,7 @@
140
147
  position: relative;
141
148
  display: flex;
142
149
  z-index: 3;
150
+ max-width: var(--constraint-15);
143
151
  }
144
152
 
145
153
  .selectable-field-search-input-module__search-mode-menu___Od6Le {
@@ -227,9 +235,16 @@
227
235
 
228
236
  .throttled-field-module__size___324jx {
229
237
  width: 100%;
238
+ }
239
+
240
+ :where(html[data-theme='default']) .throttled-field-module__size___324jx {
230
241
  height: inherit;
231
242
  }
232
243
 
244
+ :where(html[data-theme='test']) .throttled-field-module__size___324jx {
245
+ min-height: var(--height-for-input)
246
+ }
247
+
233
248
  .throttled-field-module__input-text___3zFFp {
234
249
  transition: 0.2s ease;
235
250
  border-radius: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/experimental-components",
3
- "version": "3.0.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "main": "dist/commercetools-frontend-experimental-components.cjs.js",
6
6
  "module": "dist/commercetools-frontend-experimental-components.esm.js",
@@ -12,18 +12,18 @@
12
12
  "dependencies": {
13
13
  "@babel/runtime": "^7.21.0",
14
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",
15
+ "@commercetools-frontend/actions-global": "21.23.10",
16
+ "@commercetools-frontend/application-components": "21.23.10",
17
+ "@commercetools-frontend/application-shell": "21.23.10",
18
+ "@commercetools-frontend/application-shell-connectors": "21.23.10",
19
+ "@commercetools-frontend/constants": "21.23.10",
20
+ "@commercetools-frontend/l10n": "21.23.10",
21
+ "@commercetools-frontend/sdk": "21.23.10",
22
+ "@commercetools-frontend/sentry": "21.23.10",
23
+ "@commercetools-frontend/ui-kit": "15.13.2",
24
+ "@commercetools-uikit/design-system": "15.13.2",
25
+ "@commercetools-uikit/select-utils": "15.13.2",
26
+ "@commercetools-uikit/utils": "15.13.2",
27
27
  "@emotion/react": "11.10.6",
28
28
  "classnames": "2.3.2",
29
29
  "cleave.js": "1.5.10",
@@ -71,12 +71,12 @@
71
71
  "uuid": "8.3.2"
72
72
  },
73
73
  "devDependencies": {
74
- "@apollo/client": "3.7.9",
74
+ "@apollo/client": "3.7.10",
75
75
  "@commercetools-local/test-data": "workspace:*",
76
76
  "@commercetools-local/test-utils": "workspace:*",
77
- "@commercetools-test-data/channel": "4.10.0",
78
- "@commercetools-test-data/commons": "4.10.0",
79
- "@commercetools-test-data/core": "4.10.0",
77
+ "@commercetools-test-data/channel": "4.11.1",
78
+ "@commercetools-test-data/commons": "4.11.1",
79
+ "@commercetools-test-data/core": "4.11.1",
80
80
  "@testing-library/react": "12.1.5",
81
81
  "@testing-library/react-hooks": "8.0.1",
82
82
  "enzyme": "3.11.0",