@datum-cloud/datum-ui 0.3.0-alpha.ffa8392 → 0.4.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/README.md +114 -49
- package/dist/app-navigation/index.mjs +12 -0
- package/dist/app-navigation-DsCKgfPe.mjs +416 -0
- package/dist/autocomplete/index.mjs +5 -5
- package/dist/{autocomplete-e33EmvBu.mjs → autocomplete-DRB_kSVx.mjs} +3 -3
- package/dist/avatar/index.mjs +4 -0
- package/dist/avatar-DyLq0xkt.mjs +30 -0
- package/dist/avatar-stack/index.mjs +4 -3
- package/dist/{avatar-stack-Ci0cnjxv.mjs → avatar-stack-BT0dBswq.mjs} +2 -27
- package/dist/badge/index.mjs +1 -1
- package/dist/breadcrumb/index.mjs +2 -2
- package/dist/{breadcrumb-BGYJgom_.mjs → breadcrumb-CJNaYyk1.mjs} +1 -1
- package/dist/button/index.mjs +2 -2
- package/dist/{button-C1wRfGtT.mjs → button-0N61fmAR.mjs} +1 -1
- package/dist/{button-AzpnV-WB.mjs → button-D6AORsOz.mjs} +1 -1
- package/dist/button-group/index.mjs +3 -3
- package/dist/{button-group-C1IB2K5s.mjs → button-group-BDk8btAy.mjs} +2 -2
- package/dist/calendar/index.mjs +3 -3
- package/dist/{calendar-DlIHeWb0.mjs → calendar-BtfraIvX.mjs} +2 -2
- package/dist/{calendar-date-picker-BBAg78Lg.mjs → calendar-date-picker-B9mxJM7f.mjs} +6 -5
- package/dist/card/index.mjs +2 -2
- package/dist/{card-3Kd0VdNf.mjs → card-BiHXFt4s.mjs} +1 -1
- package/dist/chart/index.mjs +2 -2
- package/dist/{chart-BZqUKpkh.mjs → chart-CL0i-xIt.mjs} +1 -1
- package/dist/checkbox/index.mjs +2 -3
- package/dist/checkbox-CQrjygFt.mjs +34 -0
- package/dist/command/index.mjs +3 -3
- package/dist/{command-DQlO6uTL.mjs → command-DVroicgn.mjs} +2 -2
- package/dist/components/base/avatar/index.d.ts +2 -0
- package/dist/components/base/avatar/index.d.ts.map +1 -0
- package/dist/components/base/index.d.ts +2 -0
- package/dist/components/base/index.d.ts.map +1 -1
- package/dist/components/base/sidebar/index.d.ts +2 -0
- package/dist/components/base/sidebar/index.d.ts.map +1 -0
- package/dist/components/{features → base}/sidebar/sidebar.d.ts +1 -1
- package/dist/components/base/sidebar/sidebar.d.ts.map +1 -0
- package/dist/components/base/skeleton/index.d.ts +1 -1
- package/dist/components/base/skeleton/index.d.ts.map +1 -1
- package/dist/components/base/skeleton/skeleton.d.ts +22 -0
- package/dist/components/base/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/base/typography/typography.d.ts +2 -2
- package/dist/components/features/app-navigation/app-navigation.d.ts +14 -0
- package/dist/components/features/app-navigation/app-navigation.d.ts.map +1 -0
- package/dist/components/features/app-navigation/index.d.ts +4 -0
- package/dist/components/features/app-navigation/index.d.ts.map +1 -0
- package/dist/components/features/{sidebar/nav-main.d.ts → app-navigation/nav-menu.d.ts} +3 -3
- package/dist/components/features/app-navigation/nav-menu.d.ts.map +1 -0
- package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts +2 -1
- package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts.map +1 -1
- package/dist/components/features/data-table/components/active-filters.d.ts +5 -0
- package/dist/components/features/data-table/components/active-filters.d.ts.map +1 -0
- package/dist/components/features/data-table/components/column-header.d.ts.map +1 -1
- package/dist/components/features/data-table/components/content.d.ts.map +1 -1
- package/dist/components/features/data-table/components/loading.d.ts.map +1 -1
- package/dist/components/features/data-table/components/pagination.d.ts.map +1 -1
- package/dist/components/features/data-table/components/search.d.ts +1 -1
- package/dist/components/features/data-table/components/search.d.ts.map +1 -1
- package/dist/components/features/data-table/core/client-provider.d.ts +5 -7
- package/dist/components/features/data-table/core/client-provider.d.ts.map +1 -1
- package/dist/components/features/data-table/core/data-table-context.d.ts +23 -0
- package/dist/components/features/data-table/core/data-table-context.d.ts.map +1 -1
- package/dist/components/features/data-table/core/filter-engine.d.ts +5 -0
- package/dist/components/features/data-table/core/filter-engine.d.ts.map +1 -1
- package/dist/components/features/data-table/core/server-provider.d.ts +4 -7
- package/dist/components/features/data-table/core/server-provider.d.ts.map +1 -1
- package/dist/components/features/data-table/core/store.d.ts.map +1 -1
- package/dist/components/features/data-table/data-table.d.ts +1 -0
- package/dist/components/features/data-table/data-table.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/checkbox-filter.d.ts +1 -1
- package/dist/components/features/data-table/filters/checkbox-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/date-picker-filter.d.ts +1 -1
- package/dist/components/features/data-table/filters/date-picker-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/select-filter.d.ts +1 -1
- package/dist/components/features/data-table/filters/select-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/index.d.ts +1 -1
- package/dist/components/features/data-table/hooks/index.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/use-data-table-client.d.ts +11 -10
- package/dist/components/features/data-table/hooks/use-data-table-client.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/use-data-table-server.d.ts +12 -17
- package/dist/components/features/data-table/hooks/use-data-table-server.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/use-selectors.d.ts +4 -33
- package/dist/components/features/data-table/hooks/use-selectors.d.ts.map +1 -1
- package/dist/components/features/data-table/index.d.ts +2 -4
- package/dist/components/features/data-table/index.d.ts.map +1 -1
- package/dist/components/features/data-table/types.d.ts +45 -31
- package/dist/components/features/data-table/types.d.ts.map +1 -1
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.d.ts.map +1 -1
- package/dist/data-table/index.mjs +659 -414
- package/dist/date-picker/index.mjs +8 -8
- package/dist/dialog/index.mjs +3 -3
- package/dist/{dialog-B2EZJW-q.mjs → dialog-B0B3Kbfk.mjs} +1 -1
- package/dist/{dialog-Bm4trnic.mjs → dialog-DdrHeboM.mjs} +1 -1
- package/dist/dropdown/index.mjs +1 -1
- package/dist/{dropdown-DLZXinlT.mjs → dropdown-Cdx7rOKv.mjs} +1 -1
- package/dist/{dropdown-menu-Xahj42Gr.mjs → dropdown-menu-CdShrDz_.mjs} +1 -1
- package/dist/dropzone/index.mjs +3 -3
- package/dist/{dropzone-CGyjGnER.mjs → dropzone-B6kSN3DY.mjs} +3 -3
- package/dist/empty-content/index.mjs +1 -1
- package/dist/{empty-content-ByvwjHUs.mjs → empty-content-B1lwLr40.mjs} +1 -1
- package/dist/form/index.mjs +14 -14
- package/dist/grid/index.mjs +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hover-card/index.mjs +2 -2
- package/dist/{hover-card-BNrHtWy6.mjs → hover-card-CEIauuie.mjs} +1 -1
- package/dist/icons/index.mjs +2 -2
- package/dist/index.mjs +65 -64
- package/dist/input/index.mjs +3 -3
- package/dist/{input-D241oNEm.mjs → input-CYFN0Ap2.mjs} +1 -1
- package/dist/{input-C-ZmsHkk.mjs → input-DEMoi_8F.mjs} +1 -1
- package/dist/input-group/index.mjs +5 -5
- package/dist/{input-group-uobp64zr.mjs → input-group-DJgYpOlq.mjs} +4 -4
- package/dist/input-number/index.mjs +4 -4
- package/dist/{input-number-CEMgBk8-.mjs → input-number-Cuy9CCg_.mjs} +3 -3
- package/dist/input-with-addons/index.mjs +1 -1
- package/dist/label/index.mjs +2 -3
- package/dist/{label-byipFGok.mjs → label-mOg07fuQ.mjs} +12 -1
- package/dist/{link-button-TIF2Zdrk.mjs → link-button-Cby0p4LW.mjs} +1 -1
- package/dist/loader-overlay/index.mjs +1 -1
- package/dist/{loader-overlay-CbxcjyHV.mjs → loader-overlay-8IWX_1Ga.mjs} +1 -1
- package/dist/map/index.mjs +12 -12
- package/dist/{map-DupFPkJT.mjs → map-CaI1EshG.mjs} +8 -8
- package/dist/more-actions/index.mjs +3 -3
- package/dist/{more-actions-D6OyqZQS.mjs → more-actions-BO5ikUxY.mjs} +3 -3
- package/dist/page-title/index.mjs +1 -1
- package/dist/popover/index.mjs +2 -2
- package/dist/{popover-CYzXdp9q.mjs → popover-ugw5MpuT.mjs} +1 -1
- package/dist/radio-group/index.mjs +2 -2
- package/dist/{radio-group-WZCIDQCH.mjs → radio-group-_gMymwnb.mjs} +1 -1
- package/dist/select/index.mjs +2 -2
- package/dist/{select-BznmyqBr.mjs → select-BZOKWjlH.mjs} +2 -2
- package/dist/separator/index.mjs +2 -2
- package/dist/{separator-T2ppyD-8.mjs → separator-BzyALya2.mjs} +1 -1
- package/dist/sheet/index.mjs +3 -3
- package/dist/{sheet-Bmayi68h.mjs → sheet-BX6lae56.mjs} +1 -1
- package/dist/{sheet-b9V9soz8.mjs → sheet-DAcFjaGw.mjs} +1 -1
- package/dist/sidebar/index.mjs +9 -10
- package/dist/{sidebar-D2zE7rPy.mjs → sidebar-B3EV33mG.mjs} +11 -420
- package/dist/skeleton/index.mjs +3 -2
- package/dist/{skeleton-D3qW_KvG.mjs → skeleton-2vQ0vFQk.mjs} +1 -1
- package/dist/skeleton-BgOwIgE0.mjs +28 -0
- package/dist/spinner/index.mjs +2 -2
- package/dist/{spinner-CKTGKv5n.mjs → spinner-osyXAlhr.mjs} +1 -1
- package/dist/stepper/index.mjs +3 -3
- package/dist/{stepper-B07hPGG7.mjs → stepper-BMsn7I78.mjs} +1 -1
- package/dist/styles/root.css +3 -0
- package/dist/switch/index.mjs +2 -2
- package/dist/{switch-CujyyOi6.mjs → switch-C60FpEal.mjs} +1 -1
- package/dist/table/index.mjs +2 -2
- package/dist/{table-fZEvpdD-.mjs → table-Cl3UzIhI.mjs} +1 -1
- package/dist/tabs/index.mjs +1 -1
- package/dist/tag-input/index.mjs +3 -3
- package/dist/{tag-input-BI8IRBDH.mjs → tag-input-DR2gukhL.mjs} +3 -3
- package/dist/task-queue/index.mjs +5 -5
- package/dist/{task-queue-dropdown-D6k067_W.mjs → task-queue-dropdown-C9KHKbGh.mjs} +8 -8
- package/dist/textarea/index.mjs +3 -3
- package/dist/{textarea-BSkDKiej.mjs → textarea-CVo38n3S.mjs} +1 -1
- package/dist/{textarea-BZ85VFsJ.mjs → textarea-CZF5n57i.mjs} +1 -1
- package/dist/theme/index.mjs +1 -1
- package/dist/{to-api-format-CXQ7knV4.mjs → to-api-format-naIpF-NI.mjs} +7 -7
- package/dist/toast/index.mjs +1 -1
- package/dist/tooltip/index.mjs +2 -2
- package/dist/{tooltip-CbCWKEzu.mjs → tooltip-CuX2jQA9.mjs} +1 -1
- package/dist/typography/index.mjs +1 -1
- package/dist/{use-copy-to-clipboard-CC2hhyYI.mjs → use-copy-to-clipboard-n29wJwvW.mjs} +1 -1
- package/dist/{use-stepper-CU75TdjZ.mjs → use-stepper-DigoyHhX.mjs} +16 -16
- package/dist/visually-hidden/index.mjs +1 -1
- package/package.json +88 -77
- package/dist/checkbox-DB5_3E_l.mjs +0 -22
- package/dist/checkbox-DMC1Mhaw.mjs +0 -17
- package/dist/components/features/data-table/hooks/use-data-table-context.d.ts +0 -2
- package/dist/components/features/data-table/hooks/use-data-table-context.d.ts.map +0 -1
- package/dist/components/features/sidebar/app-sidebar.d.ts +0 -14
- package/dist/components/features/sidebar/app-sidebar.d.ts.map +0 -1
- package/dist/components/features/sidebar/index.d.ts +0 -4
- package/dist/components/features/sidebar/index.d.ts.map +0 -1
- package/dist/components/features/sidebar/nav-main.d.ts.map +0 -1
- package/dist/components/features/sidebar/sidebar.d.ts.map +0 -1
- package/dist/label-ClzLBWRT.mjs +0 -16
- /package/dist/{badge-bFgeYceE.mjs → badge-BgFj4Nsc.mjs} +0 -0
- /package/dist/{col-Cg_2sTDA.mjs → col-C9PDhvm5.mjs} +0 -0
- /package/dist/{icon-wrapper-9ticVbRL.mjs → icon-wrapper-BBK4z4tj.mjs} +0 -0
- /package/dist/{input-with-addons-DzuyGa6G.mjs → input-with-addons-B8rzNhpq.mjs} +0 -0
- /package/dist/{map-leaflet-imports-CgEyVRnp.mjs → map-leaflet-imports-J7w1V7mh.mjs} +0 -0
- /package/dist/{page-title-CrYQ091u.mjs → page-title-DWteBy1E.mjs} +0 -0
- /package/dist/{spinner.icon-Bg8zgGh0.mjs → spinner.icon-C0MbtgqX.mjs} +0 -0
- /package/dist/{tabs-B7cW59gB.mjs → tabs-DJU7JA3h.mjs} +0 -0
- /package/dist/{theme.provider-BG3cS9xe.mjs → theme.provider-TUHlMsjM.mjs} +0 -0
- /package/dist/{typography-DdrxIJMd.mjs → typography-Iap9fU5P.mjs} +0 -0
- /package/dist/{use-debounce-Dc95PFRX.mjs → use-debounce-MnfjH51L.mjs} +0 -0
- /package/dist/{use-toast-BLBGnOC3.mjs → use-toast-By9HuFwP.mjs} +0 -0
- /package/dist/{utils-Bfgoe-Gm.mjs → utils-DJboNGQM.mjs} +0 -0
- /package/dist/{visuallyhidden-CfBnXfvh.mjs → visuallyhidden-BJsQCmg-.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
+
"source": "./src/index.ts",
|
|
14
15
|
"types": "./dist/index.d.ts",
|
|
15
16
|
"default": "./dist/index.mjs"
|
|
16
17
|
},
|
|
@@ -19,166 +20,212 @@
|
|
|
19
20
|
"default": "./dist/styles/root.css"
|
|
20
21
|
},
|
|
21
22
|
"./theme": {
|
|
23
|
+
"source": "./src/components/themes/index.ts",
|
|
22
24
|
"types": "./dist/components/themes/index.d.ts",
|
|
23
25
|
"default": "./dist/theme/index.mjs"
|
|
24
26
|
},
|
|
25
27
|
"./hooks": {
|
|
28
|
+
"source": "./src/hooks/index.ts",
|
|
26
29
|
"types": "./dist/hooks/index.d.ts",
|
|
27
30
|
"default": "./dist/hooks/index.mjs"
|
|
28
31
|
},
|
|
29
32
|
"./icons": {
|
|
33
|
+
"source": "./src/components/icons/index.ts",
|
|
30
34
|
"types": "./dist/components/icons/index.d.ts",
|
|
31
35
|
"default": "./dist/icons/index.mjs"
|
|
32
36
|
},
|
|
33
37
|
"./utils": {
|
|
38
|
+
"source": "./src/utils/index.ts",
|
|
34
39
|
"types": "./dist/utils/index.d.ts",
|
|
35
40
|
"default": "./dist/utils/index.mjs"
|
|
36
41
|
},
|
|
37
42
|
"./alert": {
|
|
43
|
+
"source": "./src/components/base/alert/index.ts",
|
|
38
44
|
"types": "./dist/components/base/alert/index.d.ts",
|
|
39
45
|
"default": "./dist/alert/index.mjs"
|
|
40
46
|
},
|
|
47
|
+
"./avatar": {
|
|
48
|
+
"source": "./src/components/base/avatar/index.ts",
|
|
49
|
+
"types": "./dist/components/base/avatar/index.d.ts",
|
|
50
|
+
"default": "./dist/avatar/index.mjs"
|
|
51
|
+
},
|
|
41
52
|
"./badge": {
|
|
53
|
+
"source": "./src/components/base/badge/index.ts",
|
|
42
54
|
"types": "./dist/components/base/badge/index.d.ts",
|
|
43
55
|
"default": "./dist/badge/index.mjs"
|
|
44
56
|
},
|
|
45
57
|
"./breadcrumb": {
|
|
58
|
+
"source": "./src/components/base/breadcrumb/index.ts",
|
|
46
59
|
"types": "./dist/components/base/breadcrumb/index.d.ts",
|
|
47
60
|
"default": "./dist/breadcrumb/index.mjs"
|
|
48
61
|
},
|
|
49
62
|
"./button": {
|
|
63
|
+
"source": "./src/components/base/button/index.tsx",
|
|
50
64
|
"types": "./dist/components/base/button/index.d.ts",
|
|
51
65
|
"default": "./dist/button/index.mjs"
|
|
52
66
|
},
|
|
53
67
|
"./button-group": {
|
|
68
|
+
"source": "./src/components/base/button-group/index.ts",
|
|
54
69
|
"types": "./dist/components/base/button-group/index.d.ts",
|
|
55
70
|
"default": "./dist/button-group/index.mjs"
|
|
56
71
|
},
|
|
57
72
|
"./calendar": {
|
|
73
|
+
"source": "./src/components/base/calendar/index.ts",
|
|
58
74
|
"types": "./dist/components/base/calendar/index.d.ts",
|
|
59
75
|
"default": "./dist/calendar/index.mjs"
|
|
60
76
|
},
|
|
61
77
|
"./card": {
|
|
78
|
+
"source": "./src/components/base/card/index.ts",
|
|
62
79
|
"types": "./dist/components/base/card/index.d.ts",
|
|
63
80
|
"default": "./dist/card/index.mjs"
|
|
64
81
|
},
|
|
65
82
|
"./chart": {
|
|
83
|
+
"source": "./src/components/base/chart/index.ts",
|
|
66
84
|
"types": "./dist/components/base/chart/index.d.ts",
|
|
67
85
|
"default": "./dist/chart/index.mjs"
|
|
68
86
|
},
|
|
69
87
|
"./checkbox": {
|
|
88
|
+
"source": "./src/components/base/checkbox/index.ts",
|
|
70
89
|
"types": "./dist/components/base/checkbox/index.d.ts",
|
|
71
90
|
"default": "./dist/checkbox/index.mjs"
|
|
72
91
|
},
|
|
73
92
|
"./collapsible": {
|
|
93
|
+
"source": "./src/components/base/collapsible/index.ts",
|
|
74
94
|
"types": "./dist/components/base/collapsible/index.d.ts",
|
|
75
95
|
"default": "./dist/collapsible/index.mjs"
|
|
76
96
|
},
|
|
77
97
|
"./command": {
|
|
98
|
+
"source": "./src/components/base/command/index.ts",
|
|
78
99
|
"types": "./dist/components/base/command/index.d.ts",
|
|
79
100
|
"default": "./dist/command/index.mjs"
|
|
80
101
|
},
|
|
81
102
|
"./dialog": {
|
|
103
|
+
"source": "./src/components/base/dialog/index.ts",
|
|
82
104
|
"types": "./dist/components/base/dialog/index.d.ts",
|
|
83
105
|
"default": "./dist/dialog/index.mjs"
|
|
84
106
|
},
|
|
85
107
|
"./hover-card": {
|
|
108
|
+
"source": "./src/components/base/hover-card/index.ts",
|
|
86
109
|
"types": "./dist/components/base/hover-card/index.d.ts",
|
|
87
110
|
"default": "./dist/hover-card/index.mjs"
|
|
88
111
|
},
|
|
89
112
|
"./input": {
|
|
113
|
+
"source": "./src/components/base/input/index.ts",
|
|
90
114
|
"types": "./dist/components/base/input/index.d.ts",
|
|
91
115
|
"default": "./dist/input/index.mjs"
|
|
92
116
|
},
|
|
93
117
|
"./input-group": {
|
|
118
|
+
"source": "./src/components/base/input-group/index.ts",
|
|
94
119
|
"types": "./dist/components/base/input-group/index.d.ts",
|
|
95
120
|
"default": "./dist/input-group/index.mjs"
|
|
96
121
|
},
|
|
97
122
|
"./label": {
|
|
123
|
+
"source": "./src/components/base/label/index.ts",
|
|
98
124
|
"types": "./dist/components/base/label/index.d.ts",
|
|
99
125
|
"default": "./dist/label/index.mjs"
|
|
100
126
|
},
|
|
101
127
|
"./popover": {
|
|
128
|
+
"source": "./src/components/base/popover/index.ts",
|
|
102
129
|
"types": "./dist/components/base/popover/index.d.ts",
|
|
103
130
|
"default": "./dist/popover/index.mjs"
|
|
104
131
|
},
|
|
105
132
|
"./radio-group": {
|
|
133
|
+
"source": "./src/components/base/radio-group/index.ts",
|
|
106
134
|
"types": "./dist/components/base/radio-group/index.d.ts",
|
|
107
135
|
"default": "./dist/radio-group/index.mjs"
|
|
108
136
|
},
|
|
109
137
|
"./select": {
|
|
138
|
+
"source": "./src/components/base/select/index.ts",
|
|
110
139
|
"types": "./dist/components/base/select/index.d.ts",
|
|
111
140
|
"default": "./dist/select/index.mjs"
|
|
112
141
|
},
|
|
113
142
|
"./separator": {
|
|
143
|
+
"source": "./src/components/base/separator/index.ts",
|
|
114
144
|
"types": "./dist/components/base/separator/index.d.ts",
|
|
115
145
|
"default": "./dist/separator/index.mjs"
|
|
116
146
|
},
|
|
117
147
|
"./sheet": {
|
|
148
|
+
"source": "./src/components/base/sheet/index.ts",
|
|
118
149
|
"types": "./dist/components/base/sheet/index.d.ts",
|
|
119
150
|
"default": "./dist/sheet/index.mjs"
|
|
120
151
|
},
|
|
121
152
|
"./skeleton": {
|
|
153
|
+
"source": "./src/components/base/skeleton/index.ts",
|
|
122
154
|
"types": "./dist/components/base/skeleton/index.d.ts",
|
|
123
155
|
"default": "./dist/skeleton/index.mjs"
|
|
124
156
|
},
|
|
125
157
|
"./spinner": {
|
|
158
|
+
"source": "./src/components/base/spinner/index.ts",
|
|
126
159
|
"types": "./dist/components/base/spinner/index.d.ts",
|
|
127
160
|
"default": "./dist/spinner/index.mjs"
|
|
128
161
|
},
|
|
129
162
|
"./switch": {
|
|
163
|
+
"source": "./src/components/base/switch/index.ts",
|
|
130
164
|
"types": "./dist/components/base/switch/index.d.ts",
|
|
131
165
|
"default": "./dist/switch/index.mjs"
|
|
132
166
|
},
|
|
133
167
|
"./table": {
|
|
168
|
+
"source": "./src/components/base/table/index.ts",
|
|
134
169
|
"types": "./dist/components/base/table/index.d.ts",
|
|
135
170
|
"default": "./dist/table/index.mjs"
|
|
136
171
|
},
|
|
137
172
|
"./tabs": {
|
|
173
|
+
"source": "./src/components/base/tabs/index.ts",
|
|
138
174
|
"types": "./dist/components/base/tabs/index.d.ts",
|
|
139
175
|
"default": "./dist/tabs/index.mjs"
|
|
140
176
|
},
|
|
141
177
|
"./textarea": {
|
|
178
|
+
"source": "./src/components/base/textarea/index.ts",
|
|
142
179
|
"types": "./dist/components/base/textarea/index.d.ts",
|
|
143
180
|
"default": "./dist/textarea/index.mjs"
|
|
144
181
|
},
|
|
145
182
|
"./tooltip": {
|
|
183
|
+
"source": "./src/components/base/tooltip/index.ts",
|
|
146
184
|
"types": "./dist/components/base/tooltip/index.d.ts",
|
|
147
185
|
"default": "./dist/tooltip/index.mjs"
|
|
148
186
|
},
|
|
149
187
|
"./typography": {
|
|
188
|
+
"source": "./src/components/base/typography/index.ts",
|
|
150
189
|
"types": "./dist/components/base/typography/index.d.ts",
|
|
151
190
|
"default": "./dist/typography/index.mjs"
|
|
152
191
|
},
|
|
153
192
|
"./visually-hidden": {
|
|
193
|
+
"source": "./src/components/base/visuallyhidden/index.ts",
|
|
154
194
|
"types": "./dist/components/base/visuallyhidden/index.d.ts",
|
|
155
195
|
"default": "./dist/visually-hidden/index.mjs"
|
|
156
196
|
},
|
|
157
197
|
"./autocomplete": {
|
|
198
|
+
"source": "./src/components/features/autocomplete/index.ts",
|
|
158
199
|
"types": "./dist/components/features/autocomplete/index.d.ts",
|
|
159
200
|
"default": "./dist/autocomplete/index.mjs"
|
|
160
201
|
},
|
|
161
202
|
"./avatar-stack": {
|
|
203
|
+
"source": "./src/components/features/avatar-stack/index.ts",
|
|
162
204
|
"types": "./dist/components/features/avatar-stack/index.d.ts",
|
|
163
205
|
"default": "./dist/avatar-stack/index.mjs"
|
|
164
206
|
},
|
|
165
207
|
"./date-picker": {
|
|
208
|
+
"source": "./src/components/features/date-picker/index.ts",
|
|
166
209
|
"types": "./dist/components/features/date-picker/index.d.ts",
|
|
167
210
|
"default": "./dist/date-picker/index.mjs"
|
|
168
211
|
},
|
|
169
212
|
"./dropdown": {
|
|
213
|
+
"source": "./src/components/features/dropdown/index.ts",
|
|
170
214
|
"types": "./dist/components/features/dropdown/index.d.ts",
|
|
171
215
|
"default": "./dist/dropdown/index.mjs"
|
|
172
216
|
},
|
|
173
217
|
"./dropzone": {
|
|
218
|
+
"source": "./src/components/features/dropzone/index.ts",
|
|
174
219
|
"types": "./dist/components/features/dropzone/index.d.ts",
|
|
175
220
|
"default": "./dist/dropzone/index.mjs"
|
|
176
221
|
},
|
|
177
222
|
"./empty-content": {
|
|
223
|
+
"source": "./src/components/features/empty-content/index.ts",
|
|
178
224
|
"types": "./dist/components/features/empty-content/index.d.ts",
|
|
179
225
|
"default": "./dist/empty-content/index.mjs"
|
|
180
226
|
},
|
|
181
227
|
"./form": {
|
|
228
|
+
"source": "./src/components/features/form/index.ts",
|
|
182
229
|
"types": "./dist/components/features/form/index.d.ts",
|
|
183
230
|
"default": "./dist/form/index.mjs"
|
|
184
231
|
},
|
|
@@ -188,22 +235,27 @@
|
|
|
188
235
|
"default": "./dist/grid/index.mjs"
|
|
189
236
|
},
|
|
190
237
|
"./input-number": {
|
|
238
|
+
"source": "./src/components/features/input-number/index.ts",
|
|
191
239
|
"types": "./dist/components/features/input-number/index.d.ts",
|
|
192
240
|
"default": "./dist/input-number/index.mjs"
|
|
193
241
|
},
|
|
194
242
|
"./input-with-addons": {
|
|
243
|
+
"source": "./src/components/features/input-with-addons/index.ts",
|
|
195
244
|
"types": "./dist/components/features/input-with-addons/index.d.ts",
|
|
196
245
|
"default": "./dist/input-with-addons/index.mjs"
|
|
197
246
|
},
|
|
198
247
|
"./loader-overlay": {
|
|
248
|
+
"source": "./src/components/features/loader-overlay/index.ts",
|
|
199
249
|
"types": "./dist/components/features/loader-overlay/index.d.ts",
|
|
200
250
|
"default": "./dist/loader-overlay/index.mjs"
|
|
201
251
|
},
|
|
202
252
|
"./map": {
|
|
253
|
+
"source": "./src/exports/map.ts",
|
|
203
254
|
"types": "./dist/exports/map.d.ts",
|
|
204
255
|
"default": "./dist/map/index.mjs"
|
|
205
256
|
},
|
|
206
257
|
"./more-actions": {
|
|
258
|
+
"source": "./src/components/features/more-actions/index.ts",
|
|
207
259
|
"types": "./dist/components/features/more-actions/index.d.ts",
|
|
208
260
|
"default": "./dist/more-actions/index.mjs"
|
|
209
261
|
},
|
|
@@ -213,30 +265,42 @@
|
|
|
213
265
|
"default": "./dist/nprogress/index.mjs"
|
|
214
266
|
},
|
|
215
267
|
"./page-title": {
|
|
268
|
+
"source": "./src/components/features/page-title/index.ts",
|
|
216
269
|
"types": "./dist/components/features/page-title/index.d.ts",
|
|
217
270
|
"default": "./dist/page-title/index.mjs"
|
|
218
271
|
},
|
|
219
272
|
"./sidebar": {
|
|
220
|
-
"
|
|
273
|
+
"source": "./src/components/base/sidebar/index.ts",
|
|
274
|
+
"types": "./dist/components/base/sidebar/index.d.ts",
|
|
221
275
|
"default": "./dist/sidebar/index.mjs"
|
|
222
276
|
},
|
|
277
|
+
"./app-navigation": {
|
|
278
|
+
"source": "./src/components/features/app-navigation/index.ts",
|
|
279
|
+
"types": "./dist/components/features/app-navigation/index.d.ts",
|
|
280
|
+
"default": "./dist/app-navigation/index.mjs"
|
|
281
|
+
},
|
|
223
282
|
"./stepper": {
|
|
283
|
+
"source": "./src/components/features/stepper/index.ts",
|
|
224
284
|
"types": "./dist/components/features/stepper/index.d.ts",
|
|
225
285
|
"default": "./dist/stepper/index.mjs"
|
|
226
286
|
},
|
|
227
287
|
"./tag-input": {
|
|
288
|
+
"source": "./src/components/features/tag-input/index.ts",
|
|
228
289
|
"types": "./dist/components/features/tag-input/index.d.ts",
|
|
229
290
|
"default": "./dist/tag-input/index.mjs"
|
|
230
291
|
},
|
|
231
292
|
"./task-queue": {
|
|
293
|
+
"source": "./src/components/features/task-queue/index.ts",
|
|
232
294
|
"types": "./dist/components/features/task-queue/index.d.ts",
|
|
233
295
|
"default": "./dist/task-queue/index.mjs"
|
|
234
296
|
},
|
|
235
297
|
"./toast": {
|
|
298
|
+
"source": "./src/components/features/toast/index.ts",
|
|
236
299
|
"types": "./dist/components/features/toast/index.d.ts",
|
|
237
300
|
"default": "./dist/toast/index.mjs"
|
|
238
301
|
},
|
|
239
302
|
"./data-table": {
|
|
303
|
+
"source": "./src/components/features/data-table/index.ts",
|
|
240
304
|
"types": "./dist/components/features/data-table/index.d.ts",
|
|
241
305
|
"default": "./dist/data-table/index.mjs"
|
|
242
306
|
}
|
|
@@ -252,32 +316,16 @@
|
|
|
252
316
|
"peerDependencies": {
|
|
253
317
|
"@conform-to/react": ">=1",
|
|
254
318
|
"@conform-to/zod": ">=1",
|
|
255
|
-
"@radix-ui/react-avatar": ">=1",
|
|
256
|
-
"@radix-ui/react-checkbox": ">=1",
|
|
257
|
-
"@radix-ui/react-collapsible": ">=1",
|
|
258
|
-
"@radix-ui/react-dialog": ">=1",
|
|
259
|
-
"@radix-ui/react-dropdown-menu": ">=2",
|
|
260
|
-
"@radix-ui/react-hover-card": ">=1",
|
|
261
|
-
"@radix-ui/react-label": ">=2",
|
|
262
|
-
"@radix-ui/react-popover": ">=1",
|
|
263
|
-
"@radix-ui/react-radio-group": ">=1",
|
|
264
|
-
"@radix-ui/react-select": ">=2",
|
|
265
|
-
"@radix-ui/react-separator": ">=1",
|
|
266
|
-
"@radix-ui/react-slot": ">=1",
|
|
267
|
-
"@radix-ui/react-switch": ">=1",
|
|
268
|
-
"@radix-ui/react-tabs": ">=1",
|
|
269
|
-
"@radix-ui/react-tooltip": ">=1",
|
|
270
|
-
"@radix-ui/react-visually-hidden": ">=1",
|
|
271
319
|
"@stepperize/react": ">=4",
|
|
272
320
|
"@tanstack/react-table": ">=8",
|
|
273
321
|
"@tanstack/react-virtual": ">=3",
|
|
274
|
-
"cmdk": ">=1",
|
|
275
322
|
"date-fns": ">=4",
|
|
276
323
|
"date-fns-tz": ">=3",
|
|
277
324
|
"leaflet": ">=1.9",
|
|
278
325
|
"leaflet-draw": ">=1",
|
|
279
326
|
"leaflet.fullscreen": ">=5",
|
|
280
327
|
"leaflet.markercluster": ">=1.5",
|
|
328
|
+
"lucide-react": ">=0.400",
|
|
281
329
|
"motion": ">=11",
|
|
282
330
|
"nprogress": ">=0.2",
|
|
283
331
|
"nuqs": ">=2",
|
|
@@ -299,54 +347,6 @@
|
|
|
299
347
|
"@conform-to/zod": {
|
|
300
348
|
"optional": true
|
|
301
349
|
},
|
|
302
|
-
"@radix-ui/react-avatar": {
|
|
303
|
-
"optional": true
|
|
304
|
-
},
|
|
305
|
-
"@radix-ui/react-checkbox": {
|
|
306
|
-
"optional": true
|
|
307
|
-
},
|
|
308
|
-
"@radix-ui/react-collapsible": {
|
|
309
|
-
"optional": true
|
|
310
|
-
},
|
|
311
|
-
"@radix-ui/react-dialog": {
|
|
312
|
-
"optional": true
|
|
313
|
-
},
|
|
314
|
-
"@radix-ui/react-dropdown-menu": {
|
|
315
|
-
"optional": true
|
|
316
|
-
},
|
|
317
|
-
"@radix-ui/react-hover-card": {
|
|
318
|
-
"optional": true
|
|
319
|
-
},
|
|
320
|
-
"@radix-ui/react-label": {
|
|
321
|
-
"optional": true
|
|
322
|
-
},
|
|
323
|
-
"@radix-ui/react-popover": {
|
|
324
|
-
"optional": true
|
|
325
|
-
},
|
|
326
|
-
"@radix-ui/react-radio-group": {
|
|
327
|
-
"optional": true
|
|
328
|
-
},
|
|
329
|
-
"@radix-ui/react-select": {
|
|
330
|
-
"optional": true
|
|
331
|
-
},
|
|
332
|
-
"@radix-ui/react-separator": {
|
|
333
|
-
"optional": true
|
|
334
|
-
},
|
|
335
|
-
"@radix-ui/react-slot": {
|
|
336
|
-
"optional": true
|
|
337
|
-
},
|
|
338
|
-
"@radix-ui/react-switch": {
|
|
339
|
-
"optional": true
|
|
340
|
-
},
|
|
341
|
-
"@radix-ui/react-tabs": {
|
|
342
|
-
"optional": true
|
|
343
|
-
},
|
|
344
|
-
"@radix-ui/react-tooltip": {
|
|
345
|
-
"optional": true
|
|
346
|
-
},
|
|
347
|
-
"@radix-ui/react-visually-hidden": {
|
|
348
|
-
"optional": true
|
|
349
|
-
},
|
|
350
350
|
"@stepperize/react": {
|
|
351
351
|
"optional": true
|
|
352
352
|
},
|
|
@@ -356,9 +356,6 @@
|
|
|
356
356
|
"@tanstack/react-virtual": {
|
|
357
357
|
"optional": true
|
|
358
358
|
},
|
|
359
|
-
"cmdk": {
|
|
360
|
-
"optional": true
|
|
361
|
-
},
|
|
362
359
|
"date-fns": {
|
|
363
360
|
"optional": true
|
|
364
361
|
},
|
|
@@ -377,6 +374,7 @@
|
|
|
377
374
|
"leaflet.markercluster": {
|
|
378
375
|
"optional": true
|
|
379
376
|
},
|
|
377
|
+
"lucide-react": {},
|
|
380
378
|
"motion": {
|
|
381
379
|
"optional": true
|
|
382
380
|
},
|
|
@@ -412,19 +410,31 @@
|
|
|
412
410
|
}
|
|
413
411
|
},
|
|
414
412
|
"dependencies": {
|
|
413
|
+
"@radix-ui/react-avatar": "^1",
|
|
414
|
+
"@radix-ui/react-checkbox": "^1",
|
|
415
|
+
"@radix-ui/react-collapsible": "^1",
|
|
416
|
+
"@radix-ui/react-dialog": "^1",
|
|
417
|
+
"@radix-ui/react-dropdown-menu": "^2",
|
|
418
|
+
"@radix-ui/react-hover-card": "^1",
|
|
419
|
+
"@radix-ui/react-label": "^2",
|
|
420
|
+
"@radix-ui/react-popover": "^1",
|
|
421
|
+
"@radix-ui/react-radio-group": "^1",
|
|
422
|
+
"@radix-ui/react-select": "^2",
|
|
423
|
+
"@radix-ui/react-separator": "^1",
|
|
424
|
+
"@radix-ui/react-slot": "^1",
|
|
425
|
+
"@radix-ui/react-switch": "^1",
|
|
426
|
+
"@radix-ui/react-tabs": "^1",
|
|
427
|
+
"@radix-ui/react-tooltip": "^1",
|
|
428
|
+
"@radix-ui/react-visually-hidden": "^1",
|
|
415
429
|
"class-variance-authority": "^0.7",
|
|
416
430
|
"clsx": "^2.1.1",
|
|
417
|
-
"
|
|
418
|
-
"tailwind-merge": "^3.5.0"
|
|
431
|
+
"cmdk": "^1",
|
|
432
|
+
"tailwind-merge": "^3.5.0",
|
|
433
|
+
"tw-animate-css": "^1"
|
|
419
434
|
},
|
|
420
435
|
"devDependencies": {
|
|
421
436
|
"@conform-to/react": "^1.17.1",
|
|
422
437
|
"@conform-to/zod": "^1.17.1",
|
|
423
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
424
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
425
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
426
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
427
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
428
438
|
"@stepperize/react": "^6.1.0",
|
|
429
439
|
"@tanstack/react-table": "^8.21.3",
|
|
430
440
|
"@tanstack/react-virtual": "^3.13.19",
|
|
@@ -446,6 +456,7 @@
|
|
|
446
456
|
"leaflet-draw": "^1.0.4",
|
|
447
457
|
"leaflet.fullscreen": "^5.3.0",
|
|
448
458
|
"leaflet.markercluster": "^1.5.3",
|
|
459
|
+
"lucide-react": "^0.556",
|
|
449
460
|
"motion": "^12.34.4",
|
|
450
461
|
"nprogress": "^0.2.0",
|
|
451
462
|
"nuqs": "^2.8.9",
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./utils-Bfgoe-Gm.mjs";
|
|
2
|
-
import { CheckIcon } from "lucide-react";
|
|
3
|
-
import "react";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
6
|
-
|
|
7
|
-
//#region ../shadcn/ui/checkbox.tsx
|
|
8
|
-
function Checkbox({ className, ...props }) {
|
|
9
|
-
return /* @__PURE__ */ jsx(CheckboxPrimitive.Root, {
|
|
10
|
-
"data-slot": "checkbox",
|
|
11
|
-
className: cn("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50", className),
|
|
12
|
-
...props,
|
|
13
|
-
children: /* @__PURE__ */ jsx(CheckboxPrimitive.Indicator, {
|
|
14
|
-
"data-slot": "checkbox-indicator",
|
|
15
|
-
className: "flex items-center justify-center text-current transition-none",
|
|
16
|
-
children: /* @__PURE__ */ jsx(CheckIcon, { className: "size-3.5" })
|
|
17
|
-
})
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
//#endregion
|
|
22
|
-
export { Checkbox as t };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
|
-
import { t as Checkbox$1 } from "./checkbox-DB5_3E_l.mjs";
|
|
3
|
-
import "react";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
|
|
6
|
-
//#region src/components/base/checkbox/checkbox.tsx
|
|
7
|
-
function Checkbox({ ref, className, ...props }) {
|
|
8
|
-
return /* @__PURE__ */ jsx(Checkbox$1, {
|
|
9
|
-
ref,
|
|
10
|
-
className: cn(className),
|
|
11
|
-
...props
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
Checkbox.displayName = "Checkbox";
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
|
-
export { Checkbox as t };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-data-table-context.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/data-table/hooks/use-data-table-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { NavItem } from './nav-main';
|
|
2
|
-
import { Sidebar } from '..';
|
|
3
|
-
export declare function AppSidebar({ navItems, title, closeOnNavigation, defaultOpen, currentPath, linkComponent, ...props }: React.ComponentProps<typeof Sidebar> & {
|
|
4
|
-
navItems: NavItem[];
|
|
5
|
-
title?: string | React.ReactNode;
|
|
6
|
-
closeOnNavigation?: boolean;
|
|
7
|
-
/** Controls sidebar open state — when false, sidebar closes on mount */
|
|
8
|
-
defaultOpen?: boolean;
|
|
9
|
-
/** Current URL pathname — passed through to NavMain */
|
|
10
|
-
currentPath: string;
|
|
11
|
-
/** Link component — passed through to NavMain (defaults to native `<a>`) */
|
|
12
|
-
linkComponent?: React.ElementType;
|
|
13
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
//# sourceMappingURL=app-sidebar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/features/sidebar/app-sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEzC,OAAO,EACL,OAAO,EAMR,MAAM,IAAI,CAAA;AAGX,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,WAAW,EACX,WAAW,EACX,aAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,GAAG;IACxC,QAAQ,EAAE,OAAO,EAAE,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;IAChC,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,wEAAwE;IACxE,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,uDAAuD;IACvD,WAAW,EAAE,MAAM,CAAA;IACnB,4EAA4E;IAC5E,aAAa,CAAC,EAAE,KAAK,CAAC,WAAW,CAAA;CAClC,2CAgCA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/features/sidebar/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nav-main.d.ts","sourceRoot":"","sources":["../../../../src/components/features/sidebar/nav-main.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAC9C,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACZ,MAAM,OAAO,CAAA;AAyBd,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,EAAE,MAAM,GAAG,OAAO,GAAG,aAAa,GAAG,cAAc,CAAA;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAM5B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAA;IAOvB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IAExB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;CACxB;AAmED,wBAAgB,OAAO,CAAC,EAAE,GAAG,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,QAAc,EAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,iBAAiB,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG;IAC/L,KAAK,EAAE,OAAO,EAAE,CAAA;IAChB,6DAA6D;IAC7D,WAAW,EAAE,MAAM,CAAA;IACnB,2EAA2E;IAC3E,aAAa,CAAC,EAAE,WAAW,CAAA;IAC3B,aAAa,CAAC,EAAE,UAAU,GAAG,WAAW,CAAA;IACxC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAA;CAAE,2CAohBrD;yBA9hBe,OAAO"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/features/sidebar/sidebar.tsx"],"names":[],"mappings":"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"}
|
package/dist/label-ClzLBWRT.mjs
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./utils-Bfgoe-Gm.mjs";
|
|
2
|
-
import "react";
|
|
3
|
-
import { jsx } from "react/jsx-runtime";
|
|
4
|
-
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5
|
-
|
|
6
|
-
//#region ../shadcn/ui/label.tsx
|
|
7
|
-
const Label = ({ className, ...props }) => {
|
|
8
|
-
return /* @__PURE__ */ jsx(LabelPrimitive.Root, {
|
|
9
|
-
"data-slot": "label",
|
|
10
|
-
className: cn("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50", className),
|
|
11
|
-
...props
|
|
12
|
-
});
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
export { Label as t };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|