@react-spectrum/dialog 3.8.8 → 3.8.10
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/AlertDialog.main.js +98 -0
- package/dist/AlertDialog.main.js.map +1 -0
- package/dist/AlertDialog.mjs +93 -0
- package/dist/AlertDialog.module.js +93 -0
- package/dist/AlertDialog.module.js.map +1 -0
- package/dist/Dialog.main.js +135 -0
- package/dist/Dialog.main.js.map +1 -0
- package/dist/Dialog.mjs +130 -0
- package/dist/Dialog.module.js +130 -0
- package/dist/Dialog.module.js.map +1 -0
- package/dist/DialogContainer.main.js +63 -0
- package/dist/DialogContainer.main.js.map +1 -0
- package/dist/DialogContainer.mjs +54 -0
- package/dist/DialogContainer.module.js +54 -0
- package/dist/DialogContainer.module.js.map +1 -0
- package/dist/DialogTrigger.main.js +162 -0
- package/dist/DialogTrigger.main.js.map +1 -0
- package/dist/DialogTrigger.mjs +153 -0
- package/dist/DialogTrigger.module.js +153 -0
- package/dist/DialogTrigger.module.js.map +1 -0
- package/dist/ar-AE.main.js +7 -0
- package/dist/ar-AE.main.js.map +1 -0
- package/dist/ar-AE.mjs +9 -0
- package/dist/ar-AE.module.js +9 -0
- package/dist/ar-AE.module.js.map +1 -0
- package/dist/bg-BG.main.js +7 -0
- package/dist/bg-BG.main.js.map +1 -0
- package/dist/bg-BG.mjs +9 -0
- package/dist/bg-BG.module.js +9 -0
- package/dist/bg-BG.module.js.map +1 -0
- package/dist/context.main.js +27 -0
- package/dist/context.main.js.map +1 -0
- package/dist/context.mjs +18 -0
- package/dist/context.module.js +18 -0
- package/dist/context.module.js.map +1 -0
- package/dist/cs-CZ.main.js +7 -0
- package/dist/cs-CZ.main.js.map +1 -0
- package/dist/cs-CZ.mjs +9 -0
- package/dist/cs-CZ.module.js +9 -0
- package/dist/cs-CZ.module.js.map +1 -0
- package/dist/da-DK.main.js +7 -0
- package/dist/da-DK.main.js.map +1 -0
- package/dist/da-DK.mjs +9 -0
- package/dist/da-DK.module.js +9 -0
- package/dist/da-DK.module.js.map +1 -0
- package/dist/de-DE.main.js +7 -0
- package/dist/de-DE.main.js.map +1 -0
- package/dist/de-DE.mjs +9 -0
- package/dist/de-DE.module.js +9 -0
- package/dist/de-DE.module.js.map +1 -0
- package/dist/dialog_vars_css.main.js +161 -0
- package/dist/dialog_vars_css.main.js.map +1 -0
- package/dist/dialog_vars_css.mjs +163 -0
- package/dist/dialog_vars_css.module.js +163 -0
- package/dist/dialog_vars_css.module.js.map +1 -0
- package/dist/el-GR.main.js +7 -0
- package/dist/el-GR.main.js.map +1 -0
- package/dist/el-GR.mjs +9 -0
- package/dist/el-GR.module.js +9 -0
- package/dist/el-GR.module.js.map +1 -0
- package/dist/en-US.main.js +7 -0
- package/dist/en-US.main.js.map +1 -0
- package/dist/en-US.mjs +9 -0
- package/dist/en-US.module.js +9 -0
- package/dist/en-US.module.js.map +1 -0
- package/dist/es-ES.main.js +7 -0
- package/dist/es-ES.main.js.map +1 -0
- package/dist/es-ES.mjs +9 -0
- package/dist/es-ES.module.js +9 -0
- package/dist/es-ES.module.js.map +1 -0
- package/dist/et-EE.main.js +7 -0
- package/dist/et-EE.main.js.map +1 -0
- package/dist/et-EE.mjs +9 -0
- package/dist/et-EE.module.js +9 -0
- package/dist/et-EE.module.js.map +1 -0
- package/dist/fi-FI.main.js +7 -0
- package/dist/fi-FI.main.js.map +1 -0
- package/dist/fi-FI.mjs +9 -0
- package/dist/fi-FI.module.js +9 -0
- package/dist/fi-FI.module.js.map +1 -0
- package/dist/fr-FR.main.js +7 -0
- package/dist/fr-FR.main.js.map +1 -0
- package/dist/fr-FR.mjs +9 -0
- package/dist/fr-FR.module.js +9 -0
- package/dist/fr-FR.module.js.map +1 -0
- package/dist/he-IL.main.js +7 -0
- package/dist/he-IL.main.js.map +1 -0
- package/dist/he-IL.mjs +9 -0
- package/dist/he-IL.module.js +9 -0
- package/dist/he-IL.module.js.map +1 -0
- package/dist/hr-HR.main.js +7 -0
- package/dist/hr-HR.main.js.map +1 -0
- package/dist/hr-HR.mjs +9 -0
- package/dist/hr-HR.module.js +9 -0
- package/dist/hr-HR.module.js.map +1 -0
- package/dist/hu-HU.main.js +7 -0
- package/dist/hu-HU.main.js.map +1 -0
- package/dist/hu-HU.mjs +9 -0
- package/dist/hu-HU.module.js +9 -0
- package/dist/hu-HU.module.js.map +1 -0
- package/dist/import.mjs +5 -862
- package/dist/intlStrings.main.js +108 -0
- package/dist/intlStrings.main.js.map +1 -0
- package/dist/intlStrings.mjs +110 -0
- package/dist/intlStrings.module.js +110 -0
- package/dist/intlStrings.module.js.map +1 -0
- package/dist/it-IT.main.js +7 -0
- package/dist/it-IT.main.js.map +1 -0
- package/dist/it-IT.mjs +9 -0
- package/dist/it-IT.module.js +9 -0
- package/dist/it-IT.module.js.map +1 -0
- package/dist/ja-JP.main.js +7 -0
- package/dist/ja-JP.main.js.map +1 -0
- package/dist/ja-JP.mjs +9 -0
- package/dist/ja-JP.module.js +9 -0
- package/dist/ja-JP.module.js.map +1 -0
- package/dist/ko-KR.main.js +7 -0
- package/dist/ko-KR.main.js.map +1 -0
- package/dist/ko-KR.mjs +9 -0
- package/dist/ko-KR.module.js +9 -0
- package/dist/ko-KR.module.js.map +1 -0
- package/dist/lt-LT.main.js +7 -0
- package/dist/lt-LT.main.js.map +1 -0
- package/dist/lt-LT.mjs +9 -0
- package/dist/lt-LT.module.js +9 -0
- package/dist/lt-LT.module.js.map +1 -0
- package/dist/lv-LV.main.js +7 -0
- package/dist/lv-LV.main.js.map +1 -0
- package/dist/lv-LV.mjs +9 -0
- package/dist/lv-LV.module.js +9 -0
- package/dist/lv-LV.module.js.map +1 -0
- package/dist/main.js +10 -863
- package/dist/main.js.map +1 -1
- package/dist/module.js +5 -862
- package/dist/module.js.map +1 -1
- package/dist/nb-NO.main.js +7 -0
- package/dist/nb-NO.main.js.map +1 -0
- package/dist/nb-NO.mjs +9 -0
- package/dist/nb-NO.module.js +9 -0
- package/dist/nb-NO.module.js.map +1 -0
- package/dist/nl-NL.main.js +7 -0
- package/dist/nl-NL.main.js.map +1 -0
- package/dist/nl-NL.mjs +9 -0
- package/dist/nl-NL.module.js +9 -0
- package/dist/nl-NL.module.js.map +1 -0
- package/dist/pl-PL.main.js +7 -0
- package/dist/pl-PL.main.js.map +1 -0
- package/dist/pl-PL.mjs +9 -0
- package/dist/pl-PL.module.js +9 -0
- package/dist/pl-PL.module.js.map +1 -0
- package/dist/pt-BR.main.js +7 -0
- package/dist/pt-BR.main.js.map +1 -0
- package/dist/pt-BR.mjs +9 -0
- package/dist/pt-BR.module.js +9 -0
- package/dist/pt-BR.module.js.map +1 -0
- package/dist/pt-PT.main.js +7 -0
- package/dist/pt-PT.main.js.map +1 -0
- package/dist/pt-PT.mjs +9 -0
- package/dist/pt-PT.module.js +9 -0
- package/dist/pt-PT.module.js.map +1 -0
- package/dist/ro-RO.main.js +7 -0
- package/dist/ro-RO.main.js.map +1 -0
- package/dist/ro-RO.mjs +9 -0
- package/dist/ro-RO.module.js +9 -0
- package/dist/ro-RO.module.js.map +1 -0
- package/dist/ru-RU.main.js +7 -0
- package/dist/ru-RU.main.js.map +1 -0
- package/dist/ru-RU.mjs +9 -0
- package/dist/ru-RU.module.js +9 -0
- package/dist/ru-RU.module.js.map +1 -0
- package/dist/sk-SK.main.js +7 -0
- package/dist/sk-SK.main.js.map +1 -0
- package/dist/sk-SK.mjs +9 -0
- package/dist/sk-SK.module.js +9 -0
- package/dist/sk-SK.module.js.map +1 -0
- package/dist/sl-SI.main.js +7 -0
- package/dist/sl-SI.main.js.map +1 -0
- package/dist/sl-SI.mjs +9 -0
- package/dist/sl-SI.module.js +9 -0
- package/dist/sl-SI.module.js.map +1 -0
- package/dist/sr-SP.main.js +7 -0
- package/dist/sr-SP.main.js.map +1 -0
- package/dist/sr-SP.mjs +9 -0
- package/dist/sr-SP.module.js +9 -0
- package/dist/sr-SP.module.js.map +1 -0
- package/dist/sv-SE.main.js +7 -0
- package/dist/sv-SE.main.js.map +1 -0
- package/dist/sv-SE.mjs +9 -0
- package/dist/sv-SE.module.js +9 -0
- package/dist/sv-SE.module.js.map +1 -0
- package/dist/tr-TR.main.js +7 -0
- package/dist/tr-TR.main.js.map +1 -0
- package/dist/tr-TR.mjs +9 -0
- package/dist/tr-TR.module.js +9 -0
- package/dist/tr-TR.module.js.map +1 -0
- package/dist/types.d.ts +3 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/uk-UA.main.js +7 -0
- package/dist/uk-UA.main.js.map +1 -0
- package/dist/uk-UA.mjs +9 -0
- package/dist/uk-UA.module.js +9 -0
- package/dist/uk-UA.module.js.map +1 -0
- package/dist/useDialogContainer.main.js +34 -0
- package/dist/useDialogContainer.main.js.map +1 -0
- package/dist/useDialogContainer.mjs +29 -0
- package/dist/useDialogContainer.module.js +29 -0
- package/dist/useDialogContainer.module.js.map +1 -0
- package/dist/vars.6a3d7df3.css +519 -0
- package/dist/vars.6a3d7df3.css.map +1 -0
- package/dist/zh-CN.main.js +7 -0
- package/dist/zh-CN.main.js.map +1 -0
- package/dist/zh-CN.mjs +9 -0
- package/dist/zh-CN.module.js +9 -0
- package/dist/zh-CN.module.js.map +1 -0
- package/dist/zh-TW.main.js +7 -0
- package/dist/zh-TW.main.js.map +1 -0
- package/dist/zh-TW.mjs +9 -0
- package/dist/zh-TW.module.js +9 -0
- package/dist/zh-TW.module.js.map +1 -0
- package/package.json +21 -21
- package/dist/main.css +0 -1
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
var $a55551a02f9dcb5c$exports = require("./ar-AE.main.js");
|
|
2
|
+
var $d9c7f58ad2bbfa4c$exports = require("./bg-BG.main.js");
|
|
3
|
+
var $cc8c40dafb8d03b0$exports = require("./cs-CZ.main.js");
|
|
4
|
+
var $d970ec0fa7e711e7$exports = require("./da-DK.main.js");
|
|
5
|
+
var $c619cc654d2ca674$exports = require("./de-DE.main.js");
|
|
6
|
+
var $2d258a772c4fa392$exports = require("./el-GR.main.js");
|
|
7
|
+
var $88f649eb626e5bda$exports = require("./en-US.main.js");
|
|
8
|
+
var $4cd7244dbd86e2ba$exports = require("./es-ES.main.js");
|
|
9
|
+
var $86a88b5d274957dd$exports = require("./et-EE.main.js");
|
|
10
|
+
var $6b6909c1e7df2772$exports = require("./fi-FI.main.js");
|
|
11
|
+
var $c05d64ee0d510606$exports = require("./fr-FR.main.js");
|
|
12
|
+
var $b54ffde1ebba1e69$exports = require("./he-IL.main.js");
|
|
13
|
+
var $6d5732627fd95466$exports = require("./hr-HR.main.js");
|
|
14
|
+
var $525291eaaaf36ab1$exports = require("./hu-HU.main.js");
|
|
15
|
+
var $6dc44201330bcb0a$exports = require("./it-IT.main.js");
|
|
16
|
+
var $38fba7087c48d89b$exports = require("./ja-JP.main.js");
|
|
17
|
+
var $0d321e557ee0ff2b$exports = require("./ko-KR.main.js");
|
|
18
|
+
var $81ef7c03f6531c38$exports = require("./lt-LT.main.js");
|
|
19
|
+
var $dab9caf08f2773b2$exports = require("./lv-LV.main.js");
|
|
20
|
+
var $8af697b2f49b994d$exports = require("./nb-NO.main.js");
|
|
21
|
+
var $94b03262a47d5c5b$exports = require("./nl-NL.main.js");
|
|
22
|
+
var $9531f14fa20d8709$exports = require("./pl-PL.main.js");
|
|
23
|
+
var $d9e8b49831ccbf2a$exports = require("./pt-BR.main.js");
|
|
24
|
+
var $6a11f56de734f9d5$exports = require("./pt-PT.main.js");
|
|
25
|
+
var $e6f020c13f71513f$exports = require("./ro-RO.main.js");
|
|
26
|
+
var $3268a43e923b3cbf$exports = require("./ru-RU.main.js");
|
|
27
|
+
var $ff45268c9e1a78be$exports = require("./sk-SK.main.js");
|
|
28
|
+
var $f2cb6f88707095ee$exports = require("./sl-SI.main.js");
|
|
29
|
+
var $ece68e97a81612d8$exports = require("./sr-SP.main.js");
|
|
30
|
+
var $cce4ae8855cd8246$exports = require("./sv-SE.main.js");
|
|
31
|
+
var $763283ab7e680652$exports = require("./tr-TR.main.js");
|
|
32
|
+
var $ec9a4b7a09770ea4$exports = require("./uk-UA.main.js");
|
|
33
|
+
var $56f81c88b16f2b96$exports = require("./zh-CN.main.js");
|
|
34
|
+
var $6fb708b0a8fb135e$exports = require("./zh-TW.main.js");
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
module.exports = {
|
|
71
|
+
"ar-AE": $a55551a02f9dcb5c$exports,
|
|
72
|
+
"bg-BG": $d9c7f58ad2bbfa4c$exports,
|
|
73
|
+
"cs-CZ": $cc8c40dafb8d03b0$exports,
|
|
74
|
+
"da-DK": $d970ec0fa7e711e7$exports,
|
|
75
|
+
"de-DE": $c619cc654d2ca674$exports,
|
|
76
|
+
"el-GR": $2d258a772c4fa392$exports,
|
|
77
|
+
"en-US": $88f649eb626e5bda$exports,
|
|
78
|
+
"es-ES": $4cd7244dbd86e2ba$exports,
|
|
79
|
+
"et-EE": $86a88b5d274957dd$exports,
|
|
80
|
+
"fi-FI": $6b6909c1e7df2772$exports,
|
|
81
|
+
"fr-FR": $c05d64ee0d510606$exports,
|
|
82
|
+
"he-IL": $b54ffde1ebba1e69$exports,
|
|
83
|
+
"hr-HR": $6d5732627fd95466$exports,
|
|
84
|
+
"hu-HU": $525291eaaaf36ab1$exports,
|
|
85
|
+
"it-IT": $6dc44201330bcb0a$exports,
|
|
86
|
+
"ja-JP": $38fba7087c48d89b$exports,
|
|
87
|
+
"ko-KR": $0d321e557ee0ff2b$exports,
|
|
88
|
+
"lt-LT": $81ef7c03f6531c38$exports,
|
|
89
|
+
"lv-LV": $dab9caf08f2773b2$exports,
|
|
90
|
+
"nb-NO": $8af697b2f49b994d$exports,
|
|
91
|
+
"nl-NL": $94b03262a47d5c5b$exports,
|
|
92
|
+
"pl-PL": $9531f14fa20d8709$exports,
|
|
93
|
+
"pt-BR": $d9e8b49831ccbf2a$exports,
|
|
94
|
+
"pt-PT": $6a11f56de734f9d5$exports,
|
|
95
|
+
"ro-RO": $e6f020c13f71513f$exports,
|
|
96
|
+
"ru-RU": $3268a43e923b3cbf$exports,
|
|
97
|
+
"sk-SK": $ff45268c9e1a78be$exports,
|
|
98
|
+
"sl-SI": $f2cb6f88707095ee$exports,
|
|
99
|
+
"sr-SP": $ece68e97a81612d8$exports,
|
|
100
|
+
"sv-SE": $cce4ae8855cd8246$exports,
|
|
101
|
+
"tr-TR": $763283ab7e680652$exports,
|
|
102
|
+
"uk-UA": $ec9a4b7a09770ea4$exports,
|
|
103
|
+
"zh-CN": $56f81c88b16f2b96$exports,
|
|
104
|
+
"zh-TW": $6fb708b0a8fb135e$exports
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
//# sourceMappingURL=intlStrings.main.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,iBAAiB;IACf,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;AACX","sources":["packages/@react-spectrum/dialog/src/*.js"],"sourcesContent":["const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}"],"names":[],"version":3,"file":"intlStrings.main.js.map"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import $lJwW1$arAEmodulejs from "./ar-AE.mjs";
|
|
2
|
+
import $lJwW1$bgBGmodulejs from "./bg-BG.mjs";
|
|
3
|
+
import $lJwW1$csCZmodulejs from "./cs-CZ.mjs";
|
|
4
|
+
import $lJwW1$daDKmodulejs from "./da-DK.mjs";
|
|
5
|
+
import $lJwW1$deDEmodulejs from "./de-DE.mjs";
|
|
6
|
+
import $lJwW1$elGRmodulejs from "./el-GR.mjs";
|
|
7
|
+
import $lJwW1$enUSmodulejs from "./en-US.mjs";
|
|
8
|
+
import $lJwW1$esESmodulejs from "./es-ES.mjs";
|
|
9
|
+
import $lJwW1$etEEmodulejs from "./et-EE.mjs";
|
|
10
|
+
import $lJwW1$fiFImodulejs from "./fi-FI.mjs";
|
|
11
|
+
import $lJwW1$frFRmodulejs from "./fr-FR.mjs";
|
|
12
|
+
import $lJwW1$heILmodulejs from "./he-IL.mjs";
|
|
13
|
+
import $lJwW1$hrHRmodulejs from "./hr-HR.mjs";
|
|
14
|
+
import $lJwW1$huHUmodulejs from "./hu-HU.mjs";
|
|
15
|
+
import $lJwW1$itITmodulejs from "./it-IT.mjs";
|
|
16
|
+
import $lJwW1$jaJPmodulejs from "./ja-JP.mjs";
|
|
17
|
+
import $lJwW1$koKRmodulejs from "./ko-KR.mjs";
|
|
18
|
+
import $lJwW1$ltLTmodulejs from "./lt-LT.mjs";
|
|
19
|
+
import $lJwW1$lvLVmodulejs from "./lv-LV.mjs";
|
|
20
|
+
import $lJwW1$nbNOmodulejs from "./nb-NO.mjs";
|
|
21
|
+
import $lJwW1$nlNLmodulejs from "./nl-NL.mjs";
|
|
22
|
+
import $lJwW1$plPLmodulejs from "./pl-PL.mjs";
|
|
23
|
+
import $lJwW1$ptBRmodulejs from "./pt-BR.mjs";
|
|
24
|
+
import $lJwW1$ptPTmodulejs from "./pt-PT.mjs";
|
|
25
|
+
import $lJwW1$roROmodulejs from "./ro-RO.mjs";
|
|
26
|
+
import $lJwW1$ruRUmodulejs from "./ru-RU.mjs";
|
|
27
|
+
import $lJwW1$skSKmodulejs from "./sk-SK.mjs";
|
|
28
|
+
import $lJwW1$slSImodulejs from "./sl-SI.mjs";
|
|
29
|
+
import $lJwW1$srSPmodulejs from "./sr-SP.mjs";
|
|
30
|
+
import $lJwW1$svSEmodulejs from "./sv-SE.mjs";
|
|
31
|
+
import $lJwW1$trTRmodulejs from "./tr-TR.mjs";
|
|
32
|
+
import $lJwW1$ukUAmodulejs from "./uk-UA.mjs";
|
|
33
|
+
import $lJwW1$zhCNmodulejs from "./zh-CN.mjs";
|
|
34
|
+
import $lJwW1$zhTWmodulejs from "./zh-TW.mjs";
|
|
35
|
+
|
|
36
|
+
var $f3fff851f5cc5a1e$exports = {};
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
$f3fff851f5cc5a1e$exports = {
|
|
72
|
+
"ar-AE": $lJwW1$arAEmodulejs,
|
|
73
|
+
"bg-BG": $lJwW1$bgBGmodulejs,
|
|
74
|
+
"cs-CZ": $lJwW1$csCZmodulejs,
|
|
75
|
+
"da-DK": $lJwW1$daDKmodulejs,
|
|
76
|
+
"de-DE": $lJwW1$deDEmodulejs,
|
|
77
|
+
"el-GR": $lJwW1$elGRmodulejs,
|
|
78
|
+
"en-US": $lJwW1$enUSmodulejs,
|
|
79
|
+
"es-ES": $lJwW1$esESmodulejs,
|
|
80
|
+
"et-EE": $lJwW1$etEEmodulejs,
|
|
81
|
+
"fi-FI": $lJwW1$fiFImodulejs,
|
|
82
|
+
"fr-FR": $lJwW1$frFRmodulejs,
|
|
83
|
+
"he-IL": $lJwW1$heILmodulejs,
|
|
84
|
+
"hr-HR": $lJwW1$hrHRmodulejs,
|
|
85
|
+
"hu-HU": $lJwW1$huHUmodulejs,
|
|
86
|
+
"it-IT": $lJwW1$itITmodulejs,
|
|
87
|
+
"ja-JP": $lJwW1$jaJPmodulejs,
|
|
88
|
+
"ko-KR": $lJwW1$koKRmodulejs,
|
|
89
|
+
"lt-LT": $lJwW1$ltLTmodulejs,
|
|
90
|
+
"lv-LV": $lJwW1$lvLVmodulejs,
|
|
91
|
+
"nb-NO": $lJwW1$nbNOmodulejs,
|
|
92
|
+
"nl-NL": $lJwW1$nlNLmodulejs,
|
|
93
|
+
"pl-PL": $lJwW1$plPLmodulejs,
|
|
94
|
+
"pt-BR": $lJwW1$ptBRmodulejs,
|
|
95
|
+
"pt-PT": $lJwW1$ptPTmodulejs,
|
|
96
|
+
"ro-RO": $lJwW1$roROmodulejs,
|
|
97
|
+
"ru-RU": $lJwW1$ruRUmodulejs,
|
|
98
|
+
"sk-SK": $lJwW1$skSKmodulejs,
|
|
99
|
+
"sl-SI": $lJwW1$slSImodulejs,
|
|
100
|
+
"sr-SP": $lJwW1$srSPmodulejs,
|
|
101
|
+
"sv-SE": $lJwW1$svSEmodulejs,
|
|
102
|
+
"tr-TR": $lJwW1$trTRmodulejs,
|
|
103
|
+
"uk-UA": $lJwW1$ukUAmodulejs,
|
|
104
|
+
"zh-CN": $lJwW1$zhCNmodulejs,
|
|
105
|
+
"zh-TW": $lJwW1$zhTWmodulejs
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
export {$f3fff851f5cc5a1e$exports as default};
|
|
110
|
+
//# sourceMappingURL=intlStrings.mjs.map
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import $lJwW1$arAEmodulejs from "./ar-AE.module.js";
|
|
2
|
+
import $lJwW1$bgBGmodulejs from "./bg-BG.module.js";
|
|
3
|
+
import $lJwW1$csCZmodulejs from "./cs-CZ.module.js";
|
|
4
|
+
import $lJwW1$daDKmodulejs from "./da-DK.module.js";
|
|
5
|
+
import $lJwW1$deDEmodulejs from "./de-DE.module.js";
|
|
6
|
+
import $lJwW1$elGRmodulejs from "./el-GR.module.js";
|
|
7
|
+
import $lJwW1$enUSmodulejs from "./en-US.module.js";
|
|
8
|
+
import $lJwW1$esESmodulejs from "./es-ES.module.js";
|
|
9
|
+
import $lJwW1$etEEmodulejs from "./et-EE.module.js";
|
|
10
|
+
import $lJwW1$fiFImodulejs from "./fi-FI.module.js";
|
|
11
|
+
import $lJwW1$frFRmodulejs from "./fr-FR.module.js";
|
|
12
|
+
import $lJwW1$heILmodulejs from "./he-IL.module.js";
|
|
13
|
+
import $lJwW1$hrHRmodulejs from "./hr-HR.module.js";
|
|
14
|
+
import $lJwW1$huHUmodulejs from "./hu-HU.module.js";
|
|
15
|
+
import $lJwW1$itITmodulejs from "./it-IT.module.js";
|
|
16
|
+
import $lJwW1$jaJPmodulejs from "./ja-JP.module.js";
|
|
17
|
+
import $lJwW1$koKRmodulejs from "./ko-KR.module.js";
|
|
18
|
+
import $lJwW1$ltLTmodulejs from "./lt-LT.module.js";
|
|
19
|
+
import $lJwW1$lvLVmodulejs from "./lv-LV.module.js";
|
|
20
|
+
import $lJwW1$nbNOmodulejs from "./nb-NO.module.js";
|
|
21
|
+
import $lJwW1$nlNLmodulejs from "./nl-NL.module.js";
|
|
22
|
+
import $lJwW1$plPLmodulejs from "./pl-PL.module.js";
|
|
23
|
+
import $lJwW1$ptBRmodulejs from "./pt-BR.module.js";
|
|
24
|
+
import $lJwW1$ptPTmodulejs from "./pt-PT.module.js";
|
|
25
|
+
import $lJwW1$roROmodulejs from "./ro-RO.module.js";
|
|
26
|
+
import $lJwW1$ruRUmodulejs from "./ru-RU.module.js";
|
|
27
|
+
import $lJwW1$skSKmodulejs from "./sk-SK.module.js";
|
|
28
|
+
import $lJwW1$slSImodulejs from "./sl-SI.module.js";
|
|
29
|
+
import $lJwW1$srSPmodulejs from "./sr-SP.module.js";
|
|
30
|
+
import $lJwW1$svSEmodulejs from "./sv-SE.module.js";
|
|
31
|
+
import $lJwW1$trTRmodulejs from "./tr-TR.module.js";
|
|
32
|
+
import $lJwW1$ukUAmodulejs from "./uk-UA.module.js";
|
|
33
|
+
import $lJwW1$zhCNmodulejs from "./zh-CN.module.js";
|
|
34
|
+
import $lJwW1$zhTWmodulejs from "./zh-TW.module.js";
|
|
35
|
+
|
|
36
|
+
var $f3fff851f5cc5a1e$exports = {};
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
$f3fff851f5cc5a1e$exports = {
|
|
72
|
+
"ar-AE": $lJwW1$arAEmodulejs,
|
|
73
|
+
"bg-BG": $lJwW1$bgBGmodulejs,
|
|
74
|
+
"cs-CZ": $lJwW1$csCZmodulejs,
|
|
75
|
+
"da-DK": $lJwW1$daDKmodulejs,
|
|
76
|
+
"de-DE": $lJwW1$deDEmodulejs,
|
|
77
|
+
"el-GR": $lJwW1$elGRmodulejs,
|
|
78
|
+
"en-US": $lJwW1$enUSmodulejs,
|
|
79
|
+
"es-ES": $lJwW1$esESmodulejs,
|
|
80
|
+
"et-EE": $lJwW1$etEEmodulejs,
|
|
81
|
+
"fi-FI": $lJwW1$fiFImodulejs,
|
|
82
|
+
"fr-FR": $lJwW1$frFRmodulejs,
|
|
83
|
+
"he-IL": $lJwW1$heILmodulejs,
|
|
84
|
+
"hr-HR": $lJwW1$hrHRmodulejs,
|
|
85
|
+
"hu-HU": $lJwW1$huHUmodulejs,
|
|
86
|
+
"it-IT": $lJwW1$itITmodulejs,
|
|
87
|
+
"ja-JP": $lJwW1$jaJPmodulejs,
|
|
88
|
+
"ko-KR": $lJwW1$koKRmodulejs,
|
|
89
|
+
"lt-LT": $lJwW1$ltLTmodulejs,
|
|
90
|
+
"lv-LV": $lJwW1$lvLVmodulejs,
|
|
91
|
+
"nb-NO": $lJwW1$nbNOmodulejs,
|
|
92
|
+
"nl-NL": $lJwW1$nlNLmodulejs,
|
|
93
|
+
"pl-PL": $lJwW1$plPLmodulejs,
|
|
94
|
+
"pt-BR": $lJwW1$ptBRmodulejs,
|
|
95
|
+
"pt-PT": $lJwW1$ptPTmodulejs,
|
|
96
|
+
"ro-RO": $lJwW1$roROmodulejs,
|
|
97
|
+
"ru-RU": $lJwW1$ruRUmodulejs,
|
|
98
|
+
"sk-SK": $lJwW1$skSKmodulejs,
|
|
99
|
+
"sl-SI": $lJwW1$slSImodulejs,
|
|
100
|
+
"sr-SP": $lJwW1$srSPmodulejs,
|
|
101
|
+
"sv-SE": $lJwW1$svSEmodulejs,
|
|
102
|
+
"tr-TR": $lJwW1$trTRmodulejs,
|
|
103
|
+
"uk-UA": $lJwW1$ukUAmodulejs,
|
|
104
|
+
"zh-CN": $lJwW1$zhCNmodulejs,
|
|
105
|
+
"zh-TW": $lJwW1$zhTWmodulejs
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
export {$f3fff851f5cc5a1e$exports as default};
|
|
110
|
+
//# sourceMappingURL=intlStrings.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,4BAAiB;IACf,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;AACX","sources":["packages/@react-spectrum/dialog/src/*.js"],"sourcesContent":["const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}"],"names":[],"version":3,"file":"intlStrings.module.js.map"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AAAA,iBAAiB;IAAG,SAAS,CAAC,MAAM,CAAC;IACnC,WAAW,CAAC,MAAM,CAAC;AACrB","sources":["packages/@react-spectrum/dialog/intl/it-IT.json"],"sourcesContent":["{\n \"alert\": \"Avviso\",\n \"dismiss\": \"Ignora\"\n}\n"],"names":[],"version":3,"file":"it-IT.main.js.map"}
|
package/dist/it-IT.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";AAAA,4BAAiB;IAAG,SAAS,CAAC,MAAM,CAAC;IACnC,WAAW,CAAC,MAAM,CAAC;AACrB","sources":["packages/@react-spectrum/dialog/intl/it-IT.json"],"sourcesContent":["{\n \"alert\": \"Avviso\",\n \"dismiss\": \"Ignora\"\n}\n"],"names":[],"version":3,"file":"it-IT.module.js.map"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AAAA,iBAAiB;IAAG,SAAS,CAAC,gCAAI,CAAC;IACjC,WAAW,CAAC,wBAAG,CAAC;AAClB","sources":["packages/@react-spectrum/dialog/intl/ja-JP.json"],"sourcesContent":["{\n \"alert\": \"アラート\",\n \"dismiss\": \"閉じる\"\n}\n"],"names":[],"version":3,"file":"ja-JP.main.js.map"}
|
package/dist/ja-JP.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";AAAA,4BAAiB;IAAG,SAAS,CAAC,gCAAI,CAAC;IACjC,WAAW,CAAC,wBAAG,CAAC;AAClB","sources":["packages/@react-spectrum/dialog/intl/ja-JP.json"],"sourcesContent":["{\n \"alert\": \"アラート\",\n \"dismiss\": \"閉じる\"\n}\n"],"names":[],"version":3,"file":"ja-JP.module.js.map"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AAAA,iBAAiB;IAAG,SAAS,CAAC,gBAAE,CAAC;IAC/B,WAAW,CAAC,gBAAE,CAAC;AACjB","sources":["packages/@react-spectrum/dialog/intl/ko-KR.json"],"sourcesContent":["{\n \"alert\": \"경고\",\n \"dismiss\": \"무시\"\n}\n"],"names":[],"version":3,"file":"ko-KR.main.js.map"}
|
package/dist/ko-KR.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";AAAA,4BAAiB;IAAG,SAAS,CAAC,gBAAE,CAAC;IAC/B,WAAW,CAAC,gBAAE,CAAC;AACjB","sources":["packages/@react-spectrum/dialog/intl/ko-KR.json"],"sourcesContent":["{\n \"alert\": \"경고\",\n \"dismiss\": \"무시\"\n}\n"],"names":[],"version":3,"file":"ko-KR.module.js.map"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AAAA,iBAAiB;IAAG,SAAS,CAAC,qBAAS,CAAC;IACtC,WAAW,CAAC,OAAO,CAAC;AACtB","sources":["packages/@react-spectrum/dialog/intl/lt-LT.json"],"sourcesContent":["{\n \"alert\": \"Įspėjimas\",\n \"dismiss\": \"Atmesti\"\n}\n"],"names":[],"version":3,"file":"lt-LT.main.js.map"}
|
package/dist/lt-LT.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";AAAA,4BAAiB;IAAG,SAAS,CAAC,qBAAS,CAAC;IACtC,WAAW,CAAC,OAAO,CAAC;AACtB","sources":["packages/@react-spectrum/dialog/intl/lt-LT.json"],"sourcesContent":["{\n \"alert\": \"Įspėjimas\",\n \"dismiss\": \"Atmesti\"\n}\n"],"names":[],"version":3,"file":"lt-LT.module.js.map"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AAAA,iBAAiB;IAAG,SAAS,CAAC,uBAAW,CAAC;IACxC,WAAW,CAAC,mBAAO,CAAC;AACtB","sources":["packages/@react-spectrum/dialog/intl/lv-LV.json"],"sourcesContent":["{\n \"alert\": \"Brīdinājums\",\n \"dismiss\": \"Nerādīt\"\n}\n"],"names":[],"version":3,"file":"lv-LV.main.js.map"}
|
package/dist/lv-LV.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";AAAA,4BAAiB;IAAG,SAAS,CAAC,uBAAW,CAAC;IACxC,WAAW,CAAC,mBAAO,CAAC;AACtB","sources":["packages/@react-spectrum/dialog/intl/lv-LV.json"],"sourcesContent":["{\n \"alert\": \"Brīdinājums\",\n \"dismiss\": \"Nerādīt\"\n}\n"],"names":[],"version":3,"file":"lv-LV.module.js.map"}
|