@empathyco/x-components 6.0.0-alpha.80 → 6.0.0-alpha.81
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 +465 -465
- package/docs/API-reference/api/x-components.baseteleport.md +1 -1
- package/docs/API-reference/api/x-components.globalxbus.md +0 -2
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +0 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +0 -1
- package/docs/API-reference/api/x-components.simplefilter.md +0 -1
- package/docs/API-reference/api/x-components.snippetcallbacks.md +0 -1
- package/js/components/base-teleport.vue.js +4 -4
- package/js/components/base-teleport.vue.js.map +1 -1
- package/js/components/base-teleport.vue2.js +50 -15
- package/js/components/base-teleport.vue2.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +0 -1
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +0 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +0 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +0 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +18 -113
- package/report/x-components.api.md +5 -11
- package/types/components/base-teleport.vue.d.ts +1 -1
- package/types/components/base-teleport.vue.d.ts.map +1 -1
- package/types/components/global-x-bus.vue.d.ts +0 -2
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +0 -1
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +0 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +0 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +0 -5
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +0 -13
- package/js/components/base-teleport.vue3.js +0 -7
- package/js/components/base-teleport.vue3.js.map +0 -1
|
@@ -1,23 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.x-underline {
|
|
3
|
-
-webkit-text-decoration-line: underline;
|
|
4
|
-
text-decoration-line: underline;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.x-overline {
|
|
8
|
-
-webkit-text-decoration-line: overline;
|
|
9
|
-
text-decoration-line: overline;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.x-line-through {
|
|
13
|
-
-webkit-text-decoration-line: line-through;
|
|
14
|
-
text-decoration-line: line-through;
|
|
15
|
-
}
|
|
16
2
|
|
|
17
|
-
.x-no-underline {
|
|
18
|
-
-webkit-text-decoration-line: none;
|
|
19
|
-
text-decoration-line: none;
|
|
20
|
-
}
|
|
21
3
|
.x-uppercase {
|
|
22
4
|
text-transform: uppercase;
|
|
23
5
|
}
|
|
@@ -955,7 +937,25 @@
|
|
|
955
937
|
[dir="rtl"] .x-margin--left-20 {
|
|
956
938
|
margin-right: var(--x-size-base-20) !important;
|
|
957
939
|
}
|
|
940
|
+
.x-underline {
|
|
941
|
+
-webkit-text-decoration-line: underline;
|
|
942
|
+
text-decoration-line: underline;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.x-overline {
|
|
946
|
+
-webkit-text-decoration-line: overline;
|
|
947
|
+
text-decoration-line: overline;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.x-line-through {
|
|
951
|
+
-webkit-text-decoration-line: line-through;
|
|
952
|
+
text-decoration-line: line-through;
|
|
953
|
+
}
|
|
958
954
|
|
|
955
|
+
.x-no-underline {
|
|
956
|
+
-webkit-text-decoration-line: none;
|
|
957
|
+
text-decoration-line: none;
|
|
958
|
+
}
|
|
959
959
|
.x-line-height--none {
|
|
960
960
|
line-height: 1 !important;
|
|
961
961
|
}
|
|
@@ -1806,6 +1806,49 @@
|
|
|
1806
1806
|
.x-border-width--left-10 {
|
|
1807
1807
|
border-style: solid !important;
|
|
1808
1808
|
}
|
|
1809
|
+
.x-border-color--lead {
|
|
1810
|
+
border-color: var(--x-color-base-lead) !important;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.x-border-color--auxiliary {
|
|
1814
|
+
border-color: var(--x-color-base-auxiliary) !important;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.x-border-color--neutral-10 {
|
|
1818
|
+
border-color: var(--x-color-base-neutral-10) !important;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.x-border-color--neutral-35 {
|
|
1822
|
+
border-color: var(--x-color-base-neutral-35) !important;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
.x-border-color--neutral-70 {
|
|
1826
|
+
border-color: var(--x-color-base-neutral-70) !important;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.x-border-color--neutral-95 {
|
|
1830
|
+
border-color: var(--x-color-base-neutral-95) !important;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
.x-border-color--neutral-100 {
|
|
1834
|
+
border-color: var(--x-color-base-neutral-100) !important;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.x-border-color--accent {
|
|
1838
|
+
border-color: var(--x-color-base-accent) !important;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
.x-border-color--enable {
|
|
1842
|
+
border-color: var(--x-color-base-enable) !important;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.x-border-color--disable {
|
|
1846
|
+
border-color: var(--x-color-base-disable) !important;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.x-border-color--transparent {
|
|
1850
|
+
border-color: var(--x-color-base-transparent) !important;
|
|
1851
|
+
}
|
|
1809
1852
|
.x-border-radius--00 {
|
|
1810
1853
|
border-radius: 0 !important;
|
|
1811
1854
|
}
|
|
@@ -3314,48 +3357,20 @@
|
|
|
3314
3357
|
[dir="rtl"] .x-border-radius--bottom-right-20 {
|
|
3315
3358
|
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3316
3359
|
}
|
|
3317
|
-
.x-
|
|
3318
|
-
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
.x-border-color--auxiliary {
|
|
3322
|
-
border-color: var(--x-color-base-auxiliary) !important;
|
|
3323
|
-
}
|
|
3324
|
-
|
|
3325
|
-
.x-border-color--neutral-10 {
|
|
3326
|
-
border-color: var(--x-color-base-neutral-10) !important;
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
|
-
.x-border-color--neutral-35 {
|
|
3330
|
-
border-color: var(--x-color-base-neutral-35) !important;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
|
-
.x-border-color--neutral-70 {
|
|
3334
|
-
border-color: var(--x-color-base-neutral-70) !important;
|
|
3335
|
-
}
|
|
3336
|
-
|
|
3337
|
-
.x-border-color--neutral-95 {
|
|
3338
|
-
border-color: var(--x-color-base-neutral-95) !important;
|
|
3339
|
-
}
|
|
3340
|
-
|
|
3341
|
-
.x-border-color--neutral-100 {
|
|
3342
|
-
border-color: var(--x-color-base-neutral-100) !important;
|
|
3360
|
+
.x-text--stroke.x-text {
|
|
3361
|
+
--x-string-text-decoration: line-through;
|
|
3343
3362
|
}
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
border-color: var(--x-color-base-accent) !important;
|
|
3363
|
+
.x-text--stroke.x-title1 {
|
|
3364
|
+
--x-string-text-decoration-title1: line-through;
|
|
3347
3365
|
}
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
border-color: var(--x-color-base-enable) !important;
|
|
3366
|
+
.x-text--stroke.x-title2 {
|
|
3367
|
+
--x-string-text-decoration-title2: line-through;
|
|
3351
3368
|
}
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
border-color: var(--x-color-base-disable) !important;
|
|
3369
|
+
.x-text--stroke.x-title3 {
|
|
3370
|
+
--x-string-text-decoration-title3: line-through;
|
|
3355
3371
|
}
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
border-color: var(--x-color-base-transparent) !important;
|
|
3372
|
+
.x-text--stroke.x-small {
|
|
3373
|
+
--x-string-text-decoration-small: line-through;
|
|
3359
3374
|
}
|
|
3360
3375
|
.x-background--lead {
|
|
3361
3376
|
background-color: var(--x-color-base-lead) !important;
|
|
@@ -3400,21 +3415,6 @@
|
|
|
3400
3415
|
.x-background--transparent {
|
|
3401
3416
|
background-color: var(--x-color-base-transparent) !important;
|
|
3402
3417
|
}
|
|
3403
|
-
.x-text--stroke.x-text {
|
|
3404
|
-
--x-string-text-decoration: line-through;
|
|
3405
|
-
}
|
|
3406
|
-
.x-text--stroke.x-title1 {
|
|
3407
|
-
--x-string-text-decoration-title1: line-through;
|
|
3408
|
-
}
|
|
3409
|
-
.x-text--stroke.x-title2 {
|
|
3410
|
-
--x-string-text-decoration-title2: line-through;
|
|
3411
|
-
}
|
|
3412
|
-
.x-text--stroke.x-title3 {
|
|
3413
|
-
--x-string-text-decoration-title3: line-through;
|
|
3414
|
-
}
|
|
3415
|
-
.x-text--stroke.x-small {
|
|
3416
|
-
--x-string-text-decoration-small: line-through;
|
|
3417
|
-
}
|
|
3418
3418
|
:root {
|
|
3419
3419
|
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3420
3420
|
}
|
|
@@ -3940,13 +3940,6 @@
|
|
|
3940
3940
|
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3941
3941
|
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3942
3942
|
}
|
|
3943
|
-
:root {
|
|
3944
|
-
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
3945
|
-
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3946
|
-
--x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3947
|
-
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3948
|
-
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3949
|
-
}
|
|
3950
3943
|
|
|
3951
3944
|
.x-tag--card.x-tag,
|
|
3952
3945
|
.x-tag--card .x-tag {
|
|
@@ -3958,6 +3951,13 @@
|
|
|
3958
3951
|
);
|
|
3959
3952
|
--x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-card);
|
|
3960
3953
|
}
|
|
3954
|
+
:root {
|
|
3955
|
+
--x-size-border-radius-tag-card: var(--x-size-border-radius-base-s);
|
|
3956
|
+
--x-size-border-radius-top-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3957
|
+
--x-size-border-radius-top-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3958
|
+
--x-size-border-radius-bottom-right-tag-card: var(--x-size-border-radius-tag-card);
|
|
3959
|
+
--x-size-border-radius-bottom-left-tag-card: var(--x-size-border-radius-tag-card);
|
|
3960
|
+
}
|
|
3961
3961
|
:root {
|
|
3962
3962
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
3963
3963
|
--x-color-text-suggestion-group-matching-part-default: var(
|
|
@@ -4846,23 +4846,6 @@
|
|
|
4846
4846
|
--x-size-border-width-result-description-default: 0;
|
|
4847
4847
|
--x-size-border-width-result-picture-default: 0;
|
|
4848
4848
|
}
|
|
4849
|
-
:root {
|
|
4850
|
-
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4851
|
-
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4852
|
-
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4853
|
-
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4854
|
-
--x-color-background-result-default: transparent;
|
|
4855
|
-
--x-size-padding-result-default: 0;
|
|
4856
|
-
--x-size-padding-result-overlay-default: 0;
|
|
4857
|
-
--x-size-padding-result-description-default: 0;
|
|
4858
|
-
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4859
|
-
--x-size-padding-result-picture-default: 0;
|
|
4860
|
-
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4861
|
-
--x-size-border-width-result-default: 0;
|
|
4862
|
-
--x-size-border-width-result-overlay-default: 0;
|
|
4863
|
-
--x-size-border-width-result-description-default: 0;
|
|
4864
|
-
--x-size-border-width-result-picture-default: 0;
|
|
4865
|
-
}
|
|
4866
4849
|
|
|
4867
4850
|
.x-result {
|
|
4868
4851
|
display: grid;
|
|
@@ -4916,6 +4899,23 @@
|
|
|
4916
4899
|
opacity: 1;
|
|
4917
4900
|
}
|
|
4918
4901
|
}
|
|
4902
|
+
:root {
|
|
4903
|
+
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4904
|
+
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
4905
|
+
--x-color-border-result-description-default: var(--x-color-border-result-default);
|
|
4906
|
+
--x-color-border-result-picture-default: var(--x-color-border-result-default);
|
|
4907
|
+
--x-color-background-result-default: transparent;
|
|
4908
|
+
--x-size-padding-result-default: 0;
|
|
4909
|
+
--x-size-padding-result-overlay-default: 0;
|
|
4910
|
+
--x-size-padding-result-description-default: 0;
|
|
4911
|
+
--x-size-gap-result-default: var(--x-size-base-03);
|
|
4912
|
+
--x-size-padding-result-picture-default: 0;
|
|
4913
|
+
--x-size-border-radius-result-default: var(--x-size-border-radius-base-none);
|
|
4914
|
+
--x-size-border-width-result-default: 0;
|
|
4915
|
+
--x-size-border-width-result-overlay-default: 0;
|
|
4916
|
+
--x-size-border-width-result-description-default: 0;
|
|
4917
|
+
--x-size-border-width-result-picture-default: 0;
|
|
4918
|
+
}
|
|
4919
4919
|
:root {
|
|
4920
4920
|
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4921
4921
|
}
|
|
@@ -4979,14 +4979,14 @@
|
|
|
4979
4979
|
:root {
|
|
4980
4980
|
--x-number-aspect-ratio-picture: 1;
|
|
4981
4981
|
}
|
|
4982
|
-
:root {
|
|
4983
|
-
--x-number-aspect-ratio-picture: 1;
|
|
4984
|
-
}
|
|
4985
4982
|
|
|
4986
4983
|
.x-picture--fixed-ratio.x-picture {
|
|
4987
4984
|
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
4988
4985
|
width: 100%;
|
|
4989
4986
|
}
|
|
4987
|
+
:root {
|
|
4988
|
+
--x-number-aspect-ratio-picture: 1;
|
|
4989
|
+
}
|
|
4990
4990
|
:root {
|
|
4991
4991
|
--x-size-border-radius-picture-default: 0;
|
|
4992
4992
|
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-picture-default);
|
|
@@ -5091,12 +5091,6 @@
|
|
|
5091
5091
|
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5092
5092
|
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5093
5093
|
}
|
|
5094
|
-
:root {
|
|
5095
|
-
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5096
|
-
--x-mix-blend-mode-picture-colored: multiply;
|
|
5097
|
-
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5098
|
-
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5099
|
-
}
|
|
5100
5094
|
|
|
5101
5095
|
.x-picture--colored.x-picture {
|
|
5102
5096
|
--x-color-background-picture-default: var(--x-color-background-picture-colored);
|
|
@@ -5110,6 +5104,12 @@
|
|
|
5110
5104
|
.x-picture--colored.x-picture .x-picture--placeholder {
|
|
5111
5105
|
--x-mix-blend-mode-picture-default: var(--x-mix-blend-mode-picture-placeholder-colored);
|
|
5112
5106
|
}
|
|
5107
|
+
:root {
|
|
5108
|
+
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5109
|
+
--x-mix-blend-mode-picture-colored: multiply;
|
|
5110
|
+
--x-mix-blend-mode-picture-fallback-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5111
|
+
--x-mix-blend-mode-picture-placeholder-colored: var(--x-mix-blend-mode-picture-colored);
|
|
5112
|
+
}
|
|
5113
5113
|
:root {
|
|
5114
5114
|
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5115
5115
|
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
@@ -5449,51 +5449,6 @@
|
|
|
5449
5449
|
--x-number-font-weight-base-regular
|
|
5450
5450
|
);
|
|
5451
5451
|
}
|
|
5452
|
-
:root {
|
|
5453
|
-
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5454
|
-
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5455
|
-
--x-color-text-option-list-button-bottom-selected
|
|
5456
|
-
);
|
|
5457
|
-
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5458
|
-
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5459
|
-
--x-color-border-option-list-item-bottom: transparent;
|
|
5460
|
-
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5461
|
-
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5462
|
-
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5463
|
-
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5464
|
-
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5465
|
-
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5466
|
-
--x-color-border-option-list-item-bottom
|
|
5467
|
-
);
|
|
5468
|
-
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5469
|
-
--x-color-border-option-list-item-bottom
|
|
5470
|
-
);
|
|
5471
|
-
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5472
|
-
--x-color-border-option-list-item-bottom-selected
|
|
5473
|
-
);
|
|
5474
|
-
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5475
|
-
--x-color-border-option-list-item-bottom
|
|
5476
|
-
);
|
|
5477
|
-
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5478
|
-
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5479
|
-
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5480
|
-
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5481
|
-
--x-size-border-width-option-list-item-bottom
|
|
5482
|
-
);
|
|
5483
|
-
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5484
|
-
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5485
|
-
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5486
|
-
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5487
|
-
--x-size-border-width-option-list-item-bottom
|
|
5488
|
-
);
|
|
5489
|
-
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5490
|
-
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5491
|
-
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5492
|
-
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5493
|
-
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5494
|
-
--x-number-font-weight-base-regular
|
|
5495
|
-
);
|
|
5496
|
-
}
|
|
5497
5452
|
|
|
5498
5453
|
.x-option-list--bottom.x-option-list,
|
|
5499
5454
|
.x-option-list--bottom .x-option-list {
|
|
@@ -5581,9 +5536,54 @@
|
|
|
5581
5536
|
--x-size-border-width-left-option-list-item-default: inherit;
|
|
5582
5537
|
}
|
|
5583
5538
|
:root {
|
|
5584
|
-
--x-
|
|
5585
|
-
--x-
|
|
5586
|
-
|
|
5539
|
+
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5540
|
+
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5541
|
+
--x-color-text-option-list-button-bottom-selected
|
|
5542
|
+
);
|
|
5543
|
+
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5544
|
+
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5545
|
+
--x-color-border-option-list-item-bottom: transparent;
|
|
5546
|
+
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5547
|
+
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5548
|
+
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5549
|
+
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5550
|
+
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5551
|
+
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5552
|
+
--x-color-border-option-list-item-bottom
|
|
5553
|
+
);
|
|
5554
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5555
|
+
--x-color-border-option-list-item-bottom
|
|
5556
|
+
);
|
|
5557
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5558
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5559
|
+
);
|
|
5560
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5561
|
+
--x-color-border-option-list-item-bottom
|
|
5562
|
+
);
|
|
5563
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5564
|
+
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5565
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5566
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5567
|
+
--x-size-border-width-option-list-item-bottom
|
|
5568
|
+
);
|
|
5569
|
+
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5570
|
+
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5571
|
+
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5572
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5573
|
+
--x-size-border-width-option-list-item-bottom
|
|
5574
|
+
);
|
|
5575
|
+
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5576
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5577
|
+
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5578
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5579
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5580
|
+
--x-number-font-weight-base-regular
|
|
5581
|
+
);
|
|
5582
|
+
}
|
|
5583
|
+
:root {
|
|
5584
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5585
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5586
|
+
}
|
|
5587
5587
|
:root {
|
|
5588
5588
|
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5589
5589
|
--x-modal-overlay-opacity: 0.7;
|
|
@@ -6063,28 +6063,6 @@
|
|
|
6063
6063
|
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6064
6064
|
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6065
6065
|
}
|
|
6066
|
-
:root {
|
|
6067
|
-
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6068
|
-
--x-size-gap-list-02: var(--x-size-base-02);
|
|
6069
|
-
--x-size-gap-list-03: var(--x-size-base-03);
|
|
6070
|
-
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6071
|
-
--x-size-gap-list-05: var(--x-size-base-05);
|
|
6072
|
-
--x-size-gap-list-06: var(--x-size-base-06);
|
|
6073
|
-
--x-size-gap-list-07: var(--x-size-base-07);
|
|
6074
|
-
--x-size-gap-list-08: var(--x-size-base-08);
|
|
6075
|
-
--x-size-gap-list-09: var(--x-size-base-09);
|
|
6076
|
-
--x-size-gap-list-10: var(--x-size-base-10);
|
|
6077
|
-
--x-size-gap-list-11: var(--x-size-base-11);
|
|
6078
|
-
--x-size-gap-list-12: var(--x-size-base-12);
|
|
6079
|
-
--x-size-gap-list-13: var(--x-size-base-13);
|
|
6080
|
-
--x-size-gap-list-14: var(--x-size-base-14);
|
|
6081
|
-
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6082
|
-
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6083
|
-
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6084
|
-
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6085
|
-
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6086
|
-
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6087
|
-
}
|
|
6088
6066
|
|
|
6089
6067
|
.x-list--gap-01.x-list {
|
|
6090
6068
|
gap: var(--x-size-gap-list-01);
|
|
@@ -6586,12 +6564,26 @@
|
|
|
6586
6564
|
}
|
|
6587
6565
|
}
|
|
6588
6566
|
:root {
|
|
6589
|
-
--x-
|
|
6590
|
-
--x-size-
|
|
6591
|
-
--x-size-gap-list:
|
|
6592
|
-
--x-size-
|
|
6593
|
-
--x-size-
|
|
6594
|
-
--x-size-
|
|
6567
|
+
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6568
|
+
--x-size-gap-list-02: var(--x-size-base-02);
|
|
6569
|
+
--x-size-gap-list-03: var(--x-size-base-03);
|
|
6570
|
+
--x-size-gap-list-04: var(--x-size-base-04);
|
|
6571
|
+
--x-size-gap-list-05: var(--x-size-base-05);
|
|
6572
|
+
--x-size-gap-list-06: var(--x-size-base-06);
|
|
6573
|
+
--x-size-gap-list-07: var(--x-size-base-07);
|
|
6574
|
+
--x-size-gap-list-08: var(--x-size-base-08);
|
|
6575
|
+
--x-size-gap-list-09: var(--x-size-base-09);
|
|
6576
|
+
--x-size-gap-list-10: var(--x-size-base-10);
|
|
6577
|
+
--x-size-gap-list-11: var(--x-size-base-11);
|
|
6578
|
+
--x-size-gap-list-12: var(--x-size-base-12);
|
|
6579
|
+
--x-size-gap-list-13: var(--x-size-base-13);
|
|
6580
|
+
--x-size-gap-list-14: var(--x-size-base-14);
|
|
6581
|
+
--x-size-gap-list-15: var(--x-size-base-15);
|
|
6582
|
+
--x-size-gap-list-16: var(--x-size-base-16);
|
|
6583
|
+
--x-size-gap-list-17: var(--x-size-base-17);
|
|
6584
|
+
--x-size-gap-list-18: var(--x-size-base-18);
|
|
6585
|
+
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6586
|
+
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6595
6587
|
}
|
|
6596
6588
|
:root {
|
|
6597
6589
|
--x-string-flow-list: column nowrap;
|
|
@@ -6742,13 +6734,12 @@
|
|
|
6742
6734
|
flex: 12 1 auto;
|
|
6743
6735
|
}
|
|
6744
6736
|
:root {
|
|
6745
|
-
--x-
|
|
6746
|
-
--x-size-
|
|
6747
|
-
--x-size-
|
|
6748
|
-
--x-size-
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6737
|
+
--x-string-flow-list: column nowrap;
|
|
6738
|
+
--x-size-padding-list: 0;
|
|
6739
|
+
--x-size-gap-list: 0;
|
|
6740
|
+
--x-size-justify-list: stretch;
|
|
6741
|
+
--x-size-align-list: stretch;
|
|
6742
|
+
--x-size-align-list-stretch: stretch;
|
|
6752
6743
|
}
|
|
6753
6744
|
:root {
|
|
6754
6745
|
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
@@ -6777,13 +6768,13 @@
|
|
|
6777
6768
|
);
|
|
6778
6769
|
}
|
|
6779
6770
|
:root {
|
|
6780
|
-
--x-size-
|
|
6781
|
-
--x-size-
|
|
6782
|
-
--x-size-border-
|
|
6783
|
-
--x-size-border-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
--x-size-border-
|
|
6771
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6772
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6773
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6774
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6775
|
+
--x-size-border-radius-input-group-pill
|
|
6776
|
+
);
|
|
6777
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6787
6778
|
}
|
|
6788
6779
|
:root {
|
|
6789
6780
|
--x-size-padding-left-input-group-line: 0;
|
|
@@ -6832,6 +6823,15 @@
|
|
|
6832
6823
|
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6833
6824
|
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6834
6825
|
}
|
|
6826
|
+
:root {
|
|
6827
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6828
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6829
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6830
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6831
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6832
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6833
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6834
|
+
}
|
|
6835
6835
|
:root {
|
|
6836
6836
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6837
6837
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -7130,16 +7130,6 @@
|
|
|
7130
7130
|
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7131
7131
|
--x-size-border-width-left-input-line: 0;
|
|
7132
7132
|
}
|
|
7133
|
-
:root {
|
|
7134
|
-
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7135
|
-
--x-size-padding-right-input-line: 0;
|
|
7136
|
-
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7137
|
-
--x-size-padding-left-input-line: 0;
|
|
7138
|
-
--x-size-border-width-top-input-line: 0;
|
|
7139
|
-
--x-size-border-width-right-input-line: 0;
|
|
7140
|
-
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7141
|
-
--x-size-border-width-left-input-line: 0;
|
|
7142
|
-
}
|
|
7143
7133
|
|
|
7144
7134
|
.x-input--line .x-input,
|
|
7145
7135
|
.x-input--line.x-input {
|
|
@@ -7152,6 +7142,16 @@
|
|
|
7152
7142
|
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7153
7143
|
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7154
7144
|
}
|
|
7145
|
+
:root {
|
|
7146
|
+
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7147
|
+
--x-size-padding-right-input-line: 0;
|
|
7148
|
+
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7149
|
+
--x-size-padding-left-input-line: 0;
|
|
7150
|
+
--x-size-border-width-top-input-line: 0;
|
|
7151
|
+
--x-size-border-width-right-input-line: 0;
|
|
7152
|
+
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7153
|
+
--x-size-border-width-left-input-line: 0;
|
|
7154
|
+
}
|
|
7155
7155
|
:root {
|
|
7156
7156
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7157
7157
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7208,78 +7208,186 @@
|
|
|
7208
7208
|
);
|
|
7209
7209
|
}
|
|
7210
7210
|
:root {
|
|
7211
|
-
--x-
|
|
7212
|
-
--x-
|
|
7213
|
-
|
|
7214
|
-
:
|
|
7215
|
-
--x-
|
|
7216
|
-
--x-size-
|
|
7211
|
+
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7212
|
+
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
7213
|
+
--x-color-border-input-default-focus: var(--x-color-base-lead);
|
|
7214
|
+
--x-color-text-input-default: var(--x-color-text-default);
|
|
7215
|
+
--x-color-text-input-placeholder-default: var(--x-color-base-neutral-35);
|
|
7216
|
+
--x-size-border-width-input-default: var(--x-size-border-width-base);
|
|
7217
|
+
--x-size-border-width-top-input-default: var(--x-size-border-width-input-default);
|
|
7218
|
+
--x-size-border-width-right-input-default: var(--x-size-border-width-input-default);
|
|
7219
|
+
--x-size-border-width-bottom-input-default: var(--x-size-border-width-input-default);
|
|
7220
|
+
--x-size-border-width-left-input-default: var(--x-size-border-width-input-default);
|
|
7221
|
+
--x-size-border-radius-input-default: var(--x-size-border-radius-base-none);
|
|
7222
|
+
--x-size-border-radius-top-left-input-default: var(--x-size-border-radius-input-default);
|
|
7223
|
+
--x-size-border-radius-top-right-input-default: var(--x-size-border-radius-input-default);
|
|
7224
|
+
--x-size-border-radius-bottom-right-input-default: var(--x-size-border-radius-input-default);
|
|
7225
|
+
--x-size-border-radius-bottom-left-input-default: var(--x-size-border-radius-input-default);
|
|
7226
|
+
--x-size-height-input-default: var(--x-size-base-07);
|
|
7227
|
+
--x-size-padding-right-input-default: var(--x-size-base-04);
|
|
7228
|
+
--x-size-padding-left-input-default: var(--x-size-base-04);
|
|
7229
|
+
--x-font-family-input-default: var(--x-font-family-text);
|
|
7230
|
+
--x-size-font-input-default: var(--x-size-font-text);
|
|
7231
|
+
--x-size-line-height-input-default: var(--x-size-line-height-text);
|
|
7232
|
+
--x-number-font-weight-input-default: var(--x-number-font-weight-text);
|
|
7233
|
+
--x-font-family-input-placeholder-default: var(--x-font-family-input-default);
|
|
7234
|
+
--x-size-font-input-placeholder-default: var(--x-size-font-input-default);
|
|
7235
|
+
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7236
|
+
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7217
7237
|
}
|
|
7218
7238
|
|
|
7219
|
-
.x-
|
|
7220
|
-
|
|
7221
|
-
--x-size-height-icon-default: var(--x-size-height-icon-xl);
|
|
7222
|
-
}
|
|
7223
|
-
:root {
|
|
7224
|
-
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7225
|
-
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7226
|
-
}
|
|
7227
|
-
:root {
|
|
7228
|
-
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7229
|
-
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7239
|
+
[dir="ltr"] .x-input {
|
|
7240
|
+
padding-left: var(--x-size-padding-left-input-default);
|
|
7230
7241
|
}
|
|
7231
7242
|
|
|
7232
|
-
.x-
|
|
7233
|
-
|
|
7234
|
-
--x-size-height-icon-default: var(--x-size-height-icon-s);
|
|
7235
|
-
}
|
|
7236
|
-
:root {
|
|
7237
|
-
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7238
|
-
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7239
|
-
}
|
|
7240
|
-
:root {
|
|
7241
|
-
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7242
|
-
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7243
|
+
[dir="rtl"] .x-input {
|
|
7244
|
+
padding-right: var(--x-size-padding-left-input-default);
|
|
7243
7245
|
}
|
|
7244
7246
|
|
|
7245
|
-
.x-
|
|
7246
|
-
|
|
7247
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7247
|
+
[dir="ltr"] .x-input {
|
|
7248
|
+
padding-right: var(--x-size-padding-right-input-default);
|
|
7248
7249
|
}
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7250
|
+
|
|
7251
|
+
[dir="rtl"] .x-input {
|
|
7252
|
+
padding-left: var(--x-size-padding-right-input-default);
|
|
7252
7253
|
}
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7254
|
+
|
|
7255
|
+
[dir="ltr"] .x-input {
|
|
7256
|
+
border-right-width: var(--x-size-border-width-right-input-default);
|
|
7256
7257
|
}
|
|
7257
7258
|
|
|
7258
|
-
.x-
|
|
7259
|
-
|
|
7260
|
-
--x-size-height-icon-default: var(--x-size-height-icon-l);
|
|
7259
|
+
[dir="rtl"] .x-input {
|
|
7260
|
+
border-left-width: var(--x-size-border-width-right-input-default);
|
|
7261
7261
|
}
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
--x-
|
|
7265
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7266
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7267
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7268
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7269
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7262
|
+
|
|
7263
|
+
[dir="ltr"] .x-input {
|
|
7264
|
+
border-left-width: var(--x-size-border-width-left-input-default);
|
|
7270
7265
|
}
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
--x-
|
|
7274
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7275
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7276
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7277
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7278
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7266
|
+
|
|
7267
|
+
[dir="rtl"] .x-input {
|
|
7268
|
+
border-right-width: var(--x-size-border-width-left-input-default);
|
|
7279
7269
|
}
|
|
7280
7270
|
|
|
7281
|
-
.x-
|
|
7282
|
-
|
|
7271
|
+
.x-input {
|
|
7272
|
+
position: relative;
|
|
7273
|
+
display: flex;
|
|
7274
|
+
overflow: hidden;
|
|
7275
|
+
box-sizing: border-box;
|
|
7276
|
+
margin: 0;
|
|
7277
|
+
min-width: 0;
|
|
7278
|
+
height: var(--x-size-height-input-default);
|
|
7279
|
+
padding-top: 0;
|
|
7280
|
+
padding-bottom: 0;
|
|
7281
|
+
background-color: var(--x-color-background-input-default);
|
|
7282
|
+
border-color: var(--x-color-border-input-default);
|
|
7283
|
+
color: var(--x-color-text-input-default);
|
|
7284
|
+
border-top-width: var(--x-size-border-width-top-input-default);
|
|
7285
|
+
border-bottom-width: var(--x-size-border-width-bottom-input-default);
|
|
7286
|
+
border-radius: var(--x-size-border-radius-top-left-input-default) var(--x-size-border-radius-top-right-input-default) var(--x-size-border-radius-bottom-right-input-default) var(--x-size-border-radius-bottom-left-input-default);
|
|
7287
|
+
border-style: solid;
|
|
7288
|
+
font-family: var(--x-font-family-input-default);
|
|
7289
|
+
font-size: var(--x-size-font-input-default);
|
|
7290
|
+
font-weight: var(--x-number-font-weight-input-default);
|
|
7291
|
+
line-height: var(--x-size-line-height-input-default);
|
|
7292
|
+
}
|
|
7293
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7294
|
+
.x-input {
|
|
7295
|
+
-webkit-appearance: none;
|
|
7296
|
+
}
|
|
7297
|
+
}
|
|
7298
|
+
.x-input:focus {
|
|
7299
|
+
border-color: var(--x-color-border-input-default-focus);
|
|
7300
|
+
}
|
|
7301
|
+
.x-input > .x-input-placeholder {
|
|
7302
|
+
position: absolute;
|
|
7303
|
+
height: 100%;
|
|
7304
|
+
}
|
|
7305
|
+
.x-input > .x-input {
|
|
7306
|
+
background: none;
|
|
7307
|
+
border: none;
|
|
7308
|
+
padding: 0;
|
|
7309
|
+
flex: 1 1 auto;
|
|
7310
|
+
}
|
|
7311
|
+
.x-input > .x-input-placeholder, .x-input::placeholder {
|
|
7312
|
+
color: var(--x-color-text-input-placeholder-default);
|
|
7313
|
+
font-family: var(--x-font-family-input-placeholder-default);
|
|
7314
|
+
font-size: var(--x-size-font-input-placeholder-default);
|
|
7315
|
+
font-weight: var(--x-number-font-weight-input-placeholder-default);
|
|
7316
|
+
line-height: var(--x-size-line-height-input-placeholder-default);
|
|
7317
|
+
}
|
|
7318
|
+
:root {
|
|
7319
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7320
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7321
|
+
}
|
|
7322
|
+
|
|
7323
|
+
.x-icon--xl {
|
|
7324
|
+
--x-size-width-icon-default: var(--x-size-width-icon-xl);
|
|
7325
|
+
--x-size-height-icon-default: var(--x-size-height-icon-xl);
|
|
7326
|
+
}
|
|
7327
|
+
:root {
|
|
7328
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7329
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7330
|
+
}
|
|
7331
|
+
:root {
|
|
7332
|
+
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7333
|
+
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7334
|
+
}
|
|
7335
|
+
|
|
7336
|
+
.x-icon--s {
|
|
7337
|
+
--x-size-width-icon-default: var(--x-size-width-icon-s);
|
|
7338
|
+
--x-size-height-icon-default: var(--x-size-height-icon-s);
|
|
7339
|
+
}
|
|
7340
|
+
:root {
|
|
7341
|
+
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7342
|
+
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7343
|
+
}
|
|
7344
|
+
:root {
|
|
7345
|
+
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7346
|
+
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7347
|
+
}
|
|
7348
|
+
:root {
|
|
7349
|
+
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7350
|
+
--x-size-height-icon-m: var(--x-size-base-05);
|
|
7351
|
+
}
|
|
7352
|
+
|
|
7353
|
+
.x-icon--m {
|
|
7354
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7355
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7356
|
+
}
|
|
7357
|
+
:root {
|
|
7358
|
+
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7359
|
+
--x-size-height-icon-l: var(--x-size-base-06);
|
|
7360
|
+
}
|
|
7361
|
+
:root {
|
|
7362
|
+
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7363
|
+
--x-size-height-icon-l: var(--x-size-base-06);
|
|
7364
|
+
}
|
|
7365
|
+
|
|
7366
|
+
.x-icon--l {
|
|
7367
|
+
--x-size-width-icon-default: var(--x-size-width-icon-l);
|
|
7368
|
+
--x-size-height-icon-default: var(--x-size-height-icon-l);
|
|
7369
|
+
}
|
|
7370
|
+
:root {
|
|
7371
|
+
--x-color-stroke-icon-default: currentColor;
|
|
7372
|
+
--x-color-fill-icon-default: none;
|
|
7373
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7374
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7375
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
7376
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7377
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
7378
|
+
}
|
|
7379
|
+
:root {
|
|
7380
|
+
--x-color-stroke-icon-default: currentColor;
|
|
7381
|
+
--x-color-fill-icon-default: none;
|
|
7382
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7383
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7384
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
7385
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7386
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
7387
|
+
}
|
|
7388
|
+
|
|
7389
|
+
.x-icon {
|
|
7390
|
+
stroke: var(--x-color-stroke-icon-default);
|
|
7283
7391
|
fill: var(--x-color-fill-icon-default);
|
|
7284
7392
|
display: inline-flex;
|
|
7285
7393
|
justify-content: center;
|
|
@@ -7342,6 +7450,38 @@
|
|
|
7342
7450
|
--x-size-padding-bottom-filter-children: 0;
|
|
7343
7451
|
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7344
7452
|
}
|
|
7453
|
+
:root {
|
|
7454
|
+
--x-color-background-filter-default: transparent;
|
|
7455
|
+
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
7456
|
+
--x-color-text-filter-default: var(--x-color-text-default);
|
|
7457
|
+
--x-color-background-filter-default-selected: var(--x-color-background-filter-default);
|
|
7458
|
+
--x-color-border-filter-default-selected: var(--x-color-border-filter-default);
|
|
7459
|
+
--x-color-text-filter-default-selected: var(--x-color-text-filter-default);
|
|
7460
|
+
--x-size-border-width-filter-default: var(--x-size-border-width-base);
|
|
7461
|
+
--x-size-border-width-top-filter-default: var(--x-size-border-width-filter-default);
|
|
7462
|
+
--x-size-border-width-right-filter-default: var(--x-size-border-width-filter-default);
|
|
7463
|
+
--x-size-border-width-bottom-filter-default: var(--x-size-border-width-filter-default);
|
|
7464
|
+
--x-size-border-width-left-filter-default: var(--x-size-border-width-filter-default);
|
|
7465
|
+
--x-size-border-radius-filter-default: var(--x-size-border-radius-base-none);
|
|
7466
|
+
--x-size-border-radius-top-left-filter-default: var(--x-size-border-radius-filter-default);
|
|
7467
|
+
--x-size-border-radius-top-right-filter-default: var(--x-size-border-radius-filter-default);
|
|
7468
|
+
--x-size-border-radius-bottom-right-filter-default: var(--x-size-border-radius-filter-default);
|
|
7469
|
+
--x-size-border-radius-bottom-left-filter-default: var(--x-size-border-radius-filter-default);
|
|
7470
|
+
--x-size-padding-top-filter-default: var(--x-size-base-03);
|
|
7471
|
+
--x-size-padding-right-filter-default: 0;
|
|
7472
|
+
--x-size-padding-bottom-filter-default: var(--x-size-base-03);
|
|
7473
|
+
--x-size-padding-left-filter-default: 0;
|
|
7474
|
+
--x-size-gap-filter-default: var(--x-size-base-03);
|
|
7475
|
+
--x-font-family-filter-default: var(--x-font-family-text);
|
|
7476
|
+
--x-size-font-filter-default: var(--x-size-font-text);
|
|
7477
|
+
--x-number-font-weight-filter-default: var(--x-number-font-weight-base-regular);
|
|
7478
|
+
--x-number-font-weight-filter-default-selected: var(--x-number-font-weight-base-bold);
|
|
7479
|
+
--x-number-font-weight-filter-count-default: var(--x-number-font-weight-base-light);
|
|
7480
|
+
--x-number-font-weight-filter-count-default-selected: var(
|
|
7481
|
+
--x-number-font-weight-filter-count-default
|
|
7482
|
+
);
|
|
7483
|
+
--x-size-line-height-filter-default: var(--x-size-line-height-text);
|
|
7484
|
+
}
|
|
7345
7485
|
:root {
|
|
7346
7486
|
--x-size-margin-filter-children: 0;
|
|
7347
7487
|
--x-size-padding-top-filter-children: 0;
|
|
@@ -7407,38 +7547,6 @@
|
|
|
7407
7547
|
);
|
|
7408
7548
|
--x-size-line-height-filter-default: var(--x-size-line-height-text);
|
|
7409
7549
|
}
|
|
7410
|
-
:root {
|
|
7411
|
-
--x-color-background-filter-default: transparent;
|
|
7412
|
-
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
7413
|
-
--x-color-text-filter-default: var(--x-color-text-default);
|
|
7414
|
-
--x-color-background-filter-default-selected: var(--x-color-background-filter-default);
|
|
7415
|
-
--x-color-border-filter-default-selected: var(--x-color-border-filter-default);
|
|
7416
|
-
--x-color-text-filter-default-selected: var(--x-color-text-filter-default);
|
|
7417
|
-
--x-size-border-width-filter-default: var(--x-size-border-width-base);
|
|
7418
|
-
--x-size-border-width-top-filter-default: var(--x-size-border-width-filter-default);
|
|
7419
|
-
--x-size-border-width-right-filter-default: var(--x-size-border-width-filter-default);
|
|
7420
|
-
--x-size-border-width-bottom-filter-default: var(--x-size-border-width-filter-default);
|
|
7421
|
-
--x-size-border-width-left-filter-default: var(--x-size-border-width-filter-default);
|
|
7422
|
-
--x-size-border-radius-filter-default: var(--x-size-border-radius-base-none);
|
|
7423
|
-
--x-size-border-radius-top-left-filter-default: var(--x-size-border-radius-filter-default);
|
|
7424
|
-
--x-size-border-radius-top-right-filter-default: var(--x-size-border-radius-filter-default);
|
|
7425
|
-
--x-size-border-radius-bottom-right-filter-default: var(--x-size-border-radius-filter-default);
|
|
7426
|
-
--x-size-border-radius-bottom-left-filter-default: var(--x-size-border-radius-filter-default);
|
|
7427
|
-
--x-size-padding-top-filter-default: var(--x-size-base-03);
|
|
7428
|
-
--x-size-padding-right-filter-default: 0;
|
|
7429
|
-
--x-size-padding-bottom-filter-default: var(--x-size-base-03);
|
|
7430
|
-
--x-size-padding-left-filter-default: 0;
|
|
7431
|
-
--x-size-gap-filter-default: var(--x-size-base-03);
|
|
7432
|
-
--x-font-family-filter-default: var(--x-font-family-text);
|
|
7433
|
-
--x-size-font-filter-default: var(--x-size-font-text);
|
|
7434
|
-
--x-number-font-weight-filter-default: var(--x-number-font-weight-base-regular);
|
|
7435
|
-
--x-number-font-weight-filter-default-selected: var(--x-number-font-weight-base-bold);
|
|
7436
|
-
--x-number-font-weight-filter-count-default: var(--x-number-font-weight-base-light);
|
|
7437
|
-
--x-number-font-weight-filter-count-default-selected: var(
|
|
7438
|
-
--x-number-font-weight-filter-count-default
|
|
7439
|
-
);
|
|
7440
|
-
--x-size-line-height-filter-default: var(--x-size-line-height-text);
|
|
7441
|
-
}
|
|
7442
7550
|
|
|
7443
7551
|
[dir="ltr"] .x-filter,[dir="ltr"]
|
|
7444
7552
|
.x-facet-filter {
|
|
@@ -7585,30 +7693,6 @@
|
|
|
7585
7693
|
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7586
7694
|
--x-size-border-width-left-facet-header-line: 0;
|
|
7587
7695
|
}
|
|
7588
|
-
:root {
|
|
7589
|
-
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7590
|
-
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7591
|
-
--x-size-border-width-top-facet-header-line: 0;
|
|
7592
|
-
--x-size-border-width-right-facet-header-line: 0;
|
|
7593
|
-
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7594
|
-
--x-size-border-width-left-facet-header-line: 0;
|
|
7595
|
-
}
|
|
7596
|
-
|
|
7597
|
-
.x-facet--line.x-facet,
|
|
7598
|
-
.x-facet--line .x-facet {
|
|
7599
|
-
--x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
|
|
7600
|
-
--x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
|
|
7601
|
-
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
|
|
7602
|
-
--x-size-border-width-right-facet-header-default: var(
|
|
7603
|
-
--x-size-border-width-right-facet-header-line
|
|
7604
|
-
);
|
|
7605
|
-
--x-size-border-width-bottom-facet-header-default: var(
|
|
7606
|
-
--x-size-border-width-bottom-facet-header-line
|
|
7607
|
-
);
|
|
7608
|
-
--x-size-border-width-left-facet-header-default: var(
|
|
7609
|
-
--x-size-border-width-left-facet-header-line
|
|
7610
|
-
);
|
|
7611
|
-
}
|
|
7612
7696
|
:root {
|
|
7613
7697
|
--x-color-background-facet-default: transparent;
|
|
7614
7698
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7642,6 +7726,30 @@
|
|
|
7642
7726
|
--x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
|
|
7643
7727
|
--x-size-line-height-facet-default: var(--x-size-line-height-title3);
|
|
7644
7728
|
}
|
|
7729
|
+
:root {
|
|
7730
|
+
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7731
|
+
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7732
|
+
--x-size-border-width-top-facet-header-line: 0;
|
|
7733
|
+
--x-size-border-width-right-facet-header-line: 0;
|
|
7734
|
+
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7735
|
+
--x-size-border-width-left-facet-header-line: 0;
|
|
7736
|
+
}
|
|
7737
|
+
|
|
7738
|
+
.x-facet--line.x-facet,
|
|
7739
|
+
.x-facet--line .x-facet {
|
|
7740
|
+
--x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
|
|
7741
|
+
--x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
|
|
7742
|
+
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
|
|
7743
|
+
--x-size-border-width-right-facet-header-default: var(
|
|
7744
|
+
--x-size-border-width-right-facet-header-line
|
|
7745
|
+
);
|
|
7746
|
+
--x-size-border-width-bottom-facet-header-default: var(
|
|
7747
|
+
--x-size-border-width-bottom-facet-header-line
|
|
7748
|
+
);
|
|
7749
|
+
--x-size-border-width-left-facet-header-default: var(
|
|
7750
|
+
--x-size-border-width-left-facet-header-line
|
|
7751
|
+
);
|
|
7752
|
+
}
|
|
7645
7753
|
:root {
|
|
7646
7754
|
--x-color-background-facet-default: transparent;
|
|
7647
7755
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7810,13 +7918,13 @@
|
|
|
7810
7918
|
:root {
|
|
7811
7919
|
--x-size-width-dropdown-xl: 282px;
|
|
7812
7920
|
}
|
|
7813
|
-
:root {
|
|
7814
|
-
--x-size-width-dropdown-xl: 282px;
|
|
7815
|
-
}
|
|
7816
7921
|
|
|
7817
7922
|
.x-dropdown.x-dropdown--xl {
|
|
7818
7923
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
|
|
7819
7924
|
}
|
|
7925
|
+
:root {
|
|
7926
|
+
--x-size-width-dropdown-xl: 282px;
|
|
7927
|
+
}
|
|
7820
7928
|
:root {
|
|
7821
7929
|
--x-size-width-dropdown-s: 74px;
|
|
7822
7930
|
}
|
|
@@ -8368,16 +8476,6 @@
|
|
|
8368
8476
|
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8369
8477
|
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8370
8478
|
}
|
|
8371
|
-
:root {
|
|
8372
|
-
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8373
|
-
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
8374
|
-
--x-color-text-button-tertiary: var(--x-color-text-default);
|
|
8375
|
-
--x-size-border-width-button-tertiary: var(--x-size-border-width-base);
|
|
8376
|
-
--x-size-border-width-top-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8377
|
-
--x-size-border-width-right-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8378
|
-
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8379
|
-
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8380
|
-
}
|
|
8381
8479
|
|
|
8382
8480
|
.x-button--tertiary.x-button,
|
|
8383
8481
|
.x-button--tertiary .x-button {
|
|
@@ -8389,6 +8487,16 @@
|
|
|
8389
8487
|
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
8390
8488
|
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
8391
8489
|
}
|
|
8490
|
+
:root {
|
|
8491
|
+
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8492
|
+
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
8493
|
+
--x-color-text-button-tertiary: var(--x-color-text-default);
|
|
8494
|
+
--x-size-border-width-button-tertiary: var(--x-size-border-width-base);
|
|
8495
|
+
--x-size-border-width-top-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8496
|
+
--x-size-border-width-right-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8497
|
+
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8498
|
+
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8499
|
+
}
|
|
8392
8500
|
:root {
|
|
8393
8501
|
--x-color-background-button-secondary: transparent;
|
|
8394
8502
|
--x-color-border-button-secondary: var(--x-color-border-button-default);
|
|
@@ -8428,29 +8536,11 @@
|
|
|
8428
8536
|
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8429
8537
|
}
|
|
8430
8538
|
:root {
|
|
8431
|
-
--x-size-border-radius-button-
|
|
8432
|
-
--x-size-border-radius-top-left-button-
|
|
8433
|
-
--x-size-border-radius-top-right-button-
|
|
8434
|
-
--x-size-border-radius-bottom-right-button-
|
|
8435
|
-
--x-size-border-radius-bottom-left-button-
|
|
8436
|
-
}
|
|
8437
|
-
|
|
8438
|
-
.x-button--round.x-button,
|
|
8439
|
-
.x-button--round .x-button {
|
|
8440
|
-
--x-size-border-radius-button-default: var(--x-size-border-radius-button-round);
|
|
8441
|
-
--x-size-border-radius-top-left-button-default: var(--x-size-border-radius-top-left-button-round);
|
|
8442
|
-
--x-size-border-radius-top-right-button-default: var(
|
|
8443
|
-
--x-size-border-radius-top-right-button-round
|
|
8444
|
-
);
|
|
8445
|
-
--x-size-border-radius-bottom-right-button-default: var(
|
|
8446
|
-
--x-size-border-radius-bottom-right-button-round
|
|
8447
|
-
);
|
|
8448
|
-
--x-size-border-radius-bottom-left-button-default: var(
|
|
8449
|
-
--x-size-border-radius-bottom-left-button-round
|
|
8450
|
-
);
|
|
8451
|
-
min-width: var(--x-size-height-button-default);
|
|
8452
|
-
--x-size-padding-left-button-default: 0;
|
|
8453
|
-
--x-size-padding-right-button-default: 0;
|
|
8539
|
+
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8540
|
+
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8541
|
+
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8542
|
+
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8543
|
+
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8454
8544
|
}
|
|
8455
8545
|
:root {
|
|
8456
8546
|
--x-color-background-button-primary: var(--x-color-background-button-default);
|
|
@@ -8490,13 +8580,6 @@
|
|
|
8490
8580
|
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8491
8581
|
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8492
8582
|
}
|
|
8493
|
-
:root {
|
|
8494
|
-
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8495
|
-
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8496
|
-
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8497
|
-
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8498
|
-
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8499
|
-
}
|
|
8500
8583
|
|
|
8501
8584
|
.x-button--pill.x-button,
|
|
8502
8585
|
.x-button--pill .x-button {
|
|
@@ -8778,110 +8861,27 @@
|
|
|
8778
8861
|
--x-size-border-width-base: 1px;
|
|
8779
8862
|
}
|
|
8780
8863
|
:root {
|
|
8781
|
-
--x-
|
|
8782
|
-
--x-
|
|
8783
|
-
--x-
|
|
8784
|
-
--x-
|
|
8785
|
-
--x-
|
|
8786
|
-
--x-size-border-width-input-default: var(--x-size-border-width-base);
|
|
8787
|
-
--x-size-border-width-top-input-default: var(--x-size-border-width-input-default);
|
|
8788
|
-
--x-size-border-width-right-input-default: var(--x-size-border-width-input-default);
|
|
8789
|
-
--x-size-border-width-bottom-input-default: var(--x-size-border-width-input-default);
|
|
8790
|
-
--x-size-border-width-left-input-default: var(--x-size-border-width-input-default);
|
|
8791
|
-
--x-size-border-radius-input-default: var(--x-size-border-radius-base-none);
|
|
8792
|
-
--x-size-border-radius-top-left-input-default: var(--x-size-border-radius-input-default);
|
|
8793
|
-
--x-size-border-radius-top-right-input-default: var(--x-size-border-radius-input-default);
|
|
8794
|
-
--x-size-border-radius-bottom-right-input-default: var(--x-size-border-radius-input-default);
|
|
8795
|
-
--x-size-border-radius-bottom-left-input-default: var(--x-size-border-radius-input-default);
|
|
8796
|
-
--x-size-height-input-default: var(--x-size-base-07);
|
|
8797
|
-
--x-size-padding-right-input-default: var(--x-size-base-04);
|
|
8798
|
-
--x-size-padding-left-input-default: var(--x-size-base-04);
|
|
8799
|
-
--x-font-family-input-default: var(--x-font-family-text);
|
|
8800
|
-
--x-size-font-input-default: var(--x-size-font-text);
|
|
8801
|
-
--x-size-line-height-input-default: var(--x-size-line-height-text);
|
|
8802
|
-
--x-number-font-weight-input-default: var(--x-number-font-weight-text);
|
|
8803
|
-
--x-font-family-input-placeholder-default: var(--x-font-family-input-default);
|
|
8804
|
-
--x-size-font-input-placeholder-default: var(--x-size-font-input-default);
|
|
8805
|
-
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
8806
|
-
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
8807
|
-
}
|
|
8808
|
-
|
|
8809
|
-
[dir="ltr"] .x-input {
|
|
8810
|
-
padding-left: var(--x-size-padding-left-input-default);
|
|
8811
|
-
}
|
|
8812
|
-
|
|
8813
|
-
[dir="rtl"] .x-input {
|
|
8814
|
-
padding-right: var(--x-size-padding-left-input-default);
|
|
8815
|
-
}
|
|
8816
|
-
|
|
8817
|
-
[dir="ltr"] .x-input {
|
|
8818
|
-
padding-right: var(--x-size-padding-right-input-default);
|
|
8819
|
-
}
|
|
8820
|
-
|
|
8821
|
-
[dir="rtl"] .x-input {
|
|
8822
|
-
padding-left: var(--x-size-padding-right-input-default);
|
|
8823
|
-
}
|
|
8824
|
-
|
|
8825
|
-
[dir="ltr"] .x-input {
|
|
8826
|
-
border-right-width: var(--x-size-border-width-right-input-default);
|
|
8827
|
-
}
|
|
8828
|
-
|
|
8829
|
-
[dir="rtl"] .x-input {
|
|
8830
|
-
border-left-width: var(--x-size-border-width-right-input-default);
|
|
8831
|
-
}
|
|
8832
|
-
|
|
8833
|
-
[dir="ltr"] .x-input {
|
|
8834
|
-
border-left-width: var(--x-size-border-width-left-input-default);
|
|
8835
|
-
}
|
|
8836
|
-
|
|
8837
|
-
[dir="rtl"] .x-input {
|
|
8838
|
-
border-right-width: var(--x-size-border-width-left-input-default);
|
|
8864
|
+
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
8865
|
+
--x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
|
|
8866
|
+
--x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
|
|
8867
|
+
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8868
|
+
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8839
8869
|
}
|
|
8840
8870
|
|
|
8841
|
-
.x-
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
8857
|
-
border-style: solid;
|
|
8858
|
-
font-family: var(--x-font-family-input-default);
|
|
8859
|
-
font-size: var(--x-size-font-input-default);
|
|
8860
|
-
font-weight: var(--x-number-font-weight-input-default);
|
|
8861
|
-
line-height: var(--x-size-line-height-input-default);
|
|
8862
|
-
}
|
|
8863
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
8864
|
-
.x-input {
|
|
8865
|
-
-webkit-appearance: none;
|
|
8866
|
-
}
|
|
8867
|
-
}
|
|
8868
|
-
.x-input:focus {
|
|
8869
|
-
border-color: var(--x-color-border-input-default-focus);
|
|
8870
|
-
}
|
|
8871
|
-
.x-input > .x-input-placeholder {
|
|
8872
|
-
position: absolute;
|
|
8873
|
-
height: 100%;
|
|
8874
|
-
}
|
|
8875
|
-
.x-input > .x-input {
|
|
8876
|
-
background: none;
|
|
8877
|
-
border: none;
|
|
8878
|
-
padding: 0;
|
|
8879
|
-
flex: 1 1 auto;
|
|
8880
|
-
}
|
|
8881
|
-
.x-input > .x-input-placeholder, .x-input::placeholder {
|
|
8882
|
-
color: var(--x-color-text-input-placeholder-default);
|
|
8883
|
-
font-family: var(--x-font-family-input-placeholder-default);
|
|
8884
|
-
font-size: var(--x-size-font-input-placeholder-default);
|
|
8885
|
-
font-weight: var(--x-number-font-weight-input-placeholder-default);
|
|
8886
|
-
line-height: var(--x-size-line-height-input-placeholder-default);
|
|
8871
|
+
.x-button--round.x-button,
|
|
8872
|
+
.x-button--round .x-button {
|
|
8873
|
+
--x-size-border-radius-button-default: var(--x-size-border-radius-button-round);
|
|
8874
|
+
--x-size-border-radius-top-left-button-default: var(--x-size-border-radius-top-left-button-round);
|
|
8875
|
+
--x-size-border-radius-top-right-button-default: var(
|
|
8876
|
+
--x-size-border-radius-top-right-button-round
|
|
8877
|
+
);
|
|
8878
|
+
--x-size-border-radius-bottom-right-button-default: var(
|
|
8879
|
+
--x-size-border-radius-bottom-right-button-round
|
|
8880
|
+
);
|
|
8881
|
+
--x-size-border-radius-bottom-left-button-default: var(
|
|
8882
|
+
--x-size-border-radius-bottom-left-button-round
|
|
8883
|
+
);
|
|
8884
|
+
min-width: var(--x-size-height-button-default);
|
|
8885
|
+
--x-size-padding-left-button-default: 0;
|
|
8886
|
+
--x-size-padding-right-button-default: 0;
|
|
8887
8887
|
}
|