@uploadcare/file-uploader 0.50.1-alpha.2 → 0.50.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/README.md +30 -30
  2. package/abstract/Block.d.ts +4 -2
  3. package/abstract/Block.d.ts.map +1 -1
  4. package/abstract/Block.js +16 -22
  5. package/abstract/SolutionBlock.js +2 -2
  6. package/abstract/UploaderBlock.js +4 -4
  7. package/abstract/connectBlocksFrom.d.ts +1 -1
  8. package/abstract/connectBlocksFrom.js +4 -4
  9. package/abstract/registerBlocks.d.ts.map +1 -1
  10. package/abstract/registerBlocks.js +2 -13
  11. package/blocks/ActivityHeader/activity-header.css +2 -2
  12. package/blocks/CameraSource/CameraSource.js +8 -8
  13. package/blocks/CameraSource/camera-source.css +14 -14
  14. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +2 -2
  15. package/blocks/CloudImageEditor/src/EditorButtonControl.js +1 -1
  16. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +2 -2
  17. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
  18. package/blocks/CloudImageEditor/src/EditorFilterControl.js +33 -23
  19. package/blocks/CloudImageEditor/src/EditorImageCropper.js +4 -4
  20. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +5 -5
  21. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
  22. package/blocks/CloudImageEditor/src/EditorImageFader.js +17 -15
  23. package/blocks/CloudImageEditor/src/EditorSlider.js +2 -2
  24. package/blocks/CloudImageEditor/src/EditorToolbar.js +24 -24
  25. package/blocks/CloudImageEditor/src/css/common.css +142 -142
  26. package/blocks/CloudImageEditor/src/css/icons.css +2 -2
  27. package/blocks/CloudImageEditor/src/elements/button/{BtnUi.d.ts → LrBtnUi.d.ts} +3 -3
  28. package/blocks/CloudImageEditor/src/elements/button/LrBtnUi.d.ts.map +1 -0
  29. package/blocks/CloudImageEditor/src/elements/button/{BtnUi.js → LrBtnUi.js} +4 -4
  30. package/blocks/CloudImageEditor/src/index.d.ts +1 -1
  31. package/blocks/CloudImageEditor/src/index.js +1 -1
  32. package/blocks/CloudImageEditor/src/template.js +8 -8
  33. package/blocks/CloudImageEditorActivity/index.css +2 -2
  34. package/blocks/Config/Config.d.ts +1 -1
  35. package/blocks/Config/Config.js +7 -7
  36. package/blocks/Config/config.css +1 -1
  37. package/blocks/Copyright/copyright.css +4 -4
  38. package/blocks/DropArea/DropArea.d.ts +1 -1
  39. package/blocks/DropArea/DropArea.js +4 -4
  40. package/blocks/DropArea/drop-area.css +34 -34
  41. package/blocks/ExternalSource/ExternalSource.js +5 -5
  42. package/blocks/ExternalSource/external-source.css +9 -9
  43. package/blocks/FileItem/FileItem.js +6 -6
  44. package/blocks/FileItem/file-item.css +22 -22
  45. package/blocks/Icon/icon.css +2 -2
  46. package/blocks/Img/ImgConfig.js +1 -1
  47. package/blocks/Img/configurations.d.ts +1 -1
  48. package/blocks/Img/configurations.js +1 -1
  49. package/blocks/Img/test.css +5 -5
  50. package/blocks/Modal/Modal.js +1 -1
  51. package/blocks/Modal/modal.css +15 -15
  52. package/blocks/ProgressBar/progress-bar.css +3 -3
  53. package/blocks/ProgressBarCommon/ProgressBarCommon.js +1 -1
  54. package/blocks/ProgressBarCommon/progress-bar-common.css +2 -2
  55. package/blocks/Range/range.css +8 -8
  56. package/blocks/Select/select.css +2 -2
  57. package/blocks/SimpleBtn/SimpleBtn.js +4 -4
  58. package/blocks/SimpleBtn/simple-btn.css +11 -11
  59. package/blocks/SourceBtn/SourceBtn.js +1 -1
  60. package/blocks/SourceBtn/source-btn.css +5 -5
  61. package/blocks/SourceList/SourceList.js +1 -1
  62. package/blocks/StartFrom/start-from.css +5 -5
  63. package/blocks/UploadList/UploadList.js +6 -6
  64. package/blocks/UploadList/upload-list.css +10 -10
  65. package/blocks/UrlSource/UrlSource.js +5 -5
  66. package/blocks/UrlSource/url-source.css +4 -4
  67. package/blocks/themes/{uc-basic → lr-basic}/common.css +19 -19
  68. package/blocks/themes/{uc-basic → lr-basic}/config.css +1 -1
  69. package/blocks/themes/{uc-basic → lr-basic}/theme.css +7 -7
  70. package/env.d.ts +1 -1
  71. package/env.js +1 -1
  72. package/index.ssr.d.ts +10 -10
  73. package/index.ssr.d.ts.map +1 -1
  74. package/index.ssr.js +108 -108
  75. package/package.json +1 -1
  76. package/solutions/adaptive-image/index.js +1 -1
  77. package/solutions/cloud-image-editor/CloudImageEditor.js +1 -1
  78. package/solutions/cloud-image-editor/index.css +1 -1
  79. package/solutions/file-uploader/inline/FileUploaderInline.js +12 -12
  80. package/solutions/file-uploader/inline/index.css +12 -12
  81. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +6 -6
  82. package/solutions/file-uploader/minimal/index.css +25 -25
  83. package/solutions/file-uploader/regular/FileUploaderRegular.js +15 -15
  84. package/solutions/file-uploader/regular/index.css +1 -1
  85. package/types/exported.d.ts +1 -1
  86. package/types/global.d.ts +2 -2
  87. package/types/jsx.d.ts +37 -37
  88. package/web/blocks.iife.min.js +4 -4
  89. package/web/blocks.min.js +2 -2
  90. package/web/lr-basic.min.css +1 -1
  91. package/web/lr-cloud-image-editor.min.css +1 -1
  92. package/web/lr-cloud-image-editor.min.js +4 -4
  93. package/web/lr-file-uploader-inline.min.css +1 -1
  94. package/web/lr-file-uploader-inline.min.js +2 -2
  95. package/web/lr-file-uploader-minimal.min.css +1 -1
  96. package/web/lr-file-uploader-minimal.min.js +3 -3
  97. package/web/lr-file-uploader-regular.min.css +1 -1
  98. package/web/lr-file-uploader-regular.min.js +2 -2
  99. package/web/lr-img.min.js +2 -2
  100. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +0 -1
  101. package/web/uc-basic.min.css +0 -1
  102. package/web/uc-cloud-image-editor.min.css +0 -1
  103. package/web/uc-cloud-image-editor.min.js +0 -29
  104. package/web/uc-file-uploader-inline.min.css +0 -1
  105. package/web/uc-file-uploader-inline.min.js +0 -29
  106. package/web/uc-file-uploader-minimal.min.css +0 -1
  107. package/web/uc-file-uploader-minimal.min.js +0 -28
  108. package/web/uc-file-uploader-regular.min.css +0 -1
  109. package/web/uc-file-uploader-regular.min.js +0 -29
  110. package/web/uc-img.min.js +0 -28
  111. /package/blocks/themes/{uc-basic → lr-basic}/index.css +0 -0
  112. /package/blocks/themes/{uc-basic → lr-basic}/svg-sprite.d.ts +0 -0
  113. /package/blocks/themes/{uc-basic → lr-basic}/svg-sprite.d.ts.map +0 -0
  114. /package/blocks/themes/{uc-basic → lr-basic}/svg-sprite.js +0 -0
@@ -1,4 +1,4 @@
1
- uc-upload-list {
1
+ lr-upload-list {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  width: 100%;
@@ -8,7 +8,7 @@ uc-upload-list {
8
8
  transition: opacity var(--uc-transition);
9
9
  }
10
10
 
11
- [uc-modal] uc-upload-list {
11
+ [lr-modal] lr-upload-list {
12
12
  width: min(
13
13
  calc(var(--uc-dialog-width) - var(--uc-padding) * 2),
14
14
  calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2),
@@ -18,12 +18,12 @@ uc-upload-list {
18
18
  max-height: var(--modal-max-content-height);
19
19
  }
20
20
 
21
- uc-upload-list .uc-no-files {
21
+ lr-upload-list .uc-no-files {
22
22
  height: 32px;
23
23
  padding: 20px;
24
24
  }
25
25
 
26
- uc-upload-list .uc-files {
26
+ lr-upload-list .uc-files {
27
27
  display: block;
28
28
  flex: 1;
29
29
  min-height: 32px;
@@ -31,7 +31,7 @@ uc-upload-list .uc-files {
31
31
  overflow: auto;
32
32
  }
33
33
 
34
- uc-upload-list .uc-toolbar {
34
+ lr-upload-list .uc-toolbar {
35
35
  display: flex;
36
36
  gap: 4px;
37
37
  justify-content: space-between;
@@ -39,11 +39,11 @@ uc-upload-list .uc-toolbar {
39
39
  background-color: var(--uc-background);
40
40
  }
41
41
 
42
- uc-upload-list .uc-toolbar-spacer {
42
+ lr-upload-list .uc-toolbar-spacer {
43
43
  flex: 1;
44
44
  }
45
45
 
46
- uc-upload-list uc-drop-area {
46
+ lr-upload-list lr-drop-area {
47
47
  position: absolute;
48
48
  top: 0;
49
49
  left: 0;
@@ -53,11 +53,11 @@ uc-upload-list uc-drop-area {
53
53
  border-radius: var(--uc-radius);
54
54
  }
55
55
 
56
- uc-upload-list uc-activity-header > .uc-header-text {
56
+ lr-upload-list lr-activity-header > .uc-header-text {
57
57
  padding: 0 var(--uc-padding);
58
58
  }
59
59
 
60
- uc-upload-list .uc-common-error {
60
+ lr-upload-list .uc-common-error {
61
61
  border-radius: var(--uc-radius);
62
62
  color: var(--uc-destructive-foreground);
63
63
  background-color: var(--uc-destructive);
@@ -69,6 +69,6 @@ uc-upload-list .uc-common-error {
69
69
  font-size: 0.925em;
70
70
  }
71
71
 
72
- uc-upload-list .uc-add-more-btn uc-icon {
72
+ lr-upload-list .uc-add-more-btn lr-icon {
73
73
  display: none;
74
74
  }
@@ -37,18 +37,18 @@ export class UrlSource extends UploaderBlock {
37
37
  }
38
38
 
39
39
  UrlSource.template = /* HTML */ `
40
- <uc-activity-header>
40
+ <lr-activity-header>
41
41
  <button type="button" class="uc-mini-btn" set="onclick: *historyBack">
42
- <uc-icon name="back"></uc-icon>
42
+ <lr-icon name="back"></lr-icon>
43
43
  </button>
44
44
  <div>
45
- <uc-icon name="url"></uc-icon>
45
+ <lr-icon name="url"></lr-icon>
46
46
  <span l10n="caption-from-url"></span>
47
47
  </div>
48
48
  <button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *closeModal">
49
- <uc-icon name="close"></uc-icon>
49
+ <lr-icon name="close"></lr-icon>
50
50
  </button>
51
- </uc-activity-header>
51
+ </lr-activity-header>
52
52
  <form class="uc-content">
53
53
  <input placeholder="https://" class="uc-url-input" type="text" ref="input" set="oninput: onInput" />
54
54
  <button
@@ -1,9 +1,9 @@
1
- uc-url-source {
1
+ lr-url-source {
2
2
  display: block;
3
3
  background-color: var(--uc-background);
4
4
  }
5
5
 
6
- [uc-modal] uc-url-source {
6
+ [lr-modal] lr-url-source {
7
7
  width: min(
8
8
  calc(var(--uc-dialog-width) - var(--uc-padding) * 2),
9
9
  calc(var(--uc-dialog-max-width) - var(--uc-padding) * 2),
@@ -11,7 +11,7 @@ uc-url-source {
11
11
  );
12
12
  }
13
13
 
14
- uc-url-source > .uc-content {
14
+ lr-url-source > .uc-content {
15
15
  display: grid;
16
16
  grid-gap: 4px;
17
17
  grid-template-columns: 1fr min-content;
@@ -19,6 +19,6 @@ uc-url-source > .uc-content {
19
19
  padding-top: 0;
20
20
  }
21
21
 
22
- uc-url-source .uc-url-input {
22
+ lr-url-source .uc-url-input {
23
23
  display: flex;
24
24
  }
@@ -1,27 +1,27 @@
1
- :where([uc-wgt-common]) {
1
+ :where([lr-wgt-common]) {
2
2
  color: var(--uc-foreground);
3
3
  font-size: var(--uc-font-size);
4
4
  line-height: var(--uc-line-height);
5
5
  font-family: var(--uc-font-family);
6
6
  }
7
7
 
8
- :where([uc-wgt-common]) * {
8
+ :where([lr-wgt-common]) * {
9
9
  box-sizing: border-box;
10
10
  }
11
11
 
12
- :where([uc-wgt-common]) [hidden] {
12
+ :where([lr-wgt-common]) [hidden] {
13
13
  display: none !important;
14
14
  }
15
15
 
16
- :where([uc-wgt-common]) [activity]:not([active]) {
16
+ :where([lr-wgt-common]) [activity]:not([active]) {
17
17
  display: none;
18
18
  }
19
19
 
20
- :where([uc-wgt-common]) dialog:not([open]) [activity] {
20
+ :where([lr-wgt-common]) dialog:not([open]) [activity] {
21
21
  display: none;
22
22
  }
23
23
 
24
- :where([uc-wgt-common]) button {
24
+ :where([lr-wgt-common]) button {
25
25
  display: flex;
26
26
  align-items: center;
27
27
  justify-content: center;
@@ -38,51 +38,51 @@
38
38
  transition: background-color var(--uc-transition);
39
39
  }
40
40
 
41
- :where([uc-wgt-common]) button.uc-primary-btn {
41
+ :where([lr-wgt-common]) button.uc-primary-btn {
42
42
  color: var(--uc-primary-foreground);
43
43
  background-color: var(--uc-primary);
44
44
  }
45
45
 
46
- :where([uc-wgt-common]) button.uc-primary-btn:hover {
46
+ :where([lr-wgt-common]) button.uc-primary-btn:hover {
47
47
  background-color: var(--uc-primary-hover);
48
48
  }
49
49
 
50
- :where([uc-wgt-common]) button.uc-secondary-btn {
50
+ :where([lr-wgt-common]) button.uc-secondary-btn {
51
51
  color: var(--uc-secondary-foreground);
52
52
  background-color: var(--uc-secondary);
53
53
  }
54
54
 
55
- :where([uc-wgt-common]) button.uc-secondary-btn:hover {
55
+ :where([lr-wgt-common]) button.uc-secondary-btn:hover {
56
56
  background-color: var(--uc-secondary-hover);
57
57
  }
58
58
 
59
- :where([uc-wgt-common]) button.uc-mini-btn {
59
+ :where([lr-wgt-common]) button.uc-mini-btn {
60
60
  height: var(--uc-button-size);
61
61
  padding: 0;
62
62
  background-color: transparent;
63
63
  color: var(--uc-secondary-foreground);
64
64
  }
65
65
 
66
- :where([uc-wgt-common]) button.uc-mini-btn:hover {
66
+ :where([lr-wgt-common]) button.uc-mini-btn:hover {
67
67
  background-color: var(--uc-secondary);
68
68
  }
69
69
 
70
- :where([uc-wgt-common]) :is(button[disabled], button.uc-primary-btn[disabled], button.uc-secondary-btn[disabled]) {
70
+ :where([lr-wgt-common]) :is(button[disabled], button.uc-primary-btn[disabled], button.uc-secondary-btn[disabled]) {
71
71
  opacity: 0.5;
72
72
  pointer-events: none;
73
73
  }
74
74
 
75
- :where([uc-wgt-common]) a {
75
+ :where([lr-wgt-common]) a {
76
76
  color: var(--uc-primary);
77
77
  text-decoration: none;
78
78
  }
79
79
 
80
80
  /* TODO: if we're using disabled <a> somewhere, we should stop */
81
- :where([uc-wgt-common]) a[disabled] {
81
+ :where([lr-wgt-common]) a[disabled] {
82
82
  pointer-events: none;
83
83
  }
84
84
 
85
- :where([uc-wgt-common]) input[type='text'] {
85
+ :where([lr-wgt-common]) input[type='text'] {
86
86
  display: flex;
87
87
  width: 100%;
88
88
  height: var(--uc-button-size);
@@ -100,17 +100,17 @@
100
100
  outline-color var(--uc-transition);
101
101
  }
102
102
 
103
- :where([uc-wgt-common]) input[type='text']::placeholder {
103
+ :where([lr-wgt-common]) input[type='text']::placeholder {
104
104
  color: var(--uc-muted-foreground);
105
105
  }
106
106
 
107
- :where([uc-wgt-common]) input[type='text']:focus {
107
+ :where([lr-wgt-common]) input[type='text']:focus {
108
108
  outline-color: var(--uc-primary-hover);
109
109
  border-color: var(--uc-primary-hover);
110
110
  }
111
111
 
112
112
  /* TODO: check if there's any necessity of disabled input */
113
- :where([uc-wgt-common]) input[disabled] {
113
+ :where([lr-wgt-common]) input[disabled] {
114
114
  opacity: 0.6;
115
115
  pointer-events: none;
116
116
  }
@@ -1,4 +1,4 @@
1
- :where([uc-wgt-common]) {
1
+ :where([lr-wgt-common]) {
2
2
  --cfg-init-activity: 'start-from';
3
3
  --cfg-done-activity: '';
4
4
  }
@@ -1,4 +1,4 @@
1
- :where([uc-wgt-common]) {
1
+ :where([lr-wgt-common]) {
2
2
  /* Font */
3
3
  --uc-font-family: system-ui;
4
4
  --uc-font-size: 14px;
@@ -39,7 +39,7 @@
39
39
  }
40
40
 
41
41
  @supports not (color: oklch(0% 0 0)) {
42
- :where([uc-wgt-common]) {
42
+ :where([lr-wgt-common]) {
43
43
  /* Light colors RGB fallback */
44
44
  --uc-primary-rgb-light: 54 112 253;
45
45
  --uc-primary-light: rgb(var(--uc-primary-rgb-light));
@@ -85,7 +85,7 @@
85
85
  }
86
86
 
87
87
  @supports (color: oklch(0% 0 0)) {
88
- :where([uc-wgt-common]) {
88
+ :where([lr-wgt-common]) {
89
89
  /* Light colors OKLCH */
90
90
  --uc-primary-oklch-light: 59% 0.22 264; /* Quick customization: change this value to your brand color */
91
91
  --uc-primary-light: oklch(var(--uc-primary-oklch-light));
@@ -131,20 +131,20 @@
131
131
  }
132
132
 
133
133
  @media only screen and (max-height: 600px) {
134
- :where([uc-wgt-common]) {
134
+ :where([lr-wgt-common]) {
135
135
  --uc-dialog-max-height: 100%;
136
136
  }
137
137
  }
138
138
 
139
139
  @media only screen and (max-width: 430px) {
140
- :where([uc-wgt-common]) {
140
+ :where([lr-wgt-common]) {
141
141
  --uc-dialog-max-width: 100vw;
142
142
  --uc-dialog-max-height: var(--uploadcare-blocks-window-height);
143
143
  }
144
144
  }
145
145
 
146
146
  @media (prefers-color-scheme: light) {
147
- :where([uc-wgt-common]) {
147
+ :where([lr-wgt-common]) {
148
148
  --uc-background: var(--uc-background-light);
149
149
  --uc-foreground: var(--uc-foreground-light);
150
150
  --uc-primary: var(--uc-primary-light);
@@ -167,7 +167,7 @@
167
167
  }
168
168
 
169
169
  @media (prefers-color-scheme: dark) {
170
- :where([uc-wgt-common]) {
170
+ :where([lr-wgt-common]) {
171
171
  --uc-background: var(--uc-background-dark);
172
172
  --uc-foreground: var(--uc-foreground-dark);
173
173
  --uc-primary: var(--uc-primary-dark);
package/env.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /** Do not edit this file manually. It's generated during build process. */
2
2
  export const PACKAGE_NAME: "blocks";
3
- export const PACKAGE_VERSION: "0.49.0";
3
+ export const PACKAGE_VERSION: "0.50.1";
4
4
  //# sourceMappingURL=env.d.ts.map
package/env.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Do not edit this file manually. It's generated during build process. */
2
2
  export const PACKAGE_NAME = 'blocks';
3
- export const PACKAGE_VERSION = '0.49.0';
3
+ export const PACKAGE_VERSION = '0.50.1';
package/index.ssr.d.ts CHANGED
@@ -45,15 +45,6 @@ export const Block: {
45
45
  is: string;
46
46
  bindAttributes: () => void;
47
47
  };
48
- export const BtnUi: {
49
- new (): {};
50
- observedAttributes: string[];
51
- template: string;
52
- reg: () => void;
53
- styleAttrs: any[];
54
- is: string;
55
- bindAttributes: () => void;
56
- };
57
48
  export const CameraSource: {
58
49
  new (): {};
59
50
  template: string;
@@ -510,6 +501,15 @@ export const LineLoaderUi: {
510
501
  is: string;
511
502
  bindAttributes: () => void;
512
503
  };
504
+ export const LrBtnUi: {
505
+ new (): {};
506
+ observedAttributes: string[];
507
+ template: string;
508
+ reg: () => void;
509
+ styleAttrs: any[];
510
+ is: string;
511
+ bindAttributes: () => void;
512
+ };
513
513
  export const Modal: {
514
514
  new (): {};
515
515
  styleAttrs: any[];
@@ -520,7 +520,7 @@ export const Modal: {
520
520
  bindAttributes: () => void;
521
521
  };
522
522
  export const PACKAGE_NAME: "blocks";
523
- export const PACKAGE_VERSION: "0.49.0";
523
+ export const PACKAGE_VERSION: "0.50.1";
524
524
  export const PresenceToggle: {
525
525
  new (): {};
526
526
  template: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;EAYE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EA0FE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA0IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAYE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,uCAAwC;AACxC;;;;;;;EAME;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;EAgBE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuFE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoEE;AACK,0CAAkC;AAClC,qCAA6B;AAC7B,uCAA+B;AAC/B,oCAA4B"}
1
+ {"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EA0FE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA0IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAYE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAYE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,uCAAwC;AACxC;;;;;;;EAME;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;EAgBE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuFE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoEE;AACK,0CAAkC;AAClC,qCAA6B;AAC7B,uCAA+B;AAC/B,oCAA4B"}