@yahoo/uds 3.106.0 → 3.107.1-beta.1
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/automated-config/dist/generated/autoVariants.cjs +6 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -2
- package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -2
- package/dist/automated-config/dist/generated/autoVariants.js +6 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +39 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +33 -3
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +33 -3
- package/dist/automated-config/dist/generated/generatedConfigs.js +39 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +585 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +585 -0
- package/dist/components/client/Button.cjs +1 -0
- package/dist/components/client/Button.d.cts +1 -0
- package/dist/components/client/Button.d.ts +1 -0
- package/dist/components/client/Button.js +1 -0
- package/dist/config/dist/index.cjs +586 -1
- package/dist/config/dist/index.js +586 -1
- package/dist/fixtures/dist/index.cjs +3 -0
- package/dist/fixtures/dist/index.js +3 -0
- package/dist/styles/styler.d.cts +55 -55
- package/dist/styles/styler.d.ts +55 -55
- package/dist/styles/variants.d.cts +6 -0
- package/dist/styles/variants.d.ts +6 -0
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/types/dist/index.d.cts +2 -1
- package/dist/types/dist/index.d.ts +2 -1
- package/dist/uds/generated/componentData.cjs +1163 -1163
- package/dist/uds/generated/componentData.js +1163 -1163
- package/dist/uds/generated/tailwindPurge.cjs +1 -1
- package/dist/uds/generated/tailwindPurge.js +1 -1
- package/dist/uds/package.cjs +1 -1
- package/dist/uds/package.js +1 -1
- package/package.json +2 -2
|
@@ -99,6 +99,9 @@ const autoVariants = {
|
|
|
99
99
|
brand: "uds-button-variant-brand-icon",
|
|
100
100
|
"brand-secondary": "uds-button-variant-brand-secondary-icon",
|
|
101
101
|
"brand-tertiary": "uds-button-variant-brand-tertiary-icon",
|
|
102
|
+
"contrast-high": "uds-button-variant-contrast-high-icon",
|
|
103
|
+
"contrast-low": "uds-button-variant-contrast-low-icon",
|
|
104
|
+
"contrast-medium": "uds-button-variant-contrast-medium-icon",
|
|
102
105
|
default: "uds-button-variant-default-icon",
|
|
103
106
|
info: "uds-button-variant-info-icon",
|
|
104
107
|
"info-secondary": "uds-button-variant-info-secondary-icon",
|
|
@@ -120,6 +123,9 @@ const autoVariants = {
|
|
|
120
123
|
brand: "uds-button-variant-brand-root",
|
|
121
124
|
"brand-secondary": "uds-button-variant-brand-secondary-root",
|
|
122
125
|
"brand-tertiary": "uds-button-variant-brand-tertiary-root",
|
|
126
|
+
"contrast-high": "uds-button-variant-contrast-high-root",
|
|
127
|
+
"contrast-low": "uds-button-variant-contrast-low-root",
|
|
128
|
+
"contrast-medium": "uds-button-variant-contrast-medium-root",
|
|
123
129
|
default: "uds-button-variant-default-root",
|
|
124
130
|
info: "uds-button-variant-info-root",
|
|
125
131
|
"info-secondary": "uds-button-variant-info-secondary-root",
|
|
@@ -12,8 +12,8 @@ interface StylePropsVariantsAuto<T> {
|
|
|
12
12
|
badgeVariantRoot: Record<'alert' | 'alert-secondary' | 'brand' | 'brand-secondary' | 'default' | 'info' | 'info-secondary' | 'positive' | 'positive-secondary' | 'primary' | 'secondary' | 'warning' | 'warning-secondary', T>;
|
|
13
13
|
buttonSizeIcon: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
|
|
14
14
|
buttonSizeRoot: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
|
|
15
|
-
buttonVariantIcon: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
16
|
-
buttonVariantRoot: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
15
|
+
buttonVariantIcon: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'contrast-high' | 'contrast-low' | 'contrast-medium' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
16
|
+
buttonVariantRoot: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'contrast-high' | 'contrast-low' | 'contrast-medium' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
17
17
|
checkboxSizeCheckbox: Record<'default' | 'md' | 'sm', T>;
|
|
18
18
|
checkboxSizeRoot: Record<'default' | 'md' | 'sm', T>;
|
|
19
19
|
checkboxVariantCheckbox: Record<'alert' | 'alert-secondary' | 'default' | 'primary' | 'secondary', T>;
|
|
@@ -12,8 +12,8 @@ interface StylePropsVariantsAuto<T> {
|
|
|
12
12
|
badgeVariantRoot: Record<'alert' | 'alert-secondary' | 'brand' | 'brand-secondary' | 'default' | 'info' | 'info-secondary' | 'positive' | 'positive-secondary' | 'primary' | 'secondary' | 'warning' | 'warning-secondary', T>;
|
|
13
13
|
buttonSizeIcon: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
|
|
14
14
|
buttonSizeRoot: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
|
|
15
|
-
buttonVariantIcon: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
16
|
-
buttonVariantRoot: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
15
|
+
buttonVariantIcon: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'contrast-high' | 'contrast-low' | 'contrast-medium' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
16
|
+
buttonVariantRoot: Record<'alert' | 'alert-secondary' | 'alert-tertiary' | 'brand' | 'brand-secondary' | 'brand-tertiary' | 'contrast-high' | 'contrast-low' | 'contrast-medium' | 'default' | 'info' | 'info-secondary' | 'info-tertiary' | 'positive' | 'positive-secondary' | 'positive-tertiary' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'warning-secondary' | 'warning-tertiary', T>;
|
|
17
17
|
checkboxSizeCheckbox: Record<'default' | 'md' | 'sm', T>;
|
|
18
18
|
checkboxSizeRoot: Record<'default' | 'md' | 'sm', T>;
|
|
19
19
|
checkboxVariantCheckbox: Record<'alert' | 'alert-secondary' | 'default' | 'primary' | 'secondary', T>;
|
|
@@ -98,6 +98,9 @@ const autoVariants = {
|
|
|
98
98
|
brand: "uds-button-variant-brand-icon",
|
|
99
99
|
"brand-secondary": "uds-button-variant-brand-secondary-icon",
|
|
100
100
|
"brand-tertiary": "uds-button-variant-brand-tertiary-icon",
|
|
101
|
+
"contrast-high": "uds-button-variant-contrast-high-icon",
|
|
102
|
+
"contrast-low": "uds-button-variant-contrast-low-icon",
|
|
103
|
+
"contrast-medium": "uds-button-variant-contrast-medium-icon",
|
|
101
104
|
default: "uds-button-variant-default-icon",
|
|
102
105
|
info: "uds-button-variant-info-icon",
|
|
103
106
|
"info-secondary": "uds-button-variant-info-secondary-icon",
|
|
@@ -119,6 +122,9 @@ const autoVariants = {
|
|
|
119
122
|
brand: "uds-button-variant-brand-root",
|
|
120
123
|
"brand-secondary": "uds-button-variant-brand-secondary-root",
|
|
121
124
|
"brand-tertiary": "uds-button-variant-brand-tertiary-root",
|
|
125
|
+
"contrast-high": "uds-button-variant-contrast-high-root",
|
|
126
|
+
"contrast-low": "uds-button-variant-contrast-low-root",
|
|
127
|
+
"contrast-medium": "uds-button-variant-contrast-medium-root",
|
|
122
128
|
default: "uds-button-variant-default-root",
|
|
123
129
|
info: "uds-button-variant-info-root",
|
|
124
130
|
"info-secondary": "uds-button-variant-info-secondary-root",
|
|
@@ -5006,6 +5006,9 @@ const ButtonConfig = {
|
|
|
5006
5006
|
brand: "primary",
|
|
5007
5007
|
"brand-secondary": "primary",
|
|
5008
5008
|
"brand-tertiary": "primary",
|
|
5009
|
+
"contrast-high": "primary",
|
|
5010
|
+
"contrast-low": "primary",
|
|
5011
|
+
"contrast-medium": "primary",
|
|
5009
5012
|
info: "primary",
|
|
5010
5013
|
"info-secondary": "primary",
|
|
5011
5014
|
"info-tertiary": "primary",
|
|
@@ -5394,6 +5397,9 @@ const ButtonConfig = {
|
|
|
5394
5397
|
brand: "brand",
|
|
5395
5398
|
"brand-secondary": "accent",
|
|
5396
5399
|
"brand-tertiary": "accent",
|
|
5400
|
+
"contrast-high": "accent",
|
|
5401
|
+
"contrast-low": "accent",
|
|
5402
|
+
"contrast-medium": "accent",
|
|
5397
5403
|
info: "accent",
|
|
5398
5404
|
"info-secondary": "accent",
|
|
5399
5405
|
"info-tertiary": "accent",
|
|
@@ -5775,6 +5781,9 @@ const ButtonConfig = {
|
|
|
5775
5781
|
brand: "tertiary",
|
|
5776
5782
|
"brand-secondary": "tertiary",
|
|
5777
5783
|
"brand-tertiary": "tertiary",
|
|
5784
|
+
"contrast-high": "tertiary",
|
|
5785
|
+
"contrast-low": "tertiary",
|
|
5786
|
+
"contrast-medium": "tertiary",
|
|
5778
5787
|
info: "tertiary",
|
|
5779
5788
|
"info-secondary": "tertiary",
|
|
5780
5789
|
"info-tertiary": "tertiary",
|
|
@@ -6158,6 +6167,9 @@ const ButtonConfig = {
|
|
|
6158
6167
|
brand: "full",
|
|
6159
6168
|
"brand-secondary": "full",
|
|
6160
6169
|
"brand-tertiary": "full",
|
|
6170
|
+
"contrast-high": "full",
|
|
6171
|
+
"contrast-low": "full",
|
|
6172
|
+
"contrast-medium": "full",
|
|
6161
6173
|
info: "full",
|
|
6162
6174
|
"info-secondary": "full",
|
|
6163
6175
|
"info-tertiary": "full",
|
|
@@ -6197,6 +6209,9 @@ const ButtonConfig = {
|
|
|
6197
6209
|
brand: "none",
|
|
6198
6210
|
"brand-secondary": "none",
|
|
6199
6211
|
"brand-tertiary": "none",
|
|
6212
|
+
"contrast-high": "none",
|
|
6213
|
+
"contrast-low": "none",
|
|
6214
|
+
"contrast-medium": "none",
|
|
6200
6215
|
info: "none",
|
|
6201
6216
|
"info-secondary": "none",
|
|
6202
6217
|
"info-tertiary": "none",
|
|
@@ -6233,6 +6248,9 @@ const ButtonConfig = {
|
|
|
6233
6248
|
brand: "primary",
|
|
6234
6249
|
"brand-secondary": "primary",
|
|
6235
6250
|
"brand-tertiary": "primary",
|
|
6251
|
+
"contrast-high": "accent",
|
|
6252
|
+
"contrast-low": "accent",
|
|
6253
|
+
"contrast-medium": "accent",
|
|
6236
6254
|
info: "info",
|
|
6237
6255
|
"info-secondary": "primary",
|
|
6238
6256
|
"info-tertiary": "primary",
|
|
@@ -6617,6 +6635,9 @@ const ButtonConfig = {
|
|
|
6617
6635
|
brand: "none",
|
|
6618
6636
|
"brand-secondary": "none",
|
|
6619
6637
|
"brand-tertiary": "none",
|
|
6638
|
+
"contrast-high": "none",
|
|
6639
|
+
"contrast-low": "none",
|
|
6640
|
+
"contrast-medium": "none",
|
|
6620
6641
|
info: "none",
|
|
6621
6642
|
"info-secondary": "none",
|
|
6622
6643
|
"info-tertiary": "none",
|
|
@@ -6662,6 +6683,9 @@ const ButtonConfig = {
|
|
|
6662
6683
|
brand: "100",
|
|
6663
6684
|
"brand-secondary": "100",
|
|
6664
6685
|
"brand-tertiary": "100",
|
|
6686
|
+
"contrast-high": "100",
|
|
6687
|
+
"contrast-low": "100",
|
|
6688
|
+
"contrast-medium": "100",
|
|
6665
6689
|
info: "100",
|
|
6666
6690
|
"info-secondary": "100",
|
|
6667
6691
|
"info-tertiary": "100",
|
|
@@ -6792,6 +6816,9 @@ const ButtonConfig = {
|
|
|
6792
6816
|
brand: "none",
|
|
6793
6817
|
"brand-secondary": "none",
|
|
6794
6818
|
"brand-tertiary": "none",
|
|
6819
|
+
"contrast-high": "none",
|
|
6820
|
+
"contrast-low": "none",
|
|
6821
|
+
"contrast-medium": "none",
|
|
6795
6822
|
info: "none",
|
|
6796
6823
|
"info-secondary": "none",
|
|
6797
6824
|
"info-tertiary": "none",
|
|
@@ -6824,6 +6851,9 @@ const ButtonConfig = {
|
|
|
6824
6851
|
brand: "none",
|
|
6825
6852
|
"brand-secondary": "none",
|
|
6826
6853
|
"brand-tertiary": "none",
|
|
6854
|
+
"contrast-high": "none",
|
|
6855
|
+
"contrast-low": "none",
|
|
6856
|
+
"contrast-medium": "none",
|
|
6827
6857
|
info: "none",
|
|
6828
6858
|
"info-secondary": "none",
|
|
6829
6859
|
"info-tertiary": "none",
|
|
@@ -6868,6 +6898,9 @@ const ButtonConfig = {
|
|
|
6868
6898
|
"brand",
|
|
6869
6899
|
"brand-secondary",
|
|
6870
6900
|
"brand-tertiary",
|
|
6901
|
+
"contrast-high",
|
|
6902
|
+
"contrast-low",
|
|
6903
|
+
"contrast-medium",
|
|
6871
6904
|
"info",
|
|
6872
6905
|
"info-secondary",
|
|
6873
6906
|
"info-tertiary",
|
|
@@ -14609,6 +14642,9 @@ const IconButtonConfig = {
|
|
|
14609
14642
|
"brand",
|
|
14610
14643
|
"brand-secondary",
|
|
14611
14644
|
"brand-tertiary",
|
|
14645
|
+
"contrast-high",
|
|
14646
|
+
"contrast-low",
|
|
14647
|
+
"contrast-medium",
|
|
14612
14648
|
"info",
|
|
14613
14649
|
"info-secondary",
|
|
14614
14650
|
"info-tertiary",
|
|
@@ -28791,6 +28827,9 @@ const ToastConfig = {
|
|
|
28791
28827
|
"brand",
|
|
28792
28828
|
"brand-secondary",
|
|
28793
28829
|
"brand-tertiary",
|
|
28830
|
+
"contrast-high",
|
|
28831
|
+
"contrast-low",
|
|
28832
|
+
"contrast-medium",
|
|
28794
28833
|
"info",
|
|
28795
28834
|
"info-secondary",
|
|
28796
28835
|
"info-tertiary",
|
|
@@ -611,6 +611,9 @@ declare const ButtonConfig: {
|
|
|
611
611
|
readonly brand: "primary";
|
|
612
612
|
readonly 'brand-secondary': "primary";
|
|
613
613
|
readonly 'brand-tertiary': "primary";
|
|
614
|
+
readonly 'contrast-high': "primary";
|
|
615
|
+
readonly 'contrast-low': "primary";
|
|
616
|
+
readonly 'contrast-medium': "primary";
|
|
614
617
|
readonly info: "primary";
|
|
615
618
|
readonly 'info-secondary': "primary";
|
|
616
619
|
readonly 'info-tertiary': "primary";
|
|
@@ -643,6 +646,9 @@ declare const ButtonConfig: {
|
|
|
643
646
|
readonly brand: "brand";
|
|
644
647
|
readonly 'brand-secondary': "accent";
|
|
645
648
|
readonly 'brand-tertiary': "accent";
|
|
649
|
+
readonly 'contrast-high': "accent";
|
|
650
|
+
readonly 'contrast-low': "accent";
|
|
651
|
+
readonly 'contrast-medium': "accent";
|
|
646
652
|
readonly info: "accent";
|
|
647
653
|
readonly 'info-secondary': "accent";
|
|
648
654
|
readonly 'info-tertiary': "accent";
|
|
@@ -670,6 +676,9 @@ declare const ButtonConfig: {
|
|
|
670
676
|
readonly brand: "tertiary";
|
|
671
677
|
readonly 'brand-secondary': "tertiary";
|
|
672
678
|
readonly 'brand-tertiary': "tertiary";
|
|
679
|
+
readonly 'contrast-high': "tertiary";
|
|
680
|
+
readonly 'contrast-low': "tertiary";
|
|
681
|
+
readonly 'contrast-medium': "tertiary";
|
|
673
682
|
readonly info: "tertiary";
|
|
674
683
|
readonly 'info-secondary': "tertiary";
|
|
675
684
|
readonly 'info-tertiary': "tertiary";
|
|
@@ -697,6 +706,9 @@ declare const ButtonConfig: {
|
|
|
697
706
|
readonly brand: "full";
|
|
698
707
|
readonly 'brand-secondary': "full";
|
|
699
708
|
readonly 'brand-tertiary': "full";
|
|
709
|
+
readonly 'contrast-high': "full";
|
|
710
|
+
readonly 'contrast-low': "full";
|
|
711
|
+
readonly 'contrast-medium': "full";
|
|
700
712
|
readonly info: "full";
|
|
701
713
|
readonly 'info-secondary': "full";
|
|
702
714
|
readonly 'info-tertiary': "full";
|
|
@@ -724,6 +736,9 @@ declare const ButtonConfig: {
|
|
|
724
736
|
readonly brand: "none";
|
|
725
737
|
readonly 'brand-secondary': "none";
|
|
726
738
|
readonly 'brand-tertiary': "none";
|
|
739
|
+
readonly 'contrast-high': "none";
|
|
740
|
+
readonly 'contrast-low': "none";
|
|
741
|
+
readonly 'contrast-medium': "none";
|
|
727
742
|
readonly info: "none";
|
|
728
743
|
readonly 'info-secondary': "none";
|
|
729
744
|
readonly 'info-tertiary': "none";
|
|
@@ -751,6 +766,9 @@ declare const ButtonConfig: {
|
|
|
751
766
|
readonly brand: "primary";
|
|
752
767
|
readonly 'brand-secondary': "primary";
|
|
753
768
|
readonly 'brand-tertiary': "primary";
|
|
769
|
+
readonly 'contrast-high': "accent";
|
|
770
|
+
readonly 'contrast-low': "accent";
|
|
771
|
+
readonly 'contrast-medium': "accent";
|
|
754
772
|
readonly info: "info";
|
|
755
773
|
readonly 'info-secondary': "primary";
|
|
756
774
|
readonly 'info-tertiary': "primary";
|
|
@@ -778,6 +796,9 @@ declare const ButtonConfig: {
|
|
|
778
796
|
readonly brand: "none";
|
|
779
797
|
readonly 'brand-secondary': "none";
|
|
780
798
|
readonly 'brand-tertiary': "none";
|
|
799
|
+
readonly 'contrast-high': "none";
|
|
800
|
+
readonly 'contrast-low': "none";
|
|
801
|
+
readonly 'contrast-medium': "none";
|
|
781
802
|
readonly info: "none";
|
|
782
803
|
readonly 'info-secondary': "none";
|
|
783
804
|
readonly 'info-tertiary': "none";
|
|
@@ -805,6 +826,9 @@ declare const ButtonConfig: {
|
|
|
805
826
|
readonly brand: "100";
|
|
806
827
|
readonly 'brand-secondary': "100";
|
|
807
828
|
readonly 'brand-tertiary': "100";
|
|
829
|
+
readonly 'contrast-high': "100";
|
|
830
|
+
readonly 'contrast-low': "100";
|
|
831
|
+
readonly 'contrast-medium': "100";
|
|
808
832
|
readonly info: "100";
|
|
809
833
|
readonly 'info-secondary': "100";
|
|
810
834
|
readonly 'info-tertiary': "100";
|
|
@@ -833,6 +857,9 @@ declare const ButtonConfig: {
|
|
|
833
857
|
readonly brand: "none";
|
|
834
858
|
readonly 'brand-secondary': "none";
|
|
835
859
|
readonly 'brand-tertiary': "none";
|
|
860
|
+
readonly 'contrast-high': "none";
|
|
861
|
+
readonly 'contrast-low': "none";
|
|
862
|
+
readonly 'contrast-medium': "none";
|
|
836
863
|
readonly info: "none";
|
|
837
864
|
readonly 'info-secondary': "none";
|
|
838
865
|
readonly 'info-tertiary': "none";
|
|
@@ -861,6 +888,9 @@ declare const ButtonConfig: {
|
|
|
861
888
|
readonly brand: "none";
|
|
862
889
|
readonly 'brand-secondary': "none";
|
|
863
890
|
readonly 'brand-tertiary': "none";
|
|
891
|
+
readonly 'contrast-high': "none";
|
|
892
|
+
readonly 'contrast-low': "none";
|
|
893
|
+
readonly 'contrast-medium': "none";
|
|
864
894
|
readonly info: "none";
|
|
865
895
|
readonly 'info-secondary': "none";
|
|
866
896
|
readonly 'info-tertiary': "none";
|
|
@@ -883,7 +913,7 @@ declare const ButtonConfig: {
|
|
|
883
913
|
};
|
|
884
914
|
};
|
|
885
915
|
};
|
|
886
|
-
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
916
|
+
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "contrast-high", "contrast-low", "contrast-medium", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
887
917
|
};
|
|
888
918
|
};
|
|
889
919
|
};
|
|
@@ -1664,7 +1694,7 @@ declare const IconButtonConfig: {
|
|
|
1664
1694
|
readonly default: "primary";
|
|
1665
1695
|
readonly description: "";
|
|
1666
1696
|
readonly label: "Variant";
|
|
1667
|
-
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
1697
|
+
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "contrast-high", "contrast-low", "contrast-medium", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
1668
1698
|
};
|
|
1669
1699
|
};
|
|
1670
1700
|
};
|
|
@@ -3150,7 +3180,7 @@ declare const ToastConfig: {
|
|
|
3150
3180
|
readonly label: "Button variant";
|
|
3151
3181
|
readonly name: "buttonVariant";
|
|
3152
3182
|
readonly typeOfFixture: readonly ["buttonVariantsFlat"];
|
|
3153
|
-
readonly values: readonly [readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"]];
|
|
3183
|
+
readonly values: readonly [readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "contrast-high", "contrast-low", "contrast-medium", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"]];
|
|
3154
3184
|
};
|
|
3155
3185
|
};
|
|
3156
3186
|
};
|
|
@@ -611,6 +611,9 @@ declare const ButtonConfig: {
|
|
|
611
611
|
readonly brand: "primary";
|
|
612
612
|
readonly 'brand-secondary': "primary";
|
|
613
613
|
readonly 'brand-tertiary': "primary";
|
|
614
|
+
readonly 'contrast-high': "primary";
|
|
615
|
+
readonly 'contrast-low': "primary";
|
|
616
|
+
readonly 'contrast-medium': "primary";
|
|
614
617
|
readonly info: "primary";
|
|
615
618
|
readonly 'info-secondary': "primary";
|
|
616
619
|
readonly 'info-tertiary': "primary";
|
|
@@ -643,6 +646,9 @@ declare const ButtonConfig: {
|
|
|
643
646
|
readonly brand: "brand";
|
|
644
647
|
readonly 'brand-secondary': "accent";
|
|
645
648
|
readonly 'brand-tertiary': "accent";
|
|
649
|
+
readonly 'contrast-high': "accent";
|
|
650
|
+
readonly 'contrast-low': "accent";
|
|
651
|
+
readonly 'contrast-medium': "accent";
|
|
646
652
|
readonly info: "accent";
|
|
647
653
|
readonly 'info-secondary': "accent";
|
|
648
654
|
readonly 'info-tertiary': "accent";
|
|
@@ -670,6 +676,9 @@ declare const ButtonConfig: {
|
|
|
670
676
|
readonly brand: "tertiary";
|
|
671
677
|
readonly 'brand-secondary': "tertiary";
|
|
672
678
|
readonly 'brand-tertiary': "tertiary";
|
|
679
|
+
readonly 'contrast-high': "tertiary";
|
|
680
|
+
readonly 'contrast-low': "tertiary";
|
|
681
|
+
readonly 'contrast-medium': "tertiary";
|
|
673
682
|
readonly info: "tertiary";
|
|
674
683
|
readonly 'info-secondary': "tertiary";
|
|
675
684
|
readonly 'info-tertiary': "tertiary";
|
|
@@ -697,6 +706,9 @@ declare const ButtonConfig: {
|
|
|
697
706
|
readonly brand: "full";
|
|
698
707
|
readonly 'brand-secondary': "full";
|
|
699
708
|
readonly 'brand-tertiary': "full";
|
|
709
|
+
readonly 'contrast-high': "full";
|
|
710
|
+
readonly 'contrast-low': "full";
|
|
711
|
+
readonly 'contrast-medium': "full";
|
|
700
712
|
readonly info: "full";
|
|
701
713
|
readonly 'info-secondary': "full";
|
|
702
714
|
readonly 'info-tertiary': "full";
|
|
@@ -724,6 +736,9 @@ declare const ButtonConfig: {
|
|
|
724
736
|
readonly brand: "none";
|
|
725
737
|
readonly 'brand-secondary': "none";
|
|
726
738
|
readonly 'brand-tertiary': "none";
|
|
739
|
+
readonly 'contrast-high': "none";
|
|
740
|
+
readonly 'contrast-low': "none";
|
|
741
|
+
readonly 'contrast-medium': "none";
|
|
727
742
|
readonly info: "none";
|
|
728
743
|
readonly 'info-secondary': "none";
|
|
729
744
|
readonly 'info-tertiary': "none";
|
|
@@ -751,6 +766,9 @@ declare const ButtonConfig: {
|
|
|
751
766
|
readonly brand: "primary";
|
|
752
767
|
readonly 'brand-secondary': "primary";
|
|
753
768
|
readonly 'brand-tertiary': "primary";
|
|
769
|
+
readonly 'contrast-high': "accent";
|
|
770
|
+
readonly 'contrast-low': "accent";
|
|
771
|
+
readonly 'contrast-medium': "accent";
|
|
754
772
|
readonly info: "info";
|
|
755
773
|
readonly 'info-secondary': "primary";
|
|
756
774
|
readonly 'info-tertiary': "primary";
|
|
@@ -778,6 +796,9 @@ declare const ButtonConfig: {
|
|
|
778
796
|
readonly brand: "none";
|
|
779
797
|
readonly 'brand-secondary': "none";
|
|
780
798
|
readonly 'brand-tertiary': "none";
|
|
799
|
+
readonly 'contrast-high': "none";
|
|
800
|
+
readonly 'contrast-low': "none";
|
|
801
|
+
readonly 'contrast-medium': "none";
|
|
781
802
|
readonly info: "none";
|
|
782
803
|
readonly 'info-secondary': "none";
|
|
783
804
|
readonly 'info-tertiary': "none";
|
|
@@ -805,6 +826,9 @@ declare const ButtonConfig: {
|
|
|
805
826
|
readonly brand: "100";
|
|
806
827
|
readonly 'brand-secondary': "100";
|
|
807
828
|
readonly 'brand-tertiary': "100";
|
|
829
|
+
readonly 'contrast-high': "100";
|
|
830
|
+
readonly 'contrast-low': "100";
|
|
831
|
+
readonly 'contrast-medium': "100";
|
|
808
832
|
readonly info: "100";
|
|
809
833
|
readonly 'info-secondary': "100";
|
|
810
834
|
readonly 'info-tertiary': "100";
|
|
@@ -833,6 +857,9 @@ declare const ButtonConfig: {
|
|
|
833
857
|
readonly brand: "none";
|
|
834
858
|
readonly 'brand-secondary': "none";
|
|
835
859
|
readonly 'brand-tertiary': "none";
|
|
860
|
+
readonly 'contrast-high': "none";
|
|
861
|
+
readonly 'contrast-low': "none";
|
|
862
|
+
readonly 'contrast-medium': "none";
|
|
836
863
|
readonly info: "none";
|
|
837
864
|
readonly 'info-secondary': "none";
|
|
838
865
|
readonly 'info-tertiary': "none";
|
|
@@ -861,6 +888,9 @@ declare const ButtonConfig: {
|
|
|
861
888
|
readonly brand: "none";
|
|
862
889
|
readonly 'brand-secondary': "none";
|
|
863
890
|
readonly 'brand-tertiary': "none";
|
|
891
|
+
readonly 'contrast-high': "none";
|
|
892
|
+
readonly 'contrast-low': "none";
|
|
893
|
+
readonly 'contrast-medium': "none";
|
|
864
894
|
readonly info: "none";
|
|
865
895
|
readonly 'info-secondary': "none";
|
|
866
896
|
readonly 'info-tertiary': "none";
|
|
@@ -883,7 +913,7 @@ declare const ButtonConfig: {
|
|
|
883
913
|
};
|
|
884
914
|
};
|
|
885
915
|
};
|
|
886
|
-
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
916
|
+
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "contrast-high", "contrast-low", "contrast-medium", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
887
917
|
};
|
|
888
918
|
};
|
|
889
919
|
};
|
|
@@ -1664,7 +1694,7 @@ declare const IconButtonConfig: {
|
|
|
1664
1694
|
readonly default: "primary";
|
|
1665
1695
|
readonly description: "";
|
|
1666
1696
|
readonly label: "Variant";
|
|
1667
|
-
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
1697
|
+
readonly options: readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "contrast-high", "contrast-low", "contrast-medium", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"];
|
|
1668
1698
|
};
|
|
1669
1699
|
};
|
|
1670
1700
|
};
|
|
@@ -3150,7 +3180,7 @@ declare const ToastConfig: {
|
|
|
3150
3180
|
readonly label: "Button variant";
|
|
3151
3181
|
readonly name: "buttonVariant";
|
|
3152
3182
|
readonly typeOfFixture: readonly ["buttonVariantsFlat"];
|
|
3153
|
-
readonly values: readonly [readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"]];
|
|
3183
|
+
readonly values: readonly [readonly ["primary", "secondary", "tertiary", "alert", "alert-secondary", "alert-tertiary", "brand", "brand-secondary", "brand-tertiary", "contrast-high", "contrast-low", "contrast-medium", "info", "info-secondary", "info-tertiary", "positive", "positive-secondary", "positive-tertiary", "warning", "warning-secondary", "warning-tertiary"]];
|
|
3154
3184
|
};
|
|
3155
3185
|
};
|
|
3156
3186
|
};
|
|
@@ -5005,6 +5005,9 @@ const ButtonConfig = {
|
|
|
5005
5005
|
brand: "primary",
|
|
5006
5006
|
"brand-secondary": "primary",
|
|
5007
5007
|
"brand-tertiary": "primary",
|
|
5008
|
+
"contrast-high": "primary",
|
|
5009
|
+
"contrast-low": "primary",
|
|
5010
|
+
"contrast-medium": "primary",
|
|
5008
5011
|
info: "primary",
|
|
5009
5012
|
"info-secondary": "primary",
|
|
5010
5013
|
"info-tertiary": "primary",
|
|
@@ -5393,6 +5396,9 @@ const ButtonConfig = {
|
|
|
5393
5396
|
brand: "brand",
|
|
5394
5397
|
"brand-secondary": "accent",
|
|
5395
5398
|
"brand-tertiary": "accent",
|
|
5399
|
+
"contrast-high": "accent",
|
|
5400
|
+
"contrast-low": "accent",
|
|
5401
|
+
"contrast-medium": "accent",
|
|
5396
5402
|
info: "accent",
|
|
5397
5403
|
"info-secondary": "accent",
|
|
5398
5404
|
"info-tertiary": "accent",
|
|
@@ -5774,6 +5780,9 @@ const ButtonConfig = {
|
|
|
5774
5780
|
brand: "tertiary",
|
|
5775
5781
|
"brand-secondary": "tertiary",
|
|
5776
5782
|
"brand-tertiary": "tertiary",
|
|
5783
|
+
"contrast-high": "tertiary",
|
|
5784
|
+
"contrast-low": "tertiary",
|
|
5785
|
+
"contrast-medium": "tertiary",
|
|
5777
5786
|
info: "tertiary",
|
|
5778
5787
|
"info-secondary": "tertiary",
|
|
5779
5788
|
"info-tertiary": "tertiary",
|
|
@@ -6157,6 +6166,9 @@ const ButtonConfig = {
|
|
|
6157
6166
|
brand: "full",
|
|
6158
6167
|
"brand-secondary": "full",
|
|
6159
6168
|
"brand-tertiary": "full",
|
|
6169
|
+
"contrast-high": "full",
|
|
6170
|
+
"contrast-low": "full",
|
|
6171
|
+
"contrast-medium": "full",
|
|
6160
6172
|
info: "full",
|
|
6161
6173
|
"info-secondary": "full",
|
|
6162
6174
|
"info-tertiary": "full",
|
|
@@ -6196,6 +6208,9 @@ const ButtonConfig = {
|
|
|
6196
6208
|
brand: "none",
|
|
6197
6209
|
"brand-secondary": "none",
|
|
6198
6210
|
"brand-tertiary": "none",
|
|
6211
|
+
"contrast-high": "none",
|
|
6212
|
+
"contrast-low": "none",
|
|
6213
|
+
"contrast-medium": "none",
|
|
6199
6214
|
info: "none",
|
|
6200
6215
|
"info-secondary": "none",
|
|
6201
6216
|
"info-tertiary": "none",
|
|
@@ -6232,6 +6247,9 @@ const ButtonConfig = {
|
|
|
6232
6247
|
brand: "primary",
|
|
6233
6248
|
"brand-secondary": "primary",
|
|
6234
6249
|
"brand-tertiary": "primary",
|
|
6250
|
+
"contrast-high": "accent",
|
|
6251
|
+
"contrast-low": "accent",
|
|
6252
|
+
"contrast-medium": "accent",
|
|
6235
6253
|
info: "info",
|
|
6236
6254
|
"info-secondary": "primary",
|
|
6237
6255
|
"info-tertiary": "primary",
|
|
@@ -6616,6 +6634,9 @@ const ButtonConfig = {
|
|
|
6616
6634
|
brand: "none",
|
|
6617
6635
|
"brand-secondary": "none",
|
|
6618
6636
|
"brand-tertiary": "none",
|
|
6637
|
+
"contrast-high": "none",
|
|
6638
|
+
"contrast-low": "none",
|
|
6639
|
+
"contrast-medium": "none",
|
|
6619
6640
|
info: "none",
|
|
6620
6641
|
"info-secondary": "none",
|
|
6621
6642
|
"info-tertiary": "none",
|
|
@@ -6661,6 +6682,9 @@ const ButtonConfig = {
|
|
|
6661
6682
|
brand: "100",
|
|
6662
6683
|
"brand-secondary": "100",
|
|
6663
6684
|
"brand-tertiary": "100",
|
|
6685
|
+
"contrast-high": "100",
|
|
6686
|
+
"contrast-low": "100",
|
|
6687
|
+
"contrast-medium": "100",
|
|
6664
6688
|
info: "100",
|
|
6665
6689
|
"info-secondary": "100",
|
|
6666
6690
|
"info-tertiary": "100",
|
|
@@ -6791,6 +6815,9 @@ const ButtonConfig = {
|
|
|
6791
6815
|
brand: "none",
|
|
6792
6816
|
"brand-secondary": "none",
|
|
6793
6817
|
"brand-tertiary": "none",
|
|
6818
|
+
"contrast-high": "none",
|
|
6819
|
+
"contrast-low": "none",
|
|
6820
|
+
"contrast-medium": "none",
|
|
6794
6821
|
info: "none",
|
|
6795
6822
|
"info-secondary": "none",
|
|
6796
6823
|
"info-tertiary": "none",
|
|
@@ -6823,6 +6850,9 @@ const ButtonConfig = {
|
|
|
6823
6850
|
brand: "none",
|
|
6824
6851
|
"brand-secondary": "none",
|
|
6825
6852
|
"brand-tertiary": "none",
|
|
6853
|
+
"contrast-high": "none",
|
|
6854
|
+
"contrast-low": "none",
|
|
6855
|
+
"contrast-medium": "none",
|
|
6826
6856
|
info: "none",
|
|
6827
6857
|
"info-secondary": "none",
|
|
6828
6858
|
"info-tertiary": "none",
|
|
@@ -6867,6 +6897,9 @@ const ButtonConfig = {
|
|
|
6867
6897
|
"brand",
|
|
6868
6898
|
"brand-secondary",
|
|
6869
6899
|
"brand-tertiary",
|
|
6900
|
+
"contrast-high",
|
|
6901
|
+
"contrast-low",
|
|
6902
|
+
"contrast-medium",
|
|
6870
6903
|
"info",
|
|
6871
6904
|
"info-secondary",
|
|
6872
6905
|
"info-tertiary",
|
|
@@ -14608,6 +14641,9 @@ const IconButtonConfig = {
|
|
|
14608
14641
|
"brand",
|
|
14609
14642
|
"brand-secondary",
|
|
14610
14643
|
"brand-tertiary",
|
|
14644
|
+
"contrast-high",
|
|
14645
|
+
"contrast-low",
|
|
14646
|
+
"contrast-medium",
|
|
14611
14647
|
"info",
|
|
14612
14648
|
"info-secondary",
|
|
14613
14649
|
"info-tertiary",
|
|
@@ -28790,6 +28826,9 @@ const ToastConfig = {
|
|
|
28790
28826
|
"brand",
|
|
28791
28827
|
"brand-secondary",
|
|
28792
28828
|
"brand-tertiary",
|
|
28829
|
+
"contrast-high",
|
|
28830
|
+
"contrast-low",
|
|
28831
|
+
"contrast-medium",
|
|
28793
28832
|
"info",
|
|
28794
28833
|
"info-secondary",
|
|
28795
28834
|
"info-tertiary",
|