bonkers-ui 1.0.65 → 1.0.67
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.
- package/LICENCE +21 -0
- package/_utils/debounce.d.ts +2 -0
- package/_utils/debounce.d.ts.map +1 -0
- package/_utils/debounce.js +12 -0
- package/_utils/debounce.js.map +1 -0
- package/bonkers-ui.umd.js +3 -3
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/index.d.ts +7 -6
- package/components/ui-alert/ui-alert.vue.d.ts +5 -4
- package/components/ui-badge/index.d.ts +7 -6
- package/components/ui-badge/ui-badge.vue.d.ts +5 -4
- package/components/ui-ber-rank/_types.d.ts +2 -1
- package/components/ui-ber-rank/index.d.ts +4 -3
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -2
- package/components/ui-button/index.d.ts +7 -6
- package/components/ui-button/ui-button.vue.d.ts +4 -3
- package/components/ui-card-cta/index.d.ts +6 -5
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +4 -3
- package/components/ui-card-result/index.d.ts +6 -5
- package/components/ui-card-result/ui-card-result.vue.d.ts +2 -2
- package/components/ui-card-simple/index.d.ts +5 -4
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +1 -1
- package/components/ui-checkbox/index.d.ts +6 -5
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +4 -3
- package/components/ui-dropdown/index.d.ts +7 -6
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +5 -4
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.js +45 -43
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/index.d.ts +6 -5
- package/components/ui-icon/ui-icon.vue.d.ts +4 -3
- package/components/ui-icon-wrapper/index.d.ts +7 -6
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +4 -3
- package/components/ui-input/index.d.ts +7 -6
- package/components/ui-input/ui-input.vue.d.ts +4 -3
- package/components/ui-input-range/index.d.ts +3 -2
- package/components/ui-input-range/ui-input-range.vue.d.ts +1 -1
- package/components/ui-list-item/index.d.ts +7 -6
- package/components/ui-list-item/ui-list-item.vue.d.ts +5 -4
- package/components/ui-modal/index.d.ts +7 -6
- package/components/ui-modal/ui-backdrop/index.d.ts +5 -4
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +1 -1
- package/components/ui-modal/ui-modal.vue.d.ts +4 -3
- package/components/ui-notification-badge/index.d.ts +7 -6
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +4 -3
- package/components/ui-order-card/index.d.ts +6 -5
- package/components/ui-order-card/ui-order-card.vue.d.ts +5 -4
- package/components/ui-plain-radio/index.d.ts +6 -5
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +2 -2
- package/components/ui-progress/index.d.ts +3 -2
- package/components/ui-progress/ui-progress.vue.d.ts +1 -1
- package/components/ui-radio/index.d.ts +6 -5
- package/components/ui-radio/ui-radio.vue.d.ts +4 -3
- package/components/ui-radio-compact/index.d.ts +6 -5
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +2 -2
- package/components/ui-radio-fancy/index.d.ts +6 -5
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +5 -4
- package/components/ui-result-card-range/index.d.ts +6 -5
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +4 -3
- package/components/ui-ripple/index.d.ts +5 -4
- package/components/ui-ripple/ui-ripple.vue.d.ts +1 -1
- package/components/ui-select/index.d.ts +6 -5
- package/components/ui-select/ui-select.vue.d.ts +2 -2
- package/components/ui-skeleton/index.d.ts +3 -2
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -2
- package/components/ui-snackbar/index.d.ts +7 -6
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +4 -3
- package/components/ui-table/index.d.ts +10 -9
- package/components/ui-table/ui-table-cell/index.d.ts +6 -5
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +4 -3
- package/components/ui-table/ui-table-row/index.d.ts +7 -6
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +4 -3
- package/components/ui-table/ui-table.vue.d.ts +4 -3
- package/components/ui-tabs/index.d.ts +3 -2
- package/components/ui-tabs/ui-tabs.vue.d.ts +1 -1
- package/components/ui-toggle/index.d.ts +6 -5
- package/components/ui-toggle/ui-toggle.vue.d.ts +2 -2
- package/components/ui-typography/index.d.ts +8 -7
- package/components/ui-typography/ui-typography.vue.d.ts +6 -5
- package/components/ui-verification-input/index.d.ts +6 -5
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +2 -2
- package/index.d.ts +37 -36
- package/package.json +36 -35
- package/types.d.ts +20 -20
- package/postcss.config.js +0 -8
- package/tsconfig.json +0 -60
- package/tsconfig.node.json +0 -12
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
header?: string | undefined;
|
|
4
4
|
title?: string | undefined;
|
|
5
5
|
modelValue: boolean | unknown[];
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
|
|
|
9
9
|
value?: string | undefined;
|
|
10
10
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11
11
|
"update:modelValue": (...args: any[]) => void;
|
|
12
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
header?: string | undefined;
|
|
14
14
|
title?: string | undefined;
|
|
15
15
|
modelValue: boolean | unknown[];
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { EColors } from '../../_types/colors';
|
|
2
2
|
import { ETextAlign, ETypographySizes, ETextWeight, ETextTransform } from './_typings';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
4
|
-
import UiTypography from
|
|
4
|
+
import { default as UiTypography } from './ui-typography.vue';
|
|
5
|
+
|
|
5
6
|
export { UiTypography };
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
**/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
align: {
|
|
12
13
|
type: PropType<ETextAlign>;
|
|
13
14
|
};
|
|
@@ -32,7 +33,7 @@ declare const deprecatedDefault: {
|
|
|
32
33
|
is: {
|
|
33
34
|
type: PropType<string | Component>;
|
|
34
35
|
};
|
|
35
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
36
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
36
37
|
align: {
|
|
37
38
|
type: PropType<ETextAlign>;
|
|
38
39
|
};
|
|
@@ -64,7 +65,7 @@ declare const deprecatedDefault: {
|
|
|
64
65
|
C: {};
|
|
65
66
|
M: {};
|
|
66
67
|
Defaults: {};
|
|
67
|
-
}, Readonly<ExtractPropTypes<{
|
|
68
|
+
}, Readonly< ExtractPropTypes<{
|
|
68
69
|
align: {
|
|
69
70
|
type: PropType<ETextAlign>;
|
|
70
71
|
};
|
|
@@ -93,7 +94,7 @@ declare const deprecatedDefault: {
|
|
|
93
94
|
__isFragment?: undefined;
|
|
94
95
|
__isTeleport?: undefined;
|
|
95
96
|
__isSuspense?: undefined;
|
|
96
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
97
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
97
98
|
align: {
|
|
98
99
|
type: PropType<ETextAlign>;
|
|
99
100
|
};
|
|
@@ -124,6 +125,6 @@ declare const deprecatedDefault: {
|
|
|
124
125
|
};
|
|
125
126
|
});
|
|
126
127
|
export default deprecatedDefault;
|
|
127
|
-
export { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from
|
|
128
|
-
export { EColors } from
|
|
128
|
+
export { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from './_typings';
|
|
129
|
+
export { EColors } from '../../_types/colors';
|
|
129
130
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ETextAlign, ETextTransform, ETextWeight, ETypographySizes } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { EColors } from '../../_types/colors';
|
|
2
|
+
import { ETextAlign, ETextTransform, ETextWeight, ETypographySizes } from './_typings';
|
|
3
|
+
import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
+
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
align?: ETextAlign | undefined;
|
|
6
7
|
size?: ETypographySizes | undefined;
|
|
7
8
|
kind?: EColors | undefined;
|
|
@@ -10,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
|
|
|
10
11
|
textTransform?: ETextTransform | undefined;
|
|
11
12
|
underline?: boolean | undefined;
|
|
12
13
|
is?: string | Component | undefined;
|
|
13
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
14
15
|
align?: ETextAlign | undefined;
|
|
15
16
|
size?: ETypographySizes | undefined;
|
|
16
17
|
kind?: EColors | undefined;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
|
-
import UiVerificationInput from
|
|
2
|
+
import { default as UiVerificationInput } from './ui-verification-input.vue';
|
|
3
|
+
|
|
3
4
|
export { UiVerificationInput };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
6
7
|
*/
|
|
7
8
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
10
|
inputsCount: {
|
|
10
11
|
type: PropType<number>;
|
|
11
12
|
required: true;
|
|
@@ -17,7 +18,7 @@ declare const deprecatedDefault: {
|
|
|
17
18
|
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
18
19
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
20
|
onFiled: (...args: any[]) => void;
|
|
20
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
21
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
21
22
|
inputsCount: {
|
|
22
23
|
type: PropType<number>;
|
|
23
24
|
required: true;
|
|
@@ -34,7 +35,7 @@ declare const deprecatedDefault: {
|
|
|
34
35
|
C: {};
|
|
35
36
|
M: {};
|
|
36
37
|
Defaults: {};
|
|
37
|
-
}, Readonly<ExtractPropTypes<{
|
|
38
|
+
}, Readonly< ExtractPropTypes<{
|
|
38
39
|
inputsCount: {
|
|
39
40
|
type: PropType<number>;
|
|
40
41
|
required: true;
|
|
@@ -48,7 +49,7 @@ declare const deprecatedDefault: {
|
|
|
48
49
|
__isFragment?: undefined;
|
|
49
50
|
__isTeleport?: undefined;
|
|
50
51
|
__isSuspense?: undefined;
|
|
51
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
52
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
52
53
|
inputsCount: {
|
|
53
54
|
type: PropType<number>;
|
|
54
55
|
required: true;
|
|
@@ -3,9 +3,9 @@ type TProps = {
|
|
|
3
3
|
inputsCount: number;
|
|
4
4
|
type?: "text";
|
|
5
5
|
};
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<TProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<TProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
7
|
onFiled: (...args: any[]) => void;
|
|
8
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TProps>>> & {
|
|
8
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TProps>>> & {
|
|
9
9
|
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}, {}, {}>, {
|
|
11
11
|
button?(_: {}): any;
|
package/index.d.ts
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
|
|
2
3
|
declare const BonkersUI: {
|
|
3
4
|
install(app: App): void;
|
|
4
5
|
};
|
|
5
6
|
export default BonkersUI;
|
|
6
|
-
export { UiAlert, EAlertTypes } from
|
|
7
|
-
export { UiBackdrop } from
|
|
8
|
-
export { UiBadge, EBadgeKind, EBadgeSize } from
|
|
9
|
-
export { UiBerRank, EBerSize } from
|
|
10
|
-
export { UiButton, EButtonSizes, EButtonTypes } from
|
|
11
|
-
export { UiCardCta } from
|
|
12
|
-
export { UiCardResult } from
|
|
13
|
-
export { UiCardSimple } from
|
|
14
|
-
export { UiCheckbox } from
|
|
15
|
-
export { UiDropdown, EDropdownKinds } from
|
|
16
|
-
export { UiIcon, ESize } from
|
|
17
|
-
export { UiIconWrapper, EIconWrapperTypes, EIconWrapperSizes } from
|
|
18
|
-
export { UiInput, EInputType, EInputKinds, EAutocomplete } from
|
|
19
|
-
export { UiInputRange } from
|
|
20
|
-
export { UiListItem, EListItemTypes, EListItemSpacing, EListItemSize } from
|
|
21
|
-
export { UiModal, EModalSizes } from
|
|
22
|
-
export { UiNotificationBadge, EBadgeOrigin } from
|
|
23
|
-
export { UiOrderCard } from
|
|
24
|
-
export { UiPlainRadio } from
|
|
25
|
-
export { UiProgress } from
|
|
26
|
-
export { UiRadio } from
|
|
27
|
-
export { UiRadioCompact } from
|
|
28
|
-
export { UiRadioFancy } from
|
|
29
|
-
export { UiResultCardRange } from
|
|
30
|
-
export { UiRipple } from
|
|
31
|
-
export { UiSelect } from
|
|
32
|
-
export { UiSkeleton } from
|
|
33
|
-
export { UiSnackbar, ESnackbarTypes } from
|
|
34
|
-
export { UiTable, ETableKind, ERowKind } from
|
|
35
|
-
export { UiTableCell } from
|
|
36
|
-
export { UiTableRow } from
|
|
37
|
-
export { UiTabs } from
|
|
38
|
-
export { UiToggle } from
|
|
39
|
-
export { UiTypography, EColors, ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from
|
|
40
|
-
export { UiVerificationInput } from
|
|
7
|
+
export { UiAlert, EAlertTypes } from './components/ui-alert';
|
|
8
|
+
export { UiBackdrop } from './components/ui-modal/ui-backdrop';
|
|
9
|
+
export { UiBadge, EBadgeKind, EBadgeSize } from './components/ui-badge';
|
|
10
|
+
export { UiBerRank, EBerSize } from './components/ui-ber-rank';
|
|
11
|
+
export { UiButton, EButtonSizes, EButtonTypes } from './components/ui-button';
|
|
12
|
+
export { UiCardCta } from './components/ui-card-cta';
|
|
13
|
+
export { UiCardResult } from './components/ui-card-result';
|
|
14
|
+
export { UiCardSimple } from './components/ui-card-simple';
|
|
15
|
+
export { UiCheckbox } from './components/ui-checkbox';
|
|
16
|
+
export { UiDropdown, EDropdownKinds } from './components/ui-dropdown';
|
|
17
|
+
export { UiIcon, ESize } from './components/ui-icon';
|
|
18
|
+
export { UiIconWrapper, EIconWrapperTypes, EIconWrapperSizes } from './components/ui-icon-wrapper';
|
|
19
|
+
export { UiInput, EInputType, EInputKinds, EAutocomplete } from './components/ui-input';
|
|
20
|
+
export { UiInputRange } from './components/ui-input-range';
|
|
21
|
+
export { UiListItem, EListItemTypes, EListItemSpacing, EListItemSize } from './components/ui-list-item';
|
|
22
|
+
export { UiModal, EModalSizes } from './components/ui-modal';
|
|
23
|
+
export { UiNotificationBadge, EBadgeOrigin } from './components/ui-notification-badge';
|
|
24
|
+
export { UiOrderCard } from './components/ui-order-card';
|
|
25
|
+
export { UiPlainRadio } from './components/ui-plain-radio';
|
|
26
|
+
export { UiProgress } from './components/ui-progress';
|
|
27
|
+
export { UiRadio } from './components/ui-radio';
|
|
28
|
+
export { UiRadioCompact } from './components/ui-radio-compact';
|
|
29
|
+
export { UiRadioFancy } from './components/ui-radio-fancy';
|
|
30
|
+
export { UiResultCardRange } from './components/ui-result-card-range';
|
|
31
|
+
export { UiRipple } from './components/ui-ripple';
|
|
32
|
+
export { UiSelect } from './components/ui-select';
|
|
33
|
+
export { UiSkeleton } from './components/ui-skeleton';
|
|
34
|
+
export { UiSnackbar, ESnackbarTypes } from './components/ui-snackbar';
|
|
35
|
+
export { UiTable, ETableKind, ERowKind } from './components/ui-table';
|
|
36
|
+
export { UiTableCell } from './components/ui-table/ui-table-cell';
|
|
37
|
+
export { UiTableRow } from './components/ui-table/ui-table-row';
|
|
38
|
+
export { UiTabs } from './components/ui-tabs';
|
|
39
|
+
export { UiToggle } from './components/ui-toggle';
|
|
40
|
+
export { UiTypography, EColors, ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from './components/ui-typography';
|
|
41
|
+
export { UiVerificationInput } from './components/ui-verification-input';
|
|
41
42
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonkers-ui",
|
|
3
|
-
"version": "v1.0.
|
|
3
|
+
"version": "v1.0.67",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "storybook dev -p 6006",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"i": "bun install --frozen-lockfile"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"tailwindcss": "^3.4.
|
|
21
|
-
"vue": "^3.4.
|
|
20
|
+
"tailwindcss": "^3.4.3",
|
|
21
|
+
"vue": "^3.4.26"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
@@ -30,49 +30,50 @@
|
|
|
30
30
|
"vue": "^3.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"@
|
|
38
|
-
"@storybook/addon-links": "^7.6.10",
|
|
39
|
-
"@storybook/vue3": "^7.6.10",
|
|
40
|
-
"@storybook/vue3-vite": "^7.6.10",
|
|
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",
|
|
41
38
|
"@types/glob": "^8.1.0",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
43
|
-
"@typescript-eslint/parser": "^
|
|
44
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
45
|
-
"@vue/eslint-config-typescript": "^
|
|
46
|
-
"@vue/test-utils": "^2.4.
|
|
47
|
-
"autoprefixer": "^10.4.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
40
|
+
"@typescript-eslint/parser": "^7.7.1",
|
|
41
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
42
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
43
|
+
"@vue/test-utils": "^2.4.5",
|
|
44
|
+
"autoprefixer": "^10.4.19",
|
|
45
|
+
"bun-types": "^1.1.6",
|
|
48
46
|
"eslint": "8.56.0",
|
|
49
|
-
"eslint-plugin-storybook": "^0.
|
|
50
|
-
"eslint-plugin-
|
|
47
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
48
|
+
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
49
|
+
"eslint-plugin-vue": "^9.25.0",
|
|
51
50
|
"gh-pages": "^6.1.1",
|
|
52
|
-
"husky": "
|
|
53
|
-
"jsdom": "^
|
|
54
|
-
"lint-staged": "^15.2.
|
|
55
|
-
"postcss": "^8.4.
|
|
51
|
+
"husky": "9.0.11",
|
|
52
|
+
"jsdom": "^24.0.0",
|
|
53
|
+
"lint-staged": "^15.2.2",
|
|
54
|
+
"postcss": "^8.4.38",
|
|
56
55
|
"postcss-cli": "^11.0.0",
|
|
57
56
|
"postcss-html": "^1.6.0",
|
|
58
|
-
"react": "^18.
|
|
59
|
-
"react-dom": "^18.
|
|
60
|
-
"storybook": "^
|
|
57
|
+
"react": "^18.3.1",
|
|
58
|
+
"react-dom": "^18.3.1",
|
|
59
|
+
"storybook": "^8.0.9",
|
|
60
|
+
"storybook-dark-mode": "^4.0.1",
|
|
61
61
|
"storybook-tailwind-dark-mode": "^1.0.22",
|
|
62
62
|
"stylelint": "15.11.0",
|
|
63
63
|
"stylelint-config-recommended": "^14.0.0",
|
|
64
64
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
65
65
|
"stylelint-config-standard": "^35.0.0",
|
|
66
|
-
"typescript": "^5.
|
|
67
|
-
"vite": "^5.
|
|
68
|
-
"vite-plugin-css-injected-by-js": "^3.
|
|
69
|
-
"vite-plugin-dts": "^3.
|
|
70
|
-
"vite-plugin-static-copy": "^1.0.
|
|
71
|
-
"vite-tsconfig-paths": "^4.3.
|
|
72
|
-
"vitest": "^1.2
|
|
73
|
-
"vue-eslint-parser": "^9.4.
|
|
66
|
+
"typescript": "^5.4.5",
|
|
67
|
+
"vite": "^5.2.10",
|
|
68
|
+
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
69
|
+
"vite-plugin-dts": "^3.9.0",
|
|
70
|
+
"vite-plugin-static-copy": "^1.0.3",
|
|
71
|
+
"vite-tsconfig-paths": "^4.3.2",
|
|
72
|
+
"vitest": "^1.5.2",
|
|
73
|
+
"vue-eslint-parser": "^9.4.2",
|
|
74
74
|
"vue-loader": "^17.4.2",
|
|
75
|
-
"vue-
|
|
75
|
+
"vue-router": "^4.3.2",
|
|
76
|
+
"vue-tsc": "^2.0.14"
|
|
76
77
|
},
|
|
77
78
|
"lint-staged": {
|
|
78
79
|
"*.{ts,tsx,vue}": [
|
package/types.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export type { TIconName } from
|
|
2
|
-
export { EDropdownKinds } from
|
|
3
|
-
export { EIconType } from
|
|
4
|
-
export { EAlertTypes } from
|
|
5
|
-
export { EBadgeKind, EBadgeSize } from
|
|
6
|
-
export { EBerSize } from
|
|
7
|
-
export { EButtonSizes, EButtonTypes } from
|
|
8
|
-
export { ERadioSizes } from
|
|
9
|
-
export { ESkeletonKind } from
|
|
10
|
-
export { EIconWrapperTypes, EIconWrapperSizes } from
|
|
11
|
-
export { EInputType, EInputKinds, EAutocomplete } from
|
|
12
|
-
export { EListItemTypes, EListItemSpacing, EListItemSize } from
|
|
13
|
-
export { EModalSizes } from
|
|
14
|
-
export { EBadgeOrigin } from
|
|
15
|
-
export { ESnackbarTypes } from
|
|
16
|
-
export { ETableKind, ERowKind } from
|
|
17
|
-
export { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from
|
|
18
|
-
export { EJustify } from
|
|
19
|
-
export { EColors } from
|
|
20
|
-
export { ESize } from
|
|
1
|
+
export type { TIconName } from './components/ui-icon';
|
|
2
|
+
export { EDropdownKinds } from './components/ui-dropdown';
|
|
3
|
+
export { EIconType } from './components/ui-icon';
|
|
4
|
+
export { EAlertTypes } from './components/ui-alert';
|
|
5
|
+
export { EBadgeKind, EBadgeSize } from './components/ui-badge';
|
|
6
|
+
export { EBerSize } from './components/ui-ber-rank';
|
|
7
|
+
export { EButtonSizes, EButtonTypes } from './components/ui-button';
|
|
8
|
+
export { ERadioSizes } from './components/ui-radio-fancy/_typings';
|
|
9
|
+
export { ESkeletonKind } from './components/ui-skeleton/_typings';
|
|
10
|
+
export { EIconWrapperTypes, EIconWrapperSizes } from './components/ui-icon-wrapper';
|
|
11
|
+
export { EInputType, EInputKinds, EAutocomplete } from './components/ui-input';
|
|
12
|
+
export { EListItemTypes, EListItemSpacing, EListItemSize } from './components/ui-list-item';
|
|
13
|
+
export { EModalSizes } from './components/ui-modal';
|
|
14
|
+
export { EBadgeOrigin } from './components/ui-notification-badge';
|
|
15
|
+
export { ESnackbarTypes } from './components/ui-snackbar';
|
|
16
|
+
export { ETableKind, ERowKind } from './components/ui-table';
|
|
17
|
+
export { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from './components/ui-typography';
|
|
18
|
+
export { EJustify } from './_types/align';
|
|
19
|
+
export { EColors } from './_types/colors';
|
|
20
|
+
export { ESize } from './_types/sizing';
|
|
21
21
|
//# sourceMappingURL=types.d.ts.map
|
package/postcss.config.js
DELETED
package/tsconfig.json
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
|
|
4
|
-
"target": "ES2020",
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"strict": true,
|
|
7
|
-
|
|
8
|
-
"esModuleInterop": true,
|
|
9
|
-
"verbatimModuleSyntax": true,
|
|
10
|
-
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"declarationMap": true,
|
|
13
|
-
"useDefineForClassFields": true,
|
|
14
|
-
"noImplicitThis": true,
|
|
15
|
-
"importHelpers": true,
|
|
16
|
-
"skipLibCheck": true,
|
|
17
|
-
"forceConsistentCasingInFileNames": true,
|
|
18
|
-
"baseUrl": ".",
|
|
19
|
-
"paths": {
|
|
20
|
-
"@/*": ["src/*"],
|
|
21
|
-
},
|
|
22
|
-
"lib": [
|
|
23
|
-
"ESNext",
|
|
24
|
-
"DOM",
|
|
25
|
-
"DOM.Iterable",
|
|
26
|
-
],
|
|
27
|
-
|
|
28
|
-
"outDir": "dist",
|
|
29
|
-
"preserveConstEnums": true,
|
|
30
|
-
|
|
31
|
-
"typeRoots": ["./dist/index.d.ts", "./node_modules/@types"],
|
|
32
|
-
|
|
33
|
-
/* Bun Settings */
|
|
34
|
-
"moduleResolution": "node",
|
|
35
|
-
"noEmit": true,
|
|
36
|
-
"allowImportingTsExtensions": true,
|
|
37
|
-
"moduleDetection": "force",
|
|
38
|
-
|
|
39
|
-
"resolveJsonModule": true,
|
|
40
|
-
"isolatedModules": true,
|
|
41
|
-
"jsx": "preserve",
|
|
42
|
-
},
|
|
43
|
-
"include": [
|
|
44
|
-
"src/**/*.ts",
|
|
45
|
-
"src/**/*.d.ts",
|
|
46
|
-
"src/**/*.tsx",
|
|
47
|
-
"src/**/*.vue",
|
|
48
|
-
],
|
|
49
|
-
"exclude": [
|
|
50
|
-
"node_modules",
|
|
51
|
-
"./src/**/*.stories.*",
|
|
52
|
-
"./src/stories"
|
|
53
|
-
|
|
54
|
-
],
|
|
55
|
-
"references": [
|
|
56
|
-
{
|
|
57
|
-
"path": "./tsconfig.node.json"
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
}
|