@godxjp/ui 16.9.2 → 16.9.4
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/app/app-provider.d.ts +3 -3
- package/dist/app/app-provider.js +10 -10
- package/dist/app/date-format-labels.d.ts +2 -2
- package/dist/app/date-format-labels.js +2 -2
- package/dist/app/date-formats.d.ts +1 -1
- package/dist/app/date-formats.js +1 -1
- package/dist/app/index.d.ts +14 -14
- package/dist/app/index.js +14 -14
- package/dist/app/locales.d.ts +1 -1
- package/dist/app/request-headers.d.ts +1 -1
- package/dist/app/request-headers.js +1 -1
- package/dist/app/storage.d.ts +2 -2
- package/dist/app/storage.js +4 -4
- package/dist/app/theme-axes.d.ts +1 -1
- package/dist/app/time-format-labels.d.ts +2 -2
- package/dist/app/time-format-labels.js +2 -2
- package/dist/app/timezones.d.ts +1 -1
- package/dist/app/timezones.js +1 -1
- package/dist/app/types.d.ts +6 -6
- package/dist/app/types.js +2 -2
- package/dist/app/use-formatting.d.ts +4 -4
- package/dist/app/use-formatting.js +2 -2
- package/dist/components/admin/index.d.ts +24 -24
- package/dist/components/admin/index.js +21 -21
- package/dist/components/charts/area-chart.d.ts +2 -2
- package/dist/components/charts/area-chart.js +1 -1
- package/dist/components/charts/bar-chart.d.ts +2 -2
- package/dist/components/charts/bar-chart.js +1 -1
- package/dist/components/charts/chart-cartesian.d.ts +1 -1
- package/dist/components/charts/chart-cartesian.js +4 -4
- package/dist/components/charts/chart-frame.js +2 -2
- package/dist/components/charts/chart-summary.d.ts +1 -1
- package/dist/components/charts/index.d.ts +10 -10
- package/dist/components/charts/index.js +5 -5
- package/dist/components/charts/line-chart.d.ts +2 -2
- package/dist/components/charts/line-chart.js +1 -1
- package/dist/components/charts/pie-chart.d.ts +2 -2
- package/dist/components/charts/pie-chart.js +4 -4
- package/dist/components/data-display/accordion.d.ts +1 -1
- package/dist/components/data-display/accordion.js +1 -1
- package/dist/components/data-display/avatar.d.ts +1 -1
- package/dist/components/data-display/avatar.js +1 -1
- package/dist/components/data-display/badge.d.ts +1 -1
- package/dist/components/data-display/badge.js +3 -3
- package/dist/components/data-display/card.js +1 -1
- package/dist/components/data-display/carousel.js +2 -2
- package/dist/components/data-display/data-table.d.ts +1 -1
- package/dist/components/data-display/data-table.js +12 -12
- package/dist/components/data-display/descriptions.d.ts +1 -1
- package/dist/components/data-display/descriptions.js +1 -1
- package/dist/components/data-display/empty-state.d.ts +2 -2
- package/dist/components/data-display/empty-state.js +1 -1
- package/dist/components/data-display/hover-card.d.ts +1 -1
- package/dist/components/data-display/hover-card.js +1 -1
- package/dist/components/data-display/index.d.ts +26 -26
- package/dist/components/data-display/index.js +17 -17
- package/dist/components/data-display/list-row.js +2 -2
- package/dist/components/data-display/popover.js +1 -1
- package/dist/components/data-display/scroll-area.js +1 -1
- package/dist/components/data-display/table.js +2 -2
- package/dist/components/data-display/tree-list.js +1 -1
- package/dist/components/data-entry/calendar.d.ts +2 -2
- package/dist/components/data-entry/calendar.js +3 -3
- package/dist/components/data-entry/cascader.d.ts +3 -3
- package/dist/components/data-entry/cascader.js +8 -8
- package/dist/components/data-entry/checkbox-group.d.ts +2 -2
- package/dist/components/data-entry/checkbox-group.js +4 -4
- package/dist/components/data-entry/checkbox.d.ts +1 -1
- package/dist/components/data-entry/checkbox.js +2 -2
- package/dist/components/data-entry/choice-option.js +1 -1
- package/dist/components/data-entry/color-picker.d.ts +2 -2
- package/dist/components/data-entry/color-picker.js +4 -4
- package/dist/components/data-entry/command.js +2 -2
- package/dist/components/data-entry/date-picker.d.ts +2 -2
- package/dist/components/data-entry/date-picker.js +7 -7
- package/dist/components/data-entry/date-range-picker.d.ts +2 -2
- package/dist/components/data-entry/date-range-picker.js +6 -6
- package/dist/components/data-entry/field.d.ts +2 -2
- package/dist/components/data-entry/field.js +2 -2
- package/dist/components/data-entry/form-field.d.ts +2 -2
- package/dist/components/data-entry/form-field.js +3 -3
- package/dist/components/data-entry/form.d.ts +5 -5
- package/dist/components/data-entry/form.js +2 -2
- package/dist/components/data-entry/index.d.ts +59 -59
- package/dist/components/data-entry/index.js +33 -33
- package/dist/components/data-entry/input-otp.d.ts +1 -1
- package/dist/components/data-entry/input-otp.js +1 -1
- package/dist/components/data-entry/input.js +2 -2
- package/dist/components/data-entry/label.js +1 -1
- package/dist/components/data-entry/month-picker.d.ts +2 -2
- package/dist/components/data-entry/month-picker.js +5 -5
- package/dist/components/data-entry/month-range-picker.d.ts +2 -2
- package/dist/components/data-entry/month-range-picker.js +5 -5
- package/dist/components/data-entry/number-input.d.ts +2 -2
- package/dist/components/data-entry/number-input.js +4 -4
- package/dist/components/data-entry/password-input.d.ts +2 -2
- package/dist/components/data-entry/password-input.js +1 -1
- package/dist/components/data-entry/radio.d.ts +2 -2
- package/dist/components/data-entry/radio.js +3 -3
- package/dist/components/data-entry/rating.d.ts +2 -2
- package/dist/components/data-entry/rating.js +1 -1
- package/dist/components/data-entry/search-input.js +5 -5
- package/dist/components/data-entry/search-select.d.ts +2 -2
- package/dist/components/data-entry/search-select.js +7 -7
- package/dist/components/data-entry/select.d.ts +1 -1
- package/dist/components/data-entry/select.js +3 -3
- package/dist/components/data-entry/slider.d.ts +1 -1
- package/dist/components/data-entry/slider.js +1 -1
- package/dist/components/data-entry/switch.d.ts +1 -1
- package/dist/components/data-entry/switch.js +1 -1
- package/dist/components/data-entry/tag-input.d.ts +2 -2
- package/dist/components/data-entry/tag-input.js +1 -1
- package/dist/components/data-entry/textarea.js +3 -3
- package/dist/components/data-entry/time-picker.d.ts +2 -2
- package/dist/components/data-entry/time-picker.js +5 -5
- package/dist/components/data-entry/toggle-group.d.ts +1 -1
- package/dist/components/data-entry/toggle-group.js +1 -1
- package/dist/components/data-entry/toggle.d.ts +2 -2
- package/dist/components/data-entry/toggle.js +1 -1
- package/dist/components/data-entry/transfer.d.ts +2 -2
- package/dist/components/data-entry/transfer.js +7 -7
- package/dist/components/data-entry/tree-select.d.ts +3 -3
- package/dist/components/data-entry/tree-select.js +11 -11
- package/dist/components/data-entry/upload-crop-dialog.js +5 -5
- package/dist/components/data-entry/upload.d.ts +5 -5
- package/dist/components/data-entry/upload.js +10 -10
- package/dist/components/data-entry/use-upload-draft.d.ts +1 -1
- package/dist/components/data-entry/use-upload-draft.js +1 -1
- package/dist/components/feedback/alert.d.ts +29 -29
- package/dist/components/feedback/alert.js +5 -5
- package/dist/components/feedback/dialog.d.ts +3 -3
- package/dist/components/feedback/dialog.js +7 -7
- package/dist/components/feedback/index.d.ts +10 -10
- package/dist/components/feedback/index.js +7 -7
- package/dist/components/feedback/overlay-header-tone.d.ts +1 -1
- package/dist/components/feedback/sheet.d.ts +1 -1
- package/dist/components/feedback/sheet.js +2 -2
- package/dist/components/feedback/skeleton.js +2 -2
- package/dist/components/feedback/tooltip.js +1 -1
- package/dist/components/general/button.d.ts +8 -8
- package/dist/components/general/button.js +4 -4
- package/dist/components/general/index.d.ts +4 -4
- package/dist/components/general/index.js +2 -2
- package/dist/components/general/typography.d.ts +9 -9
- package/dist/components/general/typography.js +1 -1
- package/dist/components/layout/app-shell.d.ts +2 -2
- package/dist/components/layout/app-shell.js +1 -1
- package/dist/components/layout/aspect-ratio.d.ts +1 -1
- package/dist/components/layout/aspect-ratio.js +1 -1
- package/dist/components/layout/breadcrumb.d.ts +1 -1
- package/dist/components/layout/breadcrumb.js +1 -1
- package/dist/components/layout/flex.d.ts +2 -2
- package/dist/components/layout/flex.js +2 -2
- package/dist/components/layout/index.d.ts +19 -19
- package/dist/components/layout/index.js +11 -11
- package/dist/components/layout/page-container.d.ts +3 -3
- package/dist/components/layout/page-container.js +2 -2
- package/dist/components/layout/resizable.js +1 -1
- package/dist/components/layout/responsive-grid.d.ts +1 -1
- package/dist/components/layout/separator.d.ts +1 -1
- package/dist/components/layout/separator.js +1 -1
- package/dist/components/layout/sidebar.d.ts +2 -2
- package/dist/components/layout/sidebar.js +5 -5
- package/dist/components/layout/topbar.d.ts +2 -2
- package/dist/components/layout/topbar.js +1 -1
- package/dist/components/navigation/app-setting-picker.d.ts +2 -2
- package/dist/components/navigation/app-setting-picker.js +9 -9
- package/dist/components/navigation/context-menu.js +1 -1
- package/dist/components/navigation/dropdown-menu.js +1 -1
- package/dist/components/navigation/filter-bar.d.ts +2 -2
- package/dist/components/navigation/filter-bar.js +3 -3
- package/dist/components/navigation/index.d.ts +12 -12
- package/dist/components/navigation/index.js +9 -9
- package/dist/components/navigation/menubar.js +1 -1
- package/dist/components/navigation/navigation-menu.js +1 -1
- package/dist/components/navigation/pagination.d.ts +2 -2
- package/dist/components/navigation/pagination.js +5 -5
- package/dist/components/navigation/steps.d.ts +2 -2
- package/dist/components/navigation/steps.js +3 -3
- package/dist/components/navigation/tabs.js +1 -1
- package/dist/components/query/data-state.d.ts +2 -2
- package/dist/components/query/data-state.js +1 -1
- package/dist/components/query/index.d.ts +10 -10
- package/dist/components/query/index.js +5 -5
- package/dist/components/query/infinite-query-state.d.ts +2 -2
- package/dist/components/query/infinite-query-state.js +3 -3
- package/dist/components/query/mutation-feedback.d.ts +2 -2
- package/dist/components/query/mutation-feedback.js +1 -1
- package/dist/components/query/prefetch-link.d.ts +2 -2
- package/dist/components/query/query-refetch-button.d.ts +2 -2
- package/dist/components/query/query-refetch-button.js +1 -1
- package/dist/components/ui/accordion.js +1 -1
- package/dist/components/ui/alert-dialog.d.ts +1 -1
- package/dist/components/ui/alert-dialog.js +1 -1
- package/dist/components/ui/alert.d.ts +1 -1
- package/dist/components/ui/alert.js +1 -1
- package/dist/components/ui/aspect-ratio.js +1 -1
- package/dist/components/ui/avatar.js +1 -1
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/badge.js +1 -1
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.js +1 -1
- package/dist/components/ui/calendar.d.ts +1 -1
- package/dist/components/ui/calendar.js +1 -1
- package/dist/components/ui/card.d.ts +1 -1
- package/dist/components/ui/card.js +1 -1
- package/dist/components/ui/carousel.d.ts +1 -1
- package/dist/components/ui/carousel.js +1 -1
- package/dist/components/ui/checkbox.d.ts +1 -1
- package/dist/components/ui/checkbox.js +1 -1
- package/dist/components/ui/color-picker.d.ts +1 -1
- package/dist/components/ui/color-picker.js +1 -1
- package/dist/components/ui/command.d.ts +1 -1
- package/dist/components/ui/command.js +1 -1
- package/dist/components/ui/context-menu.d.ts +1 -1
- package/dist/components/ui/context-menu.js +1 -1
- package/dist/components/ui/date-picker.d.ts +1 -1
- package/dist/components/ui/date-picker.js +1 -1
- package/dist/components/ui/date-range-picker.d.ts +1 -1
- package/dist/components/ui/date-range-picker.js +1 -1
- package/dist/components/ui/dialog.d.ts +1 -1
- package/dist/components/ui/dialog.js +1 -1
- package/dist/components/ui/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/dropdown-menu.js +1 -1
- package/dist/components/ui/hover-card.js +1 -1
- package/dist/components/ui/index.d.ts +42 -42
- package/dist/components/ui/index.js +42 -42
- package/dist/components/ui/input-otp.js +1 -1
- package/dist/components/ui/input.d.ts +1 -1
- package/dist/components/ui/input.js +1 -1
- package/dist/components/ui/label.d.ts +1 -1
- package/dist/components/ui/label.js +1 -1
- package/dist/components/ui/menubar.d.ts +1 -1
- package/dist/components/ui/menubar.js +1 -1
- package/dist/components/ui/navigation-menu.d.ts +1 -1
- package/dist/components/ui/navigation-menu.js +1 -1
- package/dist/components/ui/pagination.d.ts +1 -1
- package/dist/components/ui/pagination.js +1 -1
- package/dist/components/ui/password-input.d.ts +1 -1
- package/dist/components/ui/password-input.js +3 -3
- package/dist/components/ui/password-strength.d.ts +1 -1
- package/dist/components/ui/password-strength.js +1 -1
- package/dist/components/ui/popover.d.ts +1 -1
- package/dist/components/ui/popover.js +1 -1
- package/dist/components/ui/radio.d.ts +1 -1
- package/dist/components/ui/radio.js +1 -1
- package/dist/components/ui/rating.js +2 -2
- package/dist/components/ui/resizable.d.ts +1 -1
- package/dist/components/ui/resizable.js +1 -1
- package/dist/components/ui/scroll-area.d.ts +1 -1
- package/dist/components/ui/scroll-area.js +1 -1
- package/dist/components/ui/select.d.ts +1 -1
- package/dist/components/ui/select.js +1 -1
- package/dist/components/ui/separator.js +1 -1
- package/dist/components/ui/sheet.d.ts +1 -1
- package/dist/components/ui/sheet.js +1 -1
- package/dist/components/ui/skeleton.d.ts +1 -1
- package/dist/components/ui/skeleton.js +1 -1
- package/dist/components/ui/slider.d.ts +1 -1
- package/dist/components/ui/slider.js +1 -1
- package/dist/components/ui/sonner.d.ts +1 -1
- package/dist/components/ui/sonner.js +1 -1
- package/dist/components/ui/switch.d.ts +1 -1
- package/dist/components/ui/switch.js +1 -1
- package/dist/components/ui/table.d.ts +1 -1
- package/dist/components/ui/table.js +1 -1
- package/dist/components/ui/tabs.d.ts +1 -1
- package/dist/components/ui/tabs.js +1 -1
- package/dist/components/ui/tag-input.js +2 -2
- package/dist/components/ui/textarea.d.ts +1 -1
- package/dist/components/ui/textarea.js +1 -1
- package/dist/components/ui/time-picker.d.ts +1 -1
- package/dist/components/ui/time-picker.js +1 -1
- package/dist/components/ui/toggle-group.d.ts +1 -1
- package/dist/components/ui/toggle-group.js +2 -2
- package/dist/components/ui/toggle.js +1 -1
- package/dist/components/ui/upload.d.ts +1 -1
- package/dist/components/ui/upload.js +1 -1
- package/dist/form/form-field-control.d.ts +2 -2
- package/dist/form/form-field-control.js +1 -1
- package/dist/form/form-root.d.ts +2 -2
- package/dist/form/form-root.js +1 -1
- package/dist/form/index.d.ts +7 -7
- package/dist/form/index.js +3 -3
- package/dist/form/use-zod-form.d.ts +2 -2
- package/dist/i18n/index.d.ts +3 -3
- package/dist/i18n/index.js +2 -2
- package/dist/i18n/translate.d.ts +2 -2
- package/dist/i18n/translate.js +3 -3
- package/dist/i18n/use-translation.d.ts +4 -4
- package/dist/i18n/use-translation.js +3 -3
- package/dist/index.d.ts +11 -11
- package/dist/index.js +7 -7
- package/dist/lib/datetime/detect.js +1 -1
- package/dist/lib/datetime/format-date.d.ts +2 -2
- package/dist/lib/datetime/format-date.js +4 -4
- package/dist/lib/datetime/format.d.ts +2 -2
- package/dist/lib/datetime/format.js +6 -6
- package/dist/lib/datetime/index.d.ts +5 -5
- package/dist/lib/datetime/index.js +5 -5
- package/dist/lib/datetime/parse.js +1 -1
- package/dist/lib/datetime/sync.d.ts +1 -1
- package/dist/lib/datetime/sync.js +2 -2
- package/dist/lib/format.d.ts +2 -2
- package/dist/lib/format.js +2 -2
- package/dist/lib/variants.d.ts +1 -1
- package/dist/props/components/app.prop.d.ts +3 -3
- package/dist/props/components/charts.prop.d.ts +1 -1
- package/dist/props/components/data-display.prop.d.ts +1 -1
- package/dist/props/components/data-entry.prop.d.ts +3 -3
- package/dist/props/components/feedback.prop.d.ts +1 -1
- package/dist/props/components/form.prop.d.ts +1 -1
- package/dist/props/components/general.prop.d.ts +1 -1
- package/dist/props/components/index.d.ts +10 -10
- package/dist/props/components/layout.prop.d.ts +1 -1
- package/dist/props/components/navigation.prop.d.ts +1 -1
- package/dist/props/components/query.prop.d.ts +2 -2
- package/dist/props/index.d.ts +7 -7
- package/dist/props/index.js +3 -3
- package/dist/props/vocabulary/data.prop.d.ts +2 -2
- package/dist/props/vocabulary/index.d.ts +6 -6
- package/dist/props/vocabulary/navigation.prop.d.ts +1 -1
- package/dist/styles/control.css +16 -0
- package/package.json +2 -2
- package/scripts/ui-audit.mjs +7 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
5
|
-
import { cn } from "../../lib/utils";
|
|
5
|
+
import { cn } from "../../lib/utils.js";
|
|
6
6
|
const AspectRatio = React.forwardRef(({ className, ratio = 16 / 9, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
7
7
|
AspectRatioPrimitive.Root,
|
|
8
8
|
{
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
5
|
-
import { cn } from "../../lib/utils";
|
|
5
|
+
import { cn } from "../../lib/utils.js";
|
|
6
6
|
const Avatar = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
7
7
|
AvatarPrimitive.Root,
|
|
8
8
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/badge";
|
|
1
|
+
export * from "../data-display/badge.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-display/badge";
|
|
2
|
+
export * from "../data-display/badge.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../general/button";
|
|
1
|
+
export * from "../general/button.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../general/button";
|
|
2
|
+
export * from "../general/button.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/calendar";
|
|
1
|
+
export * from "../data-entry/calendar.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/calendar";
|
|
2
|
+
export * from "../data-entry/calendar.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/card";
|
|
1
|
+
export * from "../data-display/card.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/card";
|
|
1
|
+
export * from "../data-display/card.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/carousel";
|
|
1
|
+
export * from "../data-display/carousel.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-display/carousel";
|
|
2
|
+
export * from "../data-display/carousel.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/checkbox";
|
|
1
|
+
export * from "../data-entry/checkbox.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/checkbox";
|
|
2
|
+
export * from "../data-entry/checkbox.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/color-picker";
|
|
1
|
+
export * from "../data-entry/color-picker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/color-picker";
|
|
2
|
+
export * from "../data-entry/color-picker.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/command";
|
|
1
|
+
export * from "../data-entry/command.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/command";
|
|
2
|
+
export * from "../data-entry/command.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../navigation/context-menu";
|
|
1
|
+
export * from "../navigation/context-menu.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../navigation/context-menu";
|
|
2
|
+
export * from "../navigation/context-menu.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/date-picker";
|
|
1
|
+
export * from "../data-entry/date-picker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/date-picker";
|
|
2
|
+
export * from "../data-entry/date-picker.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/date-range-picker";
|
|
1
|
+
export * from "../data-entry/date-range-picker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/date-range-picker";
|
|
2
|
+
export * from "../data-entry/date-range-picker.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../feedback/dialog";
|
|
1
|
+
export * from "../feedback/dialog.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../feedback/dialog";
|
|
2
|
+
export * from "../feedback/dialog.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../navigation/dropdown-menu";
|
|
1
|
+
export * from "../navigation/dropdown-menu.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../navigation/dropdown-menu";
|
|
2
|
+
export * from "../navigation/dropdown-menu.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
5
|
-
import { cn } from "../../lib/utils";
|
|
5
|
+
import { cn } from "../../lib/utils.js";
|
|
6
6
|
function HoverCard({
|
|
7
7
|
openDelay = 200,
|
|
8
8
|
closeDelay = 100,
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export * from "./alert";
|
|
2
|
-
export * from "./alert-dialog";
|
|
3
|
-
export * from "./aspect-ratio";
|
|
4
|
-
export * from "./avatar";
|
|
5
|
-
export * from "./badge";
|
|
6
|
-
export * from "./button";
|
|
7
|
-
export * from "./calendar";
|
|
8
|
-
export * from "./carousel";
|
|
9
|
-
export * from "./card";
|
|
10
|
-
export * from "./checkbox";
|
|
11
|
-
export * from "./color-picker";
|
|
12
|
-
export * from "./command";
|
|
13
|
-
export * from "./context-menu";
|
|
14
|
-
export * from "./menubar";
|
|
15
|
-
export * from "./navigation-menu";
|
|
16
|
-
export * from "./resizable";
|
|
17
|
-
export * from "./date-picker";
|
|
18
|
-
export * from "./date-range-picker";
|
|
19
|
-
export * from "./dialog";
|
|
20
|
-
export { Separator } from "./separator";
|
|
21
|
-
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider } from "../feedback/tooltip";
|
|
22
|
-
export * from "./dropdown-menu";
|
|
23
|
-
export * from "./input";
|
|
24
|
-
export * from "./label";
|
|
25
|
-
export * from "./pagination";
|
|
26
|
-
export * from "./password-strength";
|
|
27
|
-
export * from "./popover";
|
|
28
|
-
export * from "./radio";
|
|
29
|
-
export * from "./scroll-area";
|
|
30
|
-
export * from "./select";
|
|
31
|
-
export * from "./sheet";
|
|
32
|
-
export * from "./slider";
|
|
33
|
-
export * from "./skeleton";
|
|
34
|
-
export * from "./sonner";
|
|
35
|
-
export * from "./switch";
|
|
36
|
-
export * from "./table";
|
|
37
|
-
export * from "./tabs";
|
|
38
|
-
export * from "./textarea";
|
|
39
|
-
export * from "./time-picker";
|
|
40
|
-
export * from "./toggle";
|
|
41
|
-
export * from "./toggle-group";
|
|
42
|
-
export * from "./upload";
|
|
1
|
+
export * from "./alert.js";
|
|
2
|
+
export * from "./alert-dialog.js";
|
|
3
|
+
export * from "./aspect-ratio.js";
|
|
4
|
+
export * from "./avatar.js";
|
|
5
|
+
export * from "./badge.js";
|
|
6
|
+
export * from "./button.js";
|
|
7
|
+
export * from "./calendar.js";
|
|
8
|
+
export * from "./carousel.js";
|
|
9
|
+
export * from "./card.js";
|
|
10
|
+
export * from "./checkbox.js";
|
|
11
|
+
export * from "./color-picker.js";
|
|
12
|
+
export * from "./command.js";
|
|
13
|
+
export * from "./context-menu.js";
|
|
14
|
+
export * from "./menubar.js";
|
|
15
|
+
export * from "./navigation-menu.js";
|
|
16
|
+
export * from "./resizable.js";
|
|
17
|
+
export * from "./date-picker.js";
|
|
18
|
+
export * from "./date-range-picker.js";
|
|
19
|
+
export * from "./dialog.js";
|
|
20
|
+
export { Separator } from "./separator.js";
|
|
21
|
+
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider } from "../feedback/tooltip.js";
|
|
22
|
+
export * from "./dropdown-menu.js";
|
|
23
|
+
export * from "./input.js";
|
|
24
|
+
export * from "./label.js";
|
|
25
|
+
export * from "./pagination.js";
|
|
26
|
+
export * from "./password-strength.js";
|
|
27
|
+
export * from "./popover.js";
|
|
28
|
+
export * from "./radio.js";
|
|
29
|
+
export * from "./scroll-area.js";
|
|
30
|
+
export * from "./select.js";
|
|
31
|
+
export * from "./sheet.js";
|
|
32
|
+
export * from "./slider.js";
|
|
33
|
+
export * from "./skeleton.js";
|
|
34
|
+
export * from "./sonner.js";
|
|
35
|
+
export * from "./switch.js";
|
|
36
|
+
export * from "./table.js";
|
|
37
|
+
export * from "./tabs.js";
|
|
38
|
+
export * from "./textarea.js";
|
|
39
|
+
export * from "./time-picker.js";
|
|
40
|
+
export * from "./toggle.js";
|
|
41
|
+
export * from "./toggle-group.js";
|
|
42
|
+
export * from "./upload.js";
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "./alert";
|
|
3
|
-
export * from "./alert-dialog";
|
|
4
|
-
export * from "./aspect-ratio";
|
|
5
|
-
export * from "./avatar";
|
|
6
|
-
export * from "./badge";
|
|
7
|
-
export * from "./button";
|
|
8
|
-
export * from "./calendar";
|
|
9
|
-
export * from "./carousel";
|
|
10
|
-
export * from "./card";
|
|
11
|
-
export * from "./checkbox";
|
|
12
|
-
export * from "./color-picker";
|
|
13
|
-
export * from "./command";
|
|
14
|
-
export * from "./context-menu";
|
|
15
|
-
export * from "./menubar";
|
|
16
|
-
export * from "./navigation-menu";
|
|
17
|
-
export * from "./resizable";
|
|
18
|
-
export * from "./date-picker";
|
|
19
|
-
export * from "./date-range-picker";
|
|
20
|
-
export * from "./dialog";
|
|
21
|
-
import { Separator } from "./separator";
|
|
22
|
-
import { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider } from "../feedback/tooltip";
|
|
23
|
-
export * from "./dropdown-menu";
|
|
24
|
-
export * from "./input";
|
|
25
|
-
export * from "./label";
|
|
26
|
-
export * from "./pagination";
|
|
27
|
-
export * from "./password-strength";
|
|
28
|
-
export * from "./popover";
|
|
29
|
-
export * from "./radio";
|
|
30
|
-
export * from "./scroll-area";
|
|
31
|
-
export * from "./select";
|
|
32
|
-
export * from "./sheet";
|
|
33
|
-
export * from "./slider";
|
|
34
|
-
export * from "./skeleton";
|
|
35
|
-
export * from "./sonner";
|
|
36
|
-
export * from "./switch";
|
|
37
|
-
export * from "./table";
|
|
38
|
-
export * from "./tabs";
|
|
39
|
-
export * from "./textarea";
|
|
40
|
-
export * from "./time-picker";
|
|
41
|
-
export * from "./toggle";
|
|
42
|
-
export * from "./toggle-group";
|
|
43
|
-
export * from "./upload";
|
|
2
|
+
export * from "./alert.js";
|
|
3
|
+
export * from "./alert-dialog.js";
|
|
4
|
+
export * from "./aspect-ratio.js";
|
|
5
|
+
export * from "./avatar.js";
|
|
6
|
+
export * from "./badge.js";
|
|
7
|
+
export * from "./button.js";
|
|
8
|
+
export * from "./calendar.js";
|
|
9
|
+
export * from "./carousel.js";
|
|
10
|
+
export * from "./card.js";
|
|
11
|
+
export * from "./checkbox.js";
|
|
12
|
+
export * from "./color-picker.js";
|
|
13
|
+
export * from "./command.js";
|
|
14
|
+
export * from "./context-menu.js";
|
|
15
|
+
export * from "./menubar.js";
|
|
16
|
+
export * from "./navigation-menu.js";
|
|
17
|
+
export * from "./resizable.js";
|
|
18
|
+
export * from "./date-picker.js";
|
|
19
|
+
export * from "./date-range-picker.js";
|
|
20
|
+
export * from "./dialog.js";
|
|
21
|
+
import { Separator } from "./separator.js";
|
|
22
|
+
import { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider } from "../feedback/tooltip.js";
|
|
23
|
+
export * from "./dropdown-menu.js";
|
|
24
|
+
export * from "./input.js";
|
|
25
|
+
export * from "./label.js";
|
|
26
|
+
export * from "./pagination.js";
|
|
27
|
+
export * from "./password-strength.js";
|
|
28
|
+
export * from "./popover.js";
|
|
29
|
+
export * from "./radio.js";
|
|
30
|
+
export * from "./scroll-area.js";
|
|
31
|
+
export * from "./select.js";
|
|
32
|
+
export * from "./sheet.js";
|
|
33
|
+
export * from "./slider.js";
|
|
34
|
+
export * from "./skeleton.js";
|
|
35
|
+
export * from "./sonner.js";
|
|
36
|
+
export * from "./switch.js";
|
|
37
|
+
export * from "./table.js";
|
|
38
|
+
export * from "./tabs.js";
|
|
39
|
+
export * from "./textarea.js";
|
|
40
|
+
export * from "./time-picker.js";
|
|
41
|
+
export * from "./toggle.js";
|
|
42
|
+
export * from "./toggle-group.js";
|
|
43
|
+
export * from "./upload.js";
|
|
44
44
|
export {
|
|
45
45
|
Separator,
|
|
46
46
|
Tooltip,
|
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { OTPInput, OTPInputContext } from "input-otp";
|
|
5
5
|
import { Minus } from "lucide-react";
|
|
6
|
-
import { cn } from "../../lib/utils";
|
|
6
|
+
import { cn } from "../../lib/utils.js";
|
|
7
7
|
const InputOTP = React.forwardRef(({ className, containerClassName, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
8
8
|
OTPInput,
|
|
9
9
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/input";
|
|
1
|
+
export * from "../data-entry/input.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/input";
|
|
2
|
+
export * from "../data-entry/input.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/label";
|
|
1
|
+
export * from "../data-entry/label.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/label";
|
|
2
|
+
export * from "../data-entry/label.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../navigation/menubar";
|
|
1
|
+
export * from "../navigation/menubar.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../navigation/menubar";
|
|
2
|
+
export * from "../navigation/menubar.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../navigation/navigation-menu";
|
|
1
|
+
export * from "../navigation/navigation-menu.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../navigation/navigation-menu";
|
|
2
|
+
export * from "../navigation/navigation-menu.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../navigation/pagination";
|
|
1
|
+
export * from "../navigation/pagination.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../navigation/pagination";
|
|
2
|
+
export * from "../navigation/pagination.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { Input } from "../data-entry/input";
|
|
2
|
+
import { Input } from "../data-entry/input.js";
|
|
3
3
|
export type PasswordInputProps = Omit<React.ComponentPropsWithoutRef<typeof Input>, "type">;
|
|
4
4
|
export declare const PasswordInput: React.ForwardRefExoticComponent<PasswordInputProps & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { Eye, EyeOff } from "lucide-react";
|
|
5
|
-
import { useTranslation } from "../../i18n/use-translation";
|
|
6
|
-
import { cn } from "../../lib/utils";
|
|
7
|
-
import { Input } from "../data-entry/input";
|
|
5
|
+
import { useTranslation } from "../../i18n/use-translation.js";
|
|
6
|
+
import { cn } from "../../lib/utils.js";
|
|
7
|
+
import { Input } from "../data-entry/input.js";
|
|
8
8
|
const PasswordInput = React.forwardRef(
|
|
9
9
|
({ className, ...props }, ref) => {
|
|
10
10
|
const { t } = useTranslation();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/password-strength";
|
|
1
|
+
export * from "../data-entry/password-strength.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/password-strength";
|
|
2
|
+
export * from "../data-entry/password-strength.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/popover";
|
|
1
|
+
export * from "../data-display/popover.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-display/popover";
|
|
2
|
+
export * from "../data-display/popover.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/radio";
|
|
1
|
+
export * from "../data-entry/radio.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/radio";
|
|
2
|
+
export * from "../data-entry/radio.js";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { Star } from "lucide-react";
|
|
5
|
-
import { useTranslation } from "../../i18n/use-translation";
|
|
6
|
-
import { cn } from "../../lib/utils";
|
|
5
|
+
import { useTranslation } from "../../i18n/use-translation.js";
|
|
6
|
+
import { cn } from "../../lib/utils.js";
|
|
7
7
|
const Rating = React.forwardRef(
|
|
8
8
|
({
|
|
9
9
|
value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../layout/resizable";
|
|
1
|
+
export * from "../layout/resizable.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../layout/resizable";
|
|
2
|
+
export * from "../layout/resizable.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/scroll-area";
|
|
1
|
+
export * from "../data-display/scroll-area.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-display/scroll-area";
|
|
2
|
+
export * from "../data-display/scroll-area.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/select";
|
|
1
|
+
export * from "../data-entry/select.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/select";
|
|
2
|
+
export * from "../data-entry/select.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
5
|
-
import { cn } from "../../lib/utils";
|
|
5
|
+
import { cn } from "../../lib/utils.js";
|
|
6
6
|
const Separator = React.forwardRef(({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
7
7
|
SeparatorPrimitive.Root,
|
|
8
8
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../feedback/sheet";
|
|
1
|
+
export * from "../feedback/sheet.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../feedback/sheet";
|
|
2
|
+
export * from "../feedback/sheet.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Skeleton } from "../feedback/skeleton";
|
|
1
|
+
export { Skeleton } from "../feedback/skeleton.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/slider";
|
|
1
|
+
export * from "../data-entry/slider.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/slider";
|
|
2
|
+
export * from "../data-entry/slider.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../feedback/sonner";
|
|
1
|
+
export * from "../feedback/sonner.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../feedback/sonner";
|
|
2
|
+
export * from "../feedback/sonner.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/switch";
|
|
1
|
+
export * from "../data-entry/switch.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/switch";
|
|
2
|
+
export * from "../data-entry/switch.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/table";
|
|
1
|
+
export * from "../data-display/table.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-display/table";
|
|
1
|
+
export * from "../data-display/table.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../navigation/tabs";
|
|
1
|
+
export * from "../navigation/tabs.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../navigation/tabs";
|
|
2
|
+
export * from "../navigation/tabs.js";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { X } from "lucide-react";
|
|
5
|
-
import { useTranslation } from "../../i18n/use-translation";
|
|
6
|
-
import { cn } from "../../lib/utils";
|
|
5
|
+
import { useTranslation } from "../../i18n/use-translation.js";
|
|
6
|
+
import { cn } from "../../lib/utils.js";
|
|
7
7
|
const TagInput = React.forwardRef(
|
|
8
8
|
({
|
|
9
9
|
value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/textarea";
|
|
1
|
+
export * from "../data-entry/textarea.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/textarea";
|
|
2
|
+
export * from "../data-entry/textarea.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../data-entry/time-picker";
|
|
1
|
+
export * from "../data-entry/time-picker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export * from "../data-entry/time-picker";
|
|
2
|
+
export * from "../data-entry/time-picker.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
3
|
-
import { type ToggleProps } from "./toggle";
|
|
3
|
+
import { type ToggleProps } from "./toggle.js";
|
|
4
4
|
export declare const ToggleGroup: React.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & {
|
|
5
5
|
variant?: ToggleProps["variant"];
|
|
6
6
|
size?: ToggleProps["size"];
|