@empathyco/x-components 3.0.0-alpha.263 → 3.0.0-alpha.265
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/CHANGELOG.md +19 -13
- package/design-system/base.css +13 -13
- package/design-system/default-theme.css +11 -11
- package/design-system/deprecated-full-theme.css +1 -1
- package/design-system/dropdown-default.css +2 -2
- package/design-system/facet-default.css +1 -1
- package/design-system/filter-default.css +1 -1
- package/design-system/full-theme.css +44 -44
- package/design-system/input-default.css +1 -1
- package/design-system/input-group-default.css +1 -1
- package/design-system/list-default.css +1 -1
- package/design-system/list-gap.css +20 -20
- package/design-system/list-padding.css +13 -13
- package/design-system/message-default.css +1 -1
- package/design-system/suggestion-default.css +1 -1
- package/design-system/suggestion-group-default.css +1 -1
- package/design-system/tag-default.css +1 -1
- package/package.json +16 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [3.0.0-alpha.
|
|
6
|
+
## [3.0.0-alpha.265](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.264...@empathyco/x-components@3.0.0-alpha.265) (2022-12-30)
|
|
7
7
|
|
|
8
|
+
### Testing
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
- **e2e:** update `cypress` to version `12.1.0` and replace `cypress-cucumber-preprocessor` with
|
|
11
|
+
`@badeball/cypress-cucumber-preprocessor` (#747)
|
|
12
|
+
([2adb2cd](https://github.com/empathyco/x/commit/2adb2cd03591c37934fb385b120822ef271c359f))
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
## [3.0.0-alpha.264](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.263...@empathyco/x-components@3.0.0-alpha.264) (2022-12-30)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
17
|
+
|
|
18
|
+
## [3.0.0-alpha.263](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.262...@empathyco/x-components@3.0.0-alpha.263) (2022-12-30)
|
|
13
19
|
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **design-system:** Add suggestion group component (#943)
|
|
23
|
+
([4bac818](https://github.com/empathyco/x/commit/4bac8183a29ec17a99a90edeae55ba3d4301b626)),
|
|
24
|
+
closes [EX-7496](https://searchbroker.atlassian.net/browse/EX-7496)
|
|
14
25
|
|
|
15
26
|
# Change Log
|
|
16
27
|
|
|
@@ -21,18 +32,13 @@ All notable changes to this project will be documented in this file. See
|
|
|
21
32
|
|
|
22
33
|
**Note:** Version bump only for package @empathyco/x-components
|
|
23
34
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
35
|
## [3.0.0-alpha.261](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.260...@empathyco/x-components@3.0.0-alpha.261) (2022-12-29)
|
|
29
36
|
|
|
30
|
-
|
|
31
37
|
### Bug Fixes
|
|
32
38
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
39
|
+
- **build:** use the default `vue-cli` `webpack` configuration in `rollup-plugin-vue` (#961)
|
|
40
|
+
([f9a9238](https://github.com/empathyco/x/commit/f9a9238cf4a05a6a35129336f318c9440cb6732d)),
|
|
41
|
+
closes [EX-7706](https://searchbroker.atlassian.net/browse/EX-7706)
|
|
36
42
|
|
|
37
43
|
## [3.0.0-alpha.260](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.259...@empathyco/x-components@3.0.0-alpha.260) (2022-12-26)
|
|
38
44
|
|
package/design-system/base.css
CHANGED
|
@@ -5,19 +5,6 @@
|
|
|
5
5
|
--x-size-border-radius-base-pill: 99999px;
|
|
6
6
|
--x-size-border-width-base: 1px;
|
|
7
7
|
}
|
|
8
|
-
:root {
|
|
9
|
-
--x-color-base-lead: #243d48;
|
|
10
|
-
--x-color-base-auxiliary: #BFE1EC;
|
|
11
|
-
--x-color-base-neutral-10: #1a1a1a;
|
|
12
|
-
--x-color-base-neutral-35: #595959;
|
|
13
|
-
--x-color-base-neutral-70: #b3b3b3;
|
|
14
|
-
--x-color-base-neutral-95: #f2f2f2;
|
|
15
|
-
--x-color-base-neutral-100: #ffffff;
|
|
16
|
-
--x-color-base-accent: #0086B2;
|
|
17
|
-
--x-color-base-enable: #00705c;
|
|
18
|
-
--x-color-base-disable: #e11f26;
|
|
19
|
-
--x-color-base-transparent: transparent;
|
|
20
|
-
}
|
|
21
8
|
:root {
|
|
22
9
|
--x-size-base-01: 2px;
|
|
23
10
|
--x-size-base-02: 4px;
|
|
@@ -53,4 +40,17 @@
|
|
|
53
40
|
--x-size-line-height-base-s: 16px;
|
|
54
41
|
--x-size-line-height-base-m: 24px;
|
|
55
42
|
--x-size-line-height-base-l: 32px;
|
|
43
|
+
}
|
|
44
|
+
:root {
|
|
45
|
+
--x-color-base-lead: #243d48;
|
|
46
|
+
--x-color-base-auxiliary: #BFE1EC;
|
|
47
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
48
|
+
--x-color-base-neutral-35: #595959;
|
|
49
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
50
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
51
|
+
--x-color-base-neutral-100: #ffffff;
|
|
52
|
+
--x-color-base-accent: #0086B2;
|
|
53
|
+
--x-color-base-enable: #00705c;
|
|
54
|
+
--x-color-base-disable: #e11f26;
|
|
55
|
+
--x-color-base-transparent: transparent;
|
|
56
56
|
}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
overflow: var(--x-string-overflow-dropdown-toggle-default);
|
|
183
183
|
box-shadow: var(--x-string-box-shadow-dropdown-default);
|
|
184
184
|
}
|
|
185
|
-
@media not all and (
|
|
185
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
186
186
|
.x-dropdown__toggle {
|
|
187
187
|
gap: 0;
|
|
188
188
|
}
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
white-space: nowrap;
|
|
261
261
|
cursor: pointer;
|
|
262
262
|
}
|
|
263
|
-
@media not all and (
|
|
263
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
264
264
|
.x-dropdown__item {
|
|
265
265
|
gap: 0;
|
|
266
266
|
}
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
font-weight: var(--x-number-font-weight-facet-default);
|
|
485
485
|
line-height: var(--x-size-line-height-facet-default);
|
|
486
486
|
}
|
|
487
|
-
@media not all and (
|
|
487
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
488
488
|
.x-facet > *:first-child, .x-facet__header {
|
|
489
489
|
gap: 0;
|
|
490
490
|
}
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
line-height: var(--x-size-line-height-filter-default);
|
|
618
618
|
cursor: pointer;
|
|
619
619
|
}
|
|
620
|
-
@media not all and (
|
|
620
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
621
621
|
.x-filter {
|
|
622
622
|
gap: 0;
|
|
623
623
|
}
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
border-radius: var(--x-size-border-radius-top-left-input-group-default) var(--x-size-border-radius-top-right-input-group-default) var(--x-size-border-radius-bottom-right-input-group-default) var(--x-size-border-radius-bottom-left-input-group-default);
|
|
821
821
|
border-style: solid;
|
|
822
822
|
}
|
|
823
|
-
@media not all and (
|
|
823
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
824
824
|
.x-input-group {
|
|
825
825
|
gap: 0;
|
|
826
826
|
}
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
font-weight: var(--x-number-font-weight-input-default);
|
|
1047
1047
|
line-height: var(--x-size-line-height-input-default);
|
|
1048
1048
|
}
|
|
1049
|
-
@media not all and (
|
|
1049
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1050
1050
|
.x-input {
|
|
1051
1051
|
-webkit-appearance: none;
|
|
1052
1052
|
}
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
align-items: var(--x-size-align-list);
|
|
1120
1120
|
min-width: 0;
|
|
1121
1121
|
}
|
|
1122
|
-
@media not all and (
|
|
1122
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1123
1123
|
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
1124
1124
|
gap: 0;
|
|
1125
1125
|
}
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
font-size: var(--x-size-font-message-default);
|
|
1312
1312
|
font-weight: var(--x-number-font-weight-message-default);
|
|
1313
1313
|
}
|
|
1314
|
-
@media not all and (
|
|
1314
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1315
1315
|
.x-message {
|
|
1316
1316
|
gap: 0;
|
|
1317
1317
|
}
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
border-bottom-width: var(--x-size-border-width-bottom-suggestion-group-default);
|
|
2086
2086
|
border-radius: var(--x-size-border-radius-top-left-suggestion-group-default) var(--x-size-border-radius-top-right-suggestion-group-default) var(--x-size-border-radius-bottom-right-suggestion-group-default) var(--x-size-border-radius-bottom-left-suggestion-group-default);
|
|
2087
2087
|
}
|
|
2088
|
-
@media not all and (
|
|
2088
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2089
2089
|
.x-suggestion-group {
|
|
2090
2090
|
gap: 0;
|
|
2091
2091
|
}
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
border-bottom-width: var(--x-size-border-width-bottom-suggestion-default);
|
|
2269
2269
|
border-radius: var(--x-size-border-radius-top-left-suggestion-default) var(--x-size-border-radius-top-right-suggestion-default) var(--x-size-border-radius-bottom-right-suggestion-default) var(--x-size-border-radius-bottom-left-suggestion-default);
|
|
2270
2270
|
}
|
|
2271
|
-
@media not all and (
|
|
2271
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2272
2272
|
.x-suggestion {
|
|
2273
2273
|
gap: 0;
|
|
2274
2274
|
}
|
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
min-width: calc(3 * var(--x-size-line-height-tag-default));
|
|
2506
2506
|
cursor: pointer;
|
|
2507
2507
|
}
|
|
2508
|
-
@media not all and (
|
|
2508
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2509
2509
|
.x-tag {
|
|
2510
2510
|
gap: 0;
|
|
2511
2511
|
}
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
line-height: var(--x-size-line-height-button-default);
|
|
98
98
|
cursor: pointer;
|
|
99
99
|
}
|
|
100
|
-
@media not all and (
|
|
100
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
101
101
|
.x-button {
|
|
102
102
|
gap: 0;
|
|
103
103
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
overflow: var(--x-string-overflow-dropdown-toggle-default);
|
|
124
124
|
box-shadow: var(--x-string-box-shadow-dropdown-default);
|
|
125
125
|
}
|
|
126
|
-
@media not all and (
|
|
126
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
127
127
|
.x-dropdown__toggle {
|
|
128
128
|
gap: 0;
|
|
129
129
|
}
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
white-space: nowrap;
|
|
202
202
|
cursor: pointer;
|
|
203
203
|
}
|
|
204
|
-
@media not all and (
|
|
204
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
205
205
|
.x-dropdown__item {
|
|
206
206
|
gap: 0;
|
|
207
207
|
}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
font-weight: var(--x-number-font-weight-facet-default);
|
|
111
111
|
line-height: var(--x-size-line-height-facet-default);
|
|
112
112
|
}
|
|
113
|
-
@media not all and (
|
|
113
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
114
114
|
.x-facet > *:first-child, .x-facet__header {
|
|
115
115
|
gap: 0;
|
|
116
116
|
}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
line-height: var(--x-size-line-height-filter-default);
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
}
|
|
86
|
-
@media not all and (
|
|
86
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
87
87
|
.x-filter {
|
|
88
88
|
gap: 0;
|
|
89
89
|
}
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
overflow: var(--x-string-overflow-dropdown-toggle-default);
|
|
194
194
|
box-shadow: var(--x-string-box-shadow-dropdown-default);
|
|
195
195
|
}
|
|
196
|
-
@media not all and (
|
|
196
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
197
197
|
.x-dropdown__toggle {
|
|
198
198
|
gap: 0;
|
|
199
199
|
}
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
white-space: nowrap;
|
|
272
272
|
cursor: pointer;
|
|
273
273
|
}
|
|
274
|
-
@media not all and (
|
|
274
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
275
275
|
.x-dropdown__item {
|
|
276
276
|
gap: 0;
|
|
277
277
|
}
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
font-weight: var(--x-number-font-weight-facet-default);
|
|
611
611
|
line-height: var(--x-size-line-height-facet-default);
|
|
612
612
|
}
|
|
613
|
-
@media not all and (
|
|
613
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
614
614
|
.x-facet > *:first-child, .x-facet__header {
|
|
615
615
|
gap: 0;
|
|
616
616
|
}
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
line-height: var(--x-size-line-height-filter-default);
|
|
749
749
|
cursor: pointer;
|
|
750
750
|
}
|
|
751
|
-
@media not all and (
|
|
751
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
752
752
|
.x-filter {
|
|
753
753
|
gap: 0;
|
|
754
754
|
}
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
border-radius: var(--x-size-border-radius-top-left-input-group-default) var(--x-size-border-radius-top-right-input-group-default) var(--x-size-border-radius-bottom-right-input-group-default) var(--x-size-border-radius-bottom-left-input-group-default);
|
|
988
988
|
border-style: solid;
|
|
989
989
|
}
|
|
990
|
-
@media not all and (
|
|
990
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
991
991
|
.x-input-group {
|
|
992
992
|
gap: 0;
|
|
993
993
|
}
|
|
@@ -1268,7 +1268,7 @@
|
|
|
1268
1268
|
font-weight: var(--x-number-font-weight-input-default);
|
|
1269
1269
|
line-height: var(--x-size-line-height-input-default);
|
|
1270
1270
|
}
|
|
1271
|
-
@media not all and (
|
|
1271
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1272
1272
|
.x-input {
|
|
1273
1273
|
-webkit-appearance: none;
|
|
1274
1274
|
}
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
align-items: var(--x-size-align-list);
|
|
1369
1369
|
min-width: 0;
|
|
1370
1370
|
}
|
|
1371
|
-
@media not all and (
|
|
1371
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1372
1372
|
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
1373
1373
|
gap: 0;
|
|
1374
1374
|
}
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
.x-list--gap-01.x-list {
|
|
1508
1508
|
gap: var(--x-size-gap-list-01);
|
|
1509
1509
|
}
|
|
1510
|
-
@media not all and (
|
|
1510
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1511
1511
|
.x-list--gap-01.x-list:not(.x-list--horizontal), .x-list--gap-01.x-list.x-list--vertical {
|
|
1512
1512
|
gap: 0;
|
|
1513
1513
|
}
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
.x-list--gap-02.x-list {
|
|
1533
1533
|
gap: var(--x-size-gap-list-02);
|
|
1534
1534
|
}
|
|
1535
|
-
@media not all and (
|
|
1535
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1536
1536
|
.x-list--gap-02.x-list:not(.x-list--horizontal), .x-list--gap-02.x-list.x-list--vertical {
|
|
1537
1537
|
gap: 0;
|
|
1538
1538
|
}
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
.x-list--gap-03.x-list {
|
|
1558
1558
|
gap: var(--x-size-gap-list-03);
|
|
1559
1559
|
}
|
|
1560
|
-
@media not all and (
|
|
1560
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1561
1561
|
.x-list--gap-03.x-list:not(.x-list--horizontal), .x-list--gap-03.x-list.x-list--vertical {
|
|
1562
1562
|
gap: 0;
|
|
1563
1563
|
}
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
.x-list--gap-04.x-list {
|
|
1583
1583
|
gap: var(--x-size-gap-list-04);
|
|
1584
1584
|
}
|
|
1585
|
-
@media not all and (
|
|
1585
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1586
1586
|
.x-list--gap-04.x-list:not(.x-list--horizontal), .x-list--gap-04.x-list.x-list--vertical {
|
|
1587
1587
|
gap: 0;
|
|
1588
1588
|
}
|
|
@@ -1607,7 +1607,7 @@
|
|
|
1607
1607
|
.x-list--gap-05.x-list {
|
|
1608
1608
|
gap: var(--x-size-gap-list-05);
|
|
1609
1609
|
}
|
|
1610
|
-
@media not all and (
|
|
1610
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1611
1611
|
.x-list--gap-05.x-list:not(.x-list--horizontal), .x-list--gap-05.x-list.x-list--vertical {
|
|
1612
1612
|
gap: 0;
|
|
1613
1613
|
}
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
.x-list--gap-06.x-list {
|
|
1633
1633
|
gap: var(--x-size-gap-list-06);
|
|
1634
1634
|
}
|
|
1635
|
-
@media not all and (
|
|
1635
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1636
1636
|
.x-list--gap-06.x-list:not(.x-list--horizontal), .x-list--gap-06.x-list.x-list--vertical {
|
|
1637
1637
|
gap: 0;
|
|
1638
1638
|
}
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
.x-list--gap-07.x-list {
|
|
1658
1658
|
gap: var(--x-size-gap-list-07);
|
|
1659
1659
|
}
|
|
1660
|
-
@media not all and (
|
|
1660
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1661
1661
|
.x-list--gap-07.x-list:not(.x-list--horizontal), .x-list--gap-07.x-list.x-list--vertical {
|
|
1662
1662
|
gap: 0;
|
|
1663
1663
|
}
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
.x-list--gap-08.x-list {
|
|
1683
1683
|
gap: var(--x-size-gap-list-08);
|
|
1684
1684
|
}
|
|
1685
|
-
@media not all and (
|
|
1685
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1686
1686
|
.x-list--gap-08.x-list:not(.x-list--horizontal), .x-list--gap-08.x-list.x-list--vertical {
|
|
1687
1687
|
gap: 0;
|
|
1688
1688
|
}
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
.x-list--gap-09.x-list {
|
|
1708
1708
|
gap: var(--x-size-gap-list-09);
|
|
1709
1709
|
}
|
|
1710
|
-
@media not all and (
|
|
1710
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1711
1711
|
.x-list--gap-09.x-list:not(.x-list--horizontal), .x-list--gap-09.x-list.x-list--vertical {
|
|
1712
1712
|
gap: 0;
|
|
1713
1713
|
}
|
|
@@ -1732,7 +1732,7 @@
|
|
|
1732
1732
|
.x-list--gap-10.x-list {
|
|
1733
1733
|
gap: var(--x-size-gap-list-10);
|
|
1734
1734
|
}
|
|
1735
|
-
@media not all and (
|
|
1735
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1736
1736
|
.x-list--gap-10.x-list:not(.x-list--horizontal), .x-list--gap-10.x-list.x-list--vertical {
|
|
1737
1737
|
gap: 0;
|
|
1738
1738
|
}
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
.x-list--gap-11.x-list {
|
|
1758
1758
|
gap: var(--x-size-gap-list-11);
|
|
1759
1759
|
}
|
|
1760
|
-
@media not all and (
|
|
1760
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1761
1761
|
.x-list--gap-11.x-list:not(.x-list--horizontal), .x-list--gap-11.x-list.x-list--vertical {
|
|
1762
1762
|
gap: 0;
|
|
1763
1763
|
}
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
.x-list--gap-12.x-list {
|
|
1783
1783
|
gap: var(--x-size-gap-list-12);
|
|
1784
1784
|
}
|
|
1785
|
-
@media not all and (
|
|
1785
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1786
1786
|
.x-list--gap-12.x-list:not(.x-list--horizontal), .x-list--gap-12.x-list.x-list--vertical {
|
|
1787
1787
|
gap: 0;
|
|
1788
1788
|
}
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
.x-list--gap-13.x-list {
|
|
1808
1808
|
gap: var(--x-size-gap-list-13);
|
|
1809
1809
|
}
|
|
1810
|
-
@media not all and (
|
|
1810
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1811
1811
|
.x-list--gap-13.x-list:not(.x-list--horizontal), .x-list--gap-13.x-list.x-list--vertical {
|
|
1812
1812
|
gap: 0;
|
|
1813
1813
|
}
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
.x-list--gap-14.x-list {
|
|
1833
1833
|
gap: var(--x-size-gap-list-14);
|
|
1834
1834
|
}
|
|
1835
|
-
@media not all and (
|
|
1835
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1836
1836
|
.x-list--gap-14.x-list:not(.x-list--horizontal), .x-list--gap-14.x-list.x-list--vertical {
|
|
1837
1837
|
gap: 0;
|
|
1838
1838
|
}
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
.x-list--gap-15.x-list {
|
|
1858
1858
|
gap: var(--x-size-gap-list-15);
|
|
1859
1859
|
}
|
|
1860
|
-
@media not all and (
|
|
1860
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1861
1861
|
.x-list--gap-15.x-list:not(.x-list--horizontal), .x-list--gap-15.x-list.x-list--vertical {
|
|
1862
1862
|
gap: 0;
|
|
1863
1863
|
}
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
.x-list--gap-16.x-list {
|
|
1883
1883
|
gap: var(--x-size-gap-list-16);
|
|
1884
1884
|
}
|
|
1885
|
-
@media not all and (
|
|
1885
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1886
1886
|
.x-list--gap-16.x-list:not(.x-list--horizontal), .x-list--gap-16.x-list.x-list--vertical {
|
|
1887
1887
|
gap: 0;
|
|
1888
1888
|
}
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
.x-list--gap-17.x-list {
|
|
1908
1908
|
gap: var(--x-size-gap-list-17);
|
|
1909
1909
|
}
|
|
1910
|
-
@media not all and (
|
|
1910
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1911
1911
|
.x-list--gap-17.x-list:not(.x-list--horizontal), .x-list--gap-17.x-list.x-list--vertical {
|
|
1912
1912
|
gap: 0;
|
|
1913
1913
|
}
|
|
@@ -1932,7 +1932,7 @@
|
|
|
1932
1932
|
.x-list--gap-18.x-list {
|
|
1933
1933
|
gap: var(--x-size-gap-list-18);
|
|
1934
1934
|
}
|
|
1935
|
-
@media not all and (
|
|
1935
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1936
1936
|
.x-list--gap-18.x-list:not(.x-list--horizontal), .x-list--gap-18.x-list.x-list--vertical {
|
|
1937
1937
|
gap: 0;
|
|
1938
1938
|
}
|
|
@@ -1957,7 +1957,7 @@
|
|
|
1957
1957
|
.x-list--gap-19.x-list {
|
|
1958
1958
|
gap: var(--x-size-gap-list-19);
|
|
1959
1959
|
}
|
|
1960
|
-
@media not all and (
|
|
1960
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1961
1961
|
.x-list--gap-19.x-list:not(.x-list--horizontal), .x-list--gap-19.x-list.x-list--vertical {
|
|
1962
1962
|
gap: 0;
|
|
1963
1963
|
}
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
.x-list--gap-20.x-list {
|
|
1983
1983
|
gap: var(--x-size-gap-list-20);
|
|
1984
1984
|
}
|
|
1985
|
-
@media not all and (
|
|
1985
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
1986
1986
|
.x-list--gap-20.x-list:not(.x-list--horizontal), .x-list--gap-20.x-list.x-list--vertical {
|
|
1987
1987
|
gap: 0;
|
|
1988
1988
|
}
|
|
@@ -2070,7 +2070,7 @@
|
|
|
2070
2070
|
.x-list--gap-.x-list {
|
|
2071
2071
|
gap: var(--x-size-gap-list-01);
|
|
2072
2072
|
}
|
|
2073
|
-
@media not all and (
|
|
2073
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2074
2074
|
.x-list--gap-.x-list {
|
|
2075
2075
|
gap: 0;
|
|
2076
2076
|
}
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.x-list--gap-.x-list {
|
|
2093
2093
|
gap: var(--x-size-gap-list-02);
|
|
2094
2094
|
}
|
|
2095
|
-
@media not all and (
|
|
2095
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2096
2096
|
.x-list--gap-.x-list {
|
|
2097
2097
|
gap: 0;
|
|
2098
2098
|
}
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
.x-list--gap-.x-list {
|
|
2115
2115
|
gap: var(--x-size-gap-list-03);
|
|
2116
2116
|
}
|
|
2117
|
-
@media not all and (
|
|
2117
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2118
2118
|
.x-list--gap-.x-list {
|
|
2119
2119
|
gap: 0;
|
|
2120
2120
|
}
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
.x-list--gap-.x-list {
|
|
2137
2137
|
gap: var(--x-size-gap-list-04);
|
|
2138
2138
|
}
|
|
2139
|
-
@media not all and (
|
|
2139
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2140
2140
|
.x-list--gap-.x-list {
|
|
2141
2141
|
gap: 0;
|
|
2142
2142
|
}
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
.x-list--gap-.x-list {
|
|
2159
2159
|
gap: var(--x-size-gap-list-05);
|
|
2160
2160
|
}
|
|
2161
|
-
@media not all and (
|
|
2161
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2162
2162
|
.x-list--gap-.x-list {
|
|
2163
2163
|
gap: 0;
|
|
2164
2164
|
}
|
|
@@ -2180,7 +2180,7 @@
|
|
|
2180
2180
|
.x-list--gap-.x-list {
|
|
2181
2181
|
gap: var(--x-size-gap-list-06);
|
|
2182
2182
|
}
|
|
2183
|
-
@media not all and (
|
|
2183
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2184
2184
|
.x-list--gap-.x-list {
|
|
2185
2185
|
gap: 0;
|
|
2186
2186
|
}
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
.x-list--gap-.x-list {
|
|
2203
2203
|
gap: var(--x-size-gap-list-07);
|
|
2204
2204
|
}
|
|
2205
|
-
@media not all and (
|
|
2205
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2206
2206
|
.x-list--gap-.x-list {
|
|
2207
2207
|
gap: 0;
|
|
2208
2208
|
}
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
.x-list--gap-.x-list {
|
|
2225
2225
|
gap: var(--x-size-gap-list-08);
|
|
2226
2226
|
}
|
|
2227
|
-
@media not all and (
|
|
2227
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2228
2228
|
.x-list--gap-.x-list {
|
|
2229
2229
|
gap: 0;
|
|
2230
2230
|
}
|
|
@@ -2246,7 +2246,7 @@
|
|
|
2246
2246
|
.x-list--gap-.x-list {
|
|
2247
2247
|
gap: var(--x-size-gap-list-09);
|
|
2248
2248
|
}
|
|
2249
|
-
@media not all and (
|
|
2249
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2250
2250
|
.x-list--gap-.x-list {
|
|
2251
2251
|
gap: 0;
|
|
2252
2252
|
}
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
.x-list--gap-.x-list {
|
|
2269
2269
|
gap: var(--x-size-gap-list-10);
|
|
2270
2270
|
}
|
|
2271
|
-
@media not all and (
|
|
2271
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2272
2272
|
.x-list--gap-.x-list {
|
|
2273
2273
|
gap: 0;
|
|
2274
2274
|
}
|
|
@@ -2290,7 +2290,7 @@
|
|
|
2290
2290
|
.x-list--gap-.x-list {
|
|
2291
2291
|
gap: var(--x-size-gap-list-11);
|
|
2292
2292
|
}
|
|
2293
|
-
@media not all and (
|
|
2293
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2294
2294
|
.x-list--gap-.x-list {
|
|
2295
2295
|
gap: 0;
|
|
2296
2296
|
}
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
.x-list--gap-.x-list {
|
|
2313
2313
|
gap: var(--x-size-gap-list-12);
|
|
2314
2314
|
}
|
|
2315
|
-
@media not all and (
|
|
2315
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2316
2316
|
.x-list--gap-.x-list {
|
|
2317
2317
|
gap: 0;
|
|
2318
2318
|
}
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
.x-list--gap-.x-list {
|
|
2335
2335
|
gap: var(--x-size-gap-list-13);
|
|
2336
2336
|
}
|
|
2337
|
-
@media not all and (
|
|
2337
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2338
2338
|
.x-list--gap-.x-list {
|
|
2339
2339
|
gap: 0;
|
|
2340
2340
|
}
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
font-size: var(--x-size-font-message-default);
|
|
2395
2395
|
font-weight: var(--x-number-font-weight-message-default);
|
|
2396
2396
|
}
|
|
2397
|
-
@media not all and (
|
|
2397
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
2398
2398
|
.x-message {
|
|
2399
2399
|
gap: 0;
|
|
2400
2400
|
}
|
|
@@ -3357,7 +3357,7 @@
|
|
|
3357
3357
|
border-bottom-width: var(--x-size-border-width-bottom-suggestion-group-default);
|
|
3358
3358
|
border-radius: var(--x-size-border-radius-top-left-suggestion-group-default) var(--x-size-border-radius-top-right-suggestion-group-default) var(--x-size-border-radius-bottom-right-suggestion-group-default) var(--x-size-border-radius-bottom-left-suggestion-group-default);
|
|
3359
3359
|
}
|
|
3360
|
-
@media not all and (
|
|
3360
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
3361
3361
|
.x-suggestion-group {
|
|
3362
3362
|
gap: 0;
|
|
3363
3363
|
}
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
border-bottom-width: var(--x-size-border-width-bottom-suggestion-default);
|
|
3456
3456
|
border-radius: var(--x-size-border-radius-top-left-suggestion-default) var(--x-size-border-radius-top-right-suggestion-default) var(--x-size-border-radius-bottom-right-suggestion-default) var(--x-size-border-radius-bottom-left-suggestion-default);
|
|
3457
3457
|
}
|
|
3458
|
-
@media not all and (
|
|
3458
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
3459
3459
|
.x-suggestion {
|
|
3460
3460
|
gap: 0;
|
|
3461
3461
|
}
|
|
@@ -3654,7 +3654,7 @@
|
|
|
3654
3654
|
min-width: calc(3 * var(--x-size-line-height-tag-default));
|
|
3655
3655
|
cursor: pointer;
|
|
3656
3656
|
}
|
|
3657
|
-
@media not all and (
|
|
3657
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
3658
3658
|
.x-tag {
|
|
3659
3659
|
gap: 0;
|
|
3660
3660
|
}
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
font-weight: var(--x-number-font-weight-input-default);
|
|
82
82
|
line-height: var(--x-size-line-height-input-default);
|
|
83
83
|
}
|
|
84
|
-
@media not all and (
|
|
84
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
85
85
|
.x-input {
|
|
86
86
|
-webkit-appearance: none;
|
|
87
87
|
}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
border-radius: var(--x-size-border-radius-top-left-input-group-default) var(--x-size-border-radius-top-right-input-group-default) var(--x-size-border-radius-bottom-right-input-group-default) var(--x-size-border-radius-bottom-left-input-group-default);
|
|
76
76
|
border-style: solid;
|
|
77
77
|
}
|
|
78
|
-
@media not all and (
|
|
78
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
79
79
|
.x-input-group {
|
|
80
80
|
gap: 0;
|
|
81
81
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
align-items: var(--x-size-align-list);
|
|
19
19
|
min-width: 0;
|
|
20
20
|
}
|
|
21
|
-
@media not all and (
|
|
21
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
22
22
|
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
23
23
|
gap: 0;
|
|
24
24
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
.x-list--gap-01.x-list {
|
|
25
25
|
gap: var(--x-size-gap-list-01);
|
|
26
26
|
}
|
|
27
|
-
@media not all and (
|
|
27
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
28
28
|
.x-list--gap-01.x-list:not(.x-list--horizontal), .x-list--gap-01.x-list.x-list--vertical {
|
|
29
29
|
gap: 0;
|
|
30
30
|
}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
.x-list--gap-02.x-list {
|
|
50
50
|
gap: var(--x-size-gap-list-02);
|
|
51
51
|
}
|
|
52
|
-
@media not all and (
|
|
52
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
53
53
|
.x-list--gap-02.x-list:not(.x-list--horizontal), .x-list--gap-02.x-list.x-list--vertical {
|
|
54
54
|
gap: 0;
|
|
55
55
|
}
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
.x-list--gap-03.x-list {
|
|
75
75
|
gap: var(--x-size-gap-list-03);
|
|
76
76
|
}
|
|
77
|
-
@media not all and (
|
|
77
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
78
78
|
.x-list--gap-03.x-list:not(.x-list--horizontal), .x-list--gap-03.x-list.x-list--vertical {
|
|
79
79
|
gap: 0;
|
|
80
80
|
}
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
.x-list--gap-04.x-list {
|
|
100
100
|
gap: var(--x-size-gap-list-04);
|
|
101
101
|
}
|
|
102
|
-
@media not all and (
|
|
102
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
103
103
|
.x-list--gap-04.x-list:not(.x-list--horizontal), .x-list--gap-04.x-list.x-list--vertical {
|
|
104
104
|
gap: 0;
|
|
105
105
|
}
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
.x-list--gap-05.x-list {
|
|
125
125
|
gap: var(--x-size-gap-list-05);
|
|
126
126
|
}
|
|
127
|
-
@media not all and (
|
|
127
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
128
128
|
.x-list--gap-05.x-list:not(.x-list--horizontal), .x-list--gap-05.x-list.x-list--vertical {
|
|
129
129
|
gap: 0;
|
|
130
130
|
}
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
.x-list--gap-06.x-list {
|
|
150
150
|
gap: var(--x-size-gap-list-06);
|
|
151
151
|
}
|
|
152
|
-
@media not all and (
|
|
152
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
153
153
|
.x-list--gap-06.x-list:not(.x-list--horizontal), .x-list--gap-06.x-list.x-list--vertical {
|
|
154
154
|
gap: 0;
|
|
155
155
|
}
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.x-list--gap-07.x-list {
|
|
175
175
|
gap: var(--x-size-gap-list-07);
|
|
176
176
|
}
|
|
177
|
-
@media not all and (
|
|
177
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
178
178
|
.x-list--gap-07.x-list:not(.x-list--horizontal), .x-list--gap-07.x-list.x-list--vertical {
|
|
179
179
|
gap: 0;
|
|
180
180
|
}
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
.x-list--gap-08.x-list {
|
|
200
200
|
gap: var(--x-size-gap-list-08);
|
|
201
201
|
}
|
|
202
|
-
@media not all and (
|
|
202
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
203
203
|
.x-list--gap-08.x-list:not(.x-list--horizontal), .x-list--gap-08.x-list.x-list--vertical {
|
|
204
204
|
gap: 0;
|
|
205
205
|
}
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.x-list--gap-09.x-list {
|
|
225
225
|
gap: var(--x-size-gap-list-09);
|
|
226
226
|
}
|
|
227
|
-
@media not all and (
|
|
227
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
228
228
|
.x-list--gap-09.x-list:not(.x-list--horizontal), .x-list--gap-09.x-list.x-list--vertical {
|
|
229
229
|
gap: 0;
|
|
230
230
|
}
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
.x-list--gap-10.x-list {
|
|
250
250
|
gap: var(--x-size-gap-list-10);
|
|
251
251
|
}
|
|
252
|
-
@media not all and (
|
|
252
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
253
253
|
.x-list--gap-10.x-list:not(.x-list--horizontal), .x-list--gap-10.x-list.x-list--vertical {
|
|
254
254
|
gap: 0;
|
|
255
255
|
}
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
.x-list--gap-11.x-list {
|
|
275
275
|
gap: var(--x-size-gap-list-11);
|
|
276
276
|
}
|
|
277
|
-
@media not all and (
|
|
277
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
278
278
|
.x-list--gap-11.x-list:not(.x-list--horizontal), .x-list--gap-11.x-list.x-list--vertical {
|
|
279
279
|
gap: 0;
|
|
280
280
|
}
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
.x-list--gap-12.x-list {
|
|
300
300
|
gap: var(--x-size-gap-list-12);
|
|
301
301
|
}
|
|
302
|
-
@media not all and (
|
|
302
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
303
303
|
.x-list--gap-12.x-list:not(.x-list--horizontal), .x-list--gap-12.x-list.x-list--vertical {
|
|
304
304
|
gap: 0;
|
|
305
305
|
}
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
.x-list--gap-13.x-list {
|
|
325
325
|
gap: var(--x-size-gap-list-13);
|
|
326
326
|
}
|
|
327
|
-
@media not all and (
|
|
327
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
328
328
|
.x-list--gap-13.x-list:not(.x-list--horizontal), .x-list--gap-13.x-list.x-list--vertical {
|
|
329
329
|
gap: 0;
|
|
330
330
|
}
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
.x-list--gap-14.x-list {
|
|
350
350
|
gap: var(--x-size-gap-list-14);
|
|
351
351
|
}
|
|
352
|
-
@media not all and (
|
|
352
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
353
353
|
.x-list--gap-14.x-list:not(.x-list--horizontal), .x-list--gap-14.x-list.x-list--vertical {
|
|
354
354
|
gap: 0;
|
|
355
355
|
}
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
.x-list--gap-15.x-list {
|
|
375
375
|
gap: var(--x-size-gap-list-15);
|
|
376
376
|
}
|
|
377
|
-
@media not all and (
|
|
377
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
378
378
|
.x-list--gap-15.x-list:not(.x-list--horizontal), .x-list--gap-15.x-list.x-list--vertical {
|
|
379
379
|
gap: 0;
|
|
380
380
|
}
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
.x-list--gap-16.x-list {
|
|
400
400
|
gap: var(--x-size-gap-list-16);
|
|
401
401
|
}
|
|
402
|
-
@media not all and (
|
|
402
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
403
403
|
.x-list--gap-16.x-list:not(.x-list--horizontal), .x-list--gap-16.x-list.x-list--vertical {
|
|
404
404
|
gap: 0;
|
|
405
405
|
}
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
.x-list--gap-17.x-list {
|
|
425
425
|
gap: var(--x-size-gap-list-17);
|
|
426
426
|
}
|
|
427
|
-
@media not all and (
|
|
427
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
428
428
|
.x-list--gap-17.x-list:not(.x-list--horizontal), .x-list--gap-17.x-list.x-list--vertical {
|
|
429
429
|
gap: 0;
|
|
430
430
|
}
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
.x-list--gap-18.x-list {
|
|
450
450
|
gap: var(--x-size-gap-list-18);
|
|
451
451
|
}
|
|
452
|
-
@media not all and (
|
|
452
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
453
453
|
.x-list--gap-18.x-list:not(.x-list--horizontal), .x-list--gap-18.x-list.x-list--vertical {
|
|
454
454
|
gap: 0;
|
|
455
455
|
}
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
.x-list--gap-19.x-list {
|
|
475
475
|
gap: var(--x-size-gap-list-19);
|
|
476
476
|
}
|
|
477
|
-
@media not all and (
|
|
477
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
478
478
|
.x-list--gap-19.x-list:not(.x-list--horizontal), .x-list--gap-19.x-list.x-list--vertical {
|
|
479
479
|
gap: 0;
|
|
480
480
|
}
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
.x-list--gap-20.x-list {
|
|
500
500
|
gap: var(--x-size-gap-list-20);
|
|
501
501
|
}
|
|
502
|
-
@media not all and (
|
|
502
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
503
503
|
.x-list--gap-20.x-list:not(.x-list--horizontal), .x-list--gap-20.x-list.x-list--vertical {
|
|
504
504
|
gap: 0;
|
|
505
505
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
.x-list--gap-.x-list {
|
|
61
61
|
gap: var(--x-size-gap-list-01);
|
|
62
62
|
}
|
|
63
|
-
@media not all and (
|
|
63
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
64
64
|
.x-list--gap-.x-list {
|
|
65
65
|
gap: 0;
|
|
66
66
|
}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
.x-list--gap-.x-list {
|
|
83
83
|
gap: var(--x-size-gap-list-02);
|
|
84
84
|
}
|
|
85
|
-
@media not all and (
|
|
85
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
86
86
|
.x-list--gap-.x-list {
|
|
87
87
|
gap: 0;
|
|
88
88
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
.x-list--gap-.x-list {
|
|
105
105
|
gap: var(--x-size-gap-list-03);
|
|
106
106
|
}
|
|
107
|
-
@media not all and (
|
|
107
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
108
108
|
.x-list--gap-.x-list {
|
|
109
109
|
gap: 0;
|
|
110
110
|
}
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
.x-list--gap-.x-list {
|
|
127
127
|
gap: var(--x-size-gap-list-04);
|
|
128
128
|
}
|
|
129
|
-
@media not all and (
|
|
129
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
130
130
|
.x-list--gap-.x-list {
|
|
131
131
|
gap: 0;
|
|
132
132
|
}
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
.x-list--gap-.x-list {
|
|
149
149
|
gap: var(--x-size-gap-list-05);
|
|
150
150
|
}
|
|
151
|
-
@media not all and (
|
|
151
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
152
152
|
.x-list--gap-.x-list {
|
|
153
153
|
gap: 0;
|
|
154
154
|
}
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
.x-list--gap-.x-list {
|
|
171
171
|
gap: var(--x-size-gap-list-06);
|
|
172
172
|
}
|
|
173
|
-
@media not all and (
|
|
173
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
174
174
|
.x-list--gap-.x-list {
|
|
175
175
|
gap: 0;
|
|
176
176
|
}
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
.x-list--gap-.x-list {
|
|
193
193
|
gap: var(--x-size-gap-list-07);
|
|
194
194
|
}
|
|
195
|
-
@media not all and (
|
|
195
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
196
196
|
.x-list--gap-.x-list {
|
|
197
197
|
gap: 0;
|
|
198
198
|
}
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
.x-list--gap-.x-list {
|
|
215
215
|
gap: var(--x-size-gap-list-08);
|
|
216
216
|
}
|
|
217
|
-
@media not all and (
|
|
217
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
218
218
|
.x-list--gap-.x-list {
|
|
219
219
|
gap: 0;
|
|
220
220
|
}
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
.x-list--gap-.x-list {
|
|
237
237
|
gap: var(--x-size-gap-list-09);
|
|
238
238
|
}
|
|
239
|
-
@media not all and (
|
|
239
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
240
240
|
.x-list--gap-.x-list {
|
|
241
241
|
gap: 0;
|
|
242
242
|
}
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
.x-list--gap-.x-list {
|
|
259
259
|
gap: var(--x-size-gap-list-10);
|
|
260
260
|
}
|
|
261
|
-
@media not all and (
|
|
261
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
262
262
|
.x-list--gap-.x-list {
|
|
263
263
|
gap: 0;
|
|
264
264
|
}
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
.x-list--gap-.x-list {
|
|
281
281
|
gap: var(--x-size-gap-list-11);
|
|
282
282
|
}
|
|
283
|
-
@media not all and (
|
|
283
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
284
284
|
.x-list--gap-.x-list {
|
|
285
285
|
gap: 0;
|
|
286
286
|
}
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
.x-list--gap-.x-list {
|
|
303
303
|
gap: var(--x-size-gap-list-12);
|
|
304
304
|
}
|
|
305
|
-
@media not all and (
|
|
305
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
306
306
|
.x-list--gap-.x-list {
|
|
307
307
|
gap: 0;
|
|
308
308
|
}
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
.x-list--gap-.x-list {
|
|
325
325
|
gap: var(--x-size-gap-list-13);
|
|
326
326
|
}
|
|
327
|
-
@media not all and (
|
|
327
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
328
328
|
.x-list--gap-.x-list {
|
|
329
329
|
gap: 0;
|
|
330
330
|
}
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
font-size: var(--x-size-font-message-default);
|
|
55
55
|
font-weight: var(--x-number-font-weight-message-default);
|
|
56
56
|
}
|
|
57
|
-
@media not all and (
|
|
57
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
58
58
|
.x-message {
|
|
59
59
|
gap: 0;
|
|
60
60
|
}
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
border-bottom-width: var(--x-size-border-width-bottom-suggestion-default);
|
|
135
135
|
border-radius: var(--x-size-border-radius-top-left-suggestion-default) var(--x-size-border-radius-top-right-suggestion-default) var(--x-size-border-radius-bottom-right-suggestion-default) var(--x-size-border-radius-bottom-left-suggestion-default);
|
|
136
136
|
}
|
|
137
|
-
@media not all and (
|
|
137
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
138
138
|
.x-suggestion {
|
|
139
139
|
gap: 0;
|
|
140
140
|
}
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
border-bottom-width: var(--x-size-border-width-bottom-suggestion-group-default);
|
|
77
77
|
border-radius: var(--x-size-border-radius-top-left-suggestion-group-default) var(--x-size-border-radius-top-right-suggestion-group-default) var(--x-size-border-radius-bottom-right-suggestion-group-default) var(--x-size-border-radius-bottom-left-suggestion-group-default);
|
|
78
78
|
}
|
|
79
|
-
@media not all and (
|
|
79
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
80
80
|
.x-suggestion-group {
|
|
81
81
|
gap: 0;
|
|
82
82
|
}
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
min-width: calc(3 * var(--x-size-line-height-tag-default));
|
|
100
100
|
cursor: pointer;
|
|
101
101
|
}
|
|
102
|
-
@media not all and (
|
|
102
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
103
103
|
.x-tag {
|
|
104
104
|
gap: 0;
|
|
105
105
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.265",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -53,21 +53,24 @@
|
|
|
53
53
|
"prepublishOnly": "npm run build",
|
|
54
54
|
"test:unit": "jest --silent && npm run test:unit-cypress",
|
|
55
55
|
"test:unit-jest": "jest",
|
|
56
|
-
"test:unit-cypress": "cypress run
|
|
56
|
+
"test:unit-cypress": "cypress run --component",
|
|
57
57
|
"test:unit-coverage": "jest --coverage",
|
|
58
58
|
"test:unit-watch": "jest --watch",
|
|
59
|
-
"test:e2e": "vue-cli-service test:e2e",
|
|
59
|
+
"test:e2e": "vue-cli-service test:e2e --e2e --browser chrome",
|
|
60
|
+
"test:e2e:firefox": "vue-cli-service test:e2e --e2e --browser firefox",
|
|
60
61
|
"test:e2e:ci": "vue-cli-service test:e2e --headless --browser chrome",
|
|
61
62
|
"test": "npm run test:unit && npm run test:e2e:ci",
|
|
62
|
-
"cypress:open": "cypress open",
|
|
63
|
-
"cypress:open:
|
|
63
|
+
"cypress:open": "cypress open --e2e --browser chrome",
|
|
64
|
+
"cypress:open:firefox": "cypress open --e2e --browser firefox",
|
|
65
|
+
"cypress:open:component": "cypress open --component --browser chrome",
|
|
66
|
+
"cypress:open:component:firefox": "cypress open --component --browser firefox"
|
|
64
67
|
},
|
|
65
68
|
"dependencies": {
|
|
66
|
-
"@empathyco/x-adapter": "^8.0.0-alpha.
|
|
69
|
+
"@empathyco/x-adapter": "^8.0.0-alpha.16",
|
|
67
70
|
"@empathyco/x-deep-merge": "^1.3.0-alpha.26",
|
|
68
71
|
"@empathyco/x-logger": "^1.2.0-alpha.4",
|
|
69
72
|
"@empathyco/x-storage-service": "^2.0.0-alpha.4",
|
|
70
|
-
"@empathyco/x-types": "^10.0.0-alpha.
|
|
73
|
+
"@empathyco/x-types": "^10.0.0-alpha.48",
|
|
71
74
|
"@empathyco/x-utils": "^1.0.0-alpha.12",
|
|
72
75
|
"@vue/devtools-api": "~6.4.5",
|
|
73
76
|
"rxjs": "~7.8.0",
|
|
@@ -82,9 +85,10 @@
|
|
|
82
85
|
"vuex": "^3.0.0"
|
|
83
86
|
},
|
|
84
87
|
"devDependencies": {
|
|
88
|
+
"@badeball/cypress-cucumber-preprocessor": "~15.0.0",
|
|
89
|
+
"@bahmutov/cypress-esbuild-preprocessor": "~2.1.5",
|
|
85
90
|
"@cypress/vue": "~2.2.4",
|
|
86
|
-
"@
|
|
87
|
-
"@empathyco/x-adapter-platform": "^1.0.0-alpha.49",
|
|
91
|
+
"@empathyco/x-adapter-platform": "^1.0.0-alpha.50",
|
|
88
92
|
"@empathyco/x-tailwindcss": "^0.2.0-alpha.39",
|
|
89
93
|
"@microsoft/api-documenter": "~7.19.27",
|
|
90
94
|
"@microsoft/api-extractor": "~7.19.4",
|
|
@@ -101,9 +105,8 @@
|
|
|
101
105
|
"@vue/test-utils": "~1.0.3",
|
|
102
106
|
"@vue/vue2-jest": "~27.0.0-alpha.3",
|
|
103
107
|
"autoprefixer": "~10.4.4",
|
|
104
|
-
"cypress": "~
|
|
105
|
-
"
|
|
106
|
-
"cypress-plugin-tab": "~1.0.5",
|
|
108
|
+
"cypress": "~12.1.0",
|
|
109
|
+
"esbuild": "0.15.16",
|
|
107
110
|
"glob": "~7.1.6",
|
|
108
111
|
"jest": "~27.3.1",
|
|
109
112
|
"jest-scss-transform": "~1.0.1",
|
|
@@ -135,5 +138,5 @@
|
|
|
135
138
|
"access": "public",
|
|
136
139
|
"directory": "dist"
|
|
137
140
|
},
|
|
138
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "0a14f284183b4c990994eab9681a53220c894afe"
|
|
139
142
|
}
|