@ni/nimble-components 10.0.0 → 10.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.
|
@@ -13101,8 +13101,8 @@
|
|
|
13101
13101
|
const Black15 = "#f1f1f2";
|
|
13102
13102
|
const Black7 = "#f5f5f5";
|
|
13103
13103
|
const White = "#ffffff";
|
|
13104
|
+
const Black88 = "#252526";
|
|
13104
13105
|
const Black85 = "#363738";
|
|
13105
|
-
const Black80 = "#505153";
|
|
13106
13106
|
const Black91 = "#161617";
|
|
13107
13107
|
const ForestGreen = "#074023";
|
|
13108
13108
|
const DigitalGreenLight = "#009b65";
|
|
@@ -13497,7 +13497,7 @@
|
|
|
13497
13497
|
// Color Tokens
|
|
13498
13498
|
const actionRgbPartialColor = DesignToken.create(styleNameFromTokenName(tokenNames.actionRgbPartialColor)).withDefault((element) => hexToRgbPartial(getColorForTheme(element, Black91, Black15, White)));
|
|
13499
13499
|
const applicationBackgroundColor = DesignToken.create(styleNameFromTokenName(tokenNames.applicationBackgroundColor)).withDefault((element) => getColorForTheme(element, White, Black85, ForestGreen));
|
|
13500
|
-
DesignToken.create(styleNameFromTokenName(tokenNames.headerBackgroundColor)).withDefault((element) => getColorForTheme(element, Black7,
|
|
13500
|
+
DesignToken.create(styleNameFromTokenName(tokenNames.headerBackgroundColor)).withDefault((element) => getColorForTheme(element, Black7, Black88, ForestGreen));
|
|
13501
13501
|
DesignToken.create(styleNameFromTokenName(tokenNames.sectionBackgroundColor)).withDefault((element) => getColorForTheme(element, Black30, Black91, ForestGreen));
|
|
13502
13502
|
const fillSelectedColor = DesignToken.create(styleNameFromTokenName(tokenNames.fillSelectedColor)).withDefault((element) => hexToRgbaCssColor(getFillSelectedColorForTheme(element), 0.2));
|
|
13503
13503
|
const fillSelectedRgbPartialColor = DesignToken.create(styleNameFromTokenName(tokenNames.fillSelectedRgbPartialColor)).withDefault((element) => hexToRgbPartial(getFillSelectedColorForTheme(element)));
|