@deepnoid/ui 0.0.84 → 0.0.86
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/dist/{chunk-NTTHTGDK.mjs → chunk-FNPWLOGV.mjs} +37 -39
- package/dist/chunk-FRIK4CS7.mjs +83 -0
- package/dist/{chunk-ILMIS63S.mjs → chunk-H7BLXC5M.mjs} +14 -14
- package/dist/{chunk-XTJL67KM.mjs → chunk-HH2LF2SU.mjs} +32 -46
- package/dist/{chunk-ADDUBJ4I.mjs → chunk-S4DTK5GI.mjs} +1 -1
- package/dist/chunk-ZOTHPHXA.mjs +41 -0
- package/dist/components/accordion/accordion.d.mts +154 -0
- package/dist/components/accordion/accordion.test.js +37 -39
- package/dist/components/accordion/accordion.test.mjs +1 -1
- package/dist/components/accordion/accordionItem.d.mts +282 -0
- package/dist/components/accordion/index.d.mts +6 -0
- package/dist/components/button/button-group.d.mts +14 -0
- package/dist/components/button/button-group.test.d.mts +2 -0
- package/dist/components/button/button-group.test.js +37 -39
- package/dist/components/button/button-group.test.mjs +2 -2
- package/dist/components/button/button.d.mts +18 -0
- package/dist/components/button/button.test.d.mts +2 -0
- package/dist/components/button/button.test.js +50 -52
- package/dist/components/button/button.test.mjs +2 -2
- package/dist/components/button/index.d.mts +3 -0
- package/dist/components/card/card.d.mts +124 -0
- package/dist/components/card/card.test.d.mts +2 -0
- package/dist/components/card/card.test.js +37 -39
- package/dist/components/card/card.test.mjs +1 -1
- package/dist/components/card/index.d.mts +5 -0
- package/dist/components/card/index.d.ts +5 -0
- package/dist/components/checkbox/checkbox.d.mts +349 -0
- package/dist/components/checkbox/checkbox.test.d.mts +2 -0
- package/dist/components/checkbox/checkbox.test.js +37 -39
- package/dist/components/checkbox/checkbox.test.mjs +2 -2
- package/dist/components/checkbox/index.d.mts +5 -0
- package/dist/components/checkbox/index.d.ts +5 -0
- package/dist/components/icon/Icon.d.mts +513 -0
- package/dist/components/icon/index.d.mts +4 -0
- package/dist/components/icon/index.d.ts +4 -0
- package/dist/components/icon/template.d.mts +134 -0
- package/dist/components/input/index.d.mts +5 -0
- package/dist/components/input/index.d.ts +5 -0
- package/dist/components/input/input.d.mts +437 -0
- package/dist/components/input/input.test.d.mts +2 -0
- package/dist/components/input/input.test.js +50 -52
- package/dist/components/input/input.test.mjs +2 -2
- package/dist/components/list/index.d.mts +6 -0
- package/dist/components/list/index.mjs +3 -3
- package/dist/components/{dropdown/dropdown.d.ts → list/list.d.mts} +9 -9
- package/dist/components/list/list.test.d.mts +2 -0
- package/dist/components/list/list.test.js +37 -39
- package/dist/components/list/list.test.mjs +1 -1
- package/dist/components/list/listItem.d.mts +183 -0
- package/dist/components/modal/index.d.mts +8 -0
- package/dist/components/modal/index.d.ts +8 -0
- package/dist/components/modal/modal.d.mts +214 -0
- package/dist/components/modal/modal.test.d.mts +2 -0
- package/dist/components/modal/modal.test.js +37 -39
- package/dist/components/modal/modal.test.mjs +1 -1
- package/dist/components/pagination/index.d.mts +4 -0
- package/dist/components/pagination/index.d.ts +4 -0
- package/dist/components/pagination/pagination.d.mts +186 -0
- package/dist/components/pagination/pagination.test.d.mts +2 -0
- package/dist/components/pagination/pagination.test.js +37 -39
- package/dist/components/pagination/pagination.test.mjs +1 -1
- package/dist/components/pagination/usePagination.d.mts +16 -0
- package/dist/components/progress/index.d.mts +5 -0
- package/dist/components/progress/index.d.ts +5 -0
- package/dist/components/progress/progress.d.mts +281 -0
- package/dist/components/progress/progress.test.d.mts +2 -0
- package/dist/components/progress/progress.test.d.ts +2 -0
- package/dist/components/progress/progress.test.js +37 -39
- package/dist/components/progress/progress.test.mjs +1 -1
- package/dist/components/radio/index.d.mts +5 -0
- package/dist/components/radio/index.d.ts +5 -0
- package/dist/components/radio/radio.d.mts +278 -0
- package/dist/components/radio/radio.test.d.mts +2 -0
- package/dist/components/radio/radio.test.js +37 -39
- package/dist/components/radio/radio.test.mjs +1 -1
- package/dist/components/select/index.d.mts +5 -0
- package/dist/components/select/index.d.ts +5 -0
- package/dist/components/select/index.mjs +2 -2
- package/dist/components/select/option.d.mts +18 -0
- package/dist/components/select/select.d.mts +449 -0
- package/dist/components/select/select.mjs +2 -2
- package/dist/components/select/select.test.d.mts +2 -0
- package/dist/components/select/select.test.js +37 -39
- package/dist/components/select/select.test.mjs +4 -4
- package/dist/components/select/useSelect.d.mts +32 -0
- package/dist/components/slider/index.d.mts +5 -0
- package/dist/components/slider/index.d.ts +5 -0
- package/dist/components/slider/slider.d.mts +333 -0
- package/dist/components/slider/slider.test.d.mts +2 -0
- package/dist/components/slider/slider.test.d.ts +2 -0
- package/dist/components/slider/slider.test.js +37 -39
- package/dist/components/slider/slider.test.mjs +1 -1
- package/dist/components/switch/index.d.mts +5 -0
- package/dist/components/switch/index.d.ts +5 -0
- package/dist/components/switch/switch.d.mts +304 -0
- package/dist/components/switch/switch.test.d.mts +2 -0
- package/dist/components/switch/switch.test.d.ts +2 -0
- package/dist/components/switch/switch.test.js +37 -39
- package/dist/components/switch/switch.test.mjs +1 -1
- package/dist/components/table/index.d.mts +5 -0
- package/dist/components/table/index.d.ts +5 -0
- package/dist/components/table/index.mjs +2 -2
- package/dist/components/table/table-body.d.mts +26 -0
- package/dist/components/table/table-head.d.mts +21 -0
- package/dist/components/table/table.d.mts +583 -0
- package/dist/components/table/table.mjs +2 -2
- package/dist/components/table/table.test.d.mts +2 -0
- package/dist/components/table/table.test.d.ts +2 -0
- package/dist/components/table/table.test.js +37 -39
- package/dist/components/table/table.test.mjs +3 -3
- package/dist/components/tabs/index.d.mts +5 -0
- package/dist/components/tabs/index.d.ts +5 -0
- package/dist/components/tabs/tabs.d.mts +241 -0
- package/dist/components/tabs/tabs.test.d.mts +2 -0
- package/dist/components/tabs/tabs.test.d.ts +2 -0
- package/dist/components/tabs/tabs.test.js +37 -39
- package/dist/components/tabs/tabs.test.mjs +2 -2
- package/dist/components/textarea/index.d.mts +2 -0
- package/dist/components/textarea/index.d.ts +2 -0
- package/dist/components/textarea/textarea.d.mts +17 -0
- package/dist/components/textarea/textarea.test.d.mts +2 -0
- package/dist/components/textarea/textarea.test.d.ts +2 -0
- package/dist/components/textarea/textarea.test.js +50 -52
- package/dist/components/textarea/textarea.test.mjs +2 -2
- package/dist/components/toast/index.d.mts +9 -0
- package/dist/components/toast/index.d.ts +9 -0
- package/dist/components/toast/index.js +147 -127
- package/dist/components/toast/index.mjs +10 -5
- package/dist/components/toast/toast-utils.d.mts +9 -0
- package/dist/components/toast/toast-utils.d.ts +9 -0
- package/dist/components/toast/toast-utils.js +25 -45
- package/dist/components/toast/toast-utils.mjs +1 -1
- package/dist/components/toast/toast.d.mts +207 -0
- package/dist/components/toast/toast.d.ts +13 -10
- package/dist/components/toast/toast.js +32 -125
- package/dist/components/toast/toast.mjs +1 -3
- package/dist/components/toast/toast.test.d.mts +2 -0
- package/dist/components/toast/toast.test.d.ts +2 -0
- package/dist/components/toast/toast.test.js +73 -168
- package/dist/components/toast/toast.test.mjs +4 -6
- package/dist/components/toast/use-toast.d.mts +31 -0
- package/dist/components/toast/use-toast.d.ts +31 -0
- package/dist/components/toast/use-toast.js +3826 -0
- package/dist/components/toast/use-toast.mjs +17 -0
- package/dist/components/tooltip/index.d.mts +6 -0
- package/dist/components/tooltip/index.d.ts +6 -0
- package/dist/components/tooltip/tooltip-utils.d.mts +2 -0
- package/dist/components/tooltip/tooltip-utils.d.ts +2 -0
- package/dist/components/tooltip/tooltip.d.mts +143 -0
- package/dist/components/tooltip/tooltip.test.d.mts +2 -0
- package/dist/components/tooltip/tooltip.test.d.ts +2 -0
- package/dist/components/tooltip/tooltip.test.js +37 -39
- package/dist/components/tooltip/tooltip.test.mjs +1 -1
- package/dist/components/tooltip/useTooltip.d.mts +2 -0
- package/dist/components/tooltip/useTooltip.d.ts +2 -0
- package/dist/index.d.mts +33 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +249 -180
- package/dist/index.mjs +136 -36
- package/dist/tooltip-utils-DCKA5gnI.d.mts +30 -0
- package/dist/tooltip-utils-DCKA5gnI.d.ts +30 -0
- package/dist/utils/clsx.d.mts +3 -0
- package/dist/utils/props.d.mts +3 -0
- package/dist/utils/tailwind-variants.d.mts +26 -0
- package/dist/utils/types.d.mts +10 -0
- package/package.json +2 -2
- package/dist/chunk-5T5F5WVS.mjs +0 -32
- package/dist/chunk-LXPWTJ3F.mjs +0 -58
- package/dist/chunk-SDNTEP5C.mjs +0 -61
- package/dist/chunk-W7ABNK3K.mjs +0 -1
- package/dist/components/dropdown/dropdown.js +0 -122
- package/dist/components/dropdown/dropdown.mjs +0 -10
- package/dist/components/dropdown/dropdown.test.js +0 -12997
- package/dist/components/dropdown/dropdown.test.mjs +0 -25
- package/dist/components/dropdown/index.js +0 -128
- package/dist/components/dropdown/index.mjs +0 -11
- package/dist/components/toast/useToast.d.ts +0 -0
- package/dist/components/toast/useToast.js +0 -110
- package/dist/components/toast/useToast.mjs +0 -9
- package/dist/{chunk-RDEWIZV3.mjs → chunk-LUWGOKLG.mjs} +0 -0
- package/dist/{chunk-RTH3FPAS.mjs → chunk-PSXPOYLX.mjs} +3 -3
- package/dist/{chunk-463XE4SI.mjs → chunk-RVGOARET.mjs} +3 -3
- /package/dist/components/{dropdown/dropdown.test.d.ts → accordion/accordion.test.d.mts} +0 -0
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
|
|
33
|
-
// ../../node_modules
|
|
33
|
+
// ../../node_modules/pretty-format/node_modules/ansi-styles/index.js
|
|
34
34
|
var require_ansi_styles = __commonJS({
|
|
35
|
-
"../../node_modules
|
|
35
|
+
"../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
36
36
|
"use strict";
|
|
37
37
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
38
38
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -168,9 +168,9 @@ var require_ansi_styles = __commonJS({
|
|
|
168
168
|
}
|
|
169
169
|
});
|
|
170
170
|
|
|
171
|
-
// ../../node_modules
|
|
171
|
+
// ../../node_modules/pretty-format/build/collections.js
|
|
172
172
|
var require_collections = __commonJS({
|
|
173
|
-
"../../node_modules
|
|
173
|
+
"../../node_modules/pretty-format/build/collections.js"(exports2) {
|
|
174
174
|
"use strict";
|
|
175
175
|
Object.defineProperty(exports2, "__esModule", {
|
|
176
176
|
value: true
|
|
@@ -286,9 +286,9 @@ var require_collections = __commonJS({
|
|
|
286
286
|
}
|
|
287
287
|
});
|
|
288
288
|
|
|
289
|
-
// ../../node_modules
|
|
289
|
+
// ../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
|
|
290
290
|
var require_AsymmetricMatcher = __commonJS({
|
|
291
|
-
"../../node_modules
|
|
291
|
+
"../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(exports2) {
|
|
292
292
|
"use strict";
|
|
293
293
|
Object.defineProperty(exports2, "__esModule", {
|
|
294
294
|
value: true
|
|
@@ -373,9 +373,9 @@ var require_ansi_regex = __commonJS({
|
|
|
373
373
|
}
|
|
374
374
|
});
|
|
375
375
|
|
|
376
|
-
// ../../node_modules
|
|
376
|
+
// ../../node_modules/pretty-format/build/plugins/ConvertAnsi.js
|
|
377
377
|
var require_ConvertAnsi = __commonJS({
|
|
378
|
-
"../../node_modules
|
|
378
|
+
"../../node_modules/pretty-format/build/plugins/ConvertAnsi.js"(exports2) {
|
|
379
379
|
"use strict";
|
|
380
380
|
Object.defineProperty(exports2, "__esModule", {
|
|
381
381
|
value: true
|
|
@@ -444,9 +444,9 @@ var require_ConvertAnsi = __commonJS({
|
|
|
444
444
|
}
|
|
445
445
|
});
|
|
446
446
|
|
|
447
|
-
// ../../node_modules
|
|
447
|
+
// ../../node_modules/pretty-format/build/plugins/DOMCollection.js
|
|
448
448
|
var require_DOMCollection = __commonJS({
|
|
449
|
-
"../../node_modules
|
|
449
|
+
"../../node_modules/pretty-format/build/plugins/DOMCollection.js"(exports2) {
|
|
450
450
|
"use strict";
|
|
451
451
|
Object.defineProperty(exports2, "__esModule", {
|
|
452
452
|
value: true
|
|
@@ -494,9 +494,9 @@ var require_DOMCollection = __commonJS({
|
|
|
494
494
|
}
|
|
495
495
|
});
|
|
496
496
|
|
|
497
|
-
// ../../node_modules
|
|
497
|
+
// ../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js
|
|
498
498
|
var require_escapeHTML = __commonJS({
|
|
499
|
-
"../../node_modules
|
|
499
|
+
"../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(exports2) {
|
|
500
500
|
"use strict";
|
|
501
501
|
Object.defineProperty(exports2, "__esModule", {
|
|
502
502
|
value: true
|
|
@@ -508,9 +508,9 @@ var require_escapeHTML = __commonJS({
|
|
|
508
508
|
}
|
|
509
509
|
});
|
|
510
510
|
|
|
511
|
-
// ../../node_modules
|
|
511
|
+
// ../../node_modules/pretty-format/build/plugins/lib/markup.js
|
|
512
512
|
var require_markup = __commonJS({
|
|
513
|
-
"../../node_modules
|
|
513
|
+
"../../node_modules/pretty-format/build/plugins/lib/markup.js"(exports2) {
|
|
514
514
|
"use strict";
|
|
515
515
|
Object.defineProperty(exports2, "__esModule", {
|
|
516
516
|
value: true
|
|
@@ -563,9 +563,9 @@ var require_markup = __commonJS({
|
|
|
563
563
|
}
|
|
564
564
|
});
|
|
565
565
|
|
|
566
|
-
// ../../node_modules
|
|
566
|
+
// ../../node_modules/pretty-format/build/plugins/DOMElement.js
|
|
567
567
|
var require_DOMElement = __commonJS({
|
|
568
|
-
"../../node_modules
|
|
568
|
+
"../../node_modules/pretty-format/build/plugins/DOMElement.js"(exports2) {
|
|
569
569
|
"use strict";
|
|
570
570
|
Object.defineProperty(exports2, "__esModule", {
|
|
571
571
|
value: true
|
|
@@ -651,9 +651,9 @@ var require_DOMElement = __commonJS({
|
|
|
651
651
|
}
|
|
652
652
|
});
|
|
653
653
|
|
|
654
|
-
// ../../node_modules
|
|
654
|
+
// ../../node_modules/pretty-format/build/plugins/Immutable.js
|
|
655
655
|
var require_Immutable = __commonJS({
|
|
656
|
-
"../../node_modules
|
|
656
|
+
"../../node_modules/pretty-format/build/plugins/Immutable.js"(exports2) {
|
|
657
657
|
"use strict";
|
|
658
658
|
Object.defineProperty(exports2, "__esModule", {
|
|
659
659
|
value: true
|
|
@@ -808,9 +808,9 @@ var require_Immutable = __commonJS({
|
|
|
808
808
|
}
|
|
809
809
|
});
|
|
810
810
|
|
|
811
|
-
// ../../node_modules
|
|
811
|
+
// ../../node_modules/react-is/cjs/react-is.production.min.js
|
|
812
812
|
var require_react_is_production_min = __commonJS({
|
|
813
|
-
"../../node_modules
|
|
813
|
+
"../../node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
|
|
814
814
|
"use strict";
|
|
815
815
|
var b = 60103;
|
|
816
816
|
var c = 60106;
|
|
@@ -946,9 +946,9 @@ var require_react_is_production_min = __commonJS({
|
|
|
946
946
|
}
|
|
947
947
|
});
|
|
948
948
|
|
|
949
|
-
// ../../node_modules
|
|
949
|
+
// ../../node_modules/react-is/cjs/react-is.development.js
|
|
950
950
|
var require_react_is_development = __commonJS({
|
|
951
|
-
"../../node_modules
|
|
951
|
+
"../../node_modules/react-is/cjs/react-is.development.js"(exports2) {
|
|
952
952
|
"use strict";
|
|
953
953
|
if (process.env.NODE_ENV !== "production") {
|
|
954
954
|
(function() {
|
|
@@ -1138,9 +1138,9 @@ var require_react_is_development = __commonJS({
|
|
|
1138
1138
|
}
|
|
1139
1139
|
});
|
|
1140
1140
|
|
|
1141
|
-
// ../../node_modules
|
|
1141
|
+
// ../../node_modules/react-is/index.js
|
|
1142
1142
|
var require_react_is = __commonJS({
|
|
1143
|
-
"../../node_modules
|
|
1143
|
+
"../../node_modules/react-is/index.js"(exports2, module2) {
|
|
1144
1144
|
"use strict";
|
|
1145
1145
|
if (process.env.NODE_ENV === "production") {
|
|
1146
1146
|
module2.exports = require_react_is_production_min();
|
|
@@ -1150,9 +1150,9 @@ var require_react_is = __commonJS({
|
|
|
1150
1150
|
}
|
|
1151
1151
|
});
|
|
1152
1152
|
|
|
1153
|
-
// ../../node_modules
|
|
1153
|
+
// ../../node_modules/pretty-format/build/plugins/ReactElement.js
|
|
1154
1154
|
var require_ReactElement = __commonJS({
|
|
1155
|
-
"../../node_modules
|
|
1155
|
+
"../../node_modules/pretty-format/build/plugins/ReactElement.js"(exports2) {
|
|
1156
1156
|
"use strict";
|
|
1157
1157
|
Object.defineProperty(exports2, "__esModule", {
|
|
1158
1158
|
value: true
|
|
@@ -1280,9 +1280,9 @@ var require_ReactElement = __commonJS({
|
|
|
1280
1280
|
}
|
|
1281
1281
|
});
|
|
1282
1282
|
|
|
1283
|
-
// ../../node_modules
|
|
1283
|
+
// ../../node_modules/pretty-format/build/plugins/ReactTestComponent.js
|
|
1284
1284
|
var require_ReactTestComponent = __commonJS({
|
|
1285
|
-
"../../node_modules
|
|
1285
|
+
"../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(exports2) {
|
|
1286
1286
|
"use strict";
|
|
1287
1287
|
Object.defineProperty(exports2, "__esModule", {
|
|
1288
1288
|
value: true
|
|
@@ -1342,9 +1342,9 @@ var require_ReactTestComponent = __commonJS({
|
|
|
1342
1342
|
}
|
|
1343
1343
|
});
|
|
1344
1344
|
|
|
1345
|
-
// ../../node_modules
|
|
1345
|
+
// ../../node_modules/pretty-format/build/index.js
|
|
1346
1346
|
var require_build = __commonJS({
|
|
1347
|
-
"../../node_modules
|
|
1347
|
+
"../../node_modules/pretty-format/build/index.js"(exports2) {
|
|
1348
1348
|
"use strict";
|
|
1349
1349
|
Object.defineProperty(exports2, "__esModule", {
|
|
1350
1350
|
value: true
|
|
@@ -8775,9 +8775,7 @@ var require_lz_string = __commonJS({
|
|
|
8775
8775
|
return keyStrBase64.charAt(a);
|
|
8776
8776
|
});
|
|
8777
8777
|
switch (res.length % 4) {
|
|
8778
|
-
// To produce valid Base64
|
|
8779
8778
|
default:
|
|
8780
|
-
// When could this happen ?
|
|
8781
8779
|
case 0:
|
|
8782
8780
|
return res;
|
|
8783
8781
|
case 1:
|
|
@@ -9219,7 +9217,7 @@ var ReactDOMClient = __toESM(require("react-dom/client"));
|
|
|
9219
9217
|
// ../../node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js
|
|
9220
9218
|
var prettyFormat = __toESM(require_build());
|
|
9221
9219
|
|
|
9222
|
-
// ../../node_modules
|
|
9220
|
+
// ../../node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
|
|
9223
9221
|
var toStr = Object.prototype.toString;
|
|
9224
9222
|
function isCallable(fn) {
|
|
9225
9223
|
return typeof fn === "function" || toStr.call(fn) === "[object Function]";
|
|
@@ -9267,7 +9265,7 @@ function arrayFrom(arrayLike, mapFn) {
|
|
|
9267
9265
|
return A;
|
|
9268
9266
|
}
|
|
9269
9267
|
|
|
9270
|
-
// ../../node_modules
|
|
9268
|
+
// ../../node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
|
|
9271
9269
|
function _typeof(obj) {
|
|
9272
9270
|
"@babel/helpers - typeof";
|
|
9273
9271
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
@@ -9371,7 +9369,7 @@ var SetLike = /* @__PURE__ */ function() {
|
|
|
9371
9369
|
}();
|
|
9372
9370
|
var SetLike_default = typeof Set === "undefined" ? Set : SetLike;
|
|
9373
9371
|
|
|
9374
|
-
// ../../node_modules
|
|
9372
|
+
// ../../node_modules/dom-accessibility-api/dist/getRole.mjs
|
|
9375
9373
|
function getLocalName(element) {
|
|
9376
9374
|
var _element$localName;
|
|
9377
9375
|
return (
|
|
@@ -9554,7 +9552,7 @@ function getExplicitRole(element) {
|
|
|
9554
9552
|
return null;
|
|
9555
9553
|
}
|
|
9556
9554
|
|
|
9557
|
-
// ../../node_modules
|
|
9555
|
+
// ../../node_modules/dom-accessibility-api/dist/util.mjs
|
|
9558
9556
|
function isElement(node) {
|
|
9559
9557
|
return node !== null && node.nodeType === node.ELEMENT_NODE;
|
|
9560
9558
|
}
|
|
@@ -9623,7 +9621,7 @@ function hasAnyConcreteRoles(node, roles2) {
|
|
|
9623
9621
|
return false;
|
|
9624
9622
|
}
|
|
9625
9623
|
|
|
9626
|
-
// ../../node_modules
|
|
9624
|
+
// ../../node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
|
|
9627
9625
|
function asFlatString(s) {
|
|
9628
9626
|
return s.trim().replace(/\s\s+/g, " ");
|
|
9629
9627
|
}
|
|
@@ -9992,7 +9990,7 @@ function computeTextAlternative(root) {
|
|
|
9992
9990
|
}));
|
|
9993
9991
|
}
|
|
9994
9992
|
|
|
9995
|
-
// ../../node_modules
|
|
9993
|
+
// ../../node_modules/dom-accessibility-api/dist/accessible-description.mjs
|
|
9996
9994
|
function _typeof2(obj) {
|
|
9997
9995
|
"@babel/helpers - typeof";
|
|
9998
9996
|
return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
@@ -10059,7 +10057,7 @@ function computeAccessibleDescription(root) {
|
|
|
10059
10057
|
return description;
|
|
10060
10058
|
}
|
|
10061
10059
|
|
|
10062
|
-
// ../../node_modules
|
|
10060
|
+
// ../../node_modules/dom-accessibility-api/dist/accessible-name.mjs
|
|
10063
10061
|
function prohibitsNaming(node) {
|
|
10064
10062
|
return hasAnyConcreteRoles(node, ["caption", "code", "deletion", "emphasis", "generic", "insertion", "paragraph", "presentation", "strong", "subscript", "superscript"]);
|
|
10065
10063
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
userEvent
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-S4DTK5GI.mjs";
|
|
5
5
|
import {
|
|
6
6
|
tabs_default
|
|
7
7
|
} from "../../chunk-KRI5IALM.mjs";
|
|
8
8
|
import {
|
|
9
9
|
act,
|
|
10
10
|
render
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-FNPWLOGV.mjs";
|
|
12
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
13
|
import "../../chunk-J725QONZ.mjs";
|
|
14
14
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
|
|
4
|
+
interface TextareaProps extends Omit<ComponentProps<"textarea">, "size"> {
|
|
5
|
+
color?: "primary" | "secondary";
|
|
6
|
+
size?: "sm" | "md" | "lg";
|
|
7
|
+
variant?: "solid" | "line";
|
|
8
|
+
radius?: "default" | "full" | "none";
|
|
9
|
+
label?: string;
|
|
10
|
+
errorMessage?: string;
|
|
11
|
+
fullWidth?: boolean;
|
|
12
|
+
isDisabled?: boolean;
|
|
13
|
+
isRequired?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare const Textarea: react.ForwardRefExoticComponent<Omit<TextareaProps, "ref"> & react.RefAttributes<HTMLTextAreaElement>>;
|
|
16
|
+
|
|
17
|
+
export { type TextareaProps, Textarea as default };
|
|
@@ -26,9 +26,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
|
|
29
|
-
// ../../node_modules
|
|
29
|
+
// ../../node_modules/pretty-format/node_modules/ansi-styles/index.js
|
|
30
30
|
var require_ansi_styles = __commonJS({
|
|
31
|
-
"../../node_modules
|
|
31
|
+
"../../node_modules/pretty-format/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
|
|
167
|
+
// ../../node_modules/pretty-format/build/collections.js
|
|
168
168
|
var require_collections = __commonJS({
|
|
169
|
-
"../../node_modules
|
|
169
|
+
"../../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
|
|
285
|
+
// ../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
|
|
286
286
|
var require_AsymmetricMatcher = __commonJS({
|
|
287
|
-
"../../node_modules
|
|
287
|
+
"../../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
|
|
372
|
+
// ../../node_modules/pretty-format/build/plugins/ConvertAnsi.js
|
|
373
373
|
var require_ConvertAnsi = __commonJS({
|
|
374
|
-
"../../node_modules
|
|
374
|
+
"../../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
|
|
443
|
+
// ../../node_modules/pretty-format/build/plugins/DOMCollection.js
|
|
444
444
|
var require_DOMCollection = __commonJS({
|
|
445
|
-
"../../node_modules
|
|
445
|
+
"../../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
|
|
493
|
+
// ../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js
|
|
494
494
|
var require_escapeHTML = __commonJS({
|
|
495
|
-
"../../node_modules
|
|
495
|
+
"../../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
|
|
507
|
+
// ../../node_modules/pretty-format/build/plugins/lib/markup.js
|
|
508
508
|
var require_markup = __commonJS({
|
|
509
|
-
"../../node_modules
|
|
509
|
+
"../../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
|
|
562
|
+
// ../../node_modules/pretty-format/build/plugins/DOMElement.js
|
|
563
563
|
var require_DOMElement = __commonJS({
|
|
564
|
-
"../../node_modules
|
|
564
|
+
"../../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
|
|
650
|
+
// ../../node_modules/pretty-format/build/plugins/Immutable.js
|
|
651
651
|
var require_Immutable = __commonJS({
|
|
652
|
-
"../../node_modules
|
|
652
|
+
"../../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
|
|
807
|
+
// ../../node_modules/react-is/cjs/react-is.production.min.js
|
|
808
808
|
var require_react_is_production_min = __commonJS({
|
|
809
|
-
"../../node_modules
|
|
809
|
+
"../../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
|
|
945
|
+
// ../../node_modules/react-is/cjs/react-is.development.js
|
|
946
946
|
var require_react_is_development = __commonJS({
|
|
947
|
-
"../../node_modules
|
|
947
|
+
"../../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
|
|
1137
|
+
// ../../node_modules/react-is/index.js
|
|
1138
1138
|
var require_react_is = __commonJS({
|
|
1139
|
-
"../../node_modules
|
|
1139
|
+
"../../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
|
|
1149
|
+
// ../../node_modules/pretty-format/build/plugins/ReactElement.js
|
|
1150
1150
|
var require_ReactElement = __commonJS({
|
|
1151
|
-
"../../node_modules
|
|
1151
|
+
"../../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
|
|
1279
|
+
// ../../node_modules/pretty-format/build/plugins/ReactTestComponent.js
|
|
1280
1280
|
var require_ReactTestComponent = __commonJS({
|
|
1281
|
-
"../../node_modules
|
|
1281
|
+
"../../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
|
|
1341
|
+
// ../../node_modules/pretty-format/build/index.js
|
|
1342
1342
|
var require_build = __commonJS({
|
|
1343
|
-
"../../node_modules
|
|
1343
|
+
"../../node_modules/pretty-format/build/index.js"(exports2) {
|
|
1344
1344
|
"use strict";
|
|
1345
1345
|
Object.defineProperty(exports2, "__esModule", {
|
|
1346
1346
|
value: true
|
|
@@ -8771,9 +8771,7 @@ var require_lz_string = __commonJS({
|
|
|
8771
8771
|
return keyStrBase64.charAt(a);
|
|
8772
8772
|
});
|
|
8773
8773
|
switch (res.length % 4) {
|
|
8774
|
-
// To produce valid Base64
|
|
8775
8774
|
default:
|
|
8776
|
-
// When could this happen ?
|
|
8777
8775
|
case 0:
|
|
8778
8776
|
return res;
|
|
8779
8777
|
case 1:
|
|
@@ -10239,9 +10237,9 @@ var require_color_convert = __commonJS({
|
|
|
10239
10237
|
}
|
|
10240
10238
|
});
|
|
10241
10239
|
|
|
10242
|
-
// ../../node_modules/ansi-styles/index.js
|
|
10240
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/ansi-styles/index.js
|
|
10243
10241
|
var require_ansi_styles2 = __commonJS({
|
|
10244
|
-
"../../node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
10242
|
+
"../../node_modules/@testing-library/jest-dom/node_modules/ansi-styles/index.js"(exports2, module2) {
|
|
10245
10243
|
"use strict";
|
|
10246
10244
|
var wrapAnsi16 = (fn, offset) => (...args) => {
|
|
10247
10245
|
const code = fn(...args);
|
|
@@ -10381,9 +10379,9 @@ var require_ansi_styles2 = __commonJS({
|
|
|
10381
10379
|
}
|
|
10382
10380
|
});
|
|
10383
10381
|
|
|
10384
|
-
// ../../node_modules/has-flag/index.js
|
|
10382
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/has-flag/index.js
|
|
10385
10383
|
var require_has_flag = __commonJS({
|
|
10386
|
-
"../../node_modules/has-flag/index.js"(exports2, module2) {
|
|
10384
|
+
"../../node_modules/@testing-library/jest-dom/node_modules/has-flag/index.js"(exports2, module2) {
|
|
10387
10385
|
"use strict";
|
|
10388
10386
|
module2.exports = (flag, argv = process.argv) => {
|
|
10389
10387
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -10394,9 +10392,9 @@ var require_has_flag = __commonJS({
|
|
|
10394
10392
|
}
|
|
10395
10393
|
});
|
|
10396
10394
|
|
|
10397
|
-
// ../../node_modules/supports-color/index.js
|
|
10395
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/supports-color/index.js
|
|
10398
10396
|
var require_supports_color = __commonJS({
|
|
10399
|
-
"../../node_modules/supports-color/index.js"(exports2, module2) {
|
|
10397
|
+
"../../node_modules/@testing-library/jest-dom/node_modules/supports-color/index.js"(exports2, module2) {
|
|
10400
10398
|
"use strict";
|
|
10401
10399
|
var os = require("os");
|
|
10402
10400
|
var tty = require("tty");
|
|
@@ -12518,7 +12516,7 @@ var ReactDOMClient = __toESM(require("react-dom/client"));
|
|
|
12518
12516
|
// ../../node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js
|
|
12519
12517
|
var prettyFormat = __toESM(require_build());
|
|
12520
12518
|
|
|
12521
|
-
// ../../node_modules
|
|
12519
|
+
// ../../node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
|
|
12522
12520
|
var toStr = Object.prototype.toString;
|
|
12523
12521
|
function isCallable(fn) {
|
|
12524
12522
|
return typeof fn === "function" || toStr.call(fn) === "[object Function]";
|
|
@@ -12566,7 +12564,7 @@ function arrayFrom(arrayLike, mapFn) {
|
|
|
12566
12564
|
return A;
|
|
12567
12565
|
}
|
|
12568
12566
|
|
|
12569
|
-
// ../../node_modules
|
|
12567
|
+
// ../../node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
|
|
12570
12568
|
function _typeof(obj) {
|
|
12571
12569
|
"@babel/helpers - typeof";
|
|
12572
12570
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
@@ -12670,7 +12668,7 @@ var SetLike = /* @__PURE__ */ function() {
|
|
|
12670
12668
|
}();
|
|
12671
12669
|
var SetLike_default = typeof Set === "undefined" ? Set : SetLike;
|
|
12672
12670
|
|
|
12673
|
-
// ../../node_modules
|
|
12671
|
+
// ../../node_modules/dom-accessibility-api/dist/getRole.mjs
|
|
12674
12672
|
function getLocalName(element) {
|
|
12675
12673
|
var _element$localName;
|
|
12676
12674
|
return (
|
|
@@ -12853,7 +12851,7 @@ function getExplicitRole(element) {
|
|
|
12853
12851
|
return null;
|
|
12854
12852
|
}
|
|
12855
12853
|
|
|
12856
|
-
// ../../node_modules
|
|
12854
|
+
// ../../node_modules/dom-accessibility-api/dist/util.mjs
|
|
12857
12855
|
function isElement(node) {
|
|
12858
12856
|
return node !== null && node.nodeType === node.ELEMENT_NODE;
|
|
12859
12857
|
}
|
|
@@ -12922,7 +12920,7 @@ function hasAnyConcreteRoles(node, roles3) {
|
|
|
12922
12920
|
return false;
|
|
12923
12921
|
}
|
|
12924
12922
|
|
|
12925
|
-
// ../../node_modules
|
|
12923
|
+
// ../../node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
|
|
12926
12924
|
function asFlatString(s) {
|
|
12927
12925
|
return s.trim().replace(/\s\s+/g, " ");
|
|
12928
12926
|
}
|
|
@@ -13291,7 +13289,7 @@ function computeTextAlternative(root) {
|
|
|
13291
13289
|
}));
|
|
13292
13290
|
}
|
|
13293
13291
|
|
|
13294
|
-
// ../../node_modules
|
|
13292
|
+
// ../../node_modules/dom-accessibility-api/dist/accessible-description.mjs
|
|
13295
13293
|
function _typeof2(obj) {
|
|
13296
13294
|
"@babel/helpers - typeof";
|
|
13297
13295
|
return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
@@ -13358,7 +13356,7 @@ function computeAccessibleDescription(root) {
|
|
|
13358
13356
|
return description;
|
|
13359
13357
|
}
|
|
13360
13358
|
|
|
13361
|
-
// ../../node_modules
|
|
13359
|
+
// ../../node_modules/dom-accessibility-api/dist/accessible-name.mjs
|
|
13362
13360
|
function prohibitsNaming(node) {
|
|
13363
13361
|
return hasAnyConcreteRoles(node, ["caption", "code", "deletion", "emphasis", "generic", "insertion", "paragraph", "presentation", "strong", "subscript", "superscript"]);
|
|
13364
13362
|
}
|
|
@@ -16625,7 +16623,7 @@ function $d708735ed1303b43$var$addParent(obj, parent) {
|
|
|
16625
16623
|
var $d708735ed1303b43$export$2e2bcd8739ae039 = $d708735ed1303b43$export$98e6a39c04603d36;
|
|
16626
16624
|
var $149c1bd638913645$export$98e6a39c04603d36 = (0, $d708735ed1303b43$export$2e2bcd8739ae039);
|
|
16627
16625
|
|
|
16628
|
-
// ../../node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
|
|
16626
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
|
|
16629
16627
|
var toStr2 = Object.prototype.toString;
|
|
16630
16628
|
function isCallable2(fn) {
|
|
16631
16629
|
return typeof fn === "function" || toStr2.call(fn) === "[object Function]";
|
|
@@ -16673,7 +16671,7 @@ function arrayFrom2(arrayLike, mapFn) {
|
|
|
16673
16671
|
return A;
|
|
16674
16672
|
}
|
|
16675
16673
|
|
|
16676
|
-
// ../../node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
|
|
16674
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
|
|
16677
16675
|
function _typeof3(o) {
|
|
16678
16676
|
"@babel/helpers - typeof";
|
|
16679
16677
|
return _typeof3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -16777,7 +16775,7 @@ var SetLike2 = /* @__PURE__ */ function() {
|
|
|
16777
16775
|
}();
|
|
16778
16776
|
var SetLike_default2 = typeof Set === "undefined" ? Set : SetLike2;
|
|
16779
16777
|
|
|
16780
|
-
// ../../node_modules/dom-accessibility-api/dist/getRole.mjs
|
|
16778
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/getRole.mjs
|
|
16781
16779
|
function getLocalName2(element) {
|
|
16782
16780
|
var _element$localName;
|
|
16783
16781
|
return (
|
|
@@ -16962,7 +16960,7 @@ function getExplicitRole2(element) {
|
|
|
16962
16960
|
return null;
|
|
16963
16961
|
}
|
|
16964
16962
|
|
|
16965
|
-
// ../../node_modules/dom-accessibility-api/dist/util.mjs
|
|
16963
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/util.mjs
|
|
16966
16964
|
var presentationRoles = ["presentation", "none"];
|
|
16967
16965
|
function isElement2(node) {
|
|
16968
16966
|
return node !== null && node.nodeType === node.ELEMENT_NODE;
|
|
@@ -17032,7 +17030,7 @@ function hasAnyConcreteRoles2(node, roles3) {
|
|
|
17032
17030
|
return false;
|
|
17033
17031
|
}
|
|
17034
17032
|
|
|
17035
|
-
// ../../node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
|
|
17033
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
|
|
17036
17034
|
function asFlatString2(s) {
|
|
17037
17035
|
return s.trim().replace(/\s\s+/g, " ");
|
|
17038
17036
|
}
|
|
@@ -17401,7 +17399,7 @@ function computeTextAlternative2(root) {
|
|
|
17401
17399
|
}));
|
|
17402
17400
|
}
|
|
17403
17401
|
|
|
17404
|
-
// ../../node_modules/dom-accessibility-api/dist/accessible-description.mjs
|
|
17402
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs
|
|
17405
17403
|
function _typeof4(o) {
|
|
17406
17404
|
"@babel/helpers - typeof";
|
|
17407
17405
|
return _typeof4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -17472,7 +17470,7 @@ function computeAccessibleDescription2(root) {
|
|
|
17472
17470
|
return description;
|
|
17473
17471
|
}
|
|
17474
17472
|
|
|
17475
|
-
// ../../node_modules/dom-accessibility-api/dist/accessible-name.mjs
|
|
17473
|
+
// ../../node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs
|
|
17476
17474
|
function prohibitsNaming2(node) {
|
|
17477
17475
|
return hasAnyConcreteRoles2(node, ["caption", "code", "deletion", "emphasis", "generic", "insertion", "none", "paragraph", "presentation", "strong", "subscript", "superscript"]);
|
|
17478
17476
|
}
|