@webitel/ui-sdk 26.6.59 → 26.6.61
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/dist/{clients-BDtL1Ajm.js → clients-DPvJvOx5.js} +1 -1
- package/dist/{components-CK9vGYUg.js → components-GEKIa6Vp.js} +1141 -2406
- package/dist/{enums-CBWwTuq7.js → enums-BwgSueOO.js} +32 -28
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +73 -53
- package/dist/ui-sdk.umd.cjs +543 -541
- package/dist/{useValidation-B0voza7s.js → useValidation-Hdk6hzmc.js} +1 -1
- package/dist/{wt-action-bar-B17FBHD7.js → wt-action-bar-Dbt6CgEp.js} +2 -2
- package/dist/{wt-button-0kP5bPMs.js → wt-button-BDGLW4OG.js} +2 -2
- package/dist/{wt-chat-emoji-BiPhHNuw.js → wt-chat-emoji-CAn773-T.js} +4 -4
- package/dist/{wt-datepicker-baNcFWZ1.js → wt-datepicker-BjbWDS8B.js} +2 -2
- package/dist/{wt-display-chip-items-xm8cHws_.js → wt-display-chip-items-DAnyat0v.js} +1 -1
- package/dist/{wt-dual-panel-C5LZm1Tr.js → wt-dual-panel-C54Hwdwc.js} +1 -1
- package/dist/{wt-expansion-card-C2qETdn0.js → wt-expansion-card-CVPU9twV.js} +1 -1
- package/dist/{wt-expansion-panel-Dvzj9PTk.js → wt-expansion-panel-B1u06Hz8.js} +1 -1
- package/dist/{wt-icon-DIdpwmpC.js → wt-icon-Bd8GvqIt.js} +2 -1
- package/dist/{wt-icon-action-C8WN2oVD.js → wt-icon-action-mNjxBL1c.js} +1 -1
- package/dist/{wt-icon-btn-BLnhJADA.js → wt-icon-btn-BL4UZ7Fv.js} +1 -1
- package/dist/{wt-notifications-bar-Dx1YPqFu.js → wt-notifications-bar-Tg1pDfMR.js} +2 -2
- package/dist/{wt-player-CCwEyUzv.js → wt-player-B2-wweFq.js} +3 -3
- package/dist/{wt-search-bar-CiQJ9ViN.js → wt-search-bar-CPfD4657.js} +1 -1
- package/dist/{wt-send-message-popup-D07uZ7eL.js → wt-send-message-popup-Clb-abg5.js} +2 -2
- package/dist/wt-status-select-DCiMHd9K.js +77 -0
- package/dist/{wt-timepicker-DyM1OQX4.js → wt-timepicker-4bwYBaKQ.js} +2 -2
- package/dist/{wt-toast-KTAx-8zA.js → wt-toast-QzhZGeTp.js} +2 -2
- package/dist/{wt-tree-table-BlZEw4tr.js → wt-tree-table-DM_CRVQQ.js} +1 -1
- package/dist/{wt-type-extension-value-input-Tlnn-d1W.js → wt-type-extension-value-input-CP-xZ065.js} +3 -3
- package/dist/{wt-vidstack-player-Dvto6FG2.js → wt-vidstack-player-CuQ_SOHI.js} +4 -4
- package/package.json +1 -1
- package/src/api/clients/users/__tests__/users.spec.js +1 -0
- package/src/api/clients/users/users.js +26 -2
- package/src/assets/icons/sprite/index.ts +2 -0
- package/src/assets/icons/sprite/shield-check.svg +3 -0
- package/src/components/index.js +3 -3
- package/src/components/wt-card/_variables.css +4 -0
- package/src/components/wt-card/wt-card.vue +13 -0
- package/src/components/wt-indicator/_variables.css +7 -2
- package/src/components/wt-single-select/wt-single-select.vue +7 -0
- package/src/components/wt-status-select/__tests__/WtStatusSelect.spec.js +3 -3
- package/src/components/wt-status-select/_internals/StatusOptions.lookup.js +1 -1
- package/src/components/wt-status-select/wt-status-select.vue +80 -139
- package/src/css/components-variables.css +1 -1
- package/types/components/wt-card/wt-card.vue.d.ts +13 -0
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +1 -0
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +21 -1
- package/dist/AgentStatus.enum-C3IGHtvR.js +0 -9
- package/dist/wt-status-select-A5t6Vjm4.js +0 -101
- package/src/components/wt-select/__tests__/WtSelect.spec.js +0 -30
- package/src/components/wt-select/_variables.css +0 -12
- package/src/components/wt-select/mixins/__tests__/multiselectMixin.spec.js +0 -50
- package/src/components/wt-select/mixins/multiselectMixin.js +0 -279
- package/src/components/wt-select/multiselect.css +0 -239
- package/src/components/wt-select/wt-select.vue +0 -386
- package/src/components/wt-tags-input/mixin/taggableMixin.js +0 -43
- package/types/components/wt-select/__tests__/WtSelect.spec.d.ts +0 -1
- package/types/components/wt-select/mixins/__tests__/multiselectMixin.spec.d.ts +0 -1
- package/types/components/wt-select/mixins/multiselectMixin.d.ts +0 -129
- package/types/components/wt-select/wt-select.vue.d.ts +0 -229
- package/types/components/wt-tags-input/mixin/taggableMixin.d.ts +0 -7
package/dist/ui-sdk.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-C9d7J_TX.js";
|
|
2
|
-
import { n as t } from "./wt-icon-
|
|
3
|
-
import { t as n } from "./components-
|
|
4
|
-
import { i as r, l as i } from "./enums-
|
|
2
|
+
import { n as t } from "./wt-icon-Bd8GvqIt.js";
|
|
3
|
+
import { t as n } from "./components-GEKIa6Vp.js";
|
|
4
|
+
import { i as r, l as i } from "./enums-BwgSueOO.js";
|
|
5
5
|
import { a, c as o, d as s, f as c, g as l, h as u, i as d, l as f, n as p, o as m, p as h, r as g, s as _, t as v, u as y } from "./dist-uCh8HaP3.js";
|
|
6
6
|
import { reactive as b, shallowRef as x, watch as S } from "vue";
|
|
7
7
|
import C from "primevue/autocomplete";
|
|
@@ -5540,7 +5540,8 @@ var W = {
|
|
|
5540
5540
|
activeColor: "{amber.400}",
|
|
5541
5541
|
foreground: "{amber.950}",
|
|
5542
5542
|
foregroundHover: "{amber.900}",
|
|
5543
|
-
highlightColor: "{amber.850}"
|
|
5543
|
+
highlightColor: "{amber.850}",
|
|
5544
|
+
onHighlightColor: "{amber.450}"
|
|
5544
5545
|
},
|
|
5545
5546
|
secondary: {
|
|
5546
5547
|
color: "{gray.900}",
|
|
@@ -5548,7 +5549,8 @@ var W = {
|
|
|
5548
5549
|
activeColor: "{gray.750}",
|
|
5549
5550
|
foreground: "{gray.350}",
|
|
5550
5551
|
foregroundHover: "{gray.300}",
|
|
5551
|
-
highlightColor: "{gray.850}"
|
|
5552
|
+
highlightColor: "{gray.850}",
|
|
5553
|
+
onHighlightColor: "{gray.300}"
|
|
5552
5554
|
},
|
|
5553
5555
|
success: {
|
|
5554
5556
|
color: "{green.600}",
|
|
@@ -5556,7 +5558,8 @@ var W = {
|
|
|
5556
5558
|
activeColor: "{green.500}",
|
|
5557
5559
|
foreground: "{green.950}",
|
|
5558
5560
|
foregroundHover: "{green.900}",
|
|
5559
|
-
highlightColor: "{green.850}"
|
|
5561
|
+
highlightColor: "{green.850}",
|
|
5562
|
+
onHighlightColor: "{green.450}"
|
|
5560
5563
|
},
|
|
5561
5564
|
warn: {
|
|
5562
5565
|
color: "{orange.450}",
|
|
@@ -5564,7 +5567,8 @@ var W = {
|
|
|
5564
5567
|
activeColor: "{orange.350}",
|
|
5565
5568
|
foreground: "{orange.950}",
|
|
5566
5569
|
foregroundHover: "{orange.900}",
|
|
5567
|
-
highlightColor: "{orange.850}"
|
|
5570
|
+
highlightColor: "{orange.850}",
|
|
5571
|
+
onHighlightColor: "{orange.350}"
|
|
5568
5572
|
},
|
|
5569
5573
|
error: {
|
|
5570
5574
|
color: "{red.400}",
|
|
@@ -5572,7 +5576,8 @@ var W = {
|
|
|
5572
5576
|
activeColor: "{red.300}",
|
|
5573
5577
|
foreground: "{red.950}",
|
|
5574
5578
|
foregroundHover: "{red.900}",
|
|
5575
|
-
highlightColor: "{red.850}"
|
|
5579
|
+
highlightColor: "{red.850}",
|
|
5580
|
+
onHighlightColor: "{red.300}"
|
|
5576
5581
|
},
|
|
5577
5582
|
info: {
|
|
5578
5583
|
color: "{light-blue.500}",
|
|
@@ -5580,7 +5585,8 @@ var W = {
|
|
|
5580
5585
|
activeColor: "{light-blue.400}",
|
|
5581
5586
|
foreground: "{light-blue.950}",
|
|
5582
5587
|
foregroundHover: "{light-blue.900}",
|
|
5583
|
-
highlightColor: "{light-blue.850}"
|
|
5588
|
+
highlightColor: "{light-blue.850}",
|
|
5589
|
+
onHighlightColor: "{light-blue.350}"
|
|
5584
5590
|
},
|
|
5585
5591
|
task: {
|
|
5586
5592
|
color: "{blue.500}",
|
|
@@ -5588,7 +5594,8 @@ var W = {
|
|
|
5588
5594
|
activeColor: "{blue.400}",
|
|
5589
5595
|
foreground: "{blue.950}",
|
|
5590
5596
|
foregroundHover: "{blue.900}",
|
|
5591
|
-
highlightColor: "{blue.850}"
|
|
5597
|
+
highlightColor: "{blue.850}",
|
|
5598
|
+
onHighlightColor: "{blue.350}"
|
|
5592
5599
|
},
|
|
5593
5600
|
transfer: {
|
|
5594
5601
|
color: "{indigo.350}",
|
|
@@ -5596,7 +5603,8 @@ var W = {
|
|
|
5596
5603
|
activeColor: "{indigo.250}",
|
|
5597
5604
|
foreground: "{indigo.950}",
|
|
5598
5605
|
foregroundHover: "{indigo.900}",
|
|
5599
|
-
highlightColor: "{indigo.850}"
|
|
5606
|
+
highlightColor: "{indigo.850}",
|
|
5607
|
+
onHighlightColor: "{indigo.350}"
|
|
5600
5608
|
},
|
|
5601
5609
|
chat: {
|
|
5602
5610
|
color: "{cyan.600}",
|
|
@@ -5604,7 +5612,8 @@ var W = {
|
|
|
5604
5612
|
activeColor: "{cyan.500}",
|
|
5605
5613
|
foreground: "{cyan.950}",
|
|
5606
5614
|
foregroundHover: "{cyan.900}",
|
|
5607
|
-
highlightColor: "{cyan.850}"
|
|
5615
|
+
highlightColor: "{cyan.850}",
|
|
5616
|
+
onHighlightColor: "{cyan.350}"
|
|
5608
5617
|
},
|
|
5609
5618
|
email: {
|
|
5610
5619
|
color: "{blue.600}",
|
|
@@ -5612,7 +5621,8 @@ var W = {
|
|
|
5612
5621
|
activeColor: "{blue.500}",
|
|
5613
5622
|
foreground: "{blue.950}",
|
|
5614
5623
|
foregroundHover: "{blue.900}",
|
|
5615
|
-
highlightColor: "{blue.850}"
|
|
5624
|
+
highlightColor: "{blue.850}",
|
|
5625
|
+
onHighlightColor: "{blue.350}"
|
|
5616
5626
|
},
|
|
5617
5627
|
highlight: {
|
|
5618
5628
|
background: "{amber.800}",
|
|
@@ -5681,7 +5691,8 @@ var W = {
|
|
|
5681
5691
|
activeColor: "{amber.400}",
|
|
5682
5692
|
foreground: "{amber.900}",
|
|
5683
5693
|
foregroundHover: "{amber.850}",
|
|
5684
|
-
highlightColor: "{amber.100}"
|
|
5694
|
+
highlightColor: "{amber.100}",
|
|
5695
|
+
onHighlightColor: "{amber.750}"
|
|
5685
5696
|
},
|
|
5686
5697
|
secondary: {
|
|
5687
5698
|
color: "{gray.150}",
|
|
@@ -5689,7 +5700,8 @@ var W = {
|
|
|
5689
5700
|
activeColor: "{gray.50}",
|
|
5690
5701
|
foreground: "{gray.750}",
|
|
5691
5702
|
foregroundHover: "{gray.700}",
|
|
5692
|
-
highlightColor: "{gray.50}"
|
|
5703
|
+
highlightColor: "{gray.50}",
|
|
5704
|
+
onHighlightColor: "{gray.700}"
|
|
5693
5705
|
},
|
|
5694
5706
|
success: {
|
|
5695
5707
|
color: "{green.600}",
|
|
@@ -5697,7 +5709,8 @@ var W = {
|
|
|
5697
5709
|
activeColor: "{green.500}",
|
|
5698
5710
|
foreground: "{green.50}",
|
|
5699
5711
|
foregroundHover: "{green.100}",
|
|
5700
|
-
highlightColor: "{green.100}"
|
|
5712
|
+
highlightColor: "{green.100}",
|
|
5713
|
+
onHighlightColor: "{green.750}"
|
|
5701
5714
|
},
|
|
5702
5715
|
warn: {
|
|
5703
5716
|
color: "{orange.450}",
|
|
@@ -5705,7 +5718,8 @@ var W = {
|
|
|
5705
5718
|
activeColor: "{orange.350}",
|
|
5706
5719
|
foreground: "{orange.50}",
|
|
5707
5720
|
foregroundHover: "{orange.100}",
|
|
5708
|
-
highlightColor: "{orange.100}"
|
|
5721
|
+
highlightColor: "{orange.100}",
|
|
5722
|
+
onHighlightColor: "{orange.650}"
|
|
5709
5723
|
},
|
|
5710
5724
|
error: {
|
|
5711
5725
|
color: "{red.400}",
|
|
@@ -5713,7 +5727,8 @@ var W = {
|
|
|
5713
5727
|
activeColor: "{red.300}",
|
|
5714
5728
|
foreground: "{red.50}",
|
|
5715
5729
|
foregroundHover: "{red.100}",
|
|
5716
|
-
highlightColor: "{red.100}"
|
|
5730
|
+
highlightColor: "{red.100}",
|
|
5731
|
+
onHighlightColor: "{red.600}"
|
|
5717
5732
|
},
|
|
5718
5733
|
info: {
|
|
5719
5734
|
color: "{light-blue.500}",
|
|
@@ -5721,7 +5736,8 @@ var W = {
|
|
|
5721
5736
|
activeColor: "{light-blue.400}",
|
|
5722
5737
|
foreground: "{light-blue.50}",
|
|
5723
5738
|
foregroundHover: "{light-blue.100}",
|
|
5724
|
-
highlightColor: "{light-blue.100}"
|
|
5739
|
+
highlightColor: "{light-blue.100}",
|
|
5740
|
+
onHighlightColor: "{light-blue.700}"
|
|
5725
5741
|
},
|
|
5726
5742
|
task: {
|
|
5727
5743
|
color: "{blue.500}",
|
|
@@ -5729,7 +5745,8 @@ var W = {
|
|
|
5729
5745
|
activeColor: "{blue.400}",
|
|
5730
5746
|
foreground: "{blue.50}",
|
|
5731
5747
|
foregroundHover: "{blue.100}",
|
|
5732
|
-
highlightColor: "{blue.100}"
|
|
5748
|
+
highlightColor: "{blue.100}",
|
|
5749
|
+
onHighlightColor: "{blue.700}"
|
|
5733
5750
|
},
|
|
5734
5751
|
transfer: {
|
|
5735
5752
|
color: "{indigo.350}",
|
|
@@ -5737,7 +5754,8 @@ var W = {
|
|
|
5737
5754
|
activeColor: "{indigo.250}",
|
|
5738
5755
|
foreground: "{indigo.50}",
|
|
5739
5756
|
foregroundHover: "{indigo.100}",
|
|
5740
|
-
highlightColor: "{indigo.100}"
|
|
5757
|
+
highlightColor: "{indigo.100}",
|
|
5758
|
+
onHighlightColor: "{indigo.700}"
|
|
5741
5759
|
},
|
|
5742
5760
|
chat: {
|
|
5743
5761
|
color: "{cyan.600}",
|
|
@@ -5745,7 +5763,8 @@ var W = {
|
|
|
5745
5763
|
activeColor: "{cyan.500}",
|
|
5746
5764
|
foreground: "{cyan.50}",
|
|
5747
5765
|
foregroundHover: "{cyan.100}",
|
|
5748
|
-
highlightColor: "{cyan.100}"
|
|
5766
|
+
highlightColor: "{cyan.100}",
|
|
5767
|
+
onHighlightColor: "{cyan.700}"
|
|
5749
5768
|
},
|
|
5750
5769
|
email: {
|
|
5751
5770
|
color: "{blue.600}",
|
|
@@ -5753,7 +5772,8 @@ var W = {
|
|
|
5753
5772
|
activeColor: "{blue.500}",
|
|
5754
5773
|
foreground: "{blue.50}",
|
|
5755
5774
|
foregroundHover: "{blue.100}",
|
|
5756
|
-
highlightColor: "{blue.100}"
|
|
5775
|
+
highlightColor: "{blue.100}",
|
|
5776
|
+
onHighlightColor: "{blue.700}"
|
|
5757
5777
|
},
|
|
5758
5778
|
highlight: {
|
|
5759
5779
|
background: "{amber.100}",
|
|
@@ -9216,11 +9236,11 @@ var W = {
|
|
|
9216
9236
|
info: {
|
|
9217
9237
|
background: "{info.highlightColor}",
|
|
9218
9238
|
borderColor: "{info.highlightColor}",
|
|
9219
|
-
color: "{info.
|
|
9220
|
-
detailColor: "{info.
|
|
9239
|
+
color: "{info.onHighlightColor}",
|
|
9240
|
+
detailColor: "{info.onHighlightColor}",
|
|
9221
9241
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {info.color}, transparent 96%)",
|
|
9222
9242
|
closeButton: {
|
|
9223
|
-
hoverBackground: "{info.
|
|
9243
|
+
hoverBackground: "{info.onHighlightColor}",
|
|
9224
9244
|
focusRing: {
|
|
9225
9245
|
color: "{info.color}",
|
|
9226
9246
|
shadow: "none"
|
|
@@ -9230,11 +9250,11 @@ var W = {
|
|
|
9230
9250
|
success: {
|
|
9231
9251
|
background: "{success.highlightColor}",
|
|
9232
9252
|
borderColor: "{success.highlightColor}",
|
|
9233
|
-
color: "{success.
|
|
9234
|
-
detailColor: "{success.
|
|
9253
|
+
color: "{success.onHighlightColor}",
|
|
9254
|
+
detailColor: "{success.onHighlightColor}",
|
|
9235
9255
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {success.color}, transparent 96%)",
|
|
9236
9256
|
closeButton: {
|
|
9237
|
-
hoverBackground: "{success.
|
|
9257
|
+
hoverBackground: "{success.onHighlightColor}",
|
|
9238
9258
|
focusRing: {
|
|
9239
9259
|
color: "{success.color}",
|
|
9240
9260
|
shadow: "none"
|
|
@@ -9244,11 +9264,11 @@ var W = {
|
|
|
9244
9264
|
warn: {
|
|
9245
9265
|
background: "{warn.highlightColor}",
|
|
9246
9266
|
borderColor: "{warn.highlightColor}",
|
|
9247
|
-
color: "{warn.
|
|
9248
|
-
detailColor: "{warn.
|
|
9267
|
+
color: "{warn.onHighlightColor}",
|
|
9268
|
+
detailColor: "{warn.onHighlightColor}",
|
|
9249
9269
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {warn.color}, transparent 96%)",
|
|
9250
9270
|
closeButton: {
|
|
9251
|
-
hoverBackground: "{warn.
|
|
9271
|
+
hoverBackground: "{warn.onHighlightColor}",
|
|
9252
9272
|
focusRing: {
|
|
9253
9273
|
color: "{warn.color}",
|
|
9254
9274
|
shadow: "none"
|
|
@@ -9258,11 +9278,11 @@ var W = {
|
|
|
9258
9278
|
error: {
|
|
9259
9279
|
background: "{error.highlightColor}",
|
|
9260
9280
|
borderColor: "{error.highlightColor}",
|
|
9261
|
-
color: "{error.
|
|
9262
|
-
detailColor: "{error.
|
|
9281
|
+
color: "{error.onHighlightColor}",
|
|
9282
|
+
detailColor: "{error.onHighlightColor}",
|
|
9263
9283
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {error.color}, transparent 96%)",
|
|
9264
9284
|
closeButton: {
|
|
9265
|
-
hoverBackground: "{error.
|
|
9285
|
+
hoverBackground: "{error.onHighlightColor}",
|
|
9266
9286
|
focusRing: {
|
|
9267
9287
|
color: "{error.color}",
|
|
9268
9288
|
shadow: "none"
|
|
@@ -9272,11 +9292,11 @@ var W = {
|
|
|
9272
9292
|
secondary: {
|
|
9273
9293
|
background: "{secondary.highlightColor}",
|
|
9274
9294
|
borderColor: "{secondary.highlightColor}",
|
|
9275
|
-
color: "{secondary.
|
|
9276
|
-
detailColor: "{secondary.
|
|
9295
|
+
color: "{secondary.onHighlightColor}",
|
|
9296
|
+
detailColor: "{secondary.onHighlightColor}",
|
|
9277
9297
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {secondary.color}, transparent 96%)",
|
|
9278
9298
|
closeButton: {
|
|
9279
|
-
hoverBackground: "{secondary.
|
|
9299
|
+
hoverBackground: "{secondary.onHighlightColor}",
|
|
9280
9300
|
focusRing: {
|
|
9281
9301
|
color: "{secondary.color}",
|
|
9282
9302
|
shadow: "none"
|
|
@@ -9303,11 +9323,11 @@ var W = {
|
|
|
9303
9323
|
info: {
|
|
9304
9324
|
background: "{info.highlightColor}",
|
|
9305
9325
|
borderColor: "{info.highlightColor}",
|
|
9306
|
-
color: "{info.
|
|
9307
|
-
detailColor: "{info.
|
|
9326
|
+
color: "{info.onHighlightColor}",
|
|
9327
|
+
detailColor: "{info.onHighlightColor}",
|
|
9308
9328
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {info.color}, transparent 96%)",
|
|
9309
9329
|
closeButton: {
|
|
9310
|
-
hoverBackground: "{info.
|
|
9330
|
+
hoverBackground: "{info.onHighlightColor}",
|
|
9311
9331
|
focusRing: {
|
|
9312
9332
|
color: "{info.color}",
|
|
9313
9333
|
shadow: "none"
|
|
@@ -9317,11 +9337,11 @@ var W = {
|
|
|
9317
9337
|
success: {
|
|
9318
9338
|
background: "{success.highlightColor}",
|
|
9319
9339
|
borderColor: "{success.highlightColor}",
|
|
9320
|
-
color: "{success.
|
|
9321
|
-
detailColor: "{success.
|
|
9340
|
+
color: "{success.onHighlightColor}",
|
|
9341
|
+
detailColor: "{success.onHighlightColor}",
|
|
9322
9342
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {success.color}, transparent 96%)",
|
|
9323
9343
|
closeButton: {
|
|
9324
|
-
hoverBackground: "{success.
|
|
9344
|
+
hoverBackground: "{success.onHighlightColor}",
|
|
9325
9345
|
focusRing: {
|
|
9326
9346
|
color: "{success.color}",
|
|
9327
9347
|
shadow: "none"
|
|
@@ -9331,11 +9351,11 @@ var W = {
|
|
|
9331
9351
|
warn: {
|
|
9332
9352
|
background: "{warn.highlightColor}",
|
|
9333
9353
|
borderColor: "{warn.highlightColor}",
|
|
9334
|
-
color: "{warn.
|
|
9335
|
-
detailColor: "{warn.
|
|
9354
|
+
color: "{warn.onHighlightColor}",
|
|
9355
|
+
detailColor: "{warn.onHighlightColor}",
|
|
9336
9356
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {warn.color}, transparent 96%)",
|
|
9337
9357
|
closeButton: {
|
|
9338
|
-
hoverBackground: "{warn.
|
|
9358
|
+
hoverBackground: "{warn.onHighlightColor}",
|
|
9339
9359
|
focusRing: {
|
|
9340
9360
|
color: "{warn.color}",
|
|
9341
9361
|
shadow: "none"
|
|
@@ -9345,11 +9365,11 @@ var W = {
|
|
|
9345
9365
|
error: {
|
|
9346
9366
|
background: "{error.highlightColor}",
|
|
9347
9367
|
borderColor: "{error.highlightColor}",
|
|
9348
|
-
color: "{error.
|
|
9349
|
-
detailColor: "{error.
|
|
9368
|
+
color: "{error.onHighlightColor}",
|
|
9369
|
+
detailColor: "{error.onHighlightColor}",
|
|
9350
9370
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {error.color}, transparent 96%)",
|
|
9351
9371
|
closeButton: {
|
|
9352
|
-
hoverBackground: "{error.
|
|
9372
|
+
hoverBackground: "{error.onHighlightColor}",
|
|
9353
9373
|
focusRing: {
|
|
9354
9374
|
color: "{error.color}",
|
|
9355
9375
|
shadow: "none"
|
|
@@ -9359,11 +9379,11 @@ var W = {
|
|
|
9359
9379
|
secondary: {
|
|
9360
9380
|
background: "{secondary.highlightColor}",
|
|
9361
9381
|
borderColor: "{secondary.highlightColor}",
|
|
9362
|
-
color: "{secondary.
|
|
9363
|
-
detailColor: "{secondary.
|
|
9382
|
+
color: "{secondary.onHighlightColor}",
|
|
9383
|
+
detailColor: "{secondary.onHighlightColor}",
|
|
9364
9384
|
shadow: "0px 4px 8px 0px color-mix(in srgb, {secondary.color}, transparent 96%)",
|
|
9365
9385
|
closeButton: {
|
|
9366
|
-
hoverBackground: "{secondary.
|
|
9386
|
+
hoverBackground: "{secondary.onHighlightColor}",
|
|
9367
9387
|
focusRing: {
|
|
9368
9388
|
color: "{secondary.color}",
|
|
9369
9389
|
shadow: "none"
|