@lukso/web-components 1.50.0 → 1.51.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.
Files changed (69) hide show
  1. package/dist/components/index.cjs +4 -3
  2. package/dist/components/index.js +4 -3
  3. package/dist/components/lukso-button/index.cjs +1 -1
  4. package/dist/components/lukso-button/index.js +1 -1
  5. package/dist/components/lukso-card/index.cjs +11 -296
  6. package/dist/components/lukso-card/index.d.ts +1 -0
  7. package/dist/components/lukso-card/index.d.ts.map +1 -1
  8. package/dist/components/lukso-card/index.js +6 -300
  9. package/dist/components/lukso-card/lukso-card.stories.d.ts.map +1 -1
  10. package/dist/components/lukso-checkbox/index.cjs +1 -1
  11. package/dist/components/lukso-checkbox/index.js +1 -1
  12. package/dist/components/lukso-footer/index.cjs +1 -2
  13. package/dist/components/lukso-footer/index.d.ts.map +1 -1
  14. package/dist/components/lukso-footer/index.js +1 -2
  15. package/dist/components/lukso-icon/index.cjs +2 -2
  16. package/dist/components/lukso-icon/index.js +2 -2
  17. package/dist/components/lukso-input/index.cjs +1 -1
  18. package/dist/components/lukso-input/index.js +1 -1
  19. package/dist/components/lukso-modal/index.cjs +1 -1
  20. package/dist/components/lukso-modal/index.js +1 -1
  21. package/dist/components/lukso-navbar/index.cjs +2 -2
  22. package/dist/components/lukso-navbar/index.js +2 -2
  23. package/dist/components/lukso-profile/index.cjs +2 -2
  24. package/dist/components/lukso-profile/index.js +2 -2
  25. package/dist/components/lukso-progress/index.cjs +2 -2
  26. package/dist/components/lukso-progress/index.js +2 -2
  27. package/dist/components/lukso-sanitize/index.cjs +1 -1
  28. package/dist/components/lukso-sanitize/index.js +1 -1
  29. package/dist/components/lukso-search/index.cjs +10 -7
  30. package/dist/components/lukso-search/index.d.ts.map +1 -1
  31. package/dist/components/lukso-search/index.js +10 -7
  32. package/dist/components/lukso-select/index.cjs +10 -6
  33. package/dist/components/lukso-select/index.d.ts.map +1 -1
  34. package/dist/components/lukso-select/index.js +10 -6
  35. package/dist/components/lukso-share/index.cjs +1 -1
  36. package/dist/components/lukso-share/index.js +1 -1
  37. package/dist/components/lukso-switch/index.cjs +2 -2
  38. package/dist/components/lukso-switch/index.js +2 -2
  39. package/dist/components/lukso-tag/index.cjs +2 -2
  40. package/dist/components/lukso-tag/index.js +2 -2
  41. package/dist/components/lukso-terms/index.cjs +2 -2
  42. package/dist/components/lukso-terms/index.js +2 -2
  43. package/dist/components/lukso-test/index.cjs +1 -1
  44. package/dist/components/lukso-test/index.js +1 -1
  45. package/dist/components/lukso-tooltip/index.cjs +4 -3
  46. package/dist/components/lukso-tooltip/index.d.ts.map +1 -1
  47. package/dist/components/lukso-tooltip/index.js +4 -3
  48. package/dist/components/lukso-username/index.cjs +1 -1
  49. package/dist/components/lukso-username/index.js +1 -1
  50. package/dist/components/lukso-wizard/index.cjs +1 -1
  51. package/dist/components/lukso-wizard/index.js +1 -1
  52. package/dist/index-2f5488b6.js +39 -0
  53. package/dist/index-87e624a1.cjs +2849 -0
  54. package/dist/index-aaa67d55.cjs +46 -0
  55. package/dist/index-d0d67b5f.js +2846 -0
  56. package/dist/index.cjs +47 -2569
  57. package/dist/index.js +4 -2530
  58. package/dist/shared/tailwind-element/index.cjs +1 -1
  59. package/dist/shared/tailwind-element/index.js +1 -1
  60. package/dist/{style-map-761568c8.cjs → style-map-74906707.cjs} +1 -1
  61. package/dist/{style-map-f7c09fa5.js → style-map-88b4d8ad.js} +1 -1
  62. package/dist/styles/main.css +230 -0
  63. package/dist/styles/main.css.map +1 -1
  64. package/package.json +1 -1
  65. package/tools/sass/main.scss +1 -0
  66. package/tools/sass/tippy.scss +275 -0
  67. package/tools/styles/main.css +230 -0
  68. package/dist/index-a134c0a6.js +0 -39
  69. package/dist/index-ae293272.cjs +0 -46
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
5
  const components_luksoButton_index = require('./lukso-button/index.cjs');
6
- const components_luksoCard_index = require('./lukso-card/index.cjs');
6
+ const components_luksoCard_index = require('../index-87e624a1.cjs');
7
7
  const components_luksoCheckbox_index = require('./lukso-checkbox/index.cjs');
8
8
  const components_luksoFooter_index = require('./lukso-footer/index.cjs');
9
9
  const components_luksoIcon_index = require('./lukso-icon/index.cjs');
@@ -23,12 +23,13 @@ const components_luksoTest_index = require('./lukso-test/index.cjs');
23
23
  const components_luksoTooltip_index = require('./lukso-tooltip/index.cjs');
24
24
  const components_luksoUsername_index = require('./lukso-username/index.cjs');
25
25
  const components_luksoWizard_index = require('./lukso-wizard/index.cjs');
26
- const shared_tailwindElement_index = require('../index-ae293272.cjs');
26
+ const shared_tailwindElement_index = require('../index-aaa67d55.cjs');
27
27
  require('../query-assigned-elements-1d5d9d4c.cjs');
28
28
  require('../state-f73a8b4f.cjs');
29
29
  require('../index-e9668573.cjs');
30
30
  require('../directive-8278ab14.cjs');
31
- require('../style-map-761568c8.cjs');
31
+ require('../style-map-74906707.cjs');
32
+ require('../color-palette.cjs');
32
33
 
33
34
 
34
35
 
@@ -1,5 +1,5 @@
1
1
  export { LuksoButton } from './lukso-button/index.js';
2
- export { LuksoCard } from './lukso-card/index.js';
2
+ export { L as LuksoCard } from '../index-d0d67b5f.js';
3
3
  export { LuksoCheckbox } from './lukso-checkbox/index.js';
4
4
  export { LuksoFooter } from './lukso-footer/index.js';
5
5
  export { LuksoIcon } from './lukso-icon/index.js';
@@ -19,9 +19,10 @@ export { LuksoTest } from './lukso-test/index.js';
19
19
  export { LuksoTooltip } from './lukso-tooltip/index.js';
20
20
  export { LuksoUsername } from './lukso-username/index.js';
21
21
  export { LuksoWizard } from './lukso-wizard/index.js';
22
- export { a as TailwindElement, T as TailwindStyledElement } from '../index-a134c0a6.js';
22
+ export { a as TailwindElement, T as TailwindStyledElement } from '../index-2f5488b6.js';
23
23
  import '../query-assigned-elements-5d94572f.js';
24
24
  import '../state-0a779257.js';
25
25
  import '../index-5e194caf.js';
26
26
  import '../directive-2bb7789e.js';
27
- import '../style-map-f7c09fa5.js';
27
+ import '../style-map-88b4d8ad.js';
28
+ import '../color-palette.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-ae293272.cjs');
5
+ const shared_tailwindElement_index = require('../../index-aaa67d55.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
7
  const state = require('../../state-f73a8b4f.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
@@ -1,4 +1,4 @@
1
- import { T as TailwindStyledElement, x } from '../../index-a134c0a6.js';
1
+ import { T as TailwindStyledElement, x } from '../../index-2f5488b6.js';
2
2
  import { n, e } from '../../query-assigned-elements-5d94572f.js';
3
3
  import { t } from '../../state-0a779257.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
@@ -2,303 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-ae293272.cjs');
6
- const queryAssignedElements = require('../../query-assigned-elements-1d5d9d4c.cjs');
7
- const styleMap = require('../../style-map-761568c8.cjs');
8
- const index = require('../../index-e9668573.cjs');
5
+ require('../../index-aaa67d55.cjs');
6
+ require('../../query-assigned-elements-1d5d9d4c.cjs');
7
+ require('../../style-map-74906707.cjs');
8
+ require('../../index-e9668573.cjs');
9
+ const components_luksoCard_index = require('../../index-87e624a1.cjs');
9
10
  require('../lukso-profile/index.cjs');
11
+ require('../../color-palette.cjs');
10
12
  require('../../directive-8278ab14.cjs');
11
13
 
12
- const style = ":host {\n display: flex;\n width: 100%;\n}\n\n:host([is-fixed-width]) {\n width: inherit;\n}";
13
14
 
14
- var __defProp = Object.defineProperty;
15
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
16
- var __decorateClass = (decorators, target, key, kind) => {
17
- var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
18
- for (var i = decorators.length - 1, decorator; i >= 0; i--)
19
- if (decorator = decorators[i])
20
- result = (kind ? decorator(target, key, result) : decorator(result)) || result;
21
- if (kind && result)
22
- __defProp(target, key, result);
23
- return result;
24
- };
25
- exports.LuksoCard = class LuksoCard extends shared_tailwindElement_index.TailwindStyledElement(style) {
26
- constructor() {
27
- super(...arguments);
28
- this.variant = "basic";
29
- this.backgroundUrl = "";
30
- this.profileUrl = "";
31
- this.profileAddress = "";
32
- this.isFixedWidth = false;
33
- this.isFixedHeight = false;
34
- this.customClass = "";
35
- this.size = "medium";
36
- this.isHoverable = false;
37
- this.mediumStyles = `rounded-24 shadow-neutral-drop-shadow-2xl`;
38
- this.smallStyles = `rounded-12 shadow-neutral-drop-shadow`;
39
- this.smallHoverStyles = `hover:shadow-neutral-drop-shadow-1xl cursor-pointer transition`;
40
- }
41
- backgroundImageOrGradient() {
42
- const opacity = "80";
43
- const gradientStart = `#${this.profileAddress.slice(2, 8)}${opacity}`;
44
- const gradientEnd = `#${this.profileAddress.slice(36, 42)}${opacity}`;
45
- if (this.backgroundUrl) {
46
- return `url(${this.backgroundUrl})`;
47
- }
48
- return `linear-gradient(90deg, ${gradientStart}, ${gradientEnd})`;
49
- }
50
- basicTemplate() {
51
- return shared_tailwindElement_index.x`
52
- <div
53
- data-testid="card"
54
- class="bg-neutral-100 ${index.customClassMap({
55
- [this.mediumStyles]: !this.customClass && this.size === "medium",
56
- [this.smallStyles]: !this.customClass && this.size === "small",
57
- [this.smallHoverStyles]: this.isHoverable && this.size === "small",
58
- [this.customClass]: !!this.customClass,
59
- ["w-[362px]"]: this.isFixedWidth,
60
- ["w-full"]: !this.isFixedWidth,
61
- ["min-h-[534px]"]: this.isFixedHeight
62
- })}"
63
- >
64
- <slot name="content"></slot>
65
- </div>
66
- `;
67
- }
68
- withHeaderTemplate() {
69
- return shared_tailwindElement_index.x`
70
- <div
71
- data-testid="card"
72
- class="bg-neutral-100 grid grid-rows-[auto,1fr] overflow-hidden ${index.customClassMap(
73
- {
74
- [this.mediumStyles]: !this.customClass && this.size === "medium",
75
- [this.smallStyles]: !this.customClass && this.size === "small",
76
- [this.smallHoverStyles]: this.isHoverable && this.size === "small",
77
- [this.customClass]: !!this.customClass,
78
- ["w-[362px]"]: this.isFixedWidth,
79
- ["w-full"]: !this.isFixedWidth,
80
- ["min-h-[534px]"]: this.isFixedHeight
81
- }
82
- )}"
83
- >
84
- <div>
85
- <slot name="header"></slot>
86
- </div>
87
- <div class="bg-neutral-100 shadow-neutral-above-shadow-1xl rounded-24">
88
- <slot name="content"></slot>
89
- </div>
90
- </div>
91
- `;
92
- }
93
- profileTemplate() {
94
- return shared_tailwindElement_index.x`
95
- <div
96
- data-testid="card"
97
- class="bg-neutral-100 grid grid-rows-[auto,1fr] ${index.customClassMap({
98
- [this.mediumStyles]: !this.customClass && this.size === "medium",
99
- [this.smallStyles]: !this.customClass && this.size === "small",
100
- [this.smallHoverStyles]: this.isHoverable && this.size === "small",
101
- [this.customClass]: !!this.customClass,
102
- ["w-[362px]"]: this.isFixedWidth,
103
- ["w-full"]: !this.isFixedWidth,
104
- ["min-h-[534px]"]: this.isFixedHeight
105
- })}"
106
- >
107
- <div
108
- style=${styleMap.o({
109
- backgroundImage: this.backgroundImageOrGradient()
110
- })}
111
- class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative"
112
- >
113
- ${this.backgroundUrl && shared_tailwindElement_index.x` <div
114
- class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-20/10 absolute"
115
- ></div>`}
116
- <div>
117
- <slot name="header"></slot>
118
- </div>
119
- </div>
120
- <div class="bg-neutral-100 rounded-24 relative">
121
- <lukso-profile
122
- profile-url=${this.profileUrl}
123
- size="large"
124
- profile-address=${this.profileAddress}
125
- has-identicon
126
- class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
127
- ></lukso-profile>
128
- <div
129
- class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-2"
130
- >
131
- <div
132
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
133
- ></div>
134
- </div>
135
- <slot name="content"></slot>
136
- </div>
137
- </div>
138
- `;
139
- }
140
- profile2Template() {
141
- return shared_tailwindElement_index.x`
142
- <div
143
- data-testid="card"
144
- class="bg-neutral-100 grid grid-rows-[auto,1fr] ${index.customClassMap({
145
- [this.mediumStyles]: !this.customClass && this.size === "medium",
146
- [this.smallStyles]: !this.customClass && this.size === "small",
147
- [this.smallHoverStyles]: this.isHoverable && this.size === "small",
148
- [this.customClass]: !!this.customClass,
149
- ["w-[362px]"]: this.isFixedWidth,
150
- ["w-full"]: !this.isFixedWidth,
151
- ["min-h-[534px]"]: this.isFixedHeight
152
- })}"
153
- >
154
- <div
155
- style=${styleMap.o({
156
- backgroundImage: this.backgroundImageOrGradient()
157
- })}
158
- class="min-h-[129px] -mb-6 bg-center bg-cover rounded-[24px_24px_0_0] relative bg-neutral-100"
159
- >
160
- ${this.backgroundUrl && shared_tailwindElement_index.x`<div
161
- class="min-h-full min-w-full rounded-[24px_24px_0_0] bg-neutral-10/10 absolute"
162
- ></div>`}
163
- <div>
164
- <slot name="header"></slot>
165
- </div>
166
- </div>
167
- <div class="grid grid-rows-[max-content,auto]">
168
- <div class="bg-neutral-100 relative">
169
- <lukso-profile
170
- profile-url=${this.profileUrl}
171
- size="large"
172
- profile-address=${this.profileAddress}
173
- has-identicon
174
- class="absolute -top-[40px] left-[calc(50%_-_40px)] z-10"
175
- ></lukso-profile>
176
- <div
177
- class="overflow-hidden w-[153px] h-[70px] -top-[70px] relative mx-auto flex items-end justify-center -mb-2"
178
- >
179
- <div
180
- class="bg-neutral-100 rounded-[103px_103px_0_0] w-[96px] h-[48px]"
181
- ></div>
182
- </div>
183
- <slot name="content"></slot>
184
- </div>
185
- <div
186
- class="bg-neutral-97 rounded-b-24 shadow-neutral-inner-shadow-top"
187
- >
188
- <slot name="bottom"></slot>
189
- </div>
190
- </div>
191
- </div>
192
- `;
193
- }
194
- heroTemplate() {
195
- return shared_tailwindElement_index.x`
196
- <div
197
- data-testid="card"
198
- class="h-[240px] flex bg-neutral-100 ${index.customClassMap({
199
- [this.mediumStyles]: !this.customClass && this.size === "medium",
200
- [this.smallStyles]: !this.customClass && this.size === "small",
201
- [this.smallHoverStyles]: this.isHoverable && this.size === "small",
202
- [this.customClass]: !!this.customClass,
203
- ["w-[362px]"]: this.isFixedWidth,
204
- ["w-full"]: !this.isFixedWidth,
205
- ["min-h-[534px]"]: this.isFixedHeight
206
- })}"
207
- >
208
- <div
209
- style=${styleMap.o({
210
- backgroundImage: `url(${this.backgroundUrl})`
211
- })}
212
- class="h-full w-full -mb-6 bg-center bg-cover rounded-24 relative"
213
- >
214
- ${this.backgroundUrl && shared_tailwindElement_index.x`<div
215
- class="h-full w-full rounded-24 bg-neutral-20/10 absolute"
216
- ></div>`}
217
- <div
218
- class="h-full w-full flex flex-col items-center justify-center absolute"
219
- >
220
- <slot name="content"></slot>
221
- </div>
222
- </div>
223
- </div>
224
- `;
225
- }
226
- dappTemplate() {
227
- return shared_tailwindElement_index.x`
228
- <div
229
- data-testid="card"
230
- class="bg-neutral-100 grid grid-rows-[auto,1fr] ${index.customClassMap({
231
- [this.mediumStyles]: !this.customClass && this.size === "medium",
232
- [this.smallStyles]: !this.customClass && this.size === "small",
233
- [this.smallHoverStyles]: this.isHoverable && this.size === "small",
234
- [this.customClass]: !!this.customClass,
235
- ["w-[362px]"]: this.isFixedWidth,
236
- ["w-full"]: !this.isFixedWidth,
237
- ["min-h-[534px]"]: this.isFixedHeight
238
- })}"
239
- >
240
- <div
241
- style=${styleMap.o({
242
- backgroundImage: this.backgroundImageOrGradient()
243
- })}
244
- class="min-h-[240px] bg-center bg-cover rounded-[24px_24px_0_0] relative"
245
- >
246
- <div>
247
- <slot name="header"></slot>
248
- </div>
249
- </div>
250
- <div
251
- class="bg-neutral-100 shadow-neutral-above-shadow-1xl rounded-[0_0_24px_24px] relative"
252
- >
253
- <slot name="content"></slot>
254
- </div>
255
- </div>
256
- `;
257
- }
258
- render() {
259
- switch (this.variant) {
260
- case "with-header":
261
- return this.withHeaderTemplate();
262
- case "profile":
263
- return this.profileTemplate();
264
- case "profile-2":
265
- return this.profile2Template();
266
- case "hero":
267
- return this.heroTemplate();
268
- case "dapp":
269
- return this.dappTemplate();
270
- default:
271
- return this.basicTemplate();
272
- }
273
- }
274
- };
275
- __decorateClass([
276
- queryAssignedElements.n({ type: String })
277
- ], exports.LuksoCard.prototype, "variant", 2);
278
- __decorateClass([
279
- queryAssignedElements.n({ type: String, attribute: "background-url" })
280
- ], exports.LuksoCard.prototype, "backgroundUrl", 2);
281
- __decorateClass([
282
- queryAssignedElements.n({ type: String, attribute: "profile-url" })
283
- ], exports.LuksoCard.prototype, "profileUrl", 2);
284
- __decorateClass([
285
- queryAssignedElements.n({ type: String, attribute: "profile-address" })
286
- ], exports.LuksoCard.prototype, "profileAddress", 2);
287
- __decorateClass([
288
- queryAssignedElements.n({ type: Boolean, attribute: "is-fixed-width" })
289
- ], exports.LuksoCard.prototype, "isFixedWidth", 2);
290
- __decorateClass([
291
- queryAssignedElements.n({ type: Boolean, attribute: "is-fixed-height" })
292
- ], exports.LuksoCard.prototype, "isFixedHeight", 2);
293
- __decorateClass([
294
- queryAssignedElements.n({ type: String, attribute: "custom-class" })
295
- ], exports.LuksoCard.prototype, "customClass", 2);
296
- __decorateClass([
297
- queryAssignedElements.n({ type: String })
298
- ], exports.LuksoCard.prototype, "size", 2);
299
- __decorateClass([
300
- queryAssignedElements.n({ type: Boolean, attribute: "is-hoverable" })
301
- ], exports.LuksoCard.prototype, "isHoverable", 2);
302
- exports.LuksoCard = __decorateClass([
303
- queryAssignedElements.e("lukso-card")
304
- ], exports.LuksoCard);
15
+
16
+ Object.defineProperty(exports, 'LuksoCard', {
17
+ enumerable: true,
18
+ get: () => components_luksoCard_index.LuksoCard
19
+ });
@@ -9,6 +9,7 @@ export declare class LuksoCard extends LuksoCard_base {
9
9
  isFixedWidth: boolean;
10
10
  isFixedHeight: boolean;
11
11
  customClass: string;
12
+ headerClass: string;
12
13
  size: CardSizes;
13
14
  isHoverable: boolean;
14
15
  private mediumStyles;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/index.ts"],"names":[],"mappings":"AAOA,OAAO,4BAA4B,CAAA;AAEnC,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,aAAa,GACb,SAAS,GACT,WAAW,GACX,MAAM,GACN,MAAM,CAAA;AACV,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;;AAE1C,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,YAAY,UAAQ;IAGpB,aAAa,UAAQ;IAGrB,WAAW,SAAK;IAGhB,IAAI,EAAE,SAAS,CAAW;IAG1B,WAAW,UAAQ;IAEnB,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,WAAW,CAA0C;IAC7D,OAAO,CAAC,gBAAgB,CAAmE;IAE3F,OAAO,CAAC,yBAAyB;IAYjC,aAAa;IAmBb,kBAAkB;IA0BlB,eAAe;IAiDf,gBAAgB;IAwDhB,YAAY;IAkCZ,YAAY;IAiCZ,MAAM;CAgBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-card/index.ts"],"names":[],"mappings":"AAOA,OAAO,4BAA4B,CAAA;AAGnC,MAAM,MAAM,YAAY,GACpB,OAAO,GACP,aAAa,GACb,SAAS,GACT,WAAW,GACX,MAAM,GACN,MAAM,CAAA;AACV,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;;AAE1C,qBACa,SAAU,SAAQ,cAA4B;IAEzD,OAAO,EAAE,YAAY,CAAU;IAG/B,aAAa,SAAK;IAGlB,UAAU,SAAK;IAGf,cAAc,SAAK;IAGnB,YAAY,UAAQ;IAGpB,aAAa,UAAQ;IAGrB,WAAW,SAAK;IAGhB,WAAW,SAAK;IAGhB,IAAI,EAAE,SAAS,CAAW;IAG1B,WAAW,UAAQ;IAEnB,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,WAAW,CAA0C;IAC7D,OAAO,CAAC,gBAAgB,CAAmE;IAE3F,OAAO,CAAC,yBAAyB;IAYjC,aAAa;IAmBb,kBAAkB;IA0BlB,eAAe;IAoDf,gBAAgB;IA2DhB,YAAY;IAkCZ,YAAY;IAoCZ,MAAM;CAgBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAA;KACxB;CACF"}