@cbutep_n/pico-ui 0.0.4 → 0.0.5

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
- import { IconsEnum } from '../../../utils/IconsEnum';
1
+ import { PicoIconsNames } from '../../../utils/IconsEnum';
2
2
  export interface PIconProps {
3
- name: IconsEnum;
3
+ name: PicoIconsNames;
4
4
  }
5
- declare const _default: import('vue').DefineComponent<PIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLImageElement>;
5
+ declare const _default: import('vue').DefineComponent<PIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import { default as PSwitchInput } from './components/base/PSwitchInput/PSwitchI
11
11
  import { default as PTextInput } from './components/base/PTextInput/PTextInput.vue';
12
12
  import { default as PBackgroud } from './components/PBackground/PBackgroud.vue';
13
13
  export { PButton, PCheckboxInput, PDivider, PFormItem, PIcon, PPlane, PRadioInput, PSkeleton, PSwitchInput, PTextInput, PBackgroud, };
14
- export { IconsEnum } from './utils/IconsEnum';
14
+ export { PicoIcons, type PicoIconsNames } from './utils/IconsEnum';
15
15
  export type { PButtonVariants, PButtonSizes, PButtonProps } from './components/base/PButton/PButton.vue';
16
16
  export type { PCheckboxInputProps } from './components/base/PCheckboxInput/PCheckboxInput.vue';
17
17
  export type { PDividerProps } from './components/base/PDivider/PDivider.vue';