@empathyco/x-components 6.0.0-alpha.45 → 6.0.0-alpha.47
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 +18 -0
- package/design-system/deprecated-full-theme.css +242 -242
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice._constructor_.md → x-components.defaultexternaltaggingservice._constructor_.md} +3 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +43 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.movetosessionstorage.md → x-components.defaultexternaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.storeresultclicked.md → x-components.defaultexternaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.trackaddtocart.md → x-components.defaultexternaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.externaltaggingservice.md +23 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.movetosessionstorage.md → x-components.externaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.storeresultclicked.md → x-components.externaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.trackaddtocart.md → x-components.externaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.md +2 -2
- package/docs/API-reference/api/x-components.tagging.md +6 -6
- package/docs/API-reference/api/x-components.taggingconfig.md +2 -2
- package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
- package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
- package/docs/API-reference/components/tagging/x-components.tagging.md +15 -16
- package/js/index.js +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +8 -7
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +56 -25
- package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +1 -1
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +2 -2
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +14 -7
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +2 -1
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +768 -639
- package/report/x-components.api.md +45 -41
- package/tagging/index.js +1 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +14 -12
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/config.types.d.ts +3 -3
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +2 -2
- package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +31 -13
- package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/index.d.ts +1 -1
- package/types/x-modules/tagging/service/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/types.d.ts +13 -4
- package/types/x-modules/tagging/service/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +1 -0
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
.x-sticky {
|
|
53
53
|
position: sticky !important;
|
|
54
54
|
}
|
|
55
|
-
|
|
56
55
|
.x-padding--00 {
|
|
57
56
|
padding: 0 !important;
|
|
58
57
|
}
|
|
@@ -3317,21 +3316,6 @@
|
|
|
3317
3316
|
.x-border-color--transparent {
|
|
3318
3317
|
border-color: var(--x-color-base-transparent) !important;
|
|
3319
3318
|
}
|
|
3320
|
-
.x-text--stroke.x-text {
|
|
3321
|
-
--x-string-text-decoration: line-through;
|
|
3322
|
-
}
|
|
3323
|
-
.x-text--stroke.x-title1 {
|
|
3324
|
-
--x-string-text-decoration-title1: line-through;
|
|
3325
|
-
}
|
|
3326
|
-
.x-text--stroke.x-title2 {
|
|
3327
|
-
--x-string-text-decoration-title2: line-through;
|
|
3328
|
-
}
|
|
3329
|
-
.x-text--stroke.x-title3 {
|
|
3330
|
-
--x-string-text-decoration-title3: line-through;
|
|
3331
|
-
}
|
|
3332
|
-
.x-text--stroke.x-small {
|
|
3333
|
-
--x-string-text-decoration-small: line-through;
|
|
3334
|
-
}
|
|
3335
3319
|
.x-background--lead {
|
|
3336
3320
|
background-color: var(--x-color-base-lead) !important;
|
|
3337
3321
|
}
|
|
@@ -3375,6 +3359,21 @@
|
|
|
3375
3359
|
.x-background--transparent {
|
|
3376
3360
|
background-color: var(--x-color-base-transparent) !important;
|
|
3377
3361
|
}
|
|
3362
|
+
.x-text--stroke.x-text {
|
|
3363
|
+
--x-string-text-decoration: line-through;
|
|
3364
|
+
}
|
|
3365
|
+
.x-text--stroke.x-title1 {
|
|
3366
|
+
--x-string-text-decoration-title1: line-through;
|
|
3367
|
+
}
|
|
3368
|
+
.x-text--stroke.x-title2 {
|
|
3369
|
+
--x-string-text-decoration-title2: line-through;
|
|
3370
|
+
}
|
|
3371
|
+
.x-text--stroke.x-title3 {
|
|
3372
|
+
--x-string-text-decoration-title3: line-through;
|
|
3373
|
+
}
|
|
3374
|
+
.x-text--stroke.x-small {
|
|
3375
|
+
--x-string-text-decoration-small: line-through;
|
|
3376
|
+
}
|
|
3378
3377
|
:root {
|
|
3379
3378
|
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3380
3379
|
}
|
|
@@ -3566,18 +3565,6 @@
|
|
|
3566
3565
|
--x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3567
3566
|
--x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
3568
3567
|
}
|
|
3569
|
-
:root {
|
|
3570
|
-
--x-color-background-tag-ghost: transparent;
|
|
3571
|
-
--x-color-border-tag-ghost: transparent;
|
|
3572
|
-
--x-color-background-tag-selected-ghost: transparent;
|
|
3573
|
-
--x-color-border-tag-selected-ghost: transparent;
|
|
3574
|
-
--x-color-background-tag-curated-ghost: transparent;
|
|
3575
|
-
--x-color-border-tag-curated-ghost: transparent;
|
|
3576
|
-
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3577
|
-
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3578
|
-
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3579
|
-
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3580
|
-
}
|
|
3581
3568
|
:root {
|
|
3582
3569
|
--x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
|
|
3583
3570
|
--x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
|
|
@@ -3608,6 +3595,18 @@
|
|
|
3608
3595
|
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3609
3596
|
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3610
3597
|
}
|
|
3598
|
+
:root {
|
|
3599
|
+
--x-color-background-tag-ghost: transparent;
|
|
3600
|
+
--x-color-border-tag-ghost: transparent;
|
|
3601
|
+
--x-color-background-tag-selected-ghost: transparent;
|
|
3602
|
+
--x-color-border-tag-selected-ghost: transparent;
|
|
3603
|
+
--x-color-background-tag-curated-ghost: transparent;
|
|
3604
|
+
--x-color-border-tag-curated-ghost: transparent;
|
|
3605
|
+
--x-color-background-tag-curated-selected-ghost: transparent;
|
|
3606
|
+
--x-color-border-tag-curated-selected-ghost: transparent;
|
|
3607
|
+
--x-number-font-weight-tag-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3608
|
+
--x-number-font-weight-tag-curated-selected-ghost: var(--x-number-font-weight-base-bold);
|
|
3609
|
+
}
|
|
3611
3610
|
|
|
3612
3611
|
.x-tag--ghost.x-tag,
|
|
3613
3612
|
.x-tag--ghost .x-tag {
|
|
@@ -4500,6 +4499,14 @@
|
|
|
4500
4499
|
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4501
4500
|
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4502
4501
|
}
|
|
4502
|
+
/* @deprecated */
|
|
4503
|
+
:root {
|
|
4504
|
+
--x-size-padding-row-02: var(--x-size-base-02);
|
|
4505
|
+
--x-size-padding-row-03: var(--x-size-base-03);
|
|
4506
|
+
--x-size-padding-row-04: var(--x-size-base-04);
|
|
4507
|
+
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4508
|
+
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4509
|
+
}
|
|
4503
4510
|
|
|
4504
4511
|
/* @deprecated */
|
|
4505
4512
|
.x-row--padding-02 {
|
|
@@ -4521,14 +4528,6 @@
|
|
|
4521
4528
|
.x-row--padding-06 {
|
|
4522
4529
|
--x-size-padding-row: var(--x-size-padding-row-06);
|
|
4523
4530
|
}
|
|
4524
|
-
/* @deprecated */
|
|
4525
|
-
:root {
|
|
4526
|
-
--x-size-padding-row-02: var(--x-size-base-02);
|
|
4527
|
-
--x-size-padding-row-03: var(--x-size-base-03);
|
|
4528
|
-
--x-size-padding-row-04: var(--x-size-base-04);
|
|
4529
|
-
--x-size-padding-row-05: var(--x-size-base-05);
|
|
4530
|
-
--x-size-padding-row-06: var(--x-size-base-06);
|
|
4531
|
-
}
|
|
4532
4531
|
:root {
|
|
4533
4532
|
--x-size-gap-row-01: var(--x-size-base-01);
|
|
4534
4533
|
--x-size-gap-row-02: var(--x-size-base-02);
|
|
@@ -5077,6 +5076,21 @@
|
|
|
5077
5076
|
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5078
5077
|
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5079
5078
|
}
|
|
5079
|
+
:root {
|
|
5080
|
+
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5081
|
+
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5082
|
+
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5083
|
+
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5084
|
+
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5085
|
+
}
|
|
5086
|
+
|
|
5087
|
+
.x-picture--card.x-picture {
|
|
5088
|
+
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
5089
|
+
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
|
|
5090
|
+
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
|
|
5091
|
+
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5092
|
+
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5093
|
+
}
|
|
5080
5094
|
:root {
|
|
5081
5095
|
--x-color-background-option-list-button-default: transparent;
|
|
5082
5096
|
--x-color-border-option-list-button-default: transparent;
|
|
@@ -5157,21 +5171,6 @@
|
|
|
5157
5171
|
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
5158
5172
|
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
|
|
5159
5173
|
}
|
|
5160
|
-
:root {
|
|
5161
|
-
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5162
|
-
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5163
|
-
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5164
|
-
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5165
|
-
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5166
|
-
}
|
|
5167
|
-
|
|
5168
|
-
.x-picture--card.x-picture {
|
|
5169
|
-
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
5170
|
-
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
|
|
5171
|
-
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
|
|
5172
|
-
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5173
|
-
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5174
|
-
}
|
|
5175
5174
|
:root {
|
|
5176
5175
|
--x-color-background-option-list-button-default: transparent;
|
|
5177
5176
|
--x-color-border-option-list-button-default: transparent;
|
|
@@ -5661,6 +5660,22 @@
|
|
|
5661
5660
|
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5662
5661
|
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5663
5662
|
}
|
|
5663
|
+
/* @deprecated */
|
|
5664
|
+
:root {
|
|
5665
|
+
--x-size-padding-list-01: var(--x-size-base-01);
|
|
5666
|
+
--x-size-padding-list-02: var(--x-size-base-02);
|
|
5667
|
+
--x-size-padding-list-03: var(--x-size-base-03);
|
|
5668
|
+
--x-size-padding-list-04: var(--x-size-base-04);
|
|
5669
|
+
--x-size-padding-list-05: var(--x-size-base-05);
|
|
5670
|
+
--x-size-padding-list-06: var(--x-size-base-06);
|
|
5671
|
+
--x-size-padding-list-07: var(--x-size-base-07);
|
|
5672
|
+
--x-size-padding-list-08: var(--x-size-base-08);
|
|
5673
|
+
--x-size-padding-list-09: var(--x-size-base-09);
|
|
5674
|
+
--x-size-padding-list-10: var(--x-size-base-10);
|
|
5675
|
+
--x-size-padding-list-11: var(--x-size-base-11);
|
|
5676
|
+
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5677
|
+
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5678
|
+
}
|
|
5664
5679
|
|
|
5665
5680
|
/* @deprecated */
|
|
5666
5681
|
[class*=x-list--padding-].x-list.x-list--padding-top:not(.x-list--padding-right) {
|
|
@@ -5985,22 +6000,6 @@
|
|
|
5985
6000
|
margin-right: var(--x-size-gap-list-13);
|
|
5986
6001
|
}
|
|
5987
6002
|
}
|
|
5988
|
-
/* @deprecated */
|
|
5989
|
-
:root {
|
|
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
6003
|
:root {
|
|
6005
6004
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6006
6005
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -6835,15 +6834,6 @@
|
|
|
6835
6834
|
);
|
|
6836
6835
|
--x-number-font-weight-input-group-default-button: var(--x-number-font-weight-base-light);
|
|
6837
6836
|
}
|
|
6838
|
-
:root {
|
|
6839
|
-
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
6840
|
-
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6841
|
-
--x-size-border-radius-top-right-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6842
|
-
--x-size-border-radius-bottom-right-input-group-card: var(
|
|
6843
|
-
--x-size-border-radius-input-group-card
|
|
6844
|
-
);
|
|
6845
|
-
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
6846
|
-
}
|
|
6847
6837
|
:root {
|
|
6848
6838
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6849
6839
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -7030,6 +7020,15 @@
|
|
|
7030
7020
|
);
|
|
7031
7021
|
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
7032
7022
|
}
|
|
7023
|
+
:root {
|
|
7024
|
+
--x-size-border-radius-input-group-card: var(--x-size-border-radius-base-s);
|
|
7025
|
+
--x-size-border-radius-top-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
7026
|
+
--x-size-border-radius-top-right-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
7027
|
+
--x-size-border-radius-bottom-right-input-group-card: var(
|
|
7028
|
+
--x-size-border-radius-input-group-card
|
|
7029
|
+
);
|
|
7030
|
+
--x-size-border-radius-bottom-left-input-group-card: var(--x-size-border-radius-input-group-card);
|
|
7031
|
+
}
|
|
7033
7032
|
|
|
7034
7033
|
.x-input-group--card.x-input-group,
|
|
7035
7034
|
.x-input-group--card .x-input-group {
|
|
@@ -7090,6 +7089,28 @@
|
|
|
7090
7089
|
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7091
7090
|
--x-size-border-width-left-input-line: 0;
|
|
7092
7091
|
}
|
|
7092
|
+
:root {
|
|
7093
|
+
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7094
|
+
--x-size-padding-right-input-line: 0;
|
|
7095
|
+
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7096
|
+
--x-size-padding-left-input-line: 0;
|
|
7097
|
+
--x-size-border-width-top-input-line: 0;
|
|
7098
|
+
--x-size-border-width-right-input-line: 0;
|
|
7099
|
+
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7100
|
+
--x-size-border-width-left-input-line: 0;
|
|
7101
|
+
}
|
|
7102
|
+
|
|
7103
|
+
.x-input--line .x-input,
|
|
7104
|
+
.x-input--line.x-input {
|
|
7105
|
+
--x-size-padding-top-input-default: var(--x-size-padding-top-input-line);
|
|
7106
|
+
--x-size-padding-right-input-default: var(--x-size-padding-right-input-line);
|
|
7107
|
+
--x-size-padding-bottom-input-default: var(--x-size-padding-bottom-input-line);
|
|
7108
|
+
--x-size-padding-left-input-default: var(--x-size-padding-left-input-line);
|
|
7109
|
+
--x-size-border-width-top-input-default: var(--x-size-border-width-top-input-line);
|
|
7110
|
+
--x-size-border-width-right-input-default: var(--x-size-border-width-right-input-line);
|
|
7111
|
+
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7112
|
+
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7113
|
+
}
|
|
7093
7114
|
:root {
|
|
7094
7115
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7095
7116
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7118,28 +7139,6 @@
|
|
|
7118
7139
|
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7119
7140
|
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7120
7141
|
}
|
|
7121
|
-
:root {
|
|
7122
|
-
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7123
|
-
--x-size-padding-right-input-line: 0;
|
|
7124
|
-
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7125
|
-
--x-size-padding-left-input-line: 0;
|
|
7126
|
-
--x-size-border-width-top-input-line: 0;
|
|
7127
|
-
--x-size-border-width-right-input-line: 0;
|
|
7128
|
-
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7129
|
-
--x-size-border-width-left-input-line: 0;
|
|
7130
|
-
}
|
|
7131
|
-
|
|
7132
|
-
.x-input--line .x-input,
|
|
7133
|
-
.x-input--line.x-input {
|
|
7134
|
-
--x-size-padding-top-input-default: var(--x-size-padding-top-input-line);
|
|
7135
|
-
--x-size-padding-right-input-default: var(--x-size-padding-right-input-line);
|
|
7136
|
-
--x-size-padding-bottom-input-default: var(--x-size-padding-bottom-input-line);
|
|
7137
|
-
--x-size-padding-left-input-default: var(--x-size-padding-left-input-line);
|
|
7138
|
-
--x-size-border-width-top-input-default: var(--x-size-border-width-top-input-line);
|
|
7139
|
-
--x-size-border-width-right-input-default: var(--x-size-border-width-right-input-line);
|
|
7140
|
-
--x-size-border-width-bottom-input-default: var(--x-size-border-width-bottom-input-line);
|
|
7141
|
-
--x-size-border-width-left-input-default: var(--x-size-border-width-left-input-line);
|
|
7142
|
-
}
|
|
7143
7142
|
:root {
|
|
7144
7143
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7145
7144
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7292,15 +7291,15 @@
|
|
|
7292
7291
|
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7293
7292
|
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7294
7293
|
}
|
|
7294
|
+
:root {
|
|
7295
|
+
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7296
|
+
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7297
|
+
}
|
|
7295
7298
|
|
|
7296
7299
|
.x-icon--s {
|
|
7297
7300
|
--x-size-width-icon-default: var(--x-size-width-icon-s);
|
|
7298
7301
|
--x-size-height-icon-default: var(--x-size-height-icon-s);
|
|
7299
7302
|
}
|
|
7300
|
-
:root {
|
|
7301
|
-
--x-size-width-icon-s: var(--x-size-base-03);
|
|
7302
|
-
--x-size-height-icon-s: var(--x-size-base-03);
|
|
7303
|
-
}
|
|
7304
7303
|
:root {
|
|
7305
7304
|
--x-size-width-icon-m: var(--x-size-base-05);
|
|
7306
7305
|
--x-size-height-icon-m: var(--x-size-base-05);
|
|
@@ -7336,15 +7335,6 @@
|
|
|
7336
7335
|
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7337
7336
|
--x-size-stroke-width-icon-default: 1px;
|
|
7338
7337
|
}
|
|
7339
|
-
:root {
|
|
7340
|
-
--x-color-stroke-icon-default: currentColor;
|
|
7341
|
-
--x-color-fill-icon-default: none;
|
|
7342
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7343
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7344
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7345
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7346
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7347
|
-
}
|
|
7348
7338
|
|
|
7349
7339
|
.x-icon {
|
|
7350
7340
|
stroke: var(--x-color-stroke-icon-default);
|
|
@@ -7371,6 +7361,20 @@
|
|
|
7371
7361
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
7372
7362
|
--x-size-min-width-grid-item: 150px;
|
|
7373
7363
|
}
|
|
7364
|
+
:root {
|
|
7365
|
+
--x-color-stroke-icon-default: currentColor;
|
|
7366
|
+
--x-color-fill-icon-default: none;
|
|
7367
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7368
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7369
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
7370
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7371
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
7372
|
+
}
|
|
7373
|
+
:root {
|
|
7374
|
+
--x-size-padding-grid: 0;
|
|
7375
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
7376
|
+
--x-size-min-width-grid-item: 150px;
|
|
7377
|
+
}
|
|
7374
7378
|
|
|
7375
7379
|
.x-grid-list {
|
|
7376
7380
|
margin: 0;
|
|
@@ -7392,11 +7396,6 @@
|
|
|
7392
7396
|
.x-grid-list--cols-auto .x-grid-list__item {
|
|
7393
7397
|
min-width: var(--x-size-min-width-grid-item);
|
|
7394
7398
|
}
|
|
7395
|
-
:root {
|
|
7396
|
-
--x-size-padding-grid: 0;
|
|
7397
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7398
|
-
--x-size-min-width-grid-item: 150px;
|
|
7399
|
-
}
|
|
7400
7399
|
.x-filter--justified.x-filter > *:last-child:not(.x-filter__label),
|
|
7401
7400
|
.x-filter--justified.x-facet-filter > *:last-child:not(.x-filter__label),
|
|
7402
7401
|
.x-filter--justified .x-filter > *:last-child:not(.x-filter__label),
|
|
@@ -7410,38 +7409,6 @@
|
|
|
7410
7409
|
--x-size-padding-bottom-filter-children: 0;
|
|
7411
7410
|
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7412
7411
|
}
|
|
7413
|
-
:root {
|
|
7414
|
-
--x-size-margin-filter-children: 0;
|
|
7415
|
-
--x-size-padding-top-filter-children: 0;
|
|
7416
|
-
--x-size-padding-right-filter-children: 0;
|
|
7417
|
-
--x-size-padding-bottom-filter-children: 0;
|
|
7418
|
-
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7419
|
-
}
|
|
7420
|
-
|
|
7421
|
-
.x-hierarchical-filter-container {
|
|
7422
|
-
list-style: none;
|
|
7423
|
-
}
|
|
7424
|
-
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7425
|
-
padding-left: var(--x-size-padding-left-filter-children);
|
|
7426
|
-
}
|
|
7427
|
-
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7428
|
-
padding-right: var(--x-size-padding-left-filter-children);
|
|
7429
|
-
}
|
|
7430
|
-
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7431
|
-
padding-right: var(--x-size-padding-right-filter-children);
|
|
7432
|
-
}
|
|
7433
|
-
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7434
|
-
padding-left: var(--x-size-padding-right-filter-children);
|
|
7435
|
-
}
|
|
7436
|
-
.x-hierarchical-filter-container .x-hierarchical-filter__children, .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7437
|
-
margin: var(--x-size-margin-filter-children);
|
|
7438
|
-
padding-top: var(--x-size-padding-top-filter-children);
|
|
7439
|
-
padding-bottom: var(--x-size-padding-bottom-filter-children);
|
|
7440
|
-
}
|
|
7441
|
-
.x-hierarchical-filter-container .x-hierarchical-filter-container,
|
|
7442
|
-
.x-hierarchical-filter-container .x-filter, .x-hierarchical-filter-container .x-facet-filter {
|
|
7443
|
-
width: 100%;
|
|
7444
|
-
}
|
|
7445
7412
|
:root {
|
|
7446
7413
|
--x-color-background-filter-default: transparent;
|
|
7447
7414
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7474,6 +7441,38 @@
|
|
|
7474
7441
|
);
|
|
7475
7442
|
--x-size-line-height-filter-default: var(--x-size-line-height-text);
|
|
7476
7443
|
}
|
|
7444
|
+
:root {
|
|
7445
|
+
--x-size-margin-filter-children: 0;
|
|
7446
|
+
--x-size-padding-top-filter-children: 0;
|
|
7447
|
+
--x-size-padding-right-filter-children: 0;
|
|
7448
|
+
--x-size-padding-bottom-filter-children: 0;
|
|
7449
|
+
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7450
|
+
}
|
|
7451
|
+
|
|
7452
|
+
.x-hierarchical-filter-container {
|
|
7453
|
+
list-style: none;
|
|
7454
|
+
}
|
|
7455
|
+
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7456
|
+
padding-left: var(--x-size-padding-left-filter-children);
|
|
7457
|
+
}
|
|
7458
|
+
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7459
|
+
padding-right: var(--x-size-padding-left-filter-children);
|
|
7460
|
+
}
|
|
7461
|
+
[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="ltr"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7462
|
+
padding-right: var(--x-size-padding-right-filter-children);
|
|
7463
|
+
}
|
|
7464
|
+
[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children,[dir="rtl"] .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7465
|
+
padding-left: var(--x-size-padding-right-filter-children);
|
|
7466
|
+
}
|
|
7467
|
+
.x-hierarchical-filter-container .x-hierarchical-filter__children, .x-hierarchical-filter-container .x-hierarchical-filter__children.x-list {
|
|
7468
|
+
margin: var(--x-size-margin-filter-children);
|
|
7469
|
+
padding-top: var(--x-size-padding-top-filter-children);
|
|
7470
|
+
padding-bottom: var(--x-size-padding-bottom-filter-children);
|
|
7471
|
+
}
|
|
7472
|
+
.x-hierarchical-filter-container .x-hierarchical-filter-container,
|
|
7473
|
+
.x-hierarchical-filter-container .x-filter, .x-hierarchical-filter-container .x-facet-filter {
|
|
7474
|
+
width: 100%;
|
|
7475
|
+
}
|
|
7477
7476
|
:root {
|
|
7478
7477
|
--x-color-background-filter-default: transparent;
|
|
7479
7478
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7832,6 +7831,18 @@
|
|
|
7832
7831
|
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7833
7832
|
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7834
7833
|
}
|
|
7834
|
+
:root {
|
|
7835
|
+
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7836
|
+
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7837
|
+
--x-size-border-radius-top-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7838
|
+
--x-size-border-radius-bottom-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7839
|
+
--x-size-border-radius-bottom-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7840
|
+
--x-size-padding-facet-header-card: var(--x-size-base-03);
|
|
7841
|
+
--x-size-padding-top-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7842
|
+
--x-size-padding-right-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7843
|
+
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7844
|
+
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7845
|
+
}
|
|
7835
7846
|
|
|
7836
7847
|
.x-facet--card.x-facet,
|
|
7837
7848
|
.x-facet--card .x-facet {
|
|
@@ -7846,21 +7857,6 @@
|
|
|
7846
7857
|
--x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-card);
|
|
7847
7858
|
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-card);
|
|
7848
7859
|
}
|
|
7849
|
-
:root {
|
|
7850
|
-
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7851
|
-
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7852
|
-
--x-size-border-radius-top-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7853
|
-
--x-size-border-radius-bottom-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7854
|
-
--x-size-border-radius-bottom-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7855
|
-
--x-size-padding-facet-header-card: var(--x-size-base-03);
|
|
7856
|
-
--x-size-padding-top-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7857
|
-
--x-size-padding-right-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7858
|
-
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7859
|
-
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7860
|
-
}
|
|
7861
|
-
:root {
|
|
7862
|
-
--x-size-width-dropdown-xl: 282px;
|
|
7863
|
-
}
|
|
7864
7860
|
:root {
|
|
7865
7861
|
--x-size-width-dropdown-xl: 282px;
|
|
7866
7862
|
}
|
|
@@ -7868,6 +7864,9 @@
|
|
|
7868
7864
|
.x-dropdown.x-dropdown--xl {
|
|
7869
7865
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
|
|
7870
7866
|
}
|
|
7867
|
+
:root {
|
|
7868
|
+
--x-size-width-dropdown-xl: 282px;
|
|
7869
|
+
}
|
|
7871
7870
|
:root {
|
|
7872
7871
|
--x-size-width-dropdown-s: 74px;
|
|
7873
7872
|
}
|
|
@@ -7932,12 +7931,36 @@
|
|
|
7932
7931
|
:root {
|
|
7933
7932
|
--x-size-width-dropdown-m: 130px;
|
|
7934
7933
|
}
|
|
7934
|
+
:root {
|
|
7935
|
+
--x-size-width-dropdown-m: 130px;
|
|
7936
|
+
}
|
|
7935
7937
|
|
|
7936
7938
|
.x-dropdown.x-dropdown--m {
|
|
7937
7939
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-m);
|
|
7938
7940
|
}
|
|
7939
7941
|
:root {
|
|
7940
|
-
--x-size-
|
|
7942
|
+
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
7943
|
+
--x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
|
|
7944
|
+
--x-size-padding-top-dropdown-item-line: var(--x-size-base-03);
|
|
7945
|
+
--x-size-padding-right-dropdown-item-line: 0;
|
|
7946
|
+
--x-size-padding-bottom-dropdown-item-line: var(--x-size-base-03);
|
|
7947
|
+
--x-size-padding-left-dropdown-item-line: 0;
|
|
7948
|
+
--x-size-padding-top-dropdown-toggle-line: var(--x-size-base-03);
|
|
7949
|
+
--x-size-padding-right-dropdown-toggle-line: 0;
|
|
7950
|
+
--x-size-padding-bottom-dropdown-toggle-line: var(--x-size-base-03);
|
|
7951
|
+
--x-size-padding-left-dropdown-toggle-line: 0;
|
|
7952
|
+
--x-size-border-width-dropdown-toggle-line: var(--x-size-border-width-base);
|
|
7953
|
+
--x-size-border-width-top-dropdown-toggle-line: 0;
|
|
7954
|
+
--x-size-border-width-right-dropdown-toggle-line: 0;
|
|
7955
|
+
--x-size-border-width-bottom-dropdown-toggle-line: var(
|
|
7956
|
+
--x-size-border-width-dropdown-toggle-line
|
|
7957
|
+
);
|
|
7958
|
+
--x-size-border-width-left-dropdown-toggle-line: 0;
|
|
7959
|
+
--x-size-border-width-dropdown-list-line: 0;
|
|
7960
|
+
--x-size-border-width-top-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
7961
|
+
--x-size-border-width-right-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
7962
|
+
--x-size-border-width-bottom-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
7963
|
+
--x-size-border-width-left-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
7941
7964
|
}
|
|
7942
7965
|
:root {
|
|
7943
7966
|
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
@@ -8002,30 +8025,6 @@
|
|
|
8002
8025
|
--x-size-border-width-left-dropdown-list-line
|
|
8003
8026
|
);
|
|
8004
8027
|
}
|
|
8005
|
-
:root {
|
|
8006
|
-
--x-size-padding-block-dropdown-item-line: var(--x-size-base-03);
|
|
8007
|
-
--x-size-padding-inline-dropdown-item-line: 0 var(--x-size-base-03);
|
|
8008
|
-
--x-size-padding-top-dropdown-item-line: var(--x-size-base-03);
|
|
8009
|
-
--x-size-padding-right-dropdown-item-line: 0;
|
|
8010
|
-
--x-size-padding-bottom-dropdown-item-line: var(--x-size-base-03);
|
|
8011
|
-
--x-size-padding-left-dropdown-item-line: 0;
|
|
8012
|
-
--x-size-padding-top-dropdown-toggle-line: var(--x-size-base-03);
|
|
8013
|
-
--x-size-padding-right-dropdown-toggle-line: 0;
|
|
8014
|
-
--x-size-padding-bottom-dropdown-toggle-line: var(--x-size-base-03);
|
|
8015
|
-
--x-size-padding-left-dropdown-toggle-line: 0;
|
|
8016
|
-
--x-size-border-width-dropdown-toggle-line: var(--x-size-border-width-base);
|
|
8017
|
-
--x-size-border-width-top-dropdown-toggle-line: 0;
|
|
8018
|
-
--x-size-border-width-right-dropdown-toggle-line: 0;
|
|
8019
|
-
--x-size-border-width-bottom-dropdown-toggle-line: var(
|
|
8020
|
-
--x-size-border-width-dropdown-toggle-line
|
|
8021
|
-
);
|
|
8022
|
-
--x-size-border-width-left-dropdown-toggle-line: 0;
|
|
8023
|
-
--x-size-border-width-dropdown-list-line: 0;
|
|
8024
|
-
--x-size-border-width-top-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8025
|
-
--x-size-border-width-right-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8026
|
-
--x-size-border-width-bottom-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8027
|
-
--x-size-border-width-left-dropdown-list-line: var(--x-size-border-width-dropdown-list-line);
|
|
8028
|
-
}
|
|
8029
8028
|
:root {
|
|
8030
8029
|
--x-size-width-dropdown-l: 202px;
|
|
8031
8030
|
}
|
|
@@ -8109,19 +8108,6 @@
|
|
|
8109
8108
|
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
8110
8109
|
--x-string-overflow-dropdown-list-default: hidden;
|
|
8111
8110
|
}
|
|
8112
|
-
:root {
|
|
8113
|
-
--x-size-gap-dropdown-card: var(--x-size-base-03);
|
|
8114
|
-
--x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
|
|
8115
|
-
--x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8116
|
-
--x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8117
|
-
--x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8118
|
-
--x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8119
|
-
--x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
|
|
8120
|
-
--x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8121
|
-
--x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8122
|
-
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8123
|
-
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8124
|
-
}
|
|
8125
8111
|
:root {
|
|
8126
8112
|
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8127
8113
|
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
@@ -8377,6 +8363,19 @@
|
|
|
8377
8363
|
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8378
8364
|
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8379
8365
|
}
|
|
8366
|
+
:root {
|
|
8367
|
+
--x-size-gap-dropdown-card: var(--x-size-base-03);
|
|
8368
|
+
--x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
|
|
8369
|
+
--x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8370
|
+
--x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8371
|
+
--x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8372
|
+
--x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
|
|
8373
|
+
--x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
|
|
8374
|
+
--x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8375
|
+
--x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8376
|
+
--x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8377
|
+
--x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
|
|
8378
|
+
}
|
|
8380
8379
|
|
|
8381
8380
|
.x-dropdown--card {
|
|
8382
8381
|
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-card);
|
|
@@ -8417,27 +8416,6 @@
|
|
|
8417
8416
|
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8418
8417
|
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8419
8418
|
}
|
|
8420
|
-
:root {
|
|
8421
|
-
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8422
|
-
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
8423
|
-
--x-color-text-button-tertiary: var(--x-color-text-default);
|
|
8424
|
-
--x-size-border-width-button-tertiary: var(--x-size-border-width-base);
|
|
8425
|
-
--x-size-border-width-top-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8426
|
-
--x-size-border-width-right-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8427
|
-
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8428
|
-
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8429
|
-
}
|
|
8430
|
-
|
|
8431
|
-
.x-button--tertiary.x-button,
|
|
8432
|
-
.x-button--tertiary .x-button {
|
|
8433
|
-
--x-color-background-button-default: var(--x-color-background-button-tertiary);
|
|
8434
|
-
--x-color-border-button-default: var(--x-color-border-button-tertiary);
|
|
8435
|
-
--x-color-text-button-default: var(--x-color-text-button-tertiary);
|
|
8436
|
-
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-tertiary);
|
|
8437
|
-
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
|
|
8438
|
-
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
8439
|
-
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
8440
|
-
}
|
|
8441
8419
|
:root {
|
|
8442
8420
|
--x-color-background-button-secondary: transparent;
|
|
8443
8421
|
--x-color-border-button-secondary: var(--x-color-border-button-default);
|
|
@@ -8501,6 +8479,7 @@
|
|
|
8501
8479
|
--x-size-padding-left-button-default: 0;
|
|
8502
8480
|
--x-size-padding-right-button-default: 0;
|
|
8503
8481
|
}
|
|
8482
|
+
|
|
8504
8483
|
:root {
|
|
8505
8484
|
--x-color-background-button-primary: var(--x-color-background-button-default);
|
|
8506
8485
|
--x-color-border-button-primary: var(--x-color-border-button-default);
|
|
@@ -8539,6 +8518,13 @@
|
|
|
8539
8518
|
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8540
8519
|
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8541
8520
|
}
|
|
8521
|
+
:root {
|
|
8522
|
+
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8523
|
+
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8524
|
+
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8525
|
+
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8526
|
+
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8527
|
+
}
|
|
8542
8528
|
|
|
8543
8529
|
.x-button--pill.x-button,
|
|
8544
8530
|
.x-button--pill .x-button {
|
|
@@ -8554,13 +8540,6 @@
|
|
|
8554
8540
|
--x-size-border-radius-bottom-left-button-pill
|
|
8555
8541
|
);
|
|
8556
8542
|
}
|
|
8557
|
-
:root {
|
|
8558
|
-
--x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
|
|
8559
|
-
--x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8560
|
-
--x-size-border-radius-top-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8561
|
-
--x-size-border-radius-bottom-right-button-pill: var(--x-size-border-radius-button-pill);
|
|
8562
|
-
--x-size-border-radius-bottom-left-button-pill: var(--x-size-border-radius-button-pill);
|
|
8563
|
-
}
|
|
8564
8543
|
:root {
|
|
8565
8544
|
--x-color-background-button-ghost: transparent;
|
|
8566
8545
|
--x-color-border-button-ghost: transparent;
|
|
@@ -8784,19 +8763,6 @@
|
|
|
8784
8763
|
.x-badge-container {
|
|
8785
8764
|
position: relative;
|
|
8786
8765
|
}
|
|
8787
|
-
:root {
|
|
8788
|
-
--x-color-base-lead: #243d48;
|
|
8789
|
-
--x-color-base-auxiliary: #bfe1ec;
|
|
8790
|
-
--x-color-base-neutral-10: #1a1a1a;
|
|
8791
|
-
--x-color-base-neutral-35: #595959;
|
|
8792
|
-
--x-color-base-neutral-70: #b3b3b3;
|
|
8793
|
-
--x-color-base-neutral-95: #f2f2f2;
|
|
8794
|
-
--x-color-base-neutral-100: #ffffff;
|
|
8795
|
-
--x-color-base-accent: #0086b2;
|
|
8796
|
-
--x-color-base-enable: #00705c;
|
|
8797
|
-
--x-color-base-disable: #e11f26;
|
|
8798
|
-
--x-color-base-transparent: transparent;
|
|
8799
|
-
}
|
|
8800
8766
|
:root {
|
|
8801
8767
|
--x-size-base-01: 2px;
|
|
8802
8768
|
--x-size-base-02: 4px;
|
|
@@ -8819,10 +8785,44 @@
|
|
|
8819
8785
|
--x-size-base-19: 280px;
|
|
8820
8786
|
--x-size-base-20: 344px;
|
|
8821
8787
|
}
|
|
8788
|
+
:root {
|
|
8789
|
+
--x-color-base-lead: #243d48;
|
|
8790
|
+
--x-color-base-auxiliary: #bfe1ec;
|
|
8791
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
8792
|
+
--x-color-base-neutral-35: #595959;
|
|
8793
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
8794
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
8795
|
+
--x-color-base-neutral-100: #ffffff;
|
|
8796
|
+
--x-color-base-accent: #0086b2;
|
|
8797
|
+
--x-color-base-enable: #00705c;
|
|
8798
|
+
--x-color-base-disable: #e11f26;
|
|
8799
|
+
--x-color-base-transparent: transparent;
|
|
8800
|
+
}
|
|
8822
8801
|
:root {
|
|
8823
8802
|
--x-size-border-radius-base-none: 0;
|
|
8824
8803
|
--x-size-border-radius-base-s: var(--x-size-base-02);
|
|
8825
8804
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8826
8805
|
--x-size-border-radius-base-pill: 99999px;
|
|
8827
8806
|
--x-size-border-width-base: 1px;
|
|
8807
|
+
}
|
|
8808
|
+
:root {
|
|
8809
|
+
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8810
|
+
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
8811
|
+
--x-color-text-button-tertiary: var(--x-color-text-default);
|
|
8812
|
+
--x-size-border-width-button-tertiary: var(--x-size-border-width-base);
|
|
8813
|
+
--x-size-border-width-top-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8814
|
+
--x-size-border-width-right-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8815
|
+
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8816
|
+
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8817
|
+
}
|
|
8818
|
+
|
|
8819
|
+
.x-button--tertiary.x-button,
|
|
8820
|
+
.x-button--tertiary .x-button {
|
|
8821
|
+
--x-color-background-button-default: var(--x-color-background-button-tertiary);
|
|
8822
|
+
--x-color-border-button-default: var(--x-color-border-button-tertiary);
|
|
8823
|
+
--x-color-text-button-default: var(--x-color-text-button-tertiary);
|
|
8824
|
+
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-tertiary);
|
|
8825
|
+
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
|
|
8826
|
+
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
8827
|
+
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
8828
8828
|
}
|