@datum-cloud/datum-ui 0.2.0-alpha.8 → 0.3.0-alpha.9d90881

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.
Files changed (155) hide show
  1. package/dist/autocomplete/index.mjs +4 -4
  2. package/dist/{autocomplete-DZtI97HP.mjs → autocomplete-e33EmvBu.mjs} +3 -3
  3. package/dist/avatar-stack/index.mjs +2 -2
  4. package/dist/{avatar-stack-JCfBlPB9.mjs → avatar-stack-Ci0cnjxv.mjs} +1 -1
  5. package/dist/calendar-date-picker-BBAg78Lg.mjs +665 -0
  6. package/dist/checkbox/index.mjs +2 -1
  7. package/dist/checkbox-DB5_3E_l.mjs +22 -0
  8. package/dist/checkbox-DMC1Mhaw.mjs +17 -0
  9. package/dist/collapsible/index.mjs +1 -1
  10. package/dist/command/index.mjs +2 -2
  11. package/dist/{command-s0Yv3abE.mjs → command-DQlO6uTL.mjs} +1 -1
  12. package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts +2 -1
  13. package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts.map +1 -1
  14. package/dist/components/features/data-table/adapters/nuqs-adapter.d.ts +45 -0
  15. package/dist/components/features/data-table/adapters/nuqs-adapter.d.ts.map +1 -0
  16. package/dist/components/features/data-table/columns/selection-column.d.ts +6 -0
  17. package/dist/components/features/data-table/columns/selection-column.d.ts.map +1 -0
  18. package/dist/components/features/data-table/components/bulk-actions.d.ts +3 -0
  19. package/dist/components/features/data-table/components/bulk-actions.d.ts.map +1 -0
  20. package/dist/components/features/data-table/components/column-header.d.ts +3 -0
  21. package/dist/components/features/data-table/components/column-header.d.ts.map +1 -0
  22. package/dist/components/features/data-table/components/content.d.ts +3 -0
  23. package/dist/components/features/data-table/components/content.d.ts.map +1 -0
  24. package/dist/components/features/data-table/components/inline-content.d.ts +3 -0
  25. package/dist/components/features/data-table/components/inline-content.d.ts.map +1 -0
  26. package/dist/components/features/data-table/components/loading.d.ts +3 -0
  27. package/dist/components/features/data-table/components/loading.d.ts.map +1 -0
  28. package/dist/components/features/data-table/components/pagination.d.ts +3 -0
  29. package/dist/components/features/data-table/components/pagination.d.ts.map +1 -0
  30. package/dist/components/features/data-table/components/row-actions.d.ts +3 -0
  31. package/dist/components/features/data-table/components/row-actions.d.ts.map +1 -0
  32. package/dist/components/features/data-table/components/search.d.ts +3 -0
  33. package/dist/components/features/data-table/components/search.d.ts.map +1 -0
  34. package/dist/components/features/data-table/constants.d.ts +5 -0
  35. package/dist/components/features/data-table/constants.d.ts.map +1 -0
  36. package/dist/components/features/data-table/core/client-provider.d.ts +3 -0
  37. package/dist/components/features/data-table/core/client-provider.d.ts.map +1 -0
  38. package/dist/components/features/data-table/core/data-table-context.d.ts +5 -0
  39. package/dist/components/features/data-table/core/data-table-context.d.ts.map +1 -0
  40. package/dist/components/features/data-table/core/server-provider.d.ts +3 -0
  41. package/dist/components/features/data-table/core/server-provider.d.ts.map +1 -0
  42. package/dist/components/features/data-table/data-table.d.ts +29 -0
  43. package/dist/components/features/data-table/data-table.d.ts.map +1 -0
  44. package/dist/components/features/data-table/filters/checkbox-filter.d.ts +3 -0
  45. package/dist/components/features/data-table/filters/checkbox-filter.d.ts.map +1 -0
  46. package/dist/components/features/data-table/filters/date-picker-filter.d.ts +3 -0
  47. package/dist/components/features/data-table/filters/date-picker-filter.d.ts.map +1 -0
  48. package/dist/components/features/data-table/filters/select-filter.d.ts +3 -0
  49. package/dist/components/features/data-table/filters/select-filter.d.ts.map +1 -0
  50. package/dist/components/features/data-table/hooks/index.d.ts +4 -0
  51. package/dist/components/features/data-table/hooks/index.d.ts.map +1 -0
  52. package/dist/components/features/data-table/hooks/use-data-table-client.d.ts +23 -0
  53. package/dist/components/features/data-table/hooks/use-data-table-client.d.ts.map +1 -0
  54. package/dist/components/features/data-table/hooks/use-data-table-context.d.ts +2 -0
  55. package/dist/components/features/data-table/hooks/use-data-table-context.d.ts.map +1 -0
  56. package/dist/components/features/data-table/hooks/use-data-table-server.d.ts +22 -0
  57. package/dist/components/features/data-table/hooks/use-data-table-server.d.ts.map +1 -0
  58. package/dist/components/features/data-table/hooks/use-inline-contents.d.ts +7 -0
  59. package/dist/components/features/data-table/hooks/use-inline-contents.d.ts.map +1 -0
  60. package/dist/components/features/data-table/index.d.ts +10 -0
  61. package/dist/components/features/data-table/index.d.ts.map +1 -0
  62. package/dist/components/features/data-table/types.d.ts +258 -0
  63. package/dist/components/features/data-table/types.d.ts.map +1 -0
  64. package/dist/data-table/index.mjs +1162 -0
  65. package/dist/date-picker/index.mjs +5 -4
  66. package/dist/dialog/index.mjs +2 -2
  67. package/dist/{dialog-bnMMf9GD.mjs → dialog-B2EZJW-q.mjs} +2 -2
  68. package/dist/dropdown/index.mjs +1 -1
  69. package/dist/dropdown-menu-Xahj42Gr.mjs +87 -0
  70. package/dist/dropzone/index.mjs +1 -1
  71. package/dist/empty-content/index.mjs +1 -1
  72. package/dist/form/index.mjs +12 -12
  73. package/dist/grid/index.mjs +1 -1
  74. package/dist/hooks/index.mjs +2 -2
  75. package/dist/hover-card/index.mjs +1 -1
  76. package/dist/icons/index.mjs +1 -1
  77. package/dist/index.mjs +52 -48
  78. package/dist/input/index.mjs +2 -2
  79. package/dist/{input-fzXBheCN.mjs → input-D241oNEm.mjs} +1 -1
  80. package/dist/input-group/index.mjs +3 -3
  81. package/dist/{input-group-CPaFSTEV.mjs → input-group-uobp64zr.mjs} +2 -2
  82. package/dist/input-number/index.mjs +2 -2
  83. package/dist/{input-number-9o62JHRl.mjs → input-number-CEMgBk8-.mjs} +1 -1
  84. package/dist/input-with-addons/index.mjs +1 -1
  85. package/dist/label/index.mjs +2 -1
  86. package/dist/label-ClzLBWRT.mjs +16 -0
  87. package/dist/{label-_ste_Re3.mjs → label-byipFGok.mjs} +1 -12
  88. package/dist/loader-overlay/index.mjs +1 -1
  89. package/dist/map/index.mjs +8 -7
  90. package/dist/{map-WL6jhkSM.mjs → map-DupFPkJT.mjs} +6 -86
  91. package/dist/more-actions/index.mjs +2 -2
  92. package/dist/{more-actions-Ch1f6Mh3.mjs → more-actions-D6OyqZQS.mjs} +2 -2
  93. package/dist/page-title/index.mjs +1 -1
  94. package/dist/popover/index.mjs +1 -1
  95. package/dist/radio-group/index.mjs +1 -1
  96. package/dist/select/index.mjs +1 -1
  97. package/dist/{select-DVlEzD2W.mjs → select-BznmyqBr.mjs} +1 -1
  98. package/dist/sheet/index.mjs +2 -2
  99. package/dist/{sheet-BKiCwtNO.mjs → sheet-Bmayi68h.mjs} +2 -2
  100. package/dist/sidebar/index.mjs +6 -6
  101. package/dist/{sidebar-DfqezV8t.mjs → sidebar-D2zE7rPy.mjs} +5 -5
  102. package/dist/skeleton/index.mjs +1 -1
  103. package/dist/spinner/index.mjs +1 -1
  104. package/dist/stepper/index.mjs +1 -1
  105. package/dist/styles/fonts/AllianceNo1-Medium.ttf +0 -0
  106. package/dist/styles/fonts/AllianceNo1-Regular.ttf +0 -0
  107. package/dist/styles/fonts/AllianceNo1-SemiBold.ttf +0 -0
  108. package/dist/switch/index.mjs +1 -1
  109. package/dist/table/index.mjs +1 -1
  110. package/dist/tabs/index.mjs +1 -1
  111. package/dist/tag-input/index.mjs +2 -2
  112. package/dist/{tag-input-Di7SDNbK.mjs → tag-input-BI8IRBDH.mjs} +1 -1
  113. package/dist/task-queue/index.mjs +4 -4
  114. package/dist/{task-queue-dropdown-DW72ikDH.mjs → task-queue-dropdown-D6k067_W.mjs} +4 -4
  115. package/dist/textarea/index.mjs +2 -2
  116. package/dist/{textarea-CxE3YbC7.mjs → textarea-BZ85VFsJ.mjs} +1 -1
  117. package/dist/theme/index.mjs +1 -1
  118. package/dist/{to-api-format-C2xjQUcI.mjs → to-api-format-CXQ7knV4.mjs} +7 -662
  119. package/dist/toast/index.mjs +1 -1
  120. package/dist/tooltip/index.mjs +1 -1
  121. package/dist/typography/index.mjs +1 -1
  122. package/dist/{use-copy-to-clipboard-ki-WoTml.mjs → use-copy-to-clipboard-CC2hhyYI.mjs} +1 -1
  123. package/dist/{use-stepper-BaToCYMs.mjs → use-stepper-CU75TdjZ.mjs} +14 -14
  124. package/dist/{use-toast-mdn_CqRY.mjs → use-toast-BLBGnOC3.mjs} +1 -1
  125. package/dist/visually-hidden/index.mjs +1 -1
  126. package/package.json +29 -17
  127. package/dist/checkbox-LG1OKTpG.mjs +0 -34
  128. /package/dist/{close.icon-CMNMoXM_.mjs → close.icon-D2r5q3bj.mjs} +0 -0
  129. /package/dist/{col-lrLMZaTJ.mjs → col-Cg_2sTDA.mjs} +0 -0
  130. /package/dist/{collapsible-Bt9UYfv3.mjs → collapsible-Dw71o2um.mjs} +0 -0
  131. /package/dist/{dialog-DXBaT9gA.mjs → dialog-Bm4trnic.mjs} +0 -0
  132. /package/dist/{dropdown-DtSa_lqc.mjs → dropdown-DLZXinlT.mjs} +0 -0
  133. /package/dist/{dropzone-BkOnwrS4.mjs → dropzone-CGyjGnER.mjs} +0 -0
  134. /package/dist/{empty-content-BM9rzI13.mjs → empty-content-ByvwjHUs.mjs} +0 -0
  135. /package/dist/{hover-card-CUPfFUqE.mjs → hover-card-BNrHtWy6.mjs} +0 -0
  136. /package/dist/{input-DuyjEKEW.mjs → input-C-ZmsHkk.mjs} +0 -0
  137. /package/dist/{input-with-addons-BQn7KCTU.mjs → input-with-addons-DzuyGa6G.mjs} +0 -0
  138. /package/dist/{loader-overlay-DUaQSZQP.mjs → loader-overlay-CbxcjyHV.mjs} +0 -0
  139. /package/dist/{map-leaflet-imports-C4JYls8q.mjs → map-leaflet-imports-CgEyVRnp.mjs} +0 -0
  140. /package/dist/{page-title-BJuo81rT.mjs → page-title-CrYQ091u.mjs} +0 -0
  141. /package/dist/{popover-SQlKSz6L.mjs → popover-CYzXdp9q.mjs} +0 -0
  142. /package/dist/{radio-group-Oshv0b-U.mjs → radio-group-WZCIDQCH.mjs} +0 -0
  143. /package/dist/{sheet-CtnP6gTD.mjs → sheet-b9V9soz8.mjs} +0 -0
  144. /package/dist/{skeleton-vzbxA-DQ.mjs → skeleton-D3qW_KvG.mjs} +0 -0
  145. /package/dist/{spinner-BE7k2bAD.mjs → spinner-CKTGKv5n.mjs} +0 -0
  146. /package/dist/{stepper-SWB-u_nM.mjs → stepper-B07hPGG7.mjs} +0 -0
  147. /package/dist/{switch-Calk7Gyw.mjs → switch-CujyyOi6.mjs} +0 -0
  148. /package/dist/{table-CsXBcQLI.mjs → table-fZEvpdD-.mjs} +0 -0
  149. /package/dist/{tabs-D8n-dqnw.mjs → tabs-B7cW59gB.mjs} +0 -0
  150. /package/dist/{textarea-QYRcDEpK.mjs → textarea-BSkDKiej.mjs} +0 -0
  151. /package/dist/{theme.provider-CzCxEFFh.mjs → theme.provider-BG3cS9xe.mjs} +0 -0
  152. /package/dist/{tooltip-Dd3ActSS.mjs → tooltip-CbCWKEzu.mjs} +0 -0
  153. /package/dist/{typography-UA7ZZvgJ.mjs → typography-DdrxIJMd.mjs} +0 -0
  154. /package/dist/{use-debounce-B6wPrZV8.mjs → use-debounce-Dc95PFRX.mjs} +0 -0
  155. /package/dist/{visuallyhidden-aaTUk4Yo.mjs → visuallyhidden-CfBnXfvh.mjs} +0 -0
@@ -1,3 +1,3 @@
1
- import { a as ListItem, c as Title, d as titleVariants, i as List, l as paragraphVariants, n as Code, o as Paragraph, r as Link, s as Text, t as Blockquote, u as textVariants } from "../typography-UA7ZZvgJ.mjs";
1
+ import { a as ListItem, c as Title, d as titleVariants, i as List, l as paragraphVariants, n as Code, o as Paragraph, r as Link, s as Text, t as Blockquote, u as textVariants } from "../typography-DdrxIJMd.mjs";
2
2
 
3
3
  export { Blockquote, Code, Link, List, ListItem, Paragraph, Text, Title, paragraphVariants, textVariants, titleVariants };
@@ -1,4 +1,4 @@
1
- import { r as toast } from "./use-toast-mdn_CqRY.mjs";
1
+ import { r as toast } from "./use-toast-BLBGnOC3.mjs";
2
2
  import { useCallback, useEffect, useRef, useState } from "react";
3
3
 
4
4
  //#region src/hooks/use-copy-to-clipboard.ts
@@ -1,20 +1,20 @@
1
1
  import { t as cn } from "./cn-DWCc1QRE.mjs";
2
2
  import { t as Button } from "./button-C1wRfGtT.mjs";
3
3
  import { t as Icon } from "./icon-wrapper-9ticVbRL.mjs";
4
- import { t as Checkbox } from "./checkbox-LG1OKTpG.mjs";
5
- import { t as Dialog } from "./dialog-bnMMf9GD.mjs";
6
- import { t as Input } from "./input-fzXBheCN.mjs";
7
- import { t as Label } from "./label-_ste_Re3.mjs";
8
- import { n as RadioGroupItem, t as RadioGroup } from "./radio-group-Oshv0b-U.mjs";
9
- import { i as SelectItem, l as SelectTrigger, n as SelectContent, t as Select, u as SelectValue } from "./select-DVlEzD2W.mjs";
10
- import { t as Switch } from "./switch-Calk7Gyw.mjs";
11
- import { t as Textarea } from "./textarea-CxE3YbC7.mjs";
12
- import { t as Tooltip } from "./tooltip-Dd3ActSS.mjs";
13
- import { t as Autocomplete } from "./autocomplete-DZtI97HP.mjs";
14
- import { r as toast } from "./use-toast-mdn_CqRY.mjs";
15
- import { t as useCopyToClipboard } from "./use-copy-to-clipboard-ki-WoTml.mjs";
16
- import { t as defineStepper } from "./stepper-SWB-u_nM.mjs";
17
- import { t as InputWithAddons } from "./input-with-addons-BQn7KCTU.mjs";
4
+ import { t as Checkbox } from "./checkbox-DMC1Mhaw.mjs";
5
+ import { t as Dialog } from "./dialog-B2EZJW-q.mjs";
6
+ import { t as Input } from "./input-D241oNEm.mjs";
7
+ import { t as Label } from "./label-byipFGok.mjs";
8
+ import { n as RadioGroupItem, t as RadioGroup } from "./radio-group-WZCIDQCH.mjs";
9
+ import { i as SelectItem, l as SelectTrigger, n as SelectContent, t as Select, u as SelectValue } from "./select-BznmyqBr.mjs";
10
+ import { t as Switch } from "./switch-CujyyOi6.mjs";
11
+ import { t as Textarea } from "./textarea-BZ85VFsJ.mjs";
12
+ import { t as Tooltip } from "./tooltip-CbCWKEzu.mjs";
13
+ import { t as Autocomplete } from "./autocomplete-e33EmvBu.mjs";
14
+ import { r as toast } from "./use-toast-BLBGnOC3.mjs";
15
+ import { t as useCopyToClipboard } from "./use-copy-to-clipboard-CC2hhyYI.mjs";
16
+ import { t as defineStepper } from "./stepper-B07hPGG7.mjs";
17
+ import { t as InputWithAddons } from "./input-with-addons-DzuyGa6G.mjs";
18
18
  import { Form } from "./form/index.mjs";
19
19
  import { CheckIcon, CircleHelp, CopyIcon } from "lucide-react";
20
20
  import * as React$1 from "react";
@@ -1,5 +1,5 @@
1
1
  import { t as cn } from "./cn-DWCc1QRE.mjs";
2
- import { t as CloseIcon } from "./close.icon-CMNMoXM_.mjs";
2
+ import { t as CloseIcon } from "./close.icon-D2r5q3bj.mjs";
3
3
  import { createElement, useEffect } from "react";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
5
  import { Toaster, toast } from "sonner";
@@ -1,3 +1,3 @@
1
- import { t as VisuallyHidden } from "../visuallyhidden-aaTUk4Yo.mjs";
1
+ import { t as VisuallyHidden } from "../visuallyhidden-CfBnXfvh.mjs";
2
2
 
3
3
  export { VisuallyHidden };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@datum-cloud/datum-ui",
3
3
  "type": "module",
4
- "version": "0.2.0-alpha.8",
4
+ "version": "0.3.0-alpha.9d90881",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "url": "https://github.com/datum-cloud/datum-ui"
@@ -235,6 +235,10 @@
235
235
  "./toast": {
236
236
  "types": "./dist/components/features/toast/index.d.ts",
237
237
  "default": "./dist/toast/index.mjs"
238
+ },
239
+ "./data-table": {
240
+ "types": "./dist/components/features/data-table/index.d.ts",
241
+ "default": "./dist/data-table/index.mjs"
238
242
  }
239
243
  },
240
244
  "main": "./dist/index.mjs",
@@ -245,18 +249,6 @@
245
249
  "README.md",
246
250
  "dist"
247
251
  ],
248
- "scripts": {
249
- "build": "tsdown --config-loader native && tsc -p tsconfig.build.json && node scripts/fix-dts-imports.mjs && node scripts/copy-styles.mjs",
250
- "dev": "tsdown --config-loader native --watch",
251
- "lint": "eslint .",
252
- "typecheck": "tsc --noEmit",
253
- "test": "vitest run",
254
- "test:watch": "vitest",
255
- "test:coverage": "vitest run --coverage",
256
- "clean": "rm -rf dist .turbo node_modules coverage",
257
- "prepack": "node scripts/strip-workspace-deps.mjs --strip",
258
- "postpublish": "node scripts/strip-workspace-deps.mjs --restore"
259
- },
260
252
  "peerDependencies": {
261
253
  "@conform-to/react": ">=1",
262
254
  "@conform-to/zod": ">=1",
@@ -277,6 +269,7 @@
277
269
  "@radix-ui/react-tooltip": ">=1",
278
270
  "@radix-ui/react-visually-hidden": ">=1",
279
271
  "@stepperize/react": ">=4",
272
+ "@tanstack/react-table": ">=8",
280
273
  "@tanstack/react-virtual": ">=3",
281
274
  "cmdk": ">=1",
282
275
  "date-fns": ">=4",
@@ -287,6 +280,7 @@
287
280
  "leaflet.markercluster": ">=1.5",
288
281
  "motion": ">=11",
289
282
  "nprogress": ">=0.2",
283
+ "nuqs": ">=2",
290
284
  "react": ">=19",
291
285
  "react-day-picker": ">=9",
292
286
  "react-dom": ">=19",
@@ -356,6 +350,9 @@
356
350
  "@stepperize/react": {
357
351
  "optional": true
358
352
  },
353
+ "@tanstack/react-table": {
354
+ "optional": true
355
+ },
359
356
  "@tanstack/react-virtual": {
360
357
  "optional": true
361
358
  },
@@ -386,6 +383,9 @@
386
383
  "nprogress": {
387
384
  "optional": true
388
385
  },
386
+ "nuqs": {
387
+ "optional": true
388
+ },
389
389
  "react-day-picker": {
390
390
  "optional": true
391
391
  },
@@ -425,9 +425,8 @@
425
425
  "@radix-ui/react-slot": "^1.2.4",
426
426
  "@radix-ui/react-tabs": "^1.1.13",
427
427
  "@radix-ui/react-tooltip": "^1.2.8",
428
- "@repo/config": "workspace:*",
429
- "@repo/shadcn": "workspace:*",
430
428
  "@stepperize/react": "^6.1.0",
429
+ "@tanstack/react-table": "^8.21.3",
431
430
  "@tanstack/react-virtual": "^3.13.19",
432
431
  "@testing-library/jest-dom": "^6",
433
432
  "@testing-library/react": "^16",
@@ -449,6 +448,7 @@
449
448
  "leaflet.markercluster": "^1.5.3",
450
449
  "motion": "^12.34.4",
451
450
  "nprogress": "^0.2.0",
451
+ "nuqs": "^2.8.9",
452
452
  "react": "^19",
453
453
  "react-day-picker": "^9.14.0",
454
454
  "react-dom": "^19",
@@ -461,9 +461,21 @@
461
461
  "tsdown": "^0.20.3",
462
462
  "typescript": "^5.9",
463
463
  "vitest": "^3",
464
- "zod": "^4.3.6"
464
+ "zod": "^4.3.6",
465
+ "@repo/shadcn": "0.0.0",
466
+ "@repo/config": "0.0.0"
465
467
  },
466
468
  "publishConfig": {
467
469
  "access": "public"
470
+ },
471
+ "scripts": {
472
+ "build": "tsdown --config-loader native && tsc -p tsconfig.build.json && node scripts/fix-dts-imports.mjs && node scripts/copy-styles.mjs",
473
+ "dev": "tsdown --config-loader native --watch",
474
+ "lint": "eslint .",
475
+ "typecheck": "tsc --noEmit",
476
+ "test": "vitest run",
477
+ "test:watch": "vitest",
478
+ "test:coverage": "vitest run --coverage",
479
+ "clean": "rm -rf dist .turbo node_modules coverage"
468
480
  }
469
- }
481
+ }
@@ -1,34 +0,0 @@
1
- import { t as cn } from "./cn-DWCc1QRE.mjs";
2
- import { t as cn$1 } from "./utils-Bfgoe-Gm.mjs";
3
- import { CheckIcon } from "lucide-react";
4
- import "react";
5
- import { jsx } from "react/jsx-runtime";
6
- import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
7
-
8
- //#region ../shadcn/ui/checkbox.tsx
9
- function Checkbox$1({ className, ...props }) {
10
- return /* @__PURE__ */ jsx(CheckboxPrimitive.Root, {
11
- "data-slot": "checkbox",
12
- className: cn$1("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),
13
- ...props,
14
- children: /* @__PURE__ */ jsx(CheckboxPrimitive.Indicator, {
15
- "data-slot": "checkbox-indicator",
16
- className: "flex items-center justify-center text-current transition-none",
17
- children: /* @__PURE__ */ jsx(CheckIcon, { className: "size-3.5" })
18
- })
19
- });
20
- }
21
-
22
- //#endregion
23
- //#region src/components/base/checkbox/checkbox.tsx
24
- function Checkbox({ ref, className, ...props }) {
25
- return /* @__PURE__ */ jsx(Checkbox$1, {
26
- ref,
27
- className: cn(className),
28
- ...props
29
- });
30
- }
31
- Checkbox.displayName = "Checkbox";
32
-
33
- //#endregion
34
- export { Checkbox as t };
File without changes
File without changes
File without changes
File without changes
File without changes