@arc-ui/tokens-bt-enterprise 12.0.0-beta.21 → 12.0.0-beta.22
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/index.cjs.js +184 -42
- package/dist/index.css +100 -29
- package/dist/index.es.js +101 -30
- package/dist/scss/index.scss +100 -29
- package/dist/web/ts/index.d.ts +100 -29
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -2,18 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Fri,
|
|
5
|
+
* Generated on Fri, 15 Aug 2025 18:14:59 GMT
|
|
6
6
|
*/
|
|
7
|
-
var IconColorBrandLight = "#5514b4";
|
|
8
|
-
var IconColorBrandDark = "#ff80ff";
|
|
9
|
-
var IconColorBrandAltLight = "currentColor";
|
|
10
|
-
var IconColorBrandAltDark = "currentColor";
|
|
11
|
-
var IconColorStatusErrorLight = "#da020f";
|
|
12
|
-
var IconColorStatusErrorDark = "#fa9590";
|
|
13
|
-
var IconColorStatusWarningLight = "#ffa200";
|
|
14
|
-
var IconColorStatusWarningDark = "#ffc501";
|
|
15
|
-
var IconColorStatusSuccessLight = "#088003";
|
|
16
|
-
var IconColorStatusSuccessDark = "#75c26c";
|
|
17
7
|
var CardColorsLightBgDefault = "#5514b4";
|
|
18
8
|
var CardColorsLightBgDefaultAlt = "#ffffff";
|
|
19
9
|
var CardColorsLightBgEmphasis = "linear-gradient(90deg, #fcf9ff 0%, #f9f9ff 100%)";
|
|
@@ -137,8 +127,10 @@ var HeaderMenuColorsLightTextStrong = "#2a2a2a";
|
|
|
137
127
|
var NavigationHeaderHeightS = "56px";
|
|
138
128
|
var NavigationHeaderHeightM = "88px";
|
|
139
129
|
var NavigationHeaderHeightL = "112px";
|
|
130
|
+
var NavigationHeaderLogoColorStatic = "#ffffff";
|
|
140
131
|
var NavigationHeaderLogoColorLight = "#5514b4";
|
|
141
|
-
var NavigationHeaderLogoColorDark = "#
|
|
132
|
+
var NavigationHeaderLogoColorDark = "#ffffff";
|
|
133
|
+
var NavigationHeaderLogoFocusOutlineColorStatic = "#fd51ff";
|
|
142
134
|
var NavigationHeaderLogoHeightS = "40px";
|
|
143
135
|
var NavigationHeaderLogoHeightM = "56px";
|
|
144
136
|
var NavigationHeaderLogoHeightL = "64px";
|
|
@@ -183,6 +175,79 @@ var NavigationHeaderPillBorderRadiusL = "56px";
|
|
|
183
175
|
var NavigationHeaderActionAttentionColor = "#da020f";
|
|
184
176
|
var NavigationHeaderActionAttentionSize = "8px";
|
|
185
177
|
var NavigationHeaderActionBarItemGap = "16px";
|
|
178
|
+
var NavigationHeaderInlineActionHoverColor = "#ffffff";
|
|
179
|
+
var NavigationHeaderInlineActionFocusOutlineColor = "#fd51ff";
|
|
180
|
+
var NavigationHeaderInlineActionContentGap = "12px";
|
|
181
|
+
var NavigationHeaderInlineActionPaddingS = "8px";
|
|
182
|
+
var NavigationHeaderInlineActionPaddingM = "10px";
|
|
183
|
+
var NavigationHeaderDisclosureHoverColor = "#ffffff";
|
|
184
|
+
var NavigationHeaderDisclosureHoverBackgroundStartColor = "rgba(255, 255, 255, 8%)";
|
|
185
|
+
var NavigationHeaderDisclosureHoverBackgroundEndColor = "rgba(255, 255, 255, 4%)";
|
|
186
|
+
var NavigationHeaderDisclosureFocusOutlineColor = "#fd51ff";
|
|
187
|
+
var NavigationHeaderDisclosureOpenBackgroundStartColor = "rgba(255, 255, 255, 12%)";
|
|
188
|
+
var NavigationHeaderDisclosureOpenBackgroundEndColor = "rgba(255, 255, 255, 2%)";
|
|
189
|
+
var NavigationHeaderDisclosureBorderRadius = "16px";
|
|
190
|
+
var NavigationHeaderDisclosureGap = "8px";
|
|
191
|
+
var NavigationHeaderDisclosurePaddingXs = "4px";
|
|
192
|
+
var NavigationHeaderDisclosurePaddingS = "6px";
|
|
193
|
+
var NavigationHeaderDisclosurePaddingM = "18px";
|
|
194
|
+
var NavigationHeaderDisclosurePaddingL = "22px";
|
|
195
|
+
var NavigationHeaderMenuLinkFocusOutlineColor = "#fd51ff";
|
|
196
|
+
var NavigationHeaderMenuLinkHoverColor = "#ffffff";
|
|
197
|
+
var NavigationHeaderMenuLinkBorderRadius = "16px";
|
|
198
|
+
var NavigationHeaderMenuLinkPaddingS = "6px";
|
|
199
|
+
var NavigationHeaderMenuLinkPaddingM = "12px";
|
|
200
|
+
var NavigationHeaderMenuLinkPaddingL = "18px";
|
|
201
|
+
var NavigationHeaderMenuLinkGapS = "4px";
|
|
202
|
+
var NavigationHeaderMenuLinkGapM = "6px";
|
|
203
|
+
var NavigationHeaderMenuLinkGapL = "8px";
|
|
204
|
+
var NavigationHeaderCloseButtonHoverBackground = "rgba(255, 255, 255, 0.08)";
|
|
205
|
+
var NavigationHeaderCloseButtonHoverColor = "#ffffff";
|
|
206
|
+
var NavigationHeaderCloseButtonFocusBackground = "rgba(255, 255, 255, 0.08)";
|
|
207
|
+
var NavigationHeaderCloseButtonFocusOutlineColor = "#fd51ff";
|
|
208
|
+
var NavigationHeaderCloseButtonPressedBackground = "rgba(255, 255, 255, 0.12)";
|
|
209
|
+
var NavigationHeaderCloseButtonPadding = "4px";
|
|
210
|
+
var NavigationHeaderBurgerMenuCloseButtonContainerPadding = "8px";
|
|
211
|
+
var NavigationHeaderBurgerMenuTextColor = "#ffffff";
|
|
212
|
+
var NavigationHeaderBurgerMenuOverlayBlurS = "blur(1.5px)";
|
|
213
|
+
var NavigationHeaderBurgerMenuOverlayBlurM = "blur(4px)";
|
|
214
|
+
var NavigationHeaderBurgerMenuOverlayGradientMaskStartColor = "rgba(0, 0, 0, 0%)";
|
|
215
|
+
var NavigationHeaderBurgerMenuOverlayGradientMaskEndColor = "rgba(0, 0, 0, 100%)";
|
|
216
|
+
var NavigationHeaderBurgerMenuOverlayBackground = "rgba(255, 255, 255, 25%)";
|
|
217
|
+
var NavigationHeaderBurgerMenuSliderMaxWidthS = "408px";
|
|
218
|
+
var NavigationHeaderBurgerMenuSliderMaxWidthM = "434px";
|
|
219
|
+
var NavigationHeaderBurgerMenuSliderMaxWidthL = "500px";
|
|
220
|
+
var NavigationHeaderBurgerMenuSliderBackground = "radial-gradient(40.26% 53.74% at 53.74% 100%, rgba(96, 40, 158, 48%) 0%, rgba(70, 17, 145, 0%) 100%), linear-gradient( 90deg, rgba(76, 20, 146, 0%) 0%, rgba(91, 71, 162, 80%) 75.48%, #6059a9 100%), linear-gradient(180deg, #60289e 24.91%, rgba(70, 17, 145, 0%) 100%), #461191";
|
|
221
|
+
var NavigationHeaderBurgerMenuSliderShadow = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10)";
|
|
222
|
+
var NavigationHeaderBurgerMenuTriggerPadding = "8px";
|
|
223
|
+
var NavigationHeaderBurgerMenuTopSlotPaddingS = "16px";
|
|
224
|
+
var NavigationHeaderBurgerMenuTopSlotPaddingM = "24px";
|
|
225
|
+
var NavigationHeaderBurgerMenuTopSlotPaddingL = "48px";
|
|
226
|
+
var NavigationHeaderBurgerMenuHeaderPaddingXxs = "12px";
|
|
227
|
+
var NavigationHeaderBurgerMenuHeaderPaddingXs = "16px";
|
|
228
|
+
var NavigationHeaderBurgerMenuHeaderPaddingS = "24px";
|
|
229
|
+
var NavigationHeaderBurgerMenuHeaderPaddingM = "32px";
|
|
230
|
+
var NavigationHeaderBurgerMenuHeaderPaddingL = "52px";
|
|
231
|
+
var NavigationHeaderBurgerMenuHeaderPaddingXl = "64px";
|
|
232
|
+
var NavigationHeaderBurgerMenuFooterBackground = "transparent";
|
|
233
|
+
var NavigationHeaderBurgerMenuFooterTopSpacing = "0";
|
|
234
|
+
var NavigationHeaderBurgerMenuFooterPaddingS = "16px";
|
|
235
|
+
var NavigationHeaderBurgerMenuFooterPaddingL = "24px";
|
|
236
|
+
var NavigationHeaderBurgerMenuNavigationContentPadding = "68px";
|
|
237
|
+
var NavigationHeaderBurgerMenuListGapS = "12px";
|
|
238
|
+
var NavigationHeaderBurgerMenuListGapM = "16px";
|
|
239
|
+
var NavigationHeaderBurgerMenuListGapL = "20px";
|
|
240
|
+
var NavigationHeaderBurgerMenuListPaddingS = "8px";
|
|
241
|
+
var NavigationHeaderBurgerMenuListPaddingM = "16px";
|
|
242
|
+
var NavigationHeaderBurgerMenuListPaddingL = "24px";
|
|
243
|
+
var NavigationHeaderBurgerMenuListPaddingXl = "28px";
|
|
244
|
+
var NavigationHeaderBurgerMenuListPaddingXxl = "32px";
|
|
245
|
+
var NavigationHeaderBurgerMenuActionsContainerBackground = "#ffffff";
|
|
246
|
+
var NavigationHeaderBurgerMenuActionsContainerGap = "8px";
|
|
247
|
+
var NavigationHeaderBurgerMenuActionsContainerPaddingS = "8px";
|
|
248
|
+
var NavigationHeaderBurgerMenuActionsContainerPaddingM = "16px";
|
|
249
|
+
var NavigationHeaderBurgerMenuActionsContainerPaddingL = "24px";
|
|
250
|
+
var NavigationHeaderBurgerMenuActionsContainerPaddingXl = "48px";
|
|
186
251
|
var SegmentedControlSizeIconS = "24px";
|
|
187
252
|
var SegmentedControlSizeS = "40px";
|
|
188
253
|
var SegmentedControlPaddingS = "8px";
|
|
@@ -493,7 +558,6 @@ var TextlinkSizeM = "24px";
|
|
|
493
558
|
var TextlinkSizeL = "26px";
|
|
494
559
|
var TextlinkSizeIconS = "20px";
|
|
495
560
|
var TextlinkSizeIconM = "24px";
|
|
496
|
-
var TextlinkPaddingS = "2px";
|
|
497
561
|
var TextlinkColorsLightFgDefault = "#5514b4";
|
|
498
562
|
var TextlinkColorsLightFgHover = "#3f187f";
|
|
499
563
|
var TextlinkColorsLightFgVisited = "#8449cc";
|
|
@@ -814,6 +878,16 @@ var SurfaceColorsBgLightNeutral01 = "#f7f7f7";
|
|
|
814
878
|
var SurfaceColorsBgLightNeutral02 = "#f0f0f0";
|
|
815
879
|
var SurfaceColorsBgLightBrand01 = "linear-gradient(90deg, #fff2f0 0%, #f5eefa 100%)";
|
|
816
880
|
var SurfaceColorsBgLightBrand02 = "linear-gradient(90deg, #f5eefa 0%, #eafcff 100%)";
|
|
881
|
+
var IconColorBrandLight = "#5514b4";
|
|
882
|
+
var IconColorBrandDark = "#ff80ff";
|
|
883
|
+
var IconColorBrandAltLight = "currentColor";
|
|
884
|
+
var IconColorBrandAltDark = "currentColor";
|
|
885
|
+
var IconColorStatusErrorLight = "#da020f";
|
|
886
|
+
var IconColorStatusErrorDark = "#fa9590";
|
|
887
|
+
var IconColorStatusWarningLight = "#ffa200";
|
|
888
|
+
var IconColorStatusWarningDark = "#ffc501";
|
|
889
|
+
var IconColorStatusSuccessLight = "#088003";
|
|
890
|
+
var IconColorStatusSuccessDark = "#75c26c";
|
|
817
891
|
var TagSizeS = "28px";
|
|
818
892
|
var TagPaddingXxs = "4px";
|
|
819
893
|
var TagPaddingXs = "6px";
|
|
@@ -833,12 +907,14 @@ var TagColorsLightTextHover = "#3f187f";
|
|
|
833
907
|
var TagSizeIconS = "16px";
|
|
834
908
|
var TagSizeIconM = "20px";
|
|
835
909
|
var AlertPaddingXxs = "2px";
|
|
836
|
-
var AlertPaddingXs = "
|
|
837
|
-
var AlertPaddingS = "
|
|
838
|
-
var AlertPaddingM = "
|
|
910
|
+
var AlertPaddingXs = "12px";
|
|
911
|
+
var AlertPaddingS = "16px";
|
|
912
|
+
var AlertPaddingM = "20px";
|
|
913
|
+
var AlertPaddingL = "24px";
|
|
839
914
|
var AlertBorderRadiusS = "4px";
|
|
840
|
-
var
|
|
841
|
-
var
|
|
915
|
+
var AlertBorderRadiusM = "4px";
|
|
916
|
+
var AlertBorderWidthS = "1px";
|
|
917
|
+
var AlertBorderWidthM = "4px";
|
|
842
918
|
var AlertColorsStatusLightBgSubtleDefault = "#f7f7f7";
|
|
843
919
|
var AlertColorsStatusLightBgSubtleError = "#ffe9ec";
|
|
844
920
|
var AlertColorsStatusLightBgSubtleWarning = "#fef6de";
|
|
@@ -849,18 +925,13 @@ var AlertColorsStatusLightBorderWarning = "#ffa200";
|
|
|
849
925
|
var AlertColorsStatusLightBorderSuccess = "#088003";
|
|
850
926
|
var AlertColorsStatusLightFgDefault = "#2a2a2a";
|
|
851
927
|
var AlertColorsStatusLightTextDefault = "#2a2a2a";
|
|
852
|
-
var
|
|
853
|
-
var
|
|
854
|
-
var
|
|
855
|
-
var
|
|
856
|
-
var AlertColorsStatusDarkBorderDefault = "#f0f0f0";
|
|
857
|
-
var AlertColorsStatusDarkBorderError = "#f91f14";
|
|
858
|
-
var AlertColorsStatusDarkBorderWarning = "#ffc501";
|
|
859
|
-
var AlertColorsStatusDarkBorderSuccess = "#75c26c";
|
|
860
|
-
var AlertColorsStatusDarkFgDefault = "#f0f0f0";
|
|
861
|
-
var AlertColorsStatusDarkTextDefault = "#f0f0f0";
|
|
928
|
+
var AlertColorsStatusLightIconDefault = "#2a2a2a";
|
|
929
|
+
var AlertColorsStatusLightIconError = "#2a2a2a";
|
|
930
|
+
var AlertColorsStatusLightIconWarning = "#2a2a2a";
|
|
931
|
+
var AlertColorsStatusLightIconSuccess = "#2a2a2a";
|
|
862
932
|
var AlertSizeIconS = "24px";
|
|
863
|
-
var
|
|
933
|
+
var AlertGapXs = "8px";
|
|
934
|
+
var AlertGapS = "8px";
|
|
864
935
|
var BadgeSizeS = "24px";
|
|
865
936
|
var BadgePaddingS = "8px";
|
|
866
937
|
var BadgePaddingXxs = "1px";
|
|
@@ -1949,19 +2020,10 @@ var SemScaleModifier2 = "0";
|
|
|
1949
2020
|
var SemScaleModifier3 = "0";
|
|
1950
2021
|
var SemScaleModifier4 = "0";
|
|
1951
2022
|
|
|
2023
|
+
exports.AlertBorderRadiusM = AlertBorderRadiusM;
|
|
1952
2024
|
exports.AlertBorderRadiusS = AlertBorderRadiusS;
|
|
1953
|
-
exports.
|
|
1954
|
-
exports.
|
|
1955
|
-
exports.AlertColorsStatusDarkBgSubtleDefault = AlertColorsStatusDarkBgSubtleDefault;
|
|
1956
|
-
exports.AlertColorsStatusDarkBgSubtleError = AlertColorsStatusDarkBgSubtleError;
|
|
1957
|
-
exports.AlertColorsStatusDarkBgSubtleSuccess = AlertColorsStatusDarkBgSubtleSuccess;
|
|
1958
|
-
exports.AlertColorsStatusDarkBgSubtleWarning = AlertColorsStatusDarkBgSubtleWarning;
|
|
1959
|
-
exports.AlertColorsStatusDarkBorderDefault = AlertColorsStatusDarkBorderDefault;
|
|
1960
|
-
exports.AlertColorsStatusDarkBorderError = AlertColorsStatusDarkBorderError;
|
|
1961
|
-
exports.AlertColorsStatusDarkBorderSuccess = AlertColorsStatusDarkBorderSuccess;
|
|
1962
|
-
exports.AlertColorsStatusDarkBorderWarning = AlertColorsStatusDarkBorderWarning;
|
|
1963
|
-
exports.AlertColorsStatusDarkFgDefault = AlertColorsStatusDarkFgDefault;
|
|
1964
|
-
exports.AlertColorsStatusDarkTextDefault = AlertColorsStatusDarkTextDefault;
|
|
2025
|
+
exports.AlertBorderWidthM = AlertBorderWidthM;
|
|
2026
|
+
exports.AlertBorderWidthS = AlertBorderWidthS;
|
|
1965
2027
|
exports.AlertColorsStatusLightBgSubtleDefault = AlertColorsStatusLightBgSubtleDefault;
|
|
1966
2028
|
exports.AlertColorsStatusLightBgSubtleError = AlertColorsStatusLightBgSubtleError;
|
|
1967
2029
|
exports.AlertColorsStatusLightBgSubtleSuccess = AlertColorsStatusLightBgSubtleSuccess;
|
|
@@ -1971,8 +2033,14 @@ exports.AlertColorsStatusLightBorderError = AlertColorsStatusLightBorderError;
|
|
|
1971
2033
|
exports.AlertColorsStatusLightBorderSuccess = AlertColorsStatusLightBorderSuccess;
|
|
1972
2034
|
exports.AlertColorsStatusLightBorderWarning = AlertColorsStatusLightBorderWarning;
|
|
1973
2035
|
exports.AlertColorsStatusLightFgDefault = AlertColorsStatusLightFgDefault;
|
|
2036
|
+
exports.AlertColorsStatusLightIconDefault = AlertColorsStatusLightIconDefault;
|
|
2037
|
+
exports.AlertColorsStatusLightIconError = AlertColorsStatusLightIconError;
|
|
2038
|
+
exports.AlertColorsStatusLightIconSuccess = AlertColorsStatusLightIconSuccess;
|
|
2039
|
+
exports.AlertColorsStatusLightIconWarning = AlertColorsStatusLightIconWarning;
|
|
1974
2040
|
exports.AlertColorsStatusLightTextDefault = AlertColorsStatusLightTextDefault;
|
|
1975
2041
|
exports.AlertGapS = AlertGapS;
|
|
2042
|
+
exports.AlertGapXs = AlertGapXs;
|
|
2043
|
+
exports.AlertPaddingL = AlertPaddingL;
|
|
1976
2044
|
exports.AlertPaddingM = AlertPaddingM;
|
|
1977
2045
|
exports.AlertPaddingS = AlertPaddingS;
|
|
1978
2046
|
exports.AlertPaddingXs = AlertPaddingXs;
|
|
@@ -2770,10 +2838,57 @@ exports.ModalSizeXxl = ModalSizeXxl;
|
|
|
2770
2838
|
exports.NavigationHeaderActionAttentionColor = NavigationHeaderActionAttentionColor;
|
|
2771
2839
|
exports.NavigationHeaderActionAttentionSize = NavigationHeaderActionAttentionSize;
|
|
2772
2840
|
exports.NavigationHeaderActionBarItemGap = NavigationHeaderActionBarItemGap;
|
|
2841
|
+
exports.NavigationHeaderBurgerMenuActionsContainerBackground = NavigationHeaderBurgerMenuActionsContainerBackground;
|
|
2842
|
+
exports.NavigationHeaderBurgerMenuActionsContainerGap = NavigationHeaderBurgerMenuActionsContainerGap;
|
|
2843
|
+
exports.NavigationHeaderBurgerMenuActionsContainerPaddingL = NavigationHeaderBurgerMenuActionsContainerPaddingL;
|
|
2844
|
+
exports.NavigationHeaderBurgerMenuActionsContainerPaddingM = NavigationHeaderBurgerMenuActionsContainerPaddingM;
|
|
2845
|
+
exports.NavigationHeaderBurgerMenuActionsContainerPaddingS = NavigationHeaderBurgerMenuActionsContainerPaddingS;
|
|
2846
|
+
exports.NavigationHeaderBurgerMenuActionsContainerPaddingXl = NavigationHeaderBurgerMenuActionsContainerPaddingXl;
|
|
2847
|
+
exports.NavigationHeaderBurgerMenuCloseButtonContainerPadding = NavigationHeaderBurgerMenuCloseButtonContainerPadding;
|
|
2848
|
+
exports.NavigationHeaderBurgerMenuFooterBackground = NavigationHeaderBurgerMenuFooterBackground;
|
|
2849
|
+
exports.NavigationHeaderBurgerMenuFooterPaddingL = NavigationHeaderBurgerMenuFooterPaddingL;
|
|
2850
|
+
exports.NavigationHeaderBurgerMenuFooterPaddingS = NavigationHeaderBurgerMenuFooterPaddingS;
|
|
2851
|
+
exports.NavigationHeaderBurgerMenuFooterTopSpacing = NavigationHeaderBurgerMenuFooterTopSpacing;
|
|
2852
|
+
exports.NavigationHeaderBurgerMenuHeaderPaddingL = NavigationHeaderBurgerMenuHeaderPaddingL;
|
|
2853
|
+
exports.NavigationHeaderBurgerMenuHeaderPaddingM = NavigationHeaderBurgerMenuHeaderPaddingM;
|
|
2854
|
+
exports.NavigationHeaderBurgerMenuHeaderPaddingS = NavigationHeaderBurgerMenuHeaderPaddingS;
|
|
2855
|
+
exports.NavigationHeaderBurgerMenuHeaderPaddingXl = NavigationHeaderBurgerMenuHeaderPaddingXl;
|
|
2856
|
+
exports.NavigationHeaderBurgerMenuHeaderPaddingXs = NavigationHeaderBurgerMenuHeaderPaddingXs;
|
|
2857
|
+
exports.NavigationHeaderBurgerMenuHeaderPaddingXxs = NavigationHeaderBurgerMenuHeaderPaddingXxs;
|
|
2858
|
+
exports.NavigationHeaderBurgerMenuListGapL = NavigationHeaderBurgerMenuListGapL;
|
|
2859
|
+
exports.NavigationHeaderBurgerMenuListGapM = NavigationHeaderBurgerMenuListGapM;
|
|
2860
|
+
exports.NavigationHeaderBurgerMenuListGapS = NavigationHeaderBurgerMenuListGapS;
|
|
2861
|
+
exports.NavigationHeaderBurgerMenuListPaddingL = NavigationHeaderBurgerMenuListPaddingL;
|
|
2862
|
+
exports.NavigationHeaderBurgerMenuListPaddingM = NavigationHeaderBurgerMenuListPaddingM;
|
|
2863
|
+
exports.NavigationHeaderBurgerMenuListPaddingS = NavigationHeaderBurgerMenuListPaddingS;
|
|
2864
|
+
exports.NavigationHeaderBurgerMenuListPaddingXl = NavigationHeaderBurgerMenuListPaddingXl;
|
|
2865
|
+
exports.NavigationHeaderBurgerMenuListPaddingXxl = NavigationHeaderBurgerMenuListPaddingXxl;
|
|
2866
|
+
exports.NavigationHeaderBurgerMenuNavigationContentPadding = NavigationHeaderBurgerMenuNavigationContentPadding;
|
|
2867
|
+
exports.NavigationHeaderBurgerMenuOverlayBackground = NavigationHeaderBurgerMenuOverlayBackground;
|
|
2868
|
+
exports.NavigationHeaderBurgerMenuOverlayBlurM = NavigationHeaderBurgerMenuOverlayBlurM;
|
|
2869
|
+
exports.NavigationHeaderBurgerMenuOverlayBlurS = NavigationHeaderBurgerMenuOverlayBlurS;
|
|
2870
|
+
exports.NavigationHeaderBurgerMenuOverlayGradientMaskEndColor = NavigationHeaderBurgerMenuOverlayGradientMaskEndColor;
|
|
2871
|
+
exports.NavigationHeaderBurgerMenuOverlayGradientMaskStartColor = NavigationHeaderBurgerMenuOverlayGradientMaskStartColor;
|
|
2872
|
+
exports.NavigationHeaderBurgerMenuSliderBackground = NavigationHeaderBurgerMenuSliderBackground;
|
|
2873
|
+
exports.NavigationHeaderBurgerMenuSliderMaxWidthL = NavigationHeaderBurgerMenuSliderMaxWidthL;
|
|
2874
|
+
exports.NavigationHeaderBurgerMenuSliderMaxWidthM = NavigationHeaderBurgerMenuSliderMaxWidthM;
|
|
2875
|
+
exports.NavigationHeaderBurgerMenuSliderMaxWidthS = NavigationHeaderBurgerMenuSliderMaxWidthS;
|
|
2876
|
+
exports.NavigationHeaderBurgerMenuSliderShadow = NavigationHeaderBurgerMenuSliderShadow;
|
|
2877
|
+
exports.NavigationHeaderBurgerMenuTextColor = NavigationHeaderBurgerMenuTextColor;
|
|
2878
|
+
exports.NavigationHeaderBurgerMenuTopSlotPaddingL = NavigationHeaderBurgerMenuTopSlotPaddingL;
|
|
2879
|
+
exports.NavigationHeaderBurgerMenuTopSlotPaddingM = NavigationHeaderBurgerMenuTopSlotPaddingM;
|
|
2880
|
+
exports.NavigationHeaderBurgerMenuTopSlotPaddingS = NavigationHeaderBurgerMenuTopSlotPaddingS;
|
|
2881
|
+
exports.NavigationHeaderBurgerMenuTriggerPadding = NavigationHeaderBurgerMenuTriggerPadding;
|
|
2773
2882
|
exports.NavigationHeaderButtonActiveParentColorDark = NavigationHeaderButtonActiveParentColorDark;
|
|
2774
2883
|
exports.NavigationHeaderButtonActiveParentColorLight = NavigationHeaderButtonActiveParentColorLight;
|
|
2775
2884
|
exports.NavigationHeaderButtonBorderRadius = NavigationHeaderButtonBorderRadius;
|
|
2776
2885
|
exports.NavigationHeaderButtonUnderscoreBorderRadius = NavigationHeaderButtonUnderscoreBorderRadius;
|
|
2886
|
+
exports.NavigationHeaderCloseButtonFocusBackground = NavigationHeaderCloseButtonFocusBackground;
|
|
2887
|
+
exports.NavigationHeaderCloseButtonFocusOutlineColor = NavigationHeaderCloseButtonFocusOutlineColor;
|
|
2888
|
+
exports.NavigationHeaderCloseButtonHoverBackground = NavigationHeaderCloseButtonHoverBackground;
|
|
2889
|
+
exports.NavigationHeaderCloseButtonHoverColor = NavigationHeaderCloseButtonHoverColor;
|
|
2890
|
+
exports.NavigationHeaderCloseButtonPadding = NavigationHeaderCloseButtonPadding;
|
|
2891
|
+
exports.NavigationHeaderCloseButtonPressedBackground = NavigationHeaderCloseButtonPressedBackground;
|
|
2777
2892
|
exports.NavigationHeaderContainerBackgroundGhosted = NavigationHeaderContainerBackgroundGhosted;
|
|
2778
2893
|
exports.NavigationHeaderContainerBackgroundLight = NavigationHeaderContainerBackgroundLight;
|
|
2779
2894
|
exports.NavigationHeaderContainerBackgroundNeutral = NavigationHeaderContainerBackgroundNeutral;
|
|
@@ -2781,14 +2896,42 @@ exports.NavigationHeaderContainerBackgroundTransparent = NavigationHeaderContain
|
|
|
2781
2896
|
exports.NavigationHeaderContainerShadowAlt = NavigationHeaderContainerShadowAlt;
|
|
2782
2897
|
exports.NavigationHeaderContainerShadowDefault = NavigationHeaderContainerShadowDefault;
|
|
2783
2898
|
exports.NavigationHeaderContainerShadowGhosted = NavigationHeaderContainerShadowGhosted;
|
|
2899
|
+
exports.NavigationHeaderDisclosureBorderRadius = NavigationHeaderDisclosureBorderRadius;
|
|
2900
|
+
exports.NavigationHeaderDisclosureFocusOutlineColor = NavigationHeaderDisclosureFocusOutlineColor;
|
|
2901
|
+
exports.NavigationHeaderDisclosureGap = NavigationHeaderDisclosureGap;
|
|
2902
|
+
exports.NavigationHeaderDisclosureHoverBackgroundEndColor = NavigationHeaderDisclosureHoverBackgroundEndColor;
|
|
2903
|
+
exports.NavigationHeaderDisclosureHoverBackgroundStartColor = NavigationHeaderDisclosureHoverBackgroundStartColor;
|
|
2904
|
+
exports.NavigationHeaderDisclosureHoverColor = NavigationHeaderDisclosureHoverColor;
|
|
2905
|
+
exports.NavigationHeaderDisclosureOpenBackgroundEndColor = NavigationHeaderDisclosureOpenBackgroundEndColor;
|
|
2906
|
+
exports.NavigationHeaderDisclosureOpenBackgroundStartColor = NavigationHeaderDisclosureOpenBackgroundStartColor;
|
|
2907
|
+
exports.NavigationHeaderDisclosurePaddingL = NavigationHeaderDisclosurePaddingL;
|
|
2908
|
+
exports.NavigationHeaderDisclosurePaddingM = NavigationHeaderDisclosurePaddingM;
|
|
2909
|
+
exports.NavigationHeaderDisclosurePaddingS = NavigationHeaderDisclosurePaddingS;
|
|
2910
|
+
exports.NavigationHeaderDisclosurePaddingXs = NavigationHeaderDisclosurePaddingXs;
|
|
2784
2911
|
exports.NavigationHeaderHeightL = NavigationHeaderHeightL;
|
|
2785
2912
|
exports.NavigationHeaderHeightM = NavigationHeaderHeightM;
|
|
2786
2913
|
exports.NavigationHeaderHeightS = NavigationHeaderHeightS;
|
|
2914
|
+
exports.NavigationHeaderInlineActionContentGap = NavigationHeaderInlineActionContentGap;
|
|
2915
|
+
exports.NavigationHeaderInlineActionFocusOutlineColor = NavigationHeaderInlineActionFocusOutlineColor;
|
|
2916
|
+
exports.NavigationHeaderInlineActionHoverColor = NavigationHeaderInlineActionHoverColor;
|
|
2917
|
+
exports.NavigationHeaderInlineActionPaddingM = NavigationHeaderInlineActionPaddingM;
|
|
2918
|
+
exports.NavigationHeaderInlineActionPaddingS = NavigationHeaderInlineActionPaddingS;
|
|
2787
2919
|
exports.NavigationHeaderLogoColorDark = NavigationHeaderLogoColorDark;
|
|
2788
2920
|
exports.NavigationHeaderLogoColorLight = NavigationHeaderLogoColorLight;
|
|
2921
|
+
exports.NavigationHeaderLogoColorStatic = NavigationHeaderLogoColorStatic;
|
|
2922
|
+
exports.NavigationHeaderLogoFocusOutlineColorStatic = NavigationHeaderLogoFocusOutlineColorStatic;
|
|
2789
2923
|
exports.NavigationHeaderLogoHeightL = NavigationHeaderLogoHeightL;
|
|
2790
2924
|
exports.NavigationHeaderLogoHeightM = NavigationHeaderLogoHeightM;
|
|
2791
2925
|
exports.NavigationHeaderLogoHeightS = NavigationHeaderLogoHeightS;
|
|
2926
|
+
exports.NavigationHeaderMenuLinkBorderRadius = NavigationHeaderMenuLinkBorderRadius;
|
|
2927
|
+
exports.NavigationHeaderMenuLinkFocusOutlineColor = NavigationHeaderMenuLinkFocusOutlineColor;
|
|
2928
|
+
exports.NavigationHeaderMenuLinkGapL = NavigationHeaderMenuLinkGapL;
|
|
2929
|
+
exports.NavigationHeaderMenuLinkGapM = NavigationHeaderMenuLinkGapM;
|
|
2930
|
+
exports.NavigationHeaderMenuLinkGapS = NavigationHeaderMenuLinkGapS;
|
|
2931
|
+
exports.NavigationHeaderMenuLinkHoverColor = NavigationHeaderMenuLinkHoverColor;
|
|
2932
|
+
exports.NavigationHeaderMenuLinkPaddingL = NavigationHeaderMenuLinkPaddingL;
|
|
2933
|
+
exports.NavigationHeaderMenuLinkPaddingM = NavigationHeaderMenuLinkPaddingM;
|
|
2934
|
+
exports.NavigationHeaderMenuLinkPaddingS = NavigationHeaderMenuLinkPaddingS;
|
|
2792
2935
|
exports.NavigationHeaderNavitemBackgroundDarkActive = NavigationHeaderNavitemBackgroundDarkActive;
|
|
2793
2936
|
exports.NavigationHeaderNavitemBackgroundDarkFocus = NavigationHeaderNavitemBackgroundDarkFocus;
|
|
2794
2937
|
exports.NavigationHeaderNavitemBackgroundDarkHover = NavigationHeaderNavitemBackgroundDarkHover;
|
|
@@ -3819,7 +3962,6 @@ exports.TextlinkColorsLightTextDefault = TextlinkColorsLightTextDefault;
|
|
|
3819
3962
|
exports.TextlinkColorsLightTextHover = TextlinkColorsLightTextHover;
|
|
3820
3963
|
exports.TextlinkColorsLightTextVisited = TextlinkColorsLightTextVisited;
|
|
3821
3964
|
exports.TextlinkGapS = TextlinkGapS;
|
|
3822
|
-
exports.TextlinkPaddingS = TextlinkPaddingS;
|
|
3823
3965
|
exports.TextlinkSizeIconM = TextlinkSizeIconM;
|
|
3824
3966
|
exports.TextlinkSizeIconS = TextlinkSizeIconS;
|
|
3825
3967
|
exports.TextlinkSizeL = TextlinkSizeL;
|
package/dist/index.css
CHANGED
|
@@ -1,19 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 15 Aug 2025 18:14:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.arc-ds-sys-theme--bt-enterprise {
|
|
7
|
-
--icon-color-brand-light: #5514b4;
|
|
8
|
-
--icon-color-brand-dark: #ff80ff;
|
|
9
|
-
--icon-color-brand-alt-light: currentColor;
|
|
10
|
-
--icon-color-brand-alt-dark: currentColor;
|
|
11
|
-
--icon-color-status-error-light: #da020f;
|
|
12
|
-
--icon-color-status-error-dark: #fa9590;
|
|
13
|
-
--icon-color-status-warning-light: #ffa200;
|
|
14
|
-
--icon-color-status-warning-dark: #ffc501;
|
|
15
|
-
--icon-color-status-success-light: #088003;
|
|
16
|
-
--icon-color-status-success-dark: #75c26c;
|
|
17
7
|
--card-colors-light-bg-default: #5514b4;
|
|
18
8
|
--card-colors-light-bg-default-alt: #ffffff;
|
|
19
9
|
--card-colors-light-bg-emphasis: linear-gradient(90deg, #fcf9ff 0%, #f9f9ff 100%);
|
|
@@ -137,8 +127,10 @@
|
|
|
137
127
|
--navigation-header-height-s: 56px;
|
|
138
128
|
--navigation-header-height-m: 88px;
|
|
139
129
|
--navigation-header-height-l: 112px;
|
|
130
|
+
--navigation-header-logo-color-static: #ffffff;
|
|
140
131
|
--navigation-header-logo-color-light: #5514b4;
|
|
141
|
-
--navigation-header-logo-color-dark: #
|
|
132
|
+
--navigation-header-logo-color-dark: #ffffff;
|
|
133
|
+
--navigation-header-logo-focus-outline-color-static: #fd51ff;
|
|
142
134
|
--navigation-header-logo-height-s: 40px;
|
|
143
135
|
--navigation-header-logo-height-m: 56px;
|
|
144
136
|
--navigation-header-logo-height-l: 64px;
|
|
@@ -183,6 +175,79 @@
|
|
|
183
175
|
--navigation-header-action-attention-color: #da020f;
|
|
184
176
|
--navigation-header-action-attention-size: 8px;
|
|
185
177
|
--navigation-header-action-bar-item-gap: 16px;
|
|
178
|
+
--navigation-header-inline-action-hover-color: #ffffff;
|
|
179
|
+
--navigation-header-inline-action-focus-outline-color: #fd51ff;
|
|
180
|
+
--navigation-header-inline-action-content-gap: 12px;
|
|
181
|
+
--navigation-header-inline-action-padding-s: 8px;
|
|
182
|
+
--navigation-header-inline-action-padding-m: 10px;
|
|
183
|
+
--navigation-header-disclosure-hover-color: #ffffff;
|
|
184
|
+
--navigation-header-disclosure-hover-background-start-color: rgba(255, 255, 255, 8%);
|
|
185
|
+
--navigation-header-disclosure-hover-background-end-color: rgba(255, 255, 255, 4%);
|
|
186
|
+
--navigation-header-disclosure-focus-outline-color: #fd51ff;
|
|
187
|
+
--navigation-header-disclosure-open-background-start-color: rgba(255, 255, 255, 12%);
|
|
188
|
+
--navigation-header-disclosure-open-background-end-color: rgba(255, 255, 255, 2%);
|
|
189
|
+
--navigation-header-disclosure-border-radius: 16px;
|
|
190
|
+
--navigation-header-disclosure-gap: 8px;
|
|
191
|
+
--navigation-header-disclosure-padding-xs: 4px;
|
|
192
|
+
--navigation-header-disclosure-padding-s: 6px;
|
|
193
|
+
--navigation-header-disclosure-padding-m: 18px;
|
|
194
|
+
--navigation-header-disclosure-padding-l: 22px;
|
|
195
|
+
--navigation-header-menu-link-focus-outline-color: #fd51ff;
|
|
196
|
+
--navigation-header-menu-link-hover-color: #ffffff;
|
|
197
|
+
--navigation-header-menu-link-border-radius: 16px;
|
|
198
|
+
--navigation-header-menu-link-padding-s: 6px;
|
|
199
|
+
--navigation-header-menu-link-padding-m: 12px;
|
|
200
|
+
--navigation-header-menu-link-padding-l: 18px;
|
|
201
|
+
--navigation-header-menu-link-gap-s: 4px;
|
|
202
|
+
--navigation-header-menu-link-gap-m: 6px;
|
|
203
|
+
--navigation-header-menu-link-gap-l: 8px;
|
|
204
|
+
--navigation-header-close-button-hover-background: rgba(255, 255, 255, 0.08);
|
|
205
|
+
--navigation-header-close-button-hover-color: #ffffff;
|
|
206
|
+
--navigation-header-close-button-focus-background: rgba(255, 255, 255, 0.08);
|
|
207
|
+
--navigation-header-close-button-focus-outline-color: #fd51ff;
|
|
208
|
+
--navigation-header-close-button-pressed-background: rgba(255, 255, 255, 0.12);
|
|
209
|
+
--navigation-header-close-button-padding: 4px;
|
|
210
|
+
--navigation-header-burger-menu-close-button-container-padding: 8px;
|
|
211
|
+
--navigation-header-burger-menu-text-color: #ffffff;
|
|
212
|
+
--navigation-header-burger-menu-overlay-blur-s: blur(1.5px);
|
|
213
|
+
--navigation-header-burger-menu-overlay-blur-m: blur(4px);
|
|
214
|
+
--navigation-header-burger-menu-overlay-gradient-mask-start-color: rgba(0, 0, 0, 0%);
|
|
215
|
+
--navigation-header-burger-menu-overlay-gradient-mask-end-color: rgba(0, 0, 0, 100%);
|
|
216
|
+
--navigation-header-burger-menu-overlay-background: rgba(255, 255, 255, 25%);
|
|
217
|
+
--navigation-header-burger-menu-slider-max-width-s: 408px;
|
|
218
|
+
--navigation-header-burger-menu-slider-max-width-m: 434px;
|
|
219
|
+
--navigation-header-burger-menu-slider-max-width-l: 500px;
|
|
220
|
+
--navigation-header-burger-menu-slider-background: radial-gradient(40.26% 53.74% at 53.74% 100%, rgba(96, 40, 158, 48%) 0%, rgba(70, 17, 145, 0%) 100%), linear-gradient( 90deg, rgba(76, 20, 146, 0%) 0%, rgba(91, 71, 162, 80%) 75.48%, #6059a9 100%), linear-gradient(180deg, #60289e 24.91%, rgba(70, 17, 145, 0%) 100%), #461191;
|
|
221
|
+
--navigation-header-burger-menu-slider-shadow: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10);
|
|
222
|
+
--navigation-header-burger-menu-trigger-padding: 8px;
|
|
223
|
+
--navigation-header-burger-menu-top-slot-padding-s: 16px;
|
|
224
|
+
--navigation-header-burger-menu-top-slot-padding-m: 24px;
|
|
225
|
+
--navigation-header-burger-menu-top-slot-padding-l: 48px;
|
|
226
|
+
--navigation-header-burger-menu-header-padding-xxs: 12px;
|
|
227
|
+
--navigation-header-burger-menu-header-padding-xs: 16px;
|
|
228
|
+
--navigation-header-burger-menu-header-padding-s: 24px;
|
|
229
|
+
--navigation-header-burger-menu-header-padding-m: 32px;
|
|
230
|
+
--navigation-header-burger-menu-header-padding-l: 52px;
|
|
231
|
+
--navigation-header-burger-menu-header-padding-xl: 64px;
|
|
232
|
+
--navigation-header-burger-menu-footer-background: transparent;
|
|
233
|
+
--navigation-header-burger-menu-footer-top-spacing: 0;
|
|
234
|
+
--navigation-header-burger-menu-footer-padding-s: 16px;
|
|
235
|
+
--navigation-header-burger-menu-footer-padding-l: 24px;
|
|
236
|
+
--navigation-header-burger-menu-navigation-content-padding: 68px;
|
|
237
|
+
--navigation-header-burger-menu-list-gap-s: 12px;
|
|
238
|
+
--navigation-header-burger-menu-list-gap-m: 16px;
|
|
239
|
+
--navigation-header-burger-menu-list-gap-l: 20px;
|
|
240
|
+
--navigation-header-burger-menu-list-padding-s: 8px;
|
|
241
|
+
--navigation-header-burger-menu-list-padding-m: 16px;
|
|
242
|
+
--navigation-header-burger-menu-list-padding-l: 24px;
|
|
243
|
+
--navigation-header-burger-menu-list-padding-xl: 28px;
|
|
244
|
+
--navigation-header-burger-menu-list-padding-xxl: 32px;
|
|
245
|
+
--navigation-header-burger-menu-actions-container-background: #ffffff;
|
|
246
|
+
--navigation-header-burger-menu-actions-container-gap: 8px;
|
|
247
|
+
--navigation-header-burger-menu-actions-container-padding-s: 8px;
|
|
248
|
+
--navigation-header-burger-menu-actions-container-padding-m: 16px;
|
|
249
|
+
--navigation-header-burger-menu-actions-container-padding-l: 24px;
|
|
250
|
+
--navigation-header-burger-menu-actions-container-padding-xl: 48px;
|
|
186
251
|
--segmented-control-size-icon-s: 24px;
|
|
187
252
|
--segmented-control-size-s: 40px;
|
|
188
253
|
--segmented-control-padding-s: 8px;
|
|
@@ -493,7 +558,6 @@
|
|
|
493
558
|
--textlink-size-l: 26px;
|
|
494
559
|
--textlink-size-icon-s: 20px;
|
|
495
560
|
--textlink-size-icon-m: 24px;
|
|
496
|
-
--textlink-padding-s: 2px;
|
|
497
561
|
--textlink-colors-light-fg-default: #5514b4;
|
|
498
562
|
--textlink-colors-light-fg-hover: #3f187f;
|
|
499
563
|
--textlink-colors-light-fg-visited: #8449cc;
|
|
@@ -814,6 +878,16 @@
|
|
|
814
878
|
--surface-colors-bg-light-neutral-02: #f0f0f0;
|
|
815
879
|
--surface-colors-bg-light-brand-01: linear-gradient(90deg, #fff2f0 0%, #f5eefa 100%);
|
|
816
880
|
--surface-colors-bg-light-brand-02: linear-gradient(90deg, #f5eefa 0%, #eafcff 100%);
|
|
881
|
+
--icon-color-brand-light: #5514b4;
|
|
882
|
+
--icon-color-brand-dark: #ff80ff;
|
|
883
|
+
--icon-color-brand-alt-light: currentColor;
|
|
884
|
+
--icon-color-brand-alt-dark: currentColor;
|
|
885
|
+
--icon-color-status-error-light: #da020f;
|
|
886
|
+
--icon-color-status-error-dark: #fa9590;
|
|
887
|
+
--icon-color-status-warning-light: #ffa200;
|
|
888
|
+
--icon-color-status-warning-dark: #ffc501;
|
|
889
|
+
--icon-color-status-success-light: #088003;
|
|
890
|
+
--icon-color-status-success-dark: #75c26c;
|
|
817
891
|
--tag-size-s: 28px;
|
|
818
892
|
--tag-padding-xxs: 4px;
|
|
819
893
|
--tag-padding-xs: 6px;
|
|
@@ -833,12 +907,14 @@
|
|
|
833
907
|
--tag-size-icon-s: 16px;
|
|
834
908
|
--tag-size-icon-m: 20px;
|
|
835
909
|
--alert-padding-xxs: 2px;
|
|
836
|
-
--alert-padding-xs:
|
|
837
|
-
--alert-padding-s:
|
|
838
|
-
--alert-padding-m:
|
|
910
|
+
--alert-padding-xs: 12px;
|
|
911
|
+
--alert-padding-s: 16px;
|
|
912
|
+
--alert-padding-m: 20px;
|
|
913
|
+
--alert-padding-l: 24px;
|
|
839
914
|
--alert-border-radius-s: 4px;
|
|
840
|
-
--alert-border-
|
|
841
|
-
--alert-border-
|
|
915
|
+
--alert-border-radius-m: 4px;
|
|
916
|
+
--alert-border-width-s: 1px;
|
|
917
|
+
--alert-border-width-m: 4px;
|
|
842
918
|
--alert-colors-status-light-bg-subtle-default: #f7f7f7;
|
|
843
919
|
--alert-colors-status-light-bg-subtle-error: #ffe9ec;
|
|
844
920
|
--alert-colors-status-light-bg-subtle-warning: #fef6de;
|
|
@@ -849,18 +925,13 @@
|
|
|
849
925
|
--alert-colors-status-light-border-success: #088003;
|
|
850
926
|
--alert-colors-status-light-fg-default: #2a2a2a;
|
|
851
927
|
--alert-colors-status-light-text-default: #2a2a2a;
|
|
852
|
-
--alert-colors-status-
|
|
853
|
-
--alert-colors-status-
|
|
854
|
-
--alert-colors-status-
|
|
855
|
-
--alert-colors-status-
|
|
856
|
-
--alert-colors-status-dark-border-default: #f0f0f0;
|
|
857
|
-
--alert-colors-status-dark-border-error: #f91f14;
|
|
858
|
-
--alert-colors-status-dark-border-warning: #ffc501;
|
|
859
|
-
--alert-colors-status-dark-border-success: #75c26c;
|
|
860
|
-
--alert-colors-status-dark-fg-default: #f0f0f0;
|
|
861
|
-
--alert-colors-status-dark-text-default: #f0f0f0;
|
|
928
|
+
--alert-colors-status-light-icon-default: #2a2a2a;
|
|
929
|
+
--alert-colors-status-light-icon-error: #2a2a2a;
|
|
930
|
+
--alert-colors-status-light-icon-warning: #2a2a2a;
|
|
931
|
+
--alert-colors-status-light-icon-success: #2a2a2a;
|
|
862
932
|
--alert-size-icon-s: 24px;
|
|
863
|
-
--alert-gap-
|
|
933
|
+
--alert-gap-xs: 8px;
|
|
934
|
+
--alert-gap-s: 8px;
|
|
864
935
|
--badge-size-s: 24px;
|
|
865
936
|
--badge-padding-s: 8px;
|
|
866
937
|
--badge-padding-xxs: 1px;
|