@sabrenski/spire-ui-vue 0.3.33 → 0.3.35

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,6 +1,6 @@
1
1
  import { Component } from 'vue';
2
2
  export type BadgeVariant = 'solid' | 'flat' | 'outline';
3
- export type BadgeColor = 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
3
+ export type BadgeColor = 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral' | 'muted';
4
4
  export type BadgeSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
5
  export type BadgeShape = 'circle' | 'rectangle';
6
6
  export type BadgePlacement = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
@@ -8,7 +8,8 @@ export interface SelectOptionData {
8
8
  label: string;
9
9
  disabled?: boolean;
10
10
  description?: string;
11
- icon?: IconProp;
11
+ /** Icon to display - accepts IconProp or string icon name */
12
+ icon?: IconProp | string;
12
13
  /** Optional custom value to search against. If provided, only this value is searched (exclusive). If not provided, searches both label and value. */
13
14
  searchValue?: string;
14
15
  }
@@ -1,4 +1,4 @@
1
- import { H as n } from "./index-BG7m8I06.js";
1
+ import { H as n } from "./index-FPWmkiwj.js";
2
2
  const s = {
3
3
  install: (o) => {
4
4
  o.component("HugeiconsIcon", n);