@empathyco/x-components 6.0.0-alpha.5 → 6.0.0-alpha.7
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 +17 -0
- package/design-system/deprecated-full-theme.css +714 -714
- package/docs/API-reference/api/x-adapter-platform.md +9 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
- package/docs/API-reference/api/x-types.md +3 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +23 -0
- package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.suggestiontext.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.type.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-types.relatedpromptsresponse.md +20 -0
- package/docs/API-reference/api/x-types.relatedpromptsresponse.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.relatedprompts.md +11 -0
- package/package.json +4 -4
- package/report/x-adapter-platform.api.json +574 -0
- package/report/x-types.api.json +261 -0
- package/types/adapter/e2e-adapter.d.ts.map +1 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
2
|
.x-uppercase {
|
|
4
3
|
text-transform: uppercase;
|
|
5
4
|
}
|
|
@@ -956,29 +955,6 @@
|
|
|
956
955
|
[dir="rtl"] .x-margin--left-20 {
|
|
957
956
|
margin-right: var(--x-size-base-20) !important;
|
|
958
957
|
}
|
|
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
958
|
.x-line-clamp--2 {
|
|
983
959
|
overflow: hidden !important;
|
|
984
960
|
display: -webkit-box !important;
|
|
@@ -1022,6 +998,29 @@
|
|
|
1022
998
|
.x-font-weight--bold {
|
|
1023
999
|
font-weight: var(--x-number-font-weight-base-bold) !important;
|
|
1024
1000
|
}
|
|
1001
|
+
.x-line-height--none {
|
|
1002
|
+
line-height: 1 !important;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.x-line-height--tight {
|
|
1006
|
+
line-height: 1.25 !important;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.x-line-height--snug {
|
|
1010
|
+
line-height: 1.375 !important;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.x-line-height--normal {
|
|
1014
|
+
line-height: 1.5 !important;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.x-line-height--relaxed {
|
|
1018
|
+
line-height: 1.625 !important;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.x-line-height--loose {
|
|
1022
|
+
line-height: 2 !important;
|
|
1023
|
+
}
|
|
1025
1024
|
.x-font-size--01 {
|
|
1026
1025
|
font-size: var(--x-size-base-01) !important;
|
|
1027
1026
|
line-height: 1.5;
|
|
@@ -1102,49 +1101,7 @@
|
|
|
1102
1101
|
font-size: var(--x-size-base-20) !important;
|
|
1103
1102
|
line-height: 1.5;
|
|
1104
1103
|
}
|
|
1105
|
-
.x-flex-1 {
|
|
1106
|
-
flex: 1 1 0% !important;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.x-flex-auto {
|
|
1110
|
-
flex: 1 1 auto !important;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.x-flex-initial {
|
|
1114
|
-
flex: 0 1 auto !important;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.x-flex-no-shrink {
|
|
1118
|
-
flex: 1 0 auto !important;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.x-flex-none {
|
|
1122
|
-
flex: none !important;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.x-self-auto {
|
|
1126
|
-
align-self: auto !important;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
.x-self-start {
|
|
1130
|
-
align-self: flex-start !important;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.x-self-end {
|
|
1134
|
-
align-self: flex-end !important;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.x-self-center {
|
|
1138
|
-
align-self: center !important;
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
.x-self-stretch {
|
|
1142
|
-
align-self: stretch !important;
|
|
1143
|
-
}
|
|
1144
1104
|
|
|
1145
|
-
.x-self-baseline {
|
|
1146
|
-
align-self: baseline !important;
|
|
1147
|
-
}
|
|
1148
1105
|
.x-font-color--lead {
|
|
1149
1106
|
color: var(--x-color-base-lead) !important;
|
|
1150
1107
|
}
|
|
@@ -1188,48 +1145,48 @@
|
|
|
1188
1145
|
.x-font-color--transparent {
|
|
1189
1146
|
color: var(--x-color-base-transparent) !important;
|
|
1190
1147
|
}
|
|
1191
|
-
.x-
|
|
1192
|
-
|
|
1148
|
+
.x-flex-1 {
|
|
1149
|
+
flex: 1 1 0% !important;
|
|
1193
1150
|
}
|
|
1194
1151
|
|
|
1195
|
-
.x-
|
|
1196
|
-
|
|
1152
|
+
.x-flex-auto {
|
|
1153
|
+
flex: 1 1 auto !important;
|
|
1197
1154
|
}
|
|
1198
1155
|
|
|
1199
|
-
.x-
|
|
1200
|
-
|
|
1156
|
+
.x-flex-initial {
|
|
1157
|
+
flex: 0 1 auto !important;
|
|
1201
1158
|
}
|
|
1202
1159
|
|
|
1203
|
-
.x-
|
|
1204
|
-
|
|
1160
|
+
.x-flex-no-shrink {
|
|
1161
|
+
flex: 1 0 auto !important;
|
|
1205
1162
|
}
|
|
1206
1163
|
|
|
1207
|
-
.x-
|
|
1208
|
-
|
|
1164
|
+
.x-flex-none {
|
|
1165
|
+
flex: none !important;
|
|
1209
1166
|
}
|
|
1210
1167
|
|
|
1211
|
-
.x-
|
|
1212
|
-
|
|
1168
|
+
.x-self-auto {
|
|
1169
|
+
align-self: auto !important;
|
|
1213
1170
|
}
|
|
1214
1171
|
|
|
1215
|
-
.x-
|
|
1216
|
-
|
|
1172
|
+
.x-self-start {
|
|
1173
|
+
align-self: flex-start !important;
|
|
1217
1174
|
}
|
|
1218
1175
|
|
|
1219
|
-
.x-
|
|
1220
|
-
|
|
1176
|
+
.x-self-end {
|
|
1177
|
+
align-self: flex-end !important;
|
|
1221
1178
|
}
|
|
1222
1179
|
|
|
1223
|
-
.x-
|
|
1224
|
-
|
|
1180
|
+
.x-self-center {
|
|
1181
|
+
align-self: center !important;
|
|
1225
1182
|
}
|
|
1226
1183
|
|
|
1227
|
-
.x-
|
|
1228
|
-
|
|
1184
|
+
.x-self-stretch {
|
|
1185
|
+
align-self: stretch !important;
|
|
1229
1186
|
}
|
|
1230
1187
|
|
|
1231
|
-
.x-
|
|
1232
|
-
|
|
1188
|
+
.x-self-baseline {
|
|
1189
|
+
align-self: baseline !important;
|
|
1233
1190
|
}
|
|
1234
1191
|
/* Material Elevations extracted from:
|
|
1235
1192
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
@@ -1299,6 +1256,49 @@
|
|
|
1299
1256
|
--x-string-box-shadow-bottom-10: 0 34px 38px -7px rgba(0, 0, 0, 0.14),
|
|
1300
1257
|
0 29px 46px -12px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
1301
1258
|
}
|
|
1259
|
+
.x-fill--lead {
|
|
1260
|
+
fill: var(--x-color-base-lead) !important;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.x-fill--auxiliary {
|
|
1264
|
+
fill: var(--x-color-base-auxiliary) !important;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.x-fill--neutral-10 {
|
|
1268
|
+
fill: var(--x-color-base-neutral-10) !important;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.x-fill--neutral-35 {
|
|
1272
|
+
fill: var(--x-color-base-neutral-35) !important;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.x-fill--neutral-70 {
|
|
1276
|
+
fill: var(--x-color-base-neutral-70) !important;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
.x-fill--neutral-95 {
|
|
1280
|
+
fill: var(--x-color-base-neutral-95) !important;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.x-fill--neutral-100 {
|
|
1284
|
+
fill: var(--x-color-base-neutral-100) !important;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.x-fill--accent {
|
|
1288
|
+
fill: var(--x-color-base-accent) !important;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.x-fill--enable {
|
|
1292
|
+
fill: var(--x-color-base-enable) !important;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.x-fill--disable {
|
|
1296
|
+
fill: var(--x-color-base-disable) !important;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.x-fill--transparent {
|
|
1300
|
+
fill: var(--x-color-base-transparent) !important;
|
|
1301
|
+
}
|
|
1302
1302
|
/* Material Elevations extracted from:
|
|
1303
1303
|
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
|
|
1304
1304
|
*/
|
|
@@ -1766,60 +1766,146 @@
|
|
|
1766
1766
|
.x-border-width--left-10 {
|
|
1767
1767
|
border-style: solid !important;
|
|
1768
1768
|
}
|
|
1769
|
-
.x-border-
|
|
1770
|
-
border-
|
|
1769
|
+
.x-border-color--lead {
|
|
1770
|
+
border-color: var(--x-color-base-lead) !important;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
|
-
.x-border-
|
|
1774
|
-
border-
|
|
1773
|
+
.x-border-color--auxiliary {
|
|
1774
|
+
border-color: var(--x-color-base-auxiliary) !important;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
-
.x-border-
|
|
1778
|
-
border-
|
|
1779
|
-
}
|
|
1780
|
-
[dir="ltr"] .x-border-radius--top-01 {
|
|
1781
|
-
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1777
|
+
.x-border-color--neutral-10 {
|
|
1778
|
+
border-color: var(--x-color-base-neutral-10) !important;
|
|
1782
1779
|
}
|
|
1783
|
-
|
|
1784
|
-
|
|
1780
|
+
|
|
1781
|
+
.x-border-color--neutral-35 {
|
|
1782
|
+
border-color: var(--x-color-base-neutral-35) !important;
|
|
1785
1783
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1784
|
+
|
|
1785
|
+
.x-border-color--neutral-70 {
|
|
1786
|
+
border-color: var(--x-color-base-neutral-70) !important;
|
|
1788
1787
|
}
|
|
1789
|
-
|
|
1790
|
-
|
|
1788
|
+
|
|
1789
|
+
.x-border-color--neutral-95 {
|
|
1790
|
+
border-color: var(--x-color-base-neutral-95) !important;
|
|
1791
1791
|
}
|
|
1792
|
-
|
|
1793
|
-
|
|
1792
|
+
|
|
1793
|
+
.x-border-color--neutral-100 {
|
|
1794
|
+
border-color: var(--x-color-base-neutral-100) !important;
|
|
1794
1795
|
}
|
|
1795
|
-
|
|
1796
|
-
|
|
1796
|
+
|
|
1797
|
+
.x-border-color--accent {
|
|
1798
|
+
border-color: var(--x-color-base-accent) !important;
|
|
1797
1799
|
}
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
+
|
|
1801
|
+
.x-border-color--enable {
|
|
1802
|
+
border-color: var(--x-color-base-enable) !important;
|
|
1800
1803
|
}
|
|
1801
|
-
|
|
1802
|
-
|
|
1804
|
+
|
|
1805
|
+
.x-border-color--disable {
|
|
1806
|
+
border-color: var(--x-color-base-disable) !important;
|
|
1803
1807
|
}
|
|
1804
|
-
|
|
1805
|
-
|
|
1808
|
+
|
|
1809
|
+
.x-border-color--transparent {
|
|
1810
|
+
border-color: var(--x-color-base-transparent) !important;
|
|
1806
1811
|
}
|
|
1807
|
-
|
|
1808
|
-
|
|
1812
|
+
.x-background--lead {
|
|
1813
|
+
background-color: var(--x-color-base-lead) !important;
|
|
1809
1814
|
}
|
|
1810
|
-
|
|
1811
|
-
|
|
1815
|
+
|
|
1816
|
+
.x-background--auxiliary {
|
|
1817
|
+
background-color: var(--x-color-base-auxiliary) !important;
|
|
1812
1818
|
}
|
|
1813
|
-
|
|
1814
|
-
|
|
1819
|
+
|
|
1820
|
+
.x-background--neutral-10 {
|
|
1821
|
+
background-color: var(--x-color-base-neutral-10) !important;
|
|
1815
1822
|
}
|
|
1816
|
-
|
|
1817
|
-
|
|
1823
|
+
|
|
1824
|
+
.x-background--neutral-35 {
|
|
1825
|
+
background-color: var(--x-color-base-neutral-35) !important;
|
|
1818
1826
|
}
|
|
1819
|
-
|
|
1820
|
-
|
|
1827
|
+
|
|
1828
|
+
.x-background--neutral-70 {
|
|
1829
|
+
background-color: var(--x-color-base-neutral-70) !important;
|
|
1821
1830
|
}
|
|
1822
|
-
|
|
1831
|
+
|
|
1832
|
+
.x-background--neutral-95 {
|
|
1833
|
+
background-color: var(--x-color-base-neutral-95) !important;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.x-background--neutral-100 {
|
|
1837
|
+
background-color: var(--x-color-base-neutral-100) !important;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.x-background--accent {
|
|
1841
|
+
background-color: var(--x-color-base-accent) !important;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.x-background--enable {
|
|
1845
|
+
background-color: var(--x-color-base-enable) !important;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.x-background--disable {
|
|
1849
|
+
background-color: var(--x-color-base-disable) !important;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.x-background--transparent {
|
|
1853
|
+
background-color: var(--x-color-base-transparent) !important;
|
|
1854
|
+
}
|
|
1855
|
+
.x-border-radius--00 {
|
|
1856
|
+
border-radius: 0 !important;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.x-border-radius--pill {
|
|
1860
|
+
border-radius: 99999px !important;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.x-border-radius--01 {
|
|
1864
|
+
border-radius: var(--x-size-base-01) !important;
|
|
1865
|
+
}
|
|
1866
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1867
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1868
|
+
}
|
|
1869
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1870
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1871
|
+
}
|
|
1872
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1873
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1874
|
+
}
|
|
1875
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1876
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1877
|
+
}
|
|
1878
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1879
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1880
|
+
}
|
|
1881
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1882
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1883
|
+
}
|
|
1884
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1885
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1886
|
+
}
|
|
1887
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1888
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1889
|
+
}
|
|
1890
|
+
[dir="ltr"] .x-border-radius--right-01 {
|
|
1891
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1892
|
+
}
|
|
1893
|
+
[dir="rtl"] .x-border-radius--right-01 {
|
|
1894
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1895
|
+
}
|
|
1896
|
+
[dir="ltr"] .x-border-radius--right-01 {
|
|
1897
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1898
|
+
}
|
|
1899
|
+
[dir="rtl"] .x-border-radius--right-01 {
|
|
1900
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1901
|
+
}
|
|
1902
|
+
[dir="ltr"] .x-border-radius--left-01 {
|
|
1903
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1904
|
+
}
|
|
1905
|
+
[dir="rtl"] .x-border-radius--left-01 {
|
|
1906
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1907
|
+
}
|
|
1908
|
+
[dir="ltr"] .x-border-radius--left-01 {
|
|
1823
1909
|
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1824
1910
|
}
|
|
1825
1911
|
[dir="rtl"] .x-border-radius--left-01 {
|
|
@@ -3274,92 +3360,6 @@
|
|
|
3274
3360
|
[dir="rtl"] .x-border-radius--bottom-right-20 {
|
|
3275
3361
|
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3276
3362
|
}
|
|
3277
|
-
.x-border-color--lead {
|
|
3278
|
-
border-color: var(--x-color-base-lead) !important;
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
|
-
.x-border-color--auxiliary {
|
|
3282
|
-
border-color: var(--x-color-base-auxiliary) !important;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
.x-border-color--neutral-10 {
|
|
3286
|
-
border-color: var(--x-color-base-neutral-10) !important;
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
.x-border-color--neutral-35 {
|
|
3290
|
-
border-color: var(--x-color-base-neutral-35) !important;
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
.x-border-color--neutral-70 {
|
|
3294
|
-
border-color: var(--x-color-base-neutral-70) !important;
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
.x-border-color--neutral-95 {
|
|
3298
|
-
border-color: var(--x-color-base-neutral-95) !important;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.x-border-color--neutral-100 {
|
|
3302
|
-
border-color: var(--x-color-base-neutral-100) !important;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.x-border-color--accent {
|
|
3306
|
-
border-color: var(--x-color-base-accent) !important;
|
|
3307
|
-
}
|
|
3308
|
-
|
|
3309
|
-
.x-border-color--enable {
|
|
3310
|
-
border-color: var(--x-color-base-enable) !important;
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
|
-
.x-border-color--disable {
|
|
3314
|
-
border-color: var(--x-color-base-disable) !important;
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
|
-
.x-border-color--transparent {
|
|
3318
|
-
border-color: var(--x-color-base-transparent) !important;
|
|
3319
|
-
}
|
|
3320
|
-
.x-background--lead {
|
|
3321
|
-
background-color: var(--x-color-base-lead) !important;
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
.x-background--auxiliary {
|
|
3325
|
-
background-color: var(--x-color-base-auxiliary) !important;
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
|
-
.x-background--neutral-10 {
|
|
3329
|
-
background-color: var(--x-color-base-neutral-10) !important;
|
|
3330
|
-
}
|
|
3331
|
-
|
|
3332
|
-
.x-background--neutral-35 {
|
|
3333
|
-
background-color: var(--x-color-base-neutral-35) !important;
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
.x-background--neutral-70 {
|
|
3337
|
-
background-color: var(--x-color-base-neutral-70) !important;
|
|
3338
|
-
}
|
|
3339
|
-
|
|
3340
|
-
.x-background--neutral-95 {
|
|
3341
|
-
background-color: var(--x-color-base-neutral-95) !important;
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
.x-background--neutral-100 {
|
|
3345
|
-
background-color: var(--x-color-base-neutral-100) !important;
|
|
3346
|
-
}
|
|
3347
|
-
|
|
3348
|
-
.x-background--accent {
|
|
3349
|
-
background-color: var(--x-color-base-accent) !important;
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
.x-background--enable {
|
|
3353
|
-
background-color: var(--x-color-base-enable) !important;
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
.x-background--disable {
|
|
3357
|
-
background-color: var(--x-color-base-disable) !important;
|
|
3358
|
-
}
|
|
3359
|
-
|
|
3360
|
-
.x-background--transparent {
|
|
3361
|
-
background-color: var(--x-color-base-transparent) !important;
|
|
3362
|
-
}
|
|
3363
3363
|
.x-text--stroke.x-text {
|
|
3364
3364
|
--x-string-text-decoration: line-through;
|
|
3365
3365
|
}
|
|
@@ -3378,9 +3378,6 @@
|
|
|
3378
3378
|
:root {
|
|
3379
3379
|
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3380
3380
|
}
|
|
3381
|
-
.x-text--secondary {
|
|
3382
|
-
--x-color-text-default: var(--x-color-text-secondary);
|
|
3383
|
-
}
|
|
3384
3381
|
.x-text--light.x-text {
|
|
3385
3382
|
--x-number-font-weight-text: var(--x-number-font-weight-base-light);
|
|
3386
3383
|
}
|
|
@@ -3538,6 +3535,19 @@
|
|
|
3538
3535
|
overflow: hidden;
|
|
3539
3536
|
white-space: nowrap;
|
|
3540
3537
|
}
|
|
3538
|
+
.x-text--accent {
|
|
3539
|
+
--x-color-text-default: var(--x-color-text-accent);
|
|
3540
|
+
}
|
|
3541
|
+
:root {
|
|
3542
|
+
--x-color-text-accent: var(--x-color-base-accent);
|
|
3543
|
+
}
|
|
3544
|
+
:root {
|
|
3545
|
+
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
3546
|
+
--x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3547
|
+
--x-size-border-radius-top-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3548
|
+
--x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3549
|
+
--x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3550
|
+
}
|
|
3541
3551
|
.x-text--bold.x-text {
|
|
3542
3552
|
--x-number-font-weight-text: var(--x-number-font-weight-base-bold);
|
|
3543
3553
|
}
|
|
@@ -3553,18 +3563,8 @@
|
|
|
3553
3563
|
.x-text--bold.x-small {
|
|
3554
3564
|
--x-number-font-weight-small: var(--x-number-font-weight-base-bold);
|
|
3555
3565
|
}
|
|
3556
|
-
|
|
3557
|
-
--x-color-text-
|
|
3558
|
-
}
|
|
3559
|
-
.x-text--accent {
|
|
3560
|
-
--x-color-text-default: var(--x-color-text-accent);
|
|
3561
|
-
}
|
|
3562
|
-
:root {
|
|
3563
|
-
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
3564
|
-
--x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3565
|
-
--x-size-border-radius-top-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3566
|
-
--x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3567
|
-
--x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3566
|
+
.x-text--secondary {
|
|
3567
|
+
--x-color-text-default: var(--x-color-text-secondary);
|
|
3568
3568
|
}
|
|
3569
3569
|
:root {
|
|
3570
3570
|
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
@@ -3959,6 +3959,47 @@
|
|
|
3959
3959
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3960
3960
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
3961
3961
|
}
|
|
3962
|
+
:root {
|
|
3963
|
+
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3964
|
+
--x-color-text-suggestion-group-matching-part-default: var(
|
|
3965
|
+
--x-color-text-suggestion-matching-part-default
|
|
3966
|
+
);
|
|
3967
|
+
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
3968
|
+
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
3969
|
+
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
3970
|
+
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
3971
|
+
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
3972
|
+
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
3973
|
+
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
3974
|
+
--x-size-border-width-suggestion-group-default: 0;
|
|
3975
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
3976
|
+
--x-size-border-width-right-suggestion-group-default: var(
|
|
3977
|
+
--x-size-border-width-suggestion-default
|
|
3978
|
+
);
|
|
3979
|
+
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
3980
|
+
--x-size-border-width-suggestion-default
|
|
3981
|
+
);
|
|
3982
|
+
--x-size-border-width-left-suggestion-group-default: var(
|
|
3983
|
+
--x-size-border-width-suggestion-default
|
|
3984
|
+
);
|
|
3985
|
+
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
3986
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
3987
|
+
--x-size-border-radius-suggestion-default
|
|
3988
|
+
);
|
|
3989
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
3990
|
+
--x-size-border-radius-suggestion-default
|
|
3991
|
+
);
|
|
3992
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
3993
|
+
--x-size-border-radius-suggestion-default
|
|
3994
|
+
);
|
|
3995
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
3996
|
+
--x-size-border-radius-suggestion-default
|
|
3997
|
+
);
|
|
3998
|
+
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
3999
|
+
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4000
|
+
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4001
|
+
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4002
|
+
}
|
|
3962
4003
|
|
|
3963
4004
|
[dir="ltr"] .x-suggestion-group {
|
|
3964
4005
|
padding-left: var(--x-size-padding-left-suggestion-group-default);
|
|
@@ -4035,56 +4076,15 @@
|
|
|
4035
4076
|
border: none;
|
|
4036
4077
|
}
|
|
4037
4078
|
:root {
|
|
4038
|
-
--x-
|
|
4039
|
-
--x-color-text-suggestion-
|
|
4040
|
-
|
|
4041
|
-
);
|
|
4042
|
-
--x-color-
|
|
4043
|
-
--x-color-
|
|
4044
|
-
--x-
|
|
4045
|
-
--x-
|
|
4046
|
-
--x-
|
|
4047
|
-
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
4048
|
-
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
4049
|
-
--x-size-border-width-suggestion-group-default: 0;
|
|
4050
|
-
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
4051
|
-
--x-size-border-width-right-suggestion-group-default: var(
|
|
4052
|
-
--x-size-border-width-suggestion-default
|
|
4053
|
-
);
|
|
4054
|
-
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
4055
|
-
--x-size-border-width-suggestion-default
|
|
4056
|
-
);
|
|
4057
|
-
--x-size-border-width-left-suggestion-group-default: var(
|
|
4058
|
-
--x-size-border-width-suggestion-default
|
|
4059
|
-
);
|
|
4060
|
-
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
4061
|
-
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
4062
|
-
--x-size-border-radius-suggestion-default
|
|
4063
|
-
);
|
|
4064
|
-
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
4065
|
-
--x-size-border-radius-suggestion-default
|
|
4066
|
-
);
|
|
4067
|
-
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4068
|
-
--x-size-border-radius-suggestion-default
|
|
4069
|
-
);
|
|
4070
|
-
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4071
|
-
--x-size-border-radius-suggestion-default
|
|
4072
|
-
);
|
|
4073
|
-
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4074
|
-
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4075
|
-
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4076
|
-
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4077
|
-
}
|
|
4078
|
-
:root {
|
|
4079
|
-
--x-string-align-items-suggestion-default: center;
|
|
4080
|
-
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4081
|
-
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4082
|
-
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4083
|
-
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4084
|
-
--x-color-background-suggestion-default: transparent;
|
|
4085
|
-
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4086
|
-
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4087
|
-
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4079
|
+
--x-string-align-items-suggestion-default: center;
|
|
4080
|
+
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4081
|
+
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4082
|
+
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4083
|
+
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4084
|
+
--x-color-background-suggestion-default: transparent;
|
|
4085
|
+
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4086
|
+
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4087
|
+
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4088
4088
|
--x-color-text-suggestion-matching-part-default
|
|
4089
4089
|
);
|
|
4090
4090
|
--x-color-text-suggestion-default-matching-curated: var(
|
|
@@ -4454,6 +4454,14 @@
|
|
|
4454
4454
|
--x-color-background-scroll-bar-hover: transparent;
|
|
4455
4455
|
--x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
|
|
4456
4456
|
}
|
|
4457
|
+
/* @deprecated */
|
|
4458
|
+
:root {
|
|
4459
|
+
--x-size-padding-row-02: var(--x-size-base-02);
|
|
4460
|
+
--x-size-padding-row-03: var(--x-size-base-03);
|
|
4461
|
+
--x-size-padding-row-04: var(--x-size-base-04);
|
|
4462
|
+
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4463
|
+
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4464
|
+
}
|
|
4457
4465
|
:root {
|
|
4458
4466
|
--x-string-overflow-scroll: auto;
|
|
4459
4467
|
--x-color-background-scroll-bar: transparent;
|
|
@@ -4500,14 +4508,6 @@
|
|
|
4500
4508
|
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4501
4509
|
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4502
4510
|
}
|
|
4503
|
-
/* @deprecated */
|
|
4504
|
-
:root {
|
|
4505
|
-
--x-size-padding-row-02: var(--x-size-base-02);
|
|
4506
|
-
--x-size-padding-row-03: var(--x-size-base-03);
|
|
4507
|
-
--x-size-padding-row-04: var(--x-size-base-04);
|
|
4508
|
-
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4509
|
-
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4510
|
-
}
|
|
4511
4511
|
|
|
4512
4512
|
/* @deprecated */
|
|
4513
4513
|
.x-row--padding-02 {
|
|
@@ -4806,23 +4806,6 @@
|
|
|
4806
4806
|
--x-size-border-width-result-description-default: 0;
|
|
4807
4807
|
--x-size-border-width-result-picture-default: 0;
|
|
4808
4808
|
}
|
|
4809
|
-
:root {
|
|
4810
|
-
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4811
|
-
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4812
|
-
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4813
|
-
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4814
|
-
--x-color-background-result-default: transparent;
|
|
4815
|
-
--x-size-padding-result-default: 0;
|
|
4816
|
-
--x-size-padding-result-overlay-default: 0;
|
|
4817
|
-
--x-size-padding-result-description-default: 0;
|
|
4818
|
-
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4819
|
-
--x-size-padding-result-picture-default: 0;
|
|
4820
|
-
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4821
|
-
--x-size-border-width-result-default: 0;
|
|
4822
|
-
--x-size-border-width-result-overlay-default: 0;
|
|
4823
|
-
--x-size-border-width-result-description-default: 0;
|
|
4824
|
-
--x-size-border-width-result-picture-default: 0;
|
|
4825
|
-
}
|
|
4826
4809
|
|
|
4827
4810
|
.x-result {
|
|
4828
4811
|
display: grid;
|
|
@@ -4896,6 +4879,23 @@
|
|
|
4896
4879
|
--x-size-border-radius-progress-bar-default: var(--x-size-border-radius-base-pill);
|
|
4897
4880
|
--x-size-border-width-progress-bar-default: 0;
|
|
4898
4881
|
}
|
|
4882
|
+
:root {
|
|
4883
|
+
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4884
|
+
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4885
|
+
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4886
|
+
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4887
|
+
--x-color-background-result-default: transparent;
|
|
4888
|
+
--x-size-padding-result-default: 0;
|
|
4889
|
+
--x-size-padding-result-overlay-default: 0;
|
|
4890
|
+
--x-size-padding-result-description-default: 0;
|
|
4891
|
+
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4892
|
+
--x-size-padding-result-picture-default: 0;
|
|
4893
|
+
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4894
|
+
--x-size-border-width-result-default: 0;
|
|
4895
|
+
--x-size-border-width-result-overlay-default: 0;
|
|
4896
|
+
--x-size-border-width-result-description-default: 0;
|
|
4897
|
+
--x-size-border-width-result-picture-default: 0;
|
|
4898
|
+
}
|
|
4899
4899
|
:root {
|
|
4900
4900
|
--x-size-height-progress-bar-line-default: var(--x-size-base-02);
|
|
4901
4901
|
--x-size-width-progress-bar-line-default: var(--x-size-base-20);
|
|
@@ -4965,6 +4965,58 @@
|
|
|
4965
4965
|
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
4966
4966
|
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
4967
4967
|
}
|
|
4968
|
+
:root {
|
|
4969
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4970
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4971
|
+
}
|
|
4972
|
+
:root {
|
|
4973
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
4974
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
4975
|
+
}
|
|
4976
|
+
|
|
4977
|
+
.x-picture--cover.x-picture {
|
|
4978
|
+
position: relative;
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4981
|
+
.x-result:hover .x-picture--cover:after,
|
|
4982
|
+
.x-picture--cover:hover:after {
|
|
4983
|
+
content: "";
|
|
4984
|
+
display: block;
|
|
4985
|
+
position: absolute;
|
|
4986
|
+
top: 0;
|
|
4987
|
+
left: 0;
|
|
4988
|
+
background: linear-gradient(to bottom, var(--x-color-background-picture-cover-hover-from) 50%, var(--x-color-background-picture-cover-hover-to) 100%);
|
|
4989
|
+
width: 100%;
|
|
4990
|
+
height: 100%;
|
|
4991
|
+
}
|
|
4992
|
+
:root {
|
|
4993
|
+
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
4994
|
+
--x-mix-blend-mode-picture-colored: multiply;
|
|
4995
|
+
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
4996
|
+
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
4997
|
+
}
|
|
4998
|
+
:root {
|
|
4999
|
+
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5000
|
+
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5001
|
+
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5002
|
+
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5003
|
+
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5004
|
+
}
|
|
5005
|
+
:root {
|
|
5006
|
+
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5007
|
+
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5008
|
+
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5009
|
+
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5010
|
+
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5013
|
+
.x-picture--card.x-picture {
|
|
5014
|
+
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
5015
|
+
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
|
|
5016
|
+
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
|
|
5017
|
+
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5018
|
+
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5019
|
+
}
|
|
4968
5020
|
:root {
|
|
4969
5021
|
--x-size-border-radius-picture-default: 0;
|
|
4970
5022
|
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
@@ -5021,36 +5073,6 @@
|
|
|
5021
5073
|
.x-picture-image--placeholder > path {
|
|
5022
5074
|
fill: var(--x-color-fill-picture-placeholder-path-default) !important;
|
|
5023
5075
|
}
|
|
5024
|
-
:root {
|
|
5025
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5026
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5027
|
-
}
|
|
5028
|
-
:root {
|
|
5029
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5030
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5031
|
-
}
|
|
5032
|
-
|
|
5033
|
-
.x-picture--cover.x-picture {
|
|
5034
|
-
position: relative;
|
|
5035
|
-
}
|
|
5036
|
-
|
|
5037
|
-
.x-result:hover .x-picture--cover:after,
|
|
5038
|
-
.x-picture--cover:hover:after {
|
|
5039
|
-
content: "";
|
|
5040
|
-
display: block;
|
|
5041
|
-
position: absolute;
|
|
5042
|
-
top: 0;
|
|
5043
|
-
left: 0;
|
|
5044
|
-
background: linear-gradient(to bottom, var(--x-color-background-picture-cover-hover-from) 50%, var(--x-color-background-picture-cover-hover-to) 100%);
|
|
5045
|
-
width: 100%;
|
|
5046
|
-
height: 100%;
|
|
5047
|
-
}
|
|
5048
|
-
:root {
|
|
5049
|
-
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5050
|
-
--x-mix-blend-mode-picture-colored: multiply;
|
|
5051
|
-
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5052
|
-
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5053
|
-
}
|
|
5054
5076
|
:root {
|
|
5055
5077
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5056
5078
|
--x-mix-blend-mode-picture-colored: multiply;
|
|
@@ -5070,28 +5092,6 @@
|
|
|
5070
5092
|
.x-picture--colored.x-picture .x-picture--placeholder {
|
|
5071
5093
|
--x-mix-blend-mode-picture-default: var(--x-mix-blend-mode-picture-placeholder-colored);
|
|
5072
5094
|
}
|
|
5073
|
-
:root {
|
|
5074
|
-
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5075
|
-
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5076
|
-
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5077
|
-
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5078
|
-
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5079
|
-
}
|
|
5080
|
-
:root {
|
|
5081
|
-
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5082
|
-
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5083
|
-
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5084
|
-
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5085
|
-
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5086
|
-
}
|
|
5087
|
-
|
|
5088
|
-
.x-picture--card.x-picture {
|
|
5089
|
-
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
5090
|
-
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
|
|
5091
|
-
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
|
|
5092
|
-
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5093
|
-
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5094
|
-
}
|
|
5095
5095
|
:root {
|
|
5096
5096
|
--x-color-background-option-list-button-default: transparent;
|
|
5097
5097
|
--x-color-border-option-list-button-default: transparent;
|
|
@@ -5410,143 +5410,12 @@
|
|
|
5410
5410
|
);
|
|
5411
5411
|
}
|
|
5412
5412
|
:root {
|
|
5413
|
-
--x-
|
|
5414
|
-
--x-
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
--x-
|
|
5418
|
-
--x-
|
|
5419
|
-
--x-color-border-option-list-item-bottom: transparent;
|
|
5420
|
-
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5421
|
-
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5422
|
-
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5423
|
-
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5424
|
-
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5425
|
-
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5426
|
-
--x-color-border-option-list-item-bottom
|
|
5427
|
-
);
|
|
5428
|
-
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5429
|
-
--x-color-border-option-list-item-bottom
|
|
5430
|
-
);
|
|
5431
|
-
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5432
|
-
--x-color-border-option-list-item-bottom-selected
|
|
5433
|
-
);
|
|
5434
|
-
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5435
|
-
--x-color-border-option-list-item-bottom
|
|
5436
|
-
);
|
|
5437
|
-
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5438
|
-
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5439
|
-
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5440
|
-
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5441
|
-
--x-size-border-width-option-list-item-bottom
|
|
5442
|
-
);
|
|
5443
|
-
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5444
|
-
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5445
|
-
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5446
|
-
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5447
|
-
--x-size-border-width-option-list-item-bottom
|
|
5448
|
-
);
|
|
5449
|
-
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5450
|
-
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5451
|
-
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5452
|
-
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5453
|
-
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5454
|
-
--x-number-font-weight-base-regular
|
|
5455
|
-
);
|
|
5456
|
-
}
|
|
5457
|
-
|
|
5458
|
-
.x-option-list--bottom.x-option-list,
|
|
5459
|
-
.x-option-list--bottom .x-option-list {
|
|
5460
|
-
--x-color-text-option-list-button-default: var(--x-color-text-option-list-button-bottom);
|
|
5461
|
-
--x-color-text-option-list-button-default-hover: var(
|
|
5462
|
-
--x-color-text-option-list-button-bottom-hover
|
|
5463
|
-
);
|
|
5464
|
-
--x-color-border-option-list-item-default: var(--x-color-border-option-list-item-bottom);
|
|
5465
|
-
--x-color-border-top-option-list-item-default: var(--x-color-border-top-option-list-item-bottom);
|
|
5466
|
-
--x-color-border-right-option-list-item-default: var(
|
|
5467
|
-
--x-color-border-top-option-list-item-bottom
|
|
5468
|
-
);
|
|
5469
|
-
--x-color-border-bottom-option-list-item-default: var(
|
|
5470
|
-
--x-color-border-top-option-list-item-bottom
|
|
5471
|
-
);
|
|
5472
|
-
--x-color-border-left-option-list-item-default: var(--x-color-border-top-option-list-item-bottom);
|
|
5473
|
-
--x-size-border-width-option-list-item-default: var(
|
|
5474
|
-
--x-size-border-width-option-list-item-bottom
|
|
5475
|
-
);
|
|
5476
|
-
--x-size-border-width-top-option-list-item-default: var(
|
|
5477
|
-
--x-size-border-width-top-option-list-item-bottom
|
|
5478
|
-
);
|
|
5479
|
-
--x-size-border-width-right-option-list-item-default: var(
|
|
5480
|
-
--x-size-border-width-right-option-list-item-bottom
|
|
5481
|
-
);
|
|
5482
|
-
--x-size-border-width-bottom-option-list-item-default: var(
|
|
5483
|
-
--x-size-border-width-bottom-option-list-item-bottom
|
|
5484
|
-
);
|
|
5485
|
-
--x-size-border-width-left-option-list-item-default: var(
|
|
5486
|
-
--x-size-border-width-left-option-list-item-bottom
|
|
5487
|
-
);
|
|
5488
|
-
--x-font-decoration-option-list-button-default-hover: var(
|
|
5489
|
-
--x-font-decoration-option-list-button-bottom-hover
|
|
5490
|
-
);
|
|
5491
|
-
--x-size-font-option-list-button-default: var(--x-size-font-option-list-button-bottom);
|
|
5492
|
-
--x-number-font-weight-option-list-button-default: var(
|
|
5493
|
-
--x-number-font-weight-option-list-button-bottom
|
|
5494
|
-
);
|
|
5495
|
-
}
|
|
5496
|
-
.x-option-list--bottom.x-option-list .x-option-list__item.x-option-list__item--is-selected,
|
|
5497
|
-
.x-option-list--bottom .x-option-list .x-option-list__item.x-option-list__item--is-selected {
|
|
5498
|
-
--x-color-text-option-list-button-default-selected: var(
|
|
5499
|
-
--x-color-text-option-list-button-bottom-selected
|
|
5500
|
-
);
|
|
5501
|
-
--x-color-text-option-list-button-default-selected-hover: var(
|
|
5502
|
-
--x-color-text-option-list-button-bottom-selected-hover
|
|
5503
|
-
);
|
|
5504
|
-
--x-color-border-option-list-item-default-selected: var(
|
|
5505
|
-
--x-color-border-option-list-item-bottom-selected
|
|
5506
|
-
);
|
|
5507
|
-
--x-color-border-top-option-list-item-default-selected: var(
|
|
5508
|
-
--x-color-border-top-option-list-item-bottom-selected
|
|
5509
|
-
);
|
|
5510
|
-
--x-color-border-right-option-list-item-default-selected: var(
|
|
5511
|
-
--x-color-border-top-option-list-item-bottom-selected
|
|
5512
|
-
);
|
|
5513
|
-
--x-color-border-bottom-option-list-item-default-selected: var(
|
|
5514
|
-
--x-color-border-bottom-option-list-item-bottom-selected
|
|
5515
|
-
);
|
|
5516
|
-
--x-color-border-left-option-list-item-default-selected: var(
|
|
5517
|
-
--x-color-border-top-option-list-item-bottom-selected
|
|
5518
|
-
);
|
|
5519
|
-
--x-size-border-width-top-option-list-item-default: var(
|
|
5520
|
-
--x-size-border-width-top-option-list-item-bottom-selected
|
|
5521
|
-
);
|
|
5522
|
-
--x-size-border-width-right-option-list-item-default: var(
|
|
5523
|
-
--x-size-border-width-right-option-list-item-bottom-selected
|
|
5524
|
-
);
|
|
5525
|
-
--x-size-border-width-bottom-option-list-item-default: var(
|
|
5526
|
-
--x-size-border-width-bottom-option-list-item-bottom-selected
|
|
5527
|
-
);
|
|
5528
|
-
--x-size-border-width-left-option-list-item-default: var(
|
|
5529
|
-
--x-size-border-width-left-option-list-item-bottom-selected
|
|
5530
|
-
);
|
|
5531
|
-
--x-number-font-weight-option-list-button-default-selected: var(
|
|
5532
|
-
--x-number-font-weight-option-list-button-bottom-selected
|
|
5533
|
-
);
|
|
5534
|
-
}
|
|
5535
|
-
.x-option-list--bottom.x-option-list .x-option-list__item:last-child,
|
|
5536
|
-
.x-option-list--bottom .x-option-list .x-option-list__item:last-child {
|
|
5537
|
-
--x-size-border-width-option-list-item-default: inherit;
|
|
5538
|
-
--x-size-border-width-top-option-list-item-default: inherit;
|
|
5539
|
-
--x-size-border-width-right-option-list-item-default: inherit;
|
|
5540
|
-
--x-size-border-width-bottom-option-list-item-default: inherit;
|
|
5541
|
-
--x-size-border-width-left-option-list-item-default: inherit;
|
|
5542
|
-
}
|
|
5543
|
-
:root {
|
|
5544
|
-
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5545
|
-
--x-modal-overlay-opacity: 0.7;
|
|
5546
|
-
}
|
|
5547
|
-
:root {
|
|
5548
|
-
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5549
|
-
--x-modal-overlay-opacity: 0.7;
|
|
5413
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5414
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5415
|
+
}
|
|
5416
|
+
:root {
|
|
5417
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5418
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5550
5419
|
}
|
|
5551
5420
|
|
|
5552
5421
|
.x-modal__overlay {
|
|
@@ -5661,22 +5530,6 @@
|
|
|
5661
5530
|
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5662
5531
|
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5663
5532
|
}
|
|
5664
|
-
/* @deprecated */
|
|
5665
|
-
:root {
|
|
5666
|
-
--x-size-padding-list-01: var(--x-size-base-01);
|
|
5667
|
-
--x-size-padding-list-02: var(--x-size-base-02);
|
|
5668
|
-
--x-size-padding-list-03: var(--x-size-base-03);
|
|
5669
|
-
--x-size-padding-list-04: var(--x-size-base-04);
|
|
5670
|
-
--x-size-padding-list-05: var(--x-size-base-05);
|
|
5671
|
-
--x-size-padding-list-06: var(--x-size-base-06);
|
|
5672
|
-
--x-size-padding-list-07: var(--x-size-base-07);
|
|
5673
|
-
--x-size-padding-list-08: var(--x-size-base-08);
|
|
5674
|
-
--x-size-padding-list-09: var(--x-size-base-09);
|
|
5675
|
-
--x-size-padding-list-10: var(--x-size-base-10);
|
|
5676
|
-
--x-size-padding-list-11: var(--x-size-base-11);
|
|
5677
|
-
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5678
|
-
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5679
|
-
}
|
|
5680
5533
|
|
|
5681
5534
|
/* @deprecated */
|
|
5682
5535
|
[class*=x-list--padding-].x-list.x-list--padding-top:not(.x-list--padding-right) {
|
|
@@ -6002,226 +5855,173 @@
|
|
|
6002
5855
|
}
|
|
6003
5856
|
}
|
|
6004
5857
|
:root {
|
|
6005
|
-
--x-
|
|
6006
|
-
--x-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
--x-
|
|
6010
|
-
--x-
|
|
6011
|
-
--x-
|
|
6012
|
-
--x-
|
|
6013
|
-
--x-
|
|
6014
|
-
--x-
|
|
6015
|
-
--x-
|
|
6016
|
-
--x-
|
|
6017
|
-
--x-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
--x-
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
-
--x-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
:
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
--x-size-
|
|
6030
|
-
--x-size-
|
|
6031
|
-
--x-size-
|
|
6032
|
-
--x-size-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
--x-
|
|
6036
|
-
--x-size-
|
|
6037
|
-
--x-size-
|
|
6038
|
-
--x-size-
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
margin: 0;
|
|
6049
|
-
padding: var(--x-size-padding-list);
|
|
6050
|
-
justify-content: var(--x-size-justify-list);
|
|
6051
|
-
align-items: var(--x-size-align-list);
|
|
6052
|
-
min-width: 0;
|
|
6053
|
-
}
|
|
6054
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
6055
|
-
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6056
|
-
gap: 0;
|
|
6057
|
-
}
|
|
6058
|
-
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6059
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6060
|
-
}
|
|
6061
|
-
.x-list.x-list--horizontal {
|
|
6062
|
-
gap: 0;
|
|
6063
|
-
}
|
|
6064
|
-
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6065
|
-
margin-right: var(--x-size-gap-list);
|
|
6066
|
-
}
|
|
6067
|
-
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6068
|
-
gap: 0;
|
|
6069
|
-
}
|
|
6070
|
-
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6071
|
-
margin-right: var(--x-size-gap-list);
|
|
6072
|
-
margin-bottom: var(--x-size-gap-list);
|
|
6073
|
-
}
|
|
6074
|
-
}
|
|
6075
|
-
|
|
6076
|
-
.x-list--vertical.x-list {
|
|
6077
|
-
flex-flow: column nowrap;
|
|
6078
|
-
}
|
|
6079
|
-
|
|
6080
|
-
.x-list--horizontal.x-list {
|
|
6081
|
-
flex-flow: row nowrap;
|
|
6082
|
-
}
|
|
6083
|
-
|
|
6084
|
-
.x-list--wrap.x-list {
|
|
6085
|
-
flex-flow: row wrap;
|
|
6086
|
-
}
|
|
6087
|
-
|
|
6088
|
-
.x-list--wrap-reverse.x-list {
|
|
6089
|
-
flex-flow: row wrap-reverse;
|
|
6090
|
-
}
|
|
6091
|
-
|
|
6092
|
-
.x-list--justify-stretch.x-list {
|
|
6093
|
-
justify-content: stretch;
|
|
6094
|
-
}
|
|
6095
|
-
|
|
6096
|
-
.x-list--justify-center.x-list {
|
|
6097
|
-
justify-content: center;
|
|
6098
|
-
}
|
|
6099
|
-
|
|
6100
|
-
.x-list--justify-end.x-list {
|
|
6101
|
-
justify-content: flex-end;
|
|
6102
|
-
}
|
|
6103
|
-
|
|
6104
|
-
.x-list--justify-start.x-list {
|
|
6105
|
-
justify-content: flex-start;
|
|
6106
|
-
}
|
|
6107
|
-
|
|
6108
|
-
.x-list--align-stretch.x-list {
|
|
6109
|
-
align-items: stretch;
|
|
6110
|
-
}
|
|
6111
|
-
|
|
6112
|
-
.x-list--align-center.x-list {
|
|
6113
|
-
align-items: center;
|
|
6114
|
-
}
|
|
6115
|
-
|
|
6116
|
-
.x-list--align-baseline.x-list {
|
|
6117
|
-
align-items: baseline;
|
|
6118
|
-
}
|
|
6119
|
-
|
|
6120
|
-
.x-list--align-end.x-list {
|
|
6121
|
-
align-items: flex-end;
|
|
6122
|
-
}
|
|
6123
|
-
|
|
6124
|
-
.x-list--align-start.x-list {
|
|
6125
|
-
align-items: flex-start;
|
|
5858
|
+
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5859
|
+
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5860
|
+
--x-color-text-option-list-button-bottom-selected
|
|
5861
|
+
);
|
|
5862
|
+
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5863
|
+
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5864
|
+
--x-color-border-option-list-item-bottom: transparent;
|
|
5865
|
+
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5866
|
+
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5867
|
+
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5868
|
+
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5869
|
+
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5870
|
+
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5871
|
+
--x-color-border-option-list-item-bottom
|
|
5872
|
+
);
|
|
5873
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5874
|
+
--x-color-border-option-list-item-bottom
|
|
5875
|
+
);
|
|
5876
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5877
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5878
|
+
);
|
|
5879
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5880
|
+
--x-color-border-option-list-item-bottom
|
|
5881
|
+
);
|
|
5882
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5883
|
+
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5884
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5885
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5886
|
+
--x-size-border-width-option-list-item-bottom
|
|
5887
|
+
);
|
|
5888
|
+
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5889
|
+
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5890
|
+
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5891
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5892
|
+
--x-size-border-width-option-list-item-bottom
|
|
5893
|
+
);
|
|
5894
|
+
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5895
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5896
|
+
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5897
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5898
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5899
|
+
--x-number-font-weight-base-regular
|
|
5900
|
+
);
|
|
6126
5901
|
}
|
|
6127
5902
|
|
|
6128
|
-
.x-list
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
}
|
|
6134
|
-
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6135
|
-
min-width: 0;
|
|
6136
|
-
}
|
|
6137
|
-
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6138
|
-
min-height: 0;
|
|
6139
|
-
}
|
|
6140
|
-
.x-list > .x-list__item--stretch {
|
|
6141
|
-
align-self: stretch;
|
|
6142
|
-
}
|
|
6143
|
-
.x-list > .x-list__item--flex-none {
|
|
6144
|
-
flex: none;
|
|
6145
|
-
}
|
|
6146
|
-
.x-list > .x-list__item--01 {
|
|
6147
|
-
flex: 1 12 auto;
|
|
6148
|
-
}
|
|
6149
|
-
.x-list > .x-list__item--02 {
|
|
6150
|
-
flex: 2 11 auto;
|
|
6151
|
-
}
|
|
6152
|
-
.x-list > .x-list__item--03 {
|
|
6153
|
-
flex: 3 10 auto;
|
|
6154
|
-
}
|
|
6155
|
-
.x-list > .x-list__item--04 {
|
|
6156
|
-
flex: 4 9 auto;
|
|
6157
|
-
}
|
|
6158
|
-
.x-list > .x-list__item--05 {
|
|
6159
|
-
flex: 5 8 auto;
|
|
6160
|
-
}
|
|
6161
|
-
.x-list > .x-list__item--06 {
|
|
6162
|
-
flex: 6 7 auto;
|
|
6163
|
-
}
|
|
6164
|
-
.x-list > .x-list__item--07 {
|
|
6165
|
-
flex: 7 6 auto;
|
|
6166
|
-
}
|
|
6167
|
-
.x-list > .x-list__item--08 {
|
|
6168
|
-
flex: 8 5 auto;
|
|
6169
|
-
}
|
|
6170
|
-
.x-list > .x-list__item--09 {
|
|
6171
|
-
flex: 9 4 auto;
|
|
6172
|
-
}
|
|
6173
|
-
.x-list > .x-list__item--10 {
|
|
6174
|
-
flex: 10 3 auto;
|
|
6175
|
-
}
|
|
6176
|
-
.x-list > .x-list__item--11 {
|
|
6177
|
-
flex: 11 2 auto;
|
|
6178
|
-
}
|
|
6179
|
-
.x-list > .x-list__item--12 {
|
|
6180
|
-
flex: 12 1 auto;
|
|
6181
|
-
}
|
|
6182
|
-
:root {
|
|
6183
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6184
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6185
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6186
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6187
|
-
--x-size-border-radius-input-group-pill
|
|
5903
|
+
.x-option-list--bottom.x-option-list,
|
|
5904
|
+
.x-option-list--bottom .x-option-list {
|
|
5905
|
+
--x-color-text-option-list-button-default: var(--x-color-text-option-list-button-bottom);
|
|
5906
|
+
--x-color-text-option-list-button-default-hover: var(
|
|
5907
|
+
--x-color-text-option-list-button-bottom-hover
|
|
6188
5908
|
);
|
|
6189
|
-
--x-
|
|
6190
|
-
|
|
6191
|
-
:
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
--x-
|
|
6195
|
-
|
|
6196
|
-
|
|
5909
|
+
--x-color-border-option-list-item-default: var(--x-color-border-option-list-item-bottom);
|
|
5910
|
+
--x-color-border-top-option-list-item-default: var(--x-color-border-top-option-list-item-bottom);
|
|
5911
|
+
--x-color-border-right-option-list-item-default: var(
|
|
5912
|
+
--x-color-border-top-option-list-item-bottom
|
|
5913
|
+
);
|
|
5914
|
+
--x-color-border-bottom-option-list-item-default: var(
|
|
5915
|
+
--x-color-border-top-option-list-item-bottom
|
|
5916
|
+
);
|
|
5917
|
+
--x-color-border-left-option-list-item-default: var(--x-color-border-top-option-list-item-bottom);
|
|
5918
|
+
--x-size-border-width-option-list-item-default: var(
|
|
5919
|
+
--x-size-border-width-option-list-item-bottom
|
|
5920
|
+
);
|
|
5921
|
+
--x-size-border-width-top-option-list-item-default: var(
|
|
5922
|
+
--x-size-border-width-top-option-list-item-bottom
|
|
5923
|
+
);
|
|
5924
|
+
--x-size-border-width-right-option-list-item-default: var(
|
|
5925
|
+
--x-size-border-width-right-option-list-item-bottom
|
|
5926
|
+
);
|
|
5927
|
+
--x-size-border-width-bottom-option-list-item-default: var(
|
|
5928
|
+
--x-size-border-width-bottom-option-list-item-bottom
|
|
5929
|
+
);
|
|
5930
|
+
--x-size-border-width-left-option-list-item-default: var(
|
|
5931
|
+
--x-size-border-width-left-option-list-item-bottom
|
|
5932
|
+
);
|
|
5933
|
+
--x-font-decoration-option-list-button-default-hover: var(
|
|
5934
|
+
--x-font-decoration-option-list-button-bottom-hover
|
|
5935
|
+
);
|
|
5936
|
+
--x-size-font-option-list-button-default: var(--x-size-font-option-list-button-bottom);
|
|
5937
|
+
--x-number-font-weight-option-list-button-default: var(
|
|
5938
|
+
--x-number-font-weight-option-list-button-bottom
|
|
6197
5939
|
);
|
|
6198
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6199
5940
|
}
|
|
6200
|
-
|
|
6201
|
-
.x-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
--x-size-border-radius-top-left-input-group-default: var(
|
|
6205
|
-
--x-size-border-radius-top-left-input-group-pill
|
|
5941
|
+
.x-option-list--bottom.x-option-list .x-option-list__item.x-option-list__item--is-selected,
|
|
5942
|
+
.x-option-list--bottom .x-option-list .x-option-list__item.x-option-list__item--is-selected {
|
|
5943
|
+
--x-color-text-option-list-button-default-selected: var(
|
|
5944
|
+
--x-color-text-option-list-button-bottom-selected
|
|
6206
5945
|
);
|
|
6207
|
-
--x-
|
|
6208
|
-
--x-
|
|
5946
|
+
--x-color-text-option-list-button-default-selected-hover: var(
|
|
5947
|
+
--x-color-text-option-list-button-bottom-selected-hover
|
|
6209
5948
|
);
|
|
6210
|
-
--x-
|
|
6211
|
-
--x-
|
|
5949
|
+
--x-color-border-option-list-item-default-selected: var(
|
|
5950
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5951
|
+
);
|
|
5952
|
+
--x-color-border-top-option-list-item-default-selected: var(
|
|
5953
|
+
--x-color-border-top-option-list-item-bottom-selected
|
|
5954
|
+
);
|
|
5955
|
+
--x-color-border-right-option-list-item-default-selected: var(
|
|
5956
|
+
--x-color-border-top-option-list-item-bottom-selected
|
|
5957
|
+
);
|
|
5958
|
+
--x-color-border-bottom-option-list-item-default-selected: var(
|
|
5959
|
+
--x-color-border-bottom-option-list-item-bottom-selected
|
|
5960
|
+
);
|
|
5961
|
+
--x-color-border-left-option-list-item-default-selected: var(
|
|
5962
|
+
--x-color-border-top-option-list-item-bottom-selected
|
|
5963
|
+
);
|
|
5964
|
+
--x-size-border-width-top-option-list-item-default: var(
|
|
5965
|
+
--x-size-border-width-top-option-list-item-bottom-selected
|
|
5966
|
+
);
|
|
5967
|
+
--x-size-border-width-right-option-list-item-default: var(
|
|
5968
|
+
--x-size-border-width-right-option-list-item-bottom-selected
|
|
5969
|
+
);
|
|
5970
|
+
--x-size-border-width-bottom-option-list-item-default: var(
|
|
5971
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected
|
|
5972
|
+
);
|
|
5973
|
+
--x-size-border-width-left-option-list-item-default: var(
|
|
5974
|
+
--x-size-border-width-left-option-list-item-bottom-selected
|
|
6212
5975
|
);
|
|
6213
|
-
--x-
|
|
6214
|
-
--x-
|
|
5976
|
+
--x-number-font-weight-option-list-button-default-selected: var(
|
|
5977
|
+
--x-number-font-weight-option-list-button-bottom-selected
|
|
6215
5978
|
);
|
|
6216
5979
|
}
|
|
5980
|
+
.x-option-list--bottom.x-option-list .x-option-list__item:last-child,
|
|
5981
|
+
.x-option-list--bottom .x-option-list .x-option-list__item:last-child {
|
|
5982
|
+
--x-size-border-width-option-list-item-default: inherit;
|
|
5983
|
+
--x-size-border-width-top-option-list-item-default: inherit;
|
|
5984
|
+
--x-size-border-width-right-option-list-item-default: inherit;
|
|
5985
|
+
--x-size-border-width-bottom-option-list-item-default: inherit;
|
|
5986
|
+
--x-size-border-width-left-option-list-item-default: inherit;
|
|
5987
|
+
}
|
|
5988
|
+
/* @deprecated */
|
|
6217
5989
|
:root {
|
|
6218
|
-
--x-size-padding-
|
|
6219
|
-
--x-size-padding-
|
|
6220
|
-
--x-size-
|
|
6221
|
-
--x-size-
|
|
6222
|
-
--x-size-
|
|
6223
|
-
--x-size-
|
|
6224
|
-
--x-size-
|
|
5990
|
+
--x-size-padding-list-01: var(--x-size-base-01);
|
|
5991
|
+
--x-size-padding-list-02: var(--x-size-base-02);
|
|
5992
|
+
--x-size-padding-list-03: var(--x-size-base-03);
|
|
5993
|
+
--x-size-padding-list-04: var(--x-size-base-04);
|
|
5994
|
+
--x-size-padding-list-05: var(--x-size-base-05);
|
|
5995
|
+
--x-size-padding-list-06: var(--x-size-base-06);
|
|
5996
|
+
--x-size-padding-list-07: var(--x-size-base-07);
|
|
5997
|
+
--x-size-padding-list-08: var(--x-size-base-08);
|
|
5998
|
+
--x-size-padding-list-09: var(--x-size-base-09);
|
|
5999
|
+
--x-size-padding-list-10: var(--x-size-base-10);
|
|
6000
|
+
--x-size-padding-list-11: var(--x-size-base-11);
|
|
6001
|
+
--x-size-padding-list-12: var(--x-size-base-12);
|
|
6002
|
+
--x-size-padding-list-13: var(--x-size-base-13);
|
|
6003
|
+
}
|
|
6004
|
+
:root {
|
|
6005
|
+
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6006
|
+
--x-size-gap-list-02: var(--x-size-base-02);
|
|
6007
|
+
--x-size-gap-list-03: var(--x-size-base-03);
|
|
6008
|
+
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6009
|
+
--x-size-gap-list-05: var(--x-size-base-05);
|
|
6010
|
+
--x-size-gap-list-06: var(--x-size-base-06);
|
|
6011
|
+
--x-size-gap-list-07: var(--x-size-base-07);
|
|
6012
|
+
--x-size-gap-list-08: var(--x-size-base-08);
|
|
6013
|
+
--x-size-gap-list-09: var(--x-size-base-09);
|
|
6014
|
+
--x-size-gap-list-10: var(--x-size-base-10);
|
|
6015
|
+
--x-size-gap-list-11: var(--x-size-base-11);
|
|
6016
|
+
--x-size-gap-list-12: var(--x-size-base-12);
|
|
6017
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
6018
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
6019
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6020
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6021
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6022
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6023
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6024
|
+
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6225
6025
|
}
|
|
6226
6026
|
:root {
|
|
6227
6027
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
@@ -6745,6 +6545,180 @@
|
|
|
6745
6545
|
margin-bottom: var(--x-size-gap-list-20);
|
|
6746
6546
|
}
|
|
6747
6547
|
}
|
|
6548
|
+
:root {
|
|
6549
|
+
--x-string-flow-list: column nowrap;
|
|
6550
|
+
--x-size-padding-list: 0;
|
|
6551
|
+
--x-size-gap-list: 0;
|
|
6552
|
+
--x-size-justify-list: stretch;
|
|
6553
|
+
--x-size-align-list: stretch;
|
|
6554
|
+
--x-size-align-list-stretch: stretch;
|
|
6555
|
+
}
|
|
6556
|
+
:root {
|
|
6557
|
+
--x-string-flow-list: column nowrap;
|
|
6558
|
+
--x-size-padding-list: 0;
|
|
6559
|
+
--x-size-gap-list: 0;
|
|
6560
|
+
--x-size-justify-list: stretch;
|
|
6561
|
+
--x-size-align-list: stretch;
|
|
6562
|
+
--x-size-align-list-stretch: stretch;
|
|
6563
|
+
}
|
|
6564
|
+
|
|
6565
|
+
.x-list {
|
|
6566
|
+
display: flex;
|
|
6567
|
+
flex-flow: var(--x-string-flow-list);
|
|
6568
|
+
list-style: none;
|
|
6569
|
+
gap: var(--x-size-gap-list);
|
|
6570
|
+
margin: 0;
|
|
6571
|
+
padding: var(--x-size-padding-list);
|
|
6572
|
+
justify-content: var(--x-size-justify-list);
|
|
6573
|
+
align-items: var(--x-size-align-list);
|
|
6574
|
+
min-width: 0;
|
|
6575
|
+
}
|
|
6576
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
6577
|
+
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
6578
|
+
gap: 0;
|
|
6579
|
+
}
|
|
6580
|
+
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
6581
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6582
|
+
}
|
|
6583
|
+
.x-list.x-list--horizontal {
|
|
6584
|
+
gap: 0;
|
|
6585
|
+
}
|
|
6586
|
+
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
6587
|
+
margin-right: var(--x-size-gap-list);
|
|
6588
|
+
}
|
|
6589
|
+
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
6590
|
+
gap: 0;
|
|
6591
|
+
}
|
|
6592
|
+
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
6593
|
+
margin-right: var(--x-size-gap-list);
|
|
6594
|
+
margin-bottom: var(--x-size-gap-list);
|
|
6595
|
+
}
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6598
|
+
.x-list--vertical.x-list {
|
|
6599
|
+
flex-flow: column nowrap;
|
|
6600
|
+
}
|
|
6601
|
+
|
|
6602
|
+
.x-list--horizontal.x-list {
|
|
6603
|
+
flex-flow: row nowrap;
|
|
6604
|
+
}
|
|
6605
|
+
|
|
6606
|
+
.x-list--wrap.x-list {
|
|
6607
|
+
flex-flow: row wrap;
|
|
6608
|
+
}
|
|
6609
|
+
|
|
6610
|
+
.x-list--wrap-reverse.x-list {
|
|
6611
|
+
flex-flow: row wrap-reverse;
|
|
6612
|
+
}
|
|
6613
|
+
|
|
6614
|
+
.x-list--justify-stretch.x-list {
|
|
6615
|
+
justify-content: stretch;
|
|
6616
|
+
}
|
|
6617
|
+
|
|
6618
|
+
.x-list--justify-center.x-list {
|
|
6619
|
+
justify-content: center;
|
|
6620
|
+
}
|
|
6621
|
+
|
|
6622
|
+
.x-list--justify-end.x-list {
|
|
6623
|
+
justify-content: flex-end;
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6626
|
+
.x-list--justify-start.x-list {
|
|
6627
|
+
justify-content: flex-start;
|
|
6628
|
+
}
|
|
6629
|
+
|
|
6630
|
+
.x-list--align-stretch.x-list {
|
|
6631
|
+
align-items: stretch;
|
|
6632
|
+
}
|
|
6633
|
+
|
|
6634
|
+
.x-list--align-center.x-list {
|
|
6635
|
+
align-items: center;
|
|
6636
|
+
}
|
|
6637
|
+
|
|
6638
|
+
.x-list--align-baseline.x-list {
|
|
6639
|
+
align-items: baseline;
|
|
6640
|
+
}
|
|
6641
|
+
|
|
6642
|
+
.x-list--align-end.x-list {
|
|
6643
|
+
align-items: flex-end;
|
|
6644
|
+
}
|
|
6645
|
+
|
|
6646
|
+
.x-list--align-start.x-list {
|
|
6647
|
+
align-items: flex-start;
|
|
6648
|
+
}
|
|
6649
|
+
|
|
6650
|
+
.x-list > .x-list__item--expand {
|
|
6651
|
+
flex: 1 1 auto;
|
|
6652
|
+
}
|
|
6653
|
+
.x-list > .x-list__item--no-expand {
|
|
6654
|
+
flex: 0 0 auto;
|
|
6655
|
+
}
|
|
6656
|
+
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
6657
|
+
min-width: 0;
|
|
6658
|
+
}
|
|
6659
|
+
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
6660
|
+
min-height: 0;
|
|
6661
|
+
}
|
|
6662
|
+
.x-list > .x-list__item--stretch {
|
|
6663
|
+
align-self: stretch;
|
|
6664
|
+
}
|
|
6665
|
+
.x-list > .x-list__item--flex-none {
|
|
6666
|
+
flex: none;
|
|
6667
|
+
}
|
|
6668
|
+
.x-list > .x-list__item--01 {
|
|
6669
|
+
flex: 1 12 auto;
|
|
6670
|
+
}
|
|
6671
|
+
.x-list > .x-list__item--02 {
|
|
6672
|
+
flex: 2 11 auto;
|
|
6673
|
+
}
|
|
6674
|
+
.x-list > .x-list__item--03 {
|
|
6675
|
+
flex: 3 10 auto;
|
|
6676
|
+
}
|
|
6677
|
+
.x-list > .x-list__item--04 {
|
|
6678
|
+
flex: 4 9 auto;
|
|
6679
|
+
}
|
|
6680
|
+
.x-list > .x-list__item--05 {
|
|
6681
|
+
flex: 5 8 auto;
|
|
6682
|
+
}
|
|
6683
|
+
.x-list > .x-list__item--06 {
|
|
6684
|
+
flex: 6 7 auto;
|
|
6685
|
+
}
|
|
6686
|
+
.x-list > .x-list__item--07 {
|
|
6687
|
+
flex: 7 6 auto;
|
|
6688
|
+
}
|
|
6689
|
+
.x-list > .x-list__item--08 {
|
|
6690
|
+
flex: 8 5 auto;
|
|
6691
|
+
}
|
|
6692
|
+
.x-list > .x-list__item--09 {
|
|
6693
|
+
flex: 9 4 auto;
|
|
6694
|
+
}
|
|
6695
|
+
.x-list > .x-list__item--10 {
|
|
6696
|
+
flex: 10 3 auto;
|
|
6697
|
+
}
|
|
6698
|
+
.x-list > .x-list__item--11 {
|
|
6699
|
+
flex: 11 2 auto;
|
|
6700
|
+
}
|
|
6701
|
+
.x-list > .x-list__item--12 {
|
|
6702
|
+
flex: 12 1 auto;
|
|
6703
|
+
}
|
|
6704
|
+
:root {
|
|
6705
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6706
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6707
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6708
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6709
|
+
--x-size-border-radius-input-group-pill
|
|
6710
|
+
);
|
|
6711
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6712
|
+
}
|
|
6713
|
+
:root {
|
|
6714
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6715
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6716
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6717
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6718
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6719
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6720
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6721
|
+
}
|
|
6748
6722
|
:root {
|
|
6749
6723
|
--x-size-padding-left-input-group-line: 0;
|
|
6750
6724
|
--x-size-padding-right-input-group-line: 0;
|
|
@@ -7021,6 +6995,32 @@
|
|
|
7021
6995
|
);
|
|
7022
6996
|
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
7023
6997
|
}
|
|
6998
|
+
:root {
|
|
6999
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
7000
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
7001
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
7002
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
7003
|
+
--x-size-border-radius-input-group-pill
|
|
7004
|
+
);
|
|
7005
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
7006
|
+
}
|
|
7007
|
+
|
|
7008
|
+
.x-input-group--pill.x-input-group,
|
|
7009
|
+
.x-input-group--pill .x-input-group {
|
|
7010
|
+
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
7011
|
+
--x-size-border-radius-top-left-input-group-default: var(
|
|
7012
|
+
--x-size-border-radius-top-left-input-group-pill
|
|
7013
|
+
);
|
|
7014
|
+
--x-size-border-radius-top-right-input-group-default: var(
|
|
7015
|
+
--x-size-border-radius-top-right-input-group-pill
|
|
7016
|
+
);
|
|
7017
|
+
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
7018
|
+
--x-size-border-radius-bottom-right-input-group-pill
|
|
7019
|
+
);
|
|
7020
|
+
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
7021
|
+
--x-size-border-radius-bottom-left-input-group-pill
|
|
7022
|
+
);
|
|
7023
|
+
}
|
|
7024
7024
|
:root {
|
|
7025
7025
|
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
7026
7026
|
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|