@oxide/design-system 2.5.2--canary.7048ac9.0 → 2.6.1--canary.aec2db0.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.
@@ -3,7 +3,7 @@ import {
3
3
  DirectionRightIcon_default,
4
4
  Link16Icon_default,
5
5
  SelectArrows6Icon_default
6
- } from "../../chunk-YRJL4JLL.js";
6
+ } from "../../chunk-QHCGMVN7.js";
7
7
 
8
8
  // components/src/asciidoc/index.tsx
9
9
  import asciidoctor2 from "@asciidoctor/core";
@@ -442,6 +442,9 @@ type Icon = {
442
442
  } | {
443
443
  name: 'sort';
444
444
  size: 16;
445
+ } | {
446
+ name: 'sparkle';
447
+ size: 16;
445
448
  } | {
446
449
  name: 'speaker';
447
450
  size: 24;
@@ -454,6 +457,9 @@ type Icon = {
454
457
  } | {
455
458
  name: 'storage';
456
459
  size: 24;
460
+ } | {
461
+ name: 'submit';
462
+ size: 16;
457
463
  } | {
458
464
  name: 'subnet';
459
465
  size: 16;
@@ -487,6 +493,12 @@ type Icon = {
487
493
  } | {
488
494
  name: 'warning';
489
495
  size: 12;
496
+ } | {
497
+ name: 'webhooks';
498
+ size: 16;
499
+ } | {
500
+ name: 'webhooks';
501
+ size: 24;
490
502
  } | {
491
503
  name: 'wireless';
492
504
  size: 24;