@datum-cloud/datum-ui 0.4.0 → 0.6.0-alpha.a49f238
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/README.md +78 -39
- package/dist/adapter-context-BFqfq4Io.mjs +25 -0
- package/dist/alert/index.mjs +2 -3
- package/dist/{alert-BC2Mccfo.mjs → alert-BDj6od5I.mjs} +2 -4
- package/dist/app-navigation/index.mjs +4 -12
- package/dist/{app-navigation-DsCKgfPe.mjs → app-navigation-84ro28PU.mjs} +5 -8
- package/dist/autocomplete/index.mjs +2 -7
- package/dist/{autocomplete-DRB_kSVx.mjs → autocomplete-V5-qslzS.mjs} +5 -7
- package/dist/avatar/index.mjs +2 -4
- package/dist/{avatar-DyLq0xkt.mjs → avatar-BtKVcvO4.mjs} +2 -4
- package/dist/avatar-stack/index.mjs +2 -6
- package/dist/{avatar-stack-BT0dBswq.mjs → avatar-stack-oVr8tsU7.mjs} +4 -6
- package/dist/badge/index.mjs +2 -3
- package/dist/{badge-BgFj4Nsc.mjs → badge-DJR33ftJ.mjs} +2 -4
- package/dist/breadcrumb/index.mjs +2 -4
- package/dist/{breadcrumb-CJNaYyk1.mjs → breadcrumb-B-9G347O.mjs} +2 -4
- package/dist/button/index.mjs +3 -4
- package/dist/{button-0N61fmAR.mjs → button-BllvE9Lm.mjs} +3 -5
- package/dist/{button-D6AORsOz.mjs → button-D3RrsMfQ.mjs} +2 -4
- package/dist/{link-button-Cby0p4LW.mjs → button-fO8nazJE.mjs} +3 -5
- package/dist/button-group/index.mjs +2 -5
- package/dist/{button-group-BDk8btAy.mjs → button-group-CYPka2zz.mjs} +3 -5
- package/dist/calendar/index.mjs +2 -5
- package/dist/{calendar-BtfraIvX.mjs → calendar-DEkCw7I1.mjs} +4 -6
- package/dist/{calendar-date-picker-B9mxJM7f.mjs → calendar-date-picker-DWK94_DC.mjs} +6 -8
- package/dist/card/index.mjs +2 -4
- package/dist/{card-BiHXFt4s.mjs → card-DKG1Cwlj.mjs} +3 -6
- package/dist/chart/index.mjs +2 -4
- package/dist/{chart-CL0i-xIt.mjs → chart-CUa21ynK.mjs} +2 -4
- package/dist/checkbox/index.mjs +2 -4
- package/dist/{checkbox-CQrjygFt.mjs → checkbox-I5BvrMPe.mjs} +3 -6
- package/dist/{close.icon-D2r5q3bj.mjs → close.icon-HCfS4Y-N.mjs} +2 -4
- package/dist/{cn-DWCc1QRE.mjs → cn-D2KYQ917.mjs} +1 -3
- package/dist/code-editor/index.mjs +2 -0
- package/dist/{col-C9PDhvm5.mjs → col-CiSpQPUT.mjs} +2 -7
- package/dist/collapsible/index.mjs +2 -3
- package/dist/{collapsible-Dw71o2um.mjs → collapsible-CUphkSBt.mjs} +1 -3
- package/dist/command/index.mjs +2 -5
- package/dist/{command-DVroicgn.mjs → command-DqHWukGK.mjs} +3 -5
- package/dist/components/features/code-editor/code-editor-tabs.d.ts +63 -0
- package/dist/components/features/code-editor/code-editor-tabs.d.ts.map +1 -0
- package/dist/components/features/code-editor/code-editor.d.ts +58 -0
- package/dist/components/features/code-editor/code-editor.d.ts.map +1 -0
- package/dist/components/features/code-editor/index.d.ts +6 -0
- package/dist/components/features/code-editor/index.d.ts.map +1 -0
- package/dist/components/features/code-editor/lib/editor.d.ts +7 -0
- package/dist/components/features/code-editor/lib/editor.d.ts.map +1 -0
- package/dist/components/features/code-editor/types.d.ts +98 -0
- package/dist/components/features/code-editor/types.d.ts.map +1 -0
- package/dist/components/features/form/adapter-context.d.ts +17 -0
- package/dist/components/features/form/adapter-context.d.ts.map +1 -0
- package/dist/components/features/form/adapter-types.d.ts +120 -0
- package/dist/components/features/form/adapter-types.d.ts.map +1 -0
- package/dist/components/features/form/adapters/conform/conform-adapter.d.ts +9 -0
- package/dist/components/features/form/adapters/conform/conform-adapter.d.ts.map +1 -0
- package/dist/components/features/form/adapters/conform/conform-provider.d.ts +22 -0
- package/dist/components/features/form/adapters/conform/conform-provider.d.ts.map +1 -0
- package/dist/components/features/form/adapters/conform/index.d.ts +3 -0
- package/dist/components/features/form/adapters/conform/index.d.ts.map +1 -0
- package/dist/components/features/form/adapters/rhf/index.d.ts +3 -0
- package/dist/components/features/form/adapters/rhf/index.d.ts.map +1 -0
- package/dist/components/features/form/adapters/rhf/rhf-adapter.d.ts +10 -0
- package/dist/components/features/form/adapters/rhf/rhf-adapter.d.ts.map +1 -0
- package/dist/components/features/form/adapters/rhf/rhf-provider.d.ts +22 -0
- package/dist/components/features/form/adapters/rhf/rhf-provider.d.ts.map +1 -0
- package/dist/components/features/form/components/form-autocomplete.d.ts.map +1 -1
- package/dist/components/features/form/components/form-checkbox.d.ts.map +1 -1
- package/dist/components/features/form/components/form-copy-box.d.ts.map +1 -1
- package/dist/components/features/form/components/form-custom.d.ts.map +1 -1
- package/dist/components/features/form/components/form-field-array.d.ts +5 -17
- package/dist/components/features/form/components/form-field-array.d.ts.map +1 -1
- package/dist/components/features/form/components/form-field.d.ts +7 -21
- package/dist/components/features/form/components/form-field.d.ts.map +1 -1
- package/dist/components/features/form/components/form-input-group.d.ts +4 -4
- package/dist/components/features/form/components/form-input-group.d.ts.map +1 -1
- package/dist/components/features/form/components/form-input.d.ts.map +1 -1
- package/dist/components/features/form/components/form-radio-group.d.ts.map +1 -1
- package/dist/components/features/form/components/form-root.d.ts +5 -25
- package/dist/components/features/form/components/form-root.d.ts.map +1 -1
- package/dist/components/features/form/components/form-select.d.ts.map +1 -1
- package/dist/components/features/form/components/form-switch.d.ts.map +1 -1
- package/dist/components/features/form/components/form-textarea.d.ts.map +1 -1
- package/dist/components/features/form/components/index.d.ts +0 -1
- package/dist/components/features/form/components/index.d.ts.map +1 -1
- package/dist/components/features/form/components/stepper/form-stepper.d.ts.map +1 -1
- package/dist/components/features/form/context/form-context.d.ts +2 -2
- package/dist/components/features/form/context/form-context.d.ts.map +1 -1
- package/dist/components/features/form/hooks/index.d.ts +1 -1
- package/dist/components/features/form/hooks/index.d.ts.map +1 -1
- package/dist/components/features/form/hooks/use-field.d.ts +12 -18
- package/dist/components/features/form/hooks/use-field.d.ts.map +1 -1
- package/dist/components/features/form/hooks/use-form-state.d.ts +36 -0
- package/dist/components/features/form/hooks/use-form-state.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-watch.d.ts +9 -20
- package/dist/components/features/form/hooks/use-watch.d.ts.map +1 -1
- package/dist/components/features/form/index.d.ts +63 -44
- package/dist/components/features/form/index.d.ts.map +1 -1
- package/dist/components/features/form/stepper/index.d.ts +17 -0
- package/dist/components/features/form/stepper/index.d.ts.map +1 -0
- package/dist/components/features/form/types/index.d.ts +68 -32
- package/dist/components/features/form/types/index.d.ts.map +1 -1
- package/dist/components/features/form/utils/get-field-constraints.d.ts +11 -0
- package/dist/components/features/form/utils/get-field-constraints.d.ts.map +1 -0
- package/dist/components/features/form/utils/get-schema-defaults.d.ts +24 -0
- package/dist/components/features/form/utils/get-schema-defaults.d.ts.map +1 -0
- package/dist/components/features/index.d.ts +1 -0
- package/dist/components/features/index.d.ts.map +1 -1
- package/dist/components/toast.d.ts +2 -0
- package/dist/components/toast.d.ts.map +1 -0
- package/dist/data-table/index.mjs +21 -51
- package/dist/date-picker/index.mjs +3 -10
- package/dist/dialog/index.mjs +2 -5
- package/dist/{dialog-B0B3Kbfk.mjs → dialog-Bm2H9lrx.mjs} +4 -6
- package/dist/{dialog-DdrHeboM.mjs → dialog-DASRaFxD.mjs} +2 -4
- package/dist/dropdown/index.mjs +2 -3
- package/dist/{dropdown-Cdx7rOKv.mjs → dropdown-DZiAt-jS.mjs} +3 -5
- package/dist/{dropdown-menu-CdShrDz_.mjs → dropdown-menu-lALvDnab.mjs} +5 -7
- package/dist/dropzone/index.mjs +2 -5
- package/dist/{dropzone-B6kSN3DY.mjs → dropzone-ogtpQ4fy.mjs} +5 -8
- package/dist/empty-content/index.mjs +2 -3
- package/dist/{empty-content-B1lwLr40.mjs → empty-content-C63GPJ5d.mjs} +3 -9
- package/dist/form/adapters/conform/index.mjs +320 -0
- package/dist/form/adapters/rhf/index.mjs +275 -0
- package/dist/form/index.mjs +3 -146
- package/dist/form/stepper/index.mjs +542 -0
- package/dist/form-C6AOB2f4.mjs +1397 -0
- package/dist/form-context-Ccxm-wqL.mjs +17 -0
- package/dist/get-field-constraints-D4xnXJEg.mjs +48 -0
- package/dist/grid/index.mjs +2 -3
- package/dist/hooks/index.mjs +3 -4
- package/dist/{use-debounce-MnfjH51L.mjs → hooks-DNjmSsJT.mjs} +1 -3
- package/dist/hover-card/index.mjs +2 -4
- package/dist/{hover-card-CEIauuie.mjs → hover-card-DDWWD5Hx.mjs} +2 -4
- package/dist/{icon-wrapper-BBK4z4tj.mjs → icon-wrapper-DuLp3RM1.mjs} +1 -3
- package/dist/icons/index.mjs +4 -5
- package/dist/index.mjs +66 -71
- package/dist/input/index.mjs +2 -5
- package/dist/{input-DEMoi_8F.mjs → input-DOmNpcQJ.mjs} +2 -4
- package/dist/{input-CYFN0Ap2.mjs → input-FKGqZypx.mjs} +3 -5
- package/dist/input-group/index.mjs +2 -7
- package/dist/{input-group-DJgYpOlq.mjs → input-group-DDtz-RT7.mjs} +5 -7
- package/dist/input-number/index.mjs +2 -6
- package/dist/{input-number-Cuy9CCg_.mjs → input-number-BTQdHqVZ.mjs} +4 -6
- package/dist/input-with-addons/index.mjs +28 -3
- package/dist/label/index.mjs +2 -4
- package/dist/{label-mOg07fuQ.mjs → label-cnAhY-ej.mjs} +3 -6
- package/dist/loader-overlay/index.mjs +2 -3
- package/dist/{loader-overlay-8IWX_1Ga.mjs → loader-overlay-BTFdkp7W.mjs} +3 -5
- package/dist/map/index.mjs +2 -14
- package/dist/{map-CaI1EshG.mjs → map-BqpteT_8.mjs} +10 -14
- package/dist/{map-leaflet-imports-J7w1V7mh.mjs → map-leaflet-imports-CT4SpoDi.mjs} +1 -2
- package/dist/more-actions/index.mjs +2 -5
- package/dist/{more-actions-BO5ikUxY.mjs → more-actions-CucrYUnA.mjs} +5 -7
- package/dist/nprogress/index.mjs +1 -3
- package/dist/page-title/index.mjs +2 -3
- package/dist/{page-title-DWteBy1E.mjs → page-title-CmsIi_A3.mjs} +2 -4
- package/dist/popover/index.mjs +2 -4
- package/dist/{popover-ugw5MpuT.mjs → popover-FJAcbYoH.mjs} +2 -4
- package/dist/radio-group/index.mjs +2 -4
- package/dist/{radio-group-_gMymwnb.mjs → radio-group-CiITR0LO.mjs} +3 -6
- package/dist/select/index.mjs +2 -4
- package/dist/{select-BZOKWjlH.mjs → select-CiLR_DiQ.mjs} +3 -6
- package/dist/separator/index.mjs +2 -4
- package/dist/{separator-BzyALya2.mjs → separator-DXVTncCK.mjs} +2 -4
- package/dist/sheet/index.mjs +3 -5
- package/dist/{sheet-BX6lae56.mjs → sheet-BzXksqYY.mjs} +4 -6
- package/dist/{sheet-DAcFjaGw.mjs → sheet-Di3b-oPu.mjs} +2 -4
- package/dist/sidebar/index.mjs +2 -10
- package/dist/{sidebar-B3EV33mG.mjs → sidebar-BnhnjvfO.mjs} +10 -14
- package/dist/skeleton/index.mjs +2 -5
- package/dist/{skeleton-2vQ0vFQk.mjs → skeleton-BKl4mfJt.mjs} +2 -4
- package/dist/{skeleton-BgOwIgE0.mjs → skeleton-D1MUhAVo.mjs} +3 -5
- package/dist/spinner/index.mjs +2 -4
- package/dist/{spinner-osyXAlhr.mjs → spinner-OyOf9-Yu.mjs} +2 -4
- package/dist/{spinner.icon-C0MbtgqX.mjs → spinner.icon-C-vjSM6o.mjs} +2 -4
- package/dist/stepper/index.mjs +2 -5
- package/dist/{stepper-BMsn7I78.mjs → stepper-C92Ib8Iy.mjs} +3 -5
- package/dist/switch/index.mjs +2 -4
- package/dist/{switch-C60FpEal.mjs → switch-DQJQhPIQ.mjs} +3 -6
- package/dist/table/index.mjs +2 -4
- package/dist/{table-Cl3UzIhI.mjs → table-Cdsh-39-.mjs} +2 -4
- package/dist/tabs/index.mjs +50 -3
- package/dist/tag-input/index.mjs +2 -5
- package/dist/{tag-input-DR2gukhL.mjs → tag-input-B91C2wdr.mjs} +5 -7
- package/dist/task-queue/index.mjs +2 -7
- package/dist/{task-queue-dropdown-C9KHKbGh.mjs → task-queue-dropdown-OOFuJcHb.mjs} +10 -30
- package/dist/textarea/index.mjs +2 -5
- package/dist/{textarea-CVo38n3S.mjs → textarea-94vq_G_S.mjs} +2 -4
- package/dist/{textarea-CZF5n57i.mjs → textarea-BwD-MmTV.mjs} +3 -5
- package/dist/theme/index.mjs +2 -3
- package/dist/{theme.provider-TUHlMsjM.mjs → themes-DG1md8FI.mjs} +1 -6
- package/dist/{to-api-format-naIpF-NI.mjs → to-api-format-P0gmlqe8.mjs} +9 -18
- package/dist/toast/index.mjs +3 -3
- package/dist/{use-toast-By9HuFwP.mjs → toast-BWnN5fax.mjs} +5 -42
- package/dist/toast-DpxlFNNx.mjs +37 -0
- package/dist/tooltip/index.mjs +2 -4
- package/dist/{tooltip-CuX2jQA9.mjs → tooltip-Cruvl5F6.mjs} +3 -6
- package/dist/types-BZNk3q65.mjs +357 -0
- package/dist/typography/index.mjs +2 -3
- package/dist/{typography-Iap9fU5P.mjs → typography-ClB8k55E.mjs} +2 -4
- package/dist/{use-copy-to-clipboard-n29wJwvW.mjs → use-copy-to-clipboard-C2IEmhDn.mjs} +2 -4
- package/dist/utils/index.mjs +2 -3
- package/dist/{utils-DJboNGQM.mjs → utils-C8KwMfT_.mjs} +1 -3
- package/dist/visually-hidden/index.mjs +2 -3
- package/dist/{visuallyhidden-BJsQCmg-.mjs → visuallyhidden-BLUsJpYH.mjs} +1 -3
- package/package.json +49 -3
- package/dist/input-with-addons-B8rzNhpq.mjs +0 -30
- package/dist/tabs-DJU7JA3h.mjs +0 -52
- package/dist/use-stepper-DigoyHhX.mjs +0 -2017
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
2
|
-
import { t as ButtonGroup } from "./button-group-
|
|
3
|
-
import { t as Button } from "./button-
|
|
4
|
-
import { i as CommandGroup, o as CommandItem, r as CommandEmpty, s as CommandList, t as Command } from "./command-
|
|
5
|
-
import { i as InputGroupInput, n as InputGroupAddon, t as InputGroup } from "./input-group-
|
|
6
|
-
import { a as DropdownMenuLabel, c as DropdownMenuSeparator, l as DropdownMenuTrigger, n as DropdownMenuCheckboxItem, o as DropdownMenuRadioGroup, r as DropdownMenuContent, s as DropdownMenuRadioItem, t as DropdownMenu } from "./dropdown-menu-
|
|
7
|
-
import { t as Spinner } from "./spinner-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
|
+
import { t as ButtonGroup } from "./button-group-CYPka2zz.mjs";
|
|
3
|
+
import { t as Button } from "./button-D3RrsMfQ.mjs";
|
|
4
|
+
import { i as CommandGroup, o as CommandItem, r as CommandEmpty, s as CommandList, t as Command } from "./command-DqHWukGK.mjs";
|
|
5
|
+
import { i as InputGroupInput, n as InputGroupAddon, t as InputGroup } from "./input-group-DDtz-RT7.mjs";
|
|
6
|
+
import { a as DropdownMenuLabel, c as DropdownMenuSeparator, l as DropdownMenuTrigger, n as DropdownMenuCheckboxItem, o as DropdownMenuRadioGroup, r as DropdownMenuContent, s as DropdownMenuRadioItem, t as DropdownMenu } from "./dropdown-menu-lALvDnab.mjs";
|
|
7
|
+
import { t as Spinner } from "./spinner-OyOf9-Yu.mjs";
|
|
8
8
|
import { CircleIcon, LayersIcon, LoaderCircleIcon, MapPinIcon, MaximizeIcon, MinimizeIcon, MinusIcon, NavigationIcon, PenLineIcon, PentagonIcon, PlusIcon, SearchIcon, SquareIcon, Trash2Icon, Undo2Icon, WaypointsIcon } from "lucide-react";
|
|
9
9
|
import * as React$1 from "react";
|
|
10
|
-
import
|
|
10
|
+
import { Suspense, createContext, lazy, useContext, useEffect, useRef, useState } from "react";
|
|
11
11
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
12
12
|
import { renderToString } from "react-dom/server.browser";
|
|
13
|
-
|
|
14
13
|
//#region ../shadcn/hooks/use-theme.ts
|
|
15
14
|
/**
|
|
16
15
|
* Lightweight theme detection hook for shadcn components.
|
|
@@ -41,7 +40,6 @@ function useTheme() {
|
|
|
41
40
|
}, []);
|
|
42
41
|
return { resolvedTheme };
|
|
43
42
|
}
|
|
44
|
-
|
|
45
43
|
//#endregion
|
|
46
44
|
//#region ../shadcn/ui/place-autocomplete.tsx
|
|
47
45
|
function formatAddress(properties) {
|
|
@@ -223,12 +221,11 @@ function PlaceAutocomplete({ debounceMs = 300, lang, limit = 5, bbox, lat, lon,
|
|
|
223
221
|
})
|
|
224
222
|
});
|
|
225
223
|
}
|
|
226
|
-
|
|
227
224
|
//#endregion
|
|
228
225
|
//#region ../shadcn/ui/map.tsx
|
|
229
226
|
let _useMap;
|
|
230
227
|
let _useMapEvents;
|
|
231
|
-
if (typeof window !== "undefined") import("./map-leaflet-imports-
|
|
228
|
+
if (typeof window !== "undefined") import("./map-leaflet-imports-CT4SpoDi.mjs").then((mod) => {
|
|
232
229
|
_useMap = mod.useMap;
|
|
233
230
|
_useMapEvents = mod.useMapEvents;
|
|
234
231
|
});
|
|
@@ -1009,6 +1006,5 @@ function useDebounceLoadingState(delay = 200) {
|
|
|
1009
1006
|
}, [isLoading, delay]);
|
|
1010
1007
|
return [showLoading, setIsLoading];
|
|
1011
1008
|
}
|
|
1012
|
-
|
|
1013
1009
|
//#endregion
|
|
1014
|
-
export { useLeaflet as A, MapPolyline as C, MapTileLayer as D, MapSearchControl as E, MapTooltip as O, MapPolygon as S, MapRectangle as T, MapLayers as _, MapDrawCircle as a, MapMarker as b, MapDrawEdit as c, MapDrawPolyline as d, MapDrawRectangle as f, MapLayerGroup as g, MapFullscreenControl as h, MapControlContainer as i, PlaceAutocomplete as j, MapZoomControl as k, MapDrawMarker as l, MapFeatureGroup as m, MapCircle as n, MapDrawControl as o, MapDrawUndo as p, MapCircleMarker as r, MapDrawDelete as s, Map as t, MapDrawPolygon as u, MapLayersControl as v, MapPopup as w, MapMarkerClusterGroup as x, MapLocateControl as y };
|
|
1010
|
+
export { useLeaflet as A, MapPolyline as C, MapTileLayer as D, MapSearchControl as E, MapTooltip as O, MapPolygon as S, MapRectangle as T, MapLayers as _, MapDrawCircle as a, MapMarker as b, MapDrawEdit as c, MapDrawPolyline as d, MapDrawRectangle as f, MapLayerGroup as g, MapFullscreenControl as h, MapControlContainer as i, PlaceAutocomplete as j, MapZoomControl as k, MapDrawMarker as l, MapFeatureGroup as m, MapCircle as n, MapDrawControl as o, MapDrawUndo as p, MapCircleMarker as r, MapDrawDelete as s, Map as t, MapDrawPolygon as u, MapLayersControl as v, MapPopup as w, MapMarkerClusterGroup as x, MapLocateControl as y };
|
|
@@ -4,5 +4,4 @@ import "leaflet.fullscreen/dist/Control.FullScreen.css";
|
|
|
4
4
|
import "leaflet.markercluster/dist/MarkerCluster.Default.css";
|
|
5
5
|
import "leaflet.markercluster/dist/MarkerCluster.css";
|
|
6
6
|
import { useMap, useMapEvents } from "react-leaflet";
|
|
7
|
-
|
|
8
|
-
export { useMap, useMapEvents };
|
|
7
|
+
export { useMap, useMapEvents };
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as Button } from "./button-
|
|
3
|
-
import { t as Tooltip } from "./tooltip-
|
|
4
|
-
import { a as DropdownMenuItem, h as DropdownMenuTrigger, r as DropdownMenuContent, t as DropdownMenu } from "./dropdown-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as Button } from "./button-BllvE9Lm.mjs";
|
|
3
|
+
import { t as Tooltip } from "./tooltip-Cruvl5F6.mjs";
|
|
4
|
+
import { a as DropdownMenuItem, h as DropdownMenuTrigger, r as DropdownMenuContent, t as DropdownMenu } from "./dropdown-DZiAt-jS.mjs";
|
|
5
5
|
import { Ellipsis } from "lucide-react";
|
|
6
6
|
import { useState } from "react";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
-
|
|
9
8
|
//#region src/components/features/more-actions/more-actions.tsx
|
|
10
9
|
function MoreActions({ row, actions, className, disabled = false, iconClassName }) {
|
|
11
10
|
const [open, setOpen] = useState(false);
|
|
@@ -49,6 +48,5 @@ function MoreActions({ row, actions, className, disabled = false, iconClassName
|
|
|
49
48
|
})]
|
|
50
49
|
});
|
|
51
50
|
}
|
|
52
|
-
|
|
53
51
|
//#endregion
|
|
54
|
-
export { MoreActions as t };
|
|
52
|
+
export { MoreActions as t };
|
package/dist/nprogress/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import NProgress from "nprogress";
|
|
2
|
-
|
|
3
2
|
//#region src/components/features/nprogress/index.ts
|
|
4
3
|
/**
|
|
5
4
|
* NProgress Module
|
|
@@ -27,6 +26,5 @@ function configureProgress() {
|
|
|
27
26
|
trickleSpeed: 100
|
|
28
27
|
});
|
|
29
28
|
}
|
|
30
|
-
|
|
31
29
|
//#endregion
|
|
32
|
-
export { configureProgress, startProgress, stopProgress };
|
|
30
|
+
export { configureProgress, startProgress, stopProgress };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { t as PageTitle } from "../page-title-
|
|
2
|
-
|
|
3
|
-
export { PageTitle };
|
|
1
|
+
import { t as PageTitle } from "../page-title-CmsIi_A3.mjs";
|
|
2
|
+
export { PageTitle };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
|
|
4
3
|
//#region src/components/features/page-title/page-title.tsx
|
|
5
4
|
function PageTitle({ title, description, actions, className, titleClassName, descriptionClassName, actionsClassName, actionsPosition = "inline" }) {
|
|
6
5
|
const isInline = actionsPosition === "inline";
|
|
@@ -21,6 +20,5 @@ function PageTitle({ title, description, actions, className, titleClassName, des
|
|
|
21
20
|
})]
|
|
22
21
|
});
|
|
23
22
|
}
|
|
24
|
-
|
|
25
23
|
//#endregion
|
|
26
|
-
export { PageTitle as t };
|
|
24
|
+
export { PageTitle as t };
|
package/dist/popover/index.mjs
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
1
|
+
import { i as PopoverTrigger, n as PopoverAnchor, r as PopoverContent, t as Popover } from "../popover-FJAcbYoH.mjs";
|
|
2
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
2
|
import "react";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
5
|
-
|
|
6
5
|
//#region ../shadcn/ui/popover.tsx
|
|
7
6
|
const Popover = ({ ...props }) => {
|
|
8
7
|
return /* @__PURE__ */ jsx(PopoverPrimitive.Root, {
|
|
@@ -31,6 +30,5 @@ const PopoverAnchor = ({ ...props }) => {
|
|
|
31
30
|
...props
|
|
32
31
|
});
|
|
33
32
|
};
|
|
34
|
-
|
|
35
33
|
//#endregion
|
|
36
|
-
export { PopoverTrigger as i, PopoverAnchor as n, PopoverContent as r, Popover as t };
|
|
34
|
+
export { PopoverTrigger as i, PopoverAnchor as n, PopoverContent as r, Popover as t };
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { RadioGroup, RadioGroupItem };
|
|
1
|
+
import { n as RadioGroupItem, t as RadioGroup } from "../radio-group-CiITR0LO.mjs";
|
|
2
|
+
export { RadioGroup, RadioGroupItem };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as cn$1 } from "./utils-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as cn$1 } from "./utils-C8KwMfT_.mjs";
|
|
3
3
|
import { CircleIcon } from "lucide-react";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
7
|
-
|
|
8
7
|
//#region ../shadcn/ui/radio-group.tsx
|
|
9
8
|
function RadioGroup$1({ className, ...props }) {
|
|
10
9
|
return /* @__PURE__ */ jsx(RadioGroupPrimitive.Root, {
|
|
@@ -25,7 +24,6 @@ function RadioGroupItem$1({ className, ...props }) {
|
|
|
25
24
|
})
|
|
26
25
|
});
|
|
27
26
|
}
|
|
28
|
-
|
|
29
27
|
//#endregion
|
|
30
28
|
//#region src/components/base/radio-group/radio-group.tsx
|
|
31
29
|
function RadioGroup({ ref, className, ...props }) {
|
|
@@ -44,6 +42,5 @@ function RadioGroupItem({ ref, className, ...props }) {
|
|
|
44
42
|
});
|
|
45
43
|
}
|
|
46
44
|
RadioGroupItem.displayName = "RadioGroupItem";
|
|
47
|
-
|
|
48
45
|
//#endregion
|
|
49
|
-
export { RadioGroupItem as n, RadioGroup as t };
|
|
46
|
+
export { RadioGroupItem as n, RadioGroup as t };
|
package/dist/select/index.mjs
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
1
|
+
import { a as SelectLabel, c as SelectSeparator, i as SelectItem, l as SelectTrigger, n as SelectContent, o as SelectScrollDownButton, r as SelectGroup, s as SelectScrollUpButton, t as Select, u as SelectValue } from "../select-CiLR_DiQ.mjs";
|
|
2
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as cn$1 } from "./utils-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as cn$1 } from "./utils-C8KwMfT_.mjs";
|
|
3
3
|
import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "lucide-react";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
7
|
-
|
|
8
7
|
//#region ../shadcn/ui/select.tsx
|
|
9
8
|
const Select$1 = ({ ...props }) => {
|
|
10
9
|
return /* @__PURE__ */ jsx(SelectPrimitive.Root, {
|
|
@@ -92,7 +91,6 @@ const SelectScrollDownButton$1 = ({ className, ...props }) => {
|
|
|
92
91
|
children: /* @__PURE__ */ jsx(ChevronDownIcon, { className: "size-4" })
|
|
93
92
|
});
|
|
94
93
|
};
|
|
95
|
-
|
|
96
94
|
//#endregion
|
|
97
95
|
//#region src/components/base/select/select.tsx
|
|
98
96
|
const Select = Select$1;
|
|
@@ -161,6 +159,5 @@ function SelectScrollDownButton({ ref, className, ...props }) {
|
|
|
161
159
|
});
|
|
162
160
|
}
|
|
163
161
|
SelectScrollDownButton.displayName = "SelectScrollDownButton";
|
|
164
|
-
|
|
165
162
|
//#endregion
|
|
166
|
-
export { SelectLabel as a, SelectSeparator as c, SelectItem as i, SelectTrigger as l, SelectContent as n, SelectScrollDownButton as o, SelectGroup as r, SelectScrollUpButton as s, Select as t, SelectValue as u };
|
|
163
|
+
export { SelectLabel as a, SelectSeparator as c, SelectItem as i, SelectTrigger as l, SelectContent as n, SelectScrollDownButton as o, SelectGroup as r, SelectScrollUpButton as s, Select as t, SelectValue as u };
|
package/dist/separator/index.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
2
|
import "react";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
5
|
-
|
|
6
5
|
//#region ../shadcn/ui/separator.tsx
|
|
7
6
|
const Separator = ({ className, orientation = "horizontal", decorative = true, ...props }) => {
|
|
8
7
|
return /* @__PURE__ */ jsx(SeparatorPrimitive.Root, {
|
|
@@ -13,6 +12,5 @@ const Separator = ({ className, orientation = "horizontal", decorative = true, .
|
|
|
13
12
|
...props
|
|
14
13
|
});
|
|
15
14
|
};
|
|
16
|
-
|
|
17
15
|
//#endregion
|
|
18
|
-
export { Separator as t };
|
|
16
|
+
export { Separator as t };
|
package/dist/sheet/index.mjs
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetTitle, SheetTrigger };
|
|
1
|
+
import { a as SheetHeader, i as SheetFooter, o as SheetTitle, r as SheetDescription, s as SheetTrigger } from "../sheet-Di3b-oPu.mjs";
|
|
2
|
+
import { i as SheetOverlay, n as SheetClose, r as SheetContent, t as Sheet } from "../sheet-BzXksqYY.mjs";
|
|
3
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetTitle, SheetTrigger };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as CloseIcon } from "./close.icon-
|
|
3
|
-
import { a as SheetHeader, i as SheetFooter, o as SheetTitle, r as SheetDescription, s as SheetTrigger, t as Sheet$1 } from "./sheet-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as CloseIcon } from "./close.icon-HCfS4Y-N.mjs";
|
|
3
|
+
import { a as SheetHeader, i as SheetFooter, o as SheetTitle, r as SheetDescription, s as SheetTrigger, t as Sheet$1 } from "./sheet-Di3b-oPu.mjs";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
7
|
-
|
|
8
7
|
//#region src/components/base/sheet/sheet.tsx
|
|
9
8
|
const SheetClose = SheetPrimitive.Close;
|
|
10
9
|
function SheetOverlay({ className, ...props }) {
|
|
@@ -40,6 +39,5 @@ const Sheet = Object.assign(Sheet$1, {
|
|
|
40
39
|
Title: SheetTitle,
|
|
41
40
|
Description: SheetDescription
|
|
42
41
|
});
|
|
43
|
-
|
|
44
42
|
//#endregion
|
|
45
|
-
export { SheetOverlay as i, SheetClose as n, SheetContent as r, Sheet as t };
|
|
43
|
+
export { SheetOverlay as i, SheetClose as n, SheetContent as r, Sheet as t };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
2
|
import { XIcon } from "lucide-react";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
6
|
-
|
|
7
6
|
//#region ../shadcn/ui/sheet.tsx
|
|
8
7
|
const Sheet = ({ ...props }) => {
|
|
9
8
|
return /* @__PURE__ */ jsx(SheetPrimitive.Root, {
|
|
@@ -72,6 +71,5 @@ const SheetDescription = ({ className, ...props }) => {
|
|
|
72
71
|
...props
|
|
73
72
|
});
|
|
74
73
|
};
|
|
75
|
-
|
|
76
74
|
//#endregion
|
|
77
|
-
export { SheetHeader as a, SheetFooter as i, SheetContent as n, SheetTitle as o, SheetDescription as r, SheetTrigger as s, Sheet as t };
|
|
75
|
+
export { SheetHeader as a, SheetFooter as i, SheetContent as n, SheetTitle as o, SheetDescription as r, SheetTrigger as s, Sheet as t };
|
package/dist/sidebar/index.mjs
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
|
|
3
|
-
import "../button-D6AORsOz.mjs";
|
|
4
|
-
import "../input-DEMoi_8F.mjs";
|
|
5
|
-
import "../sheet-DAcFjaGw.mjs";
|
|
6
|
-
import { C as SidebarTrigger, S as SidebarSeparator, _ as SidebarMenuSub, a as SidebarGroupAction, b as SidebarProvider, c as SidebarHeader, d as SidebarMenu, f as SidebarMenuAction, g as SidebarMenuSkeleton, h as SidebarMenuItem, i as SidebarGroup, l as SidebarInput, m as SidebarMenuButton, n as SidebarContent, o as SidebarGroupContent, p as SidebarMenuBadge, r as SidebarFooter, s as SidebarGroupLabel, t as Sidebar, u as SidebarInset, v as SidebarMenuSubButton, w as useSidebar, x as SidebarRail, y as SidebarMenuSubItem } from "../sidebar-B3EV33mG.mjs";
|
|
7
|
-
import "../skeleton-2vQ0vFQk.mjs";
|
|
8
|
-
import "../tooltip-CuX2jQA9.mjs";
|
|
9
|
-
|
|
10
|
-
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
|
|
1
|
+
import { C as SidebarTrigger, S as SidebarSeparator, _ as SidebarMenuSub, a as SidebarGroupAction, b as SidebarProvider, c as SidebarHeader, d as SidebarMenu, f as SidebarMenuAction, g as SidebarMenuSkeleton, h as SidebarMenuItem, i as SidebarGroup, l as SidebarInput, m as SidebarMenuButton, n as SidebarContent, o as SidebarGroupContent, p as SidebarMenuBadge, r as SidebarFooter, s as SidebarGroupLabel, t as Sidebar, u as SidebarInset, v as SidebarMenuSubButton, w as useSidebar, x as SidebarRail, y as SidebarMenuSubItem } from "../sidebar-BnhnjvfO.mjs";
|
|
2
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as Separator } from "./separator-
|
|
3
|
-
import { t as Button } from "./button-
|
|
4
|
-
import { t as Icon } from "./icon-wrapper-
|
|
5
|
-
import { t as Input } from "./input-
|
|
6
|
-
import { a as SheetHeader, n as SheetContent, o as SheetTitle, r as SheetDescription, t as Sheet } from "./sheet-
|
|
7
|
-
import { t as Skeleton } from "./skeleton-
|
|
8
|
-
import { i as TooltipProvider, t as Tooltip } from "./tooltip-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as Separator } from "./separator-DXVTncCK.mjs";
|
|
3
|
+
import { t as Button } from "./button-D3RrsMfQ.mjs";
|
|
4
|
+
import { t as Icon } from "./icon-wrapper-DuLp3RM1.mjs";
|
|
5
|
+
import { t as Input } from "./input-FKGqZypx.mjs";
|
|
6
|
+
import { a as SheetHeader, n as SheetContent, o as SheetTitle, r as SheetDescription, t as Sheet } from "./sheet-Di3b-oPu.mjs";
|
|
7
|
+
import { t as Skeleton } from "./skeleton-BKl4mfJt.mjs";
|
|
8
|
+
import { i as TooltipProvider, t as Tooltip } from "./tooltip-Cruvl5F6.mjs";
|
|
9
9
|
import { cva } from "class-variance-authority";
|
|
10
10
|
import { PanelLeftCloseIcon, PanelLeftOpenIcon } from "lucide-react";
|
|
11
11
|
import * as React$1 from "react";
|
|
12
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { Slot } from "@radix-ui/react-slot";
|
|
14
|
-
|
|
15
14
|
//#region ../shadcn/hooks/use-mobile.ts
|
|
16
15
|
const MOBILE_BREAKPOINT = 768;
|
|
17
16
|
function useIsMobile() {
|
|
@@ -27,7 +26,6 @@ function useIsMobile() {
|
|
|
27
26
|
}, []);
|
|
28
27
|
return !!isMobile;
|
|
29
28
|
}
|
|
30
|
-
|
|
31
29
|
//#endregion
|
|
32
30
|
//#region src/components/base/sidebar/sidebar.tsx
|
|
33
31
|
const SIDEBAR_COOKIE_NAME = "sidebar_state";
|
|
@@ -87,10 +85,9 @@ function SidebarProvider({ defaultOpen = true, open: openProp, onOpenChange: set
|
|
|
87
85
|
}, [expandOnHover]);
|
|
88
86
|
const handleMouseLeave = React$1.useCallback(() => {
|
|
89
87
|
if (!expandOnHover) return;
|
|
90
|
-
const delay = expandBehavior === "overlay" ? 200 : 300;
|
|
91
88
|
hoverTimeoutRef.current = setTimeout(() => {
|
|
92
89
|
setIsHovered(false);
|
|
93
|
-
},
|
|
90
|
+
}, expandBehavior === "overlay" ? 200 : 300);
|
|
94
91
|
}, [expandOnHover, expandBehavior]);
|
|
95
92
|
const toggleSidebar = React$1.useCallback(() => {
|
|
96
93
|
if (isMobile) {
|
|
@@ -531,6 +528,5 @@ function SidebarMenuSubButton({ asChild = false, size = "md", isActive = false,
|
|
|
531
528
|
...props
|
|
532
529
|
});
|
|
533
530
|
}
|
|
534
|
-
|
|
535
531
|
//#endregion
|
|
536
|
-
export { SidebarTrigger as C, SidebarSeparator as S, SidebarMenuSub as _, SidebarGroupAction as a, SidebarProvider as b, SidebarHeader as c, SidebarMenu as d, SidebarMenuAction as f, SidebarMenuSkeleton as g, SidebarMenuItem as h, SidebarGroup as i, SidebarInput as l, SidebarMenuButton as m, SidebarContent as n, SidebarGroupContent as o, SidebarMenuBadge as p, SidebarFooter as r, SidebarGroupLabel as s, Sidebar as t, SidebarInset as u, SidebarMenuSubButton as v, useSidebar as w, SidebarRail as x, SidebarMenuSubItem as y };
|
|
532
|
+
export { SidebarTrigger as C, SidebarSeparator as S, SidebarMenuSub as _, SidebarGroupAction as a, SidebarProvider as b, SidebarHeader as c, SidebarMenu as d, SidebarMenuAction as f, SidebarMenuSkeleton as g, SidebarMenuItem as h, SidebarGroup as i, SidebarInput as l, SidebarMenuButton as m, SidebarContent as n, SidebarGroupContent as o, SidebarMenuBadge as p, SidebarFooter as r, SidebarGroupLabel as s, Sidebar as t, SidebarInset as u, SidebarMenuSubButton as v, useSidebar as w, SidebarRail as x, SidebarMenuSubItem as y };
|
package/dist/skeleton/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
|
|
4
3
|
//#region ../shadcn/ui/skeleton.tsx
|
|
5
4
|
function Skeleton({ className, ...props }) {
|
|
6
5
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -8,6 +7,5 @@ function Skeleton({ className, ...props }) {
|
|
|
8
7
|
...props
|
|
9
8
|
});
|
|
10
9
|
}
|
|
11
|
-
|
|
12
10
|
//#endregion
|
|
13
|
-
export { Skeleton as t };
|
|
11
|
+
export { Skeleton as t };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as Skeleton$1 } from "./skeleton-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as Skeleton$1 } from "./skeleton-BKl4mfJt.mjs";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
|
|
6
5
|
//#region src/components/base/skeleton/skeleton.tsx
|
|
7
6
|
/**
|
|
8
7
|
* Datum Skeleton component – extends shadcn Skeleton with Datum-specific styling.
|
|
@@ -23,6 +22,5 @@ function Skeleton({ ref, className, ...props }) {
|
|
|
23
22
|
});
|
|
24
23
|
}
|
|
25
24
|
Skeleton.displayName = "Skeleton";
|
|
26
|
-
|
|
27
25
|
//#endregion
|
|
28
|
-
export { Skeleton as t };
|
|
26
|
+
export { Skeleton as t };
|
package/dist/spinner/index.mjs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
2
|
import { Loader2Icon } from "lucide-react";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
|
-
|
|
5
4
|
//#region ../shadcn/ui/spinner.tsx
|
|
6
5
|
function Spinner({ className, ...props }) {
|
|
7
6
|
return /* @__PURE__ */ jsx(Loader2Icon, {
|
|
@@ -11,6 +10,5 @@ function Spinner({ className, ...props }) {
|
|
|
11
10
|
...props
|
|
12
11
|
});
|
|
13
12
|
}
|
|
14
|
-
|
|
15
13
|
//#endregion
|
|
16
|
-
export { Spinner as t };
|
|
14
|
+
export { Spinner as t };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
2
|
import { cva } from "class-variance-authority";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
-
|
|
5
4
|
//#region src/components/icons/spinner.icon.tsx
|
|
6
5
|
const spinnerVariants = cva("animate-spin", {
|
|
7
6
|
variants: { size: {
|
|
@@ -45,6 +44,5 @@ function SpinnerIcon({ size, className, trackClassName = "text-border", indicato
|
|
|
45
44
|
})]
|
|
46
45
|
});
|
|
47
46
|
}
|
|
48
|
-
|
|
49
47
|
//#endregion
|
|
50
|
-
export { SpinnerIcon as t };
|
|
48
|
+
export { SpinnerIcon as t };
|
package/dist/stepper/index.mjs
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as Button } from "./button-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as Button } from "./button-D3RrsMfQ.mjs";
|
|
3
3
|
import { cva } from "class-variance-authority";
|
|
4
4
|
import * as React$1 from "react";
|
|
5
5
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { Slot } from "@radix-ui/react-slot";
|
|
7
7
|
import * as Stepperize from "@stepperize/react";
|
|
8
|
-
|
|
9
8
|
//#region src/components/features/stepper/stepper.tsx
|
|
10
9
|
const StepperContext = React$1.createContext(null);
|
|
11
10
|
function useStepperProvider() {
|
|
@@ -318,6 +317,5 @@ function getStepState(currentIndex, stepIndex) {
|
|
|
318
317
|
if (currentIndex > stepIndex) return "completed";
|
|
319
318
|
return "inactive";
|
|
320
319
|
}
|
|
321
|
-
|
|
322
320
|
//#endregion
|
|
323
|
-
export { defineStepper as t };
|
|
321
|
+
export { defineStepper as t };
|
package/dist/switch/index.mjs
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
2
|
-
import { t as cn$1 } from "./utils-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { t as cn$1 } from "./utils-C8KwMfT_.mjs";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
6
|
-
|
|
7
6
|
//#region ../shadcn/ui/switch.tsx
|
|
8
7
|
function Switch$1({ className, ...props }) {
|
|
9
8
|
return /* @__PURE__ */ jsx(SwitchPrimitive.Root, {
|
|
@@ -16,7 +15,6 @@ function Switch$1({ className, ...props }) {
|
|
|
16
15
|
})
|
|
17
16
|
});
|
|
18
17
|
}
|
|
19
|
-
|
|
20
18
|
//#endregion
|
|
21
19
|
//#region src/components/base/switch/switch.tsx
|
|
22
20
|
function Switch({ ref, className, ...props }) {
|
|
@@ -27,6 +25,5 @@ function Switch({ ref, className, ...props }) {
|
|
|
27
25
|
});
|
|
28
26
|
}
|
|
29
27
|
Switch.displayName = "Switch";
|
|
30
|
-
|
|
31
28
|
//#endregion
|
|
32
|
-
export { Switch as t };
|
|
29
|
+
export { Switch as t };
|
package/dist/table/index.mjs
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
1
|
+
import { a as TableFooter, c as TableRow, i as TableCell, n as TableBody, o as TableHead, r as TableCaption, s as TableHeader, t as Table } from "../table-Cdsh-39-.mjs";
|
|
2
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { t as cn } from "./utils-
|
|
1
|
+
import { t as cn } from "./utils-C8KwMfT_.mjs";
|
|
2
2
|
import "react";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
|
-
|
|
5
4
|
//#region ../shadcn/ui/table.tsx
|
|
6
5
|
const Table = ({ className, ...props }) => {
|
|
7
6
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -63,6 +62,5 @@ const TableCaption = ({ className, ...props }) => {
|
|
|
63
62
|
...props
|
|
64
63
|
});
|
|
65
64
|
};
|
|
66
|
-
|
|
67
65
|
//#endregion
|
|
68
|
-
export { TableFooter as a, TableRow as c, TableCell as i, TableBody as n, TableHead as o, TableCaption as r, TableHeader as s, Table as t };
|
|
66
|
+
export { TableFooter as a, TableRow as c, TableCell as i, TableBody as n, TableHead as o, TableCaption as r, TableHeader as s, Table as t };
|
package/dist/tabs/index.mjs
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { t as cn } from "../cn-D2KYQ917.mjs";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
5
|
+
//#region src/components/base/tabs/tabs.tsx
|
|
6
|
+
/**
|
|
7
|
+
* Datum Tabs Component
|
|
8
|
+
* Extends shadcn Tabs with:
|
|
9
|
+
* - TabsLinkTrigger for router-agnostic link integration
|
|
10
|
+
* - Dark mode customizations
|
|
11
|
+
*/
|
|
12
|
+
function Tabs({ className, ...props }) {
|
|
13
|
+
return /* @__PURE__ */ jsx(TabsPrimitive.Root, {
|
|
14
|
+
className: cn("flex flex-col gap-2", className),
|
|
15
|
+
...props
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
function TabsList({ className, ...props }) {
|
|
19
|
+
return /* @__PURE__ */ jsx(TabsPrimitive.List, {
|
|
20
|
+
className: cn("bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-1", className),
|
|
21
|
+
...props
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
function TabsTrigger({ className, ...props }) {
|
|
25
|
+
return /* @__PURE__ */ jsx(TabsPrimitive.Trigger, {
|
|
26
|
+
className: cn("data-[state=active]:bg-background dark:data-[state=active]:text-foreground data-[state=active]:text-foreground dark:hover:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring inline-flex flex-1 items-center justify-center gap-1.5 rounded-md px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", className),
|
|
27
|
+
...props
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function TabsContent({ className, ...props }) {
|
|
31
|
+
return /* @__PURE__ */ jsx(TabsPrimitive.Content, {
|
|
32
|
+
className: cn("flex-1 outline-none", className),
|
|
33
|
+
...props
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
function TabsLinkTrigger({ value, href, linkComponent: LinkComp = "a", children, className, ...props }) {
|
|
37
|
+
const linkProps = LinkComp === "a" ? { href } : { to: href };
|
|
38
|
+
return /* @__PURE__ */ jsx(TabsTrigger, {
|
|
39
|
+
value,
|
|
40
|
+
asChild: true,
|
|
41
|
+
className,
|
|
42
|
+
...props,
|
|
43
|
+
children: /* @__PURE__ */ jsx(LinkComp, {
|
|
44
|
+
...linkProps,
|
|
45
|
+
children
|
|
46
|
+
})
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
//#endregion
|
|
50
|
+
export { Tabs, TabsContent, TabsLinkTrigger, TabsList, TabsTrigger };
|