@oxide/design-system 2.7.0 → 2.7.1--canary.1bbaaff.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-EZCJJGCD.js";
6
+ } from "../../chunk-BTKC2KJ2.js";
7
7
 
8
8
  // components/src/asciidoc/index.tsx
9
9
  import asciidoctor2 from "@asciidoctor/core";
@@ -145,6 +145,9 @@ type Icon = {
145
145
  } | {
146
146
  name: 'download';
147
147
  size: 24;
148
+ } | {
149
+ name: 'download-outline';
150
+ size: 12;
148
151
  } | {
149
152
  name: 'download-roundel';
150
153
  size: 16;
@@ -433,6 +436,9 @@ type Icon = {
433
436
  } | {
434
437
  name: 'sign-out';
435
438
  size: 16;
439
+ } | {
440
+ name: 'size-outline';
441
+ size: 12;
436
442
  } | {
437
443
  name: 'snapshots';
438
444
  size: 16;
@@ -487,6 +493,9 @@ type Icon = {
487
493
  } | {
488
494
  name: 'time';
489
495
  size: 16;
496
+ } | {
497
+ name: 'time-outline';
498
+ size: 12;
490
499
  } | {
491
500
  name: 'transmit';
492
501
  size: 16;