bonkers-ui 1.0.68 → 1.0.69
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/.eslintrc.js +12 -2
- package/CONSTANTS.d.ts +3 -1
- package/CONSTANTS.d.ts.map +1 -1
- package/_types/colors.d.ts +4 -0
- package/_types/colors.d.ts.map +1 -1
- package/_types/colors.js +1 -1
- package/_types/colors.js.map +1 -1
- package/_types/sizing.d.ts +28 -4
- package/_types/sizing.d.ts.map +1 -1
- package/_types/sizing.js +1 -1
- package/_types/sizing.js.map +1 -1
- package/bonkers-ui.umd.js +7 -7
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/index.d.ts +3 -3
- package/components/ui-alert/ui-alert.vue.d.ts +8 -6
- package/components/ui-alert/ui-alert.vue.d.ts.map +1 -1
- package/components/ui-alert/ui-alert.vue.js +3 -3
- package/components/ui-badge/_typings.d.ts +5 -1
- package/components/ui-badge/_typings.d.ts.map +1 -1
- package/components/ui-badge/_typings.js +3 -3
- package/components/ui-badge/_typings.js.map +1 -1
- package/components/ui-badge/index.d.ts +50 -14
- package/components/ui-badge/index.d.ts.map +1 -1
- package/components/ui-badge/ui-badge.vue.d.ts +34 -10
- package/components/ui-badge/ui-badge.vue.d.ts.map +1 -1
- package/components/ui-badge/ui-badge.vue.js +41 -35
- package/components/ui-badge/ui-badge.vue.js.map +1 -1
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +2 -2
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -1
- package/components/ui-button/index.d.ts +3 -3
- package/components/ui-button/ui-button.vue.d.ts +8 -6
- package/components/ui-button/ui-button.vue.d.ts.map +1 -1
- package/components/ui-button/ui-button.vue.js +4 -4
- package/components/ui-button/ui-button.vue.js.map +1 -1
- package/components/ui-card-cta/index.d.ts +3 -3
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +16 -14
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -1
- package/components/ui-card-cta/ui-card-cta.vue.js +1 -1
- package/components/ui-card-result/index.d.ts +3 -3
- package/components/ui-card-result/ui-card-result.vue.d.ts +16 -14
- package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -1
- package/components/ui-card-result/ui-card-result.vue.js +4 -4
- package/components/ui-card-result/ui-card-result.vue2.js +14 -14
- package/components/ui-card-simple/_typings.d.ts +5 -0
- package/components/ui-card-simple/_typings.d.ts.map +1 -0
- package/components/ui-card-simple/index.d.ts +3 -3
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +4 -2
- package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -1
- package/components/ui-card-simple/ui-card-simple.vue.js +7 -8
- package/components/ui-card-simple/ui-card-simple.vue.js.map +1 -1
- package/components/ui-checkbox/index.d.ts +3 -3
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +14 -12
- package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -1
- package/components/ui-dropdown/index.d.ts +3 -3
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +14 -12
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.js +4 -4
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/ui-icon.vue.d.ts +2 -2
- package/components/ui-icon/ui-icon.vue.d.ts.map +1 -1
- package/components/ui-icon/ui-icon.vue.js +19 -15
- package/components/ui-icon/ui-icon.vue.js.map +1 -1
- package/components/ui-icon-wrapper/index.d.ts +3 -3
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +6 -4
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -1
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +2 -2
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +2 -2
- package/components/ui-input/index.d.ts +3 -3
- package/components/ui-input/ui-input.vue.d.ts +33 -31
- package/components/ui-input/ui-input.vue.d.ts.map +1 -1
- package/components/ui-input/ui-input.vue.js +3 -3
- package/components/ui-input/ui-input.vue.js.map +1 -1
- package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -1
- package/components/ui-input-range/ui-input-range.vue.js +2 -2
- package/components/ui-input-range/ui-input-range.vue2.js +11 -11
- package/components/ui-input-range/ui-input-range.vue2.js.map +1 -1
- package/components/ui-list-item/index.d.ts +7 -7
- package/components/ui-list-item/ui-list-item.vue.d.ts +21 -19
- package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -1
- package/components/ui-list-item/ui-list-item.vue.js +6 -6
- package/components/ui-modal/index.d.ts +3 -3
- package/components/ui-modal/ui-backdrop/index.d.ts +3 -3
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +4 -2
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -1
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +6 -6
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -1
- package/components/ui-modal/ui-modal.vue.d.ts +13 -11
- package/components/ui-modal/ui-modal.vue.d.ts.map +1 -1
- package/components/ui-modal/ui-modal.vue.js +2 -2
- package/components/ui-modal/ui-modal.vue2.js +20 -24
- package/components/ui-modal/ui-modal.vue2.js.map +1 -1
- package/components/ui-notification-badge/index.d.ts +3 -3
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +8 -6
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -1
- package/components/ui-notification-badge/ui-notification-badge.vue.js +1 -1
- package/components/ui-order-card/index.d.ts +3 -3
- package/components/ui-order-card/ui-order-card.vue.d.ts +10 -8
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -1
- package/components/ui-order-card/ui-order-card.vue.js +4 -4
- package/components/ui-order-card/ui-order-card.vue.js.map +1 -1
- package/components/ui-plain-radio/index.d.ts +3 -3
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +13 -11
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -1
- package/components/ui-plain-radio/ui-plain-radio.vue.js +5 -5
- package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -1
- package/components/ui-product-card/index.d.ts +4 -0
- package/components/ui-product-card/index.d.ts.map +1 -0
- package/components/ui-progress/index.d.ts +9 -0
- package/components/ui-progress/index.d.ts.map +1 -1
- package/components/ui-progress/ui-progress.vue.d.ts +5 -0
- package/components/ui-progress/ui-progress.vue.d.ts.map +1 -1
- package/components/ui-progress/ui-progress.vue.js +29 -13
- package/components/ui-progress/ui-progress.vue.js.map +1 -1
- package/components/ui-radio/index.d.ts +3 -3
- package/components/ui-radio/ui-radio.vue.d.ts +12 -10
- package/components/ui-radio/ui-radio.vue.d.ts.map +1 -1
- package/components/ui-radio/ui-radio.vue.js +2 -2
- package/components/ui-radio/ui-radio.vue2.js +9 -9
- package/components/ui-radio/ui-radio.vue2.js.map +1 -1
- package/components/ui-radio-compact/index.d.ts +3 -3
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +8 -6
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.js +5 -5
- package/components/ui-radio-compact/ui-radio-compact.vue.js.map +1 -1
- package/components/ui-radio-fancy/index.d.ts +3 -3
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +12 -10
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -1
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js +20 -20
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -1
- package/components/ui-result-card-range/index.d.ts +3 -3
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +10 -8
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -1
- package/components/ui-result-card-range/ui-result-card-range.vue.js +2 -2
- package/components/ui-ripple/index.d.ts +3 -3
- package/components/ui-ripple/ui-ripple.vue.d.ts +4 -2
- package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -1
- package/components/ui-select/index.d.ts +3 -3
- package/components/ui-select/ui-select.vue.d.ts +15 -13
- package/components/ui-select/ui-select.vue.d.ts.map +1 -1
- package/components/ui-select/ui-select.vue.js +5 -5
- package/components/ui-select/ui-select.vue.js.map +1 -1
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +2 -2
- package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -1
- package/components/ui-skeleton/ui-skeleton.vue.js +26 -28
- package/components/ui-skeleton/ui-skeleton.vue.js.map +1 -1
- package/components/ui-snackbar/index.d.ts +3 -3
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +10 -8
- package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -1
- package/components/ui-snackbar/ui-snackbar.vue.js +2 -2
- package/components/ui-table/index.d.ts +3 -3
- package/components/ui-table/ui-table-cell/index.d.ts +3 -3
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +10 -8
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.js +1 -1
- package/components/ui-table/ui-table-row/index.d.ts +3 -3
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +8 -6
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table-row/ui-table-row.vue.js +3 -3
- package/components/ui-table/ui-table.vue.d.ts +8 -6
- package/components/ui-table/ui-table.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table.vue.js +4 -4
- package/components/ui-table/ui-table.vue2.js +1 -1
- package/components/ui-tabs/ui-tabs.vue.d.ts +2 -2
- package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -1
- package/components/ui-tabs/ui-tabs.vue.js +3 -3
- package/components/ui-tabs/ui-tabs.vue2.js +6 -6
- package/components/ui-tabs/ui-tabs.vue2.js.map +1 -1
- package/components/ui-toggle/index.d.ts +3 -3
- package/components/ui-toggle/ui-toggle.vue.d.ts +19 -17
- package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -1
- package/components/ui-toggle/ui-toggle.vue.js +3 -3
- package/components/ui-toggle/ui-toggle.vue2.js +8 -8
- package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
- package/components/ui-typography/index.d.ts +3 -3
- package/components/ui-typography/ui-typography.vue.d.ts +22 -20
- package/components/ui-typography/ui-typography.vue.d.ts.map +1 -1
- package/components/ui-typography/ui-typography.vue.js +7 -3
- package/components/ui-typography/ui-typography.vue.js.map +1 -1
- package/components/ui-verification-input/index.d.ts +3 -3
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +6 -4
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -1
- package/index.js +48 -48
- package/package.json +26 -25
- package/plugin.ts +17 -9
- package/src/_styles/_colors.json +5 -1
- package/src/_styles/_spacing.json +7 -3
- package/tailwind.config.ts +1 -1
- package/types.js +56 -55
- package/types.js.map +1 -1
|
@@ -46,9 +46,9 @@ declare const deprecatedDefault: {
|
|
|
46
46
|
}>> & {
|
|
47
47
|
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
}, {}, {}, {}, {}, {}>;
|
|
49
|
-
__isFragment?:
|
|
50
|
-
__isTeleport?:
|
|
51
|
-
__isSuspense?:
|
|
49
|
+
__isFragment?: never;
|
|
50
|
+
__isTeleport?: never;
|
|
51
|
+
__isSuspense?: never;
|
|
52
52
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
53
53
|
inputsCount: {
|
|
54
54
|
type: PropType<number>;
|
|
@@ -3,13 +3,15 @@ type TProps = {
|
|
|
3
3
|
inputsCount: number;
|
|
4
4
|
type?: "text";
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
button?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<TProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
10
|
onFiled: (...args: any[]) => void;
|
|
8
11
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TProps>>> & {
|
|
9
12
|
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}, {}, {}
|
|
11
|
-
|
|
12
|
-
}>;
|
|
13
|
+
}, {}, {}>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
13
15
|
export default _default;
|
|
14
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-verification-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-verification-input/ui-verification-input.vue"],"names":[],"mappings":"AAuBA;AAMA,KAAK,MAAM,GAAG;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAA
|
|
1
|
+
{"version":3,"file":"ui-verification-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-verification-input/ui-verification-input.vue"],"names":[],"mappings":"AAuBA;AAMA,KAAK,MAAM,GAAG;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAA;AAgDF,iBAAS,cAAc;oBAyFM,GAAG;EAG/B;AAaD,QAAA,MAAM,eAAe;;;;UAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
package/index.js
CHANGED
|
@@ -46,31 +46,31 @@ import { default as Z } from "./components/ui-button/ui-button.vue.js";
|
|
|
46
46
|
import { default as oo } from "./components/ui-card-cta/ui-card-cta.vue.js";
|
|
47
47
|
import { default as eo } from "./components/ui-card-simple/ui-card-simple.vue.js";
|
|
48
48
|
import { default as to } from "./components/ui-dropdown/ui-dropdown.vue.js";
|
|
49
|
-
import { default as mo } from "./components/ui-
|
|
50
|
-
import { default as fo } from "./components/ui-
|
|
51
|
-
import { default as xo } from "./components/ui-
|
|
52
|
-
import { default as lo } from "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
49
|
+
import { default as mo } from "./components/ui-input/ui-input.vue.js";
|
|
50
|
+
import { default as fo } from "./components/ui-list-item/ui-list-item.vue.js";
|
|
51
|
+
import { default as xo } from "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
53
52
|
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
53
|
+
import { default as lo } from "./components/ui-order-card/ui-order-card.vue.js";
|
|
54
|
+
import { default as uo } from "./components/ui-plain-radio/ui-plain-radio.vue.js";
|
|
55
|
+
import { default as co } from "./components/ui-progress/ui-progress.vue.js";
|
|
56
|
+
import { default as go } from "./components/ui-radio-compact/ui-radio-compact.vue.js";
|
|
57
|
+
import { default as Ro } from "./components/ui-radio-fancy/ui-radio-fancy.vue.js";
|
|
58
|
+
import { default as Io } from "./components/ui-result-card-range/ui-result-card-range.vue.js";
|
|
59
|
+
import { default as yo } from "./components/ui-ripple/ui-ripple.vue.js";
|
|
61
60
|
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { EAlertTypes as
|
|
67
|
-
import { default as
|
|
68
|
-
import { EBadgeKind as
|
|
69
|
-
import { EBerSize as
|
|
70
|
-
import { EButtonSizes as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { EDropdownKinds as
|
|
61
|
+
import { default as bo } from "./components/ui-select/ui-select.vue.js";
|
|
62
|
+
import { default as ho } from "./components/ui-skeleton/ui-skeleton.vue.js";
|
|
63
|
+
import { default as wo } from "./components/ui-snackbar/ui-snackbar.vue.js";
|
|
64
|
+
import { default as Ko } from "./components/ui-table/ui-table-cell/ui-table-cell.vue.js";
|
|
65
|
+
import { EAlertTypes as Wo } from "./components/ui-alert/_types.js";
|
|
66
|
+
import { default as Po } from "./components/ui-modal/ui-backdrop/ui-backdrop.vue.js";
|
|
67
|
+
import { EBadgeKind as Mo, EBadgeSize as jo } from "./components/ui-badge/_typings.js";
|
|
68
|
+
import { EBerSize as No } from "./components/ui-ber-rank/_types.js";
|
|
69
|
+
import { EButtonSizes as qo, EButtonTypes as vo } from "./components/ui-button/_typings.js";
|
|
70
|
+
import { default as Ho } from "./components/ui-card-result/ui-card-result.vue.js";
|
|
71
|
+
import { default as Qo } from "./components/ui-checkbox/ui-checkbox.vue.js";
|
|
72
|
+
import { EDropdownKinds as Yo } from "./components/ui-dropdown/_typings.js";
|
|
73
|
+
import { default as _o } from "./components/ui-icon/ui-icon.vue.js";
|
|
74
74
|
import { ESize as rr } from "./_types/sizing.js";
|
|
75
75
|
import { default as ir } from "./components/ui-icon-wrapper/ui-icon-wrapper.vue.js";
|
|
76
76
|
import { EIconWrapperSizes as ar, EIconWrapperTypes as mr } from "./components/ui-icon-wrapper/_typings.js";
|
|
@@ -138,16 +138,16 @@ const o = {
|
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
140
|
export {
|
|
141
|
-
|
|
141
|
+
Wo as EAlertTypes,
|
|
142
142
|
fr as EAutocomplete,
|
|
143
|
-
|
|
143
|
+
Mo as EBadgeKind,
|
|
144
144
|
Cr as EBadgeOrigin,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
jo as EBadgeSize,
|
|
146
|
+
No as EBerSize,
|
|
147
|
+
qo as EButtonSizes,
|
|
148
|
+
vo as EButtonTypes,
|
|
149
149
|
Nr as EColors,
|
|
150
|
-
|
|
150
|
+
Yo as EDropdownKinds,
|
|
151
151
|
ar as EIconWrapperSizes,
|
|
152
152
|
mr as EIconWrapperTypes,
|
|
153
153
|
dr as EInputKinds,
|
|
@@ -165,35 +165,35 @@ export {
|
|
|
165
165
|
Gr as ETextWeight,
|
|
166
166
|
Hr as ETypographySizes,
|
|
167
167
|
G as UiAlert,
|
|
168
|
-
|
|
168
|
+
Po as UiBackdrop,
|
|
169
169
|
J as UiBadge,
|
|
170
170
|
X as UiBerRank,
|
|
171
171
|
Z as UiButton,
|
|
172
172
|
oo as UiCardCta,
|
|
173
|
-
|
|
173
|
+
Ho as UiCardResult,
|
|
174
174
|
eo as UiCardSimple,
|
|
175
|
-
|
|
175
|
+
Qo as UiCheckbox,
|
|
176
176
|
to as UiDropdown,
|
|
177
|
-
|
|
177
|
+
_o as UiIcon,
|
|
178
178
|
ir as UiIconWrapper,
|
|
179
|
-
|
|
179
|
+
mo as UiInput,
|
|
180
180
|
nr as UiInputRange,
|
|
181
|
-
|
|
181
|
+
fo as UiListItem,
|
|
182
182
|
Er as UiModal,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
183
|
+
xo as UiNotificationBadge,
|
|
184
|
+
lo as UiOrderCard,
|
|
185
|
+
uo as UiPlainRadio,
|
|
186
|
+
co as UiProgress,
|
|
187
187
|
Sr as UiRadio,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
188
|
+
go as UiRadioCompact,
|
|
189
|
+
Ro as UiRadioFancy,
|
|
190
|
+
Io as UiResultCardRange,
|
|
191
|
+
yo as UiRipple,
|
|
192
|
+
bo as UiSelect,
|
|
193
|
+
ho as UiSkeleton,
|
|
194
|
+
wo as UiSnackbar,
|
|
195
195
|
kr as UiTable,
|
|
196
|
-
|
|
196
|
+
Ko as UiTableCell,
|
|
197
197
|
Lr as UiTableRow,
|
|
198
198
|
Or as UiTabs,
|
|
199
199
|
Dr as UiToggle,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonkers-ui",
|
|
3
|
-
"version": "v1.0.
|
|
3
|
+
"version": "v1.0.69",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "storybook dev -p 6006",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"rollup": "npm:@rollup/wasm-node"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"tailwindcss": "^3.4.
|
|
25
|
-
"vue": "^3.4.
|
|
24
|
+
"tailwindcss": "^3.4.4",
|
|
25
|
+
"vue": "^3.4.31"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
@@ -34,50 +34,51 @@
|
|
|
34
34
|
"vue": "^3.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@
|
|
38
|
-
"@storybook/addon-
|
|
37
|
+
"@kalimahapps/eslint-plugin-tailwind": "^1.1.0",
|
|
38
|
+
"@storybook/addon-essentials": "^8.1.11",
|
|
39
|
+
"@storybook/addon-links": "^8.1.11",
|
|
39
40
|
"@storybook/addons": "^7.6.17",
|
|
40
|
-
"@storybook/vue3": "^8.1.
|
|
41
|
-
"@storybook/vue3-vite": "^8.1.
|
|
42
|
-
"@types/bun": "^1.1.
|
|
41
|
+
"@storybook/vue3": "^8.1.11",
|
|
42
|
+
"@storybook/vue3-vite": "^8.1.11",
|
|
43
|
+
"@types/bun": "^1.1.6",
|
|
43
44
|
"@types/glob": "^8.1.0",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
45
|
-
"@typescript-eslint/parser": "^7.
|
|
46
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
46
|
+
"@typescript-eslint/parser": "^7.15.0",
|
|
47
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
47
48
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
48
49
|
"@vue/test-utils": "^2.4.6",
|
|
49
50
|
"autoprefixer": "^10.4.19",
|
|
50
|
-
"bun-types": "^1.1.
|
|
51
|
+
"bun-types": "^1.1.17",
|
|
51
52
|
"eslint": "8.56.0",
|
|
52
53
|
"eslint-plugin-storybook": "^0.8.0",
|
|
53
|
-
"eslint-plugin-tailwindcss": "^3.17.
|
|
54
|
-
"eslint-plugin-vue": "^9.
|
|
54
|
+
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
55
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
55
56
|
"gh-pages": "^6.1.1",
|
|
56
57
|
"husky": "9.0.11",
|
|
57
58
|
"jsdom": "^24.1.0",
|
|
58
|
-
"lint-staged": "^15.2.
|
|
59
|
-
"postcss": "^8.4.
|
|
59
|
+
"lint-staged": "^15.2.7",
|
|
60
|
+
"postcss": "^8.4.39",
|
|
60
61
|
"postcss-cli": "^11.0.0",
|
|
61
62
|
"postcss-html": "^1.7.0",
|
|
62
63
|
"react": "^18.3.1",
|
|
63
64
|
"react-dom": "^18.3.1",
|
|
64
|
-
"storybook": "^8.1.
|
|
65
|
-
"storybook-dark-mode": "^4.0.
|
|
65
|
+
"storybook": "^8.1.11",
|
|
66
|
+
"storybook-dark-mode": "^4.0.2",
|
|
66
67
|
"stylelint": "15.x.x",
|
|
67
|
-
"stylelint-config-recommended": "^14.0.
|
|
68
|
+
"stylelint-config-recommended": "^14.0.1",
|
|
68
69
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
69
70
|
"stylelint-config-standard": "^35.0.0",
|
|
70
|
-
"typescript": "^5.
|
|
71
|
-
"vite": "^5.2
|
|
71
|
+
"typescript": "^5.5.3",
|
|
72
|
+
"vite": "^5.3.2",
|
|
72
73
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
73
74
|
"vite-plugin-dts": "^3.9.1",
|
|
74
|
-
"vite-plugin-static-copy": "^1.0.
|
|
75
|
+
"vite-plugin-static-copy": "^1.0.6",
|
|
75
76
|
"vite-tsconfig-paths": "^4.3.2",
|
|
76
77
|
"vitest": "^1.6.0",
|
|
77
|
-
"vue-eslint-parser": "^9.4.
|
|
78
|
+
"vue-eslint-parser": "^9.4.3",
|
|
78
79
|
"vue-loader": "^17.4.2",
|
|
79
|
-
"vue-router": "^4.
|
|
80
|
-
"vue-tsc": "^2.0.
|
|
80
|
+
"vue-router": "^4.4.0",
|
|
81
|
+
"vue-tsc": "^2.0.24"
|
|
81
82
|
},
|
|
82
83
|
"lint-staged": {
|
|
83
84
|
"*.{ts,tsx,vue}": [
|
package/plugin.ts
CHANGED
|
@@ -12,14 +12,18 @@ export default plugin(
|
|
|
12
12
|
// spacing
|
|
13
13
|
"--auto": "auto",
|
|
14
14
|
"--zero": "0",
|
|
15
|
-
"--
|
|
16
|
-
"--
|
|
17
|
-
"--
|
|
15
|
+
"--min": "1px",
|
|
16
|
+
"--xxxs": "4px",
|
|
17
|
+
"--xxs": "8px",
|
|
18
|
+
"--xs": "12px",
|
|
18
19
|
"--sm": "16px",
|
|
19
20
|
"--md": "24px",
|
|
20
|
-
"--lg": "
|
|
21
|
-
"--xl": "
|
|
22
|
-
"--xxl": "
|
|
21
|
+
"--lg": "32px",
|
|
22
|
+
"--xl": "40px",
|
|
23
|
+
"--xxl": "48px",
|
|
24
|
+
"--xxxl": "64px",
|
|
25
|
+
"--xxxxl": "80px",
|
|
26
|
+
"--xxxxxl": "120px",
|
|
23
27
|
|
|
24
28
|
// shadows
|
|
25
29
|
"--shadow-size-md": "0 2px 4px 0 rgb(180 184 205 / 50%)",
|
|
@@ -81,13 +85,17 @@ export default plugin(
|
|
|
81
85
|
"--color-warning-600": "#cc7247",
|
|
82
86
|
"--color-warning-700": "#995635",
|
|
83
87
|
"--color-warning": "var(--color-warning-500)",
|
|
84
|
-
"--color-accent-300": "#
|
|
85
|
-
"--color-accent-400": "#
|
|
88
|
+
"--color-accent-300": "#c9c9f6",
|
|
89
|
+
"--color-accent-400": "#8b8bfc",
|
|
86
90
|
"--color-accent-500": "#4242f7",
|
|
87
91
|
"--color-accent-600": "#3535c6",
|
|
88
92
|
"--color-accent-700": "#282894",
|
|
89
93
|
"--color-accent": "var(--color-accent-500)",
|
|
90
|
-
"--color-accent-alt-
|
|
94
|
+
"--color-accent-alt-300": "#ffd681",
|
|
95
|
+
"--color-accent-alt-400": "#fcc44f",
|
|
96
|
+
"--color-accent-alt-500": "#ffbb2e",
|
|
97
|
+
"--color-accent-alt-600": "#ffae05",
|
|
98
|
+
"--color-accent-alt-700": "#f0a100",
|
|
91
99
|
"--color-accent-alt": "var(--color-accent-alt-500)",
|
|
92
100
|
"--color-secondary-alt-200": "#f4f5f8",
|
|
93
101
|
"--color-secondary-alt-300": "#dfe1e9",
|
package/src/_styles/_colors.json
CHANGED
|
@@ -62,7 +62,11 @@
|
|
|
62
62
|
},
|
|
63
63
|
"accent-alt": {
|
|
64
64
|
"DEFAULT": "var(--color-accent-alt)",
|
|
65
|
-
"
|
|
65
|
+
"300": "var(--color-accent-alt-300)",
|
|
66
|
+
"400": "var(--color-accent-alt-400)",
|
|
67
|
+
"500": "var(--color-accent-alt-500)",
|
|
68
|
+
"600": "var(--color-accent-alt-600)",
|
|
69
|
+
"700": "var(--color-accent-alt-700)"
|
|
66
70
|
},
|
|
67
71
|
"secondary-alt": {
|
|
68
72
|
"DEFAULT": "var(--color-secondary-alt)",
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"0": "var(--zero)",
|
|
3
|
-
"px": "var(--px)",
|
|
4
2
|
"auto": "var(--auto)",
|
|
3
|
+
"0": "var(--zero)",
|
|
4
|
+
"min": "var(--min)",
|
|
5
|
+
"xxxs": "var(--xxxs)",
|
|
5
6
|
"xxs": "var(--xxs)",
|
|
6
7
|
"xs": "var(--xs)",
|
|
7
8
|
"sm": "var(--sm)",
|
|
8
9
|
"md": "var(--md)",
|
|
9
10
|
"lg": "var(--lg)",
|
|
10
11
|
"xl": "var(--xl)",
|
|
11
|
-
"xxl": "var(--xxl)"
|
|
12
|
+
"xxl": "var(--xxl)",
|
|
13
|
+
"xxxl": "var(--xxxl)",
|
|
14
|
+
"xxxxl": "var(--xxxxl)",
|
|
15
|
+
"xxxxxl": "var(--xxxxxl)"
|
|
12
16
|
}
|
package/tailwind.config.ts
CHANGED
package/types.js
CHANGED
|
@@ -1,77 +1,78 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
2
|
-
.icon-wrapper_offset-md[data-v-
|
|
3
|
-
.max-height[data-v-
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode(`.ui-ber-rank__icon_medium{height:60px}.ui-ber-rank__icon_small{height:30px}
|
|
2
|
+
.icon-wrapper_offset-md[data-v-e2d42695] .notification-badge{top:4px;right:4px}.icon-wrapper_offset-xl[data-v-e2d42695] .notification-badge{top:8px;right:8px}
|
|
3
|
+
.max-height[data-v-e9747c9f]{max-height:calc(100vh - var(--md))}.max-width[data-v-e9747c9f]{max-width:calc(100vw - var(--md))}
|
|
4
4
|
.notification-badge{padding:2px}
|
|
5
|
-
.ui-table__secondary[data-v-
|
|
6
|
-
.ui-table-row[data-v-
|
|
5
|
+
.ui-table__secondary[data-v-93c36bf4] tr:nth-child(odd){background-color:var(--color-secondary-alt-200)}.ui-table__secondary-inverted[data-v-93c36bf4] tr:nth-child(2n){background-color:var(--color-secondary-alt-200)}
|
|
6
|
+
.ui-table-row[data-v-a9579e20] td:first-child{border-top-left-radius:var(--xxs);border-bottom-left-radius:var(--xxs);text-align:left}.ui-table-row[data-v-a9579e20] td:last-child{border-top-right-radius:var(--xxs);border-bottom-right-radius:var(--xxs);text-align:right}`)),document.head.appendChild(t)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
7
7
|
import "./components/ui-dropdown/ui-dropdown.vue.js";
|
|
8
|
-
import { EDropdownKinds as
|
|
8
|
+
import { EDropdownKinds as c } from "./components/ui-dropdown/_typings.js";
|
|
9
9
|
import "./components/ui-icon/ui-icon.vue.js";
|
|
10
|
-
import { ESize as
|
|
11
|
-
import { EIconType as
|
|
10
|
+
import { ESize as B } from "./_types/sizing.js";
|
|
11
|
+
import { EIconType as A } from "./components/ui-icon/_typings.js";
|
|
12
12
|
import "vue";
|
|
13
|
-
import { ETextAlign as
|
|
14
|
-
import { EColors as
|
|
15
|
-
import { EAlertTypes as
|
|
16
|
-
import
|
|
13
|
+
import { ETextAlign as W, ETextTransform as b, ETextWeight as h, ETypographySizes as k } from "./components/ui-typography/_typings.js";
|
|
14
|
+
import { EColors as R } from "./_types/colors.js";
|
|
15
|
+
import { EAlertTypes as D } from "./components/ui-alert/_types.js";
|
|
16
|
+
import "./components/ui-badge/ui-badge.vue.js";
|
|
17
|
+
import { EBadgeKind as M, EBadgeSize as O } from "./components/ui-badge/_typings.js";
|
|
17
18
|
import "./components/ui-ber-rank/ui-ber-rank.vue.js";
|
|
18
19
|
|
|
19
|
-
import { EBerSize as
|
|
20
|
+
import { EBerSize as q } from "./components/ui-ber-rank/_types.js";
|
|
20
21
|
import "./components/ui-button/ui-button.vue.js";
|
|
21
|
-
import { EButtonSizes as
|
|
22
|
-
import { ERadioSizes as
|
|
23
|
-
import { ESkeletonKind as
|
|
22
|
+
import { EButtonSizes as F, EButtonTypes as G } from "./components/ui-button/_typings.js";
|
|
23
|
+
import { ERadioSizes as N } from "./components/ui-radio-fancy/_typings.js";
|
|
24
|
+
import { ESkeletonKind as Q } from "./components/ui-skeleton/_typings.js";
|
|
24
25
|
import "./components/ui-icon-wrapper/ui-icon-wrapper.vue2.js";
|
|
25
26
|
|
|
26
|
-
import { EIconWrapperSizes as
|
|
27
|
+
import { EIconWrapperSizes as V, EIconWrapperTypes as X } from "./components/ui-icon-wrapper/_typings.js";
|
|
27
28
|
import "./components/ui-input/ui-input.vue.js";
|
|
28
|
-
import { EAutocomplete as
|
|
29
|
+
import { EAutocomplete as Z, EInputKinds as _, EInputType as $ } from "./components/ui-input/_typings.js";
|
|
29
30
|
import "./components/ui-list-item/ui-list-item.vue.js";
|
|
30
|
-
import { EListItemSize as
|
|
31
|
+
import { EListItemSize as ro, EListItemSpacing as to, EListItemTypes as po } from "./components/ui-list-item/_types.js";
|
|
31
32
|
import "./components/ui-modal/ui-modal.vue2.js";
|
|
32
33
|
|
|
33
|
-
import { EModalSizes as
|
|
34
|
+
import { EModalSizes as io } from "./components/ui-modal/_typings.js";
|
|
34
35
|
import "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
35
36
|
|
|
36
|
-
import { EBadgeOrigin as
|
|
37
|
+
import { EBadgeOrigin as Eo } from "./components/ui-notification-badge/_types.js";
|
|
37
38
|
import "./components/ui-snackbar/ui-snackbar.vue.js";
|
|
38
|
-
import { ESnackbarTypes as
|
|
39
|
+
import { ESnackbarTypes as fo } from "./components/ui-snackbar/_types.js";
|
|
39
40
|
import "./components/ui-table/ui-table.vue2.js";
|
|
40
41
|
|
|
41
|
-
import { ERowKind as
|
|
42
|
+
import { ERowKind as so } from "./components/ui-table/ui-table-row/_typings.js";
|
|
42
43
|
|
|
43
|
-
import { ETableKind as
|
|
44
|
-
import { EJustify as
|
|
44
|
+
import { ETableKind as To } from "./components/ui-table/_types.js";
|
|
45
|
+
import { EJustify as yo } from "./_types/align.js";
|
|
45
46
|
export {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
47
|
+
D as EAlertTypes,
|
|
48
|
+
Z as EAutocomplete,
|
|
49
|
+
M as EBadgeKind,
|
|
50
|
+
Eo as EBadgeOrigin,
|
|
51
|
+
O as EBadgeSize,
|
|
52
|
+
q as EBerSize,
|
|
53
|
+
F as EButtonSizes,
|
|
54
|
+
G as EButtonTypes,
|
|
55
|
+
R as EColors,
|
|
56
|
+
c as EDropdownKinds,
|
|
57
|
+
A as EIconType,
|
|
58
|
+
V as EIconWrapperSizes,
|
|
59
|
+
X as EIconWrapperTypes,
|
|
60
|
+
_ as EInputKinds,
|
|
61
|
+
$ as EInputType,
|
|
62
|
+
yo as EJustify,
|
|
63
|
+
ro as EListItemSize,
|
|
64
|
+
to as EListItemSpacing,
|
|
65
|
+
po as EListItemTypes,
|
|
66
|
+
io as EModalSizes,
|
|
67
|
+
N as ERadioSizes,
|
|
68
|
+
so as ERowKind,
|
|
69
|
+
B as ESize,
|
|
70
|
+
Q as ESkeletonKind,
|
|
71
|
+
fo as ESnackbarTypes,
|
|
72
|
+
To as ETableKind,
|
|
73
|
+
W as ETextAlign,
|
|
74
|
+
b as ETextTransform,
|
|
75
|
+
h as ETextWeight,
|
|
76
|
+
k as ETypographySizes
|
|
76
77
|
};
|
|
77
78
|
//# sourceMappingURL=types.js.map
|
package/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|