@returnless/focus-ui 0.0.41 → 0.0.42
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/dist/focus-ui.js +927 -877
- package/dist/focus-ui.umd.cjs +25 -25
- package/dist/src/components/Accordion/Accordion.vue.d.ts +8 -9
- package/dist/src/components/Accordion/AccordionContent.vue.d.ts +2 -1
- package/dist/src/components/Accordion/AccordionItem.vue.d.ts +3 -2
- package/dist/src/components/Accordion/AccordionTrigger.vue.d.ts +3 -2
- package/dist/src/components/Accordion/stories/Accordion.vue.d.ts +1 -1
- package/dist/src/components/ActionList/ActionList.vue.d.ts +8 -9
- package/dist/src/components/ActionList/ActionListBody.vue.d.ts +3 -2
- package/dist/src/components/ActionList/ActionListItem.vue.d.ts +11 -15
- package/dist/src/components/ActionList/ActionListSection.vue.d.ts +3 -2
- package/dist/src/components/ActionList/ActionListTrigger.vue.d.ts +3 -2
- package/dist/src/components/Alert/Alert.vue.d.ts +12 -17
- package/dist/src/components/Alert/AlertDescription.vue.d.ts +3 -2
- package/dist/src/components/Alert/AlertTitle.vue.d.ts +3 -2
- package/dist/src/components/Alert/DismissableAlertButton.vue.d.ts +5 -7
- package/dist/src/components/AlertDialog/AlertDialog.vue.d.ts +8 -9
- package/dist/src/components/AlertDialog/AlertDialogActionButton.vue.d.ts +7 -8
- package/dist/src/components/AlertDialog/AlertDialogCancelButton.vue.d.ts +2 -1
- package/dist/src/components/AlertDialog/AlertDialogContent.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogDescription.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogFooter.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogHeader.vue.d.ts +3 -2
- package/dist/src/components/AlertDialog/AlertDialogTitle.vue.d.ts +2 -1
- package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +9 -12
- package/dist/src/components/AspectRatio/stories/AspectRatio.vue.d.ts +1 -1
- package/dist/src/components/Autocomplete/Autocomplete.vue.d.ts +7 -6
- package/dist/src/components/Autocomplete/AutocompleteGroup.vue.d.ts +6 -6
- package/dist/src/components/Autocomplete/AutocompleteItem.vue.d.ts +2 -1
- package/dist/src/components/Avatar/Avatar.vue.d.ts +5 -15
- package/dist/src/components/Avatar/stories/Avatar.vue.d.ts +1 -1
- package/dist/src/components/Badge/Badge.vue.d.ts +12 -17
- package/dist/src/components/Badge/BadgeContent.vue.d.ts +3 -2
- package/dist/src/components/Badge/BadgeIcon.vue.d.ts +3 -2
- package/dist/src/components/Badge/stories/Badge.vue.d.ts +1 -1
- package/dist/src/components/BarChart/BarChart.vue.d.ts +1 -1
- package/dist/src/components/BarChart/BarChartLegend.vue.d.ts +1 -1
- package/dist/src/components/BarChart/BarChartTooltip.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/Breadcrumb.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbEllipsis.vue.d.ts +1 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbLink.vue.d.ts +2 -1
- package/dist/src/components/Breadcrumbs/BreadcrumbList.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbPage.vue.d.ts +3 -2
- package/dist/src/components/Breadcrumbs/BreadcrumbSeparator.vue.d.ts +1 -1
- package/dist/src/components/Button/Button.vue.d.ts +2 -1
- package/dist/src/components/Button/ButtonBadge.vue.d.ts +10 -13
- package/dist/src/components/Button/ButtonContent.vue.d.ts +3 -2
- package/dist/src/components/Button/ButtonIcon.vue.d.ts +4 -10
- package/dist/src/components/ButtonGroup/ButtonGroup.vue.d.ts +3 -2
- package/dist/src/components/ButtonGroup/stories/ButtonGroup.vue.d.ts +1 -1
- package/dist/src/components/Card/Card.vue.d.ts +3 -2
- package/dist/src/components/Card/CardDescription.vue.d.ts +3 -2
- package/dist/src/components/Card/CardFooter.vue.d.ts +3 -2
- package/dist/src/components/Card/CardHeader.vue.d.ts +3 -2
- package/dist/src/components/Card/CardHelp.vue.d.ts +6 -6
- package/dist/src/components/Card/CardIcon.vue.d.ts +3 -7
- package/dist/src/components/Card/CardLayout.vue.d.ts +7 -7
- package/dist/src/components/Card/CardMedia.vue.d.ts +12 -17
- package/dist/src/components/Card/CardSection.vue.d.ts +8 -9
- package/dist/src/components/Card/CardSeparator.vue.d.ts +1 -1
- package/dist/src/components/Card/CardTitle.vue.d.ts +6 -6
- package/dist/src/components/CategoryBar/CategoryBar.vue.d.ts +3 -4
- package/dist/src/components/Checkbox/Checkbox.vue.d.ts +7 -5
- package/dist/src/components/Checkbox/CheckboxGroup.vue.d.ts +7 -7
- package/dist/src/components/Collapsible/Collapsible.vue.d.ts +9 -12
- package/dist/src/components/ColorInput/ColorInput.vue.d.ts +5 -5
- package/dist/src/components/ColorPalette/ColorPalette.vue.d.ts +5 -5
- package/dist/src/components/DataList/DataList.vue.d.ts +8 -8
- package/dist/src/components/DataList/DataListContent.vue.d.ts +3 -2
- package/dist/src/components/DataList/DataListItem.vue.d.ts +6 -6
- package/dist/src/components/DataList/DataListItemLine.vue.d.ts +3 -2
- package/dist/src/components/DataTable/DataTable.vue.d.ts +3 -3
- package/dist/src/components/DataTable/DataTableCell.vue.d.ts +2 -2
- package/dist/src/components/DataTable/DataTableRoot.vue.d.ts +1 -1
- package/dist/src/components/DataTable/DataTableRow.vue.d.ts +3 -2
- package/dist/src/components/DatePicker/DatePicker.vue.d.ts +3 -3
- package/dist/src/components/DescriptionList/DescriptionList.vue.d.ts +8 -9
- package/dist/src/components/DescriptionList/DescriptionListDescription.vue.d.ts +3 -2
- package/dist/src/components/DescriptionList/DescriptionListItem.vue.d.ts +3 -2
- package/dist/src/components/DescriptionList/DescriptionListTerm.vue.d.ts +3 -2
- package/dist/src/components/Dialog/Dialog.vue.d.ts +8 -9
- package/dist/src/components/Dialog/DialogCancelButton.vue.d.ts +2 -1
- package/dist/src/components/Dialog/DialogContent.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogDescription.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogFooter.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogHeader.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogIcon.vue.d.ts +3 -7
- package/dist/src/components/Dialog/DialogSection.vue.d.ts +3 -2
- package/dist/src/components/Dialog/DialogTitle.vue.d.ts +2 -1
- package/dist/src/components/Drawer/Drawer.vue.d.ts +8 -9
- package/dist/src/components/Drawer/DrawerContent.vue.d.ts +3 -2
- package/dist/src/components/Drawer/DrawerDescription.vue.d.ts +3 -2
- package/dist/src/components/Drawer/DrawerHeader.vue.d.ts +3 -2
- package/dist/src/components/Drawer/DrawerTitle.vue.d.ts +2 -1
- package/dist/src/components/DropZone/DropZone.vue.d.ts +5 -5
- package/dist/src/components/EmptyState/EmptyState.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateActions.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateContent.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateDescription.vue.d.ts +3 -2
- package/dist/src/components/EmptyState/EmptyStateTitle.vue.d.ts +3 -2
- package/dist/src/components/FeatureList/FeatureList.vue.d.ts +3 -2
- package/dist/src/components/FeatureList/FeatureListItem.vue.d.ts +3 -2
- package/dist/src/components/Feed/Feed.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItem.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItemBlock.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItemDateIndicator.vue.d.ts +3 -2
- package/dist/src/components/Feed/FeedItemIcon.vue.d.ts +7 -8
- package/dist/src/components/Feed/FeedItemSimple.vue.d.ts +3 -2
- package/dist/src/components/FileUploadButton/FileUploadButton.vue.d.ts +6 -5
- package/dist/src/components/Form/Form.vue.d.ts +13 -18
- package/dist/src/components/FormLayout/FormLayout.vue.d.ts +7 -7
- package/dist/src/components/Heading/Heading.vue.d.ts +9 -12
- package/dist/src/components/Image/Image.vue.d.ts +6 -14
- package/dist/src/components/InertiaLink/InertiaLink.vue.d.ts +2 -1
- package/dist/src/components/InlineError/InlineError.vue.d.ts +3 -7
- package/dist/src/components/InputLabel/InputLabel.vue.d.ts +3 -9
- package/dist/src/components/IntegrationConnection/IntegrationConnection.vue.d.ts +1 -1
- package/dist/src/components/IntegrationConnection/IntegrationConnectionItem.vue.d.ts +3 -5
- package/dist/src/components/KPICard/KPICard.vue.d.ts +7 -7
- package/dist/src/components/KPICard/KPICardSection.vue.d.ts +7 -8
- package/dist/src/components/Legend/Legend.vue.d.ts +3 -2
- package/dist/src/components/Legend/LegendItem.vue.d.ts +6 -6
- package/dist/src/components/Link/Link.vue.d.ts +12 -19
- package/dist/src/components/Navigation/Navigation.vue.d.ts +3 -2
- package/dist/src/components/Navigation/NavigationItem.vue.d.ts +13 -20
- package/dist/src/components/Navigation/NavigationSecondarySection.vue.d.ts +3 -2
- package/dist/src/components/Navigation/NavigationSection.vue.d.ts +8 -9
- package/dist/src/components/Page/Page.vue.d.ts +9 -12
- package/dist/src/components/Page/PageBody.vue.d.ts +3 -2
- package/dist/src/components/Page/PageDescription.vue.d.ts +3 -2
- package/dist/src/components/Page/PageHeader.vue.d.ts +8 -9
- package/dist/src/components/Page/PageTitle.vue.d.ts +2 -1
- package/dist/src/components/Pagination/Pagination.vue.d.ts +3 -2
- package/dist/src/components/Pagination/PaginationNextButton.vue.d.ts +3 -5
- package/dist/src/components/Pagination/PaginationPreviousButton.vue.d.ts +3 -5
- package/dist/src/components/PinInput/PinInput.vue.d.ts +5 -6
- package/dist/src/components/Popover/Popover.vue.d.ts +7 -8
- package/dist/src/components/Popover/PopoverBody.vue.d.ts +3 -2
- package/dist/src/components/Popover/PopoverTrigger.vue.d.ts +3 -2
- package/dist/src/components/Popper/Popper.vue.d.ts +13 -19
- package/dist/src/components/Popper/PopperArrow.vue.d.ts +1 -1
- package/dist/src/components/Popper/PopperBody.vue.d.ts +3 -2
- package/dist/src/components/Popper/PopperTrigger.vue.d.ts +3 -2
- package/dist/src/components/ProgressBar/ProgressBar.vue.d.ts +12 -17
- package/dist/src/components/ProgressBar/ProgressBarIndicator.vue.d.ts +3 -2
- package/dist/src/components/RadioButton/RadioButton.vue.d.ts +5 -5
- package/dist/src/components/ResourceList/ResourceList.vue.d.ts +3 -2
- package/dist/src/components/ResourceList/ResourceListItem.vue.d.ts +3 -2
- package/dist/src/components/ResourceList/ResourceListItemContent.vue.d.ts +3 -2
- package/dist/src/components/Select/Select.vue.d.ts +7 -6
- package/dist/src/components/Select/SelectGroup.vue.d.ts +7 -8
- package/dist/src/components/Select/SelectOption.vue.d.ts +7 -8
- package/dist/src/components/Separator/Separator.vue.d.ts +4 -6
- package/dist/src/components/Spinner/Spinner.vue.d.ts +5 -11
- package/dist/src/components/StatusIndicator/StatusIndicator.vue.d.ts +12 -17
- package/dist/src/components/Stepper/Stepper.vue.d.ts +5 -5
- package/dist/src/components/Tabs/TabTrigger.vue.d.ts +8 -9
- package/dist/src/components/Tabs/Tabs.vue.d.ts +3 -2
- package/dist/src/components/Tag/Tag.vue.d.ts +11 -14
- package/dist/src/components/TextField/TextField.vue.d.ts +10 -7
- package/dist/src/components/TextField/TextFieldIcon.vue.d.ts +3 -4
- package/dist/src/components/TextField/TextFieldPasswordIcon.vue.d.ts +1 -1
- package/dist/src/components/TextField/TextFieldSearchIcon.vue.d.ts +1 -1
- package/dist/src/components/TextStyle/TextStyle.vue.d.ts +10 -13
- package/dist/src/components/Toast/DismissToastAction.vue.d.ts +5 -7
- package/dist/src/components/Toast/Toast.vue.d.ts +13 -18
- package/dist/src/components/Toast/ToastGroup.vue.d.ts +3 -2
- package/dist/src/components/Toggle/Toggle.vue.d.ts +5 -5
- package/dist/src/components/Tooltip/Tooltip.vue.d.ts +7 -8
- package/dist/src/components/TopBar/TopBar.vue.d.ts +3 -2
- package/dist/src/components/TopBar/TopBarLogo.vue.d.ts +1 -1
- package/dist/src/components/TopBar/TopBarNavigation.vue.d.ts +3 -2
- package/dist/src/components/TopBar/TopBarSearch.vue.d.ts +1 -1
- package/dist/src/components/VisuallyHidden/VisuallyHidden.vue.d.ts +3 -2
- package/dist/src/components/index.d.ts +63 -62
- package/dist/style.css +1 -1
- package/package.json +17 -17
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: HTMLSpanElement;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
12
|
export default _default;
|
|
12
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,62 +1,63 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
1
|
+
export * from './Accordion';
|
|
2
|
+
export * from './ActionList';
|
|
3
|
+
export * from './Alert';
|
|
4
|
+
export * from './AlertDialog';
|
|
5
|
+
export * from './AspectRatio';
|
|
6
|
+
export * from './Autocomplete';
|
|
7
|
+
export * from './Avatar';
|
|
8
|
+
export * from './Badge';
|
|
9
|
+
export * from './BarChart';
|
|
10
|
+
export * from './Breadcrumbs';
|
|
11
|
+
export * from './Button';
|
|
12
|
+
export * from './ButtonGroup';
|
|
13
|
+
export * from './Card';
|
|
14
|
+
export * from './CategoryBar';
|
|
15
|
+
export * from './Checkbox';
|
|
16
|
+
export * from './Collapsible';
|
|
17
|
+
export * from './ColorInput';
|
|
18
|
+
export * from './ColorPalette';
|
|
19
|
+
export * from './DataList';
|
|
20
|
+
export * from './DataTable';
|
|
21
|
+
export * from './DatePicker';
|
|
22
|
+
export * from './DescriptionList';
|
|
23
|
+
export * from './Dialog';
|
|
24
|
+
export * from './Drawer';
|
|
25
|
+
export * from './DropZone';
|
|
26
|
+
export * from './EmptyState';
|
|
27
|
+
export * from './FeatureList';
|
|
28
|
+
export * from './Feed';
|
|
29
|
+
export * from './FileUploadButton';
|
|
30
|
+
export * from './Form';
|
|
31
|
+
export * from './FormLayout';
|
|
32
|
+
export * from './Heading';
|
|
33
|
+
export * from './Image';
|
|
34
|
+
export * from './InertiaLink';
|
|
35
|
+
export * from './InlineError';
|
|
36
|
+
export * from './InputLabel';
|
|
37
|
+
export * from './IntegrationConnection';
|
|
38
|
+
export * from './KPICard';
|
|
39
|
+
export * from './Legend';
|
|
40
|
+
export * from './Link';
|
|
41
|
+
export * from './Navigation';
|
|
42
|
+
export * from './Page';
|
|
43
|
+
export * from './Pagination';
|
|
44
|
+
export * from './PinInput';
|
|
45
|
+
export * from './Popover';
|
|
46
|
+
export * from './Popper';
|
|
47
|
+
export * from './ProgressBar';
|
|
48
|
+
export * from './RadioButton';
|
|
49
|
+
export * from './ResourceList';
|
|
50
|
+
export * from './Select';
|
|
51
|
+
export * from './Separator';
|
|
52
|
+
export * from './Spinner';
|
|
53
|
+
export * from './StatusIndicator';
|
|
54
|
+
export * from './Stepper';
|
|
55
|
+
export * from './Tabs';
|
|
56
|
+
export * from './Tag';
|
|
57
|
+
export * from './TextField';
|
|
58
|
+
export * from './TextStyle';
|
|
59
|
+
export * from './Toast';
|
|
60
|
+
export * from './Toggle';
|
|
61
|
+
export * from './Tooltip';
|
|
62
|
+
export * from './TopBar';
|
|
63
|
+
export * from './VisuallyHidden';
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--grid-gap: 1.5rem}[type=
|
|
1
|
+
:root{--grid-gap: 1.5rem}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-color:currentColor;background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}._visuallyHidden_o6qmb_6{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.shake{animation:horizontal-shaking .25s infinite}@keyframes horizontal-shaking{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.chosen[data-v-af1d3709]{opacity:1;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ghost[data-v-af1d3709]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.ghost[data-v-af1d3709]:where(.dark,.dark *){--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.nested-enter-active,.nested-leave-active{transition:all .2s ease-in-out}.nested-enter-active .background,.nested-leave-active .background{transition:all .2s linear}.nested-enter-from .background,.nested-leave-to .background{opacity:0}.nested-enter-active .drawer,.nested-leave-active .drawer{transition:all .15s ease-out}.nested-enter-from .drawer,.nested-leave-to .drawer{transform:translate(120%)}input[type=number][data-v-38bdd63a]::-webkit-inner-spin-button,input[type=number][data-v-38bdd63a]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@returnless/focus-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rimraf dist && vite build && vue-tsc --emitDeclarationOnly",
|
|
8
|
-
"
|
|
8
|
+
"dev": "npm run docs:generate-component-list && npm run docs:generate-component-meta && vitepress dev docs --host",
|
|
9
9
|
"docs:generate-component-list": "npx tsx ./src/build-utils/update-component-list.ts",
|
|
10
10
|
"docs:generate-component-meta": "npx tsx ./src/build-utils/generate-component-meta.ts",
|
|
11
11
|
"docs:build": "npm run docs:generate-component-list && npm run docs:generate-component-meta && vitepress build docs",
|
|
@@ -18,42 +18,42 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@floating-ui/vue": "^1.0.6",
|
|
21
|
-
"@heroicons/vue": "^2.
|
|
21
|
+
"@heroicons/vue": "^2.2.0",
|
|
22
22
|
"@inertiajs/vue3": "^1.1.0",
|
|
23
23
|
"@internationalized/date": "^3.5.5",
|
|
24
|
-
"@stylistic/eslint-plugin": "^2.
|
|
24
|
+
"@stylistic/eslint-plugin": "^2.11.0",
|
|
25
25
|
"@tailwindcss/typography": "^0.5.13",
|
|
26
|
-
"@testing-library/jest-dom": "^6.
|
|
26
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
27
27
|
"@testing-library/vue": "^8.1.0",
|
|
28
28
|
"@types/jest-axe": "^3.5.9",
|
|
29
|
-
"@types/node": "^22.
|
|
29
|
+
"@types/node": "^22.9.0",
|
|
30
30
|
"@types/sortablejs": "^1.15.8",
|
|
31
31
|
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
32
|
-
"@vitejs/plugin-vue": "^5.0
|
|
33
|
-
"@vitest/coverage-istanbul": "^2.1.
|
|
32
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
33
|
+
"@vitest/coverage-istanbul": "^2.1.4",
|
|
34
34
|
"@vue/test-utils": "^2.4.6",
|
|
35
|
-
"@vueuse/core": "^11.
|
|
35
|
+
"@vueuse/core": "^11.2.0",
|
|
36
36
|
"autoprefixer": "^10.4.19",
|
|
37
37
|
"collect.js": "^4.36.1",
|
|
38
38
|
"dayjs": "^1.11.11",
|
|
39
39
|
"eslint": "^8.57.0",
|
|
40
40
|
"eslint-plugin-tailwindcss": "^3.17.5",
|
|
41
|
-
"eslint-plugin-vue": "^9.
|
|
41
|
+
"eslint-plugin-vue": "^9.31.0",
|
|
42
42
|
"front-matter": "^4.0.2",
|
|
43
43
|
"jest-axe": "^9.0.0",
|
|
44
44
|
"jsdom": "^25.0.0",
|
|
45
|
-
"postcss": "^8.4.
|
|
46
|
-
"radix-vue": "^1.9.
|
|
45
|
+
"postcss": "^8.4.49",
|
|
46
|
+
"radix-vue": "^1.9.10",
|
|
47
47
|
"rimraf": "^6.0.1",
|
|
48
48
|
"sortablejs": "^1.15.2",
|
|
49
|
-
"tailwindcss": "^3.4.
|
|
49
|
+
"tailwindcss": "^3.4.14",
|
|
50
50
|
"typescript": "^5.6.3",
|
|
51
|
-
"vite": "^5.
|
|
52
|
-
"vitepress": "^1.
|
|
51
|
+
"vite": "^5.4.11",
|
|
52
|
+
"vitepress": "^1.5.0",
|
|
53
53
|
"vitest": "^2.0.5",
|
|
54
54
|
"vitest-canvas-mock": "^0.3.3",
|
|
55
|
-
"vue-component-meta": "^2.
|
|
56
|
-
"vue-tsc": "^2.
|
|
55
|
+
"vue-component-meta": "^2.1.10",
|
|
56
|
+
"vue-tsc": "^2.1.10"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist"
|