@ni/nimble-components 34.0.1 → 34.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +3 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +4539 -4539
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/theme-provider/design-token-comments.js +1 -0
- package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
- package/dist/esm/theme-provider/design-token-names.js +1 -0
- package/dist/esm/theme-provider/design-token-names.js.map +1 -1
- package/dist/esm/theme-provider/design-tokens.d.ts +1 -0
- package/dist/esm/theme-provider/design-tokens.js +1 -0
- package/dist/esm/theme-provider/design-tokens.js.map +1 -1
- package/dist/tokens-internal.scss +6 -0
- package/dist/tokens.scss +3 -0
- package/package.json +2 -2
|
@@ -15887,7 +15887,7 @@
|
|
|
15887
15887
|
const Pass100LightUi = "#009921";
|
|
15888
15888
|
const Pass100DarkUi = "#00c12b";
|
|
15889
15889
|
const Fail100LightUi = "#c4000c";
|
|
15890
|
-
const Fail100DarkUi = "#
|
|
15890
|
+
const Fail100DarkUi = "#ff4663";
|
|
15891
15891
|
const Black75 = "#818386";
|
|
15892
15892
|
const Black15 = "#f1f1f2";
|
|
15893
15893
|
const Black7 = "#f5f5f5";
|
|
@@ -16122,6 +16122,7 @@
|
|
|
16122
16122
|
calendarEventBackgroundHoverTransientColor: 'calendar-event-background-hover-transient-color',
|
|
16123
16123
|
calendarEventOuterBorderHighlightedColor: 'calendar-event-outer-border-highlighted-color',
|
|
16124
16124
|
calendarRowBackgroundSelectedColor: 'calendar-row-background-selected-color',
|
|
16125
|
+
calendarRowBackgroundConflictColor: 'calendar-row-background-conflict-color',
|
|
16125
16126
|
calendarEventFillBlockedColor: 'calendar-event-fill-blocked-color',
|
|
16126
16127
|
calendarGrabHandleBackgroundColor: 'calendar-grab-handle-background-color',
|
|
16127
16128
|
calendarGridBorderColor: 'calendar-grid-border-color',
|
|
@@ -16327,6 +16328,7 @@
|
|
|
16327
16328
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverTransientColor)).withDefault((element) => getColorForTheme(element, DigitalGreenDark110, DigitalGreenDark105, DigitalGreenDark105));
|
|
16328
16329
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventOuterBorderHighlightedColor)).withDefault((element) => getColorForTheme(element, Black88, hexToRgbaCssColor(White, 0.85), hexToRgbaCssColor(White, 0.85)));
|
|
16329
16330
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarRowBackgroundSelectedColor)).withDefault((element) => getColorForTheme(element, hexToRgbaCssColor(DigitalGreenLight, 0.2), hexToRgbaCssColor(PowerGreen, 0.2), hexToRgbaCssColor(PowerGreen, 0.2)));
|
|
16331
|
+
DesignToken.create(styleNameFromTokenName(tokenNames.calendarRowBackgroundConflictColor)).withDefault((element) => getColorForTheme(element, hexToRgbaCssColor(Fail100LightUi, 0.2), hexToRgbaCssColor(Fail100DarkUi, 0.2), hexToRgbaCssColor(Fail100DarkUi, 0.2)));
|
|
16330
16332
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventFillBlockedColor)).withDefault((element) => getColorForTheme(element, hexToRgbaCssColor(Black91, 0.07), Black82, Black82));
|
|
16331
16333
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarGrabHandleBackgroundColor)).withDefault((element) => getColorForTheme(element, DigitalGreenLight, PowerGreen, PowerGreen));
|
|
16332
16334
|
DesignToken.create(styleNameFromTokenName(tokenNames.calendarGridBorderColor)).withDefault((element) => getColorForTheme(element, Black22, Black80, Black80));
|