@ni/spright-components 1.0.25 → 1.0.26

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.
@@ -16280,7 +16280,7 @@
16280
16280
 
16281
16281
  /**
16282
16282
  * Do not edit directly
16283
- * Generated on Tue, 18 Jun 2024 21:57:15 GMT
16283
+ * Generated on Thu, 20 Jun 2024 19:54:16 GMT
16284
16284
  */
16285
16285
 
16286
16286
  const Information100DarkUi = "#a46eff";
@@ -16301,11 +16301,25 @@
16301
16301
  const Black91 = "#161617";
16302
16302
  const ForestGreen = "#074023";
16303
16303
  const DigitalGreenLight = "#009b65";
16304
+ const NiSky = "#3cb4e7";
16304
16305
  const BannerFail100DarkUi = "#d63434";
16305
16306
  const Warning100LightUi = "#ff4b00";
16306
16307
  const DigitalGreenDark = "#008557";
16307
16308
  const DigitalGreenDark105 = "#00734b";
16308
16309
  const PowerGreen = "#32eb96";
16310
+ const NiHoneyLight = "#ffe76b";
16311
+ const NiScarlet = "#ef463f";
16312
+ const NiFern = "#76bc43";
16313
+ const NiScarletDark3 = "#371615";
16314
+ const NiScarletDark1 = "#cd1722";
16315
+ const NiFernDark1 = "#499146";
16316
+ const NiSea = "#00aba5";
16317
+ const NiSeaLight = "#a5d8c8";
16318
+ const NiTulip = "#e54c8a";
16319
+ const NiIndigo = "#8e78b7";
16320
+ const NiPlumDark1 = "#8c459a";
16321
+ const NiIndigoDark2 = "#312e7f";
16322
+ const NiSeaDark2 = "#00685f";
16309
16323
  const Title2Family = "Source Sans Pro";
16310
16324
  const Title2Weight = "400";
16311
16325
  const ControlLabel1Family = "Source Sans Pro";
@@ -16632,6 +16646,14 @@
16632
16646
  elevation2BoxShadow: 'elevation-2-box-shadow',
16633
16647
  elevation3BoxShadow: 'elevation-3-box-shadow',
16634
16648
  graphGridlineColor: 'graph-gridline-color',
16649
+ graphTrace1Color: 'graph-trace-1-color',
16650
+ graphTrace2Color: 'graph-trace-2-color',
16651
+ graphTrace3Color: 'graph-trace-3-color',
16652
+ graphTrace4Color: 'graph-trace-4-color',
16653
+ graphTrace5Color: 'graph-trace-5-color',
16654
+ graphTrace6Color: 'graph-trace-6-color',
16655
+ graphTrace7Color: 'graph-trace-7-color',
16656
+ graphTrace8Color: 'graph-trace-8-color',
16635
16657
  mentionFont: 'mention-font',
16636
16658
  mentionFontColor: 'mention-font-color',
16637
16659
  mentionDisabledFontColor: 'mention-disabled-font-color',
@@ -16861,6 +16883,14 @@
16861
16883
  const popupBorderColor = DesignToken.create(styleNameFromTokenName(tokenNames.popupBorderColor)).withDefault((element) => hexToRgbaCssColor(getColorForTheme(element, Black91, Black15, White), 0.3));
16862
16884
  const cardBorderColor = DesignToken.create(styleNameFromTokenName(tokenNames.cardBorderColor)).withDefault((element) => hexToRgbaCssColor(getColorForTheme(element, Black91, Black15, White), 0.1));
16863
16885
  DesignToken.create(styleNameFromTokenName(tokenNames.graphGridlineColor)).withDefault((element) => hexToRgbaCssColor(getColorForTheme(element, Black91, Black15, White), 0.2));
16886
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace1Color)).withDefault((element) => getColorForTheme(element, NiIndigoDark2, NiSky, White));
16887
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace2Color)).withDefault((element) => getColorForTheme(element, NiScarletDark1, NiScarlet, hexToRgbaCssColor(White, 0.7)));
16888
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace3Color)).withDefault((element) => getColorForTheme(element, NiFernDark1, NiFern, hexToRgbaCssColor(White, 0.4)));
16889
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace4Color)).withDefault((element) => getColorForTheme(element, NiPlumDark1, NiSeaLight, hexToRgbaCssColor(White, 0.25)));
16890
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace5Color)).withDefault((element) => getColorForTheme(element, NiSeaDark2, NiSea, hexToRgbaCssColor(White, 0.55)));
16891
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace6Color)).withDefault((element) => getColorForTheme(element, NiTulip, NiTulip, hexToRgbaCssColor(White, 0.85)));
16892
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace7Color)).withDefault((element) => getColorForTheme(element, NiScarletDark3, NiHoneyLight, hexToRgbaCssColor(White, 0.325)));
16893
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphTrace8Color)).withDefault((element) => getColorForTheme(element, NiIndigo, NiIndigo, hexToRgbaCssColor(White, 0.625)));
16864
16894
  DesignToken.create(styleNameFromTokenName(tokenNames.tooltipBackgroundColor)).withDefault((element) => getColorForTheme(element, Black15, Black85, ForestGreen));
16865
16895
  const tableRowBorderColor = DesignToken.create(styleNameFromTokenName(tokenNames.tableRowBorderColor)).withDefault((element) => getColorForTheme(element, Black15, Black80, ForestGreen));
16866
16896
  DesignToken.create(styleNameFromTokenName(tokenNames.tagFillColor)).withDefault((element) => hexToRgbaCssColor(getColorForTheme(element, Black91, Black15, White), 0.1));