gearboxdownloadmodal 6.0.60 → 6.0.62

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.
@@ -244,6 +244,11 @@ declare const _default: [{
244
244
  "name": "youappi",
245
245
  "imageSrc": "https://home.playablefactory.com/youappi.png"
246
246
  },
247
+ {
248
+ "id": "52",
249
+ "name": "revx",
250
+ "imageSrc": "https://home.playablefactory.com/revx.png"
251
+ },
247
252
  {
248
253
  "id": "53",
249
254
  "name": "cdn",
@@ -7,6 +7,10 @@ declare const _default: {
7
7
  "txt": "文本",
8
8
  "html": "HTML",
9
9
  "both_links_are_empty_are_you_sure_want_to_continue": "两个链接都为空,确定要继续吗?",
10
+ "redirection_url_is_empty_are_you_sure_want_to_continue": "重定向URL为空,确定要继续吗?",
11
+ "ios_link_is_empty_are_you_sure_want_to_continue": "iOS链接为空,确定要继续吗?",
12
+ "google_play_link_is_empty_are_you_sure_want_to_continue": "Google Play链接为空,确定要继续吗?",
13
+ "file_size": "文件大小",
10
14
  "yes": "是",
11
15
  "no": "否",
12
16
  "mobile_testing": "移动测试",
@@ -14,7 +18,8 @@ declare const _default: {
14
18
  "scan_qr_code_to_test_in_any_browser": "扫描二维码在任何浏览器中测试",
15
19
  "working": "工作中",
16
20
  "download": "下载",
17
- "link_copied": "链接已复制"
21
+ "link_copied": "链接已复制",
22
+ "generate_link": "生成链接"
18
23
  }
19
24
  ;
20
25
 
@@ -7,6 +7,10 @@ declare const _default: {
7
7
  "txt": "Txt",
8
8
  "html": "HTML",
9
9
  "both_links_are_empty_are_you_sure_want_to_continue": "Both links are empty, are you sure want to continue?",
10
+ "redirection_url_is_empty_are_you_sure_want_to_continue": "Redirection URL is empty, are you sure want to continue?",
11
+ "ios_link_is_empty_are_you_sure_want_to_continue": "iOS link is empty, are you sure want to continue?",
12
+ "google_play_link_is_empty_are_you_sure_want_to_continue": "Google Play link is empty, are you sure want to continue?",
13
+ "file_size": "File Size",
10
14
  "yes": "Yes",
11
15
  "no": "No",
12
16
  "mobile_testing": "Mobile Testing",
@@ -14,7 +18,8 @@ declare const _default: {
14
18
  "scan_qr_code_to_test_in_any_browser": "Scan QR code to test in any browser",
15
19
  "working": "Working",
16
20
  "download": "Download",
17
- "link_copied": "Link Copied"
21
+ "link_copied": "Link Copied",
22
+ "generate_link": "Generate Link"
18
23
  }
19
24
  ;
20
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gearboxdownloadmodal",
3
3
  "private": false,
4
- "version": "6.0.60",
4
+ "version": "6.0.62",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.esm.js",