@deepnoid/ui 1.0.19 → 1.0.21

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 (114) hide show
  1. package/README.md +13 -0
  2. package/dist/{chunk-ZUNOPH7C.mjs → chunk-2J4MNIMS.mjs} +1 -1
  3. package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
  4. package/dist/{chunk-O3WY55XG.mjs → chunk-3K4OTUIB.mjs} +1 -1
  5. package/dist/{chunk-ZJ7JCOXA.mjs → chunk-7OP3JEMA.mjs} +1 -1
  6. package/dist/{chunk-ARVWCWGT.mjs → chunk-FNFQCMB4.mjs} +3 -3
  7. package/dist/{chunk-N63HDBJJ.mjs → chunk-H7D5EBLL.mjs} +1 -1
  8. package/dist/{chunk-PRLKKUBY.mjs → chunk-IOJMTN6X.mjs} +1 -1
  9. package/dist/{chunk-53G2LGJU.mjs → chunk-JGF5TY7M.mjs} +1 -1
  10. package/dist/{chunk-NPLC2OM6.mjs → chunk-KAB3AB67.mjs} +5 -5
  11. package/dist/{chunk-NUV2RUDP.mjs → chunk-KIINY2GS.mjs} +4 -4
  12. package/dist/{chunk-MX4IEMVV.mjs → chunk-N4KPGD2N.mjs} +2 -2
  13. package/dist/{chunk-7U7FM6I6.mjs → chunk-O5VW7CHY.mjs} +1 -1
  14. package/dist/{chunk-KZ4VD7OZ.mjs → chunk-SR76DO4M.mjs} +2 -2
  15. package/dist/{chunk-CA4ZDPGA.mjs → chunk-SXSVNBRO.mjs} +2 -2
  16. package/dist/{chunk-KUGPZB4O.mjs → chunk-VZPVEICG.mjs} +4 -4
  17. package/dist/{chunk-EL6G4AHQ.mjs → chunk-WQG4OYM6.mjs} +4 -4
  18. package/dist/{chunk-YZOXNWOC.mjs → chunk-WS4SOWDZ.mjs} +4 -4
  19. package/dist/components/backdrop/backdrop.mjs +2 -2
  20. package/dist/components/backdrop/index.mjs +2 -2
  21. package/dist/components/breadcrumb/breadcrumb.js +30 -45
  22. package/dist/components/breadcrumb/breadcrumb.mjs +8 -8
  23. package/dist/components/breadcrumb/index.js +30 -45
  24. package/dist/components/breadcrumb/index.mjs +8 -8
  25. package/dist/components/button/button-group.mjs +2 -2
  26. package/dist/components/button/button.d.mts +24 -0
  27. package/dist/components/button/button.d.ts +24 -0
  28. package/dist/components/button/button.js +30 -45
  29. package/dist/components/button/button.mjs +3 -3
  30. package/dist/components/button/button.style.d.mts +18 -0
  31. package/dist/components/button/button.style.d.ts +18 -0
  32. package/dist/components/button/button.style.js +30 -45
  33. package/dist/components/button/button.style.mjs +1 -1
  34. package/dist/components/button/icon-button.d.mts +24 -0
  35. package/dist/components/button/icon-button.d.ts +24 -0
  36. package/dist/components/button/icon-button.js +30 -45
  37. package/dist/components/button/icon-button.mjs +3 -3
  38. package/dist/components/button/index.js +30 -45
  39. package/dist/components/button/index.mjs +7 -7
  40. package/dist/components/button/text-button.d.mts +24 -0
  41. package/dist/components/button/text-button.d.ts +24 -0
  42. package/dist/components/button/text-button.js +30 -45
  43. package/dist/components/button/text-button.mjs +3 -3
  44. package/dist/components/charts/areaChart.mjs +1 -1
  45. package/dist/components/charts/index.mjs +9 -9
  46. package/dist/components/checkbox/checkbox.mjs +2 -2
  47. package/dist/components/checkbox/index.mjs +2 -2
  48. package/dist/components/chip/chip.mjs +1 -1
  49. package/dist/components/chip/index.mjs +1 -1
  50. package/dist/components/drawer/drawer.mjs +2 -2
  51. package/dist/components/drawer/index.mjs +2 -2
  52. package/dist/components/fileUpload/fileUpload.js +30 -45
  53. package/dist/components/fileUpload/fileUpload.mjs +9 -9
  54. package/dist/components/fileUpload/index.js +30 -45
  55. package/dist/components/fileUpload/index.mjs +9 -9
  56. package/dist/components/input/index.mjs +3 -3
  57. package/dist/components/input/input.mjs +3 -3
  58. package/dist/components/list/index.mjs +2 -2
  59. package/dist/components/list/listItem.mjs +2 -2
  60. package/dist/components/modal/GlobalModalProvider.js +30 -45
  61. package/dist/components/modal/GlobalModalProvider.mjs +10 -10
  62. package/dist/components/modal/index.js +30 -45
  63. package/dist/components/modal/index.mjs +11 -11
  64. package/dist/components/modal/modal.js +30 -45
  65. package/dist/components/modal/modal.mjs +9 -9
  66. package/dist/components/modal/useGlobalModal.mjs +11 -11
  67. package/dist/components/pagination/index.mjs +4 -4
  68. package/dist/components/pagination/pagination.mjs +4 -4
  69. package/dist/components/picker/datePicker.js +30 -45
  70. package/dist/components/picker/datePicker.mjs +9 -9
  71. package/dist/components/picker/index.js +32 -47
  72. package/dist/components/picker/index.mjs +12 -12
  73. package/dist/components/picker/timePicker/Panel.js +31 -46
  74. package/dist/components/picker/timePicker/Panel.mjs +9 -9
  75. package/dist/components/picker/timePicker/WheelColumn.js +1 -1
  76. package/dist/components/picker/timePicker/WheelColumn.mjs +1 -1
  77. package/dist/components/picker/timePicker/index.js +32 -47
  78. package/dist/components/picker/timePicker/index.mjs +11 -11
  79. package/dist/components/radio/index.mjs +2 -2
  80. package/dist/components/radio/radio.mjs +2 -2
  81. package/dist/components/select/index.js +30 -45
  82. package/dist/components/select/index.mjs +8 -8
  83. package/dist/components/select/select.js +30 -45
  84. package/dist/components/select/select.mjs +8 -8
  85. package/dist/components/starRating/index.mjs +1 -1
  86. package/dist/components/starRating/starRating.mjs +1 -1
  87. package/dist/components/table/definition-table.mjs +2 -2
  88. package/dist/components/table/index.mjs +10 -10
  89. package/dist/components/table/table-body.mjs +7 -7
  90. package/dist/components/table/table-head.mjs +7 -7
  91. package/dist/components/table/table.mjs +7 -7
  92. package/dist/components/textarea/index.mjs +2 -2
  93. package/dist/components/textarea/textarea.mjs +2 -2
  94. package/dist/components/timePicker/calendar.mjs +1 -1
  95. package/dist/components/toast/index.mjs +4 -4
  96. package/dist/components/toast/toast.mjs +3 -3
  97. package/dist/components/toast/use-toast.mjs +4 -4
  98. package/dist/components/tree/index.mjs +2 -2
  99. package/dist/components/tree/tree.mjs +2 -2
  100. package/dist/index.js +32 -47
  101. package/dist/index.mjs +64 -64
  102. package/dist/tailwind-config/styles/tokens/theme.css +24 -0
  103. package/package.json +1 -1
  104. package/dist/{chunk-SI3IR5X5.mjs → chunk-37BZALDV.mjs} +3 -3
  105. package/dist/{chunk-5HYZLISC.mjs → chunk-5RJYESLP.mjs} +3 -3
  106. package/dist/{chunk-IW7CU7J3.mjs → chunk-AO6LNH3D.mjs} +3 -3
  107. package/dist/{chunk-CAXTJ64M.mjs → chunk-BJWYF2WY.mjs} +3 -3
  108. package/dist/{chunk-GDRPIGTR.mjs → chunk-CXVDES22.mjs} +3 -3
  109. package/dist/{chunk-2BRUK2DU.mjs → chunk-HXBZB7CW.mjs} +3 -3
  110. package/dist/{chunk-APKF7DHK.mjs → chunk-LHWHM4LQ.mjs} +3 -3
  111. package/dist/{chunk-4TJNIEXI.mjs → chunk-MAGZDGUW.mjs} +3 -3
  112. package/dist/{chunk-XPDNILTR.mjs → chunk-R32BQ3NV.mjs} +3 -3
  113. package/dist/{chunk-J4QVGC54.mjs → chunk-XTMOAGLY.mjs} +3 -3
  114. package/dist/{chunk-JMD66FOF.mjs → chunk-ZCJPPLYH.mjs} +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "license": "MIT",
5
5
  "sideEffects": [
6
6
  "**/*.css"
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ clsx
4
+ } from "./chunk-27Y6K5NK.mjs";
2
5
  import {
3
6
  mapPropsVariants
4
7
  } from "./chunk-E3G5QXSH.mjs";
5
8
  import {
6
9
  tv
7
10
  } from "./chunk-UP6RPQDX.mjs";
8
- import {
9
- clsx
10
- } from "./chunk-27Y6K5NK.mjs";
11
11
 
12
12
  // src/components/checkbox/checkbox.tsx
13
13
  import { forwardRef, useMemo } from "react";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- tv
4
- } from "./chunk-UP6RPQDX.mjs";
5
2
  import {
6
3
  clsx
7
4
  } from "./chunk-27Y6K5NK.mjs";
5
+ import {
6
+ tv
7
+ } from "./chunk-UP6RPQDX.mjs";
8
8
 
9
9
  // src/components/backdrop/backdrop.tsx
10
10
  import { useEffect, useState } from "react";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ clsx
4
+ } from "./chunk-27Y6K5NK.mjs";
2
5
  import {
3
6
  mapPropsVariants
4
7
  } from "./chunk-E3G5QXSH.mjs";
5
8
  import {
6
9
  tv
7
10
  } from "./chunk-UP6RPQDX.mjs";
8
- import {
9
- clsx
10
- } from "./chunk-27Y6K5NK.mjs";
11
11
 
12
12
  // src/components/radio/radio.tsx
13
13
  import { forwardRef, useMemo } from "react";
@@ -2,15 +2,15 @@
2
2
  import {
3
3
  Icon_default
4
4
  } from "./chunk-A6UUVHC6.mjs";
5
+ import {
6
+ clsx
7
+ } from "./chunk-27Y6K5NK.mjs";
5
8
  import {
6
9
  mapPropsVariants
7
10
  } from "./chunk-E3G5QXSH.mjs";
8
11
  import {
9
12
  tv
10
13
  } from "./chunk-UP6RPQDX.mjs";
11
- import {
12
- clsx
13
- } from "./chunk-27Y6K5NK.mjs";
14
14
 
15
15
  // src/components/input/input.tsx
16
16
  import {
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ clsx
4
+ } from "./chunk-27Y6K5NK.mjs";
2
5
  import {
3
6
  mapPropsVariants
4
7
  } from "./chunk-E3G5QXSH.mjs";
5
8
  import {
6
9
  tv
7
10
  } from "./chunk-UP6RPQDX.mjs";
8
- import {
9
- clsx
10
- } from "./chunk-27Y6K5NK.mjs";
11
11
 
12
12
  // src/components/drawer/drawer.tsx
13
13
  import { forwardRef, useMemo, useEffect, useState } from "react";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- tv
4
- } from "./chunk-UP6RPQDX.mjs";
5
2
  import {
6
3
  clsx
7
4
  } from "./chunk-27Y6K5NK.mjs";
5
+ import {
6
+ tv
7
+ } from "./chunk-UP6RPQDX.mjs";
8
8
 
9
9
  // src/components/table/definition-table.tsx
10
10
  import { forwardRef, useMemo } from "react";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- tv
4
- } from "./chunk-UP6RPQDX.mjs";
5
2
  import {
6
3
  clsx
7
4
  } from "./chunk-27Y6K5NK.mjs";
5
+ import {
6
+ tv
7
+ } from "./chunk-UP6RPQDX.mjs";
8
8
 
9
9
  // src/components/button/button-group.tsx
10
10
  import React, { forwardRef, isValidElement } from "react";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- mapPropsVariants
4
- } from "./chunk-E3G5QXSH.mjs";
5
2
  import {
6
3
  clsx
7
4
  } from "./chunk-27Y6K5NK.mjs";
5
+ import {
6
+ mapPropsVariants
7
+ } from "./chunk-E3G5QXSH.mjs";
8
8
 
9
9
  // src/components/textarea/textarea.tsx
10
10
  import {
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  Icon_default
4
4
  } from "./chunk-A6UUVHC6.mjs";
5
- import {
6
- tv
7
- } from "./chunk-UP6RPQDX.mjs";
8
5
  import {
9
6
  clsx
10
7
  } from "./chunk-27Y6K5NK.mjs";
8
+ import {
9
+ tv
10
+ } from "./chunk-UP6RPQDX.mjs";
11
11
 
12
12
  // src/components/tree/tree.tsx
13
13
  import { forwardRef, useMemo, useState, useCallback, useEffect, memo, useRef } from "react";
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  Icon_default
4
4
  } from "./chunk-A6UUVHC6.mjs";
5
- import {
6
- mapPropsVariants
7
- } from "./chunk-E3G5QXSH.mjs";
8
5
  import {
9
6
  avatar_default
10
7
  } from "./chunk-D3DKXTTY.mjs";
8
+ import {
9
+ mapPropsVariants
10
+ } from "./chunk-E3G5QXSH.mjs";
11
11
  import {
12
12
  tv
13
13
  } from "./chunk-UP6RPQDX.mjs";
@@ -2,15 +2,15 @@
2
2
  import {
3
3
  Icon_default
4
4
  } from "./chunk-A6UUVHC6.mjs";
5
+ import {
6
+ clsx
7
+ } from "./chunk-27Y6K5NK.mjs";
5
8
  import {
6
9
  mapPropsVariants
7
10
  } from "./chunk-E3G5QXSH.mjs";
8
11
  import {
9
12
  tv
10
13
  } from "./chunk-UP6RPQDX.mjs";
11
- import {
12
- clsx
13
- } from "./chunk-27Y6K5NK.mjs";
14
14
 
15
15
  // src/components/toast/toast.tsx
16
16
  import { forwardRef, useImperativeHandle, useMemo, useRef } from "react";