@ni/nimble-components 19.1.3 → 19.2.0

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.
@@ -16232,7 +16232,7 @@
16232
16232
 
16233
16233
  /**
16234
16234
  * Do not edit directly
16235
- * Generated on Thu, 01 Jun 2023 14:26:24 GMT
16235
+ * Generated on Fri, 02 Jun 2023 07:34:22 GMT
16236
16236
  */
16237
16237
  const Information100DarkUi = "#a46eff";
16238
16238
  const Information100LightUi = "#804ad9";
@@ -16560,7 +16560,8 @@
16560
16560
  tableRowBorderColor: 'table-row-border-color',
16561
16561
  elevation1BoxShadow: 'elevation-1-box-shadow',
16562
16562
  elevation2BoxShadow: 'elevation-2-box-shadow',
16563
- elevation3BoxShadow: 'elevation-3-box-shadow'
16563
+ elevation3BoxShadow: 'elevation-3-box-shadow',
16564
+ graphGridlineColor: 'graph-gridline-color'
16564
16565
  };
16565
16566
  const prefix = 'ni-nimble';
16566
16567
  const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
@@ -16710,6 +16711,7 @@
16710
16711
  const iconColor = DesignToken.create(styleNameFromTokenName(tokenNames.iconColor)).withDefault((element) => getColorForTheme(element, Black91, Black15, White));
16711
16712
  DesignToken.create(styleNameFromTokenName(tokenNames.modalBackdropColor)).withDefault((element) => getModalBackdropForTheme(element));
16712
16713
  const popupBorderColor = DesignToken.create(styleNameFromTokenName(tokenNames.popupBorderColor)).withDefault((element) => hexToRgbaCssColor(getColorForTheme(element, Black91, Black15, White), 0.3));
16714
+ DesignToken.create(styleNameFromTokenName(tokenNames.graphGridlineColor)).withDefault((element) => hexToRgbaCssColor(getColorForTheme(element, Black91, Black15, White), 0.2));
16713
16715
  DesignToken.create(styleNameFromTokenName(tokenNames.tooltipBackgroundColor)).withDefault((element) => getColorForTheme(element, Black15, Black85, ForestGreen));
16714
16716
  const tableRowBorderColor = DesignToken.create(styleNameFromTokenName(tokenNames.tableRowBorderColor)).withDefault((element) => getColorForTheme(element, Black15, Black80, ForestGreen));
16715
16717
  // Component Sizing Tokens