@ni/nimble-components 20.6.2 → 20.7.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.
@@ -4641,7 +4641,7 @@
4641
4641
  return resolver.resolve(current, this);
4642
4642
  }
4643
4643
  }
4644
- throw new Error(`Unable to resolve key: ${key}`);
4644
+ throw new Error(`Unable to resolve key: ${String(key)}`);
4645
4645
  }
4646
4646
  getAll(key, searchAncestors = false) {
4647
4647
  validateKey(key);
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Wed, 04 Oct 2023 07:19:12 GMT
16291
+ * Generated on Wed, 18 Oct 2023 18:25:47 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -19281,6 +19281,10 @@
19281
19281
  name: 'mobile_16_x_16',
19282
19282
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>`
19283
19283
  };
19284
+ const ni16X16 = {
19285
+ name: 'ni_16_x_16',
19286
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.172 4c1.675 0 3 1.354 3 3.103V13h-3V7h-3V4h3Zm-3 9h-3V7h3v6Zm10.656-9v9c-1.681 0-3-1.378-3-3V4h3Z"/></svg>`
19287
+ };
19284
19288
  const notebook16X16 = {
19285
19289
  name: 'notebook_16_x_16',
19286
19290
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 2h1v3h-1Zm0 8h1V6h-1Zm0 4h1v-3h-1ZM4 7h6V6H4Zm0-2h6V4H4ZM2 2h10v12H2Z"/></svg>`
@@ -19353,6 +19357,10 @@
19353
19357
  name: 'square_t_16_x_16',
19354
19358
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm9.033 4.199-.016-.076a2.34 2.34 0 0 0-.497-1.18 2.108 2.108 0 0 0-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 0 0 .88.196l.09.006V12H6.193v-.405l.09-.007c.59-.046.8-.144.87-.218.06-.06.158-.255.158-.884V4.683h-.565a2.19 2.19 0 0 0-1.274.262 2.015 2.015 0 0 0-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199Z"/></svg>`
19355
19359
  };
19360
+ const systemlink16X16 = {
19361
+ name: 'systemlink_16_x_16',
19362
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.357 9.143H4.786V6.79c0-.927.442-1.714 1.262-2.211C6.674 4.2 7.505 4 8.451 4h5.335v2.571H8.69c-.911.124-1.262.548-1.333 1.267v1.305Z"/><path class="cls-1" d="M8.643 7.857h2.571v2.352c0 .927-.442 1.714-1.262 2.211-.626.38-1.457.58-2.403.58H2.214v-2.571H7.31c.911-.124 1.262-.548 1.333-1.267V7.857Z"/></svg>`
19363
+ };
19356
19364
  const t16X16 = {
19357
19365
  name: 't_16_x_16',
19358
19366
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>`
@@ -22992,6 +23000,19 @@
22992
23000
  registerIcon('icon-mobile', IconMobile);
22993
23001
  DesignSystem.tagFor(IconMobile);
22994
23002
 
23003
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
23004
+ // See generation source in nimble-components/build/generate-icons
23005
+ /**
23006
+ * The icon component for the 'ni' icon
23007
+ */
23008
+ class IconNi extends Icon {
23009
+ constructor() {
23010
+ super(ni16X16);
23011
+ }
23012
+ }
23013
+ registerIcon('icon-ni', IconNi);
23014
+ DesignSystem.tagFor(IconNi);
23015
+
22995
23016
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22996
23017
  // See generation source in nimble-components/build/generate-icons
22997
23018
  /**
@@ -23226,6 +23247,19 @@
23226
23247
  registerIcon('icon-square-t', IconSquareT);
23227
23248
  DesignSystem.tagFor(IconSquareT);
23228
23249
 
23250
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
23251
+ // See generation source in nimble-components/build/generate-icons
23252
+ /**
23253
+ * The icon component for the 'systemlink' icon
23254
+ */
23255
+ class IconSystemlink extends Icon {
23256
+ constructor() {
23257
+ super(systemlink16X16);
23258
+ }
23259
+ }
23260
+ registerIcon('icon-systemlink', IconSystemlink);
23261
+ DesignSystem.tagFor(IconSystemlink);
23262
+
23229
23263
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
23230
23264
  // See generation source in nimble-components/build/generate-icons
23231
23265
  /**