@empathyco/x-components 5.0.0-alpha.38 → 5.0.0-alpha.39
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 +5 -1
- package/design-system/deprecated-full-theme.css +188 -188
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [5.0.0-alpha.
|
|
6
|
+
## [5.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.39) (2024-06-11)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -18,6 +18,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
## [5.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.37...@empathyco/x-components@5.0.0-alpha.38) (2024-06-11)
|
|
22
|
+
|
|
23
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
24
|
+
|
|
21
25
|
## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.36...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10)
|
|
22
26
|
|
|
23
27
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
-webkit-text-decoration-line: none;
|
|
34
34
|
text-decoration-line: none;
|
|
35
35
|
}
|
|
36
|
-
|
|
37
36
|
.x-static {
|
|
38
37
|
position: static !important;
|
|
39
38
|
}
|
|
@@ -494,6 +493,7 @@
|
|
|
494
493
|
[dir="rtl"] .x-padding--left-20 {
|
|
495
494
|
padding-right: var(--x-size-base-20) !important;
|
|
496
495
|
}
|
|
496
|
+
|
|
497
497
|
.x-margin--auto {
|
|
498
498
|
margin: auto !important;
|
|
499
499
|
}
|
|
@@ -956,38 +956,6 @@
|
|
|
956
956
|
[dir="rtl"] .x-margin--left-20 {
|
|
957
957
|
margin-right: var(--x-size-base-20) !important;
|
|
958
958
|
}
|
|
959
|
-
.x-line-height--none {
|
|
960
|
-
line-height: 1 !important;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
.x-line-height--tight {
|
|
964
|
-
line-height: 1.25 !important;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
.x-line-height--snug {
|
|
968
|
-
line-height: 1.375 !important;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
.x-line-height--normal {
|
|
972
|
-
line-height: 1.5 !important;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
.x-line-height--relaxed {
|
|
976
|
-
line-height: 1.625 !important;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
.x-line-height--loose {
|
|
980
|
-
line-height: 2 !important;
|
|
981
|
-
}
|
|
982
|
-
.x-font-weight--light {
|
|
983
|
-
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
984
|
-
}
|
|
985
|
-
.x-font-weight--regular {
|
|
986
|
-
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
987
|
-
}
|
|
988
|
-
.x-font-weight--bold {
|
|
989
|
-
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
990
|
-
}
|
|
991
959
|
.x-line-clamp--2 {
|
|
992
960
|
overflow: hidden !important;
|
|
993
961
|
display: -webkit-box !important;
|
|
@@ -1022,6 +990,38 @@
|
|
|
1022
990
|
-webkit-box-orient: vertical !important;
|
|
1023
991
|
-webkit-line-clamp: 6 !important;
|
|
1024
992
|
}
|
|
993
|
+
.x-line-height--none {
|
|
994
|
+
line-height: 1 !important;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.x-line-height--tight {
|
|
998
|
+
line-height: 1.25 !important;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.x-line-height--snug {
|
|
1002
|
+
line-height: 1.375 !important;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.x-line-height--normal {
|
|
1006
|
+
line-height: 1.5 !important;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.x-line-height--relaxed {
|
|
1010
|
+
line-height: 1.625 !important;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.x-line-height--loose {
|
|
1014
|
+
line-height: 2 !important;
|
|
1015
|
+
}
|
|
1016
|
+
.x-font-weight--light {
|
|
1017
|
+
font-weight: var(--x-number-font-weight-base-light) !important;
|
|
1018
|
+
}
|
|
1019
|
+
.x-font-weight--regular {
|
|
1020
|
+
font-weight: var(--x-number-font-weight-base-regular) !important;
|
|
1021
|
+
}
|
|
1022
|
+
.x-font-weight--bold {
|
|
1023
|
+
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
1024
|
+
}
|
|
1025
1025
|
.x-font-size--01 {
|
|
1026
1026
|
font-size: var(--x-size-base-01) !important;
|
|
1027
1027
|
line-height: 1.5;
|
|
@@ -1145,6 +1145,49 @@
|
|
|
1145
1145
|
.x-font-color--transparent {
|
|
1146
1146
|
color: var(--x-color-base-transparent) !important;
|
|
1147
1147
|
}
|
|
1148
|
+
.x-flex-1 {
|
|
1149
|
+
flex: 1 1 0% !important;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.x-flex-auto {
|
|
1153
|
+
flex: 1 1 auto !important;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.x-flex-initial {
|
|
1157
|
+
flex: 0 1 auto !important;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.x-flex-no-shrink {
|
|
1161
|
+
flex: 1 0 auto !important;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.x-flex-none {
|
|
1165
|
+
flex: none !important;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.x-self-auto {
|
|
1169
|
+
align-self: auto !important;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.x-self-start {
|
|
1173
|
+
align-self: flex-start !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.x-self-end {
|
|
1177
|
+
align-self: flex-end !important;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.x-self-center {
|
|
1181
|
+
align-self: center !important;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.x-self-stretch {
|
|
1185
|
+
align-self: stretch !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.x-self-baseline {
|
|
1189
|
+
align-self: baseline !important;
|
|
1190
|
+
}
|
|
1148
1191
|
.x-fill--lead {
|
|
1149
1192
|
fill: var(--x-color-base-lead) !important;
|
|
1150
1193
|
}
|
|
@@ -1188,48 +1231,17 @@
|
|
|
1188
1231
|
.x-fill--transparent {
|
|
1189
1232
|
fill: var(--x-color-base-transparent) !important;
|
|
1190
1233
|
}
|
|
1191
|
-
.
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
.x-flex-no-shrink {
|
|
1204
|
-
flex: 1 0 auto !important;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.x-flex-none {
|
|
1208
|
-
flex: none !important;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.x-self-auto {
|
|
1212
|
-
align-self: auto !important;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.x-self-start {
|
|
1216
|
-
align-self: flex-start !important;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
.x-self-end {
|
|
1220
|
-
align-self: flex-end !important;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
.x-self-center {
|
|
1224
|
-
align-self: center !important;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.x-self-stretch {
|
|
1228
|
-
align-self: stretch !important;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
.x-self-baseline {
|
|
1232
|
-
align-self: baseline !important;
|
|
1234
|
+
.dev-mode .slot-helper {
|
|
1235
|
+
font-family: inherit;
|
|
1236
|
+
color: grey;
|
|
1237
|
+
box-sizing: border-box;
|
|
1238
|
+
display: flex;
|
|
1239
|
+
height: 100%;
|
|
1240
|
+
width: 100%;
|
|
1241
|
+
justify-content: center;
|
|
1242
|
+
align-items: center;
|
|
1243
|
+
border: dashed 1px grey;
|
|
1244
|
+
border-radius: 10px;
|
|
1233
1245
|
}
|
|
1234
1246
|
/* Material Elevations extracted from:
|
|
1235
1247
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
@@ -1299,18 +1311,6 @@
|
|
|
1299
1311
|
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1300
1312
|
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1301
1313
|
}
|
|
1302
|
-
.dev-mode .slot-helper {
|
|
1303
|
-
font-family: inherit;
|
|
1304
|
-
color: grey;
|
|
1305
|
-
box-sizing: border-box;
|
|
1306
|
-
display: flex;
|
|
1307
|
-
height: 100%;
|
|
1308
|
-
width: 100%;
|
|
1309
|
-
justify-content: center;
|
|
1310
|
-
align-items: center;
|
|
1311
|
-
border: dashed 1px grey;
|
|
1312
|
-
border-radius: 10px;
|
|
1313
|
-
}
|
|
1314
1314
|
/* Material Elevations extracted from:
|
|
1315
1315
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1316
1316
|
*/
|
|
@@ -1778,49 +1778,6 @@
|
|
|
1778
1778
|
.x-border-width--left-10 {
|
|
1779
1779
|
border-style: solid !important;
|
|
1780
1780
|
}
|
|
1781
|
-
.x-border-color--lead {
|
|
1782
|
-
border-color: var(--x-color-base-lead) !important;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
.x-border-color--auxiliary {
|
|
1786
|
-
border-color: var(--x-color-base-auxiliary) !important;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.x-border-color--neutral-10 {
|
|
1790
|
-
border-color: var(--x-color-base-neutral-10) !important;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
.x-border-color--neutral-35 {
|
|
1794
|
-
border-color: var(--x-color-base-neutral-35) !important;
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
.x-border-color--neutral-70 {
|
|
1798
|
-
border-color: var(--x-color-base-neutral-70) !important;
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
.x-border-color--neutral-95 {
|
|
1802
|
-
border-color: var(--x-color-base-neutral-95) !important;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.x-border-color--neutral-100 {
|
|
1806
|
-
border-color: var(--x-color-base-neutral-100) !important;
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
.x-border-color--accent {
|
|
1810
|
-
border-color: var(--x-color-base-accent) !important;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
.x-border-color--enable {
|
|
1814
|
-
border-color: var(--x-color-base-enable) !important;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.x-border-color--disable {
|
|
1818
|
-
border-color: var(--x-color-base-disable) !important;
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
.x-border-color--transparent {
|
|
1822
|
-
border-color: var(--x-color-base-transparent) !important;
|
|
1823
|
-
}
|
|
1824
1781
|
.x-border-radius--00 {
|
|
1825
1782
|
border-radius: 0 !important;
|
|
1826
1783
|
}
|
|
@@ -3329,6 +3286,49 @@
|
|
|
3329
3286
|
[dir="rtl"] .x-border-radius--bottom-right-20 {
|
|
3330
3287
|
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3331
3288
|
}
|
|
3289
|
+
.x-border-color--lead {
|
|
3290
|
+
border-color: var(--x-color-base-lead) !important;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
.x-border-color--auxiliary {
|
|
3294
|
+
border-color: var(--x-color-base-auxiliary) !important;
|
|
3295
|
+
}
|
|
3296
|
+
|
|
3297
|
+
.x-border-color--neutral-10 {
|
|
3298
|
+
border-color: var(--x-color-base-neutral-10) !important;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
.x-border-color--neutral-35 {
|
|
3302
|
+
border-color: var(--x-color-base-neutral-35) !important;
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3305
|
+
.x-border-color--neutral-70 {
|
|
3306
|
+
border-color: var(--x-color-base-neutral-70) !important;
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
.x-border-color--neutral-95 {
|
|
3310
|
+
border-color: var(--x-color-base-neutral-95) !important;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
.x-border-color--neutral-100 {
|
|
3314
|
+
border-color: var(--x-color-base-neutral-100) !important;
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
.x-border-color--accent {
|
|
3318
|
+
border-color: var(--x-color-base-accent) !important;
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3321
|
+
.x-border-color--enable {
|
|
3322
|
+
border-color: var(--x-color-base-enable) !important;
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3325
|
+
.x-border-color--disable {
|
|
3326
|
+
border-color: var(--x-color-base-disable) !important;
|
|
3327
|
+
}
|
|
3328
|
+
|
|
3329
|
+
.x-border-color--transparent {
|
|
3330
|
+
border-color: var(--x-color-base-transparent) !important;
|
|
3331
|
+
}
|
|
3332
3332
|
.x-text--stroke.x-text {
|
|
3333
3333
|
--x-string-text-decoration: line-through;
|
|
3334
3334
|
}
|
|
@@ -3387,9 +3387,6 @@
|
|
|
3387
3387
|
.x-background--transparent {
|
|
3388
3388
|
background-color: var(--x-color-base-transparent) !important;
|
|
3389
3389
|
}
|
|
3390
|
-
:root {
|
|
3391
|
-
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3392
|
-
}
|
|
3393
3390
|
.x-text--secondary {
|
|
3394
3391
|
--x-color-text-default: var(--x-color-text-secondary);
|
|
3395
3392
|
}
|
|
@@ -3971,6 +3968,47 @@
|
|
|
3971
3968
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3972
3969
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
3973
3970
|
}
|
|
3971
|
+
:root {
|
|
3972
|
+
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3973
|
+
--x-color-text-suggestion-group-matching-part-default: var(
|
|
3974
|
+
--x-color-text-suggestion-matching-part-default
|
|
3975
|
+
);
|
|
3976
|
+
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
3977
|
+
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
3978
|
+
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
3979
|
+
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
3980
|
+
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
3981
|
+
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
3982
|
+
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
3983
|
+
--x-size-border-width-suggestion-group-default: 0;
|
|
3984
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3985
|
+
--x-size-border-width-right-suggestion-group-default: var(
|
|
3986
|
+
--x-size-border-width-suggestion-default
|
|
3987
|
+
);
|
|
3988
|
+
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
3989
|
+
--x-size-border-width-suggestion-default
|
|
3990
|
+
);
|
|
3991
|
+
--x-size-border-width-left-suggestion-group-default: var(
|
|
3992
|
+
--x-size-border-width-suggestion-default
|
|
3993
|
+
);
|
|
3994
|
+
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
3995
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
3996
|
+
--x-size-border-radius-suggestion-default
|
|
3997
|
+
);
|
|
3998
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
3999
|
+
--x-size-border-radius-suggestion-default
|
|
4000
|
+
);
|
|
4001
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4002
|
+
--x-size-border-radius-suggestion-default
|
|
4003
|
+
);
|
|
4004
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4005
|
+
--x-size-border-radius-suggestion-default
|
|
4006
|
+
);
|
|
4007
|
+
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4008
|
+
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4009
|
+
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4010
|
+
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4011
|
+
}
|
|
3974
4012
|
|
|
3975
4013
|
[dir="ltr"] .x-suggestion-group {
|
|
3976
4014
|
padding-left: var(--x-size-padding-left-suggestion-group-default);
|
|
@@ -4046,47 +4084,6 @@
|
|
|
4046
4084
|
--x-size-padding-left-button-default: 0;
|
|
4047
4085
|
border: none;
|
|
4048
4086
|
}
|
|
4049
|
-
:root {
|
|
4050
|
-
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
4051
|
-
--x-color-text-suggestion-group-matching-part-default: var(
|
|
4052
|
-
--x-color-text-suggestion-matching-part-default
|
|
4053
|
-
);
|
|
4054
|
-
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
4055
|
-
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
4056
|
-
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
4057
|
-
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
4058
|
-
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
4059
|
-
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
4060
|
-
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
4061
|
-
--x-size-border-width-suggestion-group-default: 0;
|
|
4062
|
-
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
4063
|
-
--x-size-border-width-right-suggestion-group-default: var(
|
|
4064
|
-
--x-size-border-width-suggestion-default
|
|
4065
|
-
);
|
|
4066
|
-
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
4067
|
-
--x-size-border-width-suggestion-default
|
|
4068
|
-
);
|
|
4069
|
-
--x-size-border-width-left-suggestion-group-default: var(
|
|
4070
|
-
--x-size-border-width-suggestion-default
|
|
4071
|
-
);
|
|
4072
|
-
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
4073
|
-
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
4074
|
-
--x-size-border-radius-suggestion-default
|
|
4075
|
-
);
|
|
4076
|
-
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
4077
|
-
--x-size-border-radius-suggestion-default
|
|
4078
|
-
);
|
|
4079
|
-
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4080
|
-
--x-size-border-radius-suggestion-default
|
|
4081
|
-
);
|
|
4082
|
-
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4083
|
-
--x-size-border-radius-suggestion-default
|
|
4084
|
-
);
|
|
4085
|
-
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4086
|
-
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4087
|
-
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4088
|
-
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4089
|
-
}
|
|
4090
4087
|
:root {
|
|
4091
4088
|
--x-string-align-items-suggestion-default: center;
|
|
4092
4089
|
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
@@ -5041,10 +5038,6 @@
|
|
|
5041
5038
|
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5042
5039
|
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5043
5040
|
}
|
|
5044
|
-
:root {
|
|
5045
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5046
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5047
|
-
}
|
|
5048
5041
|
|
|
5049
5042
|
.x-picture--cover.x-picture {
|
|
5050
5043
|
position: relative;
|
|
@@ -5061,6 +5054,10 @@
|
|
|
5061
5054
|
width: 100%;
|
|
5062
5055
|
height: 100%;
|
|
5063
5056
|
}
|
|
5057
|
+
:root {
|
|
5058
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5059
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5060
|
+
}
|
|
5064
5061
|
:root {
|
|
5065
5062
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5066
5063
|
--x-mix-blend-mode-picture-colored: multiply;
|
|
@@ -7877,13 +7874,6 @@
|
|
|
7877
7874
|
:root {
|
|
7878
7875
|
--x-size-width-dropdown-xl: 282px;
|
|
7879
7876
|
}
|
|
7880
|
-
:root {
|
|
7881
|
-
--x-size-width-dropdown-xl: 282px;
|
|
7882
|
-
}
|
|
7883
|
-
|
|
7884
|
-
.x-dropdown.x-dropdown--xl {
|
|
7885
|
-
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
|
|
7886
|
-
}
|
|
7887
7877
|
:root {
|
|
7888
7878
|
--x-size-width-dropdown-s: 74px;
|
|
7889
7879
|
}
|
|
@@ -7955,6 +7945,13 @@
|
|
|
7955
7945
|
.x-dropdown.x-dropdown--m {
|
|
7956
7946
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-m);
|
|
7957
7947
|
}
|
|
7948
|
+
:root {
|
|
7949
|
+
--x-size-width-dropdown-xl: 282px;
|
|
7950
|
+
}
|
|
7951
|
+
|
|
7952
|
+
.x-dropdown.x-dropdown--xl {
|
|
7953
|
+
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
|
|
7954
|
+
}
|
|
7958
7955
|
:root {
|
|
7959
7956
|
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
7960
7957
|
--x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
|
|
@@ -7979,6 +7976,9 @@
|
|
|
7979
7976
|
--x-size-border-width-bottom-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
7980
7977
|
--x-size-border-width-left-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
7981
7978
|
}
|
|
7979
|
+
:root {
|
|
7980
|
+
--x-size-width-dropdown-l: 202px;
|
|
7981
|
+
}
|
|
7982
7982
|
:root {
|
|
7983
7983
|
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
7984
7984
|
--x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
|
|
@@ -8045,9 +8045,6 @@
|
|
|
8045
8045
|
:root {
|
|
8046
8046
|
--x-size-width-dropdown-l: 202px;
|
|
8047
8047
|
}
|
|
8048
|
-
:root {
|
|
8049
|
-
--x-size-width-dropdown-l: 202px;
|
|
8050
|
-
}
|
|
8051
8048
|
|
|
8052
8049
|
.x-dropdown.x-dropdown--l {
|
|
8053
8050
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-l);
|
|
@@ -8841,4 +8838,7 @@
|
|
|
8841
8838
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8842
8839
|
--x-size-border-radius-base-pill: 99999px;
|
|
8843
8840
|
--x-size-border-width-base: 1px;
|
|
8841
|
+
}
|
|
8842
|
+
:root {
|
|
8843
|
+
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
8844
8844
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.39",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "18dc522c3a47f636ddb135a5d497cb01898dff09"
|
|
147
147
|
}
|