bonkers-ui 1.0.68 → 1.0.70
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 +2 -0
- package/components/ui-product-card/index.d.ts.map +1 -0
- package/components/ui-product-card/index.js +5 -0
- package/components/ui-product-card/index.js.map +1 -0
- package/components/ui-product-card/ui-product-card.vue.d.ts +32 -0
- package/components/ui-product-card/ui-product-card.vue.d.ts.map +1 -0
- package/components/ui-product-card/ui-product-card.vue.js +64 -0
- package/components/ui-product-card/ui-product-card.vue.js.map +1 -0
- package/components/ui-product-card/ui-product-card.vue2.js +5 -0
- package/components/ui-product-card/ui-product-card.vue2.js.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.d.ts.map +1 -1
- package/index.js +124 -122
- package/index.js.map +1 -1
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-toggle.vue2.js","sources":["../../../src/components/ui-toggle/ui-toggle.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"ui-toggle\"\n\t>\n\t\t<slot name=\"header\">\n\t\t\t<ui-typography\n\t\t\t\tv-if=\"header || $slots.header\"\n\t\t\t\tline-height\n\t\t\t\tclass=\"mb-sm\"\n\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD\"\n\t\t\t>\n\t\t\t\t{{ header }}\n\t\t\t</ui-typography>\n\t\t</slot>\n\n\t\t<label\n\t\t\tclass=\"flex cursor-pointer gap-sm rounded-full\"\n\t\t\t:class=\"[\n\t\t\t\tdisabled && 'ui-toggle_disabled pointer-events-none',\n\t\t\t\tinvertOrder && 'flex-row-reverse',\n\t\t\t\talignCenter && 'items-center'\n\t\t\t]\"\n\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"ui-input__input-wrapper relative block h-md\"\n\t\t\t>\n\t\t\t\t<input\n\t\t\t\t\tv-model=\"checkboxModel\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tclass=\"absolute size-0 appearance-none border-0\"\n\t\t\t\t\t:value=\"value\"\n\t\t\t\t>\n\n\t\t\t\t<span class=\"ui-toggle__bg-block block h-md w-
|
|
1
|
+
{"version":3,"file":"ui-toggle.vue2.js","sources":["../../../src/components/ui-toggle/ui-toggle.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"ui-toggle\"\n\t>\n\t\t<slot name=\"header\">\n\t\t\t<ui-typography\n\t\t\t\tv-if=\"header || $slots.header\"\n\t\t\t\tline-height\n\t\t\t\tclass=\"mb-sm\"\n\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD\"\n\t\t\t>\n\t\t\t\t{{ header }}\n\t\t\t</ui-typography>\n\t\t</slot>\n\n\t\t<label\n\t\t\tclass=\"flex cursor-pointer gap-sm rounded-full\"\n\t\t\t:class=\"[\n\t\t\t\tdisabled && 'ui-toggle_disabled pointer-events-none',\n\t\t\t\tinvertOrder && 'flex-row-reverse',\n\t\t\t\talignCenter && 'items-center'\n\t\t\t]\"\n\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"ui-input__input-wrapper relative block h-md\"\n\t\t\t>\n\t\t\t\t<input\n\t\t\t\t\tv-model=\"checkboxModel\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tclass=\"absolute size-0 appearance-none border-0\"\n\t\t\t\t\t:value=\"value\"\n\t\t\t\t>\n\n\t\t\t\t<span class=\"ui-toggle__bg-block block h-md w-xl rounded-full bg-secondary-alt\" />\n\n\t\t\t\t<span class=\"ui-toggle__dot absolute top-0 block rounded-full bg-white\">\n\t\t\t\t\t<svg\n\t\t\t\t\t\tclass=\"ui-toggle__check-icon absolute\"\n\t\t\t\t\t\t:class=\"disabled ? 'text-primary-300' : 'text-primary'\"\n\t\t\t\t\t\twidth=\"16\"\n\t\t\t\t\t\theight=\"12\"\n\t\t\t\t\t\tviewBox=\"0 0 16 12\"\n\t\t\t\t\t\tfill=\"none\"\n\t\t\t\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<path\n\t\t\t\t\t\t\td=\"M1 4.40106L6.60071 10.1135L15.1694 1.71245\"\n\t\t\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\t\t\tstroke-width=\"1.6\"\n\t\t\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</svg>\n\t\t\t\t</span>\n\t\t\t</span>\n\n\t\t\t<slot name=\"title\">\n\t\t\t\t<ui-typography\n\t\t\t\t\tv-if=\"title || $slots.title\"\n\t\t\t\t\t:size=\"ETypographySizes.MD\"\n\t\t\t\t\tclass=\"w-full\"\n\t\t\t\t\tline-height\n\t\t\t\t>\n\t\t\t\t\t{{ title }}\n\t\t\t\t</ui-typography>\n\t\t\t</slot>\n\t\t</label>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport UiTypography, { ETypographySizes, ETextWeight } from \"../ui-typography\";\n\timport { computed } from \"vue\";\n\n\tconst props = defineProps<{\n\t\theader?: string;\n\t\ttitle?: string;\n\t\tmodelValue: boolean | unknown[];\n\t\tdisabled?: boolean;\n\t\tinvertOrder?: boolean;\n\t\talignCenter?: boolean;\n\t\tvalue?: string;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst checkboxModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n\n<style scoped>\n\t.ui-toggle__dot {\n\t\ttop: 50%;\n\t\twidth: 22px;\n\t\theight: 22px;\n\t\ttransform: translate3d(1px, -50%, 0);\n\t\ttransition: transform 0.2s ease-in-out;\n\t}\n\n\t.ui-toggle__check-icon {\n\t\ttop: 50%;\n\t\tleft: 50%;\n\t\ttransform: translate3d(-50%, -50%, 0);\n\t\tstroke-dasharray: 70;\n\t\tstroke-dashoffset: 70;\n\t\ttransition: stroke-dashoffset 0.2s ease-in-out;\n\t}\n\n\t.ui-toggle:hover .ui-toggle__dot,\n\t.ui-toggle:active .ui-toggle__dot,\n\t.ui-toggle:focus .ui-toggle__dot {\n\t\tbox-shadow: var(--shadow-border-secondary);\n\t}\n\n\t.ui-toggle input:checked ~ .ui-toggle__dot {\n\t\ttransform: translate3d(calc(var(--xl) - 100% - 1px), -50%, 0);\n\t}\n\n\t.ui-toggle:hover input:checked ~ .ui-toggle__dot,\n\t.ui-toggle:active input:checked ~ .ui-toggle__dot,\n\t.ui-toggle:focus input:checked ~ .ui-toggle__dot {\n\t\tbox-shadow: var(--shadow-border-primary);\n\t}\n\n\t.ui-toggle__bg-block {\n\t\ttransition: background-color 0.2s ease-in-out;\n\t}\n\n\t.ui-toggle_disabled .ui-toggle__bg-block {\n\t\tbackground-color: var(--color-secondary-alt-300);\n\t}\n\n\t.ui-toggle input:checked ~ .ui-toggle__bg-block {\n\t\tbackground-color: var(--color-primary);\n\t}\n\n\t.ui-toggle input:checked ~ .ui-toggle__dot .ui-toggle__check-icon {\n\t\tstroke-dashoffset: 0;\n\t}\n\n\t.ui-toggle_disabled input:checked ~ .ui-toggle__bg-block {\n\t\tbackground-color: var(--color-primary-300);\n\t}\n</style>\n"],"names":["props","__props","emit","__emit","checkboxModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAyEC,UAAMA,IAAQC,GAURC,IAAOC,GAEPC,IAAgBC,EAAS;AAAA,MAC9B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -91,9 +91,9 @@ declare const deprecatedDefault: {
|
|
|
91
91
|
type: PropType<string | Component>;
|
|
92
92
|
};
|
|
93
93
|
}>>, {}, {}, {}, {}, {}>;
|
|
94
|
-
__isFragment?:
|
|
95
|
-
__isTeleport?:
|
|
96
|
-
__isSuspense?:
|
|
94
|
+
__isFragment?: never;
|
|
95
|
+
__isTeleport?: never;
|
|
96
|
+
__isSuspense?: never;
|
|
97
97
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
98
98
|
align: {
|
|
99
99
|
type: PropType<ETextAlign>;
|
|
@@ -2,27 +2,29 @@ import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, Extract
|
|
|
2
2
|
import { ETextAlign, ETextTransform, ETextWeight, ETypographySizes } from './_typings';
|
|
3
3
|
import { EColors } from '../../_types/colors';
|
|
4
4
|
|
|
5
|
-
declare
|
|
6
|
-
align?: ETextAlign | undefined;
|
|
7
|
-
size?: ETypographySizes | undefined;
|
|
8
|
-
kind?: EColors | undefined;
|
|
9
|
-
weight?: ETextWeight | undefined;
|
|
10
|
-
lineHeight?: boolean | undefined;
|
|
11
|
-
textTransform?: ETextTransform | undefined;
|
|
12
|
-
underline?: boolean | undefined;
|
|
13
|
-
is?: string | Component | undefined;
|
|
14
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
-
align?: ETextAlign | undefined;
|
|
16
|
-
size?: ETypographySizes | undefined;
|
|
17
|
-
kind?: EColors | undefined;
|
|
18
|
-
weight?: ETextWeight | undefined;
|
|
19
|
-
lineHeight?: boolean | undefined;
|
|
20
|
-
textTransform?: ETextTransform | undefined;
|
|
21
|
-
underline?: boolean | undefined;
|
|
22
|
-
is?: string | Component | undefined;
|
|
23
|
-
}>>>, {}, {}>, {
|
|
5
|
+
declare function __VLS_template(): {
|
|
24
6
|
default?(_: {}): any;
|
|
25
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
align?: ETextAlign;
|
|
10
|
+
size?: ETypographySizes;
|
|
11
|
+
kind?: EColors;
|
|
12
|
+
weight?: ETextWeight;
|
|
13
|
+
lineHeight?: boolean;
|
|
14
|
+
textTransform?: ETextTransform;
|
|
15
|
+
underline?: boolean;
|
|
16
|
+
is?: string | Component;
|
|
17
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
+
align?: ETextAlign;
|
|
19
|
+
size?: ETypographySizes;
|
|
20
|
+
kind?: EColors;
|
|
21
|
+
weight?: ETextWeight;
|
|
22
|
+
lineHeight?: boolean;
|
|
23
|
+
textTransform?: ETextTransform;
|
|
24
|
+
underline?: boolean;
|
|
25
|
+
is?: string | Component;
|
|
26
|
+
}>>>, {}, {}>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
28
|
export default _default;
|
|
27
29
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
30
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-typography.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-typography/ui-typography.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-typography.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-typography/ui-typography.vue"],"names":[],"mappings":"AAiGA;AAEC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAkB/C,iBAAS,cAAc;qBA4HM,GAAG;EAK/B;AAsBD,QAAA,MAAM,eAAe;YAMX,UAAU;WACX,gBAAgB;WAChB,OAAO;aACL,WAAW;iBACP,OAAO;oBACJ,cAAc;gBAClB,OAAO;SACd,MAAM,GAAG,SAAS;;YAPf,UAAU;WACX,gBAAgB;WAChB,OAAO;aACL,WAAW;iBACP,OAAO;oBACJ,cAAc;gBAClB,OAAO;SACd,MAAM,GAAG,SAAS;aAEvB,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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as R, openBlock as
|
|
1
|
+
import { defineComponent as R, openBlock as A, createBlock as o, resolveDynamicComponent as k, normalizeClass as s, unref as n, withCtx as l, renderSlot as E } from "vue";
|
|
2
2
|
import { ETypographySizes as i, ETextWeight as r, ETextAlign as a, ETextTransform as d } from "./_typings.js";
|
|
3
3
|
import { EColors as t } from "../../_types/colors.js";
|
|
4
4
|
const m = /* @__PURE__ */ R({
|
|
@@ -14,8 +14,8 @@ const m = /* @__PURE__ */ R({
|
|
|
14
14
|
is: {}
|
|
15
15
|
},
|
|
16
16
|
setup(T) {
|
|
17
|
-
return (e, C) => (
|
|
18
|
-
class:
|
|
17
|
+
return (e, C) => (A(), o(k(e.is || "p"), {
|
|
18
|
+
class: s(["ui-typography", [
|
|
19
19
|
e.size === n(i).MD && "text-md",
|
|
20
20
|
e.size === n(i).XXS && "text-xxs",
|
|
21
21
|
e.size === n(i).XS && "text-xs",
|
|
@@ -67,7 +67,11 @@ const m = /* @__PURE__ */ R({
|
|
|
67
67
|
e.kind === n(t).ACCENT_600 && "text-accent-600",
|
|
68
68
|
e.kind === n(t).ACCENT_700 && "text-accent-700",
|
|
69
69
|
e.kind === n(t).ACCENT_ALT && "text-accent-alt",
|
|
70
|
+
e.kind === n(t).ACCENT_ALT_300 && "text-accent-alt-300",
|
|
71
|
+
e.kind === n(t).ACCENT_ALT_400 && "text-accent-alt-400",
|
|
70
72
|
e.kind === n(t).ACCENT_ALT_500 && "text-accent-alt-500",
|
|
73
|
+
e.kind === n(t).ACCENT_ALT_600 && "text-accent-alt-600",
|
|
74
|
+
e.kind === n(t).ACCENT_ALT_700 && "text-accent-alt-700",
|
|
71
75
|
e.kind === n(t).SECONDARY_ALT && "text-secondary-alt",
|
|
72
76
|
e.kind === n(t).SECONDARY_ALT_200 && "text-secondary-alt-200",
|
|
73
77
|
e.kind === n(t).SECONDARY_ALT_300 && "text-secondary-alt-300",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-typography.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-typography.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -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.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAmB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAmB,MAAM,KAAK,CAAC;AAiFhD,QAAA,MAAM,SAAS;iBACD,GAAG;CAKhB,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACnG,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACxG,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAG,cAAc,EAAG,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC9H,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC"}
|
package/index.js
CHANGED
|
@@ -28,70 +28,71 @@ import * as y from "./components/ui-radio-compact/index.js";
|
|
|
28
28
|
import * as B from "./components/ui-radio-fancy/index.js";
|
|
29
29
|
import * as b from "./components/ui-result-card-range/index.js";
|
|
30
30
|
import * as k from "./components/ui-ripple/index.js";
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
31
|
+
import * as z from "./components/ui-select/index.js";
|
|
32
|
+
import * as h from "./components/ui-skeleton/index.js";
|
|
33
33
|
import * as w from "./components/ui-snackbar/index.js";
|
|
34
34
|
import * as A from "./components/ui-table/index.js";
|
|
35
35
|
import * as K from "./components/ui-table/ui-table-cell/index.js";
|
|
36
36
|
import * as L from "./components/ui-table/ui-table-row/index.js";
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
39
|
-
import * as
|
|
37
|
+
import * as P from "./components/ui-tabs/index.js";
|
|
38
|
+
import * as W from "./components/ui-toggle/index.js";
|
|
39
|
+
import * as O from "./components/ui-typography/index.js";
|
|
40
40
|
import * as D from "./components/ui-verification-input/index.js";
|
|
41
|
-
import
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
41
|
+
import * as M from "./components/ui-product-card/index.js";
|
|
42
|
+
import { default as H } from "./components/ui-alert/ui-alert.vue.js";
|
|
43
|
+
import { default as Q } from "./components/ui-badge/ui-badge.vue.js";
|
|
44
|
+
import { default as Y } from "./components/ui-ber-rank/ui-ber-rank.vue.js";
|
|
44
45
|
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as lo } from "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
46
|
+
import { default as _ } from "./components/ui-button/ui-button.vue.js";
|
|
47
|
+
import { default as ro } from "./components/ui-card-cta/ui-card-cta.vue.js";
|
|
48
|
+
import { default as io } from "./components/ui-card-simple/ui-card-simple.vue.js";
|
|
49
|
+
import { default as ao } from "./components/ui-dropdown/ui-dropdown.vue.js";
|
|
50
|
+
import { default as po } from "./components/ui-input/ui-input.vue.js";
|
|
51
|
+
import { default as so } from "./components/ui-list-item/ui-list-item.vue.js";
|
|
52
|
+
import { default as no } from "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
53
53
|
|
|
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
|
|
54
|
+
import { default as Uo } from "./components/ui-order-card/ui-order-card.vue.js";
|
|
55
|
+
import { default as $o } from "./components/ui-plain-radio/ui-plain-radio.vue.js";
|
|
56
|
+
import { default as Eo } from "./components/ui-progress/ui-progress.vue.js";
|
|
57
|
+
import { default as To } from "./components/ui-radio-compact/ui-radio-compact.vue.js";
|
|
58
|
+
import { default as Co } from "./components/ui-radio-fancy/ui-radio-fancy.vue.js";
|
|
59
|
+
import { default as So } from "./components/ui-result-card-range/ui-result-card-range.vue.js";
|
|
60
|
+
import { default as Bo } from "./components/ui-ripple/ui-ripple.vue.js";
|
|
61
61
|
|
|
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
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
62
|
+
import { default as ko } from "./components/ui-select/ui-select.vue.js";
|
|
63
|
+
import { default as ho } from "./components/ui-skeleton/ui-skeleton.vue.js";
|
|
64
|
+
import { default as Ao } from "./components/ui-snackbar/ui-snackbar.vue.js";
|
|
65
|
+
import { default as Lo } from "./components/ui-table/ui-table-cell/ui-table-cell.vue.js";
|
|
66
|
+
import { EAlertTypes as Wo } from "./components/ui-alert/_types.js";
|
|
67
|
+
import { default as Do } from "./components/ui-modal/ui-backdrop/ui-backdrop.vue.js";
|
|
68
|
+
import { EBadgeKind as jo, EBadgeSize as Fo } from "./components/ui-badge/_typings.js";
|
|
69
|
+
import { EBerSize as Vo } from "./components/ui-ber-rank/_types.js";
|
|
70
|
+
import { EButtonSizes as vo, EButtonTypes as Go } from "./components/ui-button/_typings.js";
|
|
71
|
+
import { default as Jo } from "./components/ui-card-result/ui-card-result.vue.js";
|
|
72
|
+
import { default as Xo } from "./components/ui-checkbox/ui-checkbox.vue.js";
|
|
73
|
+
import { EDropdownKinds as Zo } from "./components/ui-dropdown/_typings.js";
|
|
74
|
+
import { default as or } from "./components/ui-icon/ui-icon.vue.js";
|
|
75
|
+
import { ESize as er } from "./_types/sizing.js";
|
|
76
|
+
import { default as tr } from "./components/ui-icon-wrapper/ui-icon-wrapper.vue.js";
|
|
77
|
+
import { EIconWrapperSizes as mr, EIconWrapperTypes as pr } from "./components/ui-icon-wrapper/_typings.js";
|
|
78
|
+
import { EAutocomplete as dr, EInputKinds as sr, EInputType as xr } from "./components/ui-input/_typings.js";
|
|
79
|
+
import { default as lr } from "./components/ui-input-range/ui-input-range.vue.js";
|
|
80
|
+
import { EListItemSize as ur, EListItemSpacing as $r, EListItemTypes as cr } from "./components/ui-list-item/_types.js";
|
|
81
|
+
import { default as gr } from "./components/ui-modal/ui-modal.vue.js";
|
|
82
|
+
import { EModalSizes as Rr } from "./components/ui-modal/_typings.js";
|
|
83
|
+
import { EBadgeOrigin as Ir } from "./components/ui-notification-badge/_types.js";
|
|
84
|
+
import { default as yr } from "./components/ui-radio/ui-radio.vue.js";
|
|
85
|
+
import { ESnackbarTypes as br } from "./components/ui-snackbar/_types.js";
|
|
86
|
+
import { default as zr } from "./components/ui-table/ui-table.vue.js";
|
|
87
|
+
import { ETableKind as wr } from "./components/ui-table/_types.js";
|
|
88
|
+
import { ERowKind as Kr } from "./components/ui-table/ui-table-row/_typings.js";
|
|
89
|
+
import { default as Pr } from "./components/ui-table/ui-table-row/ui-table-row.vue.js";
|
|
89
90
|
import { default as Or } from "./components/ui-tabs/ui-tabs.vue.js";
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { EColors as
|
|
93
|
-
import { ETextAlign as
|
|
94
|
-
import { default as
|
|
91
|
+
import { default as Mr } from "./components/ui-toggle/ui-toggle.vue.js";
|
|
92
|
+
import { default as Fr } from "./components/ui-typography/ui-typography.vue.js";
|
|
93
|
+
import { EColors as Vr } from "./_types/colors.js";
|
|
94
|
+
import { ETextAlign as vr, ETextTransform as Gr, ETextWeight as Hr, ETypographySizes as Jr } from "./components/ui-typography/_typings.js";
|
|
95
|
+
import { default as Xr } from "./components/ui-verification-input/ui-verification-input.vue.js";
|
|
95
96
|
const o = {
|
|
96
97
|
UiAlert: t,
|
|
97
98
|
UiBackdrop: a,
|
|
@@ -111,6 +112,7 @@ const o = {
|
|
|
111
112
|
UiModal: g,
|
|
112
113
|
UiNotificationBadge: T,
|
|
113
114
|
UiOrderCard: R,
|
|
115
|
+
UiProductCard: M,
|
|
114
116
|
UiPlainRadio: C,
|
|
115
117
|
UiProgress: I,
|
|
116
118
|
UiRadio: S,
|
|
@@ -118,19 +120,19 @@ const o = {
|
|
|
118
120
|
UiRadioFancy: B,
|
|
119
121
|
UiResultCardRange: b,
|
|
120
122
|
UiRipple: k,
|
|
121
|
-
UiSelect:
|
|
122
|
-
UiSkeleton:
|
|
123
|
+
UiSelect: z,
|
|
124
|
+
UiSkeleton: h,
|
|
123
125
|
//UiSlider,
|
|
124
126
|
UiSnackbar: w,
|
|
125
127
|
UiTable: A,
|
|
126
128
|
UiTableCell: K,
|
|
127
129
|
UiTableRow: L,
|
|
128
|
-
UiTabs:
|
|
129
|
-
UiToggle:
|
|
130
|
-
UiTypography:
|
|
130
|
+
UiTabs: P,
|
|
131
|
+
UiToggle: W,
|
|
132
|
+
UiTypography: O,
|
|
131
133
|
UiVerificationInput: D,
|
|
132
134
|
types: i
|
|
133
|
-
},
|
|
135
|
+
}, q = {
|
|
134
136
|
install(e) {
|
|
135
137
|
Object.keys(o).forEach((r) => {
|
|
136
138
|
e.component(o[r].name, o[r]);
|
|
@@ -138,67 +140,67 @@ const o = {
|
|
|
138
140
|
}
|
|
139
141
|
};
|
|
140
142
|
export {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
143
|
+
Wo as EAlertTypes,
|
|
144
|
+
dr as EAutocomplete,
|
|
145
|
+
jo as EBadgeKind,
|
|
146
|
+
Ir as EBadgeOrigin,
|
|
147
|
+
Fo as EBadgeSize,
|
|
148
|
+
Vo as EBerSize,
|
|
149
|
+
vo as EButtonSizes,
|
|
150
|
+
Go as EButtonTypes,
|
|
151
|
+
Vr as EColors,
|
|
152
|
+
Zo as EDropdownKinds,
|
|
153
|
+
mr as EIconWrapperSizes,
|
|
154
|
+
pr as EIconWrapperTypes,
|
|
155
|
+
sr as EInputKinds,
|
|
156
|
+
xr as EInputType,
|
|
157
|
+
ur as EListItemSize,
|
|
158
|
+
$r as EListItemSpacing,
|
|
159
|
+
cr as EListItemTypes,
|
|
160
|
+
Rr as EModalSizes,
|
|
161
|
+
Kr as ERowKind,
|
|
162
|
+
er as ESize,
|
|
163
|
+
br as ESnackbarTypes,
|
|
164
|
+
wr as ETableKind,
|
|
165
|
+
vr as ETextAlign,
|
|
166
|
+
Gr as ETextTransform,
|
|
167
|
+
Hr as ETextWeight,
|
|
168
|
+
Jr as ETypographySizes,
|
|
169
|
+
H as UiAlert,
|
|
170
|
+
Do as UiBackdrop,
|
|
171
|
+
Q as UiBadge,
|
|
172
|
+
Y as UiBerRank,
|
|
173
|
+
_ as UiButton,
|
|
174
|
+
ro as UiCardCta,
|
|
175
|
+
Jo as UiCardResult,
|
|
176
|
+
io as UiCardSimple,
|
|
177
|
+
Xo as UiCheckbox,
|
|
178
|
+
ao as UiDropdown,
|
|
179
|
+
or as UiIcon,
|
|
180
|
+
tr as UiIconWrapper,
|
|
181
|
+
po as UiInput,
|
|
182
|
+
lr as UiInputRange,
|
|
183
|
+
so as UiListItem,
|
|
184
|
+
gr as UiModal,
|
|
185
|
+
no as UiNotificationBadge,
|
|
186
|
+
Uo as UiOrderCard,
|
|
187
|
+
$o as UiPlainRadio,
|
|
188
|
+
Eo as UiProgress,
|
|
189
|
+
yr as UiRadio,
|
|
190
|
+
To as UiRadioCompact,
|
|
191
|
+
Co as UiRadioFancy,
|
|
192
|
+
So as UiResultCardRange,
|
|
193
|
+
Bo as UiRipple,
|
|
194
|
+
ko as UiSelect,
|
|
195
|
+
ho as UiSkeleton,
|
|
196
|
+
Ao as UiSnackbar,
|
|
197
|
+
zr as UiTable,
|
|
198
|
+
Lo as UiTableCell,
|
|
199
|
+
Pr as UiTableRow,
|
|
198
200
|
Or as UiTabs,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
201
|
+
Mr as UiToggle,
|
|
202
|
+
Fr as UiTypography,
|
|
203
|
+
Xr as UiVerificationInput,
|
|
204
|
+
q as default
|
|
203
205
|
};
|
|
204
206
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import { type App, defineComponent } from \"vue\";\nimport * as types from \"./types\";\nimport * as UiAlert from \"./components/ui-alert\";\nimport * as UiBackdrop from \"./components/ui-modal/ui-backdrop\";\nimport * as UiBadge from \"./components/ui-badge\";\nimport * as UiBerRank from \"./components/ui-ber-rank\";\nimport * as UiButton from \"./components/ui-button\";\nimport * as UiCardCta from \"./components/ui-card-cta\";\nimport * as UiCardResult from \"./components/ui-card-result\";\nimport * as UiCardSimple from \"./components/ui-card-simple\";\nimport * as UiCheckbox from \"./components/ui-checkbox\";\nimport * as UiDropdown from \"./components/ui-dropdown\";\nimport * as UiIcon from \"./components/ui-icon\";\nimport * as UiIconWrapper from \"./components/ui-icon-wrapper\";\nimport * as UiInput from \"./components/ui-input\";\nimport * as UiInputRange from \"./components/ui-input-range\";\nimport * as UiListItem from \"./components/ui-list-item\";\nimport * as UiModal from \"./components/ui-modal\";\nimport * as UiNotificationBadge from \"./components/ui-notification-badge\";\nimport * as UiOrderCard from \"./components/ui-order-card\";\nimport * as UiPlainRadio from \"./components/ui-plain-radio\";\nimport * as UiProgress from \"./components/ui-progress\";\nimport * as UiRadio from \"./components/ui-radio\";\nimport * as UiRadioCompact from \"./components/ui-radio-compact\";\nimport * as UiRadioFancy from \"./components/ui-radio-fancy\";\nimport * as UiResultCardRange from \"./components/ui-result-card-range\";\nimport * as UiRipple from \"./components/ui-ripple\";\nimport * as UiSelect from \"./components/ui-select\";\nimport * as UiSkeleton from \"./components/ui-skeleton\";\nimport * as UiSnackbar from \"./components/ui-snackbar\";\nimport * as UiTable from \"./components/ui-table\";\nimport * as UiTableCell from \"./components/ui-table/ui-table-cell\";\nimport * as UiTableRow from \"./components/ui-table/ui-table-row\";\nimport * as UiTabs from \"./components/ui-tabs\";\nimport * as UiToggle from \"./components/ui-toggle\";\nimport * as UiTypography from \"./components/ui-typography\";\nimport * as UiVerificationInput from \"./components/ui-verification-input\";\n\nconst Components: Record<string, ReturnType<typeof defineComponent>> = {\n\tUiAlert,\n\tUiBackdrop,\n\tUiBadge,\n\tUiBerRank,\n\tUiButton,\n\tUiCardCta,\n\tUiCardResult,\n\tUiCardSimple,\n\tUiCheckbox,\n\tUiDropdown,\n\tUiIcon,\n\tUiIconWrapper,\n\tUiInput,\n\tUiInputRange,\n\tUiListItem,\n\tUiModal,\n\tUiNotificationBadge,\n\tUiOrderCard,\n\tUiPlainRadio,\n\tUiProgress,\n\tUiRadio,\n\tUiRadioCompact,\n\tUiRadioFancy,\n\tUiResultCardRange,\n\tUiRipple,\n\tUiSelect,\n\tUiSkeleton,\n\t//UiSlider,\n\tUiSnackbar,\n\tUiTable,\n\tUiTableCell,\n\tUiTableRow,\n\tUiTabs,\n\tUiToggle,\n\tUiTypography,\n\tUiVerificationInput,\n\ttypes\n};\n\n// for use with global app.use() in consumer project\nconst BonkersUI = {\n\tinstall(app: App) {\n\t\tObject.keys(Components).forEach((component) => {\n\t\t\tapp.component(Components[component].name, Components[component]);\n\t\t});\n\t}\n};\n\nexport default BonkersUI;\n\nexport { UiAlert, EAlertTypes } from \"./components/ui-alert\";\nexport { UiBackdrop } from \"./components/ui-modal/ui-backdrop\";\nexport { UiBadge, EBadgeKind, EBadgeSize } from \"./components/ui-badge\";\nexport { UiBerRank, EBerSize } from \"./components/ui-ber-rank\";\nexport { UiButton, EButtonSizes, EButtonTypes } from \"./components/ui-button\";\nexport { UiCardCta } from \"./components/ui-card-cta\";\nexport { UiCardResult } from \"./components/ui-card-result\";\nexport { UiCardSimple } from \"./components/ui-card-simple\";\nexport { UiCheckbox } from \"./components/ui-checkbox\";\nexport { UiDropdown, EDropdownKinds } from \"./components/ui-dropdown\";\nexport { UiIcon, ESize } from \"./components/ui-icon\";\nexport { UiIconWrapper, EIconWrapperTypes, EIconWrapperSizes } from \"./components/ui-icon-wrapper\";\nexport { UiInput, EInputType, EInputKinds, EAutocomplete } from \"./components/ui-input\";\nexport { UiInputRange } from \"./components/ui-input-range\";\nexport { UiListItem, EListItemTypes, EListItemSpacing, EListItemSize } from \"./components/ui-list-item\";\nexport { UiModal, EModalSizes } from \"./components/ui-modal\";\nexport { UiNotificationBadge, EBadgeOrigin } from \"./components/ui-notification-badge\";\nexport { UiOrderCard } from \"./components/ui-order-card\";\nexport { UiPlainRadio } from \"./components/ui-plain-radio\";\nexport { UiProgress } from \"./components/ui-progress\";\nexport { UiRadio } from \"./components/ui-radio\";\nexport { UiRadioCompact } from \"./components/ui-radio-compact\";\nexport { UiRadioFancy } from \"./components/ui-radio-fancy\";\nexport { UiResultCardRange } from \"./components/ui-result-card-range\";\nexport { UiRipple } from \"./components/ui-ripple\";\nexport { UiSelect } from \"./components/ui-select\";\nexport { UiSkeleton } from \"./components/ui-skeleton\";\nexport { UiSnackbar, ESnackbarTypes } from \"./components/ui-snackbar\";\nexport { UiTable, ETableKind, ERowKind } from \"./components/ui-table\";\nexport { UiTableCell } from \"./components/ui-table/ui-table-cell\";\nexport { UiTableRow } from \"./components/ui-table/ui-table-row\";\nexport { UiTabs } from \"./components/ui-tabs\";\nexport { UiToggle } from \"./components/ui-toggle\";\nexport { UiTypography, EColors, ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from \"./components/ui-typography\";\nexport { UiVerificationInput } from \"./components/ui-verification-input\";\n"],"names":["Components","UiAlert","UiBackdrop","UiBadge","UiBerRank","UiButton","UiCardCta","UiCardResult","UiCardSimple","UiCheckbox","UiDropdown","UiIcon","UiIconWrapper","UiInput","UiInputRange","UiListItem","UiModal","UiNotificationBadge","UiOrderCard","UiPlainRadio","UiProgress","UiRadio","UiRadioCompact","UiRadioFancy","UiResultCardRange","UiRipple","UiSelect","UiSkeleton","UiSnackbar","UiTable","UiTableCell","UiTableRow","UiTabs","UiToggle","UiTypography","UiVerificationInput","types","BonkersUI","app","component"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import { type App, defineComponent } from \"vue\";\nimport * as types from \"./types\";\nimport * as UiAlert from \"./components/ui-alert\";\nimport * as UiBackdrop from \"./components/ui-modal/ui-backdrop\";\nimport * as UiBadge from \"./components/ui-badge\";\nimport * as UiBerRank from \"./components/ui-ber-rank\";\nimport * as UiButton from \"./components/ui-button\";\nimport * as UiCardCta from \"./components/ui-card-cta\";\nimport * as UiCardResult from \"./components/ui-card-result\";\nimport * as UiCardSimple from \"./components/ui-card-simple\";\nimport * as UiCheckbox from \"./components/ui-checkbox\";\nimport * as UiDropdown from \"./components/ui-dropdown\";\nimport * as UiIcon from \"./components/ui-icon\";\nimport * as UiIconWrapper from \"./components/ui-icon-wrapper\";\nimport * as UiInput from \"./components/ui-input\";\nimport * as UiInputRange from \"./components/ui-input-range\";\nimport * as UiListItem from \"./components/ui-list-item\";\nimport * as UiModal from \"./components/ui-modal\";\nimport * as UiNotificationBadge from \"./components/ui-notification-badge\";\nimport * as UiOrderCard from \"./components/ui-order-card\";\nimport * as UiPlainRadio from \"./components/ui-plain-radio\";\nimport * as UiProgress from \"./components/ui-progress\";\nimport * as UiRadio from \"./components/ui-radio\";\nimport * as UiRadioCompact from \"./components/ui-radio-compact\";\nimport * as UiRadioFancy from \"./components/ui-radio-fancy\";\nimport * as UiResultCardRange from \"./components/ui-result-card-range\";\nimport * as UiRipple from \"./components/ui-ripple\";\nimport * as UiSelect from \"./components/ui-select\";\nimport * as UiSkeleton from \"./components/ui-skeleton\";\nimport * as UiSnackbar from \"./components/ui-snackbar\";\nimport * as UiTable from \"./components/ui-table\";\nimport * as UiTableCell from \"./components/ui-table/ui-table-cell\";\nimport * as UiTableRow from \"./components/ui-table/ui-table-row\";\nimport * as UiTabs from \"./components/ui-tabs\";\nimport * as UiToggle from \"./components/ui-toggle\";\nimport * as UiTypography from \"./components/ui-typography\";\nimport * as UiVerificationInput from \"./components/ui-verification-input\";\nimport * as UiProductCard from \"./components/ui-product-card\";\n\nconst Components: Record<string, ReturnType<typeof defineComponent>> = {\n\tUiAlert,\n\tUiBackdrop,\n\tUiBadge,\n\tUiBerRank,\n\tUiButton,\n\tUiCardCta,\n\tUiCardResult,\n\tUiCardSimple,\n\tUiCheckbox,\n\tUiDropdown,\n\tUiIcon,\n\tUiIconWrapper,\n\tUiInput,\n\tUiInputRange,\n\tUiListItem,\n\tUiModal,\n\tUiNotificationBadge,\n\tUiOrderCard,\n\tUiProductCard,\n\tUiPlainRadio,\n\tUiProgress,\n\tUiRadio,\n\tUiRadioCompact,\n\tUiRadioFancy,\n\tUiResultCardRange,\n\tUiRipple,\n\tUiSelect,\n\tUiSkeleton,\n\t//UiSlider,\n\tUiSnackbar,\n\tUiTable,\n\tUiTableCell,\n\tUiTableRow,\n\tUiTabs,\n\tUiToggle,\n\tUiTypography,\n\tUiVerificationInput,\n\ttypes\n};\n\n// for use with global app.use() in consumer project\nconst BonkersUI = {\n\tinstall(app: App) {\n\t\tObject.keys(Components).forEach((component) => {\n\t\t\tapp.component(Components[component].name, Components[component]);\n\t\t});\n\t}\n};\n\nexport default BonkersUI;\n\nexport { UiAlert, EAlertTypes } from \"./components/ui-alert\";\nexport { UiBackdrop } from \"./components/ui-modal/ui-backdrop\";\nexport { UiBadge, EBadgeKind, EBadgeSize } from \"./components/ui-badge\";\nexport { UiBerRank, EBerSize } from \"./components/ui-ber-rank\";\nexport { UiButton, EButtonSizes, EButtonTypes } from \"./components/ui-button\";\nexport { UiCardCta } from \"./components/ui-card-cta\";\nexport { UiCardResult } from \"./components/ui-card-result\";\nexport { UiCardSimple } from \"./components/ui-card-simple\";\nexport { UiCheckbox } from \"./components/ui-checkbox\";\nexport { UiDropdown, EDropdownKinds } from \"./components/ui-dropdown\";\nexport { UiIcon, ESize } from \"./components/ui-icon\";\nexport { UiIconWrapper, EIconWrapperTypes, EIconWrapperSizes } from \"./components/ui-icon-wrapper\";\nexport { UiInput, EInputType, EInputKinds, EAutocomplete } from \"./components/ui-input\";\nexport { UiInputRange } from \"./components/ui-input-range\";\nexport { UiListItem, EListItemTypes, EListItemSpacing, EListItemSize } from \"./components/ui-list-item\";\nexport { UiModal, EModalSizes } from \"./components/ui-modal\";\nexport { UiNotificationBadge, EBadgeOrigin } from \"./components/ui-notification-badge\";\nexport { UiOrderCard } from \"./components/ui-order-card\";\nexport { UiPlainRadio } from \"./components/ui-plain-radio\";\nexport { UiProgress } from \"./components/ui-progress\";\nexport { UiRadio } from \"./components/ui-radio\";\nexport { UiRadioCompact } from \"./components/ui-radio-compact\";\nexport { UiRadioFancy } from \"./components/ui-radio-fancy\";\nexport { UiResultCardRange } from \"./components/ui-result-card-range\";\nexport { UiRipple } from \"./components/ui-ripple\";\nexport { UiSelect } from \"./components/ui-select\";\nexport { UiSkeleton } from \"./components/ui-skeleton\";\nexport { UiSnackbar, ESnackbarTypes } from \"./components/ui-snackbar\";\nexport { UiTable, ETableKind, ERowKind } from \"./components/ui-table\";\nexport { UiTableCell } from \"./components/ui-table/ui-table-cell\";\nexport { UiTableRow } from \"./components/ui-table/ui-table-row\";\nexport { UiTabs } from \"./components/ui-tabs\";\nexport { UiToggle } from \"./components/ui-toggle\";\nexport { UiTypography, EColors, ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from \"./components/ui-typography\";\nexport { UiVerificationInput } from \"./components/ui-verification-input\";\n"],"names":["Components","UiAlert","UiBackdrop","UiBadge","UiBerRank","UiButton","UiCardCta","UiCardResult","UiCardSimple","UiCheckbox","UiDropdown","UiIcon","UiIconWrapper","UiInput","UiInputRange","UiListItem","UiModal","UiNotificationBadge","UiOrderCard","UiProductCard","UiPlainRadio","UiProgress","UiRadio","UiRadioCompact","UiRadioFancy","UiResultCardRange","UiRipple","UiSelect","UiSkeleton","UiSnackbar","UiTable","UiTableCell","UiTableRow","UiTabs","UiToggle","UiTypography","UiVerificationInput","types","BonkersUI","app","component"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,MAAMA,IAAiE;AAAA,EAAA,SACtEC;AAAAA,EAAA,YACAC;AAAAA,EAAA,SACAC;AAAAA,EAAA,WACAC;AAAAA,EAAA,UACAC;AAAAA,EAAA,WACAC;AAAAA,EAAA,cACAC;AAAAA,EAAA,cACAC;AAAAA,EAAA,YACAC;AAAAA,EAAA,YACAC;AAAAA,EAAA,QACAC;AAAAA,EAAA,eACAC;AAAAA,EAAA,SACAC;AAAAA,EAAA,cACAC;AAAAA,EAAA,YACAC;AAAAA,EAAA,SACAC;AAAAA,EAAA,qBACAC;AAAAA,EAAA,aACAC;AAAAA,EAAA,eACAC;AAAAA,EAAA,cACAC;AAAAA,EAAA,YACAC;AAAAA,EAAA,SACAC;AAAAA,EAAA,gBACAC;AAAAA,EAAA,cACAC;AAAAA,EAAA,mBACAC;AAAAA,EAAA,UACAC;AAAAA,EAAA,UACAC;AAAAA,EAAA,YACAC;AAAAA;AAAAA,EAAA,YAEAC;AAAAA,EAAA,SACAC;AAAAA,EAAA,aACAC;AAAAA,EAAA,YACAC;AAAAA,EAAA,QACAC;AAAAA,EAAA,UACAC;AAAAA,EAAA,cACAC;AAAAA,EAAA,qBACAC;AAAAA,EACA,OAAAC;AACD,GAGMC,IAAY;AAAA,EACjB,QAAQC,GAAU;AACjB,WAAO,KAAKvC,CAAU,EAAE,QAAQ,CAACwC,MAAc;AAC9C,MAAAD,EAAI,UAAUvC,EAAWwC,CAAS,EAAE,MAAMxC,EAAWwC,CAAS,CAAC;AAAA,IAAA,CAC/D;AAAA,EACF;AACD;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonkers-ui",
|
|
3
|
-
"version": "v1.0.
|
|
3
|
+
"version": "v1.0.70",
|
|
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}": [
|