@deepnoid/ui 0.0.89 → 0.0.91

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 (117) hide show
  1. package/dist/chunk-75HLCORR.mjs +1 -0
  2. package/dist/chunk-D5GGG7IO.mjs +122 -0
  3. package/dist/{chunk-FPCP4OOL.mjs → chunk-EDEV4IK4.mjs} +3 -3
  4. package/dist/chunk-FWJ2ZKH6.mjs +87 -0
  5. package/dist/chunk-HHYPMVLY.mjs +359 -0
  6. package/dist/{chunk-HFVZFUC3.mjs → chunk-L7P6OBUX.mjs} +1 -1
  7. package/dist/chunk-P732YGHO.mjs +18 -0
  8. package/dist/{chunk-MOINJECK.mjs → chunk-S3O52LLG.mjs} +1 -2
  9. package/dist/chunk-WX32MAKV.mjs +219 -0
  10. package/dist/components/accordion/accordion.d.mts +2 -2
  11. package/dist/components/accordion/accordion.d.ts +2 -2
  12. package/dist/components/accordion/accordion.test.mjs +3 -3
  13. package/dist/components/accordion/accordionItem.d.mts +2 -2
  14. package/dist/components/accordion/accordionItem.d.ts +2 -2
  15. package/dist/components/button/button-group.d.mts +2 -2
  16. package/dist/components/button/button-group.d.ts +2 -2
  17. package/dist/components/button/button-group.test.mjs +3 -3
  18. package/dist/components/button/button.d.mts +2 -2
  19. package/dist/components/button/button.d.ts +2 -2
  20. package/dist/components/button/button.test.mjs +3 -3
  21. package/dist/components/card/card.d.mts +2 -2
  22. package/dist/components/card/card.d.ts +2 -2
  23. package/dist/components/checkbox/checkbox.d.mts +2 -2
  24. package/dist/components/checkbox/checkbox.d.ts +2 -2
  25. package/dist/components/checkbox/checkbox.test.mjs +3 -3
  26. package/dist/components/dateTimePicker/calendar.d.mts +118 -0
  27. package/dist/components/dateTimePicker/calendar.d.ts +118 -0
  28. package/dist/components/dateTimePicker/calendar.js +3854 -0
  29. package/dist/components/dateTimePicker/calendar.mjs +16 -0
  30. package/dist/components/dateTimePicker/dateTimePicker.d.mts +445 -0
  31. package/dist/components/dateTimePicker/dateTimePicker.d.ts +445 -0
  32. package/dist/components/dateTimePicker/dateTimePicker.js +4540 -0
  33. package/dist/components/dateTimePicker/dateTimePicker.mjs +22 -0
  34. package/dist/components/dateTimePicker/index.d.mts +5 -0
  35. package/dist/components/dateTimePicker/index.d.ts +5 -0
  36. package/dist/components/dateTimePicker/index.js +4541 -0
  37. package/dist/components/dateTimePicker/index.mjs +21 -0
  38. package/dist/components/dateTimePicker/timePicker.d.mts +11 -0
  39. package/dist/components/dateTimePicker/timePicker.d.ts +11 -0
  40. package/dist/components/dateTimePicker/timePicker.js +345 -0
  41. package/dist/components/dateTimePicker/timePicker.mjs +13 -0
  42. package/dist/components/dateTimePicker/useDateTimePicker.d.mts +34 -0
  43. package/dist/components/dateTimePicker/useDateTimePicker.d.ts +34 -0
  44. package/dist/components/dateTimePicker/useDateTimePicker.js +117 -0
  45. package/dist/components/dateTimePicker/useDateTimePicker.mjs +9 -0
  46. package/dist/components/dateTimePicker/util.d.mts +4 -0
  47. package/dist/components/dateTimePicker/util.d.ts +4 -0
  48. package/dist/components/dateTimePicker/util.js +42 -0
  49. package/dist/components/dateTimePicker/util.mjs +10 -0
  50. package/dist/components/input/input.d.mts +2 -2
  51. package/dist/components/input/input.d.ts +2 -2
  52. package/dist/components/input/input.test.mjs +1 -1
  53. package/dist/components/list/index.js +3 -3
  54. package/dist/components/list/index.mjs +1 -1
  55. package/dist/components/list/list.d.mts +2 -2
  56. package/dist/components/list/list.d.ts +2 -2
  57. package/dist/components/list/listItem.d.mts +3 -3
  58. package/dist/components/list/listItem.d.ts +3 -3
  59. package/dist/components/list/listItem.js +3 -3
  60. package/dist/components/list/listItem.mjs +1 -1
  61. package/dist/components/modal/index.js +1 -1
  62. package/dist/components/modal/index.mjs +1 -1
  63. package/dist/components/modal/modal.d.mts +2 -2
  64. package/dist/components/modal/modal.d.ts +2 -2
  65. package/dist/components/modal/modal.js +1 -1
  66. package/dist/components/modal/modal.mjs +1 -1
  67. package/dist/components/modal/modal.test.js +1 -1
  68. package/dist/components/modal/modal.test.mjs +2 -2
  69. package/dist/components/pagination/pagination.d.mts +2 -2
  70. package/dist/components/pagination/pagination.d.ts +2 -2
  71. package/dist/components/progress/progress.d.mts +2 -2
  72. package/dist/components/progress/progress.d.ts +2 -2
  73. package/dist/components/radio/radio.d.mts +2 -2
  74. package/dist/components/radio/radio.d.ts +2 -2
  75. package/dist/components/select/select.d.mts +2 -2
  76. package/dist/components/select/select.d.ts +2 -2
  77. package/dist/components/select/select.test.mjs +3 -3
  78. package/dist/components/select/useSelect.d.mts +3 -3
  79. package/dist/components/select/useSelect.d.ts +3 -3
  80. package/dist/components/slider/slider.d.mts +2 -2
  81. package/dist/components/slider/slider.d.ts +2 -2
  82. package/dist/components/switch/index.js +1 -2
  83. package/dist/components/switch/index.mjs +1 -1
  84. package/dist/components/switch/switch.d.mts +2 -2
  85. package/dist/components/switch/switch.d.ts +2 -2
  86. package/dist/components/switch/switch.js +1 -2
  87. package/dist/components/switch/switch.mjs +1 -1
  88. package/dist/components/switch/switch.test.js +1 -2
  89. package/dist/components/switch/switch.test.mjs +1 -1
  90. package/dist/components/table/table-body.d.mts +2 -2
  91. package/dist/components/table/table-body.d.ts +2 -2
  92. package/dist/components/table/table.d.mts +5 -5
  93. package/dist/components/table/table.d.ts +5 -5
  94. package/dist/components/tabs/tabs.d.mts +2 -2
  95. package/dist/components/tabs/tabs.d.ts +2 -2
  96. package/dist/components/tabs/tabs.test.mjs +3 -3
  97. package/dist/components/textarea/textarea.d.mts +2 -2
  98. package/dist/components/textarea/textarea.d.ts +2 -2
  99. package/dist/components/textarea/textarea.test.mjs +1 -1
  100. package/dist/components/toast/toast.d.mts +2 -2
  101. package/dist/components/toast/toast.d.ts +2 -2
  102. package/dist/components/tooltip/index.d.mts +1 -1
  103. package/dist/components/tooltip/index.d.ts +1 -1
  104. package/dist/components/tooltip/tooltip-utils.d.mts +1 -1
  105. package/dist/components/tooltip/tooltip-utils.d.ts +1 -1
  106. package/dist/components/tooltip/tooltip.d.mts +3 -3
  107. package/dist/components/tooltip/tooltip.d.ts +3 -3
  108. package/dist/components/tooltip/tooltip.test.mjs +3 -3
  109. package/dist/components/tooltip/useTooltip.d.mts +1 -1
  110. package/dist/components/tooltip/useTooltip.d.ts +1 -1
  111. package/dist/index.d.mts +2 -1
  112. package/dist/index.d.ts +2 -1
  113. package/dist/index.js +751 -6
  114. package/dist/index.mjs +62 -43
  115. package/dist/{tooltip-utils-DCKA5gnI.d.ts → tooltip-utils-CrCabndd.d.mts} +2 -2
  116. package/dist/{tooltip-utils-DCKA5gnI.d.mts → tooltip-utils-CrCabndd.d.ts} +2 -2
  117. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1,4 +1,18 @@
1
1
  "use client";
2
+ import "./chunk-HIE2YRGA.mjs";
3
+ import {
4
+ tooltip_default
5
+ } from "./chunk-P6AZMYVR.mjs";
6
+ import "./chunk-DSBSLSJW.mjs";
7
+ import "./chunk-ODMRJXLJ.mjs";
8
+ import "./chunk-3MY6LO7N.mjs";
9
+ import {
10
+ tabs_default
11
+ } from "./chunk-KRI5IALM.mjs";
12
+ import "./chunk-RRAZM5D3.mjs";
13
+ import {
14
+ textarea_default
15
+ } from "./chunk-OJ2OEI5B.mjs";
2
16
  import "./chunk-LUWGOKLG.mjs";
3
17
  import {
4
18
  ToastProvider,
@@ -8,91 +22,85 @@ import "./chunk-ZOTHPHXA.mjs";
8
22
  import {
9
23
  toast_default
10
24
  } from "./chunk-PXUBPWKU.mjs";
11
- import "./chunk-HIE2YRGA.mjs";
25
+ import "./chunk-LVFI2NOH.mjs";
12
26
  import {
13
- tooltip_default
14
- } from "./chunk-P6AZMYVR.mjs";
15
- import "./chunk-DSBSLSJW.mjs";
16
- import "./chunk-ODMRJXLJ.mjs";
27
+ switch_default
28
+ } from "./chunk-S3O52LLG.mjs";
17
29
  import "./chunk-2UUH2MBF.mjs";
18
30
  import {
19
31
  table_default
20
32
  } from "./chunk-6YE26GOI.mjs";
21
33
  import "./chunk-DWROPKZW.mjs";
22
34
  import "./chunk-VG4644BG.mjs";
23
- import "./chunk-RRAZM5D3.mjs";
35
+ import "./chunk-QCEKPS7U.mjs";
24
36
  import {
25
- textarea_default
26
- } from "./chunk-OJ2OEI5B.mjs";
37
+ select_default
38
+ } from "./chunk-JN7EGKJL.mjs";
39
+ import "./chunk-RZZWHI6O.mjs";
40
+ import "./chunk-S3QS5B7F.mjs";
27
41
  import "./chunk-MV2WCFK7.mjs";
28
42
  import {
29
43
  slider_default
30
44
  } from "./chunk-A3RWT3JJ.mjs";
31
- import "./chunk-LVFI2NOH.mjs";
32
- import {
33
- switch_default
34
- } from "./chunk-MOINJECK.mjs";
35
- import "./chunk-3MY6LO7N.mjs";
45
+ import "./chunk-7VOQKIIK.mjs";
36
46
  import {
37
- tabs_default
38
- } from "./chunk-KRI5IALM.mjs";
47
+ progress_default
48
+ } from "./chunk-N2JULHST.mjs";
39
49
  import "./chunk-TPFN22HR.mjs";
40
50
  import {
41
51
  radio_default
42
52
  } from "./chunk-QWFOYO3D.mjs";
43
- import "./chunk-QCEKPS7U.mjs";
53
+ import "./chunk-DJOG6Z35.mjs";
44
54
  import {
45
- select_default
46
- } from "./chunk-JN7EGKJL.mjs";
47
- import "./chunk-RZZWHI6O.mjs";
48
- import "./chunk-S3QS5B7F.mjs";
55
+ modal_default
56
+ } from "./chunk-L7P6OBUX.mjs";
49
57
  import "./chunk-7B7LRG5J.mjs";
50
58
  import {
51
59
  pagination_default
52
60
  } from "./chunk-B4KZBOGT.mjs";
53
61
  import "./chunk-F3HENRVM.mjs";
54
- import "./chunk-7VOQKIIK.mjs";
62
+ import "./chunk-2GCSFWHD.mjs";
55
63
  import {
56
- progress_default
57
- } from "./chunk-N2JULHST.mjs";
64
+ input_default
65
+ } from "./chunk-3DRIHQOM.mjs";
66
+ import "./chunk-HAOK24MK.mjs";
67
+ import "./chunk-QZ3LVYJW.mjs";
68
+ import {
69
+ checkbox_default
70
+ } from "./chunk-ANYPMQH4.mjs";
71
+ import "./chunk-75HLCORR.mjs";
72
+ import {
73
+ dateTimePicker_default
74
+ } from "./chunk-HHYPMVLY.mjs";
75
+ import "./chunk-FWJ2ZKH6.mjs";
76
+ import "./chunk-WX32MAKV.mjs";
77
+ import "./chunk-P732YGHO.mjs";
78
+ import "./chunk-D5GGG7IO.mjs";
58
79
  import "./chunk-7MVEAQ7Z.mjs";
59
80
  import {
60
81
  list_default
61
82
  } from "./chunk-EYY4CRRR.mjs";
62
83
  import {
63
84
  listItem_default
64
- } from "./chunk-FPCP4OOL.mjs";
65
- import "./chunk-DJOG6Z35.mjs";
66
- import {
67
- modal_default
68
- } from "./chunk-HFVZFUC3.mjs";
85
+ } from "./chunk-EDEV4IK4.mjs";
69
86
  import "./chunk-NMSDSEBD.mjs";
70
- import "./chunk-QZ3LVYJW.mjs";
87
+ import "./chunk-VUYUQGLF.mjs";
71
88
  import {
72
- checkbox_default
73
- } from "./chunk-ANYPMQH4.mjs";
74
- import "./chunk-2GCSFWHD.mjs";
89
+ button_group_default
90
+ } from "./chunk-NGQ3MK2J.mjs";
75
91
  import {
76
- input_default
77
- } from "./chunk-3DRIHQOM.mjs";
78
- import "./chunk-VUYUQGLF.mjs";
79
- import "./chunk-HAOK24MK.mjs";
92
+ button_default
93
+ } from "./chunk-UR64ZUAU.mjs";
80
94
  import {
81
95
  card_default
82
96
  } from "./chunk-2ALY3PH5.mjs";
97
+ import "./chunk-27Y6K5NK.mjs";
83
98
  import {
84
99
  accordion_default
85
100
  } from "./chunk-SWR7E3NU.mjs";
86
101
  import {
87
102
  accordionItem_default
88
103
  } from "./chunk-L6BQA6GI.mjs";
89
- import "./chunk-27Y6K5NK.mjs";
90
- import {
91
- button_group_default
92
- } from "./chunk-NGQ3MK2J.mjs";
93
- import {
94
- button_default
95
- } from "./chunk-UR64ZUAU.mjs";
96
104
  import "./chunk-ZYIIXWVY.mjs";
97
105
  import {
98
106
  Icon_default,
@@ -739,6 +747,16 @@ var resolveConfig = (themes = {}, defaultTheme, prefix = "deepnoidUi") => {
739
747
  }
740
748
  }
741
749
  }
750
+ resolved.utilities = {
751
+ ...resolved.utilities,
752
+ ".scrollbar-hide": {
753
+ "-ms-overflow-style": "none",
754
+ "scrollbar-width": "none",
755
+ "&::-webkit-scrollbar": {
756
+ display: "none"
757
+ }
758
+ }
759
+ };
742
760
  return resolved;
743
761
  };
744
762
  var deepnoidUi = (colorChip = {}, defaultTheme = "light") => {
@@ -812,6 +830,7 @@ export {
812
830
  button_group_default as ButtonGroup,
813
831
  card_default as Card,
814
832
  checkbox_default as CheckBox,
833
+ dateTimePicker_default as DateTimePicker,
815
834
  Icon_default as Icon,
816
835
  input_default as Input,
817
836
  list_default as List,
@@ -1,4 +1,4 @@
1
- import * as react from 'react';
1
+ import * as React from 'react';
2
2
 
3
3
  type TargetRect = {
4
4
  width: number;
@@ -18,7 +18,7 @@ declare const useTooltip: ({ placement, offset, targetRect }: UseTooltipProps) =
18
18
  x: number;
19
19
  y: number;
20
20
  };
21
- tooltipRef: react.RefObject<HTMLDivElement>;
21
+ tooltipRef: React.RefObject<HTMLDivElement>;
22
22
  };
23
23
 
24
24
  type TooltipPlacement = "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
@@ -1,4 +1,4 @@
1
- import * as react from 'react';
1
+ import * as React from 'react';
2
2
 
3
3
  type TargetRect = {
4
4
  width: number;
@@ -18,7 +18,7 @@ declare const useTooltip: ({ placement, offset, targetRect }: UseTooltipProps) =
18
18
  x: number;
19
19
  y: number;
20
20
  };
21
- tooltipRef: react.RefObject<HTMLDivElement>;
21
+ tooltipRef: React.RefObject<HTMLDivElement>;
22
22
  };
23
23
 
24
24
  type TooltipPlacement = "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",