@ni/spright-components 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16053,6 +16053,7 @@
|
|
|
16053
16053
|
const ForestGreen = "#074023";
|
|
16054
16054
|
const DigitalGreenLight = "#009b65";
|
|
16055
16055
|
const DigitalGreenLight10 = "#e6f5f0";
|
|
16056
|
+
const DigitalGreenLight30 = "#b3e1d1";
|
|
16056
16057
|
const NiSky = "#3cb4e7";
|
|
16057
16058
|
const BannerFail100DarkUi = "#d63434";
|
|
16058
16059
|
const Warning100LightUi = "#ff4b00";
|
|
@@ -16061,6 +16062,7 @@
|
|
|
16061
16062
|
const DigitalGreenDark110 = "#00613f";
|
|
16062
16063
|
const PowerGreen = "#32eb96";
|
|
16063
16064
|
const PowerGreen10 = "#364941";
|
|
16065
|
+
const PowerGreen30 = "#356d54";
|
|
16064
16066
|
const Black22 = "#e6e6e6";
|
|
16065
16067
|
const Black82 = "#434445";
|
|
16066
16068
|
const NiHoneyLight = "#ffe76b";
|
|
@@ -16679,7 +16681,7 @@
|
|
|
16679
16681
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventStaticFontColor)).withDefault((element) => getColorForTheme(element, DigitalGreenDark110, White, White));
|
|
16680
16682
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventDynamicFontColor)).withDefault((element) => getColorForTheme(element, White, White, White));
|
|
16681
16683
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventTransientFontColor)).withDefault((element) => getColorForTheme(element, White, White, White));
|
|
16682
|
-
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverStaticColor)).withDefault((element) => getColorForTheme(element,
|
|
16684
|
+
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverStaticColor)).withDefault((element) => getColorForTheme(element, DigitalGreenLight30, PowerGreen30, PowerGreen30));
|
|
16683
16685
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverDynamicColor)).withDefault((element) => getColorForTheme(element, DigitalGreenDark110, DigitalGreenDark105, DigitalGreenDark105));
|
|
16684
16686
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverTransientColor)).withDefault((element) => getColorForTheme(element, DigitalGreenDark110, DigitalGreenDark105, DigitalGreenDark105));
|
|
16685
16687
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarRowBackgroundSelectedColor)).withDefault((element) => getColorForTheme(element, hexToRgbaCssColor(DigitalGreenLight, 0.2), hexToRgbaCssColor(PowerGreen, 0.2), hexToRgbaCssColor(PowerGreen, 0.2)));
|