@wix/bex-utils 2.131.0 → 2.133.0
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/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +1305 -276
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +218 -116
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.d.ts +7 -8
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +1255 -263
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.mjs +1298 -325
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.mjs.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-P2YUYYLM.mjs +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-P2YUYYLM.mjs.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/{exports/testkit/common-errors_ja-73RRUZ7T.mjs → common-errors_ja-MS5PSRSC.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_ja-OOUHZN3G.mjs.map → common-errors_ja-MS5PSRSC.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_uk-TGSY773Q.mjs → common-errors_uk-G7XUMV2H.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_uk-TGSY773Q.mjs.map → common-errors_uk-G7XUMV2H.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.mjs +37 -8
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.mjs.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-EY6JYIPV.mjs +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-EY6JYIPV.mjs.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_ja-OOUHZN3G.mjs → exports/testkit/common-errors_ja-J6VU7MQY.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{common-errors_ja-73RRUZ7T.mjs.map → common-errors_ja-J6VU7MQY.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{common-errors_uk-5VEGIENP.mjs → common-errors_uk-T2LUNSSB.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{common-errors_uk-5VEGIENP.mjs.map → common-errors_uk-T2LUNSSB.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.d.mts +7 -8
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.mjs +1161 -230
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.mjs.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +12 -3
- package/package.json +3 -3
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +0 -359
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-UKK4LODD.mjs +0 -34
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-UKK4LODD.mjs.map +0 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-X2D2EJ6Z.mjs +0 -34
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-X2D2EJ6Z.mjs.map +0 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-bundled-mini-essentials",
|
|
3
|
-
"
|
|
4
|
-
"version": "2.87.0",
|
|
3
|
+
"version": "2.93.0",
|
|
5
4
|
"main": "dist/cjs/bex-bundled-mini-essentials.js",
|
|
6
5
|
"module": "dist/esm/bex-bundled-mini-essentials.mjs",
|
|
7
6
|
"types": "dist/cjs/bex-bundled-mini-essentials.d.ts",
|
|
@@ -55,5 +54,15 @@
|
|
|
55
54
|
"type-check"
|
|
56
55
|
]
|
|
57
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"publishConfig": {
|
|
59
|
+
"registry": "https://npm-cache.dev.wixpress.com/",
|
|
60
|
+
"access": "restricted"
|
|
61
|
+
},
|
|
62
|
+
"falconPackageHash": "1710836313eeff74e9fb907f5e0994e737a921216393aea1e66ec2e1",
|
|
63
|
+
"repository": {
|
|
64
|
+
"type": "git",
|
|
65
|
+
"url": "https://github.com/wix-private/patterns-deps.git",
|
|
66
|
+
"directory": "packages/bundled-mini-essentials"
|
|
58
67
|
}
|
|
59
|
-
}
|
|
68
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.133.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kobi",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@wix/ambassador-items-selection-spi-host-v1-provider": "^1.0.91",
|
|
64
64
|
"@wix/ambassador-media-site-media-v1-file-descriptor": "^1.0.127",
|
|
65
65
|
"@wix/ambassador-os-tags-v1-tag": "^1.0.51",
|
|
66
|
-
"@wix/bex-bundled-mini-essentials": "2.
|
|
66
|
+
"@wix/bex-bundled-mini-essentials": "2.93.0",
|
|
67
67
|
"@wix/bi-logger-os-data": "^1.310.0",
|
|
68
68
|
"@wix/eslint-config-yoshi": "^6.74.0",
|
|
69
69
|
"@wix/jest-yoshi-preset-base": "^6.74.0",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"wallaby": {
|
|
158
158
|
"autoDetect": true
|
|
159
159
|
},
|
|
160
|
-
"falconPackageHash": "
|
|
160
|
+
"falconPackageHash": "87b42565061dcdfc66b314e85d2ccad4cfbf6853a2cc00cf58d16eb4"
|
|
161
161
|
}
|
|
@@ -1,359 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [2.87.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.86.0...@wix/bex-bundled-mini-essentials@2.87.0) (2026-08-13)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
9
|
-
|
|
10
|
-
# [2.86.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.85.0...@wix/bex-bundled-mini-essentials@2.86.0) (2026-08-13)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
13
|
-
|
|
14
|
-
# [2.85.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.84.0...@wix/bex-bundled-mini-essentials@2.85.0) (2026-08-10)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
17
|
-
|
|
18
|
-
# [2.84.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.83.0...@wix/bex-bundled-mini-essentials@2.84.0) (2026-08-10)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
21
|
-
|
|
22
|
-
# [2.83.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.82.0...@wix/bex-bundled-mini-essentials@2.83.0) (2026-08-10)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
25
|
-
|
|
26
|
-
# [2.82.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.81.0...@wix/bex-bundled-mini-essentials@2.82.0) (2026-08-06)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
29
|
-
|
|
30
|
-
# [2.81.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.80.0...@wix/bex-bundled-mini-essentials@2.81.0) (2026-08-05)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
33
|
-
|
|
34
|
-
# [2.80.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.79.0...@wix/bex-bundled-mini-essentials@2.80.0) (2026-08-03)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
37
|
-
|
|
38
|
-
# [2.79.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.78.0...@wix/bex-bundled-mini-essentials@2.79.0) (2026-07-21)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
41
|
-
|
|
42
|
-
# [2.78.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.77.0...@wix/bex-bundled-mini-essentials@2.78.0) (2026-07-21)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
45
|
-
|
|
46
|
-
# [2.77.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.76.0...@wix/bex-bundled-mini-essentials@2.77.0) (2026-07-21)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
49
|
-
|
|
50
|
-
# [2.76.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.75.0...@wix/bex-bundled-mini-essentials@2.76.0) (2026-07-16)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
53
|
-
|
|
54
|
-
# [2.75.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.74.0...@wix/bex-bundled-mini-essentials@2.75.0) (2026-07-07)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
57
|
-
|
|
58
|
-
# [2.74.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.73.0...@wix/bex-bundled-mini-essentials@2.74.0) (2026-07-02)
|
|
59
|
-
|
|
60
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
61
|
-
|
|
62
|
-
# [2.73.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.72.0...@wix/bex-bundled-mini-essentials@2.73.0) (2026-07-01)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
65
|
-
|
|
66
|
-
# [2.72.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.71.0...@wix/bex-bundled-mini-essentials@2.72.0) (2026-06-30)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
69
|
-
|
|
70
|
-
# [2.71.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.70.0...@wix/bex-bundled-mini-essentials@2.71.0) (2026-06-22)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
73
|
-
|
|
74
|
-
# [2.70.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.69.0...@wix/bex-bundled-mini-essentials@2.70.0) (2026-06-21)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
77
|
-
|
|
78
|
-
# [2.69.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.68.0...@wix/bex-bundled-mini-essentials@2.69.0) (2026-06-18)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
81
|
-
|
|
82
|
-
# [2.68.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.67.0...@wix/bex-bundled-mini-essentials@2.68.0) (2026-06-18)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
85
|
-
|
|
86
|
-
# [2.67.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.66.0...@wix/bex-bundled-mini-essentials@2.67.0) (2026-06-17)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
89
|
-
|
|
90
|
-
# [2.66.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.65.0...@wix/bex-bundled-mini-essentials@2.66.0) (2026-06-17)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
93
|
-
|
|
94
|
-
# [2.65.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.64.0...@wix/bex-bundled-mini-essentials@2.65.0) (2026-06-15)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
97
|
-
|
|
98
|
-
# [2.64.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.63.0...@wix/bex-bundled-mini-essentials@2.64.0) (2026-06-11)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
101
|
-
|
|
102
|
-
# [2.63.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.62.0...@wix/bex-bundled-mini-essentials@2.63.0) (2026-06-10)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
105
|
-
|
|
106
|
-
# [2.62.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.61.0...@wix/bex-bundled-mini-essentials@2.62.0) (2026-06-10)
|
|
107
|
-
|
|
108
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
109
|
-
|
|
110
|
-
# [2.61.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.60.0...@wix/bex-bundled-mini-essentials@2.61.0) (2026-06-08)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
113
|
-
|
|
114
|
-
# [2.60.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.59.0...@wix/bex-bundled-mini-essentials@2.60.0) (2026-06-03)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
117
|
-
|
|
118
|
-
# [2.59.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.58.0...@wix/bex-bundled-mini-essentials@2.59.0) (2026-06-01)
|
|
119
|
-
|
|
120
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
121
|
-
|
|
122
|
-
# [2.58.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.57.0...@wix/bex-bundled-mini-essentials@2.58.0) (2026-05-31)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
125
|
-
|
|
126
|
-
# [2.57.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.56.0...@wix/bex-bundled-mini-essentials@2.57.0) (2026-05-24)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
129
|
-
|
|
130
|
-
# [2.56.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.55.0...@wix/bex-bundled-mini-essentials@2.56.0) (2026-05-17)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
133
|
-
|
|
134
|
-
# [2.55.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.54.0...@wix/bex-bundled-mini-essentials@2.55.0) (2026-05-17)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
137
|
-
|
|
138
|
-
# [2.54.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.53.0...@wix/bex-bundled-mini-essentials@2.54.0) (2026-05-04)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
141
|
-
|
|
142
|
-
# [2.53.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.52.0...@wix/bex-bundled-mini-essentials@2.53.0) (2026-04-28)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
145
|
-
|
|
146
|
-
# [2.52.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.51.0...@wix/bex-bundled-mini-essentials@2.52.0) (2026-04-28)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
149
|
-
|
|
150
|
-
# [2.51.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.50.0...@wix/bex-bundled-mini-essentials@2.51.0) (2026-04-20)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
153
|
-
|
|
154
|
-
# [2.50.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.49.0...@wix/bex-bundled-mini-essentials@2.50.0) (2026-04-20)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
157
|
-
|
|
158
|
-
# [2.49.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.48.0...@wix/bex-bundled-mini-essentials@2.49.0) (2026-04-20)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
161
|
-
|
|
162
|
-
# [2.48.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.46.0...@wix/bex-bundled-mini-essentials@2.48.0) (2026-04-16)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
165
|
-
|
|
166
|
-
# [2.47.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.46.0...@wix/bex-bundled-mini-essentials@2.47.0) (2026-04-16)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
169
|
-
|
|
170
|
-
# [2.46.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.45.0...@wix/bex-bundled-mini-essentials@2.46.0) (2026-03-30)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
173
|
-
|
|
174
|
-
# [2.45.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.44.0...@wix/bex-bundled-mini-essentials@2.45.0) (2026-03-26)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
177
|
-
|
|
178
|
-
# [2.44.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.43.0...@wix/bex-bundled-mini-essentials@2.44.0) (2026-03-23)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
181
|
-
|
|
182
|
-
# [2.43.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.42.0...@wix/bex-bundled-mini-essentials@2.43.0) (2026-03-23)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
185
|
-
|
|
186
|
-
# [2.42.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.41.0...@wix/bex-bundled-mini-essentials@2.42.0) (2026-03-19)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
189
|
-
|
|
190
|
-
# [2.41.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.40.0...@wix/bex-bundled-mini-essentials@2.41.0) (2026-03-11)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
193
|
-
|
|
194
|
-
# [2.40.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.38.0...@wix/bex-bundled-mini-essentials@2.40.0) (2026-02-02)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
197
|
-
|
|
198
|
-
# [2.39.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.38.0...@wix/bex-bundled-mini-essentials@2.39.0) (2026-02-02)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
201
|
-
|
|
202
|
-
# [2.38.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.37.0...@wix/bex-bundled-mini-essentials@2.38.0) (2025-12-04)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
205
|
-
|
|
206
|
-
# [2.37.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.35.0...@wix/bex-bundled-mini-essentials@2.37.0) (2025-11-27)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
209
|
-
|
|
210
|
-
# [2.36.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.35.0...@wix/bex-bundled-mini-essentials@2.36.0) (2025-11-27)
|
|
211
|
-
|
|
212
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
213
|
-
|
|
214
|
-
# [2.35.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.34.0...@wix/bex-bundled-mini-essentials@2.35.0) (2025-11-27)
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
217
|
-
|
|
218
|
-
# [2.34.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.33.0...@wix/bex-bundled-mini-essentials@2.34.0) (2025-11-23)
|
|
219
|
-
|
|
220
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
221
|
-
|
|
222
|
-
# [2.33.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.32.0...@wix/bex-bundled-mini-essentials@2.33.0) (2025-11-16)
|
|
223
|
-
|
|
224
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
225
|
-
|
|
226
|
-
# [2.32.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.31.0...@wix/bex-bundled-mini-essentials@2.32.0) (2025-11-03)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
229
|
-
|
|
230
|
-
# [2.31.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.30.0...@wix/bex-bundled-mini-essentials@2.31.0) (2025-10-28)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
233
|
-
|
|
234
|
-
# [2.30.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.27.0...@wix/bex-bundled-mini-essentials@2.30.0) (2025-10-12)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
237
|
-
|
|
238
|
-
# [2.29.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.27.0...@wix/bex-bundled-mini-essentials@2.29.0) (2025-10-09)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
241
|
-
|
|
242
|
-
# [2.28.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.27.0...@wix/bex-bundled-mini-essentials@2.28.0) (2025-10-09)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
245
|
-
|
|
246
|
-
# [2.27.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.26.0...@wix/bex-bundled-mini-essentials@2.27.0) (2025-10-08)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
249
|
-
|
|
250
|
-
# [2.26.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.25.0...@wix/bex-bundled-mini-essentials@2.26.0) (2025-08-18)
|
|
251
|
-
|
|
252
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
253
|
-
|
|
254
|
-
# [2.25.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.24.0...@wix/bex-bundled-mini-essentials@2.25.0) (2025-08-05)
|
|
255
|
-
|
|
256
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
257
|
-
|
|
258
|
-
# [2.24.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.22.0...@wix/bex-bundled-mini-essentials@2.24.0) (2025-08-04)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
261
|
-
|
|
262
|
-
# [2.23.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.22.0...@wix/bex-bundled-mini-essentials@2.23.0) (2025-08-03)
|
|
263
|
-
|
|
264
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
265
|
-
|
|
266
|
-
# [2.22.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.21.0...@wix/bex-bundled-mini-essentials@2.22.0) (2025-07-30)
|
|
267
|
-
|
|
268
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
269
|
-
|
|
270
|
-
# [2.21.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.20.0...@wix/bex-bundled-mini-essentials@2.21.0) (2025-06-15)
|
|
271
|
-
|
|
272
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
273
|
-
|
|
274
|
-
# [2.20.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.19.0...@wix/bex-bundled-mini-essentials@2.20.0) (2025-06-11)
|
|
275
|
-
|
|
276
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
277
|
-
|
|
278
|
-
# [2.19.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.18.0...@wix/bex-bundled-mini-essentials@2.19.0) (2025-04-23)
|
|
279
|
-
|
|
280
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
281
|
-
|
|
282
|
-
# [2.18.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.17.0...@wix/bex-bundled-mini-essentials@2.18.0) (2025-01-14)
|
|
283
|
-
|
|
284
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
285
|
-
|
|
286
|
-
# [2.17.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.14.0...@wix/bex-bundled-mini-essentials@2.17.0) (2024-12-30)
|
|
287
|
-
|
|
288
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
289
|
-
|
|
290
|
-
# [2.16.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.14.0...@wix/bex-bundled-mini-essentials@2.16.0) (2024-12-29)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
293
|
-
|
|
294
|
-
# [2.15.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.14.0...@wix/bex-bundled-mini-essentials@2.15.0) (2024-12-29)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
297
|
-
|
|
298
|
-
# [2.14.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.13.0...@wix/bex-bundled-mini-essentials@2.14.0) (2024-12-08)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
301
|
-
|
|
302
|
-
# [2.13.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.12.0...@wix/bex-bundled-mini-essentials@2.13.0) (2024-11-24)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
305
|
-
|
|
306
|
-
# [2.12.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.11.0...@wix/bex-bundled-mini-essentials@2.12.0) (2024-11-13)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
309
|
-
|
|
310
|
-
# [2.11.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.8.0...@wix/bex-bundled-mini-essentials@2.11.0) (2024-11-11)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
313
|
-
|
|
314
|
-
# [2.10.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.8.0...@wix/bex-bundled-mini-essentials@2.10.0) (2024-11-10)
|
|
315
|
-
|
|
316
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
317
|
-
|
|
318
|
-
# [2.9.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.8.0...@wix/bex-bundled-mini-essentials@2.9.0) (2024-11-06)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
321
|
-
|
|
322
|
-
# [2.8.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.7.0...@wix/bex-bundled-mini-essentials@2.8.0) (2024-10-29)
|
|
323
|
-
|
|
324
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
325
|
-
|
|
326
|
-
# [2.7.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.6.0...@wix/bex-bundled-mini-essentials@2.7.0) (2024-10-01)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
329
|
-
|
|
330
|
-
# [2.6.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.4.0...@wix/bex-bundled-mini-essentials@2.6.0) (2024-08-29)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
333
|
-
|
|
334
|
-
# [2.5.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.4.0...@wix/bex-bundled-mini-essentials@2.5.0) (2024-08-29)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
337
|
-
|
|
338
|
-
# [2.4.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.3.0...@wix/bex-bundled-mini-essentials@2.4.0) (2024-07-02)
|
|
339
|
-
|
|
340
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
341
|
-
|
|
342
|
-
# [2.3.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.2.0...@wix/bex-bundled-mini-essentials@2.3.0) (2024-06-11)
|
|
343
|
-
|
|
344
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
345
|
-
|
|
346
|
-
# [2.2.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.1.0...@wix/bex-bundled-mini-essentials@2.2.0) (2024-04-11)
|
|
347
|
-
|
|
348
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
349
|
-
|
|
350
|
-
# [2.1.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@1.4.0...@wix/bex-bundled-mini-essentials@2.1.0) (2024-03-19)
|
|
351
|
-
|
|
352
|
-
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
353
|
-
|
|
354
|
-
# 1.4.0 (2024-01-22)
|
|
355
|
-
|
|
356
|
-
### Features
|
|
357
|
-
|
|
358
|
-
- **CairoDashboardTestProvider:** a provider for unit tests with dashboard-sdk ([#2730](https://github.com/wix-private/cairo/issues/2730)) ([84f19b0](https://github.com/wix-private/cairo/commit/84f19b053baa4f2b40eae2c0d00deff613e34059))
|
|
359
|
-
- **Provider:** user preferences features #CAIRO-1609 ([#2743](https://github.com/wix-private/cairo/issues/2743)) ([08ca74f](https://github.com/wix-private/cairo/commit/08ca74fff3a3ec0760d82246c474caffae79702a)), closes [#CAIRO-1609](https://github.com/wix-private/cairo/issues/CAIRO-1609)
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import "./chunk-J7LXIPZS.mjs";
|
|
2
|
-
|
|
3
|
-
// ../../node_modules/@wix/error-handler/dist/esm/assets/locale/common-errors/common-errors_hi.json
|
|
4
|
-
var common_errors_hi_default = {
|
|
5
|
-
"errorHandler.common-error.permission-denied.site": "You don't have permission to do this. Contact the site owner.",
|
|
6
|
-
"errorHandler.uncommon-error.NotImplemented": "Unfortunately, this action isn\u2019t available.",
|
|
7
|
-
"errorHandler.common-error.conflict": "This was recently updated somewhere else. Refresh the page to get the latest version.",
|
|
8
|
-
"errorHandler.common-error.permission-denied.app": "You don't have permission to perform this action. Contact the app owner.",
|
|
9
|
-
"errorHandler.common-error.permission-denied.workspace": "You don't have permission to perform this action. Contact the workspace owner.",
|
|
10
|
-
"errorHandler.common-error.CheckStatus.cta": "Check Status Page",
|
|
11
|
-
"errorHandler.common-error.refresh.cta": "Refresh",
|
|
12
|
-
"errorHandler.common-error.noConnection": "Looks like you're offline. Check your connection and try again.",
|
|
13
|
-
"errorHandler.common-error.resource-exhausted": "This action couldn't be completed due to a technical issue. Wait a minute and try again. ",
|
|
14
|
-
"errorHandler.common-error.unauthenticated.cta": "Log In",
|
|
15
|
-
"errorHandler.common-error.goBack.cta": "Go Back",
|
|
16
|
-
"errorHandler.common-error.not-found": "It looks like this item doesn't exist anymore.",
|
|
17
|
-
"errorHandler.common-error.captchaRequired.verify.cta": "Verify",
|
|
18
|
-
"errorHandler.common-error.tryAgain.cta": "Try Again",
|
|
19
|
-
"errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
20
|
-
"errorHandler.common-error.permission-denied": "You don't have permission to perform this action. Request access from the owner.",
|
|
21
|
-
"errorHandler.requestID.tooltip.description": "If the issue continues, contact Customer Care and share this Request ID with them so they can investigate.",
|
|
22
|
-
"errorHandler.common-error.technicalIssue-unmappedError": "This action wasn't completed due to a technical issue. Try again or refresh.",
|
|
23
|
-
"errorHandler.common-error.unauthenticated": "Your session has expired. Refresh the page to log in again.",
|
|
24
|
-
"errorHandler.common-error.networkError": "There was an issue connecting to your network. Check your connection and try again.",
|
|
25
|
-
"errorHandler.common-error.technicalIssue": "This action wasn't completed due to a technical issue.",
|
|
26
|
-
"errorHandler.common-error.captchaRequired": "To continue, verify you are human.",
|
|
27
|
-
"errorHandler.common-error.technicalIssue.generic": "This action wasn't completed due to a technical issue. Try again.",
|
|
28
|
-
"errorHandler.common-error.validationBasic": "Some fields have invalid or missing information.",
|
|
29
|
-
"errorHandler.requestID.tooltip.cta.copied-success": "Copied!"
|
|
30
|
-
};
|
|
31
|
-
export {
|
|
32
|
-
common_errors_hi_default as default
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=common-errors_hi-UKK4LODD.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../node_modules/@wix/error-handler/dist/esm/assets/locale/common-errors/common-errors_hi.json"],"sourcesContent":["{\n \"errorHandler.common-error.permission-denied.site\": \"You don't have permission to do this. Contact the site owner.\",\n \"errorHandler.uncommon-error.NotImplemented\": \"Unfortunately, this action isn’t available.\",\n \"errorHandler.common-error.conflict\": \"This was recently updated somewhere else. Refresh the page to get the latest version.\",\n \"errorHandler.common-error.permission-denied.app\": \"You don't have permission to perform this action. Contact the app owner.\",\n \"errorHandler.common-error.permission-denied.workspace\": \"You don't have permission to perform this action. Contact the workspace owner.\",\n \"errorHandler.common-error.CheckStatus.cta\": \"Check Status Page\",\n \"errorHandler.common-error.refresh.cta\": \"Refresh\",\n \"errorHandler.common-error.noConnection\": \"Looks like you're offline. Check your connection and try again.\",\n \"errorHandler.common-error.resource-exhausted\": \"This action couldn't be completed due to a technical issue. Wait a minute and try again. \",\n \"errorHandler.common-error.unauthenticated.cta\": \"Log In\",\n \"errorHandler.common-error.goBack.cta\": \"Go Back\",\n \"errorHandler.common-error.not-found\": \"It looks like this item doesn't exist anymore.\",\n \"errorHandler.common-error.captchaRequired.verify.cta\": \"Verify\",\n \"errorHandler.common-error.tryAgain.cta\": \"Try Again\",\n \"errorHandler.requestID.tooltip.cta\": \"Copy ID\",\n \"errorHandler.common-error.permission-denied\": \"You don't have permission to perform this action. Request access from the owner.\",\n \"errorHandler.requestID.tooltip.description\": \"If the issue continues, contact Customer Care and share this Request ID with them so they can investigate.\",\n \"errorHandler.common-error.technicalIssue-unmappedError\": \"This action wasn't completed due to a technical issue. Try again or refresh.\",\n \"errorHandler.common-error.unauthenticated\": \"Your session has expired. Refresh the page to log in again.\",\n \"errorHandler.common-error.networkError\": \"There was an issue connecting to your network. Check your connection and try again.\",\n \"errorHandler.common-error.technicalIssue\": \"This action wasn't completed due to a technical issue.\",\n \"errorHandler.common-error.captchaRequired\": \"To continue, verify you are human.\",\n \"errorHandler.common-error.technicalIssue.generic\": \"This action wasn't completed due to a technical issue. Try again.\",\n \"errorHandler.common-error.validationBasic\": \"Some fields have invalid or missing information.\",\n \"errorHandler.requestID.tooltip.cta.copied-success\": \"Copied!\"\n}\n"],"mappings":";;;AAAA;AAAA,EACE,oDAAoD;AAAA,EACpD,8CAA8C;AAAA,EAC9C,sCAAsC;AAAA,EACtC,mDAAmD;AAAA,EACnD,yDAAyD;AAAA,EACzD,6CAA6C;AAAA,EAC7C,yCAAyC;AAAA,EACzC,0CAA0C;AAAA,EAC1C,gDAAgD;AAAA,EAChD,iDAAiD;AAAA,EACjD,wCAAwC;AAAA,EACxC,uCAAuC;AAAA,EACvC,wDAAwD;AAAA,EACxD,0CAA0C;AAAA,EAC1C,sCAAsC;AAAA,EACtC,+CAA+C;AAAA,EAC/C,8CAA8C;AAAA,EAC9C,0DAA0D;AAAA,EAC1D,6CAA6C;AAAA,EAC7C,0CAA0C;AAAA,EAC1C,4CAA4C;AAAA,EAC5C,6CAA6C;AAAA,EAC7C,oDAAoD;AAAA,EACpD,6CAA6C;AAAA,EAC7C,qDAAqD;AACvD;","names":[]}
|
package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-X2D2EJ6Z.mjs
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import "./chunk-J7LXIPZS.mjs";
|
|
2
|
-
|
|
3
|
-
// ../../node_modules/@wix/error-handler/dist/esm/assets/locale/common-errors/common-errors_hi.json
|
|
4
|
-
var common_errors_hi_default = {
|
|
5
|
-
"errorHandler.common-error.permission-denied.site": "You don't have permission to do this. Contact the site owner.",
|
|
6
|
-
"errorHandler.uncommon-error.NotImplemented": "Unfortunately, this action isn\u2019t available.",
|
|
7
|
-
"errorHandler.common-error.conflict": "This was recently updated somewhere else. Refresh the page to get the latest version.",
|
|
8
|
-
"errorHandler.common-error.permission-denied.app": "You don't have permission to perform this action. Contact the app owner.",
|
|
9
|
-
"errorHandler.common-error.permission-denied.workspace": "You don't have permission to perform this action. Contact the workspace owner.",
|
|
10
|
-
"errorHandler.common-error.CheckStatus.cta": "Check Status Page",
|
|
11
|
-
"errorHandler.common-error.refresh.cta": "Refresh",
|
|
12
|
-
"errorHandler.common-error.noConnection": "Looks like you're offline. Check your connection and try again.",
|
|
13
|
-
"errorHandler.common-error.resource-exhausted": "This action couldn't be completed due to a technical issue. Wait a minute and try again. ",
|
|
14
|
-
"errorHandler.common-error.unauthenticated.cta": "Log In",
|
|
15
|
-
"errorHandler.common-error.goBack.cta": "Go Back",
|
|
16
|
-
"errorHandler.common-error.not-found": "It looks like this item doesn't exist anymore.",
|
|
17
|
-
"errorHandler.common-error.captchaRequired.verify.cta": "Verify",
|
|
18
|
-
"errorHandler.common-error.tryAgain.cta": "Try Again",
|
|
19
|
-
"errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
20
|
-
"errorHandler.common-error.permission-denied": "You don't have permission to perform this action. Request access from the owner.",
|
|
21
|
-
"errorHandler.requestID.tooltip.description": "If the issue continues, contact Customer Care and share this Request ID with them so they can investigate.",
|
|
22
|
-
"errorHandler.common-error.technicalIssue-unmappedError": "This action wasn't completed due to a technical issue. Try again or refresh.",
|
|
23
|
-
"errorHandler.common-error.unauthenticated": "Your session has expired. Refresh the page to log in again.",
|
|
24
|
-
"errorHandler.common-error.networkError": "There was an issue connecting to your network. Check your connection and try again.",
|
|
25
|
-
"errorHandler.common-error.technicalIssue": "This action wasn't completed due to a technical issue.",
|
|
26
|
-
"errorHandler.common-error.captchaRequired": "To continue, verify you are human.",
|
|
27
|
-
"errorHandler.common-error.technicalIssue.generic": "This action wasn't completed due to a technical issue. Try again.",
|
|
28
|
-
"errorHandler.common-error.validationBasic": "Some fields have invalid or missing information.",
|
|
29
|
-
"errorHandler.requestID.tooltip.cta.copied-success": "Copied!"
|
|
30
|
-
};
|
|
31
|
-
export {
|
|
32
|
-
common_errors_hi_default as default
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=common-errors_hi-X2D2EJ6Z.mjs.map
|
package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-X2D2EJ6Z.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../node_modules/@wix/error-handler/dist/esm/assets/locale/common-errors/common-errors_hi.json"],"sourcesContent":["{\n \"errorHandler.common-error.permission-denied.site\": \"You don't have permission to do this. Contact the site owner.\",\n \"errorHandler.uncommon-error.NotImplemented\": \"Unfortunately, this action isn’t available.\",\n \"errorHandler.common-error.conflict\": \"This was recently updated somewhere else. Refresh the page to get the latest version.\",\n \"errorHandler.common-error.permission-denied.app\": \"You don't have permission to perform this action. Contact the app owner.\",\n \"errorHandler.common-error.permission-denied.workspace\": \"You don't have permission to perform this action. Contact the workspace owner.\",\n \"errorHandler.common-error.CheckStatus.cta\": \"Check Status Page\",\n \"errorHandler.common-error.refresh.cta\": \"Refresh\",\n \"errorHandler.common-error.noConnection\": \"Looks like you're offline. Check your connection and try again.\",\n \"errorHandler.common-error.resource-exhausted\": \"This action couldn't be completed due to a technical issue. Wait a minute and try again. \",\n \"errorHandler.common-error.unauthenticated.cta\": \"Log In\",\n \"errorHandler.common-error.goBack.cta\": \"Go Back\",\n \"errorHandler.common-error.not-found\": \"It looks like this item doesn't exist anymore.\",\n \"errorHandler.common-error.captchaRequired.verify.cta\": \"Verify\",\n \"errorHandler.common-error.tryAgain.cta\": \"Try Again\",\n \"errorHandler.requestID.tooltip.cta\": \"Copy ID\",\n \"errorHandler.common-error.permission-denied\": \"You don't have permission to perform this action. Request access from the owner.\",\n \"errorHandler.requestID.tooltip.description\": \"If the issue continues, contact Customer Care and share this Request ID with them so they can investigate.\",\n \"errorHandler.common-error.technicalIssue-unmappedError\": \"This action wasn't completed due to a technical issue. Try again or refresh.\",\n \"errorHandler.common-error.unauthenticated\": \"Your session has expired. Refresh the page to log in again.\",\n \"errorHandler.common-error.networkError\": \"There was an issue connecting to your network. Check your connection and try again.\",\n \"errorHandler.common-error.technicalIssue\": \"This action wasn't completed due to a technical issue.\",\n \"errorHandler.common-error.captchaRequired\": \"To continue, verify you are human.\",\n \"errorHandler.common-error.technicalIssue.generic\": \"This action wasn't completed due to a technical issue. Try again.\",\n \"errorHandler.common-error.validationBasic\": \"Some fields have invalid or missing information.\",\n \"errorHandler.requestID.tooltip.cta.copied-success\": \"Copied!\"\n}\n"],"mappings":";;;AAAA;AAAA,EACE,oDAAoD;AAAA,EACpD,8CAA8C;AAAA,EAC9C,sCAAsC;AAAA,EACtC,mDAAmD;AAAA,EACnD,yDAAyD;AAAA,EACzD,6CAA6C;AAAA,EAC7C,yCAAyC;AAAA,EACzC,0CAA0C;AAAA,EAC1C,gDAAgD;AAAA,EAChD,iDAAiD;AAAA,EACjD,wCAAwC;AAAA,EACxC,uCAAuC;AAAA,EACvC,wDAAwD;AAAA,EACxD,0CAA0C;AAAA,EAC1C,sCAAsC;AAAA,EACtC,+CAA+C;AAAA,EAC/C,8CAA8C;AAAA,EAC9C,0DAA0D;AAAA,EAC1D,6CAA6C;AAAA,EAC7C,0CAA0C;AAAA,EAC1C,4CAA4C;AAAA,EAC5C,6CAA6C;AAAA,EAC7C,oDAAoD;AAAA,EACpD,6CAA6C;AAAA,EAC7C,qDAAqD;AACvD;","names":[]}
|