@thatix.io/credit-ui 0.0.20 → 0.0.22

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.
@@ -5,7 +5,5 @@ export default meta;
5
5
  type Story = StoryObj<typeof meta>;
6
6
  export declare const Default: Story;
7
7
  export declare const Sizes: Story;
8
- export declare const CustomColor: Story;
9
8
  export declare const InButton: Story;
10
9
  export declare const FullPageLoading: Story;
11
- export declare const InheritColor: Story;
@@ -1,11 +1,8 @@
1
1
  export interface SpinnerProps {
2
2
  /** Tamanho do spinner */
3
3
  size?: 'sm' | 'md' | 'lg';
4
- /** Cor do spinner */
5
- color?: string;
6
4
  }
7
5
  declare const _default: import('vue').DefineComponent<SpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
8
6
  size: "sm" | "md" | "lg";
9
- color: string;
10
7
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
11
8
  export default _default;