@uva-glass/component-library 3.50.4 → 3.50.6

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.
@@ -1 +1 @@
1
- ._status-pill_mojwk_1{align-items:center;border-radius:1.5rem;display:flex;gap:.25rem;padding:.25rem .5rem;width:fit-content}._status-pill__possible_mojwk_10{background-color:var(--color-forest-100);color:var(--color-forest-900)}._status-pill__impossible_mojwk_15{background-color:var(--color-red-100);color:var(--color-red-800)}._status-pill__new_mojwk_20{background-color:var(--color-navy-100);color:var(--color-navy-600);font-size:var(--font-size-text-non-essential)}._status-pill--bar_mojwk_26{border-radius:0;justify-content:center;padding:.5rem;width:100%}
1
+ ._status-pill_15n23_1{align-items:center;border-radius:1.5rem;display:flex;gap:.25rem;padding:.25rem .5rem;width:fit-content}._status-pill__possible_15n23_10{background-color:var(--color-forest-100);color:var(--color-forest-900)}._status-pill__impossible_15n23_15{background-color:var(--color-red-100);color:var(--color-red-800)}._status-pill__new_15n23_20{background-color:var(--color-navy-100);color:var(--color-navy-600);font-size:var(--font-size-text-non-essential)}._status-pill__dark_15n23_26{background-color:var(--color-uva-black);color:var(--color-uva-white);font-size:var(--font-size-text-non-essential);font-weight:var(--semibold)}._status-pill--bar_15n23_33{border-radius:0;justify-content:center;padding:.5rem;width:100%}._status-pill--compact_15n23_40{height:1.125rem;padding:.125rem .5rem 0}
@@ -383,6 +383,12 @@ export declare const Icons: {
383
383
  desc?: string;
384
384
  descId?: string;
385
385
  }>;
386
+ Expand: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
387
+ title?: string;
388
+ titleId?: string;
389
+ desc?: string;
390
+ descId?: string;
391
+ }>;
386
392
  Eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
387
393
  title?: string;
388
394
  titleId?: string;
@@ -509,6 +515,12 @@ export declare const Icons: {
509
515
  desc?: string;
510
516
  descId?: string;
511
517
  }>;
518
+ Minimize: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
519
+ title?: string;
520
+ titleId?: string;
521
+ desc?: string;
522
+ descId?: string;
523
+ }>;
512
524
  Minus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
513
525
  title?: string;
514
526
  titleId?: string;