bonkers-ui 1.0.67 → 1.0.68

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.
Files changed (67) hide show
  1. package/_types/align.d.ts +9 -0
  2. package/_types/align.d.ts.map +1 -0
  3. package/_types/colors.d.ts +51 -0
  4. package/_types/colors.d.ts.map +1 -0
  5. package/_types/sizing.d.ts +31 -0
  6. package/_types/sizing.d.ts.map +1 -0
  7. package/components/ui-alert/index.d.ts +3 -3
  8. package/components/ui-alert/ui-alert.vue.d.ts +2 -2
  9. package/components/ui-badge/index.d.ts +3 -3
  10. package/components/ui-badge/ui-badge.vue.d.ts +2 -2
  11. package/components/ui-ber-rank/index.d.ts +2 -2
  12. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +1 -1
  13. package/components/ui-button/index.d.ts +2 -2
  14. package/components/ui-button/ui-button.vue.d.ts +1 -1
  15. package/components/ui-card-cta/index.d.ts +2 -2
  16. package/components/ui-card-cta/ui-card-cta.vue.d.ts +1 -1
  17. package/components/ui-card-result/index.d.ts +1 -1
  18. package/components/ui-card-simple/index.d.ts +1 -1
  19. package/components/ui-checkbox/index.d.ts +2 -2
  20. package/components/ui-checkbox/ui-checkbox.vue.d.ts +1 -1
  21. package/components/ui-dropdown/index.d.ts +3 -3
  22. package/components/ui-dropdown/ui-dropdown.vue.d.ts +2 -2
  23. package/components/ui-icon/index.d.ts +3 -3
  24. package/components/ui-icon/ui-icon.vue.d.ts +2 -2
  25. package/components/ui-icon-wrapper/index.d.ts +2 -2
  26. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +1 -1
  27. package/components/ui-input/index.d.ts +2 -2
  28. package/components/ui-input/ui-input.vue.d.ts +1 -1
  29. package/components/ui-input-range/index.d.ts +1 -1
  30. package/components/ui-list-item/index.d.ts +3 -3
  31. package/components/ui-list-item/ui-list-item.vue.d.ts +2 -2
  32. package/components/ui-modal/index.d.ts +2 -2
  33. package/components/ui-modal/ui-backdrop/index.d.ts +1 -1
  34. package/components/ui-modal/ui-modal.vue.d.ts +1 -1
  35. package/components/ui-notification-badge/index.d.ts +2 -2
  36. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +1 -1
  37. package/components/ui-order-card/index.d.ts +3 -3
  38. package/components/ui-order-card/ui-order-card.vue.d.ts +2 -2
  39. package/components/ui-plain-radio/index.d.ts +1 -1
  40. package/components/ui-progress/index.d.ts +1 -1
  41. package/components/ui-radio/index.d.ts +2 -2
  42. package/components/ui-radio/ui-radio.vue.d.ts +1 -1
  43. package/components/ui-radio-compact/index.d.ts +1 -1
  44. package/components/ui-radio-fancy/index.d.ts +3 -3
  45. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +2 -2
  46. package/components/ui-result-card-range/index.d.ts +2 -2
  47. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +1 -1
  48. package/components/ui-ripple/index.d.ts +1 -1
  49. package/components/ui-select/index.d.ts +1 -1
  50. package/components/ui-skeleton/index.d.ts +2 -2
  51. package/components/ui-skeleton/ui-skeleton.vue.d.ts +1 -1
  52. package/components/ui-snackbar/index.d.ts +2 -2
  53. package/components/ui-snackbar/ui-snackbar.vue.d.ts +1 -1
  54. package/components/ui-table/index.d.ts +2 -2
  55. package/components/ui-table/ui-table-cell/index.d.ts +2 -2
  56. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +1 -1
  57. package/components/ui-table/ui-table-row/index.d.ts +2 -2
  58. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +1 -1
  59. package/components/ui-table/ui-table.vue.d.ts +1 -1
  60. package/components/ui-tabs/index.d.ts +1 -1
  61. package/components/ui-toggle/index.d.ts +1 -1
  62. package/components/ui-typography/index.d.ts +3 -3
  63. package/components/ui-typography/ui-typography.vue.d.ts +2 -2
  64. package/components/ui-verification-input/index.d.ts +1 -1
  65. package/package.json +30 -34
  66. package/plugin.ts +0 -1
  67. package/postcss.config.js +8 -0
@@ -0,0 +1,9 @@
1
+ export declare enum EJustify {
2
+ START = "start",
3
+ END = "end",
4
+ CENTER = "center",
5
+ BETWEEN = "between",
6
+ AROUND = "around",
7
+ EVENLY = "evenly"
8
+ }
9
+ //# sourceMappingURL=align.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"align.d.ts","sourceRoot":"","sources":["../../src/_types/align.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IACnB,KAAK,UAAU;IACf,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;CACjB"}
@@ -0,0 +1,51 @@
1
+ export declare enum EColors {
2
+ WHITE = "--color-white",
3
+ BLACK = "--color-black",
4
+ TRANSPARENT = "--color-transparent",
5
+ CURRENT = "--color-current",
6
+ PRIMARY = "--color-primary",
7
+ PRIMARY_300 = "--color-primary-300",
8
+ PRIMARY_400 = "--color-primary-400",
9
+ PRIMARY_500 = "--color-primary-500",
10
+ PRIMARY_600 = "--color-primary-600",
11
+ PRIMARY_700 = "--color-primary-700",
12
+ PRIMARY_ALT = "--color-primary-alt",
13
+ PRIMARY_ALT_300 = "--color-primary-alt-300",
14
+ PRIMARY_ALT_400 = "--color-primary-alt-400",
15
+ PRIMARY_ALT_500 = "--color-primary-alt-500",
16
+ PRIMARY_ALT_600 = "--color-primary-alt-600",
17
+ PRIMARY_ALT_700 = "--color-primary-alt-700",
18
+ SECONDARY = "--color-secondary",
19
+ SECONDARY_300 = "--color-secondary-300",
20
+ SECONDARY_400 = "--color-secondary-400",
21
+ SECONDARY_500 = "--color-secondary-500",
22
+ SECONDARY_600 = "--color-secondary-600",
23
+ SECONDARY_700 = "--color-secondary-700",
24
+ WARNING = "--color-warning",
25
+ WARNING_300 = "--color-warning-300",
26
+ WARNING_400 = "--color-warning-400",
27
+ WARNING_500 = "--color-warning-500",
28
+ WARNING_600 = "--color-warning-600",
29
+ WARNING_700 = "--color-warning-700",
30
+ ERROR = "--color-error",
31
+ ERROR_300 = "--color-error-300",
32
+ ERROR_400 = "--color-error-400",
33
+ ERROR_500 = "--color-error-500",
34
+ ERROR_600 = "--color-error-600",
35
+ ERROR_700 = "--color-error-700",
36
+ ACCENT = "--color-accent",
37
+ ACCENT_300 = "--color-accent-300",
38
+ ACCENT_500 = "--color-accent-500",
39
+ ACCENT_600 = "--color-accent-600",
40
+ ACCENT_700 = "--color-accent-700",
41
+ ACCENT_ALT = "--color-accent-alt",
42
+ ACCENT_ALT_500 = "--color-accent-alt-500",
43
+ SECONDARY_ALT = "--color-secondary-alt",
44
+ SECONDARY_ALT_200 = "--color-secondary-alt-200",
45
+ SECONDARY_ALT_300 = "--color-secondary-alt-300",
46
+ SECONDARY_ALT_400 = "--color-secondary-alt-400",
47
+ SECONDARY_ALT_500 = "--color-secondary-alt-500",
48
+ SECONDARY_ALT_600 = "--color-secondary-alt-600",
49
+ SECONDARY_ALT_700 = "--color-secondary-alt-700"
50
+ }
51
+ //# sourceMappingURL=colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/_types/colors.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IAClB,KAAK,kBAAkB;IACvB,KAAK,kBAAkB;IACvB,WAAW,wBAAwB;IACnC,OAAO,oBAAoB;IAE3B,OAAO,oBAAoB;IAC3B,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IAEnC,WAAW,wBAAwB;IACnC,eAAe,4BAA4B;IAC3C,eAAe,4BAA4B;IAC3C,eAAe,4BAA4B;IAC3C,eAAe,4BAA4B;IAC3C,eAAe,4BAA4B;IAE3C,SAAS,sBAAsB;IAC/B,aAAa,0BAA0B;IACvC,aAAa,0BAA0B;IACvC,aAAa,0BAA0B;IACvC,aAAa,0BAA0B;IACvC,aAAa,0BAA0B;IAEvC,OAAO,oBAAoB;IAC3B,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IACnC,WAAW,wBAAwB;IAEnC,KAAK,kBAAkB;IACvB,SAAS,sBAAsB;IAC/B,SAAS,sBAAsB;IAC/B,SAAS,sBAAsB;IAC/B,SAAS,sBAAsB;IAC/B,SAAS,sBAAsB;IAE/B,MAAM,mBAAmB;IACzB,UAAU,uBAAuB;IACjC,UAAU,uBAAuB;IACjC,UAAU,uBAAuB;IACjC,UAAU,uBAAuB;IAEjC,UAAU,uBAAuB;IACjC,cAAc,2BAA2B;IAEzC,aAAa,0BAA0B;IACvC,iBAAiB,8BAA8B;IAC/C,iBAAiB,8BAA8B;IAC/C,iBAAiB,8BAA8B;IAC/C,iBAAiB,8BAA8B;IAC/C,iBAAiB,8BAA8B;IAC/C,iBAAiB,8BAA8B;CAC/C"}
@@ -0,0 +1,31 @@
1
+ export declare enum ESize {
2
+ /**
3
+ * 4px
4
+ */
5
+ XXS = "xxs",
6
+ /**
7
+ * 8px
8
+ */
9
+ XS = "xs",
10
+ /**
11
+ * 16px
12
+ */
13
+ SM = "sm",
14
+ /**
15
+ * 24px
16
+ */
17
+ MD = "md",
18
+ /**
19
+ * 40px
20
+ */
21
+ LG = "lg",
22
+ /**
23
+ * 80px
24
+ */
25
+ XL = "xl",
26
+ /**
27
+ * 120px
28
+ */
29
+ XXL = "xxl"
30
+ }
31
+ //# sourceMappingURL=sizing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sizing.d.ts","sourceRoot":"","sources":["../../src/_types/sizing.ts"],"names":[],"mappings":"AAAA,oBAAY,KAAK;IAChB;;OAEG;IACH,GAAG,QAAQ;IACX;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,EAAE,OAAO;IACT;;OAEG;IACH,GAAG,QAAQ;CACX"}
@@ -1,7 +1,7 @@
1
- import { EAlertTypes } from './_types';
2
- import { TIconName } from '../ui-icon';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiAlert } from './ui-alert.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { TIconName } from '../ui-icon';
4
+ import { EAlertTypes } from './_types';
5
5
 
6
6
  export { UiAlert };
7
7
  /**
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { EAlertTypes } from './_types';
3
1
  import { TIconName } from '../ui-icon';
2
+ import { EAlertTypes } from './_types';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
6
6
  icon: TIconName;
@@ -1,7 +1,7 @@
1
- import { TIconName } from '../ui-icon';
2
- import { EBadgeSize, EBadgeKind } from './_typings';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiBadge } from './ui-badge.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EBadgeSize, EBadgeKind } from './_typings';
4
+ import { TIconName } from '../ui-icon';
5
5
 
6
6
  export { UiBadge };
7
7
  /**
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { TIconName } from '../ui-icon';
3
1
  import { EBadgeKind, EBadgeSize } from './_typings';
2
+ import { TIconName } from '../ui-icon';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
6
6
  size?: EBadgeSize | undefined;
@@ -1,6 +1,6 @@
1
- import { EBerSize } from './_types';
2
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
1
  import { default as UiBerRank } from './ui-ber-rank.vue';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
+ import { EBerSize } from './_types';
4
4
 
5
5
  export { UiBerRank };
6
6
  export { EBerSize } from './_types';
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { TBerPropNumber, TBerPropString, EBerSize } from './_types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  rank: TBerPropNumber | TBerPropString | number;
@@ -1,6 +1,6 @@
1
- import { EButtonSizes, EButtonTypes } from './_typings';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiButton } from './ui-button.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EButtonSizes, EButtonTypes } from './_typings';
4
4
 
5
5
  export { UiButton };
6
6
  export { EButtonSizes, EButtonTypes } from './_typings';
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EButtonSizes, EButtonTypes } from './_typings';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  type TProps = {
5
5
  kind?: EButtonTypes;
@@ -1,6 +1,6 @@
1
- import { TIconName } from '../ui-icon';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiCardCta } from './ui-card-cta.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { TIconName } from '../ui-icon';
4
4
 
5
5
  export { UiCardCta };
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { TIconName } from '../ui-icon';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
5
  invertOrder?: boolean | undefined;
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiCardResult } from './ui-card-result.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiCardResult };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiCardSimple } from './ui-card-simple.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiCardSimple };
5
5
  /**
@@ -1,6 +1,6 @@
1
- import { EJustify } from '../../types';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiCheckbox } from './ui-checkbox.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EJustify } from '../../types';
4
4
 
5
5
  export { UiCheckbox };
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EJustify } from '../../_types/align';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
5
  modelValue: boolean | unknown[];
@@ -1,7 +1,7 @@
1
- import { TIconName } from '../ui-icon/_typings.ts';
2
- import { EDropdownKinds } from './_typings.ts';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiDropdown } from './ui-dropdown.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EDropdownKinds } from './_typings.ts';
4
+ import { TIconName } from '../ui-icon/_typings.ts';
5
5
 
6
6
  export { UiDropdown };
7
7
  export { EDropdownKinds } from './_typings.ts';
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { EDropdownKinds } from './_typings';
3
1
  import { TIconName } from '../ui-icon';
2
+ import { EDropdownKinds } from './_typings';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
6
  header?: string | undefined;
@@ -1,7 +1,7 @@
1
- import { TIconName } from './_typings';
2
- import { ESize } from '../../_types/sizing';
3
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
4
1
  import { default as UiIcon } from './ui-icon.vue';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
+ import { ESize } from '../../_types/sizing';
4
+ import { TIconName } from './_typings';
5
5
 
6
6
  export { UiIcon };
7
7
  export { ESize } from '../../_types/sizing';
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { TIconName } from './_typings';
3
1
  import { ESize } from '../../_types/sizing';
2
+ import { TIconName } from './_typings';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
6
  size?: ESize | undefined;
@@ -1,6 +1,6 @@
1
- import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiIconWrapper } from './ui-icon-wrapper.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
4
4
 
5
5
  export { UiIconWrapper };
6
6
  export { EIconWrapperTypes, EIconWrapperSizes } from './_typings';
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  type TProps = {
5
5
  kind?: EIconWrapperTypes;
@@ -1,6 +1,6 @@
1
- import { EInputType, EInputKinds, EAutocomplete } from './_typings';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiInput } from './ui-input.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EInputType, EInputKinds, EAutocomplete } from './_typings';
4
4
 
5
5
  export { EInputType, EInputKinds, EAutocomplete } from './_typings';
6
6
  export { UiInput };
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EAutocomplete, EInputKinds, EInputType } from './_typings';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  placeholder?: string | undefined;
@@ -1,5 +1,5 @@
1
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
1
  import { default as UiInputRange } from './ui-input-range.vue';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
 
4
4
  export { UiInputRange };
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { TIconName } from '../ui-icon';
2
- import { EListItemSize, EListItemTypes, EListItemSpacing } from './_types';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiListItem } from './ui-list-item.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EListItemSize, EListItemTypes, EListItemSpacing } from './_types';
4
+ import { TIconName } from '../ui-icon';
5
5
 
6
6
  export { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
7
7
  export { UiListItem };
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
3
1
  import { TIconName } from '../ui-icon';
2
+ import { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
6
  icon?: TIconName | undefined;
@@ -1,6 +1,6 @@
1
- import { EModalSizes } from './_typings';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiModal } from './ui-modal.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EModalSizes } from './_typings';
4
4
 
5
5
  export { UiModal };
6
6
  export { EModalSizes } from './_typings';
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiBackdrop } from './ui-backdrop.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiBackdrop };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EModalSizes } from './_typings';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  title?: string | undefined;
@@ -1,6 +1,6 @@
1
- import { EBadgeOrigin } from './_types';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiNotificationBadge } from './ui-notification-badge.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EBadgeOrigin } from './_types';
4
4
 
5
5
  export { UiNotificationBadge };
6
6
  export { EBadgeOrigin } from './_types';
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EBadgeOrigin } from './_types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  origin?: EBadgeOrigin | undefined;
@@ -1,7 +1,7 @@
1
- import { TIconName } from '../ui-icon';
2
- import { EOrderCardTypes } from './_types';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiOrderCard } from './ui-order-card.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EOrderCardTypes } from './_types';
4
+ import { TIconName } from '../ui-icon';
5
5
 
6
6
  export { UiOrderCard };
7
7
  /**
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { EOrderCardTypes } from './_types';
3
1
  import { TIconName } from '../ui-icon';
2
+ import { EOrderCardTypes } from './_types';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
6
  iconName: TIconName;
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiPlainRadio } from './ui-plain-radio.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiPlainRadio };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
1
  import { default as UiProgress } from './ui-progress.vue';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
 
4
4
  export { UiProgress };
5
5
  /**
@@ -1,6 +1,6 @@
1
- import { EJustify } from '../../types';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiRadio } from './ui-radio.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { EJustify } from '../../types';
4
4
 
5
5
  export { UiRadio };
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { EJustify } from '../../_types/align';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
5
  modelValue: string | number | boolean;
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiRadioCompact } from './ui-radio-compact.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  /**
5
5
  * @deprecated The default should not be used at all (look at ui-radio-fancy compact)
@@ -1,7 +1,7 @@
1
- import { ERadioSizes } from './_typings';
2
- import { TIconName } from '../ui-icon';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiRadioFancy } from './ui-radio-fancy.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { TIconName } from '../ui-icon';
4
+ import { ERadioSizes } from './_typings';
5
5
 
6
6
  export { UiRadioFancy };
7
7
  /**
@@ -1,6 +1,6 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- import { ERadioSizes } from './_typings';
3
1
  import { TIconName } from '../ui-icon';
2
+ import { ERadioSizes } from './_typings';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
6
  modelValue: string | number | boolean;
@@ -1,6 +1,6 @@
1
- import { TIconName } from '../ui-icon';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiResultCardRange } from './ui-result-card-range.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { TIconName } from '../ui-icon';
4
4
 
5
5
  export { UiResultCardRange };
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { TIconName } from '../ui-icon';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
5
  iconName?: TIconName | undefined;
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiRipple } from './ui-ripple.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiRipple };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiSelect } from './ui-select.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiSelect };
5
5
  /**
@@ -1,6 +1,6 @@
1
- import { ESkeletonKind } from './_typings';
2
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
1
  import { default as UiSkeleton } from './ui-skeleton.vue';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
+ import { ESkeletonKind } from './_typings';
4
4
 
5
5
  export { UiSkeleton };
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { ESkeletonKind } from './_typings';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  kind?: ESkeletonKind | undefined;
@@ -1,6 +1,6 @@
1
- import { ESnackbarTypes } from './_types';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiSnackbar } from './ui-snackbar.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { ESnackbarTypes } from './_types';
4
4
 
5
5
  export { UiSnackbar };
6
6
  export { ESnackbarTypes } from './_types';
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { ESnackbarTypes } from './_types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  title: string;
@@ -1,6 +1,6 @@
1
- import { ETableKind } from './_types';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiTable } from './ui-table.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { ETableKind } from './_types';
4
4
 
5
5
  export { UiTable };
6
6
  export { ETextAlign, ETextWeight } from '../ui-typography';
@@ -1,6 +1,6 @@
1
- import { ETextAlign, ETextWeight } from '..';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiTableCell } from './ui-table-cell.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { ETextAlign, ETextWeight } from '..';
4
4
 
5
5
  export { UiTableCell };
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { ETextAlign, ETextWeight } from '../../ui-typography';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
5
  align?: ETextAlign | undefined;
@@ -1,6 +1,6 @@
1
- import { ERowKind } from './_typings';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
1
  import { default as UiTableRow } from './ui-table-row.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { ERowKind } from './_typings';
4
4
 
5
5
  export { UiTableRow };
6
6
  export { ERowKind } from './_typings';
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { ERowKind } from './_typings';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
5
  kind?: ERowKind | undefined;
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
1
  import { ETableKind } from './_types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
 
4
4
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  kind?: ETableKind | undefined;
@@ -1,5 +1,5 @@
1
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
1
  import { default as UiTabs } from './ui-tabs.vue';
2
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
 
4
4
  export { UiTabs };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiToggle } from './ui-toggle.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiToggle };
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { EColors } from '../../_types/colors';
2
- import { ETextAlign, ETypographySizes, ETextWeight, ETextTransform } from './_typings';
3
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
1
  import { default as UiTypography } from './ui-typography.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
+ import { ETextAlign, ETypographySizes, ETextWeight, ETextTransform } from './_typings';
4
+ import { EColors } from '../../_types/colors';
5
5
 
6
6
  export { UiTypography };
7
7
  /**
@@ -1,6 +1,6 @@
1
- import { EColors } from '../../_types/colors';
2
- import { ETextAlign, ETextTransform, ETextWeight, ETypographySizes } from './_typings';
3
1
  import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { ETextAlign, ETextTransform, ETextWeight, ETypographySizes } from './_typings';
3
+ import { EColors } from '../../_types/colors';
4
4
 
5
5
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
6
6
  align?: ETextAlign | undefined;
@@ -1,5 +1,5 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
1
  import { default as UiVerificationInput } from './ui-verification-input.vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
 
4
4
  export { UiVerificationInput };
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bonkers-ui",
3
- "version": "v1.0.67",
3
+ "version": "v1.0.68",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -12,13 +12,17 @@
12
12
  "deploy": "gh-pages -d storybook-static",
13
13
  "typecheck": "tsc --noEmit && vue-tsc --noEmit",
14
14
  "test": "vitest run",
15
- "pack": "cd dist && npm pack --pack-destination ../",
15
+ "pack": "bun postbuild.ts && cd dist && npm pack --pack-destination ../",
16
16
  "upgrade": "bun x npm-check-updates -ui",
17
- "i": "bun install --frozen-lockfile"
17
+ "i": "bun install --frozen-lockfile",
18
+ "prepare": "husky"
19
+ },
20
+ "overrides": {
21
+ "rollup": "npm:@rollup/wasm-node"
18
22
  },
19
23
  "dependencies": {
20
24
  "tailwindcss": "^3.4.3",
21
- "vue": "^3.4.26"
25
+ "vue": "^3.4.27"
22
26
  },
23
27
  "peerDependencies": {
24
28
  "@fortawesome/fontawesome-svg-core": "^6.4.2",
@@ -30,50 +34,50 @@
30
34
  "vue": "^3.0.0"
31
35
  },
32
36
  "devDependencies": {
33
- "@storybook/addon-essentials": "^8.0.9",
34
- "@storybook/addon-links": "^8.0.9",
35
- "@storybook/vue3": "^8.0.9",
36
- "@storybook/vue3-vite": "^8.0.9",
37
- "@types/bun": "^1.1.0",
37
+ "@storybook/addon-essentials": "^8.1.4",
38
+ "@storybook/addon-links": "^8.1.4",
39
+ "@storybook/addons": "^7.6.17",
40
+ "@storybook/vue3": "^8.1.4",
41
+ "@storybook/vue3-vite": "^8.1.4",
42
+ "@types/bun": "^1.1.3",
38
43
  "@types/glob": "^8.1.0",
39
- "@typescript-eslint/eslint-plugin": "^7.7.1",
40
- "@typescript-eslint/parser": "^7.7.1",
44
+ "@typescript-eslint/eslint-plugin": "^7.11.0",
45
+ "@typescript-eslint/parser": "^7.11.0",
41
46
  "@vitejs/plugin-vue": "^5.0.4",
42
47
  "@vue/eslint-config-typescript": "^13.0.0",
43
- "@vue/test-utils": "^2.4.5",
48
+ "@vue/test-utils": "^2.4.6",
44
49
  "autoprefixer": "^10.4.19",
45
- "bun-types": "^1.1.6",
50
+ "bun-types": "^1.1.10",
46
51
  "eslint": "8.56.0",
47
52
  "eslint-plugin-storybook": "^0.8.0",
48
- "eslint-plugin-tailwindcss": "^3.15.1",
49
- "eslint-plugin-vue": "^9.25.0",
53
+ "eslint-plugin-tailwindcss": "^3.17.0",
54
+ "eslint-plugin-vue": "^9.26.0",
50
55
  "gh-pages": "^6.1.1",
51
56
  "husky": "9.0.11",
52
- "jsdom": "^24.0.0",
53
- "lint-staged": "^15.2.2",
57
+ "jsdom": "^24.1.0",
58
+ "lint-staged": "^15.2.5",
54
59
  "postcss": "^8.4.38",
55
60
  "postcss-cli": "^11.0.0",
56
- "postcss-html": "^1.6.0",
61
+ "postcss-html": "^1.7.0",
57
62
  "react": "^18.3.1",
58
63
  "react-dom": "^18.3.1",
59
- "storybook": "^8.0.9",
64
+ "storybook": "^8.1.4",
60
65
  "storybook-dark-mode": "^4.0.1",
61
- "storybook-tailwind-dark-mode": "^1.0.22",
62
- "stylelint": "15.11.0",
66
+ "stylelint": "15.x.x",
63
67
  "stylelint-config-recommended": "^14.0.0",
64
68
  "stylelint-config-recommended-vue": "^1.5.0",
65
69
  "stylelint-config-standard": "^35.0.0",
66
70
  "typescript": "^5.4.5",
67
- "vite": "^5.2.10",
71
+ "vite": "^5.2.12",
68
72
  "vite-plugin-css-injected-by-js": "^3.5.1",
69
- "vite-plugin-dts": "^3.9.0",
70
- "vite-plugin-static-copy": "^1.0.3",
73
+ "vite-plugin-dts": "^3.9.1",
74
+ "vite-plugin-static-copy": "^1.0.5",
71
75
  "vite-tsconfig-paths": "^4.3.2",
72
- "vitest": "^1.5.2",
76
+ "vitest": "^1.6.0",
73
77
  "vue-eslint-parser": "^9.4.2",
74
78
  "vue-loader": "^17.4.2",
75
79
  "vue-router": "^4.3.2",
76
- "vue-tsc": "^2.0.14"
80
+ "vue-tsc": "^2.0.19"
77
81
  },
78
82
  "lint-staged": {
79
83
  "*.{ts,tsx,vue}": [
@@ -82,11 +86,6 @@
82
86
  ],
83
87
  "*.{css,vue,tsx}": "stylelint --fix"
84
88
  },
85
- "husky": {
86
- "hooks": {
87
- "pre-commit": "bun typecheck && bun lint-staged && bun run test"
88
- }
89
- },
90
89
  "license": "MIT",
91
90
  "main": "./bonkers-ui.umd.js",
92
91
  "module": "./index.js",
@@ -106,8 +105,5 @@
106
105
  "types": "./components/*/index.d.ts",
107
106
  "import": "./components/*/index.js"
108
107
  }
109
- },
110
- "overrides": {
111
- "rollup": "npm:@rollup/wasm-node"
112
108
  }
113
109
  }
package/plugin.ts CHANGED
@@ -101,7 +101,6 @@ export default plugin(
101
101
  });
102
102
  },
103
103
  {
104
- darkMode: "class",
105
104
  theme: {
106
105
  corePlugins: {
107
106
  preflight: false,
@@ -0,0 +1,8 @@
1
+ module.exports = {
2
+ plugins: {
3
+ "tailwindcss/nesting": {},
4
+ tailwindcss: {},
5
+ autoprefixer: {},
6
+ "postcss-import": {},
7
+ }
8
+ };