@redsift/design-system 11.6.0-muiv5-alpha.5 → 11.6.0-muiv5-alpha.7
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/_internal/Alert2.js +182 -39
- package/_internal/AppBar.js +240 -29
- package/_internal/AppContainer.js +132 -86
- package/_internal/AppContent.js +84 -17
- package/_internal/Badge2.js +137 -4
- package/_internal/BreadcrumbItem.js +85 -3
- package/_internal/Breadcrumbs2.js +86 -21
- package/_internal/Button2.js +81 -20
- package/_internal/ButtonGroup.js +165 -25
- package/_internal/ButtonLink.js +74 -18
- package/_internal/Card2.js +151 -29
- package/_internal/CardActions.js +38 -3
- package/_internal/CardBody.js +36 -3
- package/_internal/CardHeader.js +77 -3
- package/_internal/Checkbox2.js +234 -58
- package/_internal/CheckboxGroup.js +182 -4
- package/_internal/ConditionalWrapper.js +11 -12
- package/_internal/DetailedCard.js +6912 -48
- package/_internal/DetailedCardCollapsibleSectionItems.js +58 -3
- package/_internal/DetailedCardHeader.js +61 -3
- package/_internal/DetailedCardSection.js +166 -3
- package/_internal/DetailedCardSectionItem.js +88 -3
- package/_internal/Flexbox2.js +85 -22
- package/_internal/Grid2.js +87 -24
- package/_internal/GridItem.js +34 -3
- package/_internal/Heading2.js +107 -3
- package/_internal/Icon2.js +206 -5
- package/_internal/IconButton.js +71 -3
- package/_internal/IconButtonLink.js +65 -18
- package/_internal/Item2.js +390 -73
- package/_internal/Link2.js +56 -15
- package/_internal/LinkButton.js +56 -13
- package/_internal/Number2.js +103 -61
- package/_internal/NumberField.js +3959 -65
- package/_internal/Pill2.js +400 -4
- package/_internal/ProgressBar.js +61 -18
- package/_internal/Radio2.js +227 -56
- package/_internal/RadioGroup.js +170 -4
- package/_internal/Shield2.js +220 -4
- package/_internal/SideNavigationMenu.js +586 -4
- package/_internal/SideNavigationMenuItem.js +299 -4
- package/_internal/Skeleton2.js +36 -9
- package/_internal/SkeletonCircle.js +52 -3
- package/_internal/SkeletonText.js +71 -3
- package/_internal/Spinner2.js +319 -29
- package/_internal/Switch2.js +310 -56
- package/_internal/SwitchGroup.js +182 -4
- package/_internal/Text2.js +45 -3
- package/_internal/TextArea.js +430 -20
- package/_internal/TextField.js +463 -19
- package/_internal/alert.js +2 -5
- package/_internal/app-bar.js +2 -8
- package/_internal/app-container.js +3 -9
- package/_internal/app-content.js +2 -5
- package/_internal/app-side-panel.js +3 -11
- package/_internal/badge.js +2 -6
- package/_internal/breadcrumb-item.js +1 -4
- package/_internal/breadcrumbs.js +2 -6
- package/_internal/button-group.js +2 -5
- package/_internal/button-link.js +2 -8
- package/_internal/button.js +3 -8
- package/_internal/card-actions.js +1 -4
- package/_internal/card-body.js +1 -4
- package/_internal/card-header.js +1 -8
- package/_internal/card.js +2 -11
- package/_internal/checkbox-group.js +2 -6
- package/_internal/checkbox.js +2 -6
- package/_internal/colors.js +87 -91
- package/_internal/conditional-wrapper.js +2 -2
- package/_internal/detailed-card-collapsible-section-items.js +1 -3
- package/_internal/detailed-card-header.js +1 -7
- package/_internal/detailed-card-section-item.js +1 -10
- package/_internal/detailed-card-section.js +1 -6
- package/_internal/detailed-card.js +2 -16
- package/_internal/flexbox.js +2 -5
- package/_internal/focus-within-group.js +3 -3
- package/_internal/fonts.js +4 -6
- package/_internal/gradient-border.js +35 -16
- package/_internal/grid-item.js +1 -4
- package/_internal/grid.js +2 -6
- package/_internal/heading.js +2 -6
- package/_internal/icon-button-link.js +2 -8
- package/_internal/icon-button.js +2 -6
- package/_internal/icon.js +2 -6
- package/_internal/item.js +2 -8
- package/_internal/link-button.js +2 -8
- package/_internal/link.js +3 -8
- package/_internal/listbox.js +3 -6
- package/_internal/number-field.js +2 -9
- package/_internal/number.js +2 -7
- package/_internal/pill.js +2 -6
- package/_internal/progress-bar.js +2 -5
- package/_internal/radio-group.js +2 -6
- package/_internal/radio.js +2 -6
- package/_internal/shared.js +2 -5
- package/_internal/shield.js +2 -6
- package/_internal/side-navigation-menu-bar.js +3 -9
- package/_internal/side-navigation-menu-item.js +2 -8
- package/_internal/side-navigation-menu.js +2 -8
- package/_internal/skeleton-circle.js +1 -6
- package/_internal/skeleton-text.js +2 -6
- package/_internal/skeleton.js +1 -7
- package/_internal/spinner.js +2 -5
- package/_internal/styles.js +235 -17
- package/_internal/styles2.js +44 -280
- package/_internal/switch-group.js +2 -6
- package/_internal/switch.js +2 -6
- package/_internal/text-area.js +2 -9
- package/_internal/text-field.js +2 -10
- package/_internal/text.js +2 -6
- package/_internal/theme.js +1 -3
- package/_internal/types.js +7 -31
- package/_internal/types2.js +18 -29
- package/_internal/types3.js +15 -18
- package/_internal/useAppSidePanel.js +331 -6
- package/_internal/useFocusOnList.js +502 -44
- package/_internal/useListboxItem.js +120 -23
- package/_internal/useSideNavigationMenuBar.js +371 -7
- package/_internal/useTheme.js +10 -8
- package/index.d.ts +4667 -0
- package/index.js +523 -1674
- package/package.json +2 -2
- package/_internal/SideNavigationMenuBar.js +0 -9
- package/_internal/helpers.js +0 -23
- package/_internal/types10.js +0 -20
- package/_internal/types11.js +0 -27
- package/_internal/types12.js +0 -35
- package/_internal/types13.js +0 -143
- package/_internal/types14.js +0 -11
- package/_internal/types15.js +0 -62
- package/_internal/types16.js +0 -56
- package/_internal/types17.js +0 -57
- package/_internal/types18.js +0 -40
- package/_internal/types19.js +0 -101
- package/_internal/types20.js +0 -47
- package/_internal/types21.js +0 -68
- package/_internal/types22.js +0 -52
- package/_internal/types23.js +0 -174
- package/_internal/types24.js +0 -18
- package/_internal/types25.js +0 -12
- package/_internal/types26.js +0 -36
- package/_internal/types27.js +0 -72
- package/_internal/types28.js +0 -73
- package/_internal/types29.js +0 -99
- package/_internal/types4.js +0 -67
- package/_internal/types5.js +0 -11
- package/_internal/types6.js +0 -11
- package/_internal/types7.js +0 -28
- package/_internal/types8.js +0 -72
- package/_internal/types9.js +0 -16
package/index.js
CHANGED
|
@@ -1,1738 +1,587 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export { B as Badge } from './_internal/Badge2.js';
|
|
9
|
-
export {
|
|
1
|
+
export { StyledGradientBorder } from './_internal/gradient-border.js';
|
|
2
|
+
export { F as FontFamily } from './_internal/fonts.js';
|
|
3
|
+
export { B as ButtonsColorPalette, C as ColorPalette, g as NeutralColorPalette, N as NotificationsColorPalette, f as PresentationColorPalette, d as PrimaryButtonsColorPalette, c as PrimaryColorPalette, P as Product, e as ProductColorPalette, b as ProductLogo, a as ProductName, S as SecondaryColorPalette, T as Theme } from './_internal/colors.js';
|
|
4
|
+
import { _ as _objectSpread2, a as _defineProperty } from './_internal/_rollupPluginBabelHelpers.js';
|
|
5
|
+
export { f as filterComponents } from './_internal/filterComponents.js';
|
|
6
|
+
export { i as isComponent } from './_internal/isComponent.js';
|
|
7
|
+
export { p as partitionComponents } from './_internal/partitionComponents.js';
|
|
8
|
+
export { tj as RedsiftBorderRadius, qr as RedsiftColorBlueD1, qs as RedsiftColorBlueD2, qt as RedsiftColorBlueD3, qu as RedsiftColorBlueD4, qp as RedsiftColorBlueL1, qo as RedsiftColorBlueL2, qn as RedsiftColorBlueL3, qm as RedsiftColorBlueL4, qq as RedsiftColorBlueN, rL as RedsiftColorBordersBorderDefault, rM as RedsiftColorBordersBorderDisabled, rK as RedsiftColorBordersBorderDivider, rQ as RedsiftColorBordersBorderError, rN as RedsiftColorBordersBorderPrimary, rO as RedsiftColorBordersBorderSecondary, rP as RedsiftColorBordersBorderSuccess, dl as RedsiftColorDarkComponentsAiAiBorder, dm as RedsiftColorDarkComponentsAiAiIcon, dt as RedsiftColorDarkComponentsAlertErrorBackground, du as RedsiftColorDarkComponentsAlertErrorBorder, dv as RedsiftColorDarkComponentsAlertErrorIcon, dz as RedsiftColorDarkComponentsAlertInfoBackground, dA as RedsiftColorDarkComponentsAlertInfoBorder, dB as RedsiftColorDarkComponentsAlertInfoIcon, dp as RedsiftColorDarkComponentsAlertSuccessBackground, dq as RedsiftColorDarkComponentsAlertSuccessBorder, dr as RedsiftColorDarkComponentsAlertSuccessIcon, ds as RedsiftColorDarkComponentsAlertText, dw as RedsiftColorDarkComponentsAlertWarningBackground, dx as RedsiftColorDarkComponentsAlertWarningBorder, dy as RedsiftColorDarkComponentsAlertWarningIcon, E as RedsiftColorDarkComponentsAppBarBackground, N as RedsiftColorDarkComponentsAppBarBorder, F as RedsiftColorDarkComponentsAppBarBreadcrumbDefault, H as RedsiftColorDarkComponentsAppBarBreadcrumbDown, G as RedsiftColorDarkComponentsAppBarBreadcrumbHover, K as RedsiftColorDarkComponentsAppBarIconBackgroundActive, M as RedsiftColorDarkComponentsAppBarIconBackgroundActiveDown, L as RedsiftColorDarkComponentsAppBarIconBackgroundActiveHover, J as RedsiftColorDarkComponentsAppBarIconBackgroundDown, I as RedsiftColorDarkComponentsAppBarIconBackgroundHover, af as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundActive, ad as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDefault, ag as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDisabled, ae as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundHover, aj as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextActive, ah as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDefault, ak as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDisabled, ai as RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextHover, aD as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundActive, aB as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDefault, aE as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDisabled, aC as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundHover, aH as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive, aF as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault, aI as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled, aG as RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover, av as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundActive, at as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDefault, aw as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDisabled, au as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundHover, az as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextActive, ax as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDefault, aA as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDisabled, ay as RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextHover, T as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundActive, Q as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, U as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, S as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundHover, X as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextActive, V as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDefault, Y as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDisabled, W as RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextHover, aL as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive, aJ as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault, aM as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled, aK as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover, aP as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive, aN as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault, aQ as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled, aO as RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover, $ as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, Z as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, a0 as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, _ as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, a3 as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, a1 as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, a4 as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, a2 as RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, a7 as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, a5 as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, a8 as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, a6 as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, ab as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, a9 as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, ac as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, aa as RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, an as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, al as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, ao as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, am as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, ar as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, ap as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, as as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, aq as RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, bL as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundActive, bJ as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDefault, bM as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDisabled, bK as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundHover, bP as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextActive, bN as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDefault, bQ as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDisabled, bO as RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextHover, bf as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, bd as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, bg as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, be as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, bj as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, bh as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, bk as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, bi as RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, bD as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, bB as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, bE as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, bC as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, bH as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, bF as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, bI as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, bG as RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, bv as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, bt as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, bw as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, bu as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, bz as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, bx as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, bA as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, by as RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, aT as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, aR as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, aU as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, aS as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, aX as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, aV as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, aY as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, aW as RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, b$ as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive, bZ as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault, c0 as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled, b_ as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover, c3 as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive, c1 as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault, c4 as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled, c2 as RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover, a$ as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, aZ as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, b0 as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, a_ as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, b3 as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, b1 as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, b4 as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, b2 as RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, b7 as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, b5 as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, b8 as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, b6 as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, bb as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, b9 as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, bc as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, ba as RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, bn as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, bl as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, bo as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, bm as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, br as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, bp as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, bs as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, bq as RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, bT as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundActive, bR as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDefault, bU as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDisabled, bS as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundHover, bX as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextActive, bV as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDefault, bY as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDisabled, bW as RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextHover, c$ as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive, cZ as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault, d0 as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled, c_ as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover, d3 as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive, d1 as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault, d4 as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled, d2 as RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover, cv as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, ct as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, cw as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, cu as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, cz as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, cx as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, cA as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, cy as RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, cT as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, cR as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, cU as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, cS as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, cX as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, cV as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, cY as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, cW as RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, cL as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, cJ as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, cM as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, cK as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, cP as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, cN as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, cQ as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, cO as RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, c7 as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, c5 as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, c8 as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, c6 as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, cb as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, c9 as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, cc as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, ca as RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, df as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive, dd as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault, dg as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled, de as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover, dj as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive, dh as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault, dk as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled, di as RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover, cf as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, cd as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, cg as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, ce as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, cj as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, ch as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, ck as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, ci as RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, cn as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, cl as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, co as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, cm as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, cr as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, cp as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, cs as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, cq as RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, cD as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, cB as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, cE as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, cC as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, cH as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, cF as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, cI as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, cG as RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, d7 as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive, d5 as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault, d8 as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, d6 as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover, db as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive, d9 as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault, dc as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled, da as RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover, dQ as RedsiftColorDarkComponentsCheckboxFillDefault, dR as RedsiftColorDarkComponentsCheckboxFillDefaultHover, dU as RedsiftColorDarkComponentsCheckboxFillDisabled, dV as RedsiftColorDarkComponentsCheckboxFillInvalid, dW as RedsiftColorDarkComponentsCheckboxFillInvalidHover, dS as RedsiftColorDarkComponentsCheckboxFillUncolored, dT as RedsiftColorDarkComponentsCheckboxFillUncoloredHover, dX as RedsiftColorDarkComponentsCheckboxTextDefault, dZ as RedsiftColorDarkComponentsCheckboxTextDisabled, dY as RedsiftColorDarkComponentsCheckboxTextInvalid, dI as RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, dJ as RedsiftColorDarkComponentsDropdownsAndMenusClickText, dD as RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, dE as RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, dF as RedsiftColorDarkComponentsDropdownsAndMenusDividers, dG as RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, dH as RedsiftColorDarkComponentsDropdownsAndMenusHoverText, dL as RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, dP as RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, dO as RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, dN as RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, dM as RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, dK as RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, dC as RedsiftColorDarkComponentsIconsDefault, er as RedsiftColorDarkComponentsModalBackground, R as RedsiftColorDarkComponentsPageBackground, eT as RedsiftColorDarkComponentsPillsAquaDefaultBackground, eU as RedsiftColorDarkComponentsPillsAquaDefaultBorder, eV as RedsiftColorDarkComponentsPillsAquaDefaultText, eZ as RedsiftColorDarkComponentsPillsAquaDisabledBackground, e_ as RedsiftColorDarkComponentsPillsAquaDisabledBorder, e$ as RedsiftColorDarkComponentsPillsAquaDisabledText, eW as RedsiftColorDarkComponentsPillsAquaHoverBackground, eX as RedsiftColorDarkComponentsPillsAquaHoverBorder, eY as RedsiftColorDarkComponentsPillsAquaHoverText, fS as RedsiftColorDarkComponentsPillsBlackDefaultBackground, fT as RedsiftColorDarkComponentsPillsBlackDefaultBorder, fU as RedsiftColorDarkComponentsPillsBlackDefaultText, fY as RedsiftColorDarkComponentsPillsBlackDisabledBackground, fZ as RedsiftColorDarkComponentsPillsBlackDisabledBorder, f_ as RedsiftColorDarkComponentsPillsBlackDisabledText, fV as RedsiftColorDarkComponentsPillsBlackHoverBackground, fW as RedsiftColorDarkComponentsPillsBlackHoverBorder, fX as RedsiftColorDarkComponentsPillsBlackHoverText, fJ as RedsiftColorDarkComponentsPillsBlueDefaultBackground, fK as RedsiftColorDarkComponentsPillsBlueDefaultBorder, fL as RedsiftColorDarkComponentsPillsBlueDefaultText, fP as RedsiftColorDarkComponentsPillsBlueDisabledBackground, fQ as RedsiftColorDarkComponentsPillsBlueDisabledBorder, fR as RedsiftColorDarkComponentsPillsBlueDisabledText, fM as RedsiftColorDarkComponentsPillsBlueHoverBackground, fN as RedsiftColorDarkComponentsPillsBlueHoverBorder, fO as RedsiftColorDarkComponentsPillsBlueHoverText, f0 as RedsiftColorDarkComponentsPillsBrownDefaultBackground, f1 as RedsiftColorDarkComponentsPillsBrownDefaultBorder, f2 as RedsiftColorDarkComponentsPillsBrownDefaultText, f6 as RedsiftColorDarkComponentsPillsBrownDisabledBackground, f7 as RedsiftColorDarkComponentsPillsBrownDisabledBorder, f8 as RedsiftColorDarkComponentsPillsBrownDisabledText, f3 as RedsiftColorDarkComponentsPillsBrownHoverBackground, f4 as RedsiftColorDarkComponentsPillsBrownHoverBorder, f5 as RedsiftColorDarkComponentsPillsBrownHoverText, g8 as RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground, g9 as RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder, ga as RedsiftColorDarkComponentsPillsDarkGreyDefaultText, ge as RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground, gf as RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder, gg as RedsiftColorDarkComponentsPillsDarkGreyDisabledText, gb as RedsiftColorDarkComponentsPillsDarkGreyHoverBackground, gc as RedsiftColorDarkComponentsPillsDarkGreyHoverBorder, gd as RedsiftColorDarkComponentsPillsDarkGreyHoverText, hg as RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground, hh as RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder, hi as RedsiftColorDarkComponentsPillsErrorDarkDefaultText, hm as RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground, hn as RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder, ho as RedsiftColorDarkComponentsPillsErrorDarkDisabledText, hj as RedsiftColorDarkComponentsPillsErrorDarkHoverBackground, hk as RedsiftColorDarkComponentsPillsErrorDarkHoverBorder, hl as RedsiftColorDarkComponentsPillsErrorDarkHoverText, gR as RedsiftColorDarkComponentsPillsErrorDefaultBackground, gS as RedsiftColorDarkComponentsPillsErrorDefaultBorder, gT as RedsiftColorDarkComponentsPillsErrorDefaultText, gX as RedsiftColorDarkComponentsPillsErrorDisabledBackground, gY as RedsiftColorDarkComponentsPillsErrorDisabledBorder, gZ as RedsiftColorDarkComponentsPillsErrorDisabledText, gU as RedsiftColorDarkComponentsPillsErrorHoverBackground, gV as RedsiftColorDarkComponentsPillsErrorHoverBorder, gW as RedsiftColorDarkComponentsPillsErrorHoverText, eB as RedsiftColorDarkComponentsPillsGreenDefaultBackground, eC as RedsiftColorDarkComponentsPillsGreenDefaultBorder, eD as RedsiftColorDarkComponentsPillsGreenDefaultText, eH as RedsiftColorDarkComponentsPillsGreenDisabledBackground, eI as RedsiftColorDarkComponentsPillsGreenDisabledBorder, eJ as RedsiftColorDarkComponentsPillsGreenDisabledText, eE as RedsiftColorDarkComponentsPillsGreenHoverBackground, eF as RedsiftColorDarkComponentsPillsGreenHoverBorder, eG as RedsiftColorDarkComponentsPillsGreenHoverText, es as RedsiftColorDarkComponentsPillsGreyDefaultBackground, et as RedsiftColorDarkComponentsPillsGreyDefaultBorder, eu as RedsiftColorDarkComponentsPillsGreyDefaultText, ey as RedsiftColorDarkComponentsPillsGreyDisabledBackground, ez as RedsiftColorDarkComponentsPillsGreyDisabledBorder, eA as RedsiftColorDarkComponentsPillsGreyDisabledText, ev as RedsiftColorDarkComponentsPillsGreyHoverBackground, ew as RedsiftColorDarkComponentsPillsGreyHoverBorder, ex as RedsiftColorDarkComponentsPillsGreyHoverText, gq as RedsiftColorDarkComponentsPillsLightGreyDefaultBackground, gr as RedsiftColorDarkComponentsPillsLightGreyDefaultBorder, gs as RedsiftColorDarkComponentsPillsLightGreyDefaultText, gw as RedsiftColorDarkComponentsPillsLightGreyDisabledBackground, gx as RedsiftColorDarkComponentsPillsLightGreyDisabledBorder, gy as RedsiftColorDarkComponentsPillsLightGreyDisabledText, gt as RedsiftColorDarkComponentsPillsLightGreyHoverBackground, gu as RedsiftColorDarkComponentsPillsLightGreyHoverBorder, gv as RedsiftColorDarkComponentsPillsLightGreyHoverText, gh as RedsiftColorDarkComponentsPillsMidGreyDefaultBackground, gi as RedsiftColorDarkComponentsPillsMidGreyDefaultBorder, gj as RedsiftColorDarkComponentsPillsMidGreyDefaultText, gn as RedsiftColorDarkComponentsPillsMidGreyDisabledBackground, go as RedsiftColorDarkComponentsPillsMidGreyDisabledBorder, gp as RedsiftColorDarkComponentsPillsMidGreyDisabledText, gk as RedsiftColorDarkComponentsPillsMidGreyHoverBackground, gl as RedsiftColorDarkComponentsPillsMidGreyHoverBorder, gm as RedsiftColorDarkComponentsPillsMidGreyHoverText, fA as RedsiftColorDarkComponentsPillsOrangeDefaultBackground, fB as RedsiftColorDarkComponentsPillsOrangeDefaultBorder, fC as RedsiftColorDarkComponentsPillsOrangeDefaultText, fG as RedsiftColorDarkComponentsPillsOrangeDisabledBackground, fH as RedsiftColorDarkComponentsPillsOrangeDisabledBorder, fI as RedsiftColorDarkComponentsPillsOrangeDisabledText, fD as RedsiftColorDarkComponentsPillsOrangeHoverBackground, fE as RedsiftColorDarkComponentsPillsOrangeHoverBorder, fF as RedsiftColorDarkComponentsPillsOrangeHoverText, eK as RedsiftColorDarkComponentsPillsPinkDefaultBackground, eL as RedsiftColorDarkComponentsPillsPinkDefaultBorder, eM as RedsiftColorDarkComponentsPillsPinkDefaultText, eQ as RedsiftColorDarkComponentsPillsPinkDisabledBackground, eR as RedsiftColorDarkComponentsPillsPinkDisabledBorder, eS as RedsiftColorDarkComponentsPillsPinkDisabledText, eN as RedsiftColorDarkComponentsPillsPinkHoverBackground, eO as RedsiftColorDarkComponentsPillsPinkHoverBorder, eP as RedsiftColorDarkComponentsPillsPinkHoverText, fr as RedsiftColorDarkComponentsPillsPurpleDefaultBackground, fs as RedsiftColorDarkComponentsPillsPurpleDefaultBorder, ft as RedsiftColorDarkComponentsPillsPurpleDefaultText, fx as RedsiftColorDarkComponentsPillsPurpleDisabledBackground, fy as RedsiftColorDarkComponentsPillsPurpleDisabledBorder, fz as RedsiftColorDarkComponentsPillsPurpleDisabledText, fu as RedsiftColorDarkComponentsPillsPurpleHoverBackground, fv as RedsiftColorDarkComponentsPillsPurpleHoverBorder, fw as RedsiftColorDarkComponentsPillsPurpleHoverText, f9 as RedsiftColorDarkComponentsPillsRedDefaultBackground, fa as RedsiftColorDarkComponentsPillsRedDefaultBorder, fb as RedsiftColorDarkComponentsPillsRedDefaultText, ff as RedsiftColorDarkComponentsPillsRedDisabledBackground, fg as RedsiftColorDarkComponentsPillsRedDisabledBorder, fh as RedsiftColorDarkComponentsPillsRedDisabledText, fc as RedsiftColorDarkComponentsPillsRedHoverBackground, fd as RedsiftColorDarkComponentsPillsRedHoverBorder, fe as RedsiftColorDarkComponentsPillsRedHoverText, hy as RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground, hz as RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder, hA as RedsiftColorDarkComponentsPillsSuccessDarkDefaultText, hE as RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground, hF as RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder, hG as RedsiftColorDarkComponentsPillsSuccessDarkDisabledText, hB as RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground, hC as RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder, hD as RedsiftColorDarkComponentsPillsSuccessDarkHoverText, h7 as RedsiftColorDarkComponentsPillsSuccessDefaultBackground, h8 as RedsiftColorDarkComponentsPillsSuccessDefaultBorder, h9 as RedsiftColorDarkComponentsPillsSuccessDefaultText, hd as RedsiftColorDarkComponentsPillsSuccessDisabledBackground, he as RedsiftColorDarkComponentsPillsSuccessDisabledBorder, hf as RedsiftColorDarkComponentsPillsSuccessDisabledText, ha as RedsiftColorDarkComponentsPillsSuccessHoverBackground, hb as RedsiftColorDarkComponentsPillsSuccessHoverBorder, hc as RedsiftColorDarkComponentsPillsSuccessHoverText, hp as RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground, hq as RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder, hr as RedsiftColorDarkComponentsPillsWarningDarkDefaultText, hv as RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground, hw as RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder, hx as RedsiftColorDarkComponentsPillsWarningDarkDisabledText, hs as RedsiftColorDarkComponentsPillsWarningDarkHoverBackground, ht as RedsiftColorDarkComponentsPillsWarningDarkHoverBorder, hu as RedsiftColorDarkComponentsPillsWarningDarkHoverText, g_ as RedsiftColorDarkComponentsPillsWarningDefaultBackground, g$ as RedsiftColorDarkComponentsPillsWarningDefaultBorder, h0 as RedsiftColorDarkComponentsPillsWarningDefaultText, h4 as RedsiftColorDarkComponentsPillsWarningDisabledBackground, h5 as RedsiftColorDarkComponentsPillsWarningDisabledBorder, h6 as RedsiftColorDarkComponentsPillsWarningDisabledText, h1 as RedsiftColorDarkComponentsPillsWarningHoverBackground, h2 as RedsiftColorDarkComponentsPillsWarningHoverBorder, h3 as RedsiftColorDarkComponentsPillsWarningHoverText, gI as RedsiftColorDarkComponentsPillsWhiteDefaultBackground, gJ as RedsiftColorDarkComponentsPillsWhiteDefaultBorder, gK as RedsiftColorDarkComponentsPillsWhiteDefaultText, gO as RedsiftColorDarkComponentsPillsWhiteDisabledBackground, gP as RedsiftColorDarkComponentsPillsWhiteDisabledBorder, gQ as RedsiftColorDarkComponentsPillsWhiteDisabledText, gL as RedsiftColorDarkComponentsPillsWhiteHoverBackground, gM as RedsiftColorDarkComponentsPillsWhiteHoverBorder, gN as RedsiftColorDarkComponentsPillsWhiteHoverText, f$ as RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground, g0 as RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder, g1 as RedsiftColorDarkComponentsPillsXDarkGreyDefaultText, g5 as RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground, g6 as RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder, g7 as RedsiftColorDarkComponentsPillsXDarkGreyDisabledText, g2 as RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground, g3 as RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder, g4 as RedsiftColorDarkComponentsPillsXDarkGreyHoverText, gz as RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground, gA as RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder, gB as RedsiftColorDarkComponentsPillsXLightGreyDefaultText, gF as RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground, gG as RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder, gH as RedsiftColorDarkComponentsPillsXLightGreyDisabledText, gC as RedsiftColorDarkComponentsPillsXLightGreyHoverBackground, gD as RedsiftColorDarkComponentsPillsXLightGreyHoverBorder, gE as RedsiftColorDarkComponentsPillsXLightGreyHoverText, fi as RedsiftColorDarkComponentsPillsYellowDefaultBackground, fj as RedsiftColorDarkComponentsPillsYellowDefaultBorder, fk as RedsiftColorDarkComponentsPillsYellowDefaultText, fo as RedsiftColorDarkComponentsPillsYellowDisabledBackground, fp as RedsiftColorDarkComponentsPillsYellowDisabledBorder, fq as RedsiftColorDarkComponentsPillsYellowDisabledText, fl as RedsiftColorDarkComponentsPillsYellowHoverBackground, fm as RedsiftColorDarkComponentsPillsYellowHoverBorder, fn as RedsiftColorDarkComponentsPillsYellowHoverText, r as RedsiftColorDarkComponentsProductLogosIconGrey, q as RedsiftColorDarkComponentsProductLogosIconRed, n as RedsiftColorDarkComponentsProductLogosTextGrey, o as RedsiftColorDarkComponentsProductLogosTextRed, p as RedsiftColorDarkComponentsProductLogosTextWhite, d_ as RedsiftColorDarkComponentsRadioFillDefault, d$ as RedsiftColorDarkComponentsRadioFillDefaultHover, e2 as RedsiftColorDarkComponentsRadioFillDisabled, e3 as RedsiftColorDarkComponentsRadioFillInvalid, e4 as RedsiftColorDarkComponentsRadioFillInvalidHover, e0 as RedsiftColorDarkComponentsRadioFillUncolored, e1 as RedsiftColorDarkComponentsRadioFillUncoloredHover, e5 as RedsiftColorDarkComponentsRadioTextDefault, e7 as RedsiftColorDarkComponentsRadioTextDisabled, e6 as RedsiftColorDarkComponentsRadioTextInvalid, i as RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, j as RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, k as RedsiftColorDarkComponentsRedSiftLogoDiamondDark, m as RedsiftColorDarkComponentsRedSiftLogoDiamondLight, l as RedsiftColorDarkComponentsRedSiftLogoDiamondMid, h as RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, f as RedsiftColorDarkComponentsRedSiftLogoIconBackground, g as RedsiftColorDarkComponentsRedSiftLogoIconR, e as RedsiftColorDarkComponentsRedSiftLogoTextGrey, c as RedsiftColorDarkComponentsRedSiftLogoTextRed, d as RedsiftColorDarkComponentsRedSiftLogoTextWhite, s as RedsiftColorDarkComponentsSideNavigationBackground, D as RedsiftColorDarkComponentsSideNavigationCurrentMarker, z as RedsiftColorDarkComponentsSideNavigationMenuItemActive, y as RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, w as RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, x as RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, u as RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, v as RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, t as RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, C as RedsiftColorDarkComponentsSideNavigationRightLine, B as RedsiftColorDarkComponentsSideNavigationScrollbarHover, A as RedsiftColorDarkComponentsSideNavigationScrollbarResting, dn as RedsiftColorDarkComponentsSpinnerSpinner, ef as RedsiftColorDarkComponentsSwitchBackgroundDefault, eg as RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, ej as RedsiftColorDarkComponentsSwitchBackgroundDisabled, ek as RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, el as RedsiftColorDarkComponentsSwitchBackgroundInvalid, em as RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, eh as RedsiftColorDarkComponentsSwitchBackgroundUncolored, ei as RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, e8 as RedsiftColorDarkComponentsSwitchDotDefault, e9 as RedsiftColorDarkComponentsSwitchDotDefaultHover, ec as RedsiftColorDarkComponentsSwitchDotDisabled, ed as RedsiftColorDarkComponentsSwitchDotInvalid, ee as RedsiftColorDarkComponentsSwitchDotInvalidHover, ea as RedsiftColorDarkComponentsSwitchDotUncolored, eb as RedsiftColorDarkComponentsSwitchDotUncoloredHover, en as RedsiftColorDarkComponentsSwitchTextDefault, ep as RedsiftColorDarkComponentsSwitchTextDisabled, eo as RedsiftColorDarkComponentsSwitchTextInvalid, eq as RedsiftColorDarkComponentsTabsLine, a as RedsiftColorDarkComponentsTextPrimary, b as RedsiftColorDarkComponentsTextSecondary, O as RedsiftColorDarkComponentsTooltipBackground, P as RedsiftColorDarkComponentsTooltipText, qU as RedsiftColorGreenD1, qV as RedsiftColorGreenD2, qW as RedsiftColorGreenD3, qX as RedsiftColorGreenD4, qS as RedsiftColorGreenL1, qR as RedsiftColorGreenL2, qQ as RedsiftColorGreenL3, qP as RedsiftColorGreenL4, qT as RedsiftColorGreenN, qK as RedsiftColorGreyD1, qL as RedsiftColorGreyD2, qM as RedsiftColorGreyD3, qN as RedsiftColorGreyD4, qO as RedsiftColorGreyD5, qI as RedsiftColorGreyL1, qH as RedsiftColorGreyL2, qG as RedsiftColorGreyL3, qF as RedsiftColorGreyL4, qE as RedsiftColorGreyL5, qJ as RedsiftColorGreyN, lU as RedsiftColorLightComponentsAiAiBorder, lV as RedsiftColorLightComponentsAiAiIcon, l$ as RedsiftColorLightComponentsAlertErrorBackground, m0 as RedsiftColorLightComponentsAlertErrorBorder, m1 as RedsiftColorLightComponentsAlertErrorIcon, m5 as RedsiftColorLightComponentsAlertInfoBackground, m6 as RedsiftColorLightComponentsAlertInfoBorder, m7 as RedsiftColorLightComponentsAlertInfoIcon, lX as RedsiftColorLightComponentsAlertSuccessBackground, lY as RedsiftColorLightComponentsAlertSuccessBorder, lZ as RedsiftColorLightComponentsAlertSuccessIcon, l_ as RedsiftColorLightComponentsAlertText, m2 as RedsiftColorLightComponentsAlertWarningBackground, m3 as RedsiftColorLightComponentsAlertWarningBorder, m4 as RedsiftColorLightComponentsAlertWarningIcon, ia as RedsiftColorLightComponentsAppBarBackground, ik as RedsiftColorLightComponentsAppBarBorder, ib as RedsiftColorLightComponentsAppBarBreadcrumbDefault, id as RedsiftColorLightComponentsAppBarBreadcrumbDown, ic as RedsiftColorLightComponentsAppBarBreadcrumbHover, ih as RedsiftColorLightComponentsAppBarIconBackgroundActive, ij as RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, ii as RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, ig as RedsiftColorLightComponentsAppBarIconBackgroundDown, ie as RedsiftColorLightComponentsAppBarIconBackgroundHover, iO as RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, iM as RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, iP as RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, iN as RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, iS as RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, iQ as RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, iT as RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, iR as RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, ja as RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, j8 as RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, jb as RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, j9 as RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, je as RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, jc as RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, jf as RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, jd as RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, j2 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, j0 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, j3 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, j1 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, j6 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, j4 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, j7 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, j5 as RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, iq as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, io as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, ir as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, ip as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, iu as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, is as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, iv as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, it as RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, ji as RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive, jg as RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault, jj as RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled, jh as RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover, jm as RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive, jk as RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault, jn as RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled, jl as RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover, iy as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, iw as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, iz as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, ix as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, iC as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, iA as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, iD as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, iB as RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, iG as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, iE as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, iH as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, iF as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, iK as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, iI as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, iL as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, iJ as RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, iW as RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, iU as RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, iX as RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, iV as RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, i_ as RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, iY as RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, i$ as RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, iZ as RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, ki as RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundActive, kg as RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDefault, kj as RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDisabled, kh as RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundHover, km as RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextActive, kk as RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDefault, kn as RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDisabled, kl as RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextHover, jO as RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, jM as RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, jP as RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, jN as RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, jS as RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, jQ as RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, jT as RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, jR as RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, ka as RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, k8 as RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, kb as RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, k9 as RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, ke as RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, kc as RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, kf as RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, kd as RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, k2 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, k0 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, k3 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, k1 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, k6 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, k4 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, k7 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, k5 as RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, jq as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, jo as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, jr as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, jp as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, ju as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, js as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, jv as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, jt as RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, ky as RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive, kw as RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault, kz as RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled, kx as RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover, kC as RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive, kA as RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault, kD as RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled, kB as RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover, jy as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, jw as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, jz as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, jx as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, jC as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, jA as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, jD as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, jB as RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, jG as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, jE as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, jH as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, jF as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, jK as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, jI as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, jL as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, jJ as RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, jW as RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, jU as RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, jX as RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, jV as RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, j_ as RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, jY as RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, j$ as RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, jZ as RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, kq as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundActive, ko as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDefault, kr as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDisabled, kp as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundHover, ku as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextActive, ks as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDefault, kv as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDisabled, kt as RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextHover, ly as RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive, lw as RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault, lz as RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled, lx as RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover, lC as RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive, lA as RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault, lD as RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled, lB as RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover, l2 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, l0 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, l3 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, l1 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, l6 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, l4 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, l7 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, l5 as RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, lq as RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, lo as RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, lr as RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, lp as RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, lu as RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, ls as RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, lv as RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, lt as RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, li as RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, lg as RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, lj as RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, lh as RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, lm as RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, lk as RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, ln as RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, ll as RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, kG as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, kE as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, kH as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, kF as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, kK as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, kI as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, kL as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, kJ as RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, lO as RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive, lM as RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault, lP as RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled, lN as RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover, lS as RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive, lQ as RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault, lT as RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled, lR as RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover, kO as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, kM as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, kP as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, kN as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, kS as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, kQ as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, kT as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, kR as RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, kW as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, kU as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, kX as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, kV as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, k_ as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, kY as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, k$ as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, kZ as RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, la as RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, l8 as RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, lb as RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, l9 as RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, le as RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, lc as RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, lf as RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, ld as RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, lG as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive, lE as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault, lH as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, lF as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover, lK as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive, lI as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault, lL as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled, lJ as RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover, mm as RedsiftColorLightComponentsCheckboxFillDefault, mn as RedsiftColorLightComponentsCheckboxFillDefaultHover, mq as RedsiftColorLightComponentsCheckboxFillDisabled, mr as RedsiftColorLightComponentsCheckboxFillInvalid, ms as RedsiftColorLightComponentsCheckboxFillInvalidHover, mo as RedsiftColorLightComponentsCheckboxFillUncolored, mp as RedsiftColorLightComponentsCheckboxFillUncoloredHover, mt as RedsiftColorLightComponentsCheckboxTextDefault, mv as RedsiftColorLightComponentsCheckboxTextDisabled, mu as RedsiftColorLightComponentsCheckboxTextInvalid, me as RedsiftColorLightComponentsDropdownsAndMenusClickBackground, mf as RedsiftColorLightComponentsDropdownsAndMenusClickText, m9 as RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, ma as RedsiftColorLightComponentsDropdownsAndMenusDefaultText, mb as RedsiftColorLightComponentsDropdownsAndMenusDividers, mc as RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, md as RedsiftColorLightComponentsDropdownsAndMenusHoverText, mh as RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, ml as RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, mk as RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, mj as RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, mi as RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, mg as RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, m8 as RedsiftColorLightComponentsIconsDefault, mZ as RedsiftColorLightComponentsModalBackground, hH as RedsiftColorLightComponentsPageBackground, np as RedsiftColorLightComponentsPillsAquaDefaultBackground, nq as RedsiftColorLightComponentsPillsAquaDefaultBorder, nr as RedsiftColorLightComponentsPillsAquaDefaultText, nv as RedsiftColorLightComponentsPillsAquaDisabledBackground, nw as RedsiftColorLightComponentsPillsAquaDisabledBorder, nx as RedsiftColorLightComponentsPillsAquaDisabledText, ns as RedsiftColorLightComponentsPillsAquaHoverBackground, nt as RedsiftColorLightComponentsPillsAquaHoverBorder, nu as RedsiftColorLightComponentsPillsAquaHoverText, oo as RedsiftColorLightComponentsPillsBlackDefaultBackground, op as RedsiftColorLightComponentsPillsBlackDefaultBorder, oq as RedsiftColorLightComponentsPillsBlackDefaultText, ou as RedsiftColorLightComponentsPillsBlackDisabledBackground, ov as RedsiftColorLightComponentsPillsBlackDisabledBorder, ow as RedsiftColorLightComponentsPillsBlackDisabledText, or as RedsiftColorLightComponentsPillsBlackHoverBackground, os as RedsiftColorLightComponentsPillsBlackHoverBorder, ot as RedsiftColorLightComponentsPillsBlackHoverText, of as RedsiftColorLightComponentsPillsBlueDefaultBackground, og as RedsiftColorLightComponentsPillsBlueDefaultBorder, oh as RedsiftColorLightComponentsPillsBlueDefaultText, ol as RedsiftColorLightComponentsPillsBlueDisabledBackground, om as RedsiftColorLightComponentsPillsBlueDisabledBorder, on as RedsiftColorLightComponentsPillsBlueDisabledText, oi as RedsiftColorLightComponentsPillsBlueHoverBackground, oj as RedsiftColorLightComponentsPillsBlueHoverBorder, ok as RedsiftColorLightComponentsPillsBlueHoverText, ny as RedsiftColorLightComponentsPillsBrownDefaultBackground, nz as RedsiftColorLightComponentsPillsBrownDefaultBorder, nA as RedsiftColorLightComponentsPillsBrownDefaultText, nE as RedsiftColorLightComponentsPillsBrownDisabledBackground, nF as RedsiftColorLightComponentsPillsBrownDisabledBorder, nG as RedsiftColorLightComponentsPillsBrownDisabledText, nB as RedsiftColorLightComponentsPillsBrownHoverBackground, nC as RedsiftColorLightComponentsPillsBrownHoverBorder, nD as RedsiftColorLightComponentsPillsBrownHoverText, oG as RedsiftColorLightComponentsPillsDarkGreyDefaultBackground, oH as RedsiftColorLightComponentsPillsDarkGreyDefaultBorder, oI as RedsiftColorLightComponentsPillsDarkGreyDefaultText, oM as RedsiftColorLightComponentsPillsDarkGreyDisabledBackground, oN as RedsiftColorLightComponentsPillsDarkGreyDisabledBorder, oO as RedsiftColorLightComponentsPillsDarkGreyDisabledText, oJ as RedsiftColorLightComponentsPillsDarkGreyHoverBackground, oK as RedsiftColorLightComponentsPillsDarkGreyHoverBorder, oL as RedsiftColorLightComponentsPillsDarkGreyHoverText, pO as RedsiftColorLightComponentsPillsErrorDarkDefaultBackground, pP as RedsiftColorLightComponentsPillsErrorDarkDefaultBorder, pQ as RedsiftColorLightComponentsPillsErrorDarkDefaultText, pU as RedsiftColorLightComponentsPillsErrorDarkDisabledBackground, pV as RedsiftColorLightComponentsPillsErrorDarkDisabledBorder, pW as RedsiftColorLightComponentsPillsErrorDarkDisabledText, pR as RedsiftColorLightComponentsPillsErrorDarkHoverBackground, pS as RedsiftColorLightComponentsPillsErrorDarkHoverBorder, pT as RedsiftColorLightComponentsPillsErrorDarkHoverText, pn as RedsiftColorLightComponentsPillsErrorDefaultBackground, po as RedsiftColorLightComponentsPillsErrorDefaultBorder, pp as RedsiftColorLightComponentsPillsErrorDefaultText, pt as RedsiftColorLightComponentsPillsErrorDisabledBackground, pu as RedsiftColorLightComponentsPillsErrorDisabledBorder, pv as RedsiftColorLightComponentsPillsErrorDisabledText, pq as RedsiftColorLightComponentsPillsErrorHoverBackground, pr as RedsiftColorLightComponentsPillsErrorHoverBorder, ps as RedsiftColorLightComponentsPillsErrorHoverText, n7 as RedsiftColorLightComponentsPillsGreenDefaultBackground, n8 as RedsiftColorLightComponentsPillsGreenDefaultBorder, n9 as RedsiftColorLightComponentsPillsGreenDefaultText, nd as RedsiftColorLightComponentsPillsGreenDisabledBackground, ne as RedsiftColorLightComponentsPillsGreenDisabledBorder, nf as RedsiftColorLightComponentsPillsGreenDisabledText, na as RedsiftColorLightComponentsPillsGreenHoverBackground, nb as RedsiftColorLightComponentsPillsGreenHoverBorder, nc as RedsiftColorLightComponentsPillsGreenHoverText, m_ as RedsiftColorLightComponentsPillsGreyDefaultBackground, m$ as RedsiftColorLightComponentsPillsGreyDefaultBorder, n0 as RedsiftColorLightComponentsPillsGreyDefaultText, n4 as RedsiftColorLightComponentsPillsGreyDisabledBackground, n5 as RedsiftColorLightComponentsPillsGreyDisabledBorder, n6 as RedsiftColorLightComponentsPillsGreyDisabledText, n1 as RedsiftColorLightComponentsPillsGreyHoverBackground, n2 as RedsiftColorLightComponentsPillsGreyHoverBorder, n3 as RedsiftColorLightComponentsPillsGreyHoverText, oY as RedsiftColorLightComponentsPillsLightGreyDefaultBackground, oZ as RedsiftColorLightComponentsPillsLightGreyDefaultBorder, o_ as RedsiftColorLightComponentsPillsLightGreyDefaultText, p2 as RedsiftColorLightComponentsPillsLightGreyDisabledBackground, p3 as RedsiftColorLightComponentsPillsLightGreyDisabledBorder, p4 as RedsiftColorLightComponentsPillsLightGreyDisabledText, o$ as RedsiftColorLightComponentsPillsLightGreyHoverBackground, p0 as RedsiftColorLightComponentsPillsLightGreyHoverBorder, p1 as RedsiftColorLightComponentsPillsLightGreyHoverText, oP as RedsiftColorLightComponentsPillsMidGreyDefaultBackground, oQ as RedsiftColorLightComponentsPillsMidGreyDefaultBorder, oR as RedsiftColorLightComponentsPillsMidGreyDefaultText, oV as RedsiftColorLightComponentsPillsMidGreyDisabledBackground, oW as RedsiftColorLightComponentsPillsMidGreyDisabledBorder, oX as RedsiftColorLightComponentsPillsMidGreyDisabledText, oS as RedsiftColorLightComponentsPillsMidGreyHoverBackground, oT as RedsiftColorLightComponentsPillsMidGreyHoverBorder, oU as RedsiftColorLightComponentsPillsMidGreyHoverText, o6 as RedsiftColorLightComponentsPillsOrangeDefaultBackground, o7 as RedsiftColorLightComponentsPillsOrangeDefaultBorder, o8 as RedsiftColorLightComponentsPillsOrangeDefaultText, oc as RedsiftColorLightComponentsPillsOrangeDisabledBackground, od as RedsiftColorLightComponentsPillsOrangeDisabledBorder, oe as RedsiftColorLightComponentsPillsOrangeDisabledText, o9 as RedsiftColorLightComponentsPillsOrangeHoverBackground, oa as RedsiftColorLightComponentsPillsOrangeHoverBorder, ob as RedsiftColorLightComponentsPillsOrangeHoverText, ng as RedsiftColorLightComponentsPillsPinkDefaultBackground, nh as RedsiftColorLightComponentsPillsPinkDefaultBorder, ni as RedsiftColorLightComponentsPillsPinkDefaultText, nm as RedsiftColorLightComponentsPillsPinkDisabledBackground, nn as RedsiftColorLightComponentsPillsPinkDisabledBorder, no as RedsiftColorLightComponentsPillsPinkDisabledText, nj as RedsiftColorLightComponentsPillsPinkHoverBackground, nk as RedsiftColorLightComponentsPillsPinkHoverBorder, nl as RedsiftColorLightComponentsPillsPinkHoverText, nZ as RedsiftColorLightComponentsPillsPurpleDefaultBackground, n_ as RedsiftColorLightComponentsPillsPurpleDefaultBorder, n$ as RedsiftColorLightComponentsPillsPurpleDefaultText, o3 as RedsiftColorLightComponentsPillsPurpleDisabledBackground, o4 as RedsiftColorLightComponentsPillsPurpleDisabledBorder, o5 as RedsiftColorLightComponentsPillsPurpleDisabledText, o0 as RedsiftColorLightComponentsPillsPurpleHoverBackground, o1 as RedsiftColorLightComponentsPillsPurpleHoverBorder, o2 as RedsiftColorLightComponentsPillsPurpleHoverText, nH as RedsiftColorLightComponentsPillsRedDefaultBackground, nI as RedsiftColorLightComponentsPillsRedDefaultBorder, nJ as RedsiftColorLightComponentsPillsRedDefaultText, nN as RedsiftColorLightComponentsPillsRedDisabledBackground, nO as RedsiftColorLightComponentsPillsRedDisabledBorder, nP as RedsiftColorLightComponentsPillsRedDisabledText, nK as RedsiftColorLightComponentsPillsRedHoverBackground, nL as RedsiftColorLightComponentsPillsRedHoverBorder, nM as RedsiftColorLightComponentsPillsRedHoverText, q4 as RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground, q5 as RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder, q6 as RedsiftColorLightComponentsPillsSuccessDarkDefaultText, qa as RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground, qb as RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder, qc as RedsiftColorLightComponentsPillsSuccessDarkDisabledText, q7 as RedsiftColorLightComponentsPillsSuccessDarkHoverBackground, q8 as RedsiftColorLightComponentsPillsSuccessDarkHoverBorder, q9 as RedsiftColorLightComponentsPillsSuccessDarkHoverText, pF as RedsiftColorLightComponentsPillsSuccessDefaultBackground, pG as RedsiftColorLightComponentsPillsSuccessDefaultBorder, pH as RedsiftColorLightComponentsPillsSuccessDefaultText, pL as RedsiftColorLightComponentsPillsSuccessDisabledBackground, pM as RedsiftColorLightComponentsPillsSuccessDisabledBorder, pN as RedsiftColorLightComponentsPillsSuccessDisabledText, pI as RedsiftColorLightComponentsPillsSuccessHoverBackground, pJ as RedsiftColorLightComponentsPillsSuccessHoverBorder, pK as RedsiftColorLightComponentsPillsSuccessHoverText, pX as RedsiftColorLightComponentsPillsWarningDarkDefaultBackground, pY as RedsiftColorLightComponentsPillsWarningDarkDefaultBorder, pZ as RedsiftColorLightComponentsPillsWarningDarkDefaultText, q1 as RedsiftColorLightComponentsPillsWarningDarkDisabledBackground, q2 as RedsiftColorLightComponentsPillsWarningDarkDisabledBorder, q3 as RedsiftColorLightComponentsPillsWarningDarkDisabledText, p_ as RedsiftColorLightComponentsPillsWarningDarkHoverBackground, p$ as RedsiftColorLightComponentsPillsWarningDarkHoverBorder, q0 as RedsiftColorLightComponentsPillsWarningDarkHoverText, pw as RedsiftColorLightComponentsPillsWarningDefaultBackground, px as RedsiftColorLightComponentsPillsWarningDefaultBorder, py as RedsiftColorLightComponentsPillsWarningDefaultText, pC as RedsiftColorLightComponentsPillsWarningDisabledBackground, pD as RedsiftColorLightComponentsPillsWarningDisabledBorder, pE as RedsiftColorLightComponentsPillsWarningDisabledText, pz as RedsiftColorLightComponentsPillsWarningHoverBackground, pA as RedsiftColorLightComponentsPillsWarningHoverBorder, pB as RedsiftColorLightComponentsPillsWarningHoverText, pe as RedsiftColorLightComponentsPillsWhiteDefaultBackground, pf as RedsiftColorLightComponentsPillsWhiteDefaultBorder, pg as RedsiftColorLightComponentsPillsWhiteDefaultText, pk as RedsiftColorLightComponentsPillsWhiteDisabledBackground, pl as RedsiftColorLightComponentsPillsWhiteDisabledBorder, pm as RedsiftColorLightComponentsPillsWhiteDisabledText, ph as RedsiftColorLightComponentsPillsWhiteHoverBackground, pi as RedsiftColorLightComponentsPillsWhiteHoverBorder, pj as RedsiftColorLightComponentsPillsWhiteHoverText, ox as RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground, oy as RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder, oz as RedsiftColorLightComponentsPillsXDarkGreyDefaultText, oD as RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground, oE as RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder, oF as RedsiftColorLightComponentsPillsXDarkGreyDisabledText, oA as RedsiftColorLightComponentsPillsXDarkGreyHoverBackground, oB as RedsiftColorLightComponentsPillsXDarkGreyHoverBorder, oC as RedsiftColorLightComponentsPillsXDarkGreyHoverText, p5 as RedsiftColorLightComponentsPillsXLightGreyDefaultBackground, p6 as RedsiftColorLightComponentsPillsXLightGreyDefaultBorder, p7 as RedsiftColorLightComponentsPillsXLightGreyDefaultText, pb as RedsiftColorLightComponentsPillsXLightGreyDisabledBackground, pc as RedsiftColorLightComponentsPillsXLightGreyDisabledBorder, pd as RedsiftColorLightComponentsPillsXLightGreyDisabledText, p8 as RedsiftColorLightComponentsPillsXLightGreyHoverBackground, p9 as RedsiftColorLightComponentsPillsXLightGreyHoverBorder, pa as RedsiftColorLightComponentsPillsXLightGreyHoverText, nQ as RedsiftColorLightComponentsPillsYellowDefaultBackground, nR as RedsiftColorLightComponentsPillsYellowDefaultBorder, nS as RedsiftColorLightComponentsPillsYellowDefaultText, nW as RedsiftColorLightComponentsPillsYellowDisabledBackground, nX as RedsiftColorLightComponentsPillsYellowDisabledBorder, nY as RedsiftColorLightComponentsPillsYellowDisabledText, nT as RedsiftColorLightComponentsPillsYellowHoverBackground, nU as RedsiftColorLightComponentsPillsYellowHoverBorder, nV as RedsiftColorLightComponentsPillsYellowHoverText, hZ as RedsiftColorLightComponentsProductLogosIconGrey, hY as RedsiftColorLightComponentsProductLogosIconRed, hV as RedsiftColorLightComponentsProductLogosTextGrey, hW as RedsiftColorLightComponentsProductLogosTextRed, hX as RedsiftColorLightComponentsProductLogosTextWhite, mw as RedsiftColorLightComponentsRadioFillDefault, mx as RedsiftColorLightComponentsRadioFillDefaultHover, mA as RedsiftColorLightComponentsRadioFillDisabled, mB as RedsiftColorLightComponentsRadioFillInvalid, mC as RedsiftColorLightComponentsRadioFillInvalidHover, my as RedsiftColorLightComponentsRadioFillUncolored, mz as RedsiftColorLightComponentsRadioFillUncoloredHover, mD as RedsiftColorLightComponentsRadioTextDefault, mF as RedsiftColorLightComponentsRadioTextDisabled, mE as RedsiftColorLightComponentsRadioTextInvalid, hQ as RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, hR as RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, hS as RedsiftColorLightComponentsRedSiftLogoDiamondDark, hU as RedsiftColorLightComponentsRedSiftLogoDiamondLight, hT as RedsiftColorLightComponentsRedSiftLogoDiamondMid, hP as RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, hN as RedsiftColorLightComponentsRedSiftLogoIconBackground, hO as RedsiftColorLightComponentsRedSiftLogoIconR, hM as RedsiftColorLightComponentsRedSiftLogoTextGrey, hK as RedsiftColorLightComponentsRedSiftLogoTextRed, hL as RedsiftColorLightComponentsRedSiftLogoTextWhite, h_ as RedsiftColorLightComponentsSideNavigationBackground, i9 as RedsiftColorLightComponentsSideNavigationCurrentMarker, i5 as RedsiftColorLightComponentsSideNavigationMenuItemActive, i4 as RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, i2 as RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, i3 as RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, i0 as RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, i1 as RedsiftColorLightComponentsSideNavigationMenuItemTextHover, h$ as RedsiftColorLightComponentsSideNavigationMenuItemTextResting, i8 as RedsiftColorLightComponentsSideNavigationRightLine, i7 as RedsiftColorLightComponentsSideNavigationScrollbarHover, i6 as RedsiftColorLightComponentsSideNavigationScrollbarResting, lW as RedsiftColorLightComponentsSpinnerSpinner, mN as RedsiftColorLightComponentsSwitchBackgroundDefault, mO as RedsiftColorLightComponentsSwitchBackgroundDefaultActive, mR as RedsiftColorLightComponentsSwitchBackgroundDisabled, mS as RedsiftColorLightComponentsSwitchBackgroundDisabledActive, mT as RedsiftColorLightComponentsSwitchBackgroundInvalid, mU as RedsiftColorLightComponentsSwitchBackgroundInvalidActive, mP as RedsiftColorLightComponentsSwitchBackgroundUncolored, mQ as RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, mG as RedsiftColorLightComponentsSwitchDotDefault, mH as RedsiftColorLightComponentsSwitchDotDefaultHover, mK as RedsiftColorLightComponentsSwitchDotDisabled, mL as RedsiftColorLightComponentsSwitchDotInvalid, mM as RedsiftColorLightComponentsSwitchDotInvalidHover, mI as RedsiftColorLightComponentsSwitchDotUncolored, mJ as RedsiftColorLightComponentsSwitchDotUncoloredHover, mV as RedsiftColorLightComponentsSwitchTextDefault, mX as RedsiftColorLightComponentsSwitchTextDisabled, mW as RedsiftColorLightComponentsSwitchTextInvalid, mY as RedsiftColorLightComponentsTabsLine, hI as RedsiftColorLightComponentsTextPrimary, hJ as RedsiftColorLightComponentsTextSecondary, il as RedsiftColorLightComponentsTooltipBackground, im as RedsiftColorLightComponentsTooltipText, ru as RedsiftColorNeutralBlack, rs as RedsiftColorNeutralDarkGrey, rq as RedsiftColorNeutralDisabled, rp as RedsiftColorNeutralLightGrey, rr as RedsiftColorNeutralMidGrey, rn as RedsiftColorNeutralWhite, rt as RedsiftColorNeutralXDarkGrey, ro as RedsiftColorNeutralXLightGrey, s0 as RedsiftColorNotificationsErrorActive, r$ as RedsiftColorNotificationsErrorHover, r_ as RedsiftColorNotificationsErrorPrimary, s6 as RedsiftColorNotificationsInfoActive, s5 as RedsiftColorNotificationsInfoHover, s4 as RedsiftColorNotificationsInfoPrimary, sc as RedsiftColorNotificationsNoDataActive, sb as RedsiftColorNotificationsNoDataHover, sa as RedsiftColorNotificationsNoDataPrimary, rT as RedsiftColorNotificationsPrimaryActive, rS as RedsiftColorNotificationsPrimaryHover, rR as RedsiftColorNotificationsPrimaryPrimary, s9 as RedsiftColorNotificationsQuestionActive, s8 as RedsiftColorNotificationsQuestionHover, s7 as RedsiftColorNotificationsQuestionPrimary, rW as RedsiftColorNotificationsSecondaryActive, rV as RedsiftColorNotificationsSecondaryHover, rU as RedsiftColorNotificationsSecondaryPrimary, rZ as RedsiftColorNotificationsSuccessActive, rY as RedsiftColorNotificationsSuccessHover, rX as RedsiftColorNotificationsSuccessPrimary, s3 as RedsiftColorNotificationsWarningActive, s2 as RedsiftColorNotificationsWarningHover, s1 as RedsiftColorNotificationsWarningPrimary, st as RedsiftColorPresentationAquaDark, ss as RedsiftColorPresentationAquaDarker, sr as RedsiftColorPresentationAquaDarkerer, su as RedsiftColorPresentationAquaDefault, sv as RedsiftColorPresentationAquaLight, sw as RedsiftColorPresentationAquaLighter, sx as RedsiftColorPresentationAquaLighterer, t7 as RedsiftColorPresentationBlueDark, t6 as RedsiftColorPresentationBlueDarker, t5 as RedsiftColorPresentationBlueDarkerer, t8 as RedsiftColorPresentationBlueDefault, t9 as RedsiftColorPresentationBlueLight, ta as RedsiftColorPresentationBlueLighter, tb as RedsiftColorPresentationBlueLighterer, sA as RedsiftColorPresentationBrownDark, sz as RedsiftColorPresentationBrownDarker, sy as RedsiftColorPresentationBrownDarkerer, sB as RedsiftColorPresentationBrownDefault, sC as RedsiftColorPresentationBrownLight, sD as RedsiftColorPresentationBrownLighter, sE as RedsiftColorPresentationBrownLighterer, sf as RedsiftColorPresentationGreenDark, se as RedsiftColorPresentationGreenDarker, sd as RedsiftColorPresentationGreenDarkerer, sg as RedsiftColorPresentationGreenDefault, sh as RedsiftColorPresentationGreenLight, si as RedsiftColorPresentationGreenLighter, sj as RedsiftColorPresentationGreenLighterer, te as RedsiftColorPresentationGreyDark, td as RedsiftColorPresentationGreyDarker, tc as RedsiftColorPresentationGreyDarkerer, tf as RedsiftColorPresentationGreyDefault, tg as RedsiftColorPresentationGreyLight, th as RedsiftColorPresentationGreyLighter, ti as RedsiftColorPresentationGreyLighterer, t0 as RedsiftColorPresentationOrangeDark, s$ as RedsiftColorPresentationOrangeDarker, s_ as RedsiftColorPresentationOrangeDarkerer, t1 as RedsiftColorPresentationOrangeDefault, t2 as RedsiftColorPresentationOrangeLight, t3 as RedsiftColorPresentationOrangeLighter, t4 as RedsiftColorPresentationOrangeLighterer, sm as RedsiftColorPresentationPinkDark, sl as RedsiftColorPresentationPinkDarker, sk as RedsiftColorPresentationPinkDarkerer, sn as RedsiftColorPresentationPinkDefault, so as RedsiftColorPresentationPinkLight, sp as RedsiftColorPresentationPinkLighter, sq as RedsiftColorPresentationPinkLighterer, sV as RedsiftColorPresentationPurpleDark, sU as RedsiftColorPresentationPurpleDarker, sT as RedsiftColorPresentationPurpleDarkerer, sW as RedsiftColorPresentationPurpleDefault, sX as RedsiftColorPresentationPurpleLight, sY as RedsiftColorPresentationPurpleLighter, sZ as RedsiftColorPresentationPurpleLighterer, sH as RedsiftColorPresentationRedDark, sG as RedsiftColorPresentationRedDarker, sF as RedsiftColorPresentationRedDarkerer, sI as RedsiftColorPresentationRedDefault, sJ as RedsiftColorPresentationRedLight, sK as RedsiftColorPresentationRedLighter, sL as RedsiftColorPresentationRedLighterer, sO as RedsiftColorPresentationYellowDark, sN as RedsiftColorPresentationYellowDarker, sM as RedsiftColorPresentationYellowDarkerer, sP as RedsiftColorPresentationYellowDefault, sQ as RedsiftColorPresentationYellowLight, sR as RedsiftColorPresentationYellowLighter, sS as RedsiftColorPresentationYellowLighterer, ra as RedsiftColorPrimaryD1, rb as RedsiftColorPrimaryD2, rc as RedsiftColorPrimaryD3, rd as RedsiftColorPrimaryD4, r8 as RedsiftColorPrimaryL1, r7 as RedsiftColorPrimaryL2, r6 as RedsiftColorPrimaryL3, r5 as RedsiftColorPrimaryL4, r9 as RedsiftColorPrimaryN, rx as RedsiftColorProductAsm, ry as RedsiftColorProductBrandTrust, rz as RedsiftColorProductCertificates, rA as RedsiftColorProductHardenize, rB as RedsiftColorProductOnDmarc, rD as RedsiftColorProductOnInbox, rC as RedsiftColorProductOndmarc, rE as RedsiftColorProductOninbox, rJ as RedsiftColorProductPulse, rF as RedsiftColorProductRadar, rH as RedsiftColorProductRojoDs, rG as RedsiftColorProductVendorSecure, rI as RedsiftColorProductWebsite, qi as RedsiftColorRedD1, qj as RedsiftColorRedD2, qk as RedsiftColorRedD3, ql as RedsiftColorRedD4, qg as RedsiftColorRedL1, qf as RedsiftColorRedL2, qe as RedsiftColorRedL3, qd as RedsiftColorRedL4, qh as RedsiftColorRedN, rj as RedsiftColorSecondaryD1, rk as RedsiftColorSecondaryD2, rl as RedsiftColorSecondaryD3, rm as RedsiftColorSecondaryD4, rh as RedsiftColorSecondaryL1, rg as RedsiftColorSecondaryL2, rf as RedsiftColorSecondaryL3, re as RedsiftColorSecondaryL4, ri as RedsiftColorSecondaryN, qA as RedsiftColorTealD1, qB as RedsiftColorTealD2, qC as RedsiftColorTealD3, qD as RedsiftColorTealD4, qy as RedsiftColorTealL1, qx as RedsiftColorTealL2, qw as RedsiftColorTealL3, qv as RedsiftColorTealL4, qz as RedsiftColorTealN, rv as RedsiftColorTextPrimary, rw as RedsiftColorTextSecondary, r1 as RedsiftColorYellowD1, r2 as RedsiftColorYellowD2, r3 as RedsiftColorYellowD3, r4 as RedsiftColorYellowD4, q$ as RedsiftColorYellowL1, q_ as RedsiftColorYellowL2, qZ as RedsiftColorYellowL3, qY as RedsiftColorYellowL4, r0 as RedsiftColorYellowN, tp as RedsiftLayoutZIndexDialog, tn as RedsiftLayoutZIndexDropdown, tk as RedsiftLayoutZIndexFooter, tl as RedsiftLayoutZIndexHeader, to as RedsiftLayoutZIndexOverlay, tq as RedsiftLayoutZIndexPopover, tm as RedsiftLayoutZIndexSidePanel, tr as RedsiftLayoutZIndexTooltip, us as RedsiftTypographyBadgeFontFamily, ut as RedsiftTypographyBadgeFontSize, uu as RedsiftTypographyBadgeFontWeight, uv as RedsiftTypographyBadgeLineHeight, u0 as RedsiftTypographyBodyFontFamily, u1 as RedsiftTypographyBodyFontSize, u2 as RedsiftTypographyBodyFontWeight, u3 as RedsiftTypographyBodyLineHeight, u4 as RedsiftTypographyBodyTextTransform, ud as RedsiftTypographyButtonFontFamily, ue as RedsiftTypographyButtonFontSize, uf as RedsiftTypographyButtonFontWeight, ug as RedsiftTypographyButtonLineHeight, uh as RedsiftTypographyButtonTextTransform, ui as RedsiftTypographyCaptionFontFamily, uj as RedsiftTypographyCaptionFontSize, uk as RedsiftTypographyCaptionFontWeight, ul as RedsiftTypographyCaptionLineHeight, um as RedsiftTypographyCaptionTextTransform, uA as RedsiftTypographyChipFontFamily, uB as RedsiftTypographyChipFontSize, uC as RedsiftTypographyChipFontWeight, uD as RedsiftTypographyChipLineHeight, uM as RedsiftTypographyDatagridCellFontFamily, uN as RedsiftTypographyDatagridCellFontSize, uO as RedsiftTypographyDatagridCellFontWeight, uP as RedsiftTypographyDatagridCellLineHeight, uI as RedsiftTypographyDatagridHeaderFontFamily, uJ as RedsiftTypographyDatagridHeaderFontSize, uK as RedsiftTypographyDatagridHeaderFontWeight, uL as RedsiftTypographyDatagridHeaderLineHeight, ts as RedsiftTypographyFontFamilyPoppins, tt as RedsiftTypographyFontFamilySourceCodePro, tC as RedsiftTypographyFontWeightBlack, tA as RedsiftTypographyFontWeightBold, tB as RedsiftTypographyFontWeightExtraBold, tv as RedsiftTypographyFontWeightExtraLight, tw as RedsiftTypographyFontWeightLight, ty as RedsiftTypographyFontWeightMedium, tx as RedsiftTypographyFontWeightRegular, tz as RedsiftTypographyFontWeightSemiBold, tu as RedsiftTypographyFontWeightThin, tD as RedsiftTypographyH1FontFamily, tE as RedsiftTypographyH1FontSize, tF as RedsiftTypographyH1FontWeight, tG as RedsiftTypographyH1LineHeight, tH as RedsiftTypographyH1TextTransform, tI as RedsiftTypographyH2FontFamily, tJ as RedsiftTypographyH2FontSize, tK as RedsiftTypographyH2FontWeight, tL as RedsiftTypographyH2LineHeight, tM as RedsiftTypographyH2TextTransform, tN as RedsiftTypographyH3FontFamily, tO as RedsiftTypographyH3FontSize, tP as RedsiftTypographyH3FontWeight, tQ as RedsiftTypographyH3LineHeight, tR as RedsiftTypographyH3TextTransform, tS as RedsiftTypographyH4FontFamily, tT as RedsiftTypographyH4FontSize, tU as RedsiftTypographyH4FontWeight, tV as RedsiftTypographyH4LineHeight, tW as RedsiftTypographyH4TextTransform, tX as RedsiftTypographyH5FontFamily, tY as RedsiftTypographyH5FontSize, tZ as RedsiftTypographyH5FontWeight, t_ as RedsiftTypographyH5LineHeight, t$ as RedsiftTypographyH5TextTransform, un as RedsiftTypographyHelperFontFamily, uo as RedsiftTypographyHelperFontSize, up as RedsiftTypographyHelperFontWeight, uq as RedsiftTypographyHelperLineHeight, ur as RedsiftTypographyHelperTextTransform, u9 as RedsiftTypographyInputTextFontFamily, ua as RedsiftTypographyInputTextFontSize, ub as RedsiftTypographyInputTextFontWeight, uc as RedsiftTypographyInputTextLineHeight, u5 as RedsiftTypographyLinkFontFamily, u6 as RedsiftTypographyLinkFontSize, u7 as RedsiftTypographyLinkFontWeight, u8 as RedsiftTypographyLinkLineHeight, uw as RedsiftTypographyPillFontFamily, ux as RedsiftTypographyPillFontSize, uy as RedsiftTypographyPillFontWeight, uz as RedsiftTypographyPillLineHeight, uE as RedsiftTypographyTooltipFontFamily, uF as RedsiftTypographyTooltipFontSize, uG as RedsiftTypographyTooltipFontWeight, uH as RedsiftTypographyTooltipLineHeight } from './_internal/redsift-design-tokens.js';
|
|
9
|
+
export { n as nextId, r as resetId, s as setPrefix, u as useId } from './_internal/useId.js';
|
|
10
|
+
export { w as warnIfNoAccessibleLabelFound } from './_internal/warnIfNoAccessibleLabelFound.js';
|
|
11
|
+
export { A as AppSidePanel, a as useAppSidePanel, u as useWindowSize } from './_internal/useAppSidePanel.js';
|
|
12
|
+
export { S as SideNavigationMenuBar, u as useBoundingClientRect, a as useSideNavigationMenuBar } from './_internal/useSideNavigationMenuBar.js';
|
|
13
|
+
export { a as TextArea, T as TextAreaVariant, u as useComputeNumberOfRows } from './_internal/TextArea.js';
|
|
14
|
+
export { u as useIsLoaded } from './_internal/useIsLoaded.js';
|
|
15
|
+
export { b as Alert, a as AlertStyleVariant, A as AlertVariant } from './_internal/Alert2.js';
|
|
16
|
+
export { A as AppBar } from './_internal/AppBar.js';
|
|
17
|
+
export { A as AppContainerContext } from './_internal/context.js';
|
|
18
|
+
export { A as AppContainer, R as RadarSvgLinearGradient } from './_internal/AppContainer.js';
|
|
19
|
+
export { A as AppContent } from './_internal/AppContent.js';
|
|
20
|
+
export { A as AppSidePanelVariant } from './_internal/types.js';
|
|
21
|
+
export { a as Badge, B as BadgeVariant } from './_internal/Badge2.js';
|
|
10
22
|
export { B as BreadcrumbItem } from './_internal/BreadcrumbItem.js';
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export { B as Button
|
|
16
|
-
export {
|
|
17
|
-
export { C as CardActionsProps, S as StyledCardActionsProps } from './_internal/types5.js';
|
|
23
|
+
export { B as BaseBreadcrumbs, a as Breadcrumbs } from './_internal/Breadcrumbs2.js';
|
|
24
|
+
export { a as ButtonGroup, B as ButtonGroupVariant } from './_internal/ButtonGroup.js';
|
|
25
|
+
export { B as ButtonLink } from './_internal/ButtonLink.js';
|
|
26
|
+
export { B as ButtonVariant, S as StyledButton } from './_internal/styles.js';
|
|
27
|
+
export { B as Button } from './_internal/Button2.js';
|
|
28
|
+
export { C as Card } from './_internal/Card2.js';
|
|
18
29
|
export { C as CardActions } from './_internal/CardActions.js';
|
|
19
|
-
export { C as CardBodyProps, S as StyledCardBodyProps } from './_internal/types6.js';
|
|
20
30
|
export { C as CardBody } from './_internal/CardBody.js';
|
|
21
|
-
export { C as CardHeaderProps, S as StyledCardHeaderProps } from './_internal/types7.js';
|
|
22
31
|
export { C as CardHeader } from './_internal/CardHeader.js';
|
|
23
|
-
export { a as
|
|
24
|
-
export { C as
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export { a as DetailedCard, D as DetailedCardProps, S as StyledDetailedCardProps } from './_internal/DetailedCard.js';
|
|
28
|
-
export { D as DetailedCardCollapsibleSectionItemsProps, S as StyledDetailedCardCollapsibleSectionItemsProps } from './_internal/types9.js';
|
|
32
|
+
export { a as CheckboxGroup, C as CheckboxGroupOrientation } from './_internal/CheckboxGroup.js';
|
|
33
|
+
export { C as Checkbox } from './_internal/Checkbox2.js';
|
|
34
|
+
export { C as ConditionalWrapper } from './_internal/ConditionalWrapper.js';
|
|
35
|
+
export { D as DetailedCard } from './_internal/DetailedCard.js';
|
|
29
36
|
export { D as DetailedCardCollapsibleSectionItems } from './_internal/DetailedCardCollapsibleSectionItems.js';
|
|
30
|
-
export { D as DetailedCardHeaderProps, S as StyledDetailedCardHeaderProps } from './_internal/types10.js';
|
|
31
37
|
export { D as DetailedCardHeader } from './_internal/DetailedCardHeader.js';
|
|
32
|
-
export { D as DetailedCardSectionProps, S as StyledDetailedCardSectionProps } from './_internal/types11.js';
|
|
33
38
|
export { D as DetailedCardSection } from './_internal/DetailedCardSection.js';
|
|
34
|
-
export { D as DetailedCardSectionItemProps, S as StyledDetailedCardSectionItemProps } from './_internal/types12.js';
|
|
35
39
|
export { D as DetailedCardSectionItem } from './_internal/DetailedCardSectionItem.js';
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export { B as BaseGrid, a as Grid, G as GridProps, S as StyledGridProps } from './_internal/Grid2.js';
|
|
41
|
-
export { G as GridItemProps, S as StyledGridItemProps } from './_internal/types14.js';
|
|
40
|
+
export { F as Flexbox } from './_internal/Flexbox2.js';
|
|
41
|
+
export { E as EventKey, a as FOCUS_WITHING_GROUP_INITIAL_STATE, F as FocusWithinGroupActionType, b as FocusWithinGroupContext, N as Navigation, u as uniqueId, c as useFocusOnListItem } from './_internal/useFocusOnListItem.js';
|
|
42
|
+
export { F as FocusWithinGroup, a as FocusWithinGroupReducer, u as useFocusOnList } from './_internal/useFocusOnList.js';
|
|
43
|
+
export { B as BaseGrid, G as Grid } from './_internal/Grid2.js';
|
|
42
44
|
export { G as GridItem } from './_internal/GridItem.js';
|
|
43
|
-
export { a as HeadingComponent,
|
|
45
|
+
export { a as HeadingComponent, H as HeadingVariant } from './_internal/types2.js';
|
|
44
46
|
export { H as Heading } from './_internal/Heading2.js';
|
|
45
|
-
export {
|
|
47
|
+
export { I as IconButtonVariant } from './_internal/styles2.js';
|
|
46
48
|
export { I as IconButton } from './_internal/IconButton.js';
|
|
47
|
-
export {
|
|
48
|
-
export { a as
|
|
49
|
-
export { I as
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export { L as
|
|
53
|
-
export { L as
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export { S as Shield } from './_internal/Shield2.js';
|
|
66
|
-
export { a as ShieldProps, S as ShieldVariant, b as StyledShieldProps } from './_internal/types22.js';
|
|
67
|
-
export { d as Menu, e as MenuBarItems, M as MenuItem, a as SideNavigationMenuBarContextProps, b as SideNavigationMenuBarProps, S as SideNavigationMenuBarVariant, h as SideNavigationMenuContextProps, f as SideNavigationMenuItemProps, l as SideNavigationMenuProps, k as SideNavigationMenuReducerAction, j as SideNavigationMenuReducerActionType, i as SideNavigationMenuReducerState, c as StyledSideNavigationMenuBarProps, g as StyledSideNavigationMenuItemProps, m as StyledSideNavigationMenuProps } from './_internal/types23.js';
|
|
68
|
-
export { S as SideNavigationMenuBar } from './_internal/SideNavigationMenuBar.js';
|
|
69
|
-
export { U as UseSideNavigationMenuBarProps, u as useSideNavigationMenuBar } from './_internal/useSideNavigationMenuBar.js';
|
|
70
|
-
export { S as SideNavigationMenuItem } from './_internal/SideNavigationMenuItem.js';
|
|
71
|
-
export { S as SideNavigationMenu } from './_internal/SideNavigationMenu.js';
|
|
72
|
-
export { S as SkeletonProps, a as StyledSkeletonProps } from './_internal/types24.js';
|
|
49
|
+
export { I as IconButtonLink } from './_internal/IconButtonLink.js';
|
|
50
|
+
export { a as Icon, I as IconSize, s as sizeToDimension } from './_internal/Icon2.js';
|
|
51
|
+
export { I as Item, R as RenderedListboxItem, S as StyledItem } from './_internal/Item2.js';
|
|
52
|
+
export { L as LinkButton } from './_internal/LinkButton.js';
|
|
53
|
+
export { S as StyledLink } from './_internal/styles3.js';
|
|
54
|
+
export { L as Link } from './_internal/Link2.js';
|
|
55
|
+
export { c as LISTBOX_INITIAL_STATE, a as ListboxActionType, d as ListboxContext, L as ListboxSelectionMode, b as ListboxVariant, u as useListboxItem } from './_internal/useListboxItem.js';
|
|
56
|
+
export { A as ActiveDescendantListbox, L as Listbox, a as ListboxReducer, R as RovingTabindexListbox } from './_internal/Listbox2.js';
|
|
57
|
+
export { N as Number } from './_internal/Number2.js';
|
|
58
|
+
export { a as NumberField, N as NumberFieldVariant } from './_internal/NumberField.js';
|
|
59
|
+
export { a as Pill, P as PillSize } from './_internal/Pill2.js';
|
|
60
|
+
export { P as ProgressBar } from './_internal/ProgressBar.js';
|
|
61
|
+
export { a as RadioGroup, R as RadioGroupOrientation } from './_internal/RadioGroup.js';
|
|
62
|
+
export { R as Radio } from './_internal/Radio2.js';
|
|
63
|
+
export { f as baseBorder, j as baseContainer, g as baseFlexbox, h as baseGrid, c as baseInternalSpacing, b as baseLayout, e as basePositioning, d as baseSizing, a as baseSpacing, i as baseStyling, k as focusRing, s as srOnly } from './_internal/styles4.js';
|
|
64
|
+
export { S as Shield, a as ShieldVariant } from './_internal/Shield2.js';
|
|
65
|
+
export { S as SideNavigationMenuBarVariant, a as SideNavigationMenuItem } from './_internal/SideNavigationMenuItem.js';
|
|
66
|
+
export { a as SideNavigationMenu, S as SideNavigationMenuReducerActionType } from './_internal/SideNavigationMenu.js';
|
|
73
67
|
export { B as BaseSkeleton, S as Skeleton } from './_internal/Skeleton2.js';
|
|
74
|
-
export { S as SkeletonCircleProps, a as StyledSkeletonCircleProps } from './_internal/types25.js';
|
|
75
68
|
export { S as SkeletonCircle } from './_internal/SkeletonCircle.js';
|
|
76
|
-
export {
|
|
69
|
+
export { S as SkeletonTextVariant } from './_internal/types3.js';
|
|
77
70
|
export { S as SkeletonText } from './_internal/SkeletonText.js';
|
|
78
|
-
export { S as Spinner,
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
81
|
-
export {
|
|
82
|
-
export { S as StyledTextProps, a as TextComponent, b as TextProps, T as TextVariant } from './_internal/types28.js';
|
|
71
|
+
export { S as Spinner, a as SpinnerSize, b as useLocalizedStringDictionary, u as useLocalizedStringFormatter } from './_internal/Spinner2.js';
|
|
72
|
+
export { S as Switch } from './_internal/Switch2.js';
|
|
73
|
+
export { a as SwitchGroup, S as SwitchGroupOrientation } from './_internal/SwitchGroup.js';
|
|
74
|
+
export { a as TextComponent, T as TextVariant } from './_internal/styles5.js';
|
|
83
75
|
export { T as Text } from './_internal/Text2.js';
|
|
84
|
-
export { S as
|
|
85
|
-
export { S as StyledTextFieldProps, a as TextFieldColor, b as TextFieldProps, T as TextFieldVariant } from './_internal/types29.js';
|
|
86
|
-
export { S as StyledTextField, T as TextField } from './_internal/TextField.js';
|
|
76
|
+
export { S as StyledTextField, a as TextField, T as TextFieldVariant } from './_internal/TextField.js';
|
|
87
77
|
export { T as ThemeContext, a as ThemeProvider, u as useTheme } from './_internal/useTheme.js';
|
|
88
|
-
import {
|
|
89
|
-
export {
|
|
90
|
-
|
|
91
|
-
export {
|
|
92
|
-
export {
|
|
93
|
-
import React, { ReactNode, ReactElement, ComponentProps, DependencyList, MutableRefObject } from 'react';
|
|
94
|
-
import 'styled-components';
|
|
95
|
-
import '@mui/material/LinearProgress';
|
|
78
|
+
import { u as useLocale } from './_internal/context2.js';
|
|
79
|
+
export { I as I18nProvider, S as SSRProvider, b as useIsSSR, u as useLocale, a as useSSRSafeId } from './_internal/context2.js';
|
|
80
|
+
import { useMemo, useRef, useCallback } from 'react';
|
|
81
|
+
export { u as useNumberFormatter } from './_internal/useNumberFormatter.js';
|
|
82
|
+
export { u as useMessageFormatter } from './_internal/useMessageFormatter.js';
|
|
96
83
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
84
|
+
const AlignSelf = {
|
|
85
|
+
auto: 'auto',
|
|
86
|
+
normal: 'normal',
|
|
87
|
+
start: 'start',
|
|
88
|
+
end: 'end',
|
|
89
|
+
center: 'center',
|
|
90
|
+
'flex-start': 'flex-start',
|
|
91
|
+
'flex-end': 'flex-end',
|
|
92
|
+
'self-start': 'self-start',
|
|
93
|
+
'self-end': 'self-end',
|
|
94
|
+
baseline: 'baseline',
|
|
95
|
+
stretch: 'stretch'
|
|
96
|
+
};
|
|
97
|
+
const JustifySelf = {
|
|
98
|
+
auto: 'auto',
|
|
99
|
+
normal: 'normal',
|
|
100
|
+
start: 'start',
|
|
101
|
+
end: 'end',
|
|
102
|
+
center: 'center',
|
|
103
|
+
'flex-start': 'flex-start',
|
|
104
|
+
'flex-end': 'flex-end',
|
|
105
|
+
'self-start': 'self-start',
|
|
106
|
+
'self-end': 'self-end',
|
|
107
|
+
left: 'left',
|
|
108
|
+
right: 'right',
|
|
109
|
+
stretch: 'stretch'
|
|
110
|
+
};
|
|
111
|
+
const AlignContent = {
|
|
112
|
+
'flex-start': 'flex-start',
|
|
113
|
+
'flex-end': 'flex-end',
|
|
114
|
+
center: 'center',
|
|
115
|
+
'space-between': 'space-between',
|
|
116
|
+
'space-around': 'space-around',
|
|
117
|
+
'space-evenly': 'space-evenly',
|
|
118
|
+
stretch: 'stretch',
|
|
119
|
+
start: 'start',
|
|
120
|
+
end: 'end',
|
|
121
|
+
baseline: 'baseline',
|
|
122
|
+
'first baseline': 'first baseline',
|
|
123
|
+
'last baseline': 'last baseline'
|
|
124
|
+
};
|
|
125
|
+
const AlignItems = {
|
|
126
|
+
stretch: 'stretch',
|
|
127
|
+
'flex-start': 'flex-start',
|
|
128
|
+
'flex-end': 'flex-end',
|
|
129
|
+
center: 'center',
|
|
130
|
+
baseline: 'baseline',
|
|
131
|
+
'first baseline': 'first baseline',
|
|
132
|
+
'last baseline': 'last baseline',
|
|
133
|
+
start: 'start',
|
|
134
|
+
end: 'end',
|
|
135
|
+
'self-start': 'self-start',
|
|
136
|
+
'self-end': 'self-end'
|
|
137
|
+
};
|
|
138
|
+
const FlexDirection = {
|
|
139
|
+
row: 'row',
|
|
140
|
+
'row-reverse': 'row-reverse',
|
|
141
|
+
column: 'column',
|
|
142
|
+
'column-reverse': 'column-reverse'
|
|
143
|
+
};
|
|
144
|
+
const FlexWrap = {
|
|
145
|
+
nowrap: 'nowrap',
|
|
146
|
+
wrap: 'wrap',
|
|
147
|
+
'wrap-reverse': 'wrap-reverse'
|
|
148
|
+
};
|
|
149
|
+
const JustifyContent = {
|
|
150
|
+
'flex-start': 'flex-start',
|
|
151
|
+
'flex-end': 'flex-end',
|
|
152
|
+
center: 'center',
|
|
153
|
+
'space-between': 'space-between',
|
|
154
|
+
'space-around': 'space-around',
|
|
155
|
+
'space-evenly': 'space-evenly',
|
|
156
|
+
start: 'start',
|
|
157
|
+
end: 'end',
|
|
158
|
+
left: 'left',
|
|
159
|
+
right: 'right',
|
|
160
|
+
baseline: 'baseline',
|
|
161
|
+
'first baseline': 'first baseline',
|
|
162
|
+
'last baseline': 'last baseline',
|
|
163
|
+
stretch: 'stretch'
|
|
164
|
+
};
|
|
165
|
+
const JustifyItems = {
|
|
166
|
+
start: 'start',
|
|
167
|
+
end: 'end',
|
|
168
|
+
center: 'center',
|
|
169
|
+
stretch: 'stretch'
|
|
170
|
+
};
|
|
171
|
+
const getContainerProps = props => _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, props.alignContent && {
|
|
172
|
+
alignContent: props.alignContent
|
|
173
|
+
}), props.alignItems && {
|
|
174
|
+
alignItems: props.alignItems
|
|
175
|
+
}), props.bottom && {
|
|
176
|
+
bottom: props.bottom
|
|
177
|
+
}), props.flexDirection && {
|
|
178
|
+
flexDirection: props.flexDirection
|
|
179
|
+
}), props.flexWrap && {
|
|
180
|
+
flexWrap: props.flexWrap
|
|
181
|
+
}), props.gap && {
|
|
182
|
+
gap: props.gap
|
|
183
|
+
}), props.gridAutoColumns && {
|
|
184
|
+
gridAutoColumns: props.gridAutoColumns
|
|
185
|
+
}), props.gridAutoRows && {
|
|
186
|
+
gridAutoRows: props.gridAutoRows
|
|
187
|
+
}), props.gridTemplateAreas && {
|
|
188
|
+
gridTemplateAreas: props.gridTemplateAreas
|
|
189
|
+
}), props.gridTemplateColumns && {
|
|
190
|
+
gridTemplateColumns: props.gridTemplateColumns
|
|
191
|
+
}), props.gridTemplateRows && {
|
|
192
|
+
gridTemplateRows: props.gridTemplateRows
|
|
193
|
+
}), props.height && {
|
|
194
|
+
height: props.height
|
|
195
|
+
}), props.justifyContent && {
|
|
196
|
+
justifyContent: props.justifyContent
|
|
197
|
+
}), props.justifyItems && {
|
|
198
|
+
justifyItems: props.justifyItems
|
|
199
|
+
}), props.left && {
|
|
200
|
+
left: props.left
|
|
201
|
+
}), props.margin && {
|
|
202
|
+
margin: props.margin
|
|
203
|
+
}), props.marginBottom && {
|
|
204
|
+
marginBottom: props.marginBottom
|
|
205
|
+
}), props.marginLeft && {
|
|
206
|
+
marginLeft: props.marginLeft
|
|
207
|
+
}), props.marginRight && {
|
|
208
|
+
marginRight: props.marginRight
|
|
209
|
+
}), props.marginTop && {
|
|
210
|
+
marginTop: props.marginTop
|
|
211
|
+
}), props.maxHeight && {
|
|
212
|
+
maxHeight: props.maxHeight
|
|
213
|
+
}), props.maxWidth && {
|
|
214
|
+
maxWidth: props.maxWidth
|
|
215
|
+
}), props.minHeight && {
|
|
216
|
+
minHeight: props.minHeight
|
|
217
|
+
}), props.minWidth && {
|
|
218
|
+
minWidth: props.minWidth
|
|
219
|
+
}), props.padding && {
|
|
220
|
+
padding: props.padding
|
|
221
|
+
}), props.paddingBottom && {
|
|
222
|
+
paddingBottom: props.paddingBottom
|
|
223
|
+
}), props.paddingLeft && {
|
|
224
|
+
paddingLeft: props.paddingLeft
|
|
225
|
+
}), props.paddingRight && {
|
|
226
|
+
paddingRight: props.paddingRight
|
|
227
|
+
}), props.paddingTop && {
|
|
228
|
+
paddingTop: props.paddingTop
|
|
229
|
+
}), props.position && {
|
|
230
|
+
position: props.position
|
|
231
|
+
}), props.right && {
|
|
232
|
+
right: props.right
|
|
233
|
+
}), props.top && {
|
|
234
|
+
top: props.top
|
|
235
|
+
}), props.width && {
|
|
236
|
+
width: props.width
|
|
237
|
+
}), props.zIndex && {
|
|
238
|
+
zIndex: props.zIndex
|
|
239
|
+
});
|
|
104
240
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
241
|
+
const getCssStyle = (element, prop) => {
|
|
242
|
+
return window.getComputedStyle(element, null).getPropertyValue(prop);
|
|
243
|
+
};
|
|
244
|
+
const getCanvasFont = function () {
|
|
245
|
+
let el = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : document.body;
|
|
246
|
+
const fontWeight = getCssStyle(el, 'font-weight') || 'normal';
|
|
247
|
+
const fontSize = getCssStyle(el, 'font-size') || '16px';
|
|
248
|
+
const fontFamily = getCssStyle(el, 'font-family') || 'Times New Roman';
|
|
249
|
+
return `${fontWeight} ${fontSize} ${fontFamily}`;
|
|
250
|
+
};
|
|
251
|
+
const getTextWidth = function (text, font) {
|
|
252
|
+
let angle = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
|
|
253
|
+
const canvas = document.createElement('canvas');
|
|
254
|
+
const context = canvas.getContext('2d');
|
|
255
|
+
context.font = font;
|
|
256
|
+
const metrics = context.measureText(text);
|
|
257
|
+
const radians = angle * (Math.PI / 180);
|
|
258
|
+
const cosTheta = Math.abs(Math.cos(radians));
|
|
259
|
+
const sinTheta = Math.abs(Math.sin(radians));
|
|
260
|
+
const boundingBoxHeight = metrics.width * sinTheta + 15 * cosTheta;
|
|
261
|
+
// console.log(text, metrics.width, boundingBoxHeight);
|
|
109
262
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
263
|
+
// return metrics.width;
|
|
264
|
+
return boundingBoxHeight;
|
|
265
|
+
};
|
|
266
|
+
const getMaxTextWidth = function (texts, font) {
|
|
267
|
+
let angle = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
|
|
268
|
+
return Math.max(...texts.map(text => getTextWidth(text, font, angle)));
|
|
269
|
+
};
|
|
117
270
|
|
|
118
|
-
|
|
119
|
-
* Return components based on list of predicates.
|
|
120
|
-
*
|
|
121
|
-
* @param components Array of components
|
|
122
|
-
* @param predicates Array of predicates
|
|
123
|
-
* @return an array of arrays of components based on the given array of predicates
|
|
124
|
-
*/
|
|
125
|
-
declare function partitionComponents<T>(components: T[], predicates: Array<(t: T) => boolean>): T[][];
|
|
271
|
+
/* eslint-disable prefer-const */
|
|
126
272
|
|
|
127
273
|
/**
|
|
128
|
-
*
|
|
129
|
-
*
|
|
274
|
+
* Provides localized list formatting for the current locale. Automatically updates when the locale changes,
|
|
275
|
+
* and handles caching of the list formatter for performance.
|
|
276
|
+
* @param options - Formatting options.
|
|
130
277
|
*/
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoIconR = "#e11010";
|
|
139
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight = "#ffb3b3";
|
|
140
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft = "#e24e4e";
|
|
141
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight = "#ff8181";
|
|
142
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoDiamondDark = "#e24e4e";
|
|
143
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoDiamondMid = "#ff8181";
|
|
144
|
-
declare const RedsiftColorDarkComponentsRedSiftLogoDiamondLight = "#ffb3b3";
|
|
145
|
-
declare const RedsiftColorDarkComponentsProductLogosTextGrey = "#ffffff";
|
|
146
|
-
declare const RedsiftColorDarkComponentsProductLogosTextRed = "#ffffff";
|
|
147
|
-
declare const RedsiftColorDarkComponentsProductLogosTextWhite = "#ffffff";
|
|
148
|
-
declare const RedsiftColorDarkComponentsProductLogosIconRed = "#e11010";
|
|
149
|
-
declare const RedsiftColorDarkComponentsProductLogosIconGrey = "#ffffff";
|
|
150
|
-
declare const RedsiftColorDarkComponentsSideNavigationBackground = "#474747";
|
|
151
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemTextResting = "#f2f2f2";
|
|
152
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled = "#666666";
|
|
153
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemTextHover = "#ffffff";
|
|
154
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover = "#666666";
|
|
155
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary = "transparent";
|
|
156
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive = "#e0e0e0";
|
|
157
|
-
declare const RedsiftColorDarkComponentsSideNavigationMenuItemActive = "#1c1c1c";
|
|
158
|
-
declare const RedsiftColorDarkComponentsSideNavigationScrollbarResting = "#666666";
|
|
159
|
-
declare const RedsiftColorDarkComponentsSideNavigationScrollbarHover = "#666666";
|
|
160
|
-
declare const RedsiftColorDarkComponentsSideNavigationRightLine = "#1c1c1c";
|
|
161
|
-
declare const RedsiftColorDarkComponentsSideNavigationCurrentMarker = "#f2f2f2";
|
|
162
|
-
declare const RedsiftColorDarkComponentsAppBarBackground = "#333333";
|
|
163
|
-
declare const RedsiftColorDarkComponentsAppBarBreadcrumbDefault = "#ffffff";
|
|
164
|
-
declare const RedsiftColorDarkComponentsAppBarBreadcrumbHover = "#142849";
|
|
165
|
-
declare const RedsiftColorDarkComponentsAppBarBreadcrumbDown = "#0d1b31";
|
|
166
|
-
declare const RedsiftColorDarkComponentsAppBarIconBackgroundHover = "#666666";
|
|
167
|
-
declare const RedsiftColorDarkComponentsAppBarIconBackgroundDown = "#e0e0e0";
|
|
168
|
-
declare const RedsiftColorDarkComponentsAppBarIconBackgroundActive = "#666666";
|
|
169
|
-
declare const RedsiftColorDarkComponentsAppBarIconBackgroundActiveHover = "#e0e0e0";
|
|
170
|
-
declare const RedsiftColorDarkComponentsAppBarIconBackgroundActiveDown = "#e0e0e0";
|
|
171
|
-
declare const RedsiftColorDarkComponentsAppBarBorder = "#1c1c1c";
|
|
172
|
-
declare const RedsiftColorDarkComponentsTooltipBackground = "#666666";
|
|
173
|
-
declare const RedsiftColorDarkComponentsTooltipText = "#ffffff";
|
|
174
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDefault = "#4285f4";
|
|
175
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundHover = "#3b78dc";
|
|
176
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundActive = "#2e5dab";
|
|
177
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled = "#474747";
|
|
178
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDefault = "#ffffff";
|
|
179
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextHover = "#ffffff";
|
|
180
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextActive = "#ffffff";
|
|
181
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDisabled = "#858585";
|
|
182
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault = "#51b7a4";
|
|
183
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover = "#49a594";
|
|
184
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive = "#398073";
|
|
185
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled = "#474747";
|
|
186
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault = "#ffffff";
|
|
187
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover = "#ffffff";
|
|
188
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive = "#ffffff";
|
|
189
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled = "#858585";
|
|
190
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault = "#02ac61";
|
|
191
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover = "#029b57";
|
|
192
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive = "#017844";
|
|
193
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled = "#474747";
|
|
194
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault = "#ffffff";
|
|
195
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover = "#ffffff";
|
|
196
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive = "#ffffff";
|
|
197
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled = "#858585";
|
|
198
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDefault = "#e11010";
|
|
199
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundHover = "#cb0e0e";
|
|
200
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundActive = "#9e0b0b";
|
|
201
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDisabled = "#474747";
|
|
202
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDefault = "#ffffff";
|
|
203
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextHover = "#ffffff";
|
|
204
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextActive = "#ffffff";
|
|
205
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDisabled = "#858585";
|
|
206
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault = "#fcbb54";
|
|
207
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover = "#e3a84c";
|
|
208
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive = "#b0833b";
|
|
209
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled = "#474747";
|
|
210
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault = "#ffffff";
|
|
211
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover = "#ffffff";
|
|
212
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive = "#ffffff";
|
|
213
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled = "#858585";
|
|
214
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDefault = "#4285f4";
|
|
215
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundHover = "#3b78dc";
|
|
216
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundActive = "#2e5dab";
|
|
217
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDisabled = "#474747";
|
|
218
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDefault = "#ffffff";
|
|
219
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextHover = "#ffffff";
|
|
220
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextActive = "#ffffff";
|
|
221
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDisabled = "#858585";
|
|
222
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDefault = "#666666";
|
|
223
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundHover = "#5c5c5c";
|
|
224
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundActive = "#525252";
|
|
225
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDisabled = "#474747";
|
|
226
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault = "#ffffff";
|
|
227
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover = "#ffffff";
|
|
228
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive = "#ffffff";
|
|
229
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled = "#858585";
|
|
230
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
|
|
231
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
|
|
232
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
|
|
233
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled = "#474747";
|
|
234
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault = "#ffffff";
|
|
235
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover = "#ffffff";
|
|
236
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive = "#ffffff";
|
|
237
|
-
declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled = "#858585";
|
|
238
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault = "transparent";
|
|
239
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover = "#142849";
|
|
240
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive = "#0d1b31";
|
|
241
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled = "#333333";
|
|
242
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault = "#4285f4";
|
|
243
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover = "#689df6";
|
|
244
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive = "#8eb6f8";
|
|
245
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled = "#858585";
|
|
246
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault = "transparent";
|
|
247
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover = "#183731";
|
|
248
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive = "#102521";
|
|
249
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled = "#333333";
|
|
250
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault = "#51b7a4";
|
|
251
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover = "#74c5b6";
|
|
252
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive = "#97d4c8";
|
|
253
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled = "#858585";
|
|
254
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault = "transparent";
|
|
255
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover = "#01341d";
|
|
256
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive = "#002213";
|
|
257
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled = "#333333";
|
|
258
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault = "#02ac61";
|
|
259
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover = "#35bd81";
|
|
260
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive = "#67cda0";
|
|
261
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled = "#858585";
|
|
262
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault = "transparent";
|
|
263
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover = "#430505";
|
|
264
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive = "#2d0303";
|
|
265
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled = "#333333";
|
|
266
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault = "#e11010";
|
|
267
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover = "#e74040";
|
|
268
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive = "#ed7070";
|
|
269
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled = "#858585";
|
|
270
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault = "transparent";
|
|
271
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover = "#4c3819";
|
|
272
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive = "#322511";
|
|
273
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled = "#333333";
|
|
274
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault = "#fcbb54";
|
|
275
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover = "#fdc976";
|
|
276
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive = "#fdd698";
|
|
277
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled = "#858585";
|
|
278
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault = "transparent";
|
|
279
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover = "#142849";
|
|
280
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive = "#0d1b31";
|
|
281
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled = "#333333";
|
|
282
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault = "#4285f4";
|
|
283
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover = "#689df6";
|
|
284
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive = "#8eb6f8";
|
|
285
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled = "#858585";
|
|
286
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault = "transparent";
|
|
287
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover = "#525252";
|
|
288
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive = "#333333";
|
|
289
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled = "#333333";
|
|
290
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault = "#666666";
|
|
291
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover = "#858585";
|
|
292
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive = "#a3a3a3";
|
|
293
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled = "#858585";
|
|
294
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDefault = "transparent";
|
|
295
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundHover = "#525252";
|
|
296
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundActive = "#333333";
|
|
297
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDisabled = "transparent";
|
|
298
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDefault = "#333333";
|
|
299
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextHover = "#333333";
|
|
300
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextActive = "#333333";
|
|
301
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDisabled = "#a3a3a3";
|
|
302
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDefault = "transparent";
|
|
303
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundHover = "#525252";
|
|
304
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundActive = "#333333";
|
|
305
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDisabled = "transparent";
|
|
306
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDefault = "#ffffff";
|
|
307
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextHover = "#ffffff";
|
|
308
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextActive = "#ffffff";
|
|
309
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDisabled = "#a3a3a3";
|
|
310
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault = "transparent";
|
|
311
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
|
|
312
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
|
|
313
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled = "#333333";
|
|
314
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
|
|
315
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
|
|
316
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
|
|
317
|
-
declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled = "#858585";
|
|
318
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault = "transparent";
|
|
319
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover = "#142849";
|
|
320
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive = "#0d1b31";
|
|
321
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = "#333333";
|
|
322
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault = "#4285f4";
|
|
323
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover = "#689df6";
|
|
324
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive = "#8eb6f8";
|
|
325
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled = "#858585";
|
|
326
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault = "transparent";
|
|
327
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover = "#183731";
|
|
328
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive = "#102521";
|
|
329
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = "#333333";
|
|
330
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault = "#51b7a4";
|
|
331
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover = "#74c5b6";
|
|
332
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive = "#97d4c8";
|
|
333
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled = "#858585";
|
|
334
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault = "transparent";
|
|
335
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover = "#01341d";
|
|
336
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive = "#002213";
|
|
337
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = "#333333";
|
|
338
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault = "#02ac61";
|
|
339
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover = "#35bd81";
|
|
340
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive = "#67cda0";
|
|
341
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled = "#858585";
|
|
342
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault = "transparent";
|
|
343
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover = "#430505";
|
|
344
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive = "#2d0303";
|
|
345
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled = "#333333";
|
|
346
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault = "#e11010";
|
|
347
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover = "#e74040";
|
|
348
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive = "#ed7070";
|
|
349
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled = "#858585";
|
|
350
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault = "transparent";
|
|
351
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover = "#4c3819";
|
|
352
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive = "#322511";
|
|
353
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled = "#333333";
|
|
354
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault = "#fcbb54";
|
|
355
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover = "#fdc976";
|
|
356
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive = "#fdd698";
|
|
357
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled = "#858585";
|
|
358
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault = "transparent";
|
|
359
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover = "#142849";
|
|
360
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive = "#0d1b31";
|
|
361
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled = "#333333";
|
|
362
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault = "#4285f4";
|
|
363
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover = "#689df6";
|
|
364
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive = "#8eb6f8";
|
|
365
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled = "#858585";
|
|
366
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault = "transparent";
|
|
367
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover = "#525252";
|
|
368
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive = "#333333";
|
|
369
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled = "#333333";
|
|
370
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault = "#666666";
|
|
371
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover = "#858585";
|
|
372
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive = "#a3a3a3";
|
|
373
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled = "#858585";
|
|
374
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault = "transparent";
|
|
375
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover = "#525252";
|
|
376
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive = "#333333";
|
|
377
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled = "transparent";
|
|
378
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault = "#333333";
|
|
379
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover = "#333333";
|
|
380
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive = "#333333";
|
|
381
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled = "#a3a3a3";
|
|
382
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault = "transparent";
|
|
383
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover = "#525252";
|
|
384
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive = "#333333";
|
|
385
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = "transparent";
|
|
386
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault = "#ffffff";
|
|
387
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover = "#ffffff";
|
|
388
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive = "#ffffff";
|
|
389
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled = "#a3a3a3";
|
|
390
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault = "transparent";
|
|
391
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
|
|
392
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
|
|
393
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled = "#333333";
|
|
394
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
|
|
395
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
|
|
396
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
|
|
397
|
-
declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled = "#858585";
|
|
398
|
-
declare const RedsiftColorDarkComponentsAiAiBorder = "#e11010";
|
|
399
|
-
declare const RedsiftColorDarkComponentsAiAiIcon = "#e11010";
|
|
400
|
-
declare const RedsiftColorDarkComponentsSpinnerSpinner = "#142849";
|
|
401
|
-
declare const RedsiftColorDarkComponentsAlertSuccessBackground = "#029b57";
|
|
402
|
-
declare const RedsiftColorDarkComponentsAlertSuccessBorder = "#017844";
|
|
403
|
-
declare const RedsiftColorDarkComponentsAlertSuccessIcon = "#017844";
|
|
404
|
-
declare const RedsiftColorDarkComponentsAlertText = "#f2f2f2";
|
|
405
|
-
declare const RedsiftColorDarkComponentsAlertErrorBackground = "#cb0e0e";
|
|
406
|
-
declare const RedsiftColorDarkComponentsAlertErrorBorder = "#9e0b0b";
|
|
407
|
-
declare const RedsiftColorDarkComponentsAlertErrorIcon = "#9e0b0b";
|
|
408
|
-
declare const RedsiftColorDarkComponentsAlertWarningBackground = "#e3a84c";
|
|
409
|
-
declare const RedsiftColorDarkComponentsAlertWarningBorder = "#b0833b";
|
|
410
|
-
declare const RedsiftColorDarkComponentsAlertWarningIcon = "#b0833b";
|
|
411
|
-
declare const RedsiftColorDarkComponentsAlertInfoBackground = "#3b78dc";
|
|
412
|
-
declare const RedsiftColorDarkComponentsAlertInfoBorder = "#2e5dab";
|
|
413
|
-
declare const RedsiftColorDarkComponentsAlertInfoIcon = "#2e5dab";
|
|
414
|
-
declare const RedsiftColorDarkComponentsIconsDefault = "#f2f2f2";
|
|
415
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground = "#474747";
|
|
416
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusDefaultText = "#ffffff";
|
|
417
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusDividers = "#666666";
|
|
418
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground = "#666666";
|
|
419
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusHoverText = "#ffffff";
|
|
420
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusClickBackground = "#e0e0e0";
|
|
421
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusClickText = "#1c1c1c";
|
|
422
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText = "#ffffff";
|
|
423
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground = "#4285f4";
|
|
424
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText = "#ffffff";
|
|
425
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground = "#3b78dc";
|
|
426
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText = "#1c1c1c";
|
|
427
|
-
declare const RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground = "#e0e0e0";
|
|
428
|
-
declare const RedsiftColorDarkComponentsCheckboxFillDefault = "#4285f4";
|
|
429
|
-
declare const RedsiftColorDarkComponentsCheckboxFillDefaultHover = "#142849";
|
|
430
|
-
declare const RedsiftColorDarkComponentsCheckboxFillUncolored = "#666666";
|
|
431
|
-
declare const RedsiftColorDarkComponentsCheckboxFillUncoloredHover = "#474747";
|
|
432
|
-
declare const RedsiftColorDarkComponentsCheckboxFillDisabled = "#e0e0e0";
|
|
433
|
-
declare const RedsiftColorDarkComponentsCheckboxFillInvalid = "#e11010";
|
|
434
|
-
declare const RedsiftColorDarkComponentsCheckboxFillInvalidHover = "#f39f9f";
|
|
435
|
-
declare const RedsiftColorDarkComponentsCheckboxTextDefault = "#ffffff";
|
|
436
|
-
declare const RedsiftColorDarkComponentsCheckboxTextInvalid = "#e11010";
|
|
437
|
-
declare const RedsiftColorDarkComponentsCheckboxTextDisabled = "#e0e0e0";
|
|
438
|
-
declare const RedsiftColorDarkComponentsRadioFillDefault = "#4285f4";
|
|
439
|
-
declare const RedsiftColorDarkComponentsRadioFillDefaultHover = "#142849";
|
|
440
|
-
declare const RedsiftColorDarkComponentsRadioFillUncolored = "#666666";
|
|
441
|
-
declare const RedsiftColorDarkComponentsRadioFillUncoloredHover = "#474747";
|
|
442
|
-
declare const RedsiftColorDarkComponentsRadioFillDisabled = "#e0e0e0";
|
|
443
|
-
declare const RedsiftColorDarkComponentsRadioFillInvalid = "#e11010";
|
|
444
|
-
declare const RedsiftColorDarkComponentsRadioFillInvalidHover = "#f39f9f";
|
|
445
|
-
declare const RedsiftColorDarkComponentsRadioTextDefault = "#ffffff";
|
|
446
|
-
declare const RedsiftColorDarkComponentsRadioTextInvalid = "#e11010";
|
|
447
|
-
declare const RedsiftColorDarkComponentsRadioTextDisabled = "#e0e0e0";
|
|
448
|
-
declare const RedsiftColorDarkComponentsSwitchDotDefault = "#0d1b31";
|
|
449
|
-
declare const RedsiftColorDarkComponentsSwitchDotDefaultHover = "#3b78dc";
|
|
450
|
-
declare const RedsiftColorDarkComponentsSwitchDotUncolored = "#666666";
|
|
451
|
-
declare const RedsiftColorDarkComponentsSwitchDotUncoloredHover = "#474747";
|
|
452
|
-
declare const RedsiftColorDarkComponentsSwitchDotDisabled = "#0d1b31";
|
|
453
|
-
declare const RedsiftColorDarkComponentsSwitchDotInvalid = "#0d1b31";
|
|
454
|
-
declare const RedsiftColorDarkComponentsSwitchDotInvalidHover = "#f39f9f";
|
|
455
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundDefault = "#3b78dc";
|
|
456
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundDefaultActive = "#4285f4";
|
|
457
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundUncolored = "#474747";
|
|
458
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive = "#666666";
|
|
459
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundDisabled = "#e0e0e0";
|
|
460
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundDisabledActive = "#e0e0e0";
|
|
461
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundInvalid = "#f39f9f";
|
|
462
|
-
declare const RedsiftColorDarkComponentsSwitchBackgroundInvalidActive = "#e11010";
|
|
463
|
-
declare const RedsiftColorDarkComponentsSwitchTextDefault = "#ffffff";
|
|
464
|
-
declare const RedsiftColorDarkComponentsSwitchTextInvalid = "#e11010";
|
|
465
|
-
declare const RedsiftColorDarkComponentsSwitchTextDisabled = "#e0e0e0";
|
|
466
|
-
declare const RedsiftColorDarkComponentsTabsLine = "#666666";
|
|
467
|
-
declare const RedsiftColorDarkComponentsModalBackground = "#1c1c1c";
|
|
468
|
-
declare const RedsiftColorDarkComponentsPillsGreyDefaultBackground = "#E6E6E6";
|
|
469
|
-
declare const RedsiftColorDarkComponentsPillsGreyDefaultBorder = "unset";
|
|
470
|
-
declare const RedsiftColorDarkComponentsPillsGreyDefaultText = "#1c1c1c";
|
|
471
|
-
declare const RedsiftColorDarkComponentsPillsGreyHoverBackground = "#D6D6D6";
|
|
472
|
-
declare const RedsiftColorDarkComponentsPillsGreyHoverBorder = "unset";
|
|
473
|
-
declare const RedsiftColorDarkComponentsPillsGreyHoverText = "#1c1c1c";
|
|
474
|
-
declare const RedsiftColorDarkComponentsPillsGreyDisabledBackground = "#EEEEEE";
|
|
475
|
-
declare const RedsiftColorDarkComponentsPillsGreyDisabledBorder = "unset";
|
|
476
|
-
declare const RedsiftColorDarkComponentsPillsGreyDisabledText = "#666666";
|
|
477
|
-
declare const RedsiftColorDarkComponentsPillsGreenDefaultBackground = "#A2E7BA";
|
|
478
|
-
declare const RedsiftColorDarkComponentsPillsGreenDefaultBorder = "unset";
|
|
479
|
-
declare const RedsiftColorDarkComponentsPillsGreenDefaultText = "#1c1c1c";
|
|
480
|
-
declare const RedsiftColorDarkComponentsPillsGreenHoverBackground = "#56D58E";
|
|
481
|
-
declare const RedsiftColorDarkComponentsPillsGreenHoverBorder = "unset";
|
|
482
|
-
declare const RedsiftColorDarkComponentsPillsGreenHoverText = "#1c1c1c";
|
|
483
|
-
declare const RedsiftColorDarkComponentsPillsGreenDisabledBackground = "#C2EFD1";
|
|
484
|
-
declare const RedsiftColorDarkComponentsPillsGreenDisabledBorder = "unset";
|
|
485
|
-
declare const RedsiftColorDarkComponentsPillsGreenDisabledText = "#666666";
|
|
486
|
-
declare const RedsiftColorDarkComponentsPillsPinkDefaultBackground = "#ECA0D6";
|
|
487
|
-
declare const RedsiftColorDarkComponentsPillsPinkDefaultBorder = "unset";
|
|
488
|
-
declare const RedsiftColorDarkComponentsPillsPinkDefaultText = "#1c1c1c";
|
|
489
|
-
declare const RedsiftColorDarkComponentsPillsPinkHoverBackground = "#D95CBA";
|
|
490
|
-
declare const RedsiftColorDarkComponentsPillsPinkHoverBorder = "unset";
|
|
491
|
-
declare const RedsiftColorDarkComponentsPillsPinkHoverText = "#1c1c1c";
|
|
492
|
-
declare const RedsiftColorDarkComponentsPillsPinkDisabledBackground = "#F4C0E3";
|
|
493
|
-
declare const RedsiftColorDarkComponentsPillsPinkDisabledBorder = "unset";
|
|
494
|
-
declare const RedsiftColorDarkComponentsPillsPinkDisabledText = "#666666";
|
|
495
|
-
declare const RedsiftColorDarkComponentsPillsAquaDefaultBackground = "#9AF8F4";
|
|
496
|
-
declare const RedsiftColorDarkComponentsPillsAquaDefaultBorder = "unset";
|
|
497
|
-
declare const RedsiftColorDarkComponentsPillsAquaDefaultText = "#1c1c1c";
|
|
498
|
-
declare const RedsiftColorDarkComponentsPillsAquaHoverBackground = "#63EAE4";
|
|
499
|
-
declare const RedsiftColorDarkComponentsPillsAquaHoverBorder = "unset";
|
|
500
|
-
declare const RedsiftColorDarkComponentsPillsAquaHoverText = "#1c1c1c";
|
|
501
|
-
declare const RedsiftColorDarkComponentsPillsAquaDisabledBackground = "#CAF7F4";
|
|
502
|
-
declare const RedsiftColorDarkComponentsPillsAquaDisabledBorder = "unset";
|
|
503
|
-
declare const RedsiftColorDarkComponentsPillsAquaDisabledText = "#666666";
|
|
504
|
-
declare const RedsiftColorDarkComponentsPillsBrownDefaultBackground = "#EDC19C";
|
|
505
|
-
declare const RedsiftColorDarkComponentsPillsBrownDefaultBorder = "unset";
|
|
506
|
-
declare const RedsiftColorDarkComponentsPillsBrownDefaultText = "#1c1c1c";
|
|
507
|
-
declare const RedsiftColorDarkComponentsPillsBrownHoverBackground = "#C78348";
|
|
508
|
-
declare const RedsiftColorDarkComponentsPillsBrownHoverBorder = "unset";
|
|
509
|
-
declare const RedsiftColorDarkComponentsPillsBrownHoverText = "#1c1c1c";
|
|
510
|
-
declare const RedsiftColorDarkComponentsPillsBrownDisabledBackground = "#F6D9C3";
|
|
511
|
-
declare const RedsiftColorDarkComponentsPillsBrownDisabledBorder = "unset";
|
|
512
|
-
declare const RedsiftColorDarkComponentsPillsBrownDisabledText = "#666666";
|
|
513
|
-
declare const RedsiftColorDarkComponentsPillsRedDefaultBackground = "#F3A39E";
|
|
514
|
-
declare const RedsiftColorDarkComponentsPillsRedDefaultBorder = "unset";
|
|
515
|
-
declare const RedsiftColorDarkComponentsPillsRedDefaultText = "#1c1c1c";
|
|
516
|
-
declare const RedsiftColorDarkComponentsPillsRedHoverBackground = "#E06363";
|
|
517
|
-
declare const RedsiftColorDarkComponentsPillsRedHoverBorder = "unset";
|
|
518
|
-
declare const RedsiftColorDarkComponentsPillsRedHoverText = "#1c1c1c";
|
|
519
|
-
declare const RedsiftColorDarkComponentsPillsRedDisabledBackground = "#F8BBBA";
|
|
520
|
-
declare const RedsiftColorDarkComponentsPillsRedDisabledBorder = "unset";
|
|
521
|
-
declare const RedsiftColorDarkComponentsPillsRedDisabledText = "#666666";
|
|
522
|
-
declare const RedsiftColorDarkComponentsPillsYellowDefaultBackground = "#F7EFC3";
|
|
523
|
-
declare const RedsiftColorDarkComponentsPillsYellowDefaultBorder = "unset";
|
|
524
|
-
declare const RedsiftColorDarkComponentsPillsYellowDefaultText = "#1c1c1c";
|
|
525
|
-
declare const RedsiftColorDarkComponentsPillsYellowHoverBackground = "#FFF741";
|
|
526
|
-
declare const RedsiftColorDarkComponentsPillsYellowHoverBorder = "unset";
|
|
527
|
-
declare const RedsiftColorDarkComponentsPillsYellowHoverText = "#1c1c1c";
|
|
528
|
-
declare const RedsiftColorDarkComponentsPillsYellowDisabledBackground = "#FBF5DB";
|
|
529
|
-
declare const RedsiftColorDarkComponentsPillsYellowDisabledBorder = "unset";
|
|
530
|
-
declare const RedsiftColorDarkComponentsPillsYellowDisabledText = "#666666";
|
|
531
|
-
declare const RedsiftColorDarkComponentsPillsPurpleDefaultBackground = "#C6A8EF";
|
|
532
|
-
declare const RedsiftColorDarkComponentsPillsPurpleDefaultBorder = "unset";
|
|
533
|
-
declare const RedsiftColorDarkComponentsPillsPurpleDefaultText = "#1c1c1c";
|
|
534
|
-
declare const RedsiftColorDarkComponentsPillsPurpleHoverBackground = "#965EDE";
|
|
535
|
-
declare const RedsiftColorDarkComponentsPillsPurpleHoverBorder = "unset";
|
|
536
|
-
declare const RedsiftColorDarkComponentsPillsPurpleHoverText = "#1c1c1c";
|
|
537
|
-
declare const RedsiftColorDarkComponentsPillsPurpleDisabledBackground = "#DECAF6";
|
|
538
|
-
declare const RedsiftColorDarkComponentsPillsPurpleDisabledBorder = "unset";
|
|
539
|
-
declare const RedsiftColorDarkComponentsPillsPurpleDisabledText = "#666666";
|
|
540
|
-
declare const RedsiftColorDarkComponentsPillsOrangeDefaultBackground = "#F8D296";
|
|
541
|
-
declare const RedsiftColorDarkComponentsPillsOrangeDefaultBorder = "unset";
|
|
542
|
-
declare const RedsiftColorDarkComponentsPillsOrangeDefaultText = "#1c1c1c";
|
|
543
|
-
declare const RedsiftColorDarkComponentsPillsOrangeHoverBackground = "#FCBB54";
|
|
544
|
-
declare const RedsiftColorDarkComponentsPillsOrangeHoverBorder = "unset";
|
|
545
|
-
declare const RedsiftColorDarkComponentsPillsOrangeHoverText = "#1c1c1c";
|
|
546
|
-
declare const RedsiftColorDarkComponentsPillsOrangeDisabledBackground = "#FDE4C0";
|
|
547
|
-
declare const RedsiftColorDarkComponentsPillsOrangeDisabledBorder = "unset";
|
|
548
|
-
declare const RedsiftColorDarkComponentsPillsOrangeDisabledText = "#666666";
|
|
549
|
-
declare const RedsiftColorDarkComponentsPillsBlueDefaultBackground = "#B1DCF3";
|
|
550
|
-
declare const RedsiftColorDarkComponentsPillsBlueDefaultBorder = "unset";
|
|
551
|
-
declare const RedsiftColorDarkComponentsPillsBlueDefaultText = "#1c1c1c";
|
|
552
|
-
declare const RedsiftColorDarkComponentsPillsBlueHoverBackground = "#73C5EB";
|
|
553
|
-
declare const RedsiftColorDarkComponentsPillsBlueHoverBorder = "unset";
|
|
554
|
-
declare const RedsiftColorDarkComponentsPillsBlueHoverText = "#1c1c1c";
|
|
555
|
-
declare const RedsiftColorDarkComponentsPillsBlueDisabledBackground = "#CCE8F7";
|
|
556
|
-
declare const RedsiftColorDarkComponentsPillsBlueDisabledBorder = "unset";
|
|
557
|
-
declare const RedsiftColorDarkComponentsPillsBlueDisabledText = "#666666";
|
|
558
|
-
declare const RedsiftColorDarkComponentsPillsBlackDefaultBackground = "#1c1c1c";
|
|
559
|
-
declare const RedsiftColorDarkComponentsPillsBlackDefaultBorder = "unset";
|
|
560
|
-
declare const RedsiftColorDarkComponentsPillsBlackDefaultText = "#ffffff";
|
|
561
|
-
declare const RedsiftColorDarkComponentsPillsBlackHoverBackground = "#333333";
|
|
562
|
-
declare const RedsiftColorDarkComponentsPillsBlackHoverBorder = "unset";
|
|
563
|
-
declare const RedsiftColorDarkComponentsPillsBlackHoverText = "#ffffff";
|
|
564
|
-
declare const RedsiftColorDarkComponentsPillsBlackDisabledBackground = "#474747";
|
|
565
|
-
declare const RedsiftColorDarkComponentsPillsBlackDisabledBorder = "unset";
|
|
566
|
-
declare const RedsiftColorDarkComponentsPillsBlackDisabledText = "#ffffff";
|
|
567
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground = "#333333";
|
|
568
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder = "unset";
|
|
569
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultText = "#ffffff";
|
|
570
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground = "#474747";
|
|
571
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder = "unset";
|
|
572
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverText = "#ffffff";
|
|
573
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground = "#666666";
|
|
574
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder = "unset";
|
|
575
|
-
declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledText = "#ffffff";
|
|
576
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground = "#474747";
|
|
577
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder = "unset";
|
|
578
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultText = "#ffffff";
|
|
579
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyHoverBackground = "#666666";
|
|
580
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyHoverBorder = "unset";
|
|
581
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyHoverText = "#ffffff";
|
|
582
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground = "#e0e0e0";
|
|
583
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder = "unset";
|
|
584
|
-
declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledText = "#ffffff";
|
|
585
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyDefaultBackground = "#666666";
|
|
586
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyDefaultBorder = "unset";
|
|
587
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyDefaultText = "#ffffff";
|
|
588
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyHoverBackground = "#474747";
|
|
589
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyHoverBorder = "unset";
|
|
590
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyHoverText = "#ffffff";
|
|
591
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyDisabledBackground = "#e0e0e0";
|
|
592
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyDisabledBorder = "unset";
|
|
593
|
-
declare const RedsiftColorDarkComponentsPillsMidGreyDisabledText = "#666666";
|
|
594
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyDefaultBackground = "#e0e0e0";
|
|
595
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyDefaultBorder = "unset";
|
|
596
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyDefaultText = "#1c1c1c";
|
|
597
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyHoverBackground = "#666666";
|
|
598
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyHoverBorder = "unset";
|
|
599
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyHoverText = "#1c1c1c";
|
|
600
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyDisabledBackground = "#f2f2f2";
|
|
601
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyDisabledBorder = "unset";
|
|
602
|
-
declare const RedsiftColorDarkComponentsPillsLightGreyDisabledText = "#666666";
|
|
603
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground = "#f2f2f2";
|
|
604
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder = "unset";
|
|
605
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultText = "#1c1c1c";
|
|
606
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyHoverBackground = "#e0e0e0";
|
|
607
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyHoverBorder = "unset";
|
|
608
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyHoverText = "#1c1c1c";
|
|
609
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground = "#666666";
|
|
610
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder = "unset";
|
|
611
|
-
declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledText = "#666666";
|
|
612
|
-
declare const RedsiftColorDarkComponentsPillsWhiteDefaultBackground = "#ffffff";
|
|
613
|
-
declare const RedsiftColorDarkComponentsPillsWhiteDefaultBorder = "#e0e0e0";
|
|
614
|
-
declare const RedsiftColorDarkComponentsPillsWhiteDefaultText = "#1c1c1c";
|
|
615
|
-
declare const RedsiftColorDarkComponentsPillsWhiteHoverBackground = "#f2f2f2";
|
|
616
|
-
declare const RedsiftColorDarkComponentsPillsWhiteHoverBorder = "#e0e0e0";
|
|
617
|
-
declare const RedsiftColorDarkComponentsPillsWhiteHoverText = "#1c1c1c";
|
|
618
|
-
declare const RedsiftColorDarkComponentsPillsWhiteDisabledBackground = "#ffffff";
|
|
619
|
-
declare const RedsiftColorDarkComponentsPillsWhiteDisabledBorder = "#e0e0e0";
|
|
620
|
-
declare const RedsiftColorDarkComponentsPillsWhiteDisabledText = "#666666";
|
|
621
|
-
declare const RedsiftColorDarkComponentsPillsErrorDefaultBackground = "#F8BBBA";
|
|
622
|
-
declare const RedsiftColorDarkComponentsPillsErrorDefaultBorder = "unset";
|
|
623
|
-
declare const RedsiftColorDarkComponentsPillsErrorDefaultText = "#1c1c1c";
|
|
624
|
-
declare const RedsiftColorDarkComponentsPillsErrorHoverBackground = "#E06363";
|
|
625
|
-
declare const RedsiftColorDarkComponentsPillsErrorHoverBorder = "unset";
|
|
626
|
-
declare const RedsiftColorDarkComponentsPillsErrorHoverText = "#1c1c1c";
|
|
627
|
-
declare const RedsiftColorDarkComponentsPillsErrorDisabledBackground = "#F3A39E";
|
|
628
|
-
declare const RedsiftColorDarkComponentsPillsErrorDisabledBorder = "unset";
|
|
629
|
-
declare const RedsiftColorDarkComponentsPillsErrorDisabledText = "#666666";
|
|
630
|
-
declare const RedsiftColorDarkComponentsPillsWarningDefaultBackground = "#FDE4C0";
|
|
631
|
-
declare const RedsiftColorDarkComponentsPillsWarningDefaultBorder = "unset";
|
|
632
|
-
declare const RedsiftColorDarkComponentsPillsWarningDefaultText = "#1c1c1c";
|
|
633
|
-
declare const RedsiftColorDarkComponentsPillsWarningHoverBackground = "#FCBB54";
|
|
634
|
-
declare const RedsiftColorDarkComponentsPillsWarningHoverBorder = "unset";
|
|
635
|
-
declare const RedsiftColorDarkComponentsPillsWarningHoverText = "#1c1c1c";
|
|
636
|
-
declare const RedsiftColorDarkComponentsPillsWarningDisabledBackground = "#F8D296";
|
|
637
|
-
declare const RedsiftColorDarkComponentsPillsWarningDisabledBorder = "unset";
|
|
638
|
-
declare const RedsiftColorDarkComponentsPillsWarningDisabledText = "#666666";
|
|
639
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDefaultBackground = "#C2EFD1";
|
|
640
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDefaultBorder = "unset";
|
|
641
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDefaultText = "#1c1c1c";
|
|
642
|
-
declare const RedsiftColorDarkComponentsPillsSuccessHoverBackground = "#56D58E";
|
|
643
|
-
declare const RedsiftColorDarkComponentsPillsSuccessHoverBorder = "unset";
|
|
644
|
-
declare const RedsiftColorDarkComponentsPillsSuccessHoverText = "#1c1c1c";
|
|
645
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDisabledBackground = "#A2E7BA";
|
|
646
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDisabledBorder = "unset";
|
|
647
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDisabledText = "#666666";
|
|
648
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground = "#E06363";
|
|
649
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder = "unset";
|
|
650
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultText = "#1c1c1c";
|
|
651
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkHoverBackground = "#DE0000";
|
|
652
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkHoverBorder = "unset";
|
|
653
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkHoverText = "#1c1c1c";
|
|
654
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground = "#F3A39E";
|
|
655
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder = "unset";
|
|
656
|
-
declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledText = "#666666";
|
|
657
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground = "#FCBB54";
|
|
658
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder = "unset";
|
|
659
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultText = "#1c1c1c";
|
|
660
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkHoverBackground = "#ED9200";
|
|
661
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkHoverBorder = "unset";
|
|
662
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkHoverText = "#1c1c1c";
|
|
663
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground = "#F8D296";
|
|
664
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder = "unset";
|
|
665
|
-
declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledText = "#666666";
|
|
666
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground = "#56D58E";
|
|
667
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder = "unset";
|
|
668
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultText = "#1c1c1c";
|
|
669
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground = "#00CE59";
|
|
670
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder = "unset";
|
|
671
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverText = "#1c1c1c";
|
|
672
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground = "#A2E7BA";
|
|
673
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder = "unset";
|
|
674
|
-
declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledText = "#666666";
|
|
675
|
-
declare const RedsiftColorLightComponentsPageBackground = "#ffffff";
|
|
676
|
-
declare const RedsiftColorLightComponentsTextPrimary = "#333333";
|
|
677
|
-
declare const RedsiftColorLightComponentsTextSecondary = "#474747";
|
|
678
|
-
declare const RedsiftColorLightComponentsRedSiftLogoTextRed = "#e11010";
|
|
679
|
-
declare const RedsiftColorLightComponentsRedSiftLogoTextWhite = "#ffffff";
|
|
680
|
-
declare const RedsiftColorLightComponentsRedSiftLogoTextGrey = "#333333";
|
|
681
|
-
declare const RedsiftColorLightComponentsRedSiftLogoIconBackground = "#e11010";
|
|
682
|
-
declare const RedsiftColorLightComponentsRedSiftLogoIconR = "#ffffff";
|
|
683
|
-
declare const RedsiftColorLightComponentsRedSiftLogoDiamondTopRight = "#e24e4e";
|
|
684
|
-
declare const RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft = "#ffb3b3";
|
|
685
|
-
declare const RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight = "#ff8181";
|
|
686
|
-
declare const RedsiftColorLightComponentsRedSiftLogoDiamondDark = "#e24e4e";
|
|
687
|
-
declare const RedsiftColorLightComponentsRedSiftLogoDiamondMid = "#ff8181";
|
|
688
|
-
declare const RedsiftColorLightComponentsRedSiftLogoDiamondLight = "#ffb3b3";
|
|
689
|
-
declare const RedsiftColorLightComponentsProductLogosTextGrey = "#333333";
|
|
690
|
-
declare const RedsiftColorLightComponentsProductLogosTextRed = "#e11010";
|
|
691
|
-
declare const RedsiftColorLightComponentsProductLogosTextWhite = "#ffffff";
|
|
692
|
-
declare const RedsiftColorLightComponentsProductLogosIconRed = "#e11010";
|
|
693
|
-
declare const RedsiftColorLightComponentsProductLogosIconGrey = "#333333";
|
|
694
|
-
declare const RedsiftColorLightComponentsSideNavigationBackground = "#f2f2f2";
|
|
695
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemTextResting = "#474747";
|
|
696
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled = "#666666";
|
|
697
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemTextHover = "#1c1c1c";
|
|
698
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover = "#E6E6E6";
|
|
699
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary = "transparent";
|
|
700
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive = "#e0e0e0";
|
|
701
|
-
declare const RedsiftColorLightComponentsSideNavigationMenuItemActive = "#1c1c1c";
|
|
702
|
-
declare const RedsiftColorLightComponentsSideNavigationScrollbarResting = "#e0e0e0";
|
|
703
|
-
declare const RedsiftColorLightComponentsSideNavigationScrollbarHover = "#666666";
|
|
704
|
-
declare const RedsiftColorLightComponentsSideNavigationRightLine = "#e9e9e9";
|
|
705
|
-
declare const RedsiftColorLightComponentsSideNavigationCurrentMarker = "#1c1c1c";
|
|
706
|
-
declare const RedsiftColorLightComponentsAppBarBackground = "#ffffff";
|
|
707
|
-
declare const RedsiftColorLightComponentsAppBarBreadcrumbDefault = "#1c1c1c";
|
|
708
|
-
declare const RedsiftColorLightComponentsAppBarBreadcrumbHover = "#3b78dc";
|
|
709
|
-
declare const RedsiftColorLightComponentsAppBarBreadcrumbDown = "#2e5dab";
|
|
710
|
-
declare const RedsiftColorLightComponentsAppBarIconBackgroundHover = "#f2f2f2";
|
|
711
|
-
declare const RedsiftColorLightComponentsAppBarIconBackgroundDown = "#e0e0e0";
|
|
712
|
-
declare const RedsiftColorLightComponentsAppBarIconBackgroundActive = "#f2f2f2";
|
|
713
|
-
declare const RedsiftColorLightComponentsAppBarIconBackgroundActiveHover = "#e0e0e0";
|
|
714
|
-
declare const RedsiftColorLightComponentsAppBarIconBackgroundActiveDown = "#e0e0e0";
|
|
715
|
-
declare const RedsiftColorLightComponentsAppBarBorder = "#e9e9e9";
|
|
716
|
-
declare const RedsiftColorLightComponentsTooltipBackground = "#ffffff";
|
|
717
|
-
declare const RedsiftColorLightComponentsTooltipText = "#333333";
|
|
718
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault = "#4285f4";
|
|
719
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover = "#3b78dc";
|
|
720
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive = "#2e5dab";
|
|
721
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled = "#e0e0e0";
|
|
722
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault = "#ffffff";
|
|
723
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover = "#ffffff";
|
|
724
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive = "#ffffff";
|
|
725
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled = "#858585";
|
|
726
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault = "#51b7a4";
|
|
727
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover = "#49a594";
|
|
728
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive = "#398073";
|
|
729
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled = "#e0e0e0";
|
|
730
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault = "#ffffff";
|
|
731
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover = "#ffffff";
|
|
732
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive = "#ffffff";
|
|
733
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled = "#858585";
|
|
734
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault = "#02ac61";
|
|
735
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover = "#029b57";
|
|
736
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive = "#017844";
|
|
737
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled = "#e0e0e0";
|
|
738
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault = "#ffffff";
|
|
739
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover = "#ffffff";
|
|
740
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive = "#ffffff";
|
|
741
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled = "#858585";
|
|
742
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault = "#e11010";
|
|
743
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover = "#cb0e0e";
|
|
744
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive = "#9e0b0b";
|
|
745
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled = "#e0e0e0";
|
|
746
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault = "#ffffff";
|
|
747
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover = "#ffffff";
|
|
748
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive = "#ffffff";
|
|
749
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled = "#858585";
|
|
750
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault = "#fcbb54";
|
|
751
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover = "#e3a84c";
|
|
752
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive = "#b0833b";
|
|
753
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled = "#e0e0e0";
|
|
754
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault = "#ffffff";
|
|
755
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover = "#ffffff";
|
|
756
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive = "#ffffff";
|
|
757
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled = "#858585";
|
|
758
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault = "#4285f4";
|
|
759
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover = "#3b78dc";
|
|
760
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive = "#2e5dab";
|
|
761
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled = "#e0e0e0";
|
|
762
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault = "#ffffff";
|
|
763
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover = "#ffffff";
|
|
764
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive = "#ffffff";
|
|
765
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled = "#858585";
|
|
766
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault = "#666666";
|
|
767
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover = "#5c5c5c";
|
|
768
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive = "#525252";
|
|
769
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled = "#e0e0e0";
|
|
770
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault = "#ffffff";
|
|
771
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover = "#ffffff";
|
|
772
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive = "#ffffff";
|
|
773
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled = "#858585";
|
|
774
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
|
|
775
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
|
|
776
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
|
|
777
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled = "#e0e0e0";
|
|
778
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault = "#ffffff";
|
|
779
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover = "#ffffff";
|
|
780
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive = "#ffffff";
|
|
781
|
-
declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled = "#858585";
|
|
782
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault = "transparent";
|
|
783
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover = "#d9e7fd";
|
|
784
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive = "#b3cefb";
|
|
785
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled = "#ffffff";
|
|
786
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault = "#4285f4";
|
|
787
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover = "#3b78dc";
|
|
788
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive = "#2e5dab";
|
|
789
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = "#a3a3a3";
|
|
790
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault = "transparent";
|
|
791
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover = "#dcf1ed";
|
|
792
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive = "#b9e2db";
|
|
793
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled = "#ffffff";
|
|
794
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault = "#51b7a4";
|
|
795
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover = "#49a594";
|
|
796
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive = "#398073";
|
|
797
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = "#a3a3a3";
|
|
798
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault = "transparent";
|
|
799
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover = "#cceedf";
|
|
800
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive = "#9adec0";
|
|
801
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled = "#ffffff";
|
|
802
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault = "#02ac61";
|
|
803
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover = "#029b57";
|
|
804
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive = "#017844";
|
|
805
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = "#a3a3a3";
|
|
806
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault = "transparent";
|
|
807
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover = "#f9cfcf";
|
|
808
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive = "#f39f9f";
|
|
809
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled = "#ffffff";
|
|
810
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault = "#e11010";
|
|
811
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover = "#cb0e0e";
|
|
812
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive = "#9e0b0b";
|
|
813
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = "#a3a3a3";
|
|
814
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault = "transparent";
|
|
815
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover = "#fef1dd";
|
|
816
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive = "#fee4bb";
|
|
817
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled = "#ffffff";
|
|
818
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault = "#fcbb54";
|
|
819
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover = "#e3a84c";
|
|
820
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive = "#b0833b";
|
|
821
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = "#a3a3a3";
|
|
822
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault = "transparent";
|
|
823
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover = "#d9e7fd";
|
|
824
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive = "#b3cefb";
|
|
825
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled = "#ffffff";
|
|
826
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault = "#4285f4";
|
|
827
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover = "#3b78dc";
|
|
828
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive = "#2e5dab";
|
|
829
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = "#a3a3a3";
|
|
830
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault = "transparent";
|
|
831
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover = "#e0e0e0";
|
|
832
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive = "#a3a3a3";
|
|
833
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled = "transparent";
|
|
834
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault = "#666666";
|
|
835
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover = "#525252";
|
|
836
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive = "#525252";
|
|
837
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = "#a3a3a3";
|
|
838
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDefault = "transparent";
|
|
839
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundHover = "#e0e0e0";
|
|
840
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundActive = "#a3a3a3";
|
|
841
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDisabled = "transparent";
|
|
842
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDefault = "#333333";
|
|
843
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextHover = "#333333";
|
|
844
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextActive = "#333333";
|
|
845
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDisabled = "#a3a3a3";
|
|
846
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDefault = "transparent";
|
|
847
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundHover = "#e0e0e0";
|
|
848
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundActive = "#a3a3a3";
|
|
849
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDisabled = "transparent";
|
|
850
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDefault = "#ffffff";
|
|
851
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextHover = "#ffffff";
|
|
852
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextActive = "#ffffff";
|
|
853
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDisabled = "#a3a3a3";
|
|
854
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault = "transparent";
|
|
855
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
|
|
856
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
|
|
857
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled = "#ffffff";
|
|
858
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
|
|
859
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
|
|
860
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
|
|
861
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled = "#a3a3a3";
|
|
862
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault = "transparent";
|
|
863
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover = "#d9e7fd";
|
|
864
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive = "#b3cefb";
|
|
865
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = "transparent";
|
|
866
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault = "#4285f4";
|
|
867
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover = "#3b78dc";
|
|
868
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive = "#2e5dab";
|
|
869
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = "#a3a3a3";
|
|
870
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault = "transparent";
|
|
871
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover = "#dcf1ed";
|
|
872
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive = "#b9e2db";
|
|
873
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = "transparent";
|
|
874
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault = "#51b7a4";
|
|
875
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover = "#49a594";
|
|
876
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive = "#398073";
|
|
877
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = "#a3a3a3";
|
|
878
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault = "transparent";
|
|
879
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover = "#cceedf";
|
|
880
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive = "#9adec0";
|
|
881
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = "transparent";
|
|
882
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault = "#02ac61";
|
|
883
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover = "#029b57";
|
|
884
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive = "#017844";
|
|
885
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = "#a3a3a3";
|
|
886
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault = "transparent";
|
|
887
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover = "#f9cfcf";
|
|
888
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive = "#f39f9f";
|
|
889
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = "transparent";
|
|
890
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault = "#e11010";
|
|
891
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover = "#cb0e0e";
|
|
892
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive = "#9e0b0b";
|
|
893
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = "#a3a3a3";
|
|
894
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault = "transparent";
|
|
895
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover = "#fef1dd";
|
|
896
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive = "#fee4bb";
|
|
897
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = "transparent";
|
|
898
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault = "#fcbb54";
|
|
899
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover = "#e3a84c";
|
|
900
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive = "#b0833b";
|
|
901
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = "#a3a3a3";
|
|
902
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault = "transparent";
|
|
903
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover = "#d9e7fd";
|
|
904
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive = "#b3cefb";
|
|
905
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = "transparent";
|
|
906
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault = "#4285f4";
|
|
907
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover = "#3b78dc";
|
|
908
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive = "#2e5dab";
|
|
909
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = "#a3a3a3";
|
|
910
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault = "transparent";
|
|
911
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover = "#e0e0e0";
|
|
912
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive = "#a3a3a3";
|
|
913
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = "transparent";
|
|
914
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault = "#666666";
|
|
915
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover = "#525252";
|
|
916
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive = "#525252";
|
|
917
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = "#a3a3a3";
|
|
918
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault = "transparent";
|
|
919
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover = "#e0e0e0";
|
|
920
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive = "#a3a3a3";
|
|
921
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled = "transparent";
|
|
922
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault = "#333333";
|
|
923
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover = "#333333";
|
|
924
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive = "#333333";
|
|
925
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled = "#a3a3a3";
|
|
926
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault = "transparent";
|
|
927
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover = "#e0e0e0";
|
|
928
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive = "#a3a3a3";
|
|
929
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = "transparent";
|
|
930
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault = "#ffffff";
|
|
931
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover = "#ffffff";
|
|
932
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive = "#ffffff";
|
|
933
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled = "#a3a3a3";
|
|
934
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault = "transparent";
|
|
935
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
|
|
936
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
|
|
937
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled = "#ffffff";
|
|
938
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
|
|
939
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
|
|
940
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
|
|
941
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled = "#a3a3a3";
|
|
942
|
-
declare const RedsiftColorLightComponentsAiAiBorder = "#e11010";
|
|
943
|
-
declare const RedsiftColorLightComponentsAiAiIcon = "#e11010";
|
|
944
|
-
declare const RedsiftColorLightComponentsSpinnerSpinner = "#4285f4";
|
|
945
|
-
declare const RedsiftColorLightComponentsAlertSuccessBackground = "#cceedf";
|
|
946
|
-
declare const RedsiftColorLightComponentsAlertSuccessBorder = "#9adec0";
|
|
947
|
-
declare const RedsiftColorLightComponentsAlertSuccessIcon = "#02ac61";
|
|
948
|
-
declare const RedsiftColorLightComponentsAlertText = "#333333";
|
|
949
|
-
declare const RedsiftColorLightComponentsAlertErrorBackground = "#f9cfcf";
|
|
950
|
-
declare const RedsiftColorLightComponentsAlertErrorBorder = "#f39f9f";
|
|
951
|
-
declare const RedsiftColorLightComponentsAlertErrorIcon = "#e11010";
|
|
952
|
-
declare const RedsiftColorLightComponentsAlertWarningBackground = "#fef1dd";
|
|
953
|
-
declare const RedsiftColorLightComponentsAlertWarningBorder = "#fee4bb";
|
|
954
|
-
declare const RedsiftColorLightComponentsAlertWarningIcon = "#fcbb54";
|
|
955
|
-
declare const RedsiftColorLightComponentsAlertInfoBackground = "#d9e7fd";
|
|
956
|
-
declare const RedsiftColorLightComponentsAlertInfoBorder = "#b3cefb";
|
|
957
|
-
declare const RedsiftColorLightComponentsAlertInfoIcon = "#4285f4";
|
|
958
|
-
declare const RedsiftColorLightComponentsIconsDefault = "#333333";
|
|
959
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground = "#ffffff";
|
|
960
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusDefaultText = "#333333";
|
|
961
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusDividers = "#e0e0e0";
|
|
962
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusHoverBackground = "#f2f2f2";
|
|
963
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusHoverText = "#333333";
|
|
964
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusClickBackground = "#333333";
|
|
965
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusClickText = "#ffffff";
|
|
966
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText = "#ffffff";
|
|
967
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground = "#4285f4";
|
|
968
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText = "#ffffff";
|
|
969
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground = "#3b78dc";
|
|
970
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText = "#ffffff";
|
|
971
|
-
declare const RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground = "#333333";
|
|
972
|
-
declare const RedsiftColorLightComponentsCheckboxFillDefault = "#4285f4";
|
|
973
|
-
declare const RedsiftColorLightComponentsCheckboxFillDefaultHover = "#d9e7fd";
|
|
974
|
-
declare const RedsiftColorLightComponentsCheckboxFillUncolored = "#666666";
|
|
975
|
-
declare const RedsiftColorLightComponentsCheckboxFillUncoloredHover = "#474747";
|
|
976
|
-
declare const RedsiftColorLightComponentsCheckboxFillDisabled = "#e0e0e0";
|
|
977
|
-
declare const RedsiftColorLightComponentsCheckboxFillInvalid = "#e11010";
|
|
978
|
-
declare const RedsiftColorLightComponentsCheckboxFillInvalidHover = "#f9cfcf";
|
|
979
|
-
declare const RedsiftColorLightComponentsCheckboxTextDefault = "#333333";
|
|
980
|
-
declare const RedsiftColorLightComponentsCheckboxTextInvalid = "#e11010";
|
|
981
|
-
declare const RedsiftColorLightComponentsCheckboxTextDisabled = "#e0e0e0";
|
|
982
|
-
declare const RedsiftColorLightComponentsRadioFillDefault = "#4285f4";
|
|
983
|
-
declare const RedsiftColorLightComponentsRadioFillDefaultHover = "#d9e7fd";
|
|
984
|
-
declare const RedsiftColorLightComponentsRadioFillUncolored = "#666666";
|
|
985
|
-
declare const RedsiftColorLightComponentsRadioFillUncoloredHover = "#474747";
|
|
986
|
-
declare const RedsiftColorLightComponentsRadioFillDisabled = "#e0e0e0";
|
|
987
|
-
declare const RedsiftColorLightComponentsRadioFillInvalid = "#e11010";
|
|
988
|
-
declare const RedsiftColorLightComponentsRadioFillInvalidHover = "#f9cfcf";
|
|
989
|
-
declare const RedsiftColorLightComponentsRadioTextDefault = "#333333";
|
|
990
|
-
declare const RedsiftColorLightComponentsRadioTextInvalid = "#e11010";
|
|
991
|
-
declare const RedsiftColorLightComponentsRadioTextDisabled = "#e0e0e0";
|
|
992
|
-
declare const RedsiftColorLightComponentsSwitchDotDefault = "#ffffff";
|
|
993
|
-
declare const RedsiftColorLightComponentsSwitchDotDefaultHover = "#d9e7fd";
|
|
994
|
-
declare const RedsiftColorLightComponentsSwitchDotUncolored = "#ffffff";
|
|
995
|
-
declare const RedsiftColorLightComponentsSwitchDotUncoloredHover = "#474747";
|
|
996
|
-
declare const RedsiftColorLightComponentsSwitchDotDisabled = "#ffffff";
|
|
997
|
-
declare const RedsiftColorLightComponentsSwitchDotInvalid = "#ffffff";
|
|
998
|
-
declare const RedsiftColorLightComponentsSwitchDotInvalidHover = "#f9cfcf";
|
|
999
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundDefault = "#d9e7fd";
|
|
1000
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundDefaultActive = "#4285f4";
|
|
1001
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundUncolored = "#474747";
|
|
1002
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundUncoloredActive = "#666666";
|
|
1003
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundDisabled = "#e0e0e0";
|
|
1004
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundDisabledActive = "#666666";
|
|
1005
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundInvalid = "#f9cfcf";
|
|
1006
|
-
declare const RedsiftColorLightComponentsSwitchBackgroundInvalidActive = "#e11010";
|
|
1007
|
-
declare const RedsiftColorLightComponentsSwitchTextDefault = "#333333";
|
|
1008
|
-
declare const RedsiftColorLightComponentsSwitchTextInvalid = "#e11010";
|
|
1009
|
-
declare const RedsiftColorLightComponentsSwitchTextDisabled = "#e0e0e0";
|
|
1010
|
-
declare const RedsiftColorLightComponentsTabsLine = "#e0e0e0";
|
|
1011
|
-
declare const RedsiftColorLightComponentsModalBackground = "#ffffff";
|
|
1012
|
-
declare const RedsiftColorLightComponentsPillsGreyDefaultBackground = "#E6E6E6";
|
|
1013
|
-
declare const RedsiftColorLightComponentsPillsGreyDefaultBorder = "transparent";
|
|
1014
|
-
declare const RedsiftColorLightComponentsPillsGreyDefaultText = "#1c1c1c";
|
|
1015
|
-
declare const RedsiftColorLightComponentsPillsGreyHoverBackground = "#D6D6D6";
|
|
1016
|
-
declare const RedsiftColorLightComponentsPillsGreyHoverBorder = "transparent";
|
|
1017
|
-
declare const RedsiftColorLightComponentsPillsGreyHoverText = "#1c1c1c";
|
|
1018
|
-
declare const RedsiftColorLightComponentsPillsGreyDisabledBackground = "#EEEEEE";
|
|
1019
|
-
declare const RedsiftColorLightComponentsPillsGreyDisabledBorder = "transparent";
|
|
1020
|
-
declare const RedsiftColorLightComponentsPillsGreyDisabledText = "#666666";
|
|
1021
|
-
declare const RedsiftColorLightComponentsPillsGreenDefaultBackground = "#A2E7BA";
|
|
1022
|
-
declare const RedsiftColorLightComponentsPillsGreenDefaultBorder = "transparent";
|
|
1023
|
-
declare const RedsiftColorLightComponentsPillsGreenDefaultText = "#1c1c1c";
|
|
1024
|
-
declare const RedsiftColorLightComponentsPillsGreenHoverBackground = "#56D58E";
|
|
1025
|
-
declare const RedsiftColorLightComponentsPillsGreenHoverBorder = "transparent";
|
|
1026
|
-
declare const RedsiftColorLightComponentsPillsGreenHoverText = "#1c1c1c";
|
|
1027
|
-
declare const RedsiftColorLightComponentsPillsGreenDisabledBackground = "#C2EFD1";
|
|
1028
|
-
declare const RedsiftColorLightComponentsPillsGreenDisabledBorder = "transparent";
|
|
1029
|
-
declare const RedsiftColorLightComponentsPillsGreenDisabledText = "#666666";
|
|
1030
|
-
declare const RedsiftColorLightComponentsPillsPinkDefaultBackground = "#ECA0D6";
|
|
1031
|
-
declare const RedsiftColorLightComponentsPillsPinkDefaultBorder = "transparent";
|
|
1032
|
-
declare const RedsiftColorLightComponentsPillsPinkDefaultText = "#1c1c1c";
|
|
1033
|
-
declare const RedsiftColorLightComponentsPillsPinkHoverBackground = "#D95CBA";
|
|
1034
|
-
declare const RedsiftColorLightComponentsPillsPinkHoverBorder = "transparent";
|
|
1035
|
-
declare const RedsiftColorLightComponentsPillsPinkHoverText = "#1c1c1c";
|
|
1036
|
-
declare const RedsiftColorLightComponentsPillsPinkDisabledBackground = "#F4C0E3";
|
|
1037
|
-
declare const RedsiftColorLightComponentsPillsPinkDisabledBorder = "transparent";
|
|
1038
|
-
declare const RedsiftColorLightComponentsPillsPinkDisabledText = "#666666";
|
|
1039
|
-
declare const RedsiftColorLightComponentsPillsAquaDefaultBackground = "#9AF8F4";
|
|
1040
|
-
declare const RedsiftColorLightComponentsPillsAquaDefaultBorder = "transparent";
|
|
1041
|
-
declare const RedsiftColorLightComponentsPillsAquaDefaultText = "#1c1c1c";
|
|
1042
|
-
declare const RedsiftColorLightComponentsPillsAquaHoverBackground = "#63EAE4";
|
|
1043
|
-
declare const RedsiftColorLightComponentsPillsAquaHoverBorder = "transparent";
|
|
1044
|
-
declare const RedsiftColorLightComponentsPillsAquaHoverText = "#1c1c1c";
|
|
1045
|
-
declare const RedsiftColorLightComponentsPillsAquaDisabledBackground = "#CAF7F4";
|
|
1046
|
-
declare const RedsiftColorLightComponentsPillsAquaDisabledBorder = "transparent";
|
|
1047
|
-
declare const RedsiftColorLightComponentsPillsAquaDisabledText = "#666666";
|
|
1048
|
-
declare const RedsiftColorLightComponentsPillsBrownDefaultBackground = "#EDC19C";
|
|
1049
|
-
declare const RedsiftColorLightComponentsPillsBrownDefaultBorder = "transparent";
|
|
1050
|
-
declare const RedsiftColorLightComponentsPillsBrownDefaultText = "#1c1c1c";
|
|
1051
|
-
declare const RedsiftColorLightComponentsPillsBrownHoverBackground = "#C78348";
|
|
1052
|
-
declare const RedsiftColorLightComponentsPillsBrownHoverBorder = "transparent";
|
|
1053
|
-
declare const RedsiftColorLightComponentsPillsBrownHoverText = "#1c1c1c";
|
|
1054
|
-
declare const RedsiftColorLightComponentsPillsBrownDisabledBackground = "#F6D9C3";
|
|
1055
|
-
declare const RedsiftColorLightComponentsPillsBrownDisabledBorder = "transparent";
|
|
1056
|
-
declare const RedsiftColorLightComponentsPillsBrownDisabledText = "#666666";
|
|
1057
|
-
declare const RedsiftColorLightComponentsPillsRedDefaultBackground = "#F3A39E";
|
|
1058
|
-
declare const RedsiftColorLightComponentsPillsRedDefaultBorder = "transparent";
|
|
1059
|
-
declare const RedsiftColorLightComponentsPillsRedDefaultText = "#1c1c1c";
|
|
1060
|
-
declare const RedsiftColorLightComponentsPillsRedHoverBackground = "#E06363";
|
|
1061
|
-
declare const RedsiftColorLightComponentsPillsRedHoverBorder = "transparent";
|
|
1062
|
-
declare const RedsiftColorLightComponentsPillsRedHoverText = "#1c1c1c";
|
|
1063
|
-
declare const RedsiftColorLightComponentsPillsRedDisabledBackground = "#F8BBBA";
|
|
1064
|
-
declare const RedsiftColorLightComponentsPillsRedDisabledBorder = "transparent";
|
|
1065
|
-
declare const RedsiftColorLightComponentsPillsRedDisabledText = "#666666";
|
|
1066
|
-
declare const RedsiftColorLightComponentsPillsYellowDefaultBackground = "#F7EFC3";
|
|
1067
|
-
declare const RedsiftColorLightComponentsPillsYellowDefaultBorder = "transparent";
|
|
1068
|
-
declare const RedsiftColorLightComponentsPillsYellowDefaultText = "#1c1c1c";
|
|
1069
|
-
declare const RedsiftColorLightComponentsPillsYellowHoverBackground = "#FFF741";
|
|
1070
|
-
declare const RedsiftColorLightComponentsPillsYellowHoverBorder = "transparent";
|
|
1071
|
-
declare const RedsiftColorLightComponentsPillsYellowHoverText = "#1c1c1c";
|
|
1072
|
-
declare const RedsiftColorLightComponentsPillsYellowDisabledBackground = "#FBF5DB";
|
|
1073
|
-
declare const RedsiftColorLightComponentsPillsYellowDisabledBorder = "transparent";
|
|
1074
|
-
declare const RedsiftColorLightComponentsPillsYellowDisabledText = "#666666";
|
|
1075
|
-
declare const RedsiftColorLightComponentsPillsPurpleDefaultBackground = "#C6A8EF";
|
|
1076
|
-
declare const RedsiftColorLightComponentsPillsPurpleDefaultBorder = "transparent";
|
|
1077
|
-
declare const RedsiftColorLightComponentsPillsPurpleDefaultText = "#1c1c1c";
|
|
1078
|
-
declare const RedsiftColorLightComponentsPillsPurpleHoverBackground = "#965EDE";
|
|
1079
|
-
declare const RedsiftColorLightComponentsPillsPurpleHoverBorder = "transparent";
|
|
1080
|
-
declare const RedsiftColorLightComponentsPillsPurpleHoverText = "#1c1c1c";
|
|
1081
|
-
declare const RedsiftColorLightComponentsPillsPurpleDisabledBackground = "#DECAF6";
|
|
1082
|
-
declare const RedsiftColorLightComponentsPillsPurpleDisabledBorder = "transparent";
|
|
1083
|
-
declare const RedsiftColorLightComponentsPillsPurpleDisabledText = "#666666";
|
|
1084
|
-
declare const RedsiftColorLightComponentsPillsOrangeDefaultBackground = "#F8D296";
|
|
1085
|
-
declare const RedsiftColorLightComponentsPillsOrangeDefaultBorder = "transparent";
|
|
1086
|
-
declare const RedsiftColorLightComponentsPillsOrangeDefaultText = "#1c1c1c";
|
|
1087
|
-
declare const RedsiftColorLightComponentsPillsOrangeHoverBackground = "#FCBB54";
|
|
1088
|
-
declare const RedsiftColorLightComponentsPillsOrangeHoverBorder = "transparent";
|
|
1089
|
-
declare const RedsiftColorLightComponentsPillsOrangeHoverText = "#1c1c1c";
|
|
1090
|
-
declare const RedsiftColorLightComponentsPillsOrangeDisabledBackground = "#FDE4C0";
|
|
1091
|
-
declare const RedsiftColorLightComponentsPillsOrangeDisabledBorder = "transparent";
|
|
1092
|
-
declare const RedsiftColorLightComponentsPillsOrangeDisabledText = "#666666";
|
|
1093
|
-
declare const RedsiftColorLightComponentsPillsBlueDefaultBackground = "#B1DCF3";
|
|
1094
|
-
declare const RedsiftColorLightComponentsPillsBlueDefaultBorder = "transparent";
|
|
1095
|
-
declare const RedsiftColorLightComponentsPillsBlueDefaultText = "#1c1c1c";
|
|
1096
|
-
declare const RedsiftColorLightComponentsPillsBlueHoverBackground = "#73C5EB";
|
|
1097
|
-
declare const RedsiftColorLightComponentsPillsBlueHoverBorder = "transparent";
|
|
1098
|
-
declare const RedsiftColorLightComponentsPillsBlueHoverText = "#1c1c1c";
|
|
1099
|
-
declare const RedsiftColorLightComponentsPillsBlueDisabledBackground = "#CCE8F7";
|
|
1100
|
-
declare const RedsiftColorLightComponentsPillsBlueDisabledBorder = "transparent";
|
|
1101
|
-
declare const RedsiftColorLightComponentsPillsBlueDisabledText = "#666666";
|
|
1102
|
-
declare const RedsiftColorLightComponentsPillsBlackDefaultBackground = "#1c1c1c";
|
|
1103
|
-
declare const RedsiftColorLightComponentsPillsBlackDefaultBorder = "transparent";
|
|
1104
|
-
declare const RedsiftColorLightComponentsPillsBlackDefaultText = "#ffffff";
|
|
1105
|
-
declare const RedsiftColorLightComponentsPillsBlackHoverBackground = "#333333";
|
|
1106
|
-
declare const RedsiftColorLightComponentsPillsBlackHoverBorder = "transparent";
|
|
1107
|
-
declare const RedsiftColorLightComponentsPillsBlackHoverText = "#ffffff";
|
|
1108
|
-
declare const RedsiftColorLightComponentsPillsBlackDisabledBackground = "#474747";
|
|
1109
|
-
declare const RedsiftColorLightComponentsPillsBlackDisabledBorder = "transparent";
|
|
1110
|
-
declare const RedsiftColorLightComponentsPillsBlackDisabledText = "#ffffff";
|
|
1111
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground = "#333333";
|
|
1112
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder = "transparent";
|
|
1113
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultText = "#ffffff";
|
|
1114
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyHoverBackground = "#474747";
|
|
1115
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyHoverBorder = "transparent";
|
|
1116
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyHoverText = "#ffffff";
|
|
1117
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground = "#666666";
|
|
1118
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder = "transparent";
|
|
1119
|
-
declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledText = "#ffffff";
|
|
1120
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyDefaultBackground = "#474747";
|
|
1121
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyDefaultBorder = "transparent";
|
|
1122
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyDefaultText = "#ffffff";
|
|
1123
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyHoverBackground = "#666666";
|
|
1124
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyHoverBorder = "transparent";
|
|
1125
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyHoverText = "#ffffff";
|
|
1126
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyDisabledBackground = "#e0e0e0";
|
|
1127
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyDisabledBorder = "transparent";
|
|
1128
|
-
declare const RedsiftColorLightComponentsPillsDarkGreyDisabledText = "#ffffff";
|
|
1129
|
-
declare const RedsiftColorLightComponentsPillsMidGreyDefaultBackground = "#666666";
|
|
1130
|
-
declare const RedsiftColorLightComponentsPillsMidGreyDefaultBorder = "transparent";
|
|
1131
|
-
declare const RedsiftColorLightComponentsPillsMidGreyDefaultText = "#ffffff";
|
|
1132
|
-
declare const RedsiftColorLightComponentsPillsMidGreyHoverBackground = "#474747";
|
|
1133
|
-
declare const RedsiftColorLightComponentsPillsMidGreyHoverBorder = "transparent";
|
|
1134
|
-
declare const RedsiftColorLightComponentsPillsMidGreyHoverText = "#ffffff";
|
|
1135
|
-
declare const RedsiftColorLightComponentsPillsMidGreyDisabledBackground = "#e0e0e0";
|
|
1136
|
-
declare const RedsiftColorLightComponentsPillsMidGreyDisabledBorder = "transparent";
|
|
1137
|
-
declare const RedsiftColorLightComponentsPillsMidGreyDisabledText = "#666666";
|
|
1138
|
-
declare const RedsiftColorLightComponentsPillsLightGreyDefaultBackground = "#e0e0e0";
|
|
1139
|
-
declare const RedsiftColorLightComponentsPillsLightGreyDefaultBorder = "transparent";
|
|
1140
|
-
declare const RedsiftColorLightComponentsPillsLightGreyDefaultText = "#1c1c1c";
|
|
1141
|
-
declare const RedsiftColorLightComponentsPillsLightGreyHoverBackground = "#666666";
|
|
1142
|
-
declare const RedsiftColorLightComponentsPillsLightGreyHoverBorder = "transparent";
|
|
1143
|
-
declare const RedsiftColorLightComponentsPillsLightGreyHoverText = "#1c1c1c";
|
|
1144
|
-
declare const RedsiftColorLightComponentsPillsLightGreyDisabledBackground = "#f2f2f2";
|
|
1145
|
-
declare const RedsiftColorLightComponentsPillsLightGreyDisabledBorder = "transparent";
|
|
1146
|
-
declare const RedsiftColorLightComponentsPillsLightGreyDisabledText = "#666666";
|
|
1147
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyDefaultBackground = "#f2f2f2";
|
|
1148
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyDefaultBorder = "transparent";
|
|
1149
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyDefaultText = "#1c1c1c";
|
|
1150
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyHoverBackground = "#e0e0e0";
|
|
1151
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyHoverBorder = "transparent";
|
|
1152
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyHoverText = "#1c1c1c";
|
|
1153
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyDisabledBackground = "#666666";
|
|
1154
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyDisabledBorder = "transparent";
|
|
1155
|
-
declare const RedsiftColorLightComponentsPillsXLightGreyDisabledText = "#666666";
|
|
1156
|
-
declare const RedsiftColorLightComponentsPillsWhiteDefaultBackground = "#ffffff";
|
|
1157
|
-
declare const RedsiftColorLightComponentsPillsWhiteDefaultBorder = "#e0e0e0";
|
|
1158
|
-
declare const RedsiftColorLightComponentsPillsWhiteDefaultText = "#1c1c1c";
|
|
1159
|
-
declare const RedsiftColorLightComponentsPillsWhiteHoverBackground = "#f2f2f2";
|
|
1160
|
-
declare const RedsiftColorLightComponentsPillsWhiteHoverBorder = "#e0e0e0";
|
|
1161
|
-
declare const RedsiftColorLightComponentsPillsWhiteHoverText = "#1c1c1c";
|
|
1162
|
-
declare const RedsiftColorLightComponentsPillsWhiteDisabledBackground = "#ffffff";
|
|
1163
|
-
declare const RedsiftColorLightComponentsPillsWhiteDisabledBorder = "#e0e0e0";
|
|
1164
|
-
declare const RedsiftColorLightComponentsPillsWhiteDisabledText = "#666666";
|
|
1165
|
-
declare const RedsiftColorLightComponentsPillsErrorDefaultBackground = "#f9cfcf";
|
|
1166
|
-
declare const RedsiftColorLightComponentsPillsErrorDefaultBorder = "transparent";
|
|
1167
|
-
declare const RedsiftColorLightComponentsPillsErrorDefaultText = "#1c1c1c";
|
|
1168
|
-
declare const RedsiftColorLightComponentsPillsErrorHoverBackground = "#f39f9f";
|
|
1169
|
-
declare const RedsiftColorLightComponentsPillsErrorHoverBorder = "transparent";
|
|
1170
|
-
declare const RedsiftColorLightComponentsPillsErrorHoverText = "#1c1c1c";
|
|
1171
|
-
declare const RedsiftColorLightComponentsPillsErrorDisabledBackground = "#F3A39E";
|
|
1172
|
-
declare const RedsiftColorLightComponentsPillsErrorDisabledBorder = "transparent";
|
|
1173
|
-
declare const RedsiftColorLightComponentsPillsErrorDisabledText = "#666666";
|
|
1174
|
-
declare const RedsiftColorLightComponentsPillsWarningDefaultBackground = "#fef1dd";
|
|
1175
|
-
declare const RedsiftColorLightComponentsPillsWarningDefaultBorder = "transparent";
|
|
1176
|
-
declare const RedsiftColorLightComponentsPillsWarningDefaultText = "#1c1c1c";
|
|
1177
|
-
declare const RedsiftColorLightComponentsPillsWarningHoverBackground = "#fee4bb";
|
|
1178
|
-
declare const RedsiftColorLightComponentsPillsWarningHoverBorder = "transparent";
|
|
1179
|
-
declare const RedsiftColorLightComponentsPillsWarningHoverText = "#1c1c1c";
|
|
1180
|
-
declare const RedsiftColorLightComponentsPillsWarningDisabledBackground = "#F8D296";
|
|
1181
|
-
declare const RedsiftColorLightComponentsPillsWarningDisabledBorder = "transparent";
|
|
1182
|
-
declare const RedsiftColorLightComponentsPillsWarningDisabledText = "#666666";
|
|
1183
|
-
declare const RedsiftColorLightComponentsPillsSuccessDefaultBackground = "#cceedf";
|
|
1184
|
-
declare const RedsiftColorLightComponentsPillsSuccessDefaultBorder = "transparent";
|
|
1185
|
-
declare const RedsiftColorLightComponentsPillsSuccessDefaultText = "#1c1c1c";
|
|
1186
|
-
declare const RedsiftColorLightComponentsPillsSuccessHoverBackground = "#9adec0";
|
|
1187
|
-
declare const RedsiftColorLightComponentsPillsSuccessHoverBorder = "transparent";
|
|
1188
|
-
declare const RedsiftColorLightComponentsPillsSuccessHoverText = "#1c1c1c";
|
|
1189
|
-
declare const RedsiftColorLightComponentsPillsSuccessDisabledBackground = "#A2E7BA";
|
|
1190
|
-
declare const RedsiftColorLightComponentsPillsSuccessDisabledBorder = "transparent";
|
|
1191
|
-
declare const RedsiftColorLightComponentsPillsSuccessDisabledText = "#666666";
|
|
1192
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkDefaultBackground = "#e11010";
|
|
1193
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkDefaultBorder = "transparent";
|
|
1194
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkDefaultText = "#ffffff";
|
|
1195
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkHoverBackground = "#cb0e0e";
|
|
1196
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkHoverBorder = "transparent";
|
|
1197
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkHoverText = "#ffffff";
|
|
1198
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkDisabledBackground = "#F3A39E";
|
|
1199
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkDisabledBorder = "transparent";
|
|
1200
|
-
declare const RedsiftColorLightComponentsPillsErrorDarkDisabledText = "#666666";
|
|
1201
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkDefaultBackground = "#fcbb54";
|
|
1202
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkDefaultBorder = "transparent";
|
|
1203
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkDefaultText = "#1c1c1c";
|
|
1204
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkHoverBackground = "#e3a84c";
|
|
1205
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkHoverBorder = "transparent";
|
|
1206
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkHoverText = "#1c1c1c";
|
|
1207
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkDisabledBackground = "#F8D296";
|
|
1208
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkDisabledBorder = "transparent";
|
|
1209
|
-
declare const RedsiftColorLightComponentsPillsWarningDarkDisabledText = "#666666";
|
|
1210
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground = "#02ac61";
|
|
1211
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder = "transparent";
|
|
1212
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultText = "#1c1c1c";
|
|
1213
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkHoverBackground = "#029b57";
|
|
1214
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkHoverBorder = "transparent";
|
|
1215
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkHoverText = "#1c1c1c";
|
|
1216
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground = "#A2E7BA";
|
|
1217
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder = "transparent";
|
|
1218
|
-
declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledText = "#666666";
|
|
1219
|
-
declare const RedsiftColorRedL4 = "#f9cfcf";
|
|
1220
|
-
declare const RedsiftColorRedL3 = "#f39f9f";
|
|
1221
|
-
declare const RedsiftColorRedL2 = "#ed7070";
|
|
1222
|
-
declare const RedsiftColorRedL1 = "#e74040";
|
|
1223
|
-
declare const RedsiftColorRedN = "#e11010";
|
|
1224
|
-
declare const RedsiftColorRedD1 = "#cb0e0e";
|
|
1225
|
-
declare const RedsiftColorRedD2 = "#9e0b0b";
|
|
1226
|
-
declare const RedsiftColorRedD3 = "#430505";
|
|
1227
|
-
declare const RedsiftColorRedD4 = "#2d0303";
|
|
1228
|
-
declare const RedsiftColorBlueL4 = "#d9e7fd";
|
|
1229
|
-
declare const RedsiftColorBlueL3 = "#b3cefb";
|
|
1230
|
-
declare const RedsiftColorBlueL2 = "#8eb6f8";
|
|
1231
|
-
declare const RedsiftColorBlueL1 = "#689df6";
|
|
1232
|
-
declare const RedsiftColorBlueN = "#4285f4";
|
|
1233
|
-
declare const RedsiftColorBlueD1 = "#3b78dc";
|
|
1234
|
-
declare const RedsiftColorBlueD2 = "#2e5dab";
|
|
1235
|
-
declare const RedsiftColorBlueD3 = "#142849";
|
|
1236
|
-
declare const RedsiftColorBlueD4 = "#0d1b31";
|
|
1237
|
-
declare const RedsiftColorTealL4 = "#dcf1ed";
|
|
1238
|
-
declare const RedsiftColorTealL3 = "#b9e2db";
|
|
1239
|
-
declare const RedsiftColorTealL2 = "#97d4c8";
|
|
1240
|
-
declare const RedsiftColorTealL1 = "#74c5b6";
|
|
1241
|
-
declare const RedsiftColorTealN = "#51b7a4";
|
|
1242
|
-
declare const RedsiftColorTealD1 = "#49a594";
|
|
1243
|
-
declare const RedsiftColorTealD2 = "#398073";
|
|
1244
|
-
declare const RedsiftColorTealD3 = "#183731";
|
|
1245
|
-
declare const RedsiftColorTealD4 = "#102521";
|
|
1246
|
-
declare const RedsiftColorGreyL5 = "#ffffff";
|
|
1247
|
-
declare const RedsiftColorGreyL4 = "#f2f2f2";
|
|
1248
|
-
declare const RedsiftColorGreyL3 = "#e0e0e0";
|
|
1249
|
-
declare const RedsiftColorGreyL2 = "#a3a3a3";
|
|
1250
|
-
declare const RedsiftColorGreyL1 = "#858585";
|
|
1251
|
-
declare const RedsiftColorGreyN = "#666666";
|
|
1252
|
-
declare const RedsiftColorGreyD1 = "#5c5c5c";
|
|
1253
|
-
declare const RedsiftColorGreyD2 = "#525252";
|
|
1254
|
-
declare const RedsiftColorGreyD3 = "#474747";
|
|
1255
|
-
declare const RedsiftColorGreyD4 = "#333333";
|
|
1256
|
-
declare const RedsiftColorGreyD5 = "#1c1c1c";
|
|
1257
|
-
declare const RedsiftColorGreenL4 = "#cceedf";
|
|
1258
|
-
declare const RedsiftColorGreenL3 = "#9adec0";
|
|
1259
|
-
declare const RedsiftColorGreenL2 = "#67cda0";
|
|
1260
|
-
declare const RedsiftColorGreenL1 = "#35bd81";
|
|
1261
|
-
declare const RedsiftColorGreenN = "#02ac61";
|
|
1262
|
-
declare const RedsiftColorGreenD1 = "#029b57";
|
|
1263
|
-
declare const RedsiftColorGreenD2 = "#017844";
|
|
1264
|
-
declare const RedsiftColorGreenD3 = "#01341d";
|
|
1265
|
-
declare const RedsiftColorGreenD4 = "#002213";
|
|
1266
|
-
declare const RedsiftColorYellowL4 = "#fef1dd";
|
|
1267
|
-
declare const RedsiftColorYellowL3 = "#fee4bb";
|
|
1268
|
-
declare const RedsiftColorYellowL2 = "#fdd698";
|
|
1269
|
-
declare const RedsiftColorYellowL1 = "#fdc976";
|
|
1270
|
-
declare const RedsiftColorYellowN = "#fcbb54";
|
|
1271
|
-
declare const RedsiftColorYellowD1 = "#e3a84c";
|
|
1272
|
-
declare const RedsiftColorYellowD2 = "#b0833b";
|
|
1273
|
-
declare const RedsiftColorYellowD3 = "#4c3819";
|
|
1274
|
-
declare const RedsiftColorYellowD4 = "#322511";
|
|
1275
|
-
declare const RedsiftColorPrimaryL4 = "#d9e7fd";
|
|
1276
|
-
declare const RedsiftColorPrimaryL3 = "#b3cefb";
|
|
1277
|
-
declare const RedsiftColorPrimaryL2 = "#8eb6f8";
|
|
1278
|
-
declare const RedsiftColorPrimaryL1 = "#689df6";
|
|
1279
|
-
declare const RedsiftColorPrimaryN = "#4285f4";
|
|
1280
|
-
declare const RedsiftColorPrimaryD1 = "#3b78dc";
|
|
1281
|
-
declare const RedsiftColorPrimaryD2 = "#2e5dab";
|
|
1282
|
-
declare const RedsiftColorPrimaryD3 = "#142849";
|
|
1283
|
-
declare const RedsiftColorPrimaryD4 = "#0d1b31";
|
|
1284
|
-
declare const RedsiftColorSecondaryL4 = "#dcf1ed";
|
|
1285
|
-
declare const RedsiftColorSecondaryL3 = "#b9e2db";
|
|
1286
|
-
declare const RedsiftColorSecondaryL2 = "#97d4c8";
|
|
1287
|
-
declare const RedsiftColorSecondaryL1 = "#74c5b6";
|
|
1288
|
-
declare const RedsiftColorSecondaryN = "#51b7a4";
|
|
1289
|
-
declare const RedsiftColorSecondaryD1 = "#49a594";
|
|
1290
|
-
declare const RedsiftColorSecondaryD2 = "#398073";
|
|
1291
|
-
declare const RedsiftColorSecondaryD3 = "#183731";
|
|
1292
|
-
declare const RedsiftColorSecondaryD4 = "#102521";
|
|
1293
|
-
declare const RedsiftColorNeutralWhite = "#ffffff";
|
|
1294
|
-
declare const RedsiftColorNeutralXLightGrey = "#f2f2f2";
|
|
1295
|
-
declare const RedsiftColorNeutralLightGrey = "#e0e0e0";
|
|
1296
|
-
declare const RedsiftColorNeutralDisabled = "#a3a3a3";
|
|
1297
|
-
declare const RedsiftColorNeutralMidGrey = "#666666";
|
|
1298
|
-
declare const RedsiftColorNeutralDarkGrey = "#474747";
|
|
1299
|
-
declare const RedsiftColorNeutralXDarkGrey = "#333333";
|
|
1300
|
-
declare const RedsiftColorNeutralBlack = "#1c1c1c";
|
|
1301
|
-
declare const RedsiftColorTextPrimary = "#333333";
|
|
1302
|
-
declare const RedsiftColorTextSecondary = "#474747";
|
|
1303
|
-
declare const RedsiftColorProductAsm = "#8361ea";
|
|
1304
|
-
declare const RedsiftColorProductBrandTrust = "#7ec2fa";
|
|
1305
|
-
declare const RedsiftColorProductCertificates = "#e8712e";
|
|
1306
|
-
declare const RedsiftColorProductHardenize = "#3498db";
|
|
1307
|
-
declare const RedsiftColorProductOnDmarc = "#96d36e";
|
|
1308
|
-
declare const RedsiftColorProductOndmarc = "#96d36e";
|
|
1309
|
-
declare const RedsiftColorProductOnInbox = "#33b222";
|
|
1310
|
-
declare const RedsiftColorProductOninbox = "#33b222";
|
|
1311
|
-
declare const RedsiftColorProductRadar = "#51B7A4";
|
|
1312
|
-
declare const RedsiftColorProductVendorSecure = "#f7c948";
|
|
1313
|
-
declare const RedsiftColorProductRojoDs = "#e11010";
|
|
1314
|
-
declare const RedsiftColorProductWebsite = "#e11010";
|
|
1315
|
-
declare const RedsiftColorProductPulse = "#e11010";
|
|
1316
|
-
declare const RedsiftColorBordersBorderDivider = "#f2f2f2";
|
|
1317
|
-
declare const RedsiftColorBordersBorderDefault = "#666666";
|
|
1318
|
-
declare const RedsiftColorBordersBorderDisabled = "#e0e0e0";
|
|
1319
|
-
declare const RedsiftColorBordersBorderPrimary = "#4285f4";
|
|
1320
|
-
declare const RedsiftColorBordersBorderSecondary = "#51b7a4";
|
|
1321
|
-
declare const RedsiftColorBordersBorderSuccess = "#02ac61";
|
|
1322
|
-
declare const RedsiftColorBordersBorderError = "#e11010";
|
|
1323
|
-
declare const RedsiftColorNotificationsPrimaryPrimary = "#4285f4";
|
|
1324
|
-
declare const RedsiftColorNotificationsPrimaryHover = "#d9e7fd";
|
|
1325
|
-
declare const RedsiftColorNotificationsPrimaryActive = "#b3cefb";
|
|
1326
|
-
declare const RedsiftColorNotificationsSecondaryPrimary = "#51b7a4";
|
|
1327
|
-
declare const RedsiftColorNotificationsSecondaryHover = "#dcf1ed";
|
|
1328
|
-
declare const RedsiftColorNotificationsSecondaryActive = "#b9e2db";
|
|
1329
|
-
declare const RedsiftColorNotificationsSuccessPrimary = "#02ac61";
|
|
1330
|
-
declare const RedsiftColorNotificationsSuccessHover = "#cceedf";
|
|
1331
|
-
declare const RedsiftColorNotificationsSuccessActive = "#9adec0";
|
|
1332
|
-
declare const RedsiftColorNotificationsErrorPrimary = "#e11010";
|
|
1333
|
-
declare const RedsiftColorNotificationsErrorHover = "#f9cfcf";
|
|
1334
|
-
declare const RedsiftColorNotificationsErrorActive = "#f39f9f";
|
|
1335
|
-
declare const RedsiftColorNotificationsWarningPrimary = "#fcbb54";
|
|
1336
|
-
declare const RedsiftColorNotificationsWarningHover = "#fef1dd";
|
|
1337
|
-
declare const RedsiftColorNotificationsWarningActive = "#fee4bb";
|
|
1338
|
-
declare const RedsiftColorNotificationsInfoPrimary = "#4285f4";
|
|
1339
|
-
declare const RedsiftColorNotificationsInfoHover = "#d9e7fd";
|
|
1340
|
-
declare const RedsiftColorNotificationsInfoActive = "#b3cefb";
|
|
1341
|
-
declare const RedsiftColorNotificationsQuestionPrimary = "#666666";
|
|
1342
|
-
declare const RedsiftColorNotificationsQuestionHover = "#474747";
|
|
1343
|
-
declare const RedsiftColorNotificationsQuestionActive = "#333333";
|
|
1344
|
-
declare const RedsiftColorNotificationsNoDataPrimary = "#e0e0e0";
|
|
1345
|
-
declare const RedsiftColorNotificationsNoDataHover = "#666666";
|
|
1346
|
-
declare const RedsiftColorNotificationsNoDataActive = "#474747";
|
|
1347
|
-
declare const RedsiftColorPresentationGreenDarkerer = "#078833";
|
|
1348
|
-
declare const RedsiftColorPresentationGreenDarker = "#07AA45";
|
|
1349
|
-
declare const RedsiftColorPresentationGreenDark = "#00CE59";
|
|
1350
|
-
declare const RedsiftColorPresentationGreenDefault = "#56D58E";
|
|
1351
|
-
declare const RedsiftColorPresentationGreenLight = "#A2E7BA";
|
|
1352
|
-
declare const RedsiftColorPresentationGreenLighter = "#C2EFD1";
|
|
1353
|
-
declare const RedsiftColorPresentationGreenLighterer = "#E1F7E8";
|
|
1354
|
-
declare const RedsiftColorPresentationPinkDarkerer = "#B10078";
|
|
1355
|
-
declare const RedsiftColorPresentationPinkDarker = "#C5008C";
|
|
1356
|
-
declare const RedsiftColorPresentationPinkDark = "#D800A2";
|
|
1357
|
-
declare const RedsiftColorPresentationPinkDefault = "#D95CBA";
|
|
1358
|
-
declare const RedsiftColorPresentationPinkLight = "#ECA0D6";
|
|
1359
|
-
declare const RedsiftColorPresentationPinkLighter = "#F4C0E3";
|
|
1360
|
-
declare const RedsiftColorPresentationPinkLighterer = "#FAE0F1";
|
|
1361
|
-
declare const RedsiftColorPresentationAquaDarkerer = "#0B9287";
|
|
1362
|
-
declare const RedsiftColorPresentationAquaDarker = "#0AB5AB";
|
|
1363
|
-
declare const RedsiftColorPresentationAquaDark = "#00D9D2";
|
|
1364
|
-
declare const RedsiftColorPresentationAquaDefault = "#63EAE4";
|
|
1365
|
-
declare const RedsiftColorPresentationAquaLight = "#9AF8F4";
|
|
1366
|
-
declare const RedsiftColorPresentationAquaLighter = "#CAF7F4";
|
|
1367
|
-
declare const RedsiftColorPresentationAquaLighterer = "#E5FBFA";
|
|
1368
|
-
declare const RedsiftColorPresentationBrownDarkerer = "#701205";
|
|
1369
|
-
declare const RedsiftColorPresentationBrownDarker = "#903107";
|
|
1370
|
-
declare const RedsiftColorPresentationBrownDark = "#AF5100";
|
|
1371
|
-
declare const RedsiftColorPresentationBrownDefault = "#C78348";
|
|
1372
|
-
declare const RedsiftColorPresentationBrownLight = "#EDC19C";
|
|
1373
|
-
declare const RedsiftColorPresentationBrownLighter = "#F6D9C3";
|
|
1374
|
-
declare const RedsiftColorPresentationBrownLighterer = "#FAE6D7";
|
|
1375
|
-
declare const RedsiftColorPresentationRedDarkerer = "#B10004";
|
|
1376
|
-
declare const RedsiftColorPresentationRedDarker = "#C70003";
|
|
1377
|
-
declare const RedsiftColorPresentationRedDark = "#DE0000";
|
|
1378
|
-
declare const RedsiftColorPresentationRedDefault = "#E06363";
|
|
1379
|
-
declare const RedsiftColorPresentationRedLight = "#F3A39E";
|
|
1380
|
-
declare const RedsiftColorPresentationRedLighter = "#F8BBBA";
|
|
1381
|
-
declare const RedsiftColorPresentationRedLighterer = "#FDDDDC";
|
|
1382
|
-
declare const RedsiftColorPresentationYellowDarkerer = "#8A7F18";
|
|
1383
|
-
declare const RedsiftColorPresentationYellowDarker = "#BCAD14";
|
|
1384
|
-
declare const RedsiftColorPresentationYellowDark = "#F0DE00";
|
|
1385
|
-
declare const RedsiftColorPresentationYellowDefault = "#FFF741";
|
|
1386
|
-
declare const RedsiftColorPresentationYellowLight = "#F7EFC3";
|
|
1387
|
-
declare const RedsiftColorPresentationYellowLighter = "#FBF5DB";
|
|
1388
|
-
declare const RedsiftColorPresentationYellowLighterer = "#FCF9E7";
|
|
1389
|
-
declare const RedsiftColorPresentationPurpleDarkerer = "#4702C1";
|
|
1390
|
-
declare const RedsiftColorPresentationPurpleDarker = "#7902EB";
|
|
1391
|
-
declare const RedsiftColorPresentationPurpleDark = "#9200FF";
|
|
1392
|
-
declare const RedsiftColorPresentationPurpleDefault = "#965EDE";
|
|
1393
|
-
declare const RedsiftColorPresentationPurpleLight = "#C6A8EF";
|
|
1394
|
-
declare const RedsiftColorPresentationPurpleLighter = "#DECAF6";
|
|
1395
|
-
declare const RedsiftColorPresentationPurpleLighterer = "#E9DCF9";
|
|
1396
|
-
declare const RedsiftColorPresentationOrangeDarkerer = "#B45310";
|
|
1397
|
-
declare const RedsiftColorPresentationOrangeDarker = "#D2710B";
|
|
1398
|
-
declare const RedsiftColorPresentationOrangeDark = "#ED9200";
|
|
1399
|
-
declare const RedsiftColorPresentationOrangeDefault = "#FCBB54";
|
|
1400
|
-
declare const RedsiftColorPresentationOrangeLight = "#F8D296";
|
|
1401
|
-
declare const RedsiftColorPresentationOrangeLighter = "#FDE4C0";
|
|
1402
|
-
declare const RedsiftColorPresentationOrangeLighterer = "#FEEDD5";
|
|
1403
|
-
declare const RedsiftColorPresentationBlueDarkerer = "#0082F8";
|
|
1404
|
-
declare const RedsiftColorPresentationBlueDarker = "#0099FD";
|
|
1405
|
-
declare const RedsiftColorPresentationBlueDark = "#00AEFF";
|
|
1406
|
-
declare const RedsiftColorPresentationBlueDefault = "#73C5EB";
|
|
1407
|
-
declare const RedsiftColorPresentationBlueLight = "#B1DCF3";
|
|
1408
|
-
declare const RedsiftColorPresentationBlueLighter = "#CCE8F7";
|
|
1409
|
-
declare const RedsiftColorPresentationBlueLighterer = "#E6F3FB";
|
|
1410
|
-
declare const RedsiftColorPresentationGreyDarkerer = "#6E6E6E";
|
|
1411
|
-
declare const RedsiftColorPresentationGreyDarker = "#959595";
|
|
1412
|
-
declare const RedsiftColorPresentationGreyDark = "#BFBFBF";
|
|
1413
|
-
declare const RedsiftColorPresentationGreyDefault = "#D6D6D6";
|
|
1414
|
-
declare const RedsiftColorPresentationGreyLight = "#E6E6E6";
|
|
1415
|
-
declare const RedsiftColorPresentationGreyLighter = "#EEEEEE";
|
|
1416
|
-
declare const RedsiftColorPresentationGreyLighterer = "#F7F7F7";
|
|
1417
|
-
declare const RedsiftBorderRadius = "4px";
|
|
1418
|
-
declare const RedsiftLayoutZIndexFooter = "1000";
|
|
1419
|
-
declare const RedsiftLayoutZIndexHeader = "1010";
|
|
1420
|
-
declare const RedsiftLayoutZIndexSidePanel = "1050";
|
|
1421
|
-
declare const RedsiftLayoutZIndexDropdown = "1100";
|
|
1422
|
-
declare const RedsiftLayoutZIndexOverlay = "1150";
|
|
1423
|
-
declare const RedsiftLayoutZIndexDialog = "1200";
|
|
1424
|
-
declare const RedsiftLayoutZIndexPopover = "1250";
|
|
1425
|
-
declare const RedsiftLayoutZIndexTooltip = "1300";
|
|
1426
|
-
declare const RedsiftTypographyFontFamilyPoppins = "'Poppins', sans-serif";
|
|
1427
|
-
declare const RedsiftTypographyFontFamilySourceCodePro = "'Source Code Pro', sans-serif";
|
|
1428
|
-
declare const RedsiftTypographyFontWeightThin = "100";
|
|
1429
|
-
declare const RedsiftTypographyFontWeightExtraLight = "200";
|
|
1430
|
-
declare const RedsiftTypographyFontWeightLight = "300";
|
|
1431
|
-
declare const RedsiftTypographyFontWeightRegular = "400";
|
|
1432
|
-
declare const RedsiftTypographyFontWeightMedium = "500";
|
|
1433
|
-
declare const RedsiftTypographyFontWeightSemiBold = "600";
|
|
1434
|
-
declare const RedsiftTypographyFontWeightBold = "700";
|
|
1435
|
-
declare const RedsiftTypographyFontWeightExtraBold = "800";
|
|
1436
|
-
declare const RedsiftTypographyFontWeightBlack = "900";
|
|
1437
|
-
declare const RedsiftTypographyH1FontFamily = "'Poppins', sans-serif";
|
|
1438
|
-
declare const RedsiftTypographyH1FontSize = "24px";
|
|
1439
|
-
declare const RedsiftTypographyH1FontWeight = "600";
|
|
1440
|
-
declare const RedsiftTypographyH1LineHeight = "36px";
|
|
1441
|
-
declare const RedsiftTypographyH1TextTransform = "unset";
|
|
1442
|
-
declare const RedsiftTypographyH2FontFamily = "'Poppins', sans-serif";
|
|
1443
|
-
declare const RedsiftTypographyH2FontSize = "22px";
|
|
1444
|
-
declare const RedsiftTypographyH2FontWeight = "600";
|
|
1445
|
-
declare const RedsiftTypographyH2LineHeight = "30px";
|
|
1446
|
-
declare const RedsiftTypographyH2TextTransform = "unset";
|
|
1447
|
-
declare const RedsiftTypographyH3FontFamily = "'Poppins', sans-serif";
|
|
1448
|
-
declare const RedsiftTypographyH3FontSize = "20px";
|
|
1449
|
-
declare const RedsiftTypographyH3FontWeight = "500";
|
|
1450
|
-
declare const RedsiftTypographyH3LineHeight = "30px";
|
|
1451
|
-
declare const RedsiftTypographyH3TextTransform = "unset";
|
|
1452
|
-
declare const RedsiftTypographyH4FontFamily = "'Poppins', sans-serif";
|
|
1453
|
-
declare const RedsiftTypographyH4FontSize = "16px";
|
|
1454
|
-
declare const RedsiftTypographyH4FontWeight = "600";
|
|
1455
|
-
declare const RedsiftTypographyH4LineHeight = "24px";
|
|
1456
|
-
declare const RedsiftTypographyH4TextTransform = "unset";
|
|
1457
|
-
declare const RedsiftTypographyH5FontFamily = "'Poppins', sans-serif";
|
|
1458
|
-
declare const RedsiftTypographyH5FontSize = "12px";
|
|
1459
|
-
declare const RedsiftTypographyH5FontWeight = "600";
|
|
1460
|
-
declare const RedsiftTypographyH5LineHeight = "18px";
|
|
1461
|
-
declare const RedsiftTypographyH5TextTransform = "unset";
|
|
1462
|
-
declare const RedsiftTypographyBodyFontFamily = "'Poppins', sans-serif";
|
|
1463
|
-
declare const RedsiftTypographyBodyFontSize = "15px";
|
|
1464
|
-
declare const RedsiftTypographyBodyFontWeight = "400";
|
|
1465
|
-
declare const RedsiftTypographyBodyLineHeight = "24px";
|
|
1466
|
-
declare const RedsiftTypographyBodyTextTransform = "unset";
|
|
1467
|
-
declare const RedsiftTypographyLinkFontFamily = "'Poppins', sans-serif";
|
|
1468
|
-
declare const RedsiftTypographyLinkFontSize = "15px";
|
|
1469
|
-
declare const RedsiftTypographyLinkFontWeight = "400";
|
|
1470
|
-
declare const RedsiftTypographyLinkLineHeight = "26px";
|
|
1471
|
-
declare const RedsiftTypographyInputTextFontFamily = "'Poppins', sans-serif";
|
|
1472
|
-
declare const RedsiftTypographyInputTextFontSize = "15px";
|
|
1473
|
-
declare const RedsiftTypographyInputTextFontWeight = "400";
|
|
1474
|
-
declare const RedsiftTypographyInputTextLineHeight = "24px";
|
|
1475
|
-
declare const RedsiftTypographyButtonFontFamily = "'Poppins', sans-serif";
|
|
1476
|
-
declare const RedsiftTypographyButtonFontSize = "16px";
|
|
1477
|
-
declare const RedsiftTypographyButtonFontWeight = "500";
|
|
1478
|
-
declare const RedsiftTypographyButtonLineHeight = "24px";
|
|
1479
|
-
declare const RedsiftTypographyButtonTextTransform = "uppercase";
|
|
1480
|
-
declare const RedsiftTypographyCaptionFontFamily = "'Poppins', sans-serif";
|
|
1481
|
-
declare const RedsiftTypographyCaptionFontSize = "13px";
|
|
1482
|
-
declare const RedsiftTypographyCaptionFontWeight = "400";
|
|
1483
|
-
declare const RedsiftTypographyCaptionLineHeight = "18px";
|
|
1484
|
-
declare const RedsiftTypographyCaptionTextTransform = "unset";
|
|
1485
|
-
declare const RedsiftTypographyHelperFontFamily = "'Poppins', sans-serif";
|
|
1486
|
-
declare const RedsiftTypographyHelperFontSize = "16px";
|
|
1487
|
-
declare const RedsiftTypographyHelperFontWeight = "400";
|
|
1488
|
-
declare const RedsiftTypographyHelperLineHeight = "24px";
|
|
1489
|
-
declare const RedsiftTypographyHelperTextTransform = "unset";
|
|
1490
|
-
declare const RedsiftTypographyBadgeFontFamily = "'Poppins', sans-serif";
|
|
1491
|
-
declare const RedsiftTypographyBadgeFontSize = "12px";
|
|
1492
|
-
declare const RedsiftTypographyBadgeFontWeight = "400";
|
|
1493
|
-
declare const RedsiftTypographyBadgeLineHeight = "12px";
|
|
1494
|
-
declare const RedsiftTypographyPillFontFamily = "'Poppins', sans-serif";
|
|
1495
|
-
declare const RedsiftTypographyPillFontSize = "10px";
|
|
1496
|
-
declare const RedsiftTypographyPillFontWeight = "400";
|
|
1497
|
-
declare const RedsiftTypographyPillLineHeight = "20px";
|
|
1498
|
-
declare const RedsiftTypographyChipFontFamily = "'Poppins', sans-serif";
|
|
1499
|
-
declare const RedsiftTypographyChipFontSize = "12px";
|
|
1500
|
-
declare const RedsiftTypographyChipFontWeight = "400";
|
|
1501
|
-
declare const RedsiftTypographyChipLineHeight = "22px";
|
|
1502
|
-
declare const RedsiftTypographyTooltipFontFamily = "'Poppins', sans-serif";
|
|
1503
|
-
declare const RedsiftTypographyTooltipFontSize = "12px";
|
|
1504
|
-
declare const RedsiftTypographyTooltipFontWeight = "400";
|
|
1505
|
-
declare const RedsiftTypographyTooltipLineHeight = "18px";
|
|
1506
|
-
declare const RedsiftTypographyDatagridHeaderFontFamily = "'Poppins', sans-serif";
|
|
1507
|
-
declare const RedsiftTypographyDatagridHeaderFontSize = "14px";
|
|
1508
|
-
declare const RedsiftTypographyDatagridHeaderFontWeight = "600";
|
|
1509
|
-
declare const RedsiftTypographyDatagridHeaderLineHeight = "21px";
|
|
1510
|
-
declare const RedsiftTypographyDatagridCellFontFamily = "'Poppins', sans-serif";
|
|
1511
|
-
declare const RedsiftTypographyDatagridCellFontSize = "16px";
|
|
1512
|
-
declare const RedsiftTypographyDatagridCellFontWeight = "400";
|
|
1513
|
-
declare const RedsiftTypographyDatagridCellLineHeight = "24px";
|
|
1514
|
-
|
|
1515
|
-
declare const nextId: (localPrefix?: string | null) => string;
|
|
1516
|
-
declare const resetId: () => void;
|
|
1517
|
-
declare const setPrefix: (newPrefix: string) => void;
|
|
1518
|
-
declare const useId: (count?: number, prefix?: string) => string[];
|
|
278
|
+
function useListFormatter() {
|
|
279
|
+
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
280
|
+
let {
|
|
281
|
+
locale
|
|
282
|
+
} = useLocale();
|
|
283
|
+
return useMemo(() => new Intl.ListFormat(locale, options), [locale, options]);
|
|
284
|
+
}
|
|
1519
285
|
|
|
1520
|
-
|
|
1521
|
-
|
|
286
|
+
/* eslint-disable prefer-const */
|
|
287
|
+
// @ts-nocheck
|
|
288
|
+
/*
|
|
289
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
290
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
291
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
292
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
1522
293
|
*
|
|
1523
|
-
*
|
|
1524
|
-
*
|
|
294
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
295
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
296
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
297
|
+
* governing permissions and limitations under the License.
|
|
1525
298
|
*/
|
|
1526
|
-
declare const warnIfNoAccessibleLabelFound: (props: ComponentProps<keyof JSX.IntrinsicElements>, additionalKeysToCheck?: DependencyList, componentName?: string) => void;
|
|
1527
299
|
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
|
|
300
|
+
let formatterCache = new Map();
|
|
301
|
+
/** A wrapper around Intl.DateTimeFormat that fixes various browser bugs, and polyfills new features. */
|
|
302
|
+
class DateFormatter {
|
|
303
|
+
constructor(locale) {
|
|
304
|
+
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
305
|
+
_defineProperty(this, "formatter", void 0);
|
|
306
|
+
_defineProperty(this, "options", void 0);
|
|
307
|
+
_defineProperty(this, "resolvedHourCycle", void 0);
|
|
308
|
+
this.formatter = getCachedDateFormatter(locale, options);
|
|
309
|
+
this.options = options;
|
|
310
|
+
}
|
|
1534
311
|
|
|
1535
|
-
/**
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
312
|
+
/** Formats a date as a string according to the locale and format options passed to the constructor. */
|
|
313
|
+
format(value) {
|
|
314
|
+
return this.formatter.format(value);
|
|
315
|
+
}
|
|
1539
316
|
|
|
1540
|
-
/**
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
*/
|
|
1545
|
-
declare const useComputeNumberOfRows: (minimumRows: number) => {
|
|
1546
|
-
/** number of rows to be used on the text area */
|
|
1547
|
-
rows: number;
|
|
1548
|
-
/**
|
|
1549
|
-
* Callback in order to recalculate the number of rows due to a change on the text area
|
|
1550
|
-
*/
|
|
1551
|
-
recomputeNumberOfRows(target: Element): void;
|
|
1552
|
-
};
|
|
317
|
+
/** Formats a date to an array of parts such as separators, numbers, punctuation, and more. */
|
|
318
|
+
formatToParts(value) {
|
|
319
|
+
return this.formatter.formatToParts(value);
|
|
320
|
+
}
|
|
1553
321
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
322
|
+
/** Formats a date range as a string. */
|
|
323
|
+
formatRange(start, end) {
|
|
324
|
+
// @ts-ignore
|
|
325
|
+
if (typeof this.formatter.formatRange === 'function') {
|
|
326
|
+
// @ts-ignore
|
|
327
|
+
return this.formatter.formatRange(start, end);
|
|
328
|
+
}
|
|
329
|
+
if (end < start) {
|
|
330
|
+
throw new RangeError('End date must be >= start date');
|
|
331
|
+
}
|
|
1557
332
|
|
|
1558
|
-
|
|
333
|
+
// Very basic fallback for old browsers.
|
|
334
|
+
return `${this.formatter.format(start)} – ${this.formatter.format(end)}`;
|
|
335
|
+
}
|
|
1559
336
|
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
337
|
+
/** Formats a date range as an array of parts. */
|
|
338
|
+
formatRangeToParts(start, end) {
|
|
339
|
+
// @ts-ignore
|
|
340
|
+
if (typeof this.formatter.formatRangeToParts === 'function') {
|
|
341
|
+
// @ts-ignore
|
|
342
|
+
return this.formatter.formatRangeToParts(start, end);
|
|
343
|
+
}
|
|
344
|
+
if (end < start) {
|
|
345
|
+
throw new RangeError('End date must be >= start date');
|
|
346
|
+
}
|
|
347
|
+
let startParts = this.formatter.formatToParts(start);
|
|
348
|
+
let endParts = this.formatter.formatToParts(end);
|
|
349
|
+
return [...startParts.map(p => _objectSpread2(_objectSpread2({}, p), {}, {
|
|
350
|
+
source: 'startRange'
|
|
351
|
+
})), {
|
|
352
|
+
type: 'literal',
|
|
353
|
+
value: ' – ',
|
|
354
|
+
source: 'shared'
|
|
355
|
+
}, ...endParts.map(p => _objectSpread2(_objectSpread2({}, p), {}, {
|
|
356
|
+
source: 'endRange'
|
|
357
|
+
}))];
|
|
358
|
+
}
|
|
1566
359
|
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
360
|
+
/** Returns the resolved formatting options based on the values passed to the constructor. */
|
|
361
|
+
resolvedOptions() {
|
|
362
|
+
let resolvedOptions = this.formatter.resolvedOptions();
|
|
363
|
+
if (hasBuggyResolvedHourCycle()) {
|
|
364
|
+
if (!this.resolvedHourCycle) {
|
|
365
|
+
this.resolvedHourCycle = getResolvedHourCycle(resolvedOptions.locale, this.options);
|
|
366
|
+
}
|
|
367
|
+
resolvedOptions.hourCycle = this.resolvedHourCycle;
|
|
368
|
+
resolvedOptions.hour12 = this.resolvedHourCycle === 'h11' || this.resolvedHourCycle === 'h12';
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// Safari uses a different name for the Ethiopic (Amete Alem) calendar.
|
|
372
|
+
// https://bugs.webkit.org/show_bug.cgi?id=241564
|
|
373
|
+
if (resolvedOptions.calendar === 'ethiopic-amete-alem') {
|
|
374
|
+
resolvedOptions.calendar = 'ethioaa';
|
|
375
|
+
}
|
|
376
|
+
return resolvedOptions;
|
|
377
|
+
}
|
|
1572
378
|
}
|
|
1573
|
-
/**
|
|
1574
|
-
* Provides the locale for the application to all child components.
|
|
1575
|
-
*/
|
|
1576
|
-
declare function I18nProvider(props: I18nProviderProps): JSX.Element;
|
|
1577
|
-
/**
|
|
1578
|
-
* Returns the current locale and layout direction.
|
|
1579
|
-
*/
|
|
1580
|
-
declare function useLocale(): Locale;
|
|
1581
379
|
|
|
1582
|
-
|
|
1583
|
-
|
|
380
|
+
// There are multiple bugs involving the hour12 and hourCycle options in various browser engines.
|
|
381
|
+
// - Chrome [1] (and the ECMA 402 spec [2]) resolve hour12: false in English and other locales to h24 (24:00 - 23:59)
|
|
382
|
+
// rather than h23 (00:00 - 23:59). Same can happen with hour12: true in French, which Chrome resolves to h11 (00:00 - 11:59)
|
|
383
|
+
// rather than h12 (12:00 - 11:59).
|
|
384
|
+
// - WebKit returns an incorrect hourCycle resolved option in the French locale due to incorrect parsing of 'h' literal
|
|
385
|
+
// in the resolved pattern. It also formats incorrectly when specifying the hourCycle option for the same reason. [3]
|
|
386
|
+
// [1] https://bugs.chromium.org/p/chromium/issues/detail?id=1045791
|
|
387
|
+
// [2] https://github.com/tc39/ecma402/issues/402
|
|
388
|
+
// [3] https://bugs.webkit.org/show_bug.cgi?id=229313
|
|
389
|
+
|
|
390
|
+
// https://github.com/unicode-org/cldr/blob/018b55eff7ceb389c7e3fc44e2f657eae3b10b38/common/supplemental/supplementalData.xml#L4774-L4802
|
|
391
|
+
const hour12Preferences = {
|
|
392
|
+
true: {
|
|
393
|
+
// Only Japanese uses the h11 style for 12 hour time. All others use h12.
|
|
394
|
+
ja: 'h11'
|
|
395
|
+
},
|
|
396
|
+
false: {
|
|
397
|
+
// All locales use h23 for 24 hour time. None use h24.
|
|
398
|
+
}
|
|
1584
399
|
};
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
400
|
+
function getCachedDateFormatter(locale) {
|
|
401
|
+
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
402
|
+
// Work around buggy hour12 behavior in Chrome / ECMA 402 spec by using hourCycle instead.
|
|
403
|
+
// Only apply the workaround if the issue is detected, because the hourCycle option is buggy in Safari.
|
|
404
|
+
if (typeof options.hour12 === 'boolean' && hasBuggyHour12Behavior()) {
|
|
405
|
+
options = _objectSpread2({}, options);
|
|
406
|
+
let pref = hour12Preferences[String(options.hour12)][locale.split('-')[0]];
|
|
407
|
+
let defaultHourCycle = options.hour12 ? 'h12' : 'h23';
|
|
408
|
+
options.hourCycle = pref !== null && pref !== void 0 ? pref : defaultHourCycle;
|
|
409
|
+
delete options.hour12;
|
|
410
|
+
}
|
|
411
|
+
let cacheKey = locale + (options ? Object.entries(options).sort((a, b) => a[0] < b[0] ? -1 : 1).join() : '');
|
|
412
|
+
if (formatterCache.has(cacheKey)) {
|
|
413
|
+
return formatterCache.get(cacheKey);
|
|
414
|
+
}
|
|
415
|
+
let numberFormatter = new Intl.DateTimeFormat(locale, options);
|
|
416
|
+
formatterCache.set(cacheKey, numberFormatter);
|
|
417
|
+
return numberFormatter;
|
|
1598
418
|
}
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
private locale;
|
|
1609
|
-
private strings;
|
|
1610
|
-
constructor(locale: string, strings: LocalizedStringDictionary<K, T>);
|
|
1611
|
-
/** Formats a localized string for the given key with the provided variables. */
|
|
1612
|
-
format(key: K, variables?: Variables): string;
|
|
1613
|
-
protected plural(count: number, options: Record<string, InternalString>, type?: Intl.PluralRuleType): string;
|
|
1614
|
-
protected number(value: number): string;
|
|
1615
|
-
protected select(options: Record<string, InternalString>, value: string): string;
|
|
419
|
+
let _hasBuggyHour12Behavior = null;
|
|
420
|
+
function hasBuggyHour12Behavior() {
|
|
421
|
+
if (_hasBuggyHour12Behavior == null) {
|
|
422
|
+
_hasBuggyHour12Behavior = new Intl.DateTimeFormat('en-US', {
|
|
423
|
+
hour: 'numeric',
|
|
424
|
+
hour12: false
|
|
425
|
+
}).format(new Date(2020, 2, 3, 0)) === '24';
|
|
426
|
+
}
|
|
427
|
+
return _hasBuggyHour12Behavior;
|
|
1616
428
|
}
|
|
429
|
+
let _hasBuggyResolvedHourCycle = null;
|
|
430
|
+
function hasBuggyResolvedHourCycle() {
|
|
431
|
+
if (_hasBuggyResolvedHourCycle == null) {
|
|
432
|
+
_hasBuggyResolvedHourCycle = new Intl.DateTimeFormat('fr', {
|
|
433
|
+
hour: 'numeric',
|
|
434
|
+
hour12: false
|
|
435
|
+
}).resolvedOptions().hourCycle === 'h12';
|
|
436
|
+
}
|
|
437
|
+
return _hasBuggyResolvedHourCycle;
|
|
438
|
+
}
|
|
439
|
+
function getResolvedHourCycle(locale, options) {
|
|
440
|
+
if (!options.timeStyle && !options.hour) {
|
|
441
|
+
return undefined;
|
|
442
|
+
}
|
|
1617
443
|
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
* @param strings - A mapping of languages to localized strings by key.
|
|
1626
|
-
*/
|
|
1627
|
-
declare function useLocalizedStringFormatter<K extends string = string, T extends LocalizedString = string>(strings: LocalizedStrings$1<K, T>, packageName?: string): LocalizedStringFormatter<K, T>;
|
|
1628
|
-
|
|
1629
|
-
/**
|
|
1630
|
-
* Provides localized list formatting for the current locale. Automatically updates when the locale changes,
|
|
1631
|
-
* and handles caching of the list formatter for performance.
|
|
1632
|
-
* @param options - Formatting options.
|
|
1633
|
-
*/
|
|
1634
|
-
declare function useListFormatter(options?: Intl.ListFormatOptions): Intl.ListFormat;
|
|
444
|
+
// Work around buggy results in resolved hourCycle and hour12 options in WebKit.
|
|
445
|
+
// Format the minimum possible hour and maximum possible hour in a day and parse the results.
|
|
446
|
+
locale = locale.replace(/(-u-)?-nu-[a-zA-Z0-9]+/, '');
|
|
447
|
+
locale += (locale.includes('-u-') ? '' : '-u') + '-nu-latn';
|
|
448
|
+
let formatter = getCachedDateFormatter(locale, _objectSpread2(_objectSpread2({}, options), {}, {
|
|
449
|
+
timeZone: undefined // use local timezone
|
|
450
|
+
}));
|
|
1635
451
|
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
formatToParts(value: Date): Intl.DateTimeFormatPart[];
|
|
1652
|
-
/** Formats a date range as a string. */
|
|
1653
|
-
formatRange(start: Date, end: Date): string;
|
|
1654
|
-
/** Formats a date range as an array of parts. */
|
|
1655
|
-
formatRangeToParts(start: Date, end: Date): DateRangeFormatPart[];
|
|
1656
|
-
/** Returns the resolved formatting options based on the values passed to the constructor. */
|
|
1657
|
-
resolvedOptions(): ResolvedDateTimeFormatOptions;
|
|
452
|
+
let min = parseInt(formatter.formatToParts(new Date(2020, 2, 3, 0)).find(p => p.type === 'hour').value, 10);
|
|
453
|
+
let max = parseInt(formatter.formatToParts(new Date(2020, 2, 3, 23)).find(p => p.type === 'hour').value, 10);
|
|
454
|
+
if (min === 0 && max === 23) {
|
|
455
|
+
return 'h23';
|
|
456
|
+
}
|
|
457
|
+
if (min === 24 && max === 23) {
|
|
458
|
+
return 'h24';
|
|
459
|
+
}
|
|
460
|
+
if (min === 0 && max === 11) {
|
|
461
|
+
return 'h11';
|
|
462
|
+
}
|
|
463
|
+
if (min === 12 && max === 11) {
|
|
464
|
+
return 'h12';
|
|
465
|
+
}
|
|
466
|
+
throw new Error('Unexpected hour cycle result');
|
|
1658
467
|
}
|
|
1659
468
|
|
|
1660
|
-
|
|
1661
|
-
|
|
469
|
+
/* eslint-disable prefer-const */
|
|
470
|
+
function useDeepMemo(value, isEqual) {
|
|
471
|
+
// Using a ref during render is ok here because it's only an optimization – both values are equivalent.
|
|
472
|
+
// If a render is thrown away, it'll still work the same no matter if the next render is the same or not.
|
|
473
|
+
let lastValue = useRef(null);
|
|
474
|
+
if (value && lastValue.current && isEqual(value, lastValue.current)) {
|
|
475
|
+
value = lastValue.current;
|
|
476
|
+
}
|
|
477
|
+
lastValue.current = value;
|
|
478
|
+
return value;
|
|
1662
479
|
}
|
|
480
|
+
|
|
481
|
+
/* eslint-disable prefer-const */
|
|
1663
482
|
/**
|
|
1664
483
|
* Provides localized date formatting for the current locale. Automatically updates when the locale changes,
|
|
1665
484
|
* and handles caching of the date formatter for performance.
|
|
1666
485
|
* @param options - Formatting options.
|
|
1667
486
|
*/
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
487
|
+
function useDateFormatter(options) {
|
|
488
|
+
var _options;
|
|
489
|
+
// Reuse last options object if it is shallowly equal, which allows the useMemo result to also be reused.
|
|
490
|
+
options = useDeepMemo((_options = options) !== null && _options !== void 0 ? _options : {}, isEqual);
|
|
491
|
+
let {
|
|
492
|
+
locale
|
|
493
|
+
} = useLocale();
|
|
494
|
+
return useMemo(() => new DateFormatter(locale, options), [locale, options]);
|
|
495
|
+
}
|
|
496
|
+
function isEqual(a, b) {
|
|
497
|
+
if (a === b) {
|
|
498
|
+
return true;
|
|
499
|
+
}
|
|
500
|
+
let aKeys = Object.keys(a);
|
|
501
|
+
let bKeys = Object.keys(b);
|
|
502
|
+
if (aKeys.length !== bKeys.length) {
|
|
503
|
+
return false;
|
|
504
|
+
}
|
|
505
|
+
for (let key of aKeys) {
|
|
506
|
+
if (b[key] !== a[key]) {
|
|
507
|
+
return false;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
return true;
|
|
1673
511
|
}
|
|
1674
512
|
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
* and handles caching of the number formatter for performance.
|
|
1678
|
-
* @param options - Formatting options.
|
|
1679
|
-
*/
|
|
1680
|
-
declare function useNumberFormatter(options?: NumberFormatOptions): Intl.NumberFormat;
|
|
1681
|
-
|
|
1682
|
-
type LocalizedStrings = {
|
|
1683
|
-
[lang: string]: {
|
|
1684
|
-
[key: string]: string;
|
|
1685
|
-
};
|
|
1686
|
-
};
|
|
1687
|
-
|
|
1688
|
-
type FormatMessage = (key: string, variables?: {
|
|
1689
|
-
[key: string]: any;
|
|
1690
|
-
}) => string;
|
|
1691
|
-
/**
|
|
1692
|
-
* Handles formatting ICU Message strings to create localized strings for the current locale.
|
|
1693
|
-
* Automatically updates when the locale changes, and handles caching of messages for performance.
|
|
1694
|
-
* @param strings - A mapping of languages to strings by key.
|
|
1695
|
-
*/
|
|
1696
|
-
declare function useMessageFormatter(strings: LocalizedStrings): FormatMessage;
|
|
513
|
+
/* eslint-disable prefer-const */
|
|
514
|
+
let cache = new Map();
|
|
1697
515
|
|
|
1698
516
|
/**
|
|
1699
517
|
* Provides localized string collation for the current locale. Automatically updates when the locale changes,
|
|
1700
518
|
* and handles caching of the collator for performance.
|
|
1701
519
|
* @param options - Collator options.
|
|
1702
520
|
*/
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
521
|
+
function useCollator(options) {
|
|
522
|
+
let {
|
|
523
|
+
locale
|
|
524
|
+
} = useLocale();
|
|
525
|
+
let cacheKey = locale + (options ? Object.entries(options).sort((a, b) => a[0] < b[0] ? -1 : 1).join() : '');
|
|
526
|
+
if (cache.has(cacheKey)) {
|
|
527
|
+
return cache.get(cacheKey);
|
|
528
|
+
}
|
|
529
|
+
let formatter = new Intl.Collator(locale, options);
|
|
530
|
+
cache.set(cacheKey, formatter);
|
|
531
|
+
return formatter;
|
|
1712
532
|
}
|
|
533
|
+
|
|
1713
534
|
/**
|
|
1714
535
|
* Provides localized string search functionality that is useful for filtering or matching items
|
|
1715
536
|
* in a list. Options can be provided to adjust the sensitivity to case, diacritics, and other parameters.
|
|
1716
537
|
*/
|
|
1717
|
-
|
|
538
|
+
function useFilter(options) {
|
|
539
|
+
let collator = useCollator(_objectSpread2({
|
|
540
|
+
usage: 'search'
|
|
541
|
+
}, options));
|
|
1718
542
|
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
543
|
+
// TODO(later): these methods don't currently support the ignorePunctuation option.
|
|
544
|
+
let startsWith = useCallback((string, substring) => {
|
|
545
|
+
if (substring.length === 0) {
|
|
546
|
+
return true;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// Normalize both strings so we can slice safely
|
|
550
|
+
// TODO: take into account the ignorePunctuation option as well...
|
|
551
|
+
string = string.normalize('NFC');
|
|
552
|
+
substring = substring.normalize('NFC');
|
|
553
|
+
return collator.compare(string.slice(0, substring.length), substring) === 0;
|
|
554
|
+
}, [collator]);
|
|
555
|
+
let endsWith = useCallback((string, substring) => {
|
|
556
|
+
if (substring.length === 0) {
|
|
557
|
+
return true;
|
|
558
|
+
}
|
|
559
|
+
string = string.normalize('NFC');
|
|
560
|
+
substring = substring.normalize('NFC');
|
|
561
|
+
return collator.compare(string.slice(-substring.length), substring) === 0;
|
|
562
|
+
}, [collator]);
|
|
563
|
+
let contains = useCallback((string, substring) => {
|
|
564
|
+
if (substring.length === 0) {
|
|
565
|
+
return true;
|
|
566
|
+
}
|
|
567
|
+
string = string.normalize('NFC');
|
|
568
|
+
substring = substring.normalize('NFC');
|
|
569
|
+
let scan = 0;
|
|
570
|
+
let sliceLen = substring.length;
|
|
571
|
+
for (; scan + sliceLen <= string.length; scan++) {
|
|
572
|
+
let slice = string.slice(scan, scan + sliceLen);
|
|
573
|
+
if (collator.compare(substring, slice) === 0) {
|
|
574
|
+
return true;
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
return false;
|
|
578
|
+
}, [collator]);
|
|
579
|
+
return useMemo(() => ({
|
|
580
|
+
startsWith,
|
|
581
|
+
endsWith,
|
|
582
|
+
contains
|
|
583
|
+
}), [startsWith, endsWith, contains]);
|
|
1722
584
|
}
|
|
1723
|
-
/**
|
|
1724
|
-
* When using SSR with React Aria in React 16 or 17, applications must be wrapped in an SSRProvider.
|
|
1725
|
-
* This ensures that auto generated ids are consistent between the client and server.
|
|
1726
|
-
*/
|
|
1727
|
-
declare function SSRProvider(props: SSRProviderProps): JSX.Element;
|
|
1728
|
-
declare function useModernSSRSafeId(defaultId?: string): string;
|
|
1729
|
-
/** @private */
|
|
1730
|
-
declare const useSSRSafeId: typeof useModernSSRSafeId;
|
|
1731
|
-
/**
|
|
1732
|
-
* Returns whether the component is currently being server side rendered or
|
|
1733
|
-
* hydrated on the client. Can be used to delay browser-specific rendering
|
|
1734
|
-
* until after hydration.
|
|
1735
|
-
*/
|
|
1736
|
-
declare function useIsSSR(): boolean;
|
|
1737
585
|
|
|
1738
|
-
export { DateFormatter, DateFormatterOptions, Filter, I18nProvider, I18nProviderProps, Locale, LocalizedStringFormatter, LocalizedStrings, RedsiftBorderRadius, RedsiftColorBlueD1, RedsiftColorBlueD2, RedsiftColorBlueD3, RedsiftColorBlueD4, RedsiftColorBlueL1, RedsiftColorBlueL2, RedsiftColorBlueL3, RedsiftColorBlueL4, RedsiftColorBlueN, RedsiftColorBordersBorderDefault, RedsiftColorBordersBorderDisabled, RedsiftColorBordersBorderDivider, RedsiftColorBordersBorderError, RedsiftColorBordersBorderPrimary, RedsiftColorBordersBorderSecondary, RedsiftColorBordersBorderSuccess, RedsiftColorDarkComponentsAiAiBorder, RedsiftColorDarkComponentsAiAiIcon, RedsiftColorDarkComponentsAlertErrorBackground, RedsiftColorDarkComponentsAlertErrorBorder, RedsiftColorDarkComponentsAlertErrorIcon, RedsiftColorDarkComponentsAlertInfoBackground, RedsiftColorDarkComponentsAlertInfoBorder, RedsiftColorDarkComponentsAlertInfoIcon, RedsiftColorDarkComponentsAlertSuccessBackground, RedsiftColorDarkComponentsAlertSuccessBorder, RedsiftColorDarkComponentsAlertSuccessIcon, RedsiftColorDarkComponentsAlertText, RedsiftColorDarkComponentsAlertWarningBackground, RedsiftColorDarkComponentsAlertWarningBorder, RedsiftColorDarkComponentsAlertWarningIcon, RedsiftColorDarkComponentsAppBarBackground, RedsiftColorDarkComponentsAppBarBorder, RedsiftColorDarkComponentsAppBarBreadcrumbDefault, RedsiftColorDarkComponentsAppBarBreadcrumbDown, RedsiftColorDarkComponentsAppBarBreadcrumbHover, RedsiftColorDarkComponentsAppBarIconBackgroundActive, RedsiftColorDarkComponentsAppBarIconBackgroundActiveDown, RedsiftColorDarkComponentsAppBarIconBackgroundActiveHover, RedsiftColorDarkComponentsAppBarIconBackgroundDown, RedsiftColorDarkComponentsAppBarIconBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorDarkComponentsCheckboxFillDefault, RedsiftColorDarkComponentsCheckboxFillDefaultHover, RedsiftColorDarkComponentsCheckboxFillDisabled, RedsiftColorDarkComponentsCheckboxFillInvalid, RedsiftColorDarkComponentsCheckboxFillInvalidHover, RedsiftColorDarkComponentsCheckboxFillUncolored, RedsiftColorDarkComponentsCheckboxFillUncoloredHover, RedsiftColorDarkComponentsCheckboxTextDefault, RedsiftColorDarkComponentsCheckboxTextDisabled, RedsiftColorDarkComponentsCheckboxTextInvalid, RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusClickText, RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, RedsiftColorDarkComponentsDropdownsAndMenusDividers, RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, RedsiftColorDarkComponentsIconsDefault, RedsiftColorDarkComponentsModalBackground, RedsiftColorDarkComponentsPageBackground, RedsiftColorDarkComponentsPillsAquaDefaultBackground, RedsiftColorDarkComponentsPillsAquaDefaultBorder, RedsiftColorDarkComponentsPillsAquaDefaultText, RedsiftColorDarkComponentsPillsAquaDisabledBackground, RedsiftColorDarkComponentsPillsAquaDisabledBorder, RedsiftColorDarkComponentsPillsAquaDisabledText, RedsiftColorDarkComponentsPillsAquaHoverBackground, RedsiftColorDarkComponentsPillsAquaHoverBorder, RedsiftColorDarkComponentsPillsAquaHoverText, RedsiftColorDarkComponentsPillsBlackDefaultBackground, RedsiftColorDarkComponentsPillsBlackDefaultBorder, RedsiftColorDarkComponentsPillsBlackDefaultText, RedsiftColorDarkComponentsPillsBlackDisabledBackground, RedsiftColorDarkComponentsPillsBlackDisabledBorder, RedsiftColorDarkComponentsPillsBlackDisabledText, RedsiftColorDarkComponentsPillsBlackHoverBackground, RedsiftColorDarkComponentsPillsBlackHoverBorder, RedsiftColorDarkComponentsPillsBlackHoverText, RedsiftColorDarkComponentsPillsBlueDefaultBackground, RedsiftColorDarkComponentsPillsBlueDefaultBorder, RedsiftColorDarkComponentsPillsBlueDefaultText, RedsiftColorDarkComponentsPillsBlueDisabledBackground, RedsiftColorDarkComponentsPillsBlueDisabledBorder, RedsiftColorDarkComponentsPillsBlueDisabledText, RedsiftColorDarkComponentsPillsBlueHoverBackground, RedsiftColorDarkComponentsPillsBlueHoverBorder, RedsiftColorDarkComponentsPillsBlueHoverText, RedsiftColorDarkComponentsPillsBrownDefaultBackground, RedsiftColorDarkComponentsPillsBrownDefaultBorder, RedsiftColorDarkComponentsPillsBrownDefaultText, RedsiftColorDarkComponentsPillsBrownDisabledBackground, RedsiftColorDarkComponentsPillsBrownDisabledBorder, RedsiftColorDarkComponentsPillsBrownDisabledText, RedsiftColorDarkComponentsPillsBrownHoverBackground, RedsiftColorDarkComponentsPillsBrownHoverBorder, RedsiftColorDarkComponentsPillsBrownHoverText, RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsDarkGreyDefaultText, RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsDarkGreyDisabledText, RedsiftColorDarkComponentsPillsDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsDarkGreyHoverText, RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground, RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder, RedsiftColorDarkComponentsPillsErrorDarkDefaultText, RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground, RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder, RedsiftColorDarkComponentsPillsErrorDarkDisabledText, RedsiftColorDarkComponentsPillsErrorDarkHoverBackground, RedsiftColorDarkComponentsPillsErrorDarkHoverBorder, RedsiftColorDarkComponentsPillsErrorDarkHoverText, RedsiftColorDarkComponentsPillsErrorDefaultBackground, RedsiftColorDarkComponentsPillsErrorDefaultBorder, RedsiftColorDarkComponentsPillsErrorDefaultText, RedsiftColorDarkComponentsPillsErrorDisabledBackground, RedsiftColorDarkComponentsPillsErrorDisabledBorder, RedsiftColorDarkComponentsPillsErrorDisabledText, RedsiftColorDarkComponentsPillsErrorHoverBackground, RedsiftColorDarkComponentsPillsErrorHoverBorder, RedsiftColorDarkComponentsPillsErrorHoverText, RedsiftColorDarkComponentsPillsGreenDefaultBackground, RedsiftColorDarkComponentsPillsGreenDefaultBorder, RedsiftColorDarkComponentsPillsGreenDefaultText, RedsiftColorDarkComponentsPillsGreenDisabledBackground, RedsiftColorDarkComponentsPillsGreenDisabledBorder, RedsiftColorDarkComponentsPillsGreenDisabledText, RedsiftColorDarkComponentsPillsGreenHoverBackground, RedsiftColorDarkComponentsPillsGreenHoverBorder, RedsiftColorDarkComponentsPillsGreenHoverText, RedsiftColorDarkComponentsPillsGreyDefaultBackground, RedsiftColorDarkComponentsPillsGreyDefaultBorder, RedsiftColorDarkComponentsPillsGreyDefaultText, RedsiftColorDarkComponentsPillsGreyDisabledBackground, RedsiftColorDarkComponentsPillsGreyDisabledBorder, RedsiftColorDarkComponentsPillsGreyDisabledText, RedsiftColorDarkComponentsPillsGreyHoverBackground, RedsiftColorDarkComponentsPillsGreyHoverBorder, RedsiftColorDarkComponentsPillsGreyHoverText, RedsiftColorDarkComponentsPillsLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsLightGreyDefaultText, RedsiftColorDarkComponentsPillsLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsLightGreyDisabledText, RedsiftColorDarkComponentsPillsLightGreyHoverBackground, RedsiftColorDarkComponentsPillsLightGreyHoverBorder, RedsiftColorDarkComponentsPillsLightGreyHoverText, RedsiftColorDarkComponentsPillsMidGreyDefaultBackground, RedsiftColorDarkComponentsPillsMidGreyDefaultBorder, RedsiftColorDarkComponentsPillsMidGreyDefaultText, RedsiftColorDarkComponentsPillsMidGreyDisabledBackground, RedsiftColorDarkComponentsPillsMidGreyDisabledBorder, RedsiftColorDarkComponentsPillsMidGreyDisabledText, RedsiftColorDarkComponentsPillsMidGreyHoverBackground, RedsiftColorDarkComponentsPillsMidGreyHoverBorder, RedsiftColorDarkComponentsPillsMidGreyHoverText, RedsiftColorDarkComponentsPillsOrangeDefaultBackground, RedsiftColorDarkComponentsPillsOrangeDefaultBorder, RedsiftColorDarkComponentsPillsOrangeDefaultText, RedsiftColorDarkComponentsPillsOrangeDisabledBackground, RedsiftColorDarkComponentsPillsOrangeDisabledBorder, RedsiftColorDarkComponentsPillsOrangeDisabledText, RedsiftColorDarkComponentsPillsOrangeHoverBackground, RedsiftColorDarkComponentsPillsOrangeHoverBorder, RedsiftColorDarkComponentsPillsOrangeHoverText, RedsiftColorDarkComponentsPillsPinkDefaultBackground, RedsiftColorDarkComponentsPillsPinkDefaultBorder, RedsiftColorDarkComponentsPillsPinkDefaultText, RedsiftColorDarkComponentsPillsPinkDisabledBackground, RedsiftColorDarkComponentsPillsPinkDisabledBorder, RedsiftColorDarkComponentsPillsPinkDisabledText, RedsiftColorDarkComponentsPillsPinkHoverBackground, RedsiftColorDarkComponentsPillsPinkHoverBorder, RedsiftColorDarkComponentsPillsPinkHoverText, RedsiftColorDarkComponentsPillsPurpleDefaultBackground, RedsiftColorDarkComponentsPillsPurpleDefaultBorder, RedsiftColorDarkComponentsPillsPurpleDefaultText, RedsiftColorDarkComponentsPillsPurpleDisabledBackground, RedsiftColorDarkComponentsPillsPurpleDisabledBorder, RedsiftColorDarkComponentsPillsPurpleDisabledText, RedsiftColorDarkComponentsPillsPurpleHoverBackground, RedsiftColorDarkComponentsPillsPurpleHoverBorder, RedsiftColorDarkComponentsPillsPurpleHoverText, RedsiftColorDarkComponentsPillsRedDefaultBackground, RedsiftColorDarkComponentsPillsRedDefaultBorder, RedsiftColorDarkComponentsPillsRedDefaultText, RedsiftColorDarkComponentsPillsRedDisabledBackground, RedsiftColorDarkComponentsPillsRedDisabledBorder, RedsiftColorDarkComponentsPillsRedDisabledText, RedsiftColorDarkComponentsPillsRedHoverBackground, RedsiftColorDarkComponentsPillsRedHoverBorder, RedsiftColorDarkComponentsPillsRedHoverText, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDarkDefaultText, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDarkDisabledText, RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground, RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder, RedsiftColorDarkComponentsPillsSuccessDarkHoverText, RedsiftColorDarkComponentsPillsSuccessDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDefaultText, RedsiftColorDarkComponentsPillsSuccessDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDisabledText, RedsiftColorDarkComponentsPillsSuccessHoverBackground, RedsiftColorDarkComponentsPillsSuccessHoverBorder, RedsiftColorDarkComponentsPillsSuccessHoverText, RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground, RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder, RedsiftColorDarkComponentsPillsWarningDarkDefaultText, RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground, RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder, RedsiftColorDarkComponentsPillsWarningDarkDisabledText, RedsiftColorDarkComponentsPillsWarningDarkHoverBackground, RedsiftColorDarkComponentsPillsWarningDarkHoverBorder, RedsiftColorDarkComponentsPillsWarningDarkHoverText, RedsiftColorDarkComponentsPillsWarningDefaultBackground, RedsiftColorDarkComponentsPillsWarningDefaultBorder, RedsiftColorDarkComponentsPillsWarningDefaultText, RedsiftColorDarkComponentsPillsWarningDisabledBackground, RedsiftColorDarkComponentsPillsWarningDisabledBorder, RedsiftColorDarkComponentsPillsWarningDisabledText, RedsiftColorDarkComponentsPillsWarningHoverBackground, RedsiftColorDarkComponentsPillsWarningHoverBorder, RedsiftColorDarkComponentsPillsWarningHoverText, RedsiftColorDarkComponentsPillsWhiteDefaultBackground, RedsiftColorDarkComponentsPillsWhiteDefaultBorder, RedsiftColorDarkComponentsPillsWhiteDefaultText, RedsiftColorDarkComponentsPillsWhiteDisabledBackground, RedsiftColorDarkComponentsPillsWhiteDisabledBorder, RedsiftColorDarkComponentsPillsWhiteDisabledText, RedsiftColorDarkComponentsPillsWhiteHoverBackground, RedsiftColorDarkComponentsPillsWhiteHoverBorder, RedsiftColorDarkComponentsPillsWhiteHoverText, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsXDarkGreyDefaultText, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsXDarkGreyDisabledText, RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsXDarkGreyHoverText, RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsXLightGreyDefaultText, RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsXLightGreyDisabledText, RedsiftColorDarkComponentsPillsXLightGreyHoverBackground, RedsiftColorDarkComponentsPillsXLightGreyHoverBorder, RedsiftColorDarkComponentsPillsXLightGreyHoverText, RedsiftColorDarkComponentsPillsYellowDefaultBackground, RedsiftColorDarkComponentsPillsYellowDefaultBorder, RedsiftColorDarkComponentsPillsYellowDefaultText, RedsiftColorDarkComponentsPillsYellowDisabledBackground, RedsiftColorDarkComponentsPillsYellowDisabledBorder, RedsiftColorDarkComponentsPillsYellowDisabledText, RedsiftColorDarkComponentsPillsYellowHoverBackground, RedsiftColorDarkComponentsPillsYellowHoverBorder, RedsiftColorDarkComponentsPillsYellowHoverText, RedsiftColorDarkComponentsProductLogosIconGrey, RedsiftColorDarkComponentsProductLogosIconRed, RedsiftColorDarkComponentsProductLogosTextGrey, RedsiftColorDarkComponentsProductLogosTextRed, RedsiftColorDarkComponentsProductLogosTextWhite, RedsiftColorDarkComponentsRadioFillDefault, RedsiftColorDarkComponentsRadioFillDefaultHover, RedsiftColorDarkComponentsRadioFillDisabled, RedsiftColorDarkComponentsRadioFillInvalid, RedsiftColorDarkComponentsRadioFillInvalidHover, RedsiftColorDarkComponentsRadioFillUncolored, RedsiftColorDarkComponentsRadioFillUncoloredHover, RedsiftColorDarkComponentsRadioTextDefault, RedsiftColorDarkComponentsRadioTextDisabled, RedsiftColorDarkComponentsRadioTextInvalid, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, RedsiftColorDarkComponentsRedSiftLogoDiamondDark, RedsiftColorDarkComponentsRedSiftLogoDiamondLight, RedsiftColorDarkComponentsRedSiftLogoDiamondMid, RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, RedsiftColorDarkComponentsRedSiftLogoIconBackground, RedsiftColorDarkComponentsRedSiftLogoIconR, RedsiftColorDarkComponentsRedSiftLogoTextGrey, RedsiftColorDarkComponentsRedSiftLogoTextRed, RedsiftColorDarkComponentsRedSiftLogoTextWhite, RedsiftColorDarkComponentsSideNavigationBackground, RedsiftColorDarkComponentsSideNavigationCurrentMarker, RedsiftColorDarkComponentsSideNavigationMenuItemActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, RedsiftColorDarkComponentsSideNavigationRightLine, RedsiftColorDarkComponentsSideNavigationScrollbarHover, RedsiftColorDarkComponentsSideNavigationScrollbarResting, RedsiftColorDarkComponentsSpinnerSpinner, RedsiftColorDarkComponentsSwitchBackgroundDefault, RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, RedsiftColorDarkComponentsSwitchBackgroundDisabled, RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, RedsiftColorDarkComponentsSwitchBackgroundInvalid, RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, RedsiftColorDarkComponentsSwitchBackgroundUncolored, RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, RedsiftColorDarkComponentsSwitchDotDefault, RedsiftColorDarkComponentsSwitchDotDefaultHover, RedsiftColorDarkComponentsSwitchDotDisabled, RedsiftColorDarkComponentsSwitchDotInvalid, RedsiftColorDarkComponentsSwitchDotInvalidHover, RedsiftColorDarkComponentsSwitchDotUncolored, RedsiftColorDarkComponentsSwitchDotUncoloredHover, RedsiftColorDarkComponentsSwitchTextDefault, RedsiftColorDarkComponentsSwitchTextDisabled, RedsiftColorDarkComponentsSwitchTextInvalid, RedsiftColorDarkComponentsTabsLine, RedsiftColorDarkComponentsTextPrimary, RedsiftColorDarkComponentsTextSecondary, RedsiftColorDarkComponentsTooltipBackground, RedsiftColorDarkComponentsTooltipText, RedsiftColorGreenD1, RedsiftColorGreenD2, RedsiftColorGreenD3, RedsiftColorGreenD4, RedsiftColorGreenL1, RedsiftColorGreenL2, RedsiftColorGreenL3, RedsiftColorGreenL4, RedsiftColorGreenN, RedsiftColorGreyD1, RedsiftColorGreyD2, RedsiftColorGreyD3, RedsiftColorGreyD4, RedsiftColorGreyD5, RedsiftColorGreyL1, RedsiftColorGreyL2, RedsiftColorGreyL3, RedsiftColorGreyL4, RedsiftColorGreyL5, RedsiftColorGreyN, RedsiftColorLightComponentsAiAiBorder, RedsiftColorLightComponentsAiAiIcon, RedsiftColorLightComponentsAlertErrorBackground, RedsiftColorLightComponentsAlertErrorBorder, RedsiftColorLightComponentsAlertErrorIcon, RedsiftColorLightComponentsAlertInfoBackground, RedsiftColorLightComponentsAlertInfoBorder, RedsiftColorLightComponentsAlertInfoIcon, RedsiftColorLightComponentsAlertSuccessBackground, RedsiftColorLightComponentsAlertSuccessBorder, RedsiftColorLightComponentsAlertSuccessIcon, RedsiftColorLightComponentsAlertText, RedsiftColorLightComponentsAlertWarningBackground, RedsiftColorLightComponentsAlertWarningBorder, RedsiftColorLightComponentsAlertWarningIcon, RedsiftColorLightComponentsAppBarBackground, RedsiftColorLightComponentsAppBarBorder, RedsiftColorLightComponentsAppBarBreadcrumbDefault, RedsiftColorLightComponentsAppBarBreadcrumbDown, RedsiftColorLightComponentsAppBarBreadcrumbHover, RedsiftColorLightComponentsAppBarIconBackgroundActive, RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, RedsiftColorLightComponentsAppBarIconBackgroundDown, RedsiftColorLightComponentsAppBarIconBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorLightComponentsCheckboxFillDefault, RedsiftColorLightComponentsCheckboxFillDefaultHover, RedsiftColorLightComponentsCheckboxFillDisabled, RedsiftColorLightComponentsCheckboxFillInvalid, RedsiftColorLightComponentsCheckboxFillInvalidHover, RedsiftColorLightComponentsCheckboxFillUncolored, RedsiftColorLightComponentsCheckboxFillUncoloredHover, RedsiftColorLightComponentsCheckboxTextDefault, RedsiftColorLightComponentsCheckboxTextDisabled, RedsiftColorLightComponentsCheckboxTextInvalid, RedsiftColorLightComponentsDropdownsAndMenusClickBackground, RedsiftColorLightComponentsDropdownsAndMenusClickText, RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, RedsiftColorLightComponentsDropdownsAndMenusDefaultText, RedsiftColorLightComponentsDropdownsAndMenusDividers, RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, RedsiftColorLightComponentsIconsDefault, RedsiftColorLightComponentsModalBackground, RedsiftColorLightComponentsPageBackground, RedsiftColorLightComponentsPillsAquaDefaultBackground, RedsiftColorLightComponentsPillsAquaDefaultBorder, RedsiftColorLightComponentsPillsAquaDefaultText, RedsiftColorLightComponentsPillsAquaDisabledBackground, RedsiftColorLightComponentsPillsAquaDisabledBorder, RedsiftColorLightComponentsPillsAquaDisabledText, RedsiftColorLightComponentsPillsAquaHoverBackground, RedsiftColorLightComponentsPillsAquaHoverBorder, RedsiftColorLightComponentsPillsAquaHoverText, RedsiftColorLightComponentsPillsBlackDefaultBackground, RedsiftColorLightComponentsPillsBlackDefaultBorder, RedsiftColorLightComponentsPillsBlackDefaultText, RedsiftColorLightComponentsPillsBlackDisabledBackground, RedsiftColorLightComponentsPillsBlackDisabledBorder, RedsiftColorLightComponentsPillsBlackDisabledText, RedsiftColorLightComponentsPillsBlackHoverBackground, RedsiftColorLightComponentsPillsBlackHoverBorder, RedsiftColorLightComponentsPillsBlackHoverText, RedsiftColorLightComponentsPillsBlueDefaultBackground, RedsiftColorLightComponentsPillsBlueDefaultBorder, RedsiftColorLightComponentsPillsBlueDefaultText, RedsiftColorLightComponentsPillsBlueDisabledBackground, RedsiftColorLightComponentsPillsBlueDisabledBorder, RedsiftColorLightComponentsPillsBlueDisabledText, RedsiftColorLightComponentsPillsBlueHoverBackground, RedsiftColorLightComponentsPillsBlueHoverBorder, RedsiftColorLightComponentsPillsBlueHoverText, RedsiftColorLightComponentsPillsBrownDefaultBackground, RedsiftColorLightComponentsPillsBrownDefaultBorder, RedsiftColorLightComponentsPillsBrownDefaultText, RedsiftColorLightComponentsPillsBrownDisabledBackground, RedsiftColorLightComponentsPillsBrownDisabledBorder, RedsiftColorLightComponentsPillsBrownDisabledText, RedsiftColorLightComponentsPillsBrownHoverBackground, RedsiftColorLightComponentsPillsBrownHoverBorder, RedsiftColorLightComponentsPillsBrownHoverText, RedsiftColorLightComponentsPillsDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsDarkGreyDefaultText, RedsiftColorLightComponentsPillsDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsDarkGreyDisabledText, RedsiftColorLightComponentsPillsDarkGreyHoverBackground, RedsiftColorLightComponentsPillsDarkGreyHoverBorder, RedsiftColorLightComponentsPillsDarkGreyHoverText, RedsiftColorLightComponentsPillsErrorDarkDefaultBackground, RedsiftColorLightComponentsPillsErrorDarkDefaultBorder, RedsiftColorLightComponentsPillsErrorDarkDefaultText, RedsiftColorLightComponentsPillsErrorDarkDisabledBackground, RedsiftColorLightComponentsPillsErrorDarkDisabledBorder, RedsiftColorLightComponentsPillsErrorDarkDisabledText, RedsiftColorLightComponentsPillsErrorDarkHoverBackground, RedsiftColorLightComponentsPillsErrorDarkHoverBorder, RedsiftColorLightComponentsPillsErrorDarkHoverText, RedsiftColorLightComponentsPillsErrorDefaultBackground, RedsiftColorLightComponentsPillsErrorDefaultBorder, RedsiftColorLightComponentsPillsErrorDefaultText, RedsiftColorLightComponentsPillsErrorDisabledBackground, RedsiftColorLightComponentsPillsErrorDisabledBorder, RedsiftColorLightComponentsPillsErrorDisabledText, RedsiftColorLightComponentsPillsErrorHoverBackground, RedsiftColorLightComponentsPillsErrorHoverBorder, RedsiftColorLightComponentsPillsErrorHoverText, RedsiftColorLightComponentsPillsGreenDefaultBackground, RedsiftColorLightComponentsPillsGreenDefaultBorder, RedsiftColorLightComponentsPillsGreenDefaultText, RedsiftColorLightComponentsPillsGreenDisabledBackground, RedsiftColorLightComponentsPillsGreenDisabledBorder, RedsiftColorLightComponentsPillsGreenDisabledText, RedsiftColorLightComponentsPillsGreenHoverBackground, RedsiftColorLightComponentsPillsGreenHoverBorder, RedsiftColorLightComponentsPillsGreenHoverText, RedsiftColorLightComponentsPillsGreyDefaultBackground, RedsiftColorLightComponentsPillsGreyDefaultBorder, RedsiftColorLightComponentsPillsGreyDefaultText, RedsiftColorLightComponentsPillsGreyDisabledBackground, RedsiftColorLightComponentsPillsGreyDisabledBorder, RedsiftColorLightComponentsPillsGreyDisabledText, RedsiftColorLightComponentsPillsGreyHoverBackground, RedsiftColorLightComponentsPillsGreyHoverBorder, RedsiftColorLightComponentsPillsGreyHoverText, RedsiftColorLightComponentsPillsLightGreyDefaultBackground, RedsiftColorLightComponentsPillsLightGreyDefaultBorder, RedsiftColorLightComponentsPillsLightGreyDefaultText, RedsiftColorLightComponentsPillsLightGreyDisabledBackground, RedsiftColorLightComponentsPillsLightGreyDisabledBorder, RedsiftColorLightComponentsPillsLightGreyDisabledText, RedsiftColorLightComponentsPillsLightGreyHoverBackground, RedsiftColorLightComponentsPillsLightGreyHoverBorder, RedsiftColorLightComponentsPillsLightGreyHoverText, RedsiftColorLightComponentsPillsMidGreyDefaultBackground, RedsiftColorLightComponentsPillsMidGreyDefaultBorder, RedsiftColorLightComponentsPillsMidGreyDefaultText, RedsiftColorLightComponentsPillsMidGreyDisabledBackground, RedsiftColorLightComponentsPillsMidGreyDisabledBorder, RedsiftColorLightComponentsPillsMidGreyDisabledText, RedsiftColorLightComponentsPillsMidGreyHoverBackground, RedsiftColorLightComponentsPillsMidGreyHoverBorder, RedsiftColorLightComponentsPillsMidGreyHoverText, RedsiftColorLightComponentsPillsOrangeDefaultBackground, RedsiftColorLightComponentsPillsOrangeDefaultBorder, RedsiftColorLightComponentsPillsOrangeDefaultText, RedsiftColorLightComponentsPillsOrangeDisabledBackground, RedsiftColorLightComponentsPillsOrangeDisabledBorder, RedsiftColorLightComponentsPillsOrangeDisabledText, RedsiftColorLightComponentsPillsOrangeHoverBackground, RedsiftColorLightComponentsPillsOrangeHoverBorder, RedsiftColorLightComponentsPillsOrangeHoverText, RedsiftColorLightComponentsPillsPinkDefaultBackground, RedsiftColorLightComponentsPillsPinkDefaultBorder, RedsiftColorLightComponentsPillsPinkDefaultText, RedsiftColorLightComponentsPillsPinkDisabledBackground, RedsiftColorLightComponentsPillsPinkDisabledBorder, RedsiftColorLightComponentsPillsPinkDisabledText, RedsiftColorLightComponentsPillsPinkHoverBackground, RedsiftColorLightComponentsPillsPinkHoverBorder, RedsiftColorLightComponentsPillsPinkHoverText, RedsiftColorLightComponentsPillsPurpleDefaultBackground, RedsiftColorLightComponentsPillsPurpleDefaultBorder, RedsiftColorLightComponentsPillsPurpleDefaultText, RedsiftColorLightComponentsPillsPurpleDisabledBackground, RedsiftColorLightComponentsPillsPurpleDisabledBorder, RedsiftColorLightComponentsPillsPurpleDisabledText, RedsiftColorLightComponentsPillsPurpleHoverBackground, RedsiftColorLightComponentsPillsPurpleHoverBorder, RedsiftColorLightComponentsPillsPurpleHoverText, RedsiftColorLightComponentsPillsRedDefaultBackground, RedsiftColorLightComponentsPillsRedDefaultBorder, RedsiftColorLightComponentsPillsRedDefaultText, RedsiftColorLightComponentsPillsRedDisabledBackground, RedsiftColorLightComponentsPillsRedDisabledBorder, RedsiftColorLightComponentsPillsRedDisabledText, RedsiftColorLightComponentsPillsRedHoverBackground, RedsiftColorLightComponentsPillsRedHoverBorder, RedsiftColorLightComponentsPillsRedHoverText, RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground, RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder, RedsiftColorLightComponentsPillsSuccessDarkDefaultText, RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground, RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder, RedsiftColorLightComponentsPillsSuccessDarkDisabledText, RedsiftColorLightComponentsPillsSuccessDarkHoverBackground, RedsiftColorLightComponentsPillsSuccessDarkHoverBorder, RedsiftColorLightComponentsPillsSuccessDarkHoverText, RedsiftColorLightComponentsPillsSuccessDefaultBackground, RedsiftColorLightComponentsPillsSuccessDefaultBorder, RedsiftColorLightComponentsPillsSuccessDefaultText, RedsiftColorLightComponentsPillsSuccessDisabledBackground, RedsiftColorLightComponentsPillsSuccessDisabledBorder, RedsiftColorLightComponentsPillsSuccessDisabledText, RedsiftColorLightComponentsPillsSuccessHoverBackground, RedsiftColorLightComponentsPillsSuccessHoverBorder, RedsiftColorLightComponentsPillsSuccessHoverText, RedsiftColorLightComponentsPillsWarningDarkDefaultBackground, RedsiftColorLightComponentsPillsWarningDarkDefaultBorder, RedsiftColorLightComponentsPillsWarningDarkDefaultText, RedsiftColorLightComponentsPillsWarningDarkDisabledBackground, RedsiftColorLightComponentsPillsWarningDarkDisabledBorder, RedsiftColorLightComponentsPillsWarningDarkDisabledText, RedsiftColorLightComponentsPillsWarningDarkHoverBackground, RedsiftColorLightComponentsPillsWarningDarkHoverBorder, RedsiftColorLightComponentsPillsWarningDarkHoverText, RedsiftColorLightComponentsPillsWarningDefaultBackground, RedsiftColorLightComponentsPillsWarningDefaultBorder, RedsiftColorLightComponentsPillsWarningDefaultText, RedsiftColorLightComponentsPillsWarningDisabledBackground, RedsiftColorLightComponentsPillsWarningDisabledBorder, RedsiftColorLightComponentsPillsWarningDisabledText, RedsiftColorLightComponentsPillsWarningHoverBackground, RedsiftColorLightComponentsPillsWarningHoverBorder, RedsiftColorLightComponentsPillsWarningHoverText, RedsiftColorLightComponentsPillsWhiteDefaultBackground, RedsiftColorLightComponentsPillsWhiteDefaultBorder, RedsiftColorLightComponentsPillsWhiteDefaultText, RedsiftColorLightComponentsPillsWhiteDisabledBackground, RedsiftColorLightComponentsPillsWhiteDisabledBorder, RedsiftColorLightComponentsPillsWhiteDisabledText, RedsiftColorLightComponentsPillsWhiteHoverBackground, RedsiftColorLightComponentsPillsWhiteHoverBorder, RedsiftColorLightComponentsPillsWhiteHoverText, RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsXDarkGreyDefaultText, RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsXDarkGreyDisabledText, RedsiftColorLightComponentsPillsXDarkGreyHoverBackground, RedsiftColorLightComponentsPillsXDarkGreyHoverBorder, RedsiftColorLightComponentsPillsXDarkGreyHoverText, RedsiftColorLightComponentsPillsXLightGreyDefaultBackground, RedsiftColorLightComponentsPillsXLightGreyDefaultBorder, RedsiftColorLightComponentsPillsXLightGreyDefaultText, RedsiftColorLightComponentsPillsXLightGreyDisabledBackground, RedsiftColorLightComponentsPillsXLightGreyDisabledBorder, RedsiftColorLightComponentsPillsXLightGreyDisabledText, RedsiftColorLightComponentsPillsXLightGreyHoverBackground, RedsiftColorLightComponentsPillsXLightGreyHoverBorder, RedsiftColorLightComponentsPillsXLightGreyHoverText, RedsiftColorLightComponentsPillsYellowDefaultBackground, RedsiftColorLightComponentsPillsYellowDefaultBorder, RedsiftColorLightComponentsPillsYellowDefaultText, RedsiftColorLightComponentsPillsYellowDisabledBackground, RedsiftColorLightComponentsPillsYellowDisabledBorder, RedsiftColorLightComponentsPillsYellowDisabledText, RedsiftColorLightComponentsPillsYellowHoverBackground, RedsiftColorLightComponentsPillsYellowHoverBorder, RedsiftColorLightComponentsPillsYellowHoverText, RedsiftColorLightComponentsProductLogosIconGrey, RedsiftColorLightComponentsProductLogosIconRed, RedsiftColorLightComponentsProductLogosTextGrey, RedsiftColorLightComponentsProductLogosTextRed, RedsiftColorLightComponentsProductLogosTextWhite, RedsiftColorLightComponentsRadioFillDefault, RedsiftColorLightComponentsRadioFillDefaultHover, RedsiftColorLightComponentsRadioFillDisabled, RedsiftColorLightComponentsRadioFillInvalid, RedsiftColorLightComponentsRadioFillInvalidHover, RedsiftColorLightComponentsRadioFillUncolored, RedsiftColorLightComponentsRadioFillUncoloredHover, RedsiftColorLightComponentsRadioTextDefault, RedsiftColorLightComponentsRadioTextDisabled, RedsiftColorLightComponentsRadioTextInvalid, RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, RedsiftColorLightComponentsRedSiftLogoDiamondDark, RedsiftColorLightComponentsRedSiftLogoDiamondLight, RedsiftColorLightComponentsRedSiftLogoDiamondMid, RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, RedsiftColorLightComponentsRedSiftLogoIconBackground, RedsiftColorLightComponentsRedSiftLogoIconR, RedsiftColorLightComponentsRedSiftLogoTextGrey, RedsiftColorLightComponentsRedSiftLogoTextRed, RedsiftColorLightComponentsRedSiftLogoTextWhite, RedsiftColorLightComponentsSideNavigationBackground, RedsiftColorLightComponentsSideNavigationCurrentMarker, RedsiftColorLightComponentsSideNavigationMenuItemActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, RedsiftColorLightComponentsSideNavigationMenuItemTextHover, RedsiftColorLightComponentsSideNavigationMenuItemTextResting, RedsiftColorLightComponentsSideNavigationRightLine, RedsiftColorLightComponentsSideNavigationScrollbarHover, RedsiftColorLightComponentsSideNavigationScrollbarResting, RedsiftColorLightComponentsSpinnerSpinner, RedsiftColorLightComponentsSwitchBackgroundDefault, RedsiftColorLightComponentsSwitchBackgroundDefaultActive, RedsiftColorLightComponentsSwitchBackgroundDisabled, RedsiftColorLightComponentsSwitchBackgroundDisabledActive, RedsiftColorLightComponentsSwitchBackgroundInvalid, RedsiftColorLightComponentsSwitchBackgroundInvalidActive, RedsiftColorLightComponentsSwitchBackgroundUncolored, RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, RedsiftColorLightComponentsSwitchDotDefault, RedsiftColorLightComponentsSwitchDotDefaultHover, RedsiftColorLightComponentsSwitchDotDisabled, RedsiftColorLightComponentsSwitchDotInvalid, RedsiftColorLightComponentsSwitchDotInvalidHover, RedsiftColorLightComponentsSwitchDotUncolored, RedsiftColorLightComponentsSwitchDotUncoloredHover, RedsiftColorLightComponentsSwitchTextDefault, RedsiftColorLightComponentsSwitchTextDisabled, RedsiftColorLightComponentsSwitchTextInvalid, RedsiftColorLightComponentsTabsLine, RedsiftColorLightComponentsTextPrimary, RedsiftColorLightComponentsTextSecondary, RedsiftColorLightComponentsTooltipBackground, RedsiftColorLightComponentsTooltipText, RedsiftColorNeutralBlack, RedsiftColorNeutralDarkGrey, RedsiftColorNeutralDisabled, RedsiftColorNeutralLightGrey, RedsiftColorNeutralMidGrey, RedsiftColorNeutralWhite, RedsiftColorNeutralXDarkGrey, RedsiftColorNeutralXLightGrey, RedsiftColorNotificationsErrorActive, RedsiftColorNotificationsErrorHover, RedsiftColorNotificationsErrorPrimary, RedsiftColorNotificationsInfoActive, RedsiftColorNotificationsInfoHover, RedsiftColorNotificationsInfoPrimary, RedsiftColorNotificationsNoDataActive, RedsiftColorNotificationsNoDataHover, RedsiftColorNotificationsNoDataPrimary, RedsiftColorNotificationsPrimaryActive, RedsiftColorNotificationsPrimaryHover, RedsiftColorNotificationsPrimaryPrimary, RedsiftColorNotificationsQuestionActive, RedsiftColorNotificationsQuestionHover, RedsiftColorNotificationsQuestionPrimary, RedsiftColorNotificationsSecondaryActive, RedsiftColorNotificationsSecondaryHover, RedsiftColorNotificationsSecondaryPrimary, RedsiftColorNotificationsSuccessActive, RedsiftColorNotificationsSuccessHover, RedsiftColorNotificationsSuccessPrimary, RedsiftColorNotificationsWarningActive, RedsiftColorNotificationsWarningHover, RedsiftColorNotificationsWarningPrimary, RedsiftColorPresentationAquaDark, RedsiftColorPresentationAquaDarker, RedsiftColorPresentationAquaDarkerer, RedsiftColorPresentationAquaDefault, RedsiftColorPresentationAquaLight, RedsiftColorPresentationAquaLighter, RedsiftColorPresentationAquaLighterer, RedsiftColorPresentationBlueDark, RedsiftColorPresentationBlueDarker, RedsiftColorPresentationBlueDarkerer, RedsiftColorPresentationBlueDefault, RedsiftColorPresentationBlueLight, RedsiftColorPresentationBlueLighter, RedsiftColorPresentationBlueLighterer, RedsiftColorPresentationBrownDark, RedsiftColorPresentationBrownDarker, RedsiftColorPresentationBrownDarkerer, RedsiftColorPresentationBrownDefault, RedsiftColorPresentationBrownLight, RedsiftColorPresentationBrownLighter, RedsiftColorPresentationBrownLighterer, RedsiftColorPresentationGreenDark, RedsiftColorPresentationGreenDarker, RedsiftColorPresentationGreenDarkerer, RedsiftColorPresentationGreenDefault, RedsiftColorPresentationGreenLight, RedsiftColorPresentationGreenLighter, RedsiftColorPresentationGreenLighterer, RedsiftColorPresentationGreyDark, RedsiftColorPresentationGreyDarker, RedsiftColorPresentationGreyDarkerer, RedsiftColorPresentationGreyDefault, RedsiftColorPresentationGreyLight, RedsiftColorPresentationGreyLighter, RedsiftColorPresentationGreyLighterer, RedsiftColorPresentationOrangeDark, RedsiftColorPresentationOrangeDarker, RedsiftColorPresentationOrangeDarkerer, RedsiftColorPresentationOrangeDefault, RedsiftColorPresentationOrangeLight, RedsiftColorPresentationOrangeLighter, RedsiftColorPresentationOrangeLighterer, RedsiftColorPresentationPinkDark, RedsiftColorPresentationPinkDarker, RedsiftColorPresentationPinkDarkerer, RedsiftColorPresentationPinkDefault, RedsiftColorPresentationPinkLight, RedsiftColorPresentationPinkLighter, RedsiftColorPresentationPinkLighterer, RedsiftColorPresentationPurpleDark, RedsiftColorPresentationPurpleDarker, RedsiftColorPresentationPurpleDarkerer, RedsiftColorPresentationPurpleDefault, RedsiftColorPresentationPurpleLight, RedsiftColorPresentationPurpleLighter, RedsiftColorPresentationPurpleLighterer, RedsiftColorPresentationRedDark, RedsiftColorPresentationRedDarker, RedsiftColorPresentationRedDarkerer, RedsiftColorPresentationRedDefault, RedsiftColorPresentationRedLight, RedsiftColorPresentationRedLighter, RedsiftColorPresentationRedLighterer, RedsiftColorPresentationYellowDark, RedsiftColorPresentationYellowDarker, RedsiftColorPresentationYellowDarkerer, RedsiftColorPresentationYellowDefault, RedsiftColorPresentationYellowLight, RedsiftColorPresentationYellowLighter, RedsiftColorPresentationYellowLighterer, RedsiftColorPrimaryD1, RedsiftColorPrimaryD2, RedsiftColorPrimaryD3, RedsiftColorPrimaryD4, RedsiftColorPrimaryL1, RedsiftColorPrimaryL2, RedsiftColorPrimaryL3, RedsiftColorPrimaryL4, RedsiftColorPrimaryN, RedsiftColorProductAsm, RedsiftColorProductBrandTrust, RedsiftColorProductCertificates, RedsiftColorProductHardenize, RedsiftColorProductOnDmarc, RedsiftColorProductOnInbox, RedsiftColorProductOndmarc, RedsiftColorProductOninbox, RedsiftColorProductPulse, RedsiftColorProductRadar, RedsiftColorProductRojoDs, RedsiftColorProductVendorSecure, RedsiftColorProductWebsite, RedsiftColorRedD1, RedsiftColorRedD2, RedsiftColorRedD3, RedsiftColorRedD4, RedsiftColorRedL1, RedsiftColorRedL2, RedsiftColorRedL3, RedsiftColorRedL4, RedsiftColorRedN, RedsiftColorSecondaryD1, RedsiftColorSecondaryD2, RedsiftColorSecondaryD3, RedsiftColorSecondaryD4, RedsiftColorSecondaryL1, RedsiftColorSecondaryL2, RedsiftColorSecondaryL3, RedsiftColorSecondaryL4, RedsiftColorSecondaryN, RedsiftColorTealD1, RedsiftColorTealD2, RedsiftColorTealD3, RedsiftColorTealD4, RedsiftColorTealL1, RedsiftColorTealL2, RedsiftColorTealL3, RedsiftColorTealL4, RedsiftColorTealN, RedsiftColorTextPrimary, RedsiftColorTextSecondary, RedsiftColorYellowD1, RedsiftColorYellowD2, RedsiftColorYellowD3, RedsiftColorYellowD4, RedsiftColorYellowL1, RedsiftColorYellowL2, RedsiftColorYellowL3, RedsiftColorYellowL4, RedsiftColorYellowN, RedsiftLayoutZIndexDialog, RedsiftLayoutZIndexDropdown, RedsiftLayoutZIndexFooter, RedsiftLayoutZIndexHeader, RedsiftLayoutZIndexOverlay, RedsiftLayoutZIndexPopover, RedsiftLayoutZIndexSidePanel, RedsiftLayoutZIndexTooltip, RedsiftTypographyBadgeFontFamily, RedsiftTypographyBadgeFontSize, RedsiftTypographyBadgeFontWeight, RedsiftTypographyBadgeLineHeight, RedsiftTypographyBodyFontFamily, RedsiftTypographyBodyFontSize, RedsiftTypographyBodyFontWeight, RedsiftTypographyBodyLineHeight, RedsiftTypographyBodyTextTransform, RedsiftTypographyButtonFontFamily, RedsiftTypographyButtonFontSize, RedsiftTypographyButtonFontWeight, RedsiftTypographyButtonLineHeight, RedsiftTypographyButtonTextTransform, RedsiftTypographyCaptionFontFamily, RedsiftTypographyCaptionFontSize, RedsiftTypographyCaptionFontWeight, RedsiftTypographyCaptionLineHeight, RedsiftTypographyCaptionTextTransform, RedsiftTypographyChipFontFamily, RedsiftTypographyChipFontSize, RedsiftTypographyChipFontWeight, RedsiftTypographyChipLineHeight, RedsiftTypographyDatagridCellFontFamily, RedsiftTypographyDatagridCellFontSize, RedsiftTypographyDatagridCellFontWeight, RedsiftTypographyDatagridCellLineHeight, RedsiftTypographyDatagridHeaderFontFamily, RedsiftTypographyDatagridHeaderFontSize, RedsiftTypographyDatagridHeaderFontWeight, RedsiftTypographyDatagridHeaderLineHeight, RedsiftTypographyFontFamilyPoppins, RedsiftTypographyFontFamilySourceCodePro, RedsiftTypographyFontWeightBlack, RedsiftTypographyFontWeightBold, RedsiftTypographyFontWeightExtraBold, RedsiftTypographyFontWeightExtraLight, RedsiftTypographyFontWeightLight, RedsiftTypographyFontWeightMedium, RedsiftTypographyFontWeightRegular, RedsiftTypographyFontWeightSemiBold, RedsiftTypographyFontWeightThin, RedsiftTypographyH1FontFamily, RedsiftTypographyH1FontSize, RedsiftTypographyH1FontWeight, RedsiftTypographyH1LineHeight, RedsiftTypographyH1TextTransform, RedsiftTypographyH2FontFamily, RedsiftTypographyH2FontSize, RedsiftTypographyH2FontWeight, RedsiftTypographyH2LineHeight, RedsiftTypographyH2TextTransform, RedsiftTypographyH3FontFamily, RedsiftTypographyH3FontSize, RedsiftTypographyH3FontWeight, RedsiftTypographyH3LineHeight, RedsiftTypographyH3TextTransform, RedsiftTypographyH4FontFamily, RedsiftTypographyH4FontSize, RedsiftTypographyH4FontWeight, RedsiftTypographyH4LineHeight, RedsiftTypographyH4TextTransform, RedsiftTypographyH5FontFamily, RedsiftTypographyH5FontSize, RedsiftTypographyH5FontWeight, RedsiftTypographyH5LineHeight, RedsiftTypographyH5TextTransform, RedsiftTypographyHelperFontFamily, RedsiftTypographyHelperFontSize, RedsiftTypographyHelperFontWeight, RedsiftTypographyHelperLineHeight, RedsiftTypographyHelperTextTransform, RedsiftTypographyInputTextFontFamily, RedsiftTypographyInputTextFontSize, RedsiftTypographyInputTextFontWeight, RedsiftTypographyInputTextLineHeight, RedsiftTypographyLinkFontFamily, RedsiftTypographyLinkFontSize, RedsiftTypographyLinkFontWeight, RedsiftTypographyLinkLineHeight, RedsiftTypographyPillFontFamily, RedsiftTypographyPillFontSize, RedsiftTypographyPillFontWeight, RedsiftTypographyPillLineHeight, RedsiftTypographyTooltipFontFamily, RedsiftTypographyTooltipFontSize, RedsiftTypographyTooltipFontWeight, RedsiftTypographyTooltipLineHeight, SSRProvider, SSRProviderProps, filterComponents, getCanvasFont, getCssStyle, getMaxTextWidth, getTextWidth, isComponent, nextId, partitionComponents, resetId, setPrefix, useBoundingClientRect, useCollator, useComputeNumberOfRows, useDateFormatter, useFilter, useId, useIsLoaded, useIsSSR, useListFormatter, useLocale, useLocalizedStringDictionary, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter, useSSRSafeId, useWindowSize, warnIfNoAccessibleLabelFound };
|
|
586
|
+
export { AlignContent, AlignItems, AlignSelf, FlexDirection, FlexWrap, JustifyContent, JustifyItems, JustifySelf, getCanvasFont, getContainerProps, getCssStyle, getMaxTextWidth, getTextWidth, useCollator, useDateFormatter, useFilter, useListFormatter };
|
|
587
|
+
//# sourceMappingURL=index.js.map
|