@deepnoid/ui 0.0.80 → 0.0.84

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 (213) hide show
  1. package/dist/{chunk-KWOLWE6I.mjs → chunk-463XE4SI.mjs} +4 -4
  2. package/dist/chunk-5T5F5WVS.mjs +32 -0
  3. package/dist/{chunk-S4DTK5GI.mjs → chunk-ADDUBJ4I.mjs} +1 -1
  4. package/dist/{chunk-GJKNTX2T.mjs → chunk-AHORH5PH.mjs} +6 -4
  5. package/dist/{chunk-7LYJAJIS.mjs → chunk-EWKYBS7I.mjs} +13 -6
  6. package/dist/{chunk-H7BLXC5M.mjs → chunk-ILMIS63S.mjs} +14 -14
  7. package/dist/{chunk-H737LHAY.mjs → chunk-KA4L5SCT.mjs} +8 -8
  8. package/dist/{chunk-DLVQWKQG.mjs → chunk-LGELMZCN.mjs} +24 -19
  9. package/dist/chunk-LXPWTJ3F.mjs +58 -0
  10. package/dist/{chunk-FNPWLOGV.mjs → chunk-NTTHTGDK.mjs} +39 -37
  11. package/dist/{chunk-G3CX6IWH.mjs → chunk-PUFNT5LS.mjs} +18 -6
  12. package/dist/{chunk-WIKB37T7.mjs → chunk-QCOPD2HG.mjs} +1 -1
  13. package/dist/{chunk-TLYAFXE2.mjs → chunk-QURXBWKK.mjs} +1902 -746
  14. package/dist/{chunk-TDMXAHWR.mjs → chunk-RTH3FPAS.mjs} +32 -6
  15. package/dist/chunk-SDNTEP5C.mjs +61 -0
  16. package/dist/{chunk-FLJ4ZZXV.mjs → chunk-SQLRQTFC.mjs} +1 -1
  17. package/dist/chunk-W7ABNK3K.mjs +1 -0
  18. package/dist/chunk-XTJL67KM.mjs +127 -0
  19. package/dist/chunk-ZYIIXWVY.mjs +1 -0
  20. package/dist/components/accordion/accordion.test.js +39 -37
  21. package/dist/components/accordion/accordion.test.mjs +1 -1
  22. package/dist/components/accordion/accordionItem.js +1905 -749
  23. package/dist/components/accordion/accordionItem.mjs +4 -4
  24. package/dist/components/accordion/index.js +1905 -749
  25. package/dist/components/accordion/index.mjs +4 -4
  26. package/dist/components/button/button-group.test.js +39 -37
  27. package/dist/components/button/button-group.test.mjs +2 -2
  28. package/dist/components/button/button.test.js +52 -50
  29. package/dist/components/button/button.test.mjs +2 -2
  30. package/dist/components/card/card.test.js +39 -37
  31. package/dist/components/card/card.test.mjs +1 -1
  32. package/dist/components/checkbox/checkbox.test.js +39 -37
  33. package/dist/components/checkbox/checkbox.test.mjs +2 -2
  34. package/dist/components/{list/list.d.mts → dropdown/dropdown.d.ts} +9 -9
  35. package/dist/components/dropdown/dropdown.js +122 -0
  36. package/dist/components/dropdown/dropdown.mjs +10 -0
  37. package/dist/components/dropdown/dropdown.test.js +12997 -0
  38. package/dist/components/dropdown/dropdown.test.mjs +25 -0
  39. package/dist/components/dropdown/index.js +128 -0
  40. package/dist/components/dropdown/index.mjs +11 -0
  41. package/dist/components/icon/Icon.d.ts +499 -1
  42. package/dist/components/icon/Icon.js +1940 -778
  43. package/dist/components/icon/Icon.mjs +6 -4
  44. package/dist/components/icon/index.js +1910 -751
  45. package/dist/components/icon/index.mjs +7 -5
  46. package/dist/components/icon/template.d.ts +98 -61
  47. package/dist/components/icon/template.js +1902 -746
  48. package/dist/components/icon/template.mjs +1 -1
  49. package/dist/components/input/index.js +1912 -756
  50. package/dist/components/input/index.mjs +4 -4
  51. package/dist/components/input/input.js +1912 -756
  52. package/dist/components/input/input.mjs +4 -4
  53. package/dist/components/input/input.test.js +1983 -825
  54. package/dist/components/input/input.test.mjs +6 -6
  55. package/dist/components/list/index.mjs +3 -3
  56. package/dist/components/list/list.test.js +39 -37
  57. package/dist/components/list/list.test.mjs +1 -1
  58. package/dist/components/modal/index.js +1942 -779
  59. package/dist/components/modal/index.mjs +3 -3
  60. package/dist/components/modal/modal.js +1942 -779
  61. package/dist/components/modal/modal.mjs +3 -3
  62. package/dist/components/modal/modal.test.js +1981 -816
  63. package/dist/components/modal/modal.test.mjs +4 -4
  64. package/dist/components/pagination/pagination.test.js +39 -37
  65. package/dist/components/pagination/pagination.test.mjs +1 -1
  66. package/dist/components/progress/progress.test.d.ts +0 -2
  67. package/dist/components/progress/progress.test.js +39 -37
  68. package/dist/components/progress/progress.test.mjs +1 -1
  69. package/dist/components/radio/radio.test.js +39 -37
  70. package/dist/components/radio/radio.test.mjs +1 -1
  71. package/dist/components/select/index.js +1905 -749
  72. package/dist/components/select/index.mjs +5 -5
  73. package/dist/components/select/option.js +1905 -749
  74. package/dist/components/select/option.mjs +4 -4
  75. package/dist/components/select/select.js +1905 -749
  76. package/dist/components/select/select.mjs +5 -5
  77. package/dist/components/select/select.test.js +1951 -793
  78. package/dist/components/select/select.test.mjs +7 -7
  79. package/dist/components/slider/slider.test.d.ts +0 -2
  80. package/dist/components/slider/slider.test.js +39 -37
  81. package/dist/components/slider/slider.test.mjs +1 -1
  82. package/dist/components/switch/switch.test.d.ts +0 -2
  83. package/dist/components/switch/switch.test.js +39 -37
  84. package/dist/components/switch/switch.test.mjs +1 -1
  85. package/dist/components/table/index.js +1985 -786
  86. package/dist/components/table/index.mjs +6 -6
  87. package/dist/components/table/table-body.d.ts +5 -2
  88. package/dist/components/table/table-body.js +1953 -792
  89. package/dist/components/table/table-body.mjs +4 -4
  90. package/dist/components/table/table-head.d.ts +4 -2
  91. package/dist/components/table/table-head.js +18 -6
  92. package/dist/components/table/table-head.mjs +1 -1
  93. package/dist/components/table/table.d.ts +32 -59
  94. package/dist/components/table/table.js +1985 -786
  95. package/dist/components/table/table.mjs +6 -6
  96. package/dist/components/table/table.test.d.ts +0 -2
  97. package/dist/components/table/table.test.js +2020 -819
  98. package/dist/components/table/table.test.mjs +7 -7
  99. package/dist/components/tabs/tabs.test.d.ts +0 -2
  100. package/dist/components/tabs/tabs.test.js +39 -37
  101. package/dist/components/tabs/tabs.test.mjs +2 -2
  102. package/dist/components/textarea/textarea.test.d.ts +0 -2
  103. package/dist/components/textarea/textarea.test.js +52 -50
  104. package/dist/components/textarea/textarea.test.mjs +2 -2
  105. package/dist/components/toast/index.js +3810 -0
  106. package/dist/components/toast/index.mjs +16 -0
  107. package/dist/components/toast/toast-utils.js +84 -0
  108. package/dist/components/toast/toast-utils.mjs +8 -0
  109. package/dist/components/toast/toast.d.ts +204 -0
  110. package/dist/components/toast/toast.js +3804 -0
  111. package/dist/components/toast/toast.mjs +15 -0
  112. package/dist/components/toast/toast.test.d.ts +0 -0
  113. package/dist/components/toast/toast.test.js +16689 -0
  114. package/dist/components/toast/toast.test.mjs +30 -0
  115. package/dist/components/toast/useToast.d.ts +0 -0
  116. package/dist/components/toast/useToast.js +110 -0
  117. package/dist/components/toast/useToast.mjs +9 -0
  118. package/dist/components/tooltip/tooltip-utils.d.ts +0 -2
  119. package/dist/components/tooltip/tooltip.test.d.ts +0 -2
  120. package/dist/components/tooltip/tooltip.test.js +39 -37
  121. package/dist/components/tooltip/tooltip.test.mjs +1 -1
  122. package/dist/components/tooltip/useTooltip.d.ts +0 -2
  123. package/dist/index.d.ts +4 -1
  124. package/dist/index.js +2247 -793
  125. package/dist/index.mjs +42 -28
  126. package/package.json +4 -3
  127. package/dist/components/accordion/accordion.d.mts +0 -154
  128. package/dist/components/accordion/accordionItem.d.mts +0 -282
  129. package/dist/components/accordion/index.d.mts +0 -6
  130. package/dist/components/button/button-group.d.mts +0 -14
  131. package/dist/components/button/button-group.test.d.mts +0 -2
  132. package/dist/components/button/button.d.mts +0 -18
  133. package/dist/components/button/button.test.d.mts +0 -2
  134. package/dist/components/button/index.d.mts +0 -3
  135. package/dist/components/card/card.d.mts +0 -124
  136. package/dist/components/card/card.test.d.mts +0 -2
  137. package/dist/components/card/index.d.mts +0 -5
  138. package/dist/components/card/index.d.ts +0 -5
  139. package/dist/components/checkbox/checkbox.d.mts +0 -349
  140. package/dist/components/checkbox/checkbox.test.d.mts +0 -2
  141. package/dist/components/checkbox/index.d.mts +0 -5
  142. package/dist/components/checkbox/index.d.ts +0 -5
  143. package/dist/components/icon/Icon.d.mts +0 -15
  144. package/dist/components/icon/index.d.mts +0 -4
  145. package/dist/components/icon/index.d.ts +0 -4
  146. package/dist/components/icon/template.d.mts +0 -97
  147. package/dist/components/input/index.d.mts +0 -5
  148. package/dist/components/input/index.d.ts +0 -5
  149. package/dist/components/input/input.d.mts +0 -437
  150. package/dist/components/input/input.test.d.mts +0 -2
  151. package/dist/components/list/index.d.mts +0 -6
  152. package/dist/components/list/list.test.d.mts +0 -2
  153. package/dist/components/list/listItem.d.mts +0 -183
  154. package/dist/components/modal/index.d.mts +0 -8
  155. package/dist/components/modal/index.d.ts +0 -8
  156. package/dist/components/modal/modal.d.mts +0 -214
  157. package/dist/components/modal/modal.test.d.mts +0 -2
  158. package/dist/components/pagination/index.d.mts +0 -4
  159. package/dist/components/pagination/index.d.ts +0 -4
  160. package/dist/components/pagination/pagination.d.mts +0 -186
  161. package/dist/components/pagination/pagination.test.d.mts +0 -2
  162. package/dist/components/pagination/usePagination.d.mts +0 -16
  163. package/dist/components/progress/index.d.mts +0 -5
  164. package/dist/components/progress/index.d.ts +0 -5
  165. package/dist/components/progress/progress.d.mts +0 -281
  166. package/dist/components/progress/progress.test.d.mts +0 -2
  167. package/dist/components/radio/index.d.mts +0 -5
  168. package/dist/components/radio/index.d.ts +0 -5
  169. package/dist/components/radio/radio.d.mts +0 -278
  170. package/dist/components/radio/radio.test.d.mts +0 -2
  171. package/dist/components/select/index.d.mts +0 -5
  172. package/dist/components/select/index.d.ts +0 -5
  173. package/dist/components/select/option.d.mts +0 -18
  174. package/dist/components/select/select.d.mts +0 -449
  175. package/dist/components/select/select.test.d.mts +0 -2
  176. package/dist/components/select/useSelect.d.mts +0 -32
  177. package/dist/components/slider/index.d.mts +0 -5
  178. package/dist/components/slider/index.d.ts +0 -5
  179. package/dist/components/slider/slider.d.mts +0 -333
  180. package/dist/components/slider/slider.test.d.mts +0 -2
  181. package/dist/components/switch/index.d.mts +0 -5
  182. package/dist/components/switch/index.d.ts +0 -5
  183. package/dist/components/switch/switch.d.mts +0 -304
  184. package/dist/components/switch/switch.test.d.mts +0 -2
  185. package/dist/components/table/index.d.mts +0 -5
  186. package/dist/components/table/index.d.ts +0 -5
  187. package/dist/components/table/table-body.d.mts +0 -23
  188. package/dist/components/table/table-head.d.mts +0 -19
  189. package/dist/components/table/table.d.mts +0 -610
  190. package/dist/components/table/table.test.d.mts +0 -2
  191. package/dist/components/tabs/index.d.mts +0 -5
  192. package/dist/components/tabs/index.d.ts +0 -5
  193. package/dist/components/tabs/tabs.d.mts +0 -241
  194. package/dist/components/tabs/tabs.test.d.mts +0 -2
  195. package/dist/components/textarea/index.d.mts +0 -2
  196. package/dist/components/textarea/index.d.ts +0 -2
  197. package/dist/components/textarea/textarea.d.mts +0 -17
  198. package/dist/components/textarea/textarea.test.d.mts +0 -2
  199. package/dist/components/tooltip/index.d.mts +0 -6
  200. package/dist/components/tooltip/index.d.ts +0 -6
  201. package/dist/components/tooltip/tooltip-utils.d.mts +0 -2
  202. package/dist/components/tooltip/tooltip.d.mts +0 -143
  203. package/dist/components/tooltip/tooltip.test.d.mts +0 -2
  204. package/dist/components/tooltip/useTooltip.d.mts +0 -2
  205. package/dist/index.d.mts +0 -30
  206. package/dist/tooltip-utils-DCKA5gnI.d.mts +0 -30
  207. package/dist/tooltip-utils-DCKA5gnI.d.ts +0 -30
  208. package/dist/utils/clsx.d.mts +0 -3
  209. package/dist/utils/props.d.mts +0 -3
  210. package/dist/utils/tailwind-variants.d.mts +0 -26
  211. package/dist/utils/types.d.mts +0 -10
  212. /package/dist/{chunk-M5PMA3CT.mjs → chunk-RDEWIZV3.mjs} +0 -0
  213. /package/dist/components/{accordion/accordion.test.d.mts → dropdown/dropdown.test.d.ts} +0 -0
@@ -26,9 +26,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
 
29
- // ../../node_modules/pretty-format/node_modules/ansi-styles/index.js
29
+ // ../../node_modules/@testing-library/dom/node_modules/ansi-styles/index.js
30
30
  var require_ansi_styles = __commonJS({
31
- "../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(exports2, module2) {
31
+ "../../node_modules/@testing-library/dom/node_modules/ansi-styles/index.js"(exports2, module2) {
32
32
  "use strict";
33
33
  var ANSI_BACKGROUND_OFFSET = 10;
34
34
  var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
@@ -164,9 +164,9 @@ var require_ansi_styles = __commonJS({
164
164
  }
165
165
  });
166
166
 
167
- // ../../node_modules/pretty-format/build/collections.js
167
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/collections.js
168
168
  var require_collections = __commonJS({
169
- "../../node_modules/pretty-format/build/collections.js"(exports2) {
169
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/collections.js"(exports2) {
170
170
  "use strict";
171
171
  Object.defineProperty(exports2, "__esModule", {
172
172
  value: true
@@ -282,9 +282,9 @@ var require_collections = __commonJS({
282
282
  }
283
283
  });
284
284
 
285
- // ../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
285
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
286
286
  var require_AsymmetricMatcher = __commonJS({
287
- "../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(exports2) {
287
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(exports2) {
288
288
  "use strict";
289
289
  Object.defineProperty(exports2, "__esModule", {
290
290
  value: true
@@ -369,9 +369,9 @@ var require_ansi_regex = __commonJS({
369
369
  }
370
370
  });
371
371
 
372
- // ../../node_modules/pretty-format/build/plugins/ConvertAnsi.js
372
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ConvertAnsi.js
373
373
  var require_ConvertAnsi = __commonJS({
374
- "../../node_modules/pretty-format/build/plugins/ConvertAnsi.js"(exports2) {
374
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ConvertAnsi.js"(exports2) {
375
375
  "use strict";
376
376
  Object.defineProperty(exports2, "__esModule", {
377
377
  value: true
@@ -440,9 +440,9 @@ var require_ConvertAnsi = __commonJS({
440
440
  }
441
441
  });
442
442
 
443
- // ../../node_modules/pretty-format/build/plugins/DOMCollection.js
443
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMCollection.js
444
444
  var require_DOMCollection = __commonJS({
445
- "../../node_modules/pretty-format/build/plugins/DOMCollection.js"(exports2) {
445
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMCollection.js"(exports2) {
446
446
  "use strict";
447
447
  Object.defineProperty(exports2, "__esModule", {
448
448
  value: true
@@ -490,9 +490,9 @@ var require_DOMCollection = __commonJS({
490
490
  }
491
491
  });
492
492
 
493
- // ../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js
493
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/escapeHTML.js
494
494
  var require_escapeHTML = __commonJS({
495
- "../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(exports2) {
495
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(exports2) {
496
496
  "use strict";
497
497
  Object.defineProperty(exports2, "__esModule", {
498
498
  value: true
@@ -504,9 +504,9 @@ var require_escapeHTML = __commonJS({
504
504
  }
505
505
  });
506
506
 
507
- // ../../node_modules/pretty-format/build/plugins/lib/markup.js
507
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/markup.js
508
508
  var require_markup = __commonJS({
509
- "../../node_modules/pretty-format/build/plugins/lib/markup.js"(exports2) {
509
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/markup.js"(exports2) {
510
510
  "use strict";
511
511
  Object.defineProperty(exports2, "__esModule", {
512
512
  value: true
@@ -559,9 +559,9 @@ var require_markup = __commonJS({
559
559
  }
560
560
  });
561
561
 
562
- // ../../node_modules/pretty-format/build/plugins/DOMElement.js
562
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMElement.js
563
563
  var require_DOMElement = __commonJS({
564
- "../../node_modules/pretty-format/build/plugins/DOMElement.js"(exports2) {
564
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMElement.js"(exports2) {
565
565
  "use strict";
566
566
  Object.defineProperty(exports2, "__esModule", {
567
567
  value: true
@@ -647,9 +647,9 @@ var require_DOMElement = __commonJS({
647
647
  }
648
648
  });
649
649
 
650
- // ../../node_modules/pretty-format/build/plugins/Immutable.js
650
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/Immutable.js
651
651
  var require_Immutable = __commonJS({
652
- "../../node_modules/pretty-format/build/plugins/Immutable.js"(exports2) {
652
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/Immutable.js"(exports2) {
653
653
  "use strict";
654
654
  Object.defineProperty(exports2, "__esModule", {
655
655
  value: true
@@ -804,9 +804,9 @@ var require_Immutable = __commonJS({
804
804
  }
805
805
  });
806
806
 
807
- // ../../node_modules/react-is/cjs/react-is.production.min.js
807
+ // ../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.production.min.js
808
808
  var require_react_is_production_min = __commonJS({
809
- "../../node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
809
+ "../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
810
810
  "use strict";
811
811
  var b = 60103;
812
812
  var c = 60106;
@@ -942,9 +942,9 @@ var require_react_is_production_min = __commonJS({
942
942
  }
943
943
  });
944
944
 
945
- // ../../node_modules/react-is/cjs/react-is.development.js
945
+ // ../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.development.js
946
946
  var require_react_is_development = __commonJS({
947
- "../../node_modules/react-is/cjs/react-is.development.js"(exports2) {
947
+ "../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.development.js"(exports2) {
948
948
  "use strict";
949
949
  if (process.env.NODE_ENV !== "production") {
950
950
  (function() {
@@ -1134,9 +1134,9 @@ var require_react_is_development = __commonJS({
1134
1134
  }
1135
1135
  });
1136
1136
 
1137
- // ../../node_modules/react-is/index.js
1137
+ // ../../node_modules/@testing-library/dom/node_modules/react-is/index.js
1138
1138
  var require_react_is = __commonJS({
1139
- "../../node_modules/react-is/index.js"(exports2, module2) {
1139
+ "../../node_modules/@testing-library/dom/node_modules/react-is/index.js"(exports2, module2) {
1140
1140
  "use strict";
1141
1141
  if (process.env.NODE_ENV === "production") {
1142
1142
  module2.exports = require_react_is_production_min();
@@ -1146,9 +1146,9 @@ var require_react_is = __commonJS({
1146
1146
  }
1147
1147
  });
1148
1148
 
1149
- // ../../node_modules/pretty-format/build/plugins/ReactElement.js
1149
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactElement.js
1150
1150
  var require_ReactElement = __commonJS({
1151
- "../../node_modules/pretty-format/build/plugins/ReactElement.js"(exports2) {
1151
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactElement.js"(exports2) {
1152
1152
  "use strict";
1153
1153
  Object.defineProperty(exports2, "__esModule", {
1154
1154
  value: true
@@ -1276,9 +1276,9 @@ var require_ReactElement = __commonJS({
1276
1276
  }
1277
1277
  });
1278
1278
 
1279
- // ../../node_modules/pretty-format/build/plugins/ReactTestComponent.js
1279
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactTestComponent.js
1280
1280
  var require_ReactTestComponent = __commonJS({
1281
- "../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(exports2) {
1281
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactTestComponent.js"(exports2) {
1282
1282
  "use strict";
1283
1283
  Object.defineProperty(exports2, "__esModule", {
1284
1284
  value: true
@@ -1338,9 +1338,9 @@ var require_ReactTestComponent = __commonJS({
1338
1338
  }
1339
1339
  });
1340
1340
 
1341
- // ../../node_modules/pretty-format/build/index.js
1341
+ // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/index.js
1342
1342
  var require_build = __commonJS({
1343
- "../../node_modules/pretty-format/build/index.js"(exports2) {
1343
+ "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/index.js"(exports2) {
1344
1344
  "use strict";
1345
1345
  Object.defineProperty(exports2, "__esModule", {
1346
1346
  value: true
@@ -8771,7 +8771,9 @@ var require_lz_string = __commonJS({
8771
8771
  return keyStrBase64.charAt(a);
8772
8772
  });
8773
8773
  switch (res.length % 4) {
8774
+ // To produce valid Base64
8774
8775
  default:
8776
+ // When could this happen ?
8775
8777
  case 0:
8776
8778
  return res;
8777
8779
  case 1:
@@ -9213,7 +9215,7 @@ var ReactDOMClient = __toESM(require("react-dom/client"));
9213
9215
  // ../../node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js
9214
9216
  var prettyFormat = __toESM(require_build());
9215
9217
 
9216
- // ../../node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
9218
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
9217
9219
  var toStr = Object.prototype.toString;
9218
9220
  function isCallable(fn) {
9219
9221
  return typeof fn === "function" || toStr.call(fn) === "[object Function]";
@@ -9261,7 +9263,7 @@ function arrayFrom(arrayLike, mapFn) {
9261
9263
  return A;
9262
9264
  }
9263
9265
 
9264
- // ../../node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
9266
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
9265
9267
  function _typeof(obj) {
9266
9268
  "@babel/helpers - typeof";
9267
9269
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
@@ -9365,7 +9367,7 @@ var SetLike = /* @__PURE__ */ function() {
9365
9367
  }();
9366
9368
  var SetLike_default = typeof Set === "undefined" ? Set : SetLike;
9367
9369
 
9368
- // ../../node_modules/dom-accessibility-api/dist/getRole.mjs
9370
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs
9369
9371
  function getLocalName(element) {
9370
9372
  var _element$localName;
9371
9373
  return (
@@ -9548,7 +9550,7 @@ function getExplicitRole(element) {
9548
9550
  return null;
9549
9551
  }
9550
9552
 
9551
- // ../../node_modules/dom-accessibility-api/dist/util.mjs
9553
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs
9552
9554
  function isElement(node) {
9553
9555
  return node !== null && node.nodeType === node.ELEMENT_NODE;
9554
9556
  }
@@ -9617,7 +9619,7 @@ function hasAnyConcreteRoles(node, roles2) {
9617
9619
  return false;
9618
9620
  }
9619
9621
 
9620
- // ../../node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
9622
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
9621
9623
  function asFlatString(s) {
9622
9624
  return s.trim().replace(/\s\s+/g, " ");
9623
9625
  }
@@ -9986,7 +9988,7 @@ function computeTextAlternative(root) {
9986
9988
  }));
9987
9989
  }
9988
9990
 
9989
- // ../../node_modules/dom-accessibility-api/dist/accessible-description.mjs
9991
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs
9990
9992
  function _typeof2(obj) {
9991
9993
  "@babel/helpers - typeof";
9992
9994
  return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
@@ -10053,7 +10055,7 @@ function computeAccessibleDescription(root) {
10053
10055
  return description;
10054
10056
  }
10055
10057
 
10056
- // ../../node_modules/dom-accessibility-api/dist/accessible-name.mjs
10058
+ // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs
10057
10059
  function prohibitsNaming(node) {
10058
10060
  return hasAnyConcreteRoles(node, ["caption", "code", "deletion", "emphasis", "generic", "insertion", "paragraph", "presentation", "strong", "subscript", "superscript"]);
10059
10061
  }
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  act,
7
7
  render
8
- } from "../../chunk-FNPWLOGV.mjs";
8
+ } from "../../chunk-NTTHTGDK.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-J725QONZ.mjs";
11
11
  import "../../chunk-IZ6II3QA.mjs";