@devalok/shilp-sutra 0.54.0 → 0.55.0
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/MIGRATION.md +28 -0
- package/dist/_chunks/badge-group.js +1 -1
- package/dist/_chunks/popover.js +38 -37
- package/dist/_chunks/popover.js.map +1 -1
- package/dist/_chunks/primitives/react-accordion.js +270 -0
- package/dist/_chunks/primitives/react-accordion.js.map +1 -0
- package/dist/_chunks/primitives/react-alert-dialog.js +857 -0
- package/dist/_chunks/primitives/react-alert-dialog.js.map +1 -0
- package/dist/_chunks/primitives/react-aspect-ratio.js +32 -0
- package/dist/_chunks/primitives/react-aspect-ratio.js.map +1 -0
- package/dist/_chunks/primitives/react-avatar.js +69 -0
- package/dist/_chunks/primitives/react-avatar.js.map +1 -0
- package/dist/_chunks/primitives/react-checkbox.js +151 -0
- package/dist/_chunks/primitives/react-checkbox.js.map +1 -0
- package/dist/_chunks/primitives/react-context-menu.js +905 -0
- package/dist/_chunks/primitives/react-context-menu.js.map +1 -0
- package/dist/_chunks/primitives/react-dropdown-menu.js +220 -0
- package/dist/_chunks/primitives/react-dropdown-menu.js.map +1 -0
- package/dist/_chunks/primitives/react-hover-card.js +153 -0
- package/dist/_chunks/primitives/react-hover-card.js.map +1 -0
- package/dist/_chunks/primitives/react-label.js +16 -0
- package/dist/_chunks/primitives/react-label.js.map +1 -0
- package/dist/_chunks/primitives/react-menubar.js +304 -0
- package/dist/_chunks/primitives/react-menubar.js.map +1 -0
- package/dist/_chunks/primitives/react-navigation-menu.js +560 -0
- package/dist/_chunks/primitives/react-navigation-menu.js.map +1 -0
- package/dist/_chunks/primitives/react-popover.js +186 -0
- package/dist/_chunks/primitives/react-popover.js.map +1 -0
- package/dist/_chunks/primitives/react-progress.js +70 -0
- package/dist/_chunks/primitives/react-progress.js.map +1 -0
- package/dist/_chunks/primitives/react-radio-group.js +170 -0
- package/dist/_chunks/primitives/react-radio-group.js.map +1 -0
- package/dist/_chunks/primitives/react-select.js +671 -0
- package/dist/_chunks/primitives/react-select.js.map +1 -0
- package/dist/_chunks/primitives/react-separator.js +24 -0
- package/dist/_chunks/primitives/react-separator.js.map +1 -0
- package/dist/_chunks/primitives/react-slider.js +349 -0
- package/dist/_chunks/primitives/react-slider.js.map +1 -0
- package/dist/_chunks/primitives/react-switch.js +92 -0
- package/dist/_chunks/primitives/react-switch.js.map +1 -0
- package/dist/_chunks/primitives/react-tabs.js +114 -0
- package/dist/_chunks/primitives/react-tabs.js.map +1 -0
- package/dist/_chunks/primitives/react-toggle-group.js +122 -0
- package/dist/_chunks/primitives/react-toggle-group.js.map +1 -0
- package/dist/_chunks/primitives/react-toggle.js +28 -0
- package/dist/_chunks/primitives/react-toggle.js.map +1 -0
- package/dist/_chunks/primitives/react-tooltip.js +341 -0
- package/dist/_chunks/primitives/react-tooltip.js.map +1 -0
- package/dist/_chunks/primitives-internal.js +2071 -0
- package/dist/_chunks/primitives-internal.js.map +1 -0
- package/dist/_chunks/shared.js +32 -32
- package/dist/_chunks/tiptap.js +1 -1
- package/dist/ai/ai-command-provider.d.ts +2 -3
- package/dist/ai/block-renderer.d.ts +1 -2
- package/dist/ai/blocks/block-shell.d.ts +0 -1
- package/dist/ai/blocks/block-table.d.ts +1 -2
- package/dist/ai/blocks/confirm.d.ts +1 -2
- package/dist/ai/blocks/divider.d.ts +1 -2
- package/dist/ai/blocks/error.d.ts +1 -2
- package/dist/ai/blocks/index.d.ts +7 -8
- package/dist/ai/blocks/info.d.ts +1 -2
- package/dist/ai/blocks/loading.d.ts +1 -2
- package/dist/ai/blocks/stat-row.d.ts +1 -2
- package/dist/ai/blocks/success.d.ts +1 -2
- package/dist/ai/blocks/text.d.ts +1 -2
- package/dist/ai/command-bar.d.ts +1 -2
- package/dist/ai/conversation.d.ts +2 -3
- package/dist/ai/devadoot-icon.d.ts +0 -1
- package/dist/ai/index.d.ts +16 -17
- package/dist/ai/types.js +1 -0
- package/dist/composed/activity-feed.d.ts +1 -2
- package/dist/composed/avatar-group.d.ts +1 -2
- package/dist/composed/bulk-action-bar.d.ts +2 -3
- package/dist/composed/command-palette.d.ts +1 -2
- package/dist/composed/confirm-dialog.d.ts +0 -1
- package/dist/composed/date-picker/calendar-grid.d.ts +0 -1
- package/dist/composed/date-picker/date-picker.d.ts +0 -1
- package/dist/composed/date-picker/date-range-picker.d.ts +1 -2
- package/dist/composed/date-picker/date-time-picker.d.ts +0 -1
- package/dist/composed/date-picker/index.d.ts +17 -18
- package/dist/composed/date-picker/month-picker.d.ts +0 -1
- package/dist/composed/date-picker/presets.d.ts +0 -1
- package/dist/composed/date-picker/time-picker.d.ts +0 -1
- package/dist/composed/date-picker/use-calendar.d.ts +0 -1
- package/dist/composed/date-picker/year-picker.d.ts +0 -1
- package/dist/composed/deadline-indicator.d.ts +0 -1
- package/dist/composed/diff.d.ts +0 -1
- package/dist/composed/emoji-picker.d.ts +0 -1
- package/dist/composed/empty-state.d.ts +1 -2
- package/dist/composed/error-boundary.d.ts +0 -1
- package/dist/composed/extensions/emoji-data.d.ts +0 -1
- package/dist/composed/extensions/emoji-node.d.ts +0 -1
- package/dist/composed/extensions/emoji-suggestion.d.ts +1 -2
- package/dist/composed/extensions/file-attachment.d.ts +0 -1
- package/dist/composed/extensions/mention-suggestion.d.ts +1 -2
- package/dist/composed/extensions/slash-command.d.ts +0 -1
- package/dist/composed/file-preview/audio-preview.d.ts +0 -1
- package/dist/composed/file-preview/document-preview.d.ts +0 -1
- package/dist/composed/file-preview/embed-preview.d.ts +0 -1
- package/dist/composed/file-preview/image-preview.d.ts +0 -1
- package/dist/composed/file-preview/shared.d.ts +0 -1
- package/dist/composed/file-preview/video-preview.d.ts +0 -1
- package/dist/composed/file-preview.d.ts +0 -1
- package/dist/composed/filter-bar.d.ts +0 -1
- package/dist/composed/form-section.d.ts +0 -1
- package/dist/composed/global-loading.d.ts +0 -1
- package/dist/composed/index.d.ts +49 -50
- package/dist/composed/inline-edit.d.ts +0 -1
- package/dist/composed/markdown-viewer.d.ts +0 -1
- package/dist/composed/master-detail.d.ts +0 -1
- package/dist/composed/member-picker.d.ts +0 -1
- package/dist/composed/multi-select-popover.d.ts +0 -1
- package/dist/composed/priority-indicator.d.ts +0 -1
- package/dist/composed/responsive-modal.d.ts +1 -2
- package/dist/composed/responsive-modal.js +47 -47
- package/dist/composed/rich-chat-input/attachment-strip.d.ts +0 -1
- package/dist/composed/rich-chat-input/audio-player.d.ts +0 -1
- package/dist/composed/rich-chat-input/audio-waveform.d.ts +0 -1
- package/dist/composed/rich-chat-input/chat-toolbar.d.ts +0 -1
- package/dist/composed/rich-chat-input/recording-overlay.d.ts +0 -1
- package/dist/composed/rich-chat-input/reply-banner.d.ts +0 -1
- package/dist/composed/rich-chat-input/schedule-send.d.ts +0 -1
- package/dist/composed/rich-chat-input/use-voice-recorder.d.ts +0 -1
- package/dist/composed/rich-chat-input.d.ts +9 -10
- package/dist/composed/rich-chat-input.js +1 -1
- package/dist/composed/rich-text-editor.d.ts +1 -2
- package/dist/composed/schedule-view.d.ts +0 -1
- package/dist/composed/simple-tooltip.d.ts +0 -1
- package/dist/composed/status-badge.d.ts +1 -2
- package/dist/hooks/index.d.ts +6 -7
- package/dist/hooks/use-color-mode.d.ts +0 -1
- package/dist/hooks/use-mobile.d.ts +0 -1
- package/dist/hooks/use-touch-device.d.ts +0 -1
- package/dist/hooks/use-viewport-height.d.ts +0 -1
- package/dist/motion/check-motion-provider.d.ts +0 -1
- package/dist/motion/index.d.ts +2 -3
- package/dist/motion/motion-provider.d.ts +1 -2
- package/dist/motion/primitives-index.d.ts +1 -2
- package/dist/motion/primitives.d.ts +1 -2
- package/dist/primitives/_internal/react-arrow.d.ts +1 -1
- package/dist/primitives/_internal/react-collection.d.ts +2 -2
- package/dist/primitives/_internal/react-dismissable-layer.d.ts +1 -1
- package/dist/primitives/_internal/react-focus-scope.d.ts +1 -1
- package/dist/primitives/_internal/react-popper.d.ts +4 -4
- package/dist/primitives/_internal/react-portal.d.ts +1 -1
- package/dist/primitives/_internal/react-use-rect.d.ts +1 -1
- package/dist/primitives/react-accordion.d.ts +3 -3
- package/dist/primitives/react-alert-dialog.d.ts +2 -2
- package/dist/primitives/react-aspect-ratio.d.ts +1 -1
- package/dist/primitives/react-avatar.d.ts +2 -2
- package/dist/primitives/react-checkbox.d.ts +3 -3
- package/dist/primitives/react-collapsible.d.ts +2 -2
- package/dist/primitives/react-context-menu.d.ts +3 -3
- package/dist/primitives/react-dialog.d.ts +5 -5
- package/dist/primitives/react-dropdown-menu.d.ts +3 -3
- package/dist/primitives/react-hover-card.d.ts +5 -5
- package/dist/primitives/react-label.d.ts +1 -1
- package/dist/primitives/react-menu.d.ts +7 -7
- package/dist/primitives/react-menubar.d.ts +5 -5
- package/dist/primitives/react-navigation-menu.d.ts +5 -5
- package/dist/primitives/react-popover.d.ts +6 -6
- package/dist/primitives/react-progress.d.ts +2 -2
- package/dist/primitives/react-radio-group.d.ts +3 -3
- package/dist/primitives/react-roving-focus.d.ts +2 -2
- package/dist/primitives/react-select.d.ts +6 -6
- package/dist/primitives/react-separator.d.ts +1 -1
- package/dist/primitives/react-slider.d.ts +2 -2
- package/dist/primitives/react-switch.d.ts +2 -2
- package/dist/primitives/react-tabs.d.ts +3 -3
- package/dist/primitives/react-toast.d.ts +3 -3
- package/dist/primitives/react-toggle-group.d.ts +4 -4
- package/dist/primitives/react-toggle.d.ts +1 -1
- package/dist/primitives/react-tooltip.d.ts +5 -5
- package/dist/primitives/react-visually-hidden.d.ts +1 -1
- package/dist/shell/app-command-palette.d.ts +2 -3
- package/dist/shell/bottom-navbar.d.ts +1 -2
- package/dist/shell/command-registry.d.ts +1 -2
- package/dist/shell/index.d.ts +7 -8
- package/dist/shell/link-context.d.ts +2 -3
- package/dist/shell/notification-center.d.ts +0 -1
- package/dist/shell/notification-preferences.d.ts +0 -1
- package/dist/shell/top-bar.d.ts +1 -2
- package/dist/test-utils/conformance.d.ts +0 -1
- package/dist/ui/accordion.d.ts +1 -2
- package/dist/ui/accordion.js +1 -1
- package/dist/ui/alert-dialog.d.ts +1 -2
- package/dist/ui/alert-dialog.js +52 -52
- package/dist/ui/alert.d.ts +0 -1
- package/dist/ui/aspect-ratio.d.ts +1 -2
- package/dist/ui/aspect-ratio.js +4 -4
- package/dist/ui/autocomplete.d.ts +1 -2
- package/dist/ui/autocomplete.js +1 -1
- package/dist/ui/avatar.d.ts +1 -2
- package/dist/ui/avatar.js +33 -33
- package/dist/ui/badge-group.d.ts +1 -2
- package/dist/ui/badge-indicator.d.ts +0 -1
- package/dist/ui/badge.d.ts +3 -4
- package/dist/ui/banner.d.ts +0 -1
- package/dist/ui/breadcrumb.js +1 -1
- package/dist/ui/button-group.d.ts +1 -2
- package/dist/ui/button-processing.d.ts +0 -1
- package/dist/ui/button.d.ts +1 -2
- package/dist/ui/button.js +1 -1
- package/dist/ui/card.d.ts +0 -1
- package/dist/ui/charts/_internal/animation.d.ts +0 -1
- package/dist/ui/charts/_internal/axes.d.ts +0 -1
- package/dist/ui/charts/_internal/colors.d.ts +1 -2
- package/dist/ui/charts/_internal/grid-lines.d.ts +0 -1
- package/dist/ui/charts/_internal/legend.d.ts +0 -1
- package/dist/ui/charts/_internal/scales.d.ts +0 -1
- package/dist/ui/charts/_internal/tooltip.d.ts +0 -1
- package/dist/ui/charts/_internal/types.d.ts +0 -1
- package/dist/ui/charts/area-chart.d.ts +1 -2
- package/dist/ui/charts/bar-chart.d.ts +1 -2
- package/dist/ui/charts/chart-container.d.ts +1 -2
- package/dist/ui/charts/gauge-chart.d.ts +0 -1
- package/dist/ui/charts/index.d.ts +9 -10
- package/dist/ui/charts/line-chart.d.ts +1 -2
- package/dist/ui/charts/pie-chart.d.ts +0 -1
- package/dist/ui/charts/radar-chart.d.ts +0 -1
- package/dist/ui/charts/sparkline.d.ts +0 -1
- package/dist/ui/chat/date-separator.d.ts +0 -1
- package/dist/ui/chat/index.d.ts +7 -8
- package/dist/ui/chat/message-input.d.ts +0 -1
- package/dist/ui/chat/message-list.d.ts +0 -1
- package/dist/ui/chat/message.d.ts +1 -2
- package/dist/ui/chat/system-message.d.ts +1 -2
- package/dist/ui/chat/typing-indicator.d.ts +0 -1
- package/dist/ui/chat/unread-separator.d.ts +0 -1
- package/dist/ui/checkbox.d.ts +2 -3
- package/dist/ui/checkbox.js +13 -13
- package/dist/ui/collapsible.d.ts +1 -2
- package/dist/ui/collapsible.js +1 -1
- package/dist/ui/color-input.d.ts +0 -1
- package/dist/ui/color-swatch.d.ts +0 -1
- package/dist/ui/combobox.d.ts +2 -3
- package/dist/ui/combobox.js +125 -125
- package/dist/ui/combobox.js.map +1 -1
- package/dist/ui/context-menu.d.ts +1 -2
- package/dist/ui/context-menu.js +58 -58
- package/dist/ui/data-table-body.d.ts +0 -1
- package/dist/ui/data-table-bulk-actions.d.ts +0 -1
- package/dist/ui/data-table-card.d.ts +0 -1
- package/dist/ui/data-table-context.d.ts +0 -1
- package/dist/ui/data-table-header.d.ts +0 -1
- package/dist/ui/data-table-pagination.d.ts +0 -1
- package/dist/ui/data-table-toolbar.d.ts +0 -1
- package/dist/ui/data-table.d.ts +3 -4
- package/dist/ui/devalok-grain.d.ts +0 -1
- package/dist/ui/dialog.d.ts +1 -2
- package/dist/ui/dialog.js +43 -43
- package/dist/ui/dot.d.ts +0 -1
- package/dist/ui/dropdown-menu.d.ts +1 -2
- package/dist/ui/dropdown-menu.js +69 -69
- package/dist/ui/file-upload.d.ts +0 -1
- package/dist/ui/form.d.ts +0 -1
- package/dist/ui/hover-card.d.ts +1 -2
- package/dist/ui/hover-card.js +16 -16
- package/dist/ui/icon-button.d.ts +2 -3
- package/dist/ui/icon-context.d.ts +0 -1
- package/dist/ui/icon-group.d.ts +1 -2
- package/dist/ui/icon.d.ts +1 -2
- package/dist/ui/index.d.ts +78 -79
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/input-otp.d.ts +0 -1
- package/dist/ui/input.d.ts +1 -2
- package/dist/ui/label.d.ts +1 -2
- package/dist/ui/label.js +7 -7
- package/dist/ui/lib/bottom-sheet.d.ts +0 -1
- package/dist/ui/lib/check-tokens.d.ts +0 -1
- package/dist/ui/lib/field-state.d.ts +0 -1
- package/dist/ui/lib/icon-input.d.ts +0 -1
- package/dist/ui/lib/index.d.ts +6 -7
- package/dist/ui/lib/keybinding.d.ts +0 -1
- package/dist/ui/lib/link-context.d.ts +0 -1
- package/dist/ui/lib/mention.d.ts +0 -1
- package/dist/ui/lib/normalize-icon.d.ts +2 -2
- package/dist/ui/lib/slot.d.ts +2 -3
- package/dist/ui/lib/use-controllable-open.d.ts +0 -1
- package/dist/ui/link.d.ts +0 -1
- package/dist/ui/link.js +1 -1
- package/dist/ui/menubar.d.ts +1 -2
- package/dist/ui/menubar.js +64 -64
- package/dist/ui/navigation-menu.d.ts +1 -2
- package/dist/ui/navigation-menu.js +67 -67
- package/dist/ui/number-input.d.ts +1 -2
- package/dist/ui/oauth-button/index.d.ts +1 -2
- package/dist/ui/oauth-button/oauth-button.d.ts +2 -3
- package/dist/ui/pagination.d.ts +0 -1
- package/dist/ui/pagination.js +1 -1
- package/dist/ui/popover.d.ts +1 -2
- package/dist/ui/progress-ring.d.ts +0 -1
- package/dist/ui/progress.d.ts +1 -2
- package/dist/ui/progress.js +30 -30
- package/dist/ui/radio.d.ts +2 -3
- package/dist/ui/radio.js +18 -18
- package/dist/ui/search-input.d.ts +0 -1
- package/dist/ui/segmented-control.d.ts +1 -2
- package/dist/ui/select.d.ts +1 -2
- package/dist/ui/select.js +55 -55
- package/dist/ui/separator.d.ts +1 -2
- package/dist/ui/separator.js +5 -5
- package/dist/ui/sheet.d.ts +1 -2
- package/dist/ui/sheet.js +45 -45
- package/dist/ui/sidebar.d.ts +4 -5
- package/dist/ui/sidebar.js +1 -1
- package/dist/ui/slider.d.ts +1 -2
- package/dist/ui/slider.js +14 -14
- package/dist/ui/spinner.d.ts +0 -1
- package/dist/ui/split-button.d.ts +14 -4
- package/dist/ui/split-button.d.ts.map +1 -1
- package/dist/ui/split-button.js.map +1 -1
- package/dist/ui/stat-card.d.ts +3 -4
- package/dist/ui/stat-flash.d.ts +1 -2
- package/dist/ui/stepper.d.ts +1 -2
- package/dist/ui/surface.js +1 -1
- package/dist/ui/switch.d.ts +2 -3
- package/dist/ui/switch.js +12 -12
- package/dist/ui/table-row-link.d.ts +0 -1
- package/dist/ui/tabs.d.ts +1 -2
- package/dist/ui/tabs.js +35 -35
- package/dist/ui/textarea.d.ts +1 -2
- package/dist/ui/toast-registry.d.ts +0 -1
- package/dist/ui/toast-types.js +1 -0
- package/dist/ui/toast.d.ts +2 -3
- package/dist/ui/toaster.d.ts +0 -1
- package/dist/ui/toggle-group.d.ts +2 -3
- package/dist/ui/toggle-group.js +14 -14
- package/dist/ui/toggle.d.ts +1 -2
- package/dist/ui/toggle.js +12 -12
- package/dist/ui/tooltip.d.ts +1 -2
- package/dist/ui/tooltip.js +21 -21
- package/dist/ui/tree-view/index.d.ts +3 -4
- package/dist/ui/tree-view/tree-item.d.ts +1 -2
- package/dist/ui/tree-view/tree-view.d.ts +1 -2
- package/dist/ui/tree-view/use-tree.d.ts +1 -2
- package/dist/ui/truncated-text.d.ts +0 -1
- package/docs/recipes/install-astro.md +2 -0
- package/docs/recipes/install-next-app-router.md +2 -0
- package/docs/recipes/install-remix.md +2 -0
- package/docs/recipes/install-tanstack-start.md +2 -0
- package/docs/recipes/install-vite.md +2 -0
- package/docs/recipes/troubleshoot.md +80 -0
- package/llms.txt +1 -1
- package/mcp-manifest.json +9 -1
- package/package.json +30 -5
- package/skill/SKILL.md +1 -1
- package/skill/references/components.md +1 -1
- package/skill/references/setup-astro.md +2 -0
- package/skill/references/setup-next-app-router.md +2 -0
- package/skill/references/setup-remix.md +2 -0
- package/skill/references/setup-tanstack-start.md +2 -0
- package/skill/references/setup-vite.md +2 -0
- package/skill/references/troubleshoot.md +80 -0
- package/dist/_chunks/primitives.js +0 -7596
- package/dist/_chunks/primitives.js.map +0 -1
package/dist/ui/dropdown-menu.js
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { springs as e, tweens as t } from "./lib/motion.js";
|
|
3
|
+
import { cn as n } from "./lib/utils.js";
|
|
4
|
+
import { Icon as r } from "./icon.js";
|
|
5
|
+
import { useControllableOpen as i } from "../_chunks/use-controllable-open.js";
|
|
6
|
+
import { CheckboxItem2 as a, Content2 as o, Group2 as s, Item2 as c, ItemIndicator2 as l, Label2 as u, Portal2 as d, RadioGroup2 as f, RadioItem2 as p, Root2 as m, Separator2 as h, Sub2 as g, SubContent2 as _, SubTrigger2 as v, Trigger as y } from "../_chunks/primitives/react-dropdown-menu.js";
|
|
7
7
|
import * as b from "react";
|
|
8
8
|
import { jsx as x, jsxs as S } from "react/jsx-runtime";
|
|
9
9
|
import { IconCheck as C, IconChevronRight as w, IconCircle as T } from "@tabler/icons-react";
|
|
10
10
|
import { AnimatePresence as E, motion as D } from "framer-motion";
|
|
11
11
|
//#region src/ui/dropdown-menu.tsx
|
|
12
12
|
var O = b.createContext(!1), k = b.createContext(!1), A = ({ open: e, defaultOpen: t = !1, onOpenChange: n, ...r }) => {
|
|
13
|
-
let { open:
|
|
13
|
+
let { open: a, setOpen: o } = i({
|
|
14
14
|
open: e,
|
|
15
15
|
defaultOpen: t,
|
|
16
16
|
onOpenChange: n
|
|
17
17
|
});
|
|
18
18
|
return /* @__PURE__ */ x(O.Provider, {
|
|
19
|
-
value:
|
|
20
|
-
children: /* @__PURE__ */ x(
|
|
21
|
-
open:
|
|
22
|
-
onOpenChange:
|
|
19
|
+
value: a,
|
|
20
|
+
children: /* @__PURE__ */ x(m, {
|
|
21
|
+
open: a,
|
|
22
|
+
onOpenChange: o,
|
|
23
23
|
...r
|
|
24
24
|
})
|
|
25
25
|
});
|
|
26
26
|
};
|
|
27
27
|
A.displayName = "DropdownMenu";
|
|
28
|
-
var j =
|
|
29
|
-
let { open:
|
|
28
|
+
var j = y, M = s, N = d, P = ({ open: e, defaultOpen: t = !1, onOpenChange: n, ...r }) => {
|
|
29
|
+
let { open: a, setOpen: o } = i({
|
|
30
30
|
open: e,
|
|
31
31
|
defaultOpen: t,
|
|
32
32
|
onOpenChange: n
|
|
33
33
|
});
|
|
34
34
|
return /* @__PURE__ */ x(k.Provider, {
|
|
35
|
-
value:
|
|
36
|
-
children: /* @__PURE__ */ x(
|
|
37
|
-
open:
|
|
38
|
-
onOpenChange:
|
|
35
|
+
value: a,
|
|
36
|
+
children: /* @__PURE__ */ x(g, {
|
|
37
|
+
open: a,
|
|
38
|
+
onOpenChange: o,
|
|
39
39
|
...r
|
|
40
40
|
})
|
|
41
41
|
});
|
|
42
42
|
};
|
|
43
43
|
P.displayName = "DropdownMenuSub";
|
|
44
|
-
var F =
|
|
45
|
-
ref:
|
|
46
|
-
className:
|
|
47
|
-
...
|
|
44
|
+
var F = f, I = b.forwardRef(({ className: e, inset: t, children: i, ...a }, o) => /* @__PURE__ */ S(v, {
|
|
45
|
+
ref: o,
|
|
46
|
+
className: n("flex cursor-default select-none items-center gap-ds-03 rounded-control px-ds-03 py-ds-02b text-body-md outline-hidden focus:bg-surface-raised data-[state=open]:bg-surface-raised [&_svg]:pointer-events-none [&_svg]:h-ico-sm [&_svg]:w-ico-sm [&_svg]:shrink-0", t && "pl-ds-07", e),
|
|
47
|
+
...a,
|
|
48
48
|
children: [/* @__PURE__ */ x("span", {
|
|
49
49
|
className: "min-w-0 truncate",
|
|
50
|
-
children:
|
|
51
|
-
}), /* @__PURE__ */ x(
|
|
50
|
+
children: i
|
|
51
|
+
}), /* @__PURE__ */ x(r, {
|
|
52
52
|
icon: w,
|
|
53
53
|
size: "sm",
|
|
54
54
|
className: "ml-auto shrink-0"
|
|
55
55
|
})]
|
|
56
56
|
}));
|
|
57
|
-
I.displayName =
|
|
58
|
-
var L = b.forwardRef(({ className:
|
|
59
|
-
ref:
|
|
57
|
+
I.displayName = v.displayName;
|
|
58
|
+
var L = b.forwardRef(({ className: r, children: i, ...a }, o) => /* @__PURE__ */ x(E, { children: b.useContext(k) && /* @__PURE__ */ x(_, {
|
|
59
|
+
ref: o,
|
|
60
60
|
forceMount: !0,
|
|
61
61
|
asChild: !0,
|
|
62
|
-
...
|
|
62
|
+
...a,
|
|
63
63
|
children: /* @__PURE__ */ x(D.div, {
|
|
64
64
|
initial: {
|
|
65
65
|
opacity: 0,
|
|
@@ -74,22 +74,22 @@ var L = b.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */
|
|
|
74
74
|
scale: .95
|
|
75
75
|
},
|
|
76
76
|
transition: {
|
|
77
|
-
...
|
|
78
|
-
opacity:
|
|
77
|
+
...e.snappy,
|
|
78
|
+
opacity: t.fade
|
|
79
79
|
},
|
|
80
|
-
className:
|
|
81
|
-
children:
|
|
80
|
+
className: n("z-popover min-w-[8rem] overflow-hidden rounded-overlay bg-surface-overlay p-ds-02 text-surface-fg shadow-floating", r),
|
|
81
|
+
children: i
|
|
82
82
|
})
|
|
83
83
|
}) }));
|
|
84
|
-
L.displayName =
|
|
85
|
-
var R = b.forwardRef(({ className:
|
|
84
|
+
L.displayName = _.displayName;
|
|
85
|
+
var R = b.forwardRef(({ className: r, sideOffset: i = 4, children: a, ...s }, c) => /* @__PURE__ */ x(E, { children: b.useContext(O) && /* @__PURE__ */ x(d, {
|
|
86
86
|
forceMount: !0,
|
|
87
|
-
children: /* @__PURE__ */ x(
|
|
88
|
-
ref:
|
|
89
|
-
sideOffset:
|
|
87
|
+
children: /* @__PURE__ */ x(o, {
|
|
88
|
+
ref: c,
|
|
89
|
+
sideOffset: i,
|
|
90
90
|
forceMount: !0,
|
|
91
91
|
asChild: !0,
|
|
92
|
-
...
|
|
92
|
+
...s,
|
|
93
93
|
children: /* @__PURE__ */ x(D.div, {
|
|
94
94
|
initial: {
|
|
95
95
|
opacity: 0,
|
|
@@ -104,62 +104,62 @@ var R = b.forwardRef(({ className: e, sideOffset: n = 4, children: r, ...i }, a)
|
|
|
104
104
|
scale: .95
|
|
105
105
|
},
|
|
106
106
|
transition: {
|
|
107
|
-
...
|
|
108
|
-
opacity:
|
|
107
|
+
...e.snappy,
|
|
108
|
+
opacity: t.fade
|
|
109
109
|
},
|
|
110
|
-
className:
|
|
111
|
-
children:
|
|
110
|
+
className: n("z-popover min-w-[8rem] rounded-overlay bg-surface-overlay p-ds-02 text-surface-fg shadow-floating", r),
|
|
111
|
+
children: a
|
|
112
112
|
})
|
|
113
113
|
})
|
|
114
114
|
}) }));
|
|
115
|
-
R.displayName =
|
|
116
|
-
var z = b.forwardRef(({ className: e, inset: t, ...
|
|
115
|
+
R.displayName = o.displayName;
|
|
116
|
+
var z = b.forwardRef(({ className: e, inset: t, ...r }, i) => /* @__PURE__ */ x(c, {
|
|
117
117
|
ref: i,
|
|
118
|
-
className:
|
|
119
|
-
...
|
|
118
|
+
className: n("relative flex cursor-default select-none items-center gap-ds-03 rounded-control px-ds-03 py-ds-02b text-body-md outline-hidden transition-colors duration-fast-01 ease-productive-standard hover:bg-surface-raised focus:bg-surface-raised focus:text-surface-fg active:bg-surface-raised-hover data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled [&>svg]:h-ico-sm [&>svg]:w-ico-sm [&>svg]:shrink-0", t && "pl-ds-07", e),
|
|
119
|
+
...r
|
|
120
120
|
}));
|
|
121
|
-
z.displayName =
|
|
122
|
-
var B = b.forwardRef(({ className:
|
|
123
|
-
ref:
|
|
124
|
-
className:
|
|
125
|
-
checked:
|
|
126
|
-
...
|
|
121
|
+
z.displayName = c.displayName;
|
|
122
|
+
var B = b.forwardRef(({ className: e, children: t, checked: i, ...o }, s) => /* @__PURE__ */ S(a, {
|
|
123
|
+
ref: s,
|
|
124
|
+
className: n("relative flex cursor-default select-none items-center rounded-control py-ds-02b pl-ds-07 pr-ds-03 text-body-md outline-hidden transition-colors duration-fast-01 ease-productive-standard hover:bg-surface-raised focus:bg-surface-raised focus:text-surface-fg active:bg-surface-raised-hover data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled", e),
|
|
125
|
+
checked: i,
|
|
126
|
+
...o,
|
|
127
127
|
children: [/* @__PURE__ */ x("span", {
|
|
128
128
|
className: "absolute left-ds-03 flex h-ico-sm w-ico-sm items-center justify-center",
|
|
129
|
-
children: /* @__PURE__ */ x(
|
|
129
|
+
children: /* @__PURE__ */ x(l, { children: /* @__PURE__ */ x(r, {
|
|
130
130
|
icon: C,
|
|
131
131
|
size: "sm"
|
|
132
132
|
}) })
|
|
133
|
-
}),
|
|
133
|
+
}), t]
|
|
134
134
|
}));
|
|
135
|
-
B.displayName =
|
|
136
|
-
var V = b.forwardRef(({ className: e, children: t, ...
|
|
137
|
-
ref:
|
|
138
|
-
className:
|
|
139
|
-
...
|
|
135
|
+
B.displayName = a.displayName;
|
|
136
|
+
var V = b.forwardRef(({ className: e, children: t, ...r }, i) => /* @__PURE__ */ S(p, {
|
|
137
|
+
ref: i,
|
|
138
|
+
className: n("relative flex cursor-default select-none items-center rounded-control py-ds-02b pl-ds-07 pr-ds-03 text-body-md outline-hidden transition-colors duration-fast-01 ease-productive-standard hover:bg-surface-raised focus:bg-surface-raised focus:text-surface-fg active:bg-surface-raised-hover data-[disabled]:pointer-events-none data-[disabled]:opacity-action-disabled", e),
|
|
139
|
+
...r,
|
|
140
140
|
children: [/* @__PURE__ */ x("span", {
|
|
141
141
|
className: "absolute left-ds-03 flex h-ico-sm w-ico-sm items-center justify-center",
|
|
142
|
-
children: /* @__PURE__ */ x(
|
|
142
|
+
children: /* @__PURE__ */ x(l, { children: /* @__PURE__ */ x(T, { className: "h-2 w-2 fill-current" }) })
|
|
143
143
|
}), /* @__PURE__ */ x("span", {
|
|
144
144
|
className: "min-w-0 truncate",
|
|
145
145
|
children: t
|
|
146
146
|
})]
|
|
147
147
|
}));
|
|
148
|
-
V.displayName =
|
|
149
|
-
var H = b.forwardRef(({ className: e, inset: t, ...
|
|
150
|
-
ref:
|
|
151
|
-
className:
|
|
152
|
-
...
|
|
148
|
+
V.displayName = p.displayName;
|
|
149
|
+
var H = b.forwardRef(({ className: e, inset: t, ...r }, i) => /* @__PURE__ */ x(u, {
|
|
150
|
+
ref: i,
|
|
151
|
+
className: n("px-ds-03 py-ds-02b text-body-md font-semibold", t && "pl-ds-07", e),
|
|
152
|
+
...r
|
|
153
153
|
}));
|
|
154
|
-
H.displayName =
|
|
155
|
-
var U = b.forwardRef(({ className: e, ...t },
|
|
156
|
-
ref:
|
|
157
|
-
className:
|
|
154
|
+
H.displayName = u.displayName;
|
|
155
|
+
var U = b.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(h, {
|
|
156
|
+
ref: r,
|
|
157
|
+
className: n("-mx-ds-01 my-ds-02 h-px bg-surface-border", e),
|
|
158
158
|
...t
|
|
159
159
|
}));
|
|
160
|
-
U.displayName =
|
|
160
|
+
U.displayName = h.displayName;
|
|
161
161
|
var W = ({ className: e, ...t }) => /* @__PURE__ */ x("span", {
|
|
162
|
-
className:
|
|
162
|
+
className: n("ml-auto text-body-sm text-surface-fg-subtle", e),
|
|
163
163
|
...t
|
|
164
164
|
});
|
|
165
165
|
W.displayName = "DropdownMenuShortcut";
|
package/dist/ui/file-upload.d.ts
CHANGED
package/dist/ui/form.d.ts
CHANGED
package/dist/ui/hover-card.d.ts
CHANGED
package/dist/ui/hover-card.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { springs as e, tweens as t } from "./lib/motion.js";
|
|
3
|
+
import { cn as n } from "./lib/utils.js";
|
|
4
|
+
import { Content2 as r, Portal as i, Root2 as a, Trigger as o } from "../_chunks/primitives/react-hover-card.js";
|
|
5
5
|
import * as s from "react";
|
|
6
6
|
import { jsx as c } from "react/jsx-runtime";
|
|
7
7
|
import { AnimatePresence as l, motion as u } from "framer-motion";
|
|
8
8
|
//#region src/ui/hover-card.tsx
|
|
9
|
-
var d = s.createContext(!1), f = ({ open: e, defaultOpen: t = !1, onOpenChange:
|
|
10
|
-
let [
|
|
11
|
-
l || o(e),
|
|
12
|
-
}, [l,
|
|
9
|
+
var d = s.createContext(!1), f = ({ open: e, defaultOpen: t = !1, onOpenChange: n, ...r }) => {
|
|
10
|
+
let [i, o] = s.useState(t), l = e !== void 0, u = l ? e : i, f = s.useCallback((e) => {
|
|
11
|
+
l || o(e), n?.(e);
|
|
12
|
+
}, [l, n]);
|
|
13
13
|
return /* @__PURE__ */ c(d.Provider, {
|
|
14
14
|
value: u,
|
|
15
|
-
children: /* @__PURE__ */ c(
|
|
15
|
+
children: /* @__PURE__ */ c(a, {
|
|
16
16
|
open: u,
|
|
17
17
|
onOpenChange: f,
|
|
18
|
-
...
|
|
18
|
+
...r
|
|
19
19
|
})
|
|
20
20
|
});
|
|
21
21
|
};
|
|
22
22
|
f.displayName = "HoverCard";
|
|
23
|
-
var p =
|
|
23
|
+
var p = o, m = s.forwardRef(({ className: a, align: o = "center", sideOffset: f = 4, children: p, ...m }, h) => /* @__PURE__ */ c(l, { children: s.useContext(d) && /* @__PURE__ */ c(i, {
|
|
24
24
|
forceMount: !0,
|
|
25
|
-
children: /* @__PURE__ */ c(
|
|
25
|
+
children: /* @__PURE__ */ c(r, {
|
|
26
26
|
ref: h,
|
|
27
|
-
align:
|
|
27
|
+
align: o,
|
|
28
28
|
sideOffset: f,
|
|
29
29
|
forceMount: !0,
|
|
30
30
|
asChild: !0,
|
|
@@ -43,14 +43,14 @@ var p = r, m = s.forwardRef(({ className: n, align: r = "center", sideOffset: f
|
|
|
43
43
|
scale: .95
|
|
44
44
|
},
|
|
45
45
|
transition: {
|
|
46
|
-
...
|
|
47
|
-
opacity:
|
|
46
|
+
...e.snappy,
|
|
47
|
+
opacity: t.fade
|
|
48
48
|
},
|
|
49
|
-
className:
|
|
49
|
+
className: n("z-popover w-64 rounded-overlay bg-surface-overlay p-ds-05 shadow-floating outline-hidden", a),
|
|
50
50
|
children: p
|
|
51
51
|
})
|
|
52
52
|
})
|
|
53
53
|
}) }));
|
|
54
|
-
m.displayName =
|
|
54
|
+
m.displayName = r.displayName;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { f as HoverCard, m as HoverCardContent, p as HoverCardTrigger };
|
package/dist/ui/icon-button.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { IconInput } from './lib/icon-input';
|
|
1
|
+
import { ButtonProps } from './button.js';
|
|
2
|
+
import { IconInput } from './lib/icon-input.js';
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
type IconButtonSize = 'sm' | 'md' | 'lg';
|
|
6
5
|
/**
|
package/dist/ui/icon-group.d.ts
CHANGED
package/dist/ui/icon.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconSize, IconStroke } from './icon-context';
|
|
1
|
+
import { IconSize, IconStroke } from './icon-context.js';
|
|
3
2
|
import * as React from 'react';
|
|
4
3
|
/** Props accepted by Tabler icon components (and most SVG icon libraries) */
|
|
5
4
|
type IconComponentProps = Partial<Omit<React.ComponentPropsWithoutRef<'svg'>, 'stroke'>> & {
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
/**
|
|
3
2
|
* @module @devalok/shilp-sutra/ui
|
|
4
3
|
*
|
|
@@ -16,82 +15,82 @@
|
|
|
16
15
|
* // Client Component — barrel import:
|
|
17
16
|
* import { Button, Dialog } from '@devalok/shilp-sutra/ui'
|
|
18
17
|
*/
|
|
19
|
-
export { Button, type ButtonProps, buttonVariants } from './button';
|
|
20
|
-
export { ButtonGroup, type ButtonGroupProps, useButtonGroup } from './button-group';
|
|
21
|
-
export { ColorInput, type ColorInputProps } from './color-input';
|
|
22
|
-
export { Icon, type IconProps } from './icon';
|
|
23
|
-
export { IconButton, type IconButtonProps } from './icon-button';
|
|
24
|
-
export { IconContext, type IconContextValue, IconProvider, type IconSize, type IconStroke, useIconContext } from './icon-context';
|
|
25
|
-
export { IconGroup, type IconGroupProps } from './icon-group';
|
|
26
|
-
export { Input, type InputProps, type InputState, inputWrapperVariants } from './input';
|
|
27
|
-
export { Label, type LabelProps } from './label';
|
|
28
|
-
export { type FieldState } from './lib/field-state';
|
|
29
|
-
export { Separator, type SeparatorProps } from './separator';
|
|
30
|
-
export { SplitButton, type SplitButtonProps } from './split-button';
|
|
31
|
-
export { VisuallyHidden, type VisuallyHiddenProps } from './visually-hidden';
|
|
32
|
-
export { Autocomplete, type AutocompleteOption, type AutocompleteProps } from './autocomplete';
|
|
33
|
-
export { Combobox, type ComboboxOption, type ComboboxProps, type ComboboxSize, comboboxTriggerVariants } from './combobox';
|
|
34
|
-
export { FileUpload, type FileUploadProps } from './file-upload';
|
|
35
|
-
export { Checkbox, type CheckboxProps } from './checkbox';
|
|
36
|
-
export { FormField, type FormFieldProps, type FormHelperState, FormHelperText, type FormHelperTextProps, useFormField } from './form';
|
|
37
|
-
export { NumberInput, type NumberInputProps, type NumberInputSize, type NumberInputState, numberInputWrapperVariants } from './number-input';
|
|
38
|
-
export { RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps } from './radio';
|
|
39
|
-
export { SearchInput, type SearchInputProps } from './search-input';
|
|
40
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, selectTriggerVariants, SelectValue, } from './select';
|
|
41
|
-
export { Slider, type SliderColor, type SliderProps, type SliderSize, sliderThumbVariants, sliderTrackVariants } from './slider';
|
|
42
|
-
export { Switch, type SwitchProps } from './switch';
|
|
43
|
-
export { Textarea, type TextareaProps, textareaVariants } from './textarea';
|
|
44
|
-
export { Toggle, type ToggleProps, toggleVariants } from './toggle';
|
|
45
|
-
export { ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps } from './toggle-group';
|
|
46
|
-
export { TruncatedText, type TruncatedTextProps } from './truncated-text';
|
|
47
|
-
export { AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, } from './alert-dialog';
|
|
48
|
-
export { Collapsible, CollapsibleContent, type CollapsibleProps, CollapsibleTrigger } from './collapsible';
|
|
49
|
-
export { Dialog, DialogClose, DialogContent, type DialogContentProps, DialogContentRaw, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, type DialogTitleProps, DialogTrigger, } from './dialog';
|
|
50
|
-
export { HoverCard, HoverCardContent, type HoverCardContentProps, HoverCardTrigger } from './hover-card';
|
|
51
|
-
export { Popover, PopoverAnchor, PopoverContent, type PopoverContentProps, PopoverTrigger } from './popover';
|
|
52
|
-
export { Sheet, SheetClose, SheetContent, type SheetContentProps, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, } from './sheet';
|
|
53
|
-
export { Tooltip, TooltipContent, type TooltipContentProps, TooltipProvider, TooltipTrigger } from './tooltip';
|
|
54
|
-
export { Alert, type AlertProps, alertVariants } from './alert';
|
|
55
|
-
export { Banner, type BannerProps, bannerVariants } from './banner';
|
|
56
|
-
export { Spinner, type SpinnerProps } from './spinner';
|
|
57
|
-
export { AspectRatio } from './aspect-ratio';
|
|
58
|
-
export { Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarProps, type AvatarRing, type AvatarStatus, avatarVariants } from './avatar';
|
|
59
|
-
export { Badge, type BadgeProps, badgeVariants } from './badge';
|
|
60
|
-
export { BadgeGroup, type BadgeGroupProps } from './badge-group';
|
|
61
|
-
export { BadgeIndicator, type BadgeIndicatorProps } from './badge-indicator';
|
|
62
|
-
export { Card, CardAction, type CardActionPlacement, type CardActionProps, CardBleed, type CardBleedProps, type CardBleedSide, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardSection, CardTitle, cardVariants } from './card';
|
|
63
|
-
export { Code, type CodeProps } from './code';
|
|
64
|
-
export { ColorSwatch, type ColorSwatchProps } from './color-swatch';
|
|
65
|
-
export { Dot, type DotColor, type DotProps, type DotSize, type DotVariant, dotVariants } from './dot';
|
|
66
|
-
export { Progress, type ProgressColor, ProgressIndicator, type ProgressIndicatorProps, progressIndicatorVariants, ProgressLabel, type ProgressLabelProps, type ProgressProps, ProgressRoot, type ProgressRootProps, ProgressSegment, type ProgressSegmentProps, type ProgressSize, ProgressTrack, type ProgressTrackProps, progressTrackVariants, ProgressValue, type ProgressValueProps, } from './progress';
|
|
67
|
-
export { MultiProgressRing, type MultiProgressRingProps, ProgressRing, type ProgressRingProps } from './progress-ring';
|
|
68
|
-
export { Skeleton, SkeletonAvatar, type SkeletonAvatarProps, SkeletonButton, type SkeletonButtonProps, SkeletonChart, type SkeletonChartProps, SkeletonGroup, type SkeletonGroupProps, SkeletonImage, type SkeletonImageProps, SkeletonInput, type SkeletonInputProps, type SkeletonProps, SkeletonText, type SkeletonTextProps, skeletonVariants, } from './skeleton';
|
|
69
|
-
export { StatCard, type StatCardProps } from './stat-card';
|
|
70
|
-
export { type FlashPreset, type FlashSpec, type FlashSpeed, type FlashTone, StatFlash, type StatFlashProps, } from './stat-flash';
|
|
71
|
-
export { Surface, type SurfaceProps, surfaceVariants } from './surface';
|
|
72
|
-
export { Table, TableBody, TableCaption, TableCell, type TableCellBaseProps, type TableCellProps, type TableDensity, TableFooter, TableHead, TableHeader, type TableProps, TableRow, TableRowActions, type TableRowActionsProps, type TableRowProps } from './table';
|
|
73
|
-
export { TableRowLink, type TableRowLinkProps } from './table-row-link';
|
|
74
|
-
export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionTrigger, type AccordionTriggerProps } from './accordion';
|
|
75
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, BreadcrumbPage, type BreadcrumbProps, BreadcrumbSeparator, } from './breadcrumb';
|
|
76
|
-
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, ContextMenuItem, type ContextMenuItemProps, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from './context-menu';
|
|
77
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, } from './dropdown-menu';
|
|
78
|
-
export { Menubar, MenubarCheckboxItem, MenubarContent, type MenubarContentProps, MenubarGroup, MenubarItem, type MenubarItemProps, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from './menubar';
|
|
79
|
-
export { NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, type NavigationMenuProps, NavigationMenuTrigger, NavigationMenuViewport, } from './navigation-menu';
|
|
80
|
-
export { generatePagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNav, type PaginationNavProps, PaginationNext, PaginationPrevious, PaginationRoot, } from './pagination';
|
|
81
|
-
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, type SidebarProps, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, } from './sidebar';
|
|
82
|
-
export { Tabs, type TabsColor, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsOrientation, type TabsProps, type TabsSize, TabsTrigger, type TabsTriggerProps } from './tabs';
|
|
83
|
-
export { Step, Stepper, type StepperProps, type StepProps } from './stepper';
|
|
84
|
-
export { Text, type TextProps, type TextVariant, textVariants } from './text';
|
|
85
|
-
export { Container, type ContainerProps } from './container';
|
|
86
|
-
export { type SpacingToken, Stack, type StackProps } from './stack';
|
|
87
|
-
export { TreeItem, type TreeItemProps, type TreeNode, TreeView, type TreeViewProps, useTree } from './tree-view';
|
|
88
|
-
export { SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, type SegmentedControlSize, type SegmentedControlVariant, } from './segmented-control';
|
|
89
|
-
export { DevalokGrain, type DevalokGrainProps, type GrainIntensity } from './devalok-grain';
|
|
90
|
-
export { DateSeparator, type DateSeparatorProps, Message, type MessageActionProps, type MessageActionsProps, type MessageAuthorProps, type MessageAvatarProps, type MessageBodyProps, type MessageContentProps, type MessageContextValue, type MessageEditableBodyProps, MessageInput, type MessageInputProps, MessageList, type MessageListProps, type MessageProps, type MessageReactionsProps, SystemMessage, type SystemMessageProps, TypingIndicator, type TypingIndicatorProps, UnreadSeparator, type UnreadSeparatorProps, useMessageContext, } from './chat';
|
|
91
|
-
export { Link, type LinkProps } from './link';
|
|
92
|
-
export { getOAuthLabel, getOAuthName, OAuth, type OAuthAppearance, OAuthButton, type OAuthButtonProps, OAuthConnectionRow, type OAuthConnectionRowProps, OAuthDivider, type OAuthDividerProps, OAuthGlyph, type OAuthGlyphProps, OAuthGroup, type OAuthGroupProps, type OAuthIntent, type OAuthProvider, type OAuthVariant, } from './oauth-button';
|
|
93
|
-
export { formatRelativeTime } from './lib/date-utils';
|
|
94
|
-
export type { SpringPreset, TweenPreset } from './lib/motion';
|
|
95
|
-
export { springs, stagger, tweens, withReducedMotion } from './lib/motion';
|
|
96
|
-
export { cn } from './lib/utils';
|
|
18
|
+
export { Button, type ButtonProps, buttonVariants } from './button.js';
|
|
19
|
+
export { ButtonGroup, type ButtonGroupProps, useButtonGroup } from './button-group.js';
|
|
20
|
+
export { ColorInput, type ColorInputProps } from './color-input.js';
|
|
21
|
+
export { Icon, type IconProps } from './icon.js';
|
|
22
|
+
export { IconButton, type IconButtonProps } from './icon-button.js';
|
|
23
|
+
export { IconContext, type IconContextValue, IconProvider, type IconSize, type IconStroke, useIconContext } from './icon-context.js';
|
|
24
|
+
export { IconGroup, type IconGroupProps } from './icon-group.js';
|
|
25
|
+
export { Input, type InputProps, type InputState, inputWrapperVariants } from './input.js';
|
|
26
|
+
export { Label, type LabelProps } from './label.js';
|
|
27
|
+
export { type FieldState } from './lib/field-state.js';
|
|
28
|
+
export { Separator, type SeparatorProps } from './separator.js';
|
|
29
|
+
export { SplitButton, type SplitButtonPlacement, type SplitButtonProps } from './split-button.js';
|
|
30
|
+
export { VisuallyHidden, type VisuallyHiddenProps } from './visually-hidden.js';
|
|
31
|
+
export { Autocomplete, type AutocompleteOption, type AutocompleteProps } from './autocomplete.js';
|
|
32
|
+
export { Combobox, type ComboboxOption, type ComboboxProps, type ComboboxSize, comboboxTriggerVariants } from './combobox.js';
|
|
33
|
+
export { FileUpload, type FileUploadProps } from './file-upload.js';
|
|
34
|
+
export { Checkbox, type CheckboxProps } from './checkbox.js';
|
|
35
|
+
export { FormField, type FormFieldProps, type FormHelperState, FormHelperText, type FormHelperTextProps, useFormField } from './form.js';
|
|
36
|
+
export { NumberInput, type NumberInputProps, type NumberInputSize, type NumberInputState, numberInputWrapperVariants } from './number-input.js';
|
|
37
|
+
export { RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps } from './radio.js';
|
|
38
|
+
export { SearchInput, type SearchInputProps } from './search-input.js';
|
|
39
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, selectTriggerVariants, SelectValue, } from './select.js';
|
|
40
|
+
export { Slider, type SliderColor, type SliderProps, type SliderSize, sliderThumbVariants, sliderTrackVariants } from './slider.js';
|
|
41
|
+
export { Switch, type SwitchProps } from './switch.js';
|
|
42
|
+
export { Textarea, type TextareaProps, textareaVariants } from './textarea.js';
|
|
43
|
+
export { Toggle, type ToggleProps, toggleVariants } from './toggle.js';
|
|
44
|
+
export { ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps } from './toggle-group.js';
|
|
45
|
+
export { TruncatedText, type TruncatedTextProps } from './truncated-text.js';
|
|
46
|
+
export { AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, } from './alert-dialog.js';
|
|
47
|
+
export { Collapsible, CollapsibleContent, type CollapsibleProps, CollapsibleTrigger } from './collapsible.js';
|
|
48
|
+
export { Dialog, DialogClose, DialogContent, type DialogContentProps, DialogContentRaw, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, type DialogTitleProps, DialogTrigger, } from './dialog.js';
|
|
49
|
+
export { HoverCard, HoverCardContent, type HoverCardContentProps, HoverCardTrigger } from './hover-card.js';
|
|
50
|
+
export { Popover, PopoverAnchor, PopoverContent, type PopoverContentProps, PopoverTrigger } from './popover.js';
|
|
51
|
+
export { Sheet, SheetClose, SheetContent, type SheetContentProps, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, } from './sheet.js';
|
|
52
|
+
export { Tooltip, TooltipContent, type TooltipContentProps, TooltipProvider, TooltipTrigger } from './tooltip.js';
|
|
53
|
+
export { Alert, type AlertProps, alertVariants } from './alert.js';
|
|
54
|
+
export { Banner, type BannerProps, bannerVariants } from './banner.js';
|
|
55
|
+
export { Spinner, type SpinnerProps } from './spinner.js';
|
|
56
|
+
export { AspectRatio } from './aspect-ratio.js';
|
|
57
|
+
export { Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarProps, type AvatarRing, type AvatarStatus, avatarVariants } from './avatar.js';
|
|
58
|
+
export { Badge, type BadgeProps, badgeVariants } from './badge.js';
|
|
59
|
+
export { BadgeGroup, type BadgeGroupProps } from './badge-group.js';
|
|
60
|
+
export { BadgeIndicator, type BadgeIndicatorProps } from './badge-indicator.js';
|
|
61
|
+
export { Card, CardAction, type CardActionPlacement, type CardActionProps, CardBleed, type CardBleedProps, type CardBleedSide, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardSection, CardTitle, cardVariants } from './card.js';
|
|
62
|
+
export { Code, type CodeProps } from './code.js';
|
|
63
|
+
export { ColorSwatch, type ColorSwatchProps } from './color-swatch.js';
|
|
64
|
+
export { Dot, type DotColor, type DotProps, type DotSize, type DotVariant, dotVariants } from './dot.js';
|
|
65
|
+
export { Progress, type ProgressColor, ProgressIndicator, type ProgressIndicatorProps, progressIndicatorVariants, ProgressLabel, type ProgressLabelProps, type ProgressProps, ProgressRoot, type ProgressRootProps, ProgressSegment, type ProgressSegmentProps, type ProgressSize, ProgressTrack, type ProgressTrackProps, progressTrackVariants, ProgressValue, type ProgressValueProps, } from './progress.js';
|
|
66
|
+
export { MultiProgressRing, type MultiProgressRingProps, ProgressRing, type ProgressRingProps } from './progress-ring.js';
|
|
67
|
+
export { Skeleton, SkeletonAvatar, type SkeletonAvatarProps, SkeletonButton, type SkeletonButtonProps, SkeletonChart, type SkeletonChartProps, SkeletonGroup, type SkeletonGroupProps, SkeletonImage, type SkeletonImageProps, SkeletonInput, type SkeletonInputProps, type SkeletonProps, SkeletonText, type SkeletonTextProps, skeletonVariants, } from './skeleton.js';
|
|
68
|
+
export { StatCard, type StatCardProps } from './stat-card.js';
|
|
69
|
+
export { type FlashPreset, type FlashSpec, type FlashSpeed, type FlashTone, StatFlash, type StatFlashProps, } from './stat-flash.js';
|
|
70
|
+
export { Surface, type SurfaceProps, surfaceVariants } from './surface.js';
|
|
71
|
+
export { Table, TableBody, TableCaption, TableCell, type TableCellBaseProps, type TableCellProps, type TableDensity, TableFooter, TableHead, TableHeader, type TableProps, TableRow, TableRowActions, type TableRowActionsProps, type TableRowProps } from './table.js';
|
|
72
|
+
export { TableRowLink, type TableRowLinkProps } from './table-row-link.js';
|
|
73
|
+
export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionTrigger, type AccordionTriggerProps } from './accordion.js';
|
|
74
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, BreadcrumbPage, type BreadcrumbProps, BreadcrumbSeparator, } from './breadcrumb.js';
|
|
75
|
+
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, ContextMenuItem, type ContextMenuItemProps, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from './context-menu.js';
|
|
76
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, } from './dropdown-menu.js';
|
|
77
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, type MenubarContentProps, MenubarGroup, MenubarItem, type MenubarItemProps, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from './menubar.js';
|
|
78
|
+
export { NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, type NavigationMenuProps, NavigationMenuTrigger, NavigationMenuViewport, } from './navigation-menu.js';
|
|
79
|
+
export { generatePagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNav, type PaginationNavProps, PaginationNext, PaginationPrevious, PaginationRoot, } from './pagination.js';
|
|
80
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, type SidebarProps, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, } from './sidebar.js';
|
|
81
|
+
export { Tabs, type TabsColor, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsOrientation, type TabsProps, type TabsSize, TabsTrigger, type TabsTriggerProps } from './tabs.js';
|
|
82
|
+
export { Step, Stepper, type StepperProps, type StepProps } from './stepper.js';
|
|
83
|
+
export { Text, type TextProps, type TextVariant, textVariants } from './text.js';
|
|
84
|
+
export { Container, type ContainerProps } from './container.js';
|
|
85
|
+
export { type SpacingToken, Stack, type StackProps } from './stack.js';
|
|
86
|
+
export { TreeItem, type TreeItemProps, type TreeNode, TreeView, type TreeViewProps, useTree } from './tree-view/index.js';
|
|
87
|
+
export { SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, type SegmentedControlSize, type SegmentedControlVariant, } from './segmented-control.js';
|
|
88
|
+
export { DevalokGrain, type DevalokGrainProps, type GrainIntensity } from './devalok-grain.js';
|
|
89
|
+
export { DateSeparator, type DateSeparatorProps, Message, type MessageActionProps, type MessageActionsProps, type MessageAuthorProps, type MessageAvatarProps, type MessageBodyProps, type MessageContentProps, type MessageContextValue, type MessageEditableBodyProps, MessageInput, type MessageInputProps, MessageList, type MessageListProps, type MessageProps, type MessageReactionsProps, SystemMessage, type SystemMessageProps, TypingIndicator, type TypingIndicatorProps, UnreadSeparator, type UnreadSeparatorProps, useMessageContext, } from './chat/index.js';
|
|
90
|
+
export { Link, type LinkProps } from './link.js';
|
|
91
|
+
export { getOAuthLabel, getOAuthName, OAuth, type OAuthAppearance, OAuthButton, type OAuthButtonProps, OAuthConnectionRow, type OAuthConnectionRowProps, OAuthDivider, type OAuthDividerProps, OAuthGlyph, type OAuthGlyphProps, OAuthGroup, type OAuthGroupProps, type OAuthIntent, type OAuthProvider, type OAuthVariant, } from './oauth-button/index.js';
|
|
92
|
+
export { formatRelativeTime } from './lib/date-utils.js';
|
|
93
|
+
export type { SpringPreset, TweenPreset } from './lib/motion.js';
|
|
94
|
+
export { springs, stagger, tweens, withReducedMotion } from './lib/motion.js';
|
|
95
|
+
export { cn } from './lib/utils.js';
|
|
97
96
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/ui/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAOH,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAC,cAAc,EAAE,MAAM,UAAU,CAAA;AAClE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAC,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAClF,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAA;AAChE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,YAAY,EAAE,KAAK,QAAQ,EAAE,KAAK,UAAU,EAAC,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAChI,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,cAAc,CAAA;AAC7D,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,KAAK,UAAU,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AACvF,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"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"}
|