@epilot/volt-ui-experimental-griffel 0.2.1 → 0.3.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/ADOPTING.md +416 -0
- package/README.md +96 -17
- package/dist/_virtual/jsx-dev-runtime.js +5 -0
- package/dist/_virtual/jsx-dev-runtime.js.map +1 -0
- package/dist/_virtual/react-jsx-dev-runtime.development.js +5 -0
- package/dist/_virtual/react-jsx-dev-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-dev-runtime.production.js +5 -0
- package/dist/_virtual/react-jsx-dev-runtime.production.js.map +1 -0
- package/dist/components/accordion/accordion.js +126 -66
- package/dist/components/accordion/accordion.js.map +1 -1
- package/dist/components/alert-dialog/alert-dialog.js +239 -137
- package/dist/components/alert-dialog/alert-dialog.js.map +1 -1
- package/dist/components/avatar/avatar-group.js +102 -47
- package/dist/components/avatar/avatar-group.js.map +1 -1
- package/dist/components/avatar/avatar.js +99 -76
- package/dist/components/avatar/avatar.js.map +1 -1
- package/dist/components/badge/badge.js +56 -40
- package/dist/components/badge/badge.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +97 -49
- package/dist/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/components/button/button.js +89 -78
- package/dist/components/button/button.js.map +1 -1
- package/dist/components/button-group/button-group.js +57 -33
- package/dist/components/button-group/button-group.js.map +1 -1
- package/dist/components/callout/callout.js +288 -164
- package/dist/components/callout/callout.js.map +1 -1
- package/dist/components/card/card.js +138 -82
- package/dist/components/card/card.js.map +1 -1
- package/dist/components/checkbox/checkbox.js +100 -49
- package/dist/components/checkbox/checkbox.js.map +1 -1
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js +155 -107
- package/dist/components/collapsible-sidebar/collapsible-sidebar.js.map +1 -1
- package/dist/components/command/command.js +295 -156
- package/dist/components/command/command.js.map +1 -1
- package/dist/components/data-table/data-table-body.js +114 -54
- package/dist/components/data-table/data-table-body.js.map +1 -1
- package/dist/components/data-table/data-table-column-header.js +117 -45
- package/dist/components/data-table/data-table-column-header.js.map +1 -1
- package/dist/components/data-table/data-table-column-visibility.js +98 -39
- package/dist/components/data-table/data-table-column-visibility.js.map +1 -1
- package/dist/components/data-table/data-table-content.js +90 -58
- package/dist/components/data-table/data-table-content.js.map +1 -1
- package/dist/components/data-table/data-table-error.js +86 -42
- package/dist/components/data-table/data-table-error.js.map +1 -1
- package/dist/components/data-table/data-table-header.js +88 -54
- package/dist/components/data-table/data-table-header.js.map +1 -1
- package/dist/components/data-table/data-table-loading.js +30 -18
- package/dist/components/data-table/data-table-loading.js.map +1 -1
- package/dist/components/data-table/data-table-pagination.js +27 -19
- package/dist/components/data-table/data-table-pagination.js.map +1 -1
- package/dist/components/data-table/data-table-row.js +87 -64
- package/dist/components/data-table/data-table-row.js.map +1 -1
- package/dist/components/data-table/data-table-toolbar.js +24 -16
- package/dist/components/data-table/data-table-toolbar.js.map +1 -1
- package/dist/components/data-table/data-table.js +182 -145
- package/dist/components/data-table/data-table.js.map +1 -1
- package/dist/components/date-range-picker/date-range-picker.js +342 -214
- package/dist/components/date-range-picker/date-range-picker.js.map +1 -1
- package/dist/components/date-range-picker/range-calendar.js +132 -92
- package/dist/components/date-range-picker/range-calendar.js.map +1 -1
- package/dist/components/date-time-picker/calendar.js +507 -323
- package/dist/components/date-time-picker/calendar.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-context.js +64 -60
- package/dist/components/date-time-picker/date-time-picker-context.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-input.js +249 -149
- package/dist/components/date-time-picker/date-time-picker-input.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-panel.js +270 -156
- package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-popover.js +22 -14
- package/dist/components/date-time-picker/date-time-picker-popover.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker.js +118 -70
- package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
- package/dist/components/date-time-picker/time-picker.js +204 -132
- package/dist/components/date-time-picker/time-picker.js.map +1 -1
- package/dist/components/density-provider/density-provider.js +48 -0
- package/dist/components/density-provider/density-provider.js.map +1 -0
- package/dist/components/dialog/dialog.js +281 -151
- package/dist/components/dialog/dialog.js.map +1 -1
- package/dist/components/drawer/drawer.js +272 -162
- package/dist/components/drawer/drawer.js.map +1 -1
- package/dist/components/dropdown-menu/dropdown-menu.js +376 -193
- package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -1
- package/dist/components/field/field-combobox.js +447 -240
- package/dist/components/field/field-combobox.js.map +1 -1
- package/dist/components/field/field-select.js +23 -19
- package/dist/components/field/field-select.js.map +1 -1
- package/dist/components/field/field.js +315 -206
- package/dist/components/field/field.js.map +1 -1
- package/dist/components/label/label.js +24 -16
- package/dist/components/label/label.js.map +1 -1
- package/dist/components/list/list.js +623 -369
- package/dist/components/list/list.js.map +1 -1
- package/dist/components/option-card/option-card.js +323 -159
- package/dist/components/option-card/option-card.js.map +1 -1
- package/dist/components/pill/pill.js +91 -72
- package/dist/components/pill/pill.js.map +1 -1
- package/dist/components/popover/popover.js +99 -54
- package/dist/components/popover/popover.js.map +1 -1
- package/dist/components/radio/radio.js +92 -49
- package/dist/components/radio/radio.js.map +1 -1
- package/dist/components/scroll-overflow/scroll-overflow.js +349 -197
- package/dist/components/scroll-overflow/scroll-overflow.js.map +1 -1
- package/dist/components/segmented-control/segmented-control.js +141 -97
- package/dist/components/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/select/select.js +452 -227
- package/dist/components/select/select.js.map +1 -1
- package/dist/components/separator/separator.js +24 -16
- package/dist/components/separator/separator.js.map +1 -1
- package/dist/components/skeleton/skeleton.js +78 -38
- package/dist/components/skeleton/skeleton.js.map +1 -1
- package/dist/components/spinner/spinner.js +44 -20
- package/dist/components/spinner/spinner.js.map +1 -1
- package/dist/components/switch/switch.js +163 -86
- package/dist/components/switch/switch.js.map +1 -1
- package/dist/components/table/table-pagination.js +468 -210
- package/dist/components/table/table-pagination.js.map +1 -1
- package/dist/components/table/table.js +212 -144
- package/dist/components/table/table.js.map +1 -1
- package/dist/components/tabs/tabs.js +94 -58
- package/dist/components/tabs/tabs.js.map +1 -1
- package/dist/components/text/text.js +40 -32
- package/dist/components/text/text.js.map +1 -1
- package/dist/components/toast/toast.js +189 -113
- package/dist/components/toast/toast.js.map +1 -1
- package/dist/components/toggle/toggle-group.js +40 -24
- package/dist/components/toggle/toggle-group.js.map +1 -1
- package/dist/components/toggle/toggle.js +50 -42
- package/dist/components/toggle/toggle.js.map +1 -1
- package/dist/components/tooltip/tooltip.js +101 -55
- package/dist/components/tooltip/tooltip.js.map +1 -1
- package/dist/index.d.ts +1675 -1068
- package/dist/index.js +286 -280
- package/dist/index.js.map +1 -1
- package/dist/lib/clear-button.js +27 -15
- package/dist/lib/clear-button.js.map +1 -1
- package/dist/lib/icons.js +18 -6
- package/dist/lib/icons.js.map +1 -1
- package/dist/packages/volt-runtime/dist/sheet.js +27 -10
- package/dist/packages/volt-runtime/dist/sheet.js.map +1 -1
- package/dist/packages/volt-runtime/dist/styles/recipe.js +76 -0
- package/dist/packages/volt-runtime/dist/styles/recipe.js.map +1 -0
- package/dist/styles/document-context.js +12 -0
- package/dist/styles/document-context.js.map +1 -0
- package/dist/styles/make-styles.js +18 -10
- package/dist/styles/make-styles.js.map +1 -1
- package/dist/tokens/core.generated.js +1239 -1153
- package/dist/tokens/core.generated.js.map +1 -1
- package/dist/tokens/index.d.ts +1103 -1054
- package/dist/tokens/index.js +1045 -996
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/install.js +25 -9
- package/dist/tokens/install.js.map +1 -1
- package/dist/tokens/palette.generated.js +1323 -1293
- package/dist/tokens/palette.generated.js.map +1 -1
- package/dist/tokens/use-palette-tokens.js +20 -0
- package/dist/tokens/use-palette-tokens.js.map +1 -0
- package/dist/tokens.json +127 -2
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js +236 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js.map +1 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js +21 -0
- package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js.map +1 -0
- package/dist/vendor/react/jsx-dev-runtime.js +9 -0
- package/dist/vendor/react/jsx-dev-runtime.js.map +1 -0
- package/package.json +17 -4
- package/scripts/migration-diagnostics-core.mjs +859 -0
- package/scripts/migration-diagnostics.mjs +353 -0
- package/scripts/migration-sweep.mjs +179 -0
- package/testing/jest-preset.cjs +64 -0
- package/dist/packages/volt-runtime/dist/styles/make-styles.js +0 -22
- package/dist/packages/volt-runtime/dist/styles/make-styles.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,291 +1,297 @@
|
|
|
1
1
|
import * as o from "./tokens/index.js";
|
|
2
|
-
import { ensureCoreTokens as t, ensurePaletteTokens as a } from "./tokens/install.js";
|
|
3
|
-
import { makeVoltResetStyles as
|
|
4
|
-
import { BADGE_COLORS as
|
|
5
|
-
import { Breadcrumb as
|
|
6
|
-
import { Callout as
|
|
7
|
-
import { Card as
|
|
8
|
-
import { PILL_COLORS as
|
|
9
|
-
import { Separator as
|
|
10
|
-
import { Skeleton as
|
|
11
|
-
import { Spinner as
|
|
12
|
-
import { Table as
|
|
13
|
-
import { Accordion as
|
|
14
|
-
import { Button as
|
|
15
|
-
import { ButtonGroup as
|
|
16
|
-
import { Checkbox as
|
|
17
|
-
import { Label as
|
|
18
|
-
import { RadioGroup as
|
|
19
|
-
import { Switch as
|
|
20
|
-
import { Avatar as
|
|
21
|
-
import { AvatarGroup as
|
|
22
|
-
import { Tabs as go, TabsContent as
|
|
23
|
-
import { Toggle as
|
|
24
|
-
import { ToggleGroup as
|
|
25
|
-
import { AlertDialog as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
2
|
+
import { ensureCoreTokens as t, ensurePaletteTokens as a, ensurePaletteTokensFor as l } from "./tokens/install.js";
|
|
3
|
+
import { makeVoltResetStyles as n, makeVoltStyles as p } from "./styles/make-styles.js";
|
|
4
|
+
import { BADGE_COLORS as d, Badge as x } from "./components/badge/badge.js";
|
|
5
|
+
import { Breadcrumb as b, BreadcrumbItem as f } from "./components/breadcrumb/breadcrumb.js";
|
|
6
|
+
import { Callout as u, CalloutAction as s, CalloutDescription as T, CalloutTitle as g } from "./components/callout/callout.js";
|
|
7
|
+
import { Card as S, CardAction as F, CardContent as P, CardDescription as w, CardFooter as A, CardHeader as L, CardTitle as I } from "./components/card/card.js";
|
|
8
|
+
import { PILL_COLORS as O, Pill as k } from "./components/pill/pill.js";
|
|
9
|
+
import { Separator as v } from "./components/separator/separator.js";
|
|
10
|
+
import { Skeleton as B } from "./components/skeleton/skeleton.js";
|
|
11
|
+
import { Spinner as h } from "./components/spinner/spinner.js";
|
|
12
|
+
import { Table as V, TableBody as E, TableCaption as _, TableCell as N, TableDensityContext as U, TableFooter as j, TableHead as q, TableHeader as z, TableRow as J } from "./components/table/table.js";
|
|
13
|
+
import { Accordion as Q, AccordionContent as W, AccordionItem as X, AccordionTrigger as Y } from "./components/accordion/accordion.js";
|
|
14
|
+
import { Button as $ } from "./components/button/button.js";
|
|
15
|
+
import { ButtonGroup as eo, ButtonGroupSeparator as ro, ButtonGroupText as to } from "./components/button-group/button-group.js";
|
|
16
|
+
import { Checkbox as lo } from "./components/checkbox/checkbox.js";
|
|
17
|
+
import { Label as no } from "./components/label/label.js";
|
|
18
|
+
import { RadioGroup as mo, RadioGroupItem as xo } from "./components/radio/radio.js";
|
|
19
|
+
import { Switch as bo } from "./components/switch/switch.js";
|
|
20
|
+
import { Avatar as Do } from "./components/avatar/avatar.js";
|
|
21
|
+
import { AvatarGroup as so } from "./components/avatar/avatar-group.js";
|
|
22
|
+
import { Tabs as go, TabsContent as co, TabsList as So, TabsTrigger as Fo } from "./components/tabs/tabs.js";
|
|
23
|
+
import { Toggle as wo } from "./components/toggle/toggle.js";
|
|
24
|
+
import { ToggleGroup as Lo, ToggleGroupItem as Io } from "./components/toggle/toggle-group.js";
|
|
25
|
+
import { AlertDialog as Oo, AlertDialogAction as ko, AlertDialogCancel as Mo, AlertDialogContent as vo, AlertDialogDescription as Ro, AlertDialogFooter as Bo, AlertDialogHeader as yo, AlertDialogOverlay as ho, AlertDialogPortal as Ho, AlertDialogTitle as Vo, AlertDialogTrigger as Eo } from "./components/alert-dialog/alert-dialog.js";
|
|
26
|
+
import { DensityProvider as No, useDensity as Uo } from "./components/density-provider/density-provider.js";
|
|
27
|
+
import { Dialog as qo, DialogClose as zo, DialogContent as Jo, DialogDescription as Ko, DialogFooter as Qo, DialogHeader as Wo, DialogOverlay as Xo, DialogPortal as Yo, DialogTitle as Zo, DialogTrigger as $o } from "./components/dialog/dialog.js";
|
|
28
|
+
import { Drawer as ee, DrawerClose as re, DrawerContent as te, DrawerDescription as ae, DrawerFooter as le, DrawerHeader as ie, DrawerOverlay as ne, DrawerPortal as pe, DrawerTitle as me, DrawerTrigger as de } from "./components/drawer/drawer.js";
|
|
29
|
+
import { DropdownMenu as Ce, DropdownMenuCheckboxItem as be, DropdownMenuContent as fe, DropdownMenuGroup as De, DropdownMenuItem as ue, DropdownMenuLabel as se, DropdownMenuPortal as Te, DropdownMenuRadioGroup as ge, DropdownMenuRadioItem as ce, DropdownMenuSeparator as Se, DropdownMenuShortcut as Fe, DropdownMenuSub as Pe, DropdownMenuSubContent as we, DropdownMenuSubTrigger as Ae, DropdownMenuTrigger as Le } from "./components/dropdown-menu/dropdown-menu.js";
|
|
30
|
+
import { Popover as Ge, PopoverAnchor as Oe, PopoverContent as ke, PopoverPortal as Me, PopoverTrigger as ve } from "./components/popover/popover.js";
|
|
31
|
+
import { ScrollOverflow as Be, useScrollOverflow as ye } from "./components/scroll-overflow/scroll-overflow.js";
|
|
32
|
+
import { Select as He, SelectContent as Ve, SelectGroup as Ee, SelectItem as _e, SelectLabel as Ne, SelectScrollDownButton as Ue, SelectScrollUpButton as je, SelectSeparator as qe, SelectTriggerClear as ze, SelectValue as Je } from "./components/select/select.js";
|
|
33
|
+
import { Toaster as Qe } from "./components/toast/toast.js";
|
|
34
|
+
import { Tooltip as Xe, TooltipContent as Ye, TooltipPortal as Ze, TooltipProvider as $e, TooltipTrigger as or } from "./components/tooltip/tooltip.js";
|
|
35
|
+
import { CollapsibleSidebar as rr, CollapsibleSidebarCondensed as tr, CollapsibleSidebarContent as ar, CollapsibleSidebarToggle as lr, useCollapsibleSidebar as ir } from "./components/collapsible-sidebar/collapsible-sidebar.js";
|
|
36
|
+
import { Field as pr, FieldContent as mr, FieldDescription as dr, FieldError as xr, FieldGroup as Cr, FieldGroupAddon as br, FieldInput as fr, FieldInputGroup as Dr, FieldLabel as ur, FieldLabelContent as sr, FieldSet as Tr, FieldTextarea as gr, fieldDescriptionVariants as cr, fieldVariants as Sr, inputGroupAddonVariants as Fr, useFieldContext as Pr } from "./components/field/field.js";
|
|
37
|
+
import { SelectTrigger as Ar } from "./components/field/field-select.js";
|
|
38
|
+
import { FieldCombobox as Ir, FieldComboboxClear as Gr, FieldComboboxClearValue as Or, FieldComboboxContent as kr, FieldComboboxEmpty as Mr, FieldComboboxGroup as vr, FieldComboboxGroupLabel as Rr, FieldComboboxInput as Br, FieldComboboxItem as yr, FieldComboboxItemCheckIcon as hr, FieldComboboxList as Hr, FieldComboboxLoading as Vr, FieldComboboxPlaceholder as Er, FieldComboboxSeparator as _r, FieldComboboxTrigger as Nr, FieldComboboxValue as Ur } from "./components/field/field-combobox.js";
|
|
39
|
+
import { List as qr, ListGroup as zr, ListGroupContent as Jr, ListGroupLabel as Kr, ListItem as Qr, ListItemActions as Wr, ListItemDescription as Xr, ListItemText as Yr } from "./components/list/list.js";
|
|
40
|
+
import { OptionCard as $r, OptionCardContent as ot, OptionCardControl as et, OptionCardDescription as rt, OptionCardGroup as tt, OptionCardMedia as at, OptionCardTitle as lt } from "./components/option-card/option-card.js";
|
|
41
|
+
import { SegmentedControl as nt, SegmentedControlItem as pt } from "./components/segmented-control/segmented-control.js";
|
|
42
|
+
import { DateTimePicker as dt } from "./components/date-time-picker/date-time-picker.js";
|
|
43
|
+
import { DateRangePicker as Ct } from "./components/date-range-picker/date-range-picker.js";
|
|
44
|
+
import { Text as ft } from "./components/text/text.js";
|
|
45
|
+
import { DataTable as ut } from "./components/data-table/data-table.js";
|
|
46
|
+
import { DataTableBody as Tt } from "./components/data-table/data-table-body.js";
|
|
47
|
+
import { DataTableContent as ct } from "./components/data-table/data-table-content.js";
|
|
48
|
+
import { DataTableHeader as Ft } from "./components/data-table/data-table-header.js";
|
|
49
|
+
import { DataTableLoading as wt } from "./components/data-table/data-table-loading.js";
|
|
50
|
+
import { DataTableError as Lt } from "./components/data-table/data-table-error.js";
|
|
51
|
+
import { DataTablePagination as Gt } from "./components/data-table/data-table-pagination.js";
|
|
52
|
+
import { DataTableToolbar as kt } from "./components/data-table/data-table-toolbar.js";
|
|
53
|
+
import { DataTableColumnVisibility as vt } from "./components/data-table/data-table-column-visibility.js";
|
|
54
|
+
import { DataTableColumnHeader as Bt } from "./components/data-table/data-table-column-header.js";
|
|
55
|
+
import { DataTableRow as ht } from "./components/data-table/data-table-row.js";
|
|
56
|
+
import { getSelectedRowData as Vt } from "./components/data-table/get-selected-row-data.js";
|
|
57
|
+
import { getPinnedColumnOffset as _t, isFirstRightPinnedColumn as Nt, isLastLeftPinnedColumn as Ut } from "./components/data-table/data-table-pinning-utils.js";
|
|
58
|
+
import { TablePagination as qt } from "./components/table/table-pagination.js";
|
|
59
|
+
import { calculatePagination as Jt, clampPage as Kt, getPageNumbers as Qt } from "./lib/pagination.js";
|
|
60
|
+
import { ClearButton as Xt } from "./lib/clear-button.js";
|
|
61
|
+
import { SLOT_ATTR as Zt } from "./packages/volt-runtime/dist/renderer/contract.js";
|
|
62
|
+
import { assertAnchorIsFirstInHead as oa } from "./packages/volt-runtime/dist/renderer/insertion-point.js";
|
|
63
|
+
import { mergeClasses as ra } from "./packages/volt-runtime/dist/vendor/@griffel/core/src/mergeClasses.js";
|
|
64
|
+
import { shorthands as aa } from "./packages/volt-runtime/dist/vendor/@griffel/core/src/index.js";
|
|
65
|
+
import { toast as ia } from "./vendor/sonner/dist/index.js";
|
|
66
|
+
import { DateTimePickerRoot as pa } from "./components/date-time-picker/date-time-picker-context.js";
|
|
67
|
+
import { DateTimePickerInput as da } from "./components/date-time-picker/date-time-picker-input.js";
|
|
68
|
+
import { DateTimePickerPopover as Ca } from "./components/date-time-picker/date-time-picker-popover.js";
|
|
69
|
+
import { DateTimePickerPanel as fa } from "./components/date-time-picker/date-time-picker-panel.js";
|
|
70
|
+
import { Calendar as ua } from "./components/date-time-picker/calendar.js";
|
|
71
|
+
import { TimePicker as Ta } from "./components/date-time-picker/time-picker.js";
|
|
72
|
+
import { RangeCalendar as ca } from "./components/date-range-picker/range-calendar.js";
|
|
73
|
+
import { useDataTable as Fa } from "./components/data-table/hooks/use-data-table.js";
|
|
74
|
+
import { useDataTableContent as wa } from "./components/data-table/hooks/use-data-table-content.js";
|
|
73
75
|
export {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
76
|
+
Q as Accordion,
|
|
77
|
+
W as AccordionContent,
|
|
78
|
+
X as AccordionItem,
|
|
79
|
+
Y as AccordionTrigger,
|
|
80
|
+
Oo as AlertDialog,
|
|
81
|
+
ko as AlertDialogAction,
|
|
82
|
+
Mo as AlertDialogCancel,
|
|
83
|
+
vo as AlertDialogContent,
|
|
82
84
|
Ro as AlertDialogDescription,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
85
|
+
Bo as AlertDialogFooter,
|
|
86
|
+
yo as AlertDialogHeader,
|
|
87
|
+
ho as AlertDialogOverlay,
|
|
88
|
+
Ho as AlertDialogPortal,
|
|
89
|
+
Vo as AlertDialogTitle,
|
|
90
|
+
Eo as AlertDialogTrigger,
|
|
91
|
+
Do as Avatar,
|
|
92
|
+
so as AvatarGroup,
|
|
93
|
+
d as BADGE_COLORS,
|
|
94
|
+
x as Badge,
|
|
95
|
+
b as Breadcrumb,
|
|
96
|
+
f as BreadcrumbItem,
|
|
97
|
+
$ as Button,
|
|
98
|
+
eo as ButtonGroup,
|
|
99
|
+
ro as ButtonGroupSeparator,
|
|
100
|
+
to as ButtonGroupText,
|
|
101
|
+
ua as Calendar,
|
|
102
|
+
u as Callout,
|
|
103
|
+
s as CalloutAction,
|
|
102
104
|
T as CalloutDescription,
|
|
103
105
|
g as CalloutTitle,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
O as
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
mo as
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
v as
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
V as
|
|
244
|
-
E as
|
|
245
|
-
_ as
|
|
246
|
-
N as
|
|
247
|
-
U as
|
|
248
|
-
j as
|
|
249
|
-
q as
|
|
250
|
-
|
|
251
|
-
|
|
106
|
+
S as Card,
|
|
107
|
+
F as CardAction,
|
|
108
|
+
P as CardContent,
|
|
109
|
+
w as CardDescription,
|
|
110
|
+
A as CardFooter,
|
|
111
|
+
L as CardHeader,
|
|
112
|
+
I as CardTitle,
|
|
113
|
+
lo as Checkbox,
|
|
114
|
+
Xt as ClearButton,
|
|
115
|
+
rr as CollapsibleSidebar,
|
|
116
|
+
tr as CollapsibleSidebarCondensed,
|
|
117
|
+
ar as CollapsibleSidebarContent,
|
|
118
|
+
lr as CollapsibleSidebarToggle,
|
|
119
|
+
ut as DataTable,
|
|
120
|
+
Tt as DataTableBody,
|
|
121
|
+
Bt as DataTableColumnHeader,
|
|
122
|
+
vt as DataTableColumnVisibility,
|
|
123
|
+
ct as DataTableContent,
|
|
124
|
+
Lt as DataTableError,
|
|
125
|
+
Ft as DataTableHeader,
|
|
126
|
+
wt as DataTableLoading,
|
|
127
|
+
Gt as DataTablePagination,
|
|
128
|
+
ht as DataTableRow,
|
|
129
|
+
kt as DataTableToolbar,
|
|
130
|
+
Ct as DateRangePicker,
|
|
131
|
+
dt as DateTimePicker,
|
|
132
|
+
da as DateTimePickerInput,
|
|
133
|
+
fa as DateTimePickerPanel,
|
|
134
|
+
Ca as DateTimePickerPopover,
|
|
135
|
+
pa as DateTimePickerRoot,
|
|
136
|
+
No as DensityProvider,
|
|
137
|
+
qo as Dialog,
|
|
138
|
+
zo as DialogClose,
|
|
139
|
+
Jo as DialogContent,
|
|
140
|
+
Ko as DialogDescription,
|
|
141
|
+
Qo as DialogFooter,
|
|
142
|
+
Wo as DialogHeader,
|
|
143
|
+
Xo as DialogOverlay,
|
|
144
|
+
Yo as DialogPortal,
|
|
145
|
+
Zo as DialogTitle,
|
|
146
|
+
$o as DialogTrigger,
|
|
147
|
+
ee as Drawer,
|
|
148
|
+
re as DrawerClose,
|
|
149
|
+
te as DrawerContent,
|
|
150
|
+
ae as DrawerDescription,
|
|
151
|
+
le as DrawerFooter,
|
|
152
|
+
ie as DrawerHeader,
|
|
153
|
+
ne as DrawerOverlay,
|
|
154
|
+
pe as DrawerPortal,
|
|
155
|
+
me as DrawerTitle,
|
|
156
|
+
de as DrawerTrigger,
|
|
157
|
+
Ce as DropdownMenu,
|
|
158
|
+
be as DropdownMenuCheckboxItem,
|
|
159
|
+
fe as DropdownMenuContent,
|
|
160
|
+
De as DropdownMenuGroup,
|
|
161
|
+
ue as DropdownMenuItem,
|
|
162
|
+
se as DropdownMenuLabel,
|
|
163
|
+
Te as DropdownMenuPortal,
|
|
164
|
+
ge as DropdownMenuRadioGroup,
|
|
165
|
+
ce as DropdownMenuRadioItem,
|
|
166
|
+
Se as DropdownMenuSeparator,
|
|
167
|
+
Fe as DropdownMenuShortcut,
|
|
168
|
+
Pe as DropdownMenuSub,
|
|
169
|
+
we as DropdownMenuSubContent,
|
|
170
|
+
Ae as DropdownMenuSubTrigger,
|
|
171
|
+
Le as DropdownMenuTrigger,
|
|
172
|
+
pr as Field,
|
|
173
|
+
Ir as FieldCombobox,
|
|
174
|
+
Gr as FieldComboboxClear,
|
|
175
|
+
Or as FieldComboboxClearValue,
|
|
176
|
+
kr as FieldComboboxContent,
|
|
177
|
+
Mr as FieldComboboxEmpty,
|
|
178
|
+
vr as FieldComboboxGroup,
|
|
179
|
+
Rr as FieldComboboxGroupLabel,
|
|
180
|
+
Br as FieldComboboxInput,
|
|
181
|
+
yr as FieldComboboxItem,
|
|
182
|
+
hr as FieldComboboxItemCheckIcon,
|
|
183
|
+
Hr as FieldComboboxList,
|
|
184
|
+
Vr as FieldComboboxLoading,
|
|
185
|
+
Er as FieldComboboxPlaceholder,
|
|
186
|
+
_r as FieldComboboxSeparator,
|
|
187
|
+
Nr as FieldComboboxTrigger,
|
|
188
|
+
Ur as FieldComboboxValue,
|
|
189
|
+
mr as FieldContent,
|
|
190
|
+
dr as FieldDescription,
|
|
191
|
+
xr as FieldError,
|
|
192
|
+
Cr as FieldGroup,
|
|
193
|
+
br as FieldGroupAddon,
|
|
194
|
+
fr as FieldInput,
|
|
195
|
+
Dr as FieldInputGroup,
|
|
196
|
+
ur as FieldLabel,
|
|
197
|
+
sr as FieldLabelContent,
|
|
198
|
+
Tr as FieldSet,
|
|
199
|
+
gr as FieldTextarea,
|
|
200
|
+
no as Label,
|
|
201
|
+
qr as List,
|
|
202
|
+
zr as ListGroup,
|
|
203
|
+
Jr as ListGroupContent,
|
|
204
|
+
Kr as ListGroupLabel,
|
|
205
|
+
Qr as ListItem,
|
|
206
|
+
Wr as ListItemActions,
|
|
207
|
+
Xr as ListItemDescription,
|
|
208
|
+
Yr as ListItemText,
|
|
209
|
+
$r as OptionCard,
|
|
210
|
+
ot as OptionCardContent,
|
|
211
|
+
et as OptionCardControl,
|
|
212
|
+
rt as OptionCardDescription,
|
|
213
|
+
tt as OptionCardGroup,
|
|
214
|
+
at as OptionCardMedia,
|
|
215
|
+
lt as OptionCardTitle,
|
|
216
|
+
O as PILL_COLORS,
|
|
217
|
+
k as Pill,
|
|
218
|
+
Ge as Popover,
|
|
219
|
+
Oe as PopoverAnchor,
|
|
220
|
+
ke as PopoverContent,
|
|
221
|
+
Me as PopoverPortal,
|
|
222
|
+
ve as PopoverTrigger,
|
|
223
|
+
mo as RadioGroup,
|
|
224
|
+
xo as RadioGroupItem,
|
|
225
|
+
ca as RangeCalendar,
|
|
226
|
+
Zt as SLOT_ATTR,
|
|
227
|
+
Be as ScrollOverflow,
|
|
228
|
+
nt as SegmentedControl,
|
|
229
|
+
pt as SegmentedControlItem,
|
|
230
|
+
He as Select,
|
|
231
|
+
Ve as SelectContent,
|
|
232
|
+
Ee as SelectGroup,
|
|
233
|
+
_e as SelectItem,
|
|
234
|
+
Ne as SelectLabel,
|
|
235
|
+
Ue as SelectScrollDownButton,
|
|
236
|
+
je as SelectScrollUpButton,
|
|
237
|
+
qe as SelectSeparator,
|
|
238
|
+
Ar as SelectTrigger,
|
|
239
|
+
ze as SelectTriggerClear,
|
|
240
|
+
Je as SelectValue,
|
|
241
|
+
v as Separator,
|
|
242
|
+
B as Skeleton,
|
|
243
|
+
h as Spinner,
|
|
244
|
+
bo as Switch,
|
|
245
|
+
V as Table,
|
|
246
|
+
E as TableBody,
|
|
247
|
+
_ as TableCaption,
|
|
248
|
+
N as TableCell,
|
|
249
|
+
U as TableDensityContext,
|
|
250
|
+
j as TableFooter,
|
|
251
|
+
q as TableHead,
|
|
252
|
+
z as TableHeader,
|
|
253
|
+
qt as TablePagination,
|
|
254
|
+
J as TableRow,
|
|
252
255
|
go as Tabs,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
256
|
+
co as TabsContent,
|
|
257
|
+
So as TabsList,
|
|
258
|
+
Fo as TabsTrigger,
|
|
259
|
+
ft as Text,
|
|
260
|
+
Ta as TimePicker,
|
|
261
|
+
Qe as Toaster,
|
|
262
|
+
wo as Toggle,
|
|
263
|
+
Lo as ToggleGroup,
|
|
264
|
+
Io as ToggleGroupItem,
|
|
265
|
+
Xe as Tooltip,
|
|
266
|
+
Ye as TooltipContent,
|
|
267
|
+
Ze as TooltipPortal,
|
|
268
|
+
$e as TooltipProvider,
|
|
269
|
+
or as TooltipTrigger,
|
|
270
|
+
oa as assertAnchorIsFirstInHead,
|
|
271
|
+
Jt as calculatePagination,
|
|
272
|
+
Kt as clampPage,
|
|
270
273
|
t as ensureCoreTokens,
|
|
271
274
|
a as ensurePaletteTokens,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
n as
|
|
282
|
-
|
|
283
|
-
|
|
275
|
+
l as ensurePaletteTokensFor,
|
|
276
|
+
cr as fieldDescriptionVariants,
|
|
277
|
+
Sr as fieldVariants,
|
|
278
|
+
Qt as getPageNumbers,
|
|
279
|
+
_t as getPinnedColumnOffset,
|
|
280
|
+
Vt as getSelectedRowData,
|
|
281
|
+
Fr as inputGroupAddonVariants,
|
|
282
|
+
Nt as isFirstRightPinnedColumn,
|
|
283
|
+
Ut as isLastLeftPinnedColumn,
|
|
284
|
+
n as makeVoltResetStyles,
|
|
285
|
+
p as makeVoltStyles,
|
|
286
|
+
ra as mergeClasses,
|
|
287
|
+
aa as shorthands,
|
|
288
|
+
ia as toast,
|
|
284
289
|
o as tokens,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
+
ir as useCollapsibleSidebar,
|
|
291
|
+
Fa as useDataTable,
|
|
292
|
+
wa as useDataTableContent,
|
|
293
|
+
Uo as useDensity,
|
|
294
|
+
Pr as useFieldContext,
|
|
295
|
+
ye as useScrollOverflow
|
|
290
296
|
};
|
|
291
297
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|