@plaidev/karte-action-sdk 1.1.197-28169546.1b64123d → 1.1.197
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +115 -112
- package/dist/index.es.js +116 -112
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1346,8 +1346,10 @@ const loadActionTableQuery = async (config, api_key, endpoint) => {
|
|
1346
1346
|
/** @internal */
|
1347
1347
|
const loadActionTable = async (config, api_key, endpoint) => {
|
1348
1348
|
console.debug('[debug] loadActionTable', isPreview(), api_key, endpoint, JSON.stringify(config));
|
1349
|
+
console.log("load action table", config);
|
1349
1350
|
const results = config.map(c => c.preview_value)
|
1350
1351
|
;
|
1352
|
+
console.log("results", results);
|
1351
1353
|
return config.reduce((acc, c, i) => {
|
1352
1354
|
const value = results[i] ?? c.query.default_value;
|
1353
1355
|
if (value) {
|
@@ -1561,6 +1563,7 @@ function createModal(App, options = {
|
|
1561
1563
|
context: { api_key: '' },
|
1562
1564
|
}) {
|
1563
1565
|
let app = null;
|
1566
|
+
console.log("start modal");
|
1564
1567
|
const data = {
|
1565
1568
|
...options.props,
|
1566
1569
|
...options.variables,
|
@@ -2550,7 +2553,7 @@ class State extends SvelteComponent {
|
|
2550
2553
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2551
2554
|
|
2552
2555
|
function add_css$t(target) {
|
2553
|
-
append_styles(target, "svelte-
|
2556
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2554
2557
|
}
|
2555
2558
|
|
2556
2559
|
// (23:0) {#if $state === path}
|
@@ -2577,7 +2580,7 @@ function create_if_block$8(ctx) {
|
|
2577
2580
|
},
|
2578
2581
|
h() {
|
2579
2582
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2580
|
-
attr(div, "class", "state-item svelte-
|
2583
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2581
2584
|
},
|
2582
2585
|
m(target, anchor) {
|
2583
2586
|
insert_hydration(target, div, anchor);
|
@@ -2936,7 +2939,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
2936
2939
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
2937
2940
|
|
2938
2941
|
function add_css$s(target) {
|
2939
|
-
append_styles(target, "svelte-
|
2942
|
+
append_styles(target, "svelte-g6ucc2", ".background.svelte-g6ucc2{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
2940
2943
|
}
|
2941
2944
|
|
2942
2945
|
// (9:0) {#if backgroundOverlay}
|
@@ -2956,7 +2959,7 @@ function create_if_block$7(ctx) {
|
|
2956
2959
|
this.h();
|
2957
2960
|
},
|
2958
2961
|
h() {
|
2959
|
-
attr(div, "class", "background svelte-
|
2962
|
+
attr(div, "class", "background svelte-g6ucc2");
|
2960
2963
|
},
|
2961
2964
|
m(target, anchor) {
|
2962
2965
|
insert_hydration(target, div, anchor);
|
@@ -3071,7 +3074,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3071
3074
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3072
3075
|
|
3073
3076
|
function add_css$r(target) {
|
3074
|
-
append_styles(target, "svelte-
|
3077
|
+
append_styles(target, "svelte-1dtbrzj", ".button.svelte-1dtbrzj{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1dtbrzj:link,.button.svelte-1dtbrzj:visited,.button.svelte-1dtbrzj:active,.button.svelte-1dtbrzj:hover{color:inherit}");
|
3075
3078
|
}
|
3076
3079
|
|
3077
3080
|
// (50:0) {:else}
|
@@ -3110,7 +3113,7 @@ function create_else_block$3(ctx) {
|
|
3110
3113
|
},
|
3111
3114
|
h() {
|
3112
3115
|
set_attributes(button, button_data);
|
3113
|
-
toggle_class(button, "svelte-
|
3116
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3114
3117
|
},
|
3115
3118
|
m(target, anchor) {
|
3116
3119
|
insert_hydration(target, button, anchor);
|
@@ -3149,7 +3152,7 @@ function create_else_block$3(ctx) {
|
|
3149
3152
|
dataAttrStopPropagation('click')
|
3150
3153
|
]));
|
3151
3154
|
|
3152
|
-
toggle_class(button, "svelte-
|
3155
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3153
3156
|
},
|
3154
3157
|
i(local) {
|
3155
3158
|
if (current) return;
|
@@ -3190,7 +3193,7 @@ function create_if_block_2(ctx) {
|
|
3190
3193
|
this.h();
|
3191
3194
|
},
|
3192
3195
|
h() {
|
3193
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3196
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3194
3197
|
attr(div, "style", /*style*/ ctx[1]);
|
3195
3198
|
},
|
3196
3199
|
m(target, anchor) {
|
@@ -3290,7 +3293,7 @@ function create_if_block_1$2(ctx) {
|
|
3290
3293
|
},
|
3291
3294
|
h() {
|
3292
3295
|
set_attributes(a, a_data);
|
3293
|
-
toggle_class(a, "svelte-
|
3296
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3294
3297
|
},
|
3295
3298
|
m(target, anchor) {
|
3296
3299
|
insert_hydration(target, a, anchor);
|
@@ -3332,7 +3335,7 @@ function create_if_block_1$2(ctx) {
|
|
3332
3335
|
dataAttrStopPropagation('click')
|
3333
3336
|
]));
|
3334
3337
|
|
3335
|
-
toggle_class(a, "svelte-
|
3338
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3336
3339
|
},
|
3337
3340
|
i(local) {
|
3338
3341
|
if (current) return;
|
@@ -3373,7 +3376,7 @@ function create_if_block$6(ctx) {
|
|
3373
3376
|
this.h();
|
3374
3377
|
},
|
3375
3378
|
h() {
|
3376
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3379
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3377
3380
|
attr(div, "style", /*style*/ ctx[1]);
|
3378
3381
|
},
|
3379
3382
|
m(target, anchor) {
|
@@ -3581,7 +3584,7 @@ class Button extends SvelteComponent {
|
|
3581
3584
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3582
3585
|
|
3583
3586
|
function add_css$q(target) {
|
3584
|
-
append_styles(target, "svelte-
|
3587
|
+
append_styles(target, "svelte-1m1do8u", ".modal.svelte-1m1do8u{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1m1do8u > .button{flex:auto;display:flex}.close.svelte-1m1do8u{position:absolute;top:0;right:0}.close.svelte-1m1do8u > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1m1do8u > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1m1do8u{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
3585
3588
|
}
|
3586
3589
|
|
3587
3590
|
// (145:0) {#if visible}
|
@@ -3622,7 +3625,7 @@ function create_if_block$5(ctx) {
|
|
3622
3625
|
this.h();
|
3623
3626
|
},
|
3624
3627
|
h() {
|
3625
|
-
attr(div, "class", "modal svelte-
|
3628
|
+
attr(div, "class", "modal svelte-1m1do8u");
|
3626
3629
|
attr(div, "role", "dialog");
|
3627
3630
|
attr(div, "aria-modal", "true");
|
3628
3631
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3710,7 +3713,7 @@ function create_if_block_1$1(ctx) {
|
|
3710
3713
|
this.h();
|
3711
3714
|
},
|
3712
3715
|
h() {
|
3713
|
-
attr(div, "class", "close svelte-
|
3716
|
+
attr(div, "class", "close svelte-1m1do8u");
|
3714
3717
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3715
3718
|
},
|
3716
3719
|
m(target, anchor) {
|
@@ -3835,7 +3838,7 @@ function create_default_slot$6(ctx) {
|
|
3835
3838
|
this.h();
|
3836
3839
|
},
|
3837
3840
|
h() {
|
3838
|
-
attr(div, "class", "modal-content svelte-
|
3841
|
+
attr(div, "class", "modal-content svelte-1m1do8u");
|
3839
3842
|
attr(div, "style", /*_style*/ ctx[4]);
|
3840
3843
|
},
|
3841
3844
|
m(target, anchor) {
|
@@ -4345,7 +4348,7 @@ class Grid extends SvelteComponent {
|
|
4345
4348
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4346
4349
|
|
4347
4350
|
function add_css$p(target) {
|
4348
|
-
append_styles(target, "svelte-
|
4351
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4349
4352
|
}
|
4350
4353
|
|
4351
4354
|
function create_fragment$r(ctx) {
|
@@ -4379,8 +4382,8 @@ function create_fragment$r(ctx) {
|
|
4379
4382
|
this.h();
|
4380
4383
|
},
|
4381
4384
|
h() {
|
4382
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4383
|
-
attr(div1, "class", "grid-item svelte-
|
4385
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4386
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4384
4387
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4385
4388
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4386
4389
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4702,7 +4705,7 @@ class RenderText extends SvelteComponent {
|
|
4702
4705
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4703
4706
|
|
4704
4707
|
function add_css$o(target) {
|
4705
|
-
append_styles(target, "svelte-
|
4708
|
+
append_styles(target, "svelte-vz6867", ".text-element-wrapper.svelte-vz6867.svelte-vz6867{position:relative;height:100%}.text-element.svelte-vz6867.svelte-vz6867{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-vz6867.svelte-vz6867{text-decoration:none;color:inherit}.text-element-inner.svelte-vz6867.svelte-vz6867{width:100%;height:auto}.text-direction-vertical.svelte-vz6867.svelte-vz6867{writing-mode:vertical-rl}.text-direction-vertical.svelte-vz6867 .text-element-inner.svelte-vz6867{width:auto;height:100%}.tooltip.svelte-vz6867.svelte-vz6867{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-vz6867.svelte-vz6867:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-vz6867.svelte-vz6867{display:block}.tooltip-error.svelte-vz6867.svelte-vz6867{background-color:#c00}.tooltip-error.svelte-vz6867.svelte-vz6867:before{border-bottom:7px solid #c00}");
|
4706
4709
|
}
|
4707
4710
|
|
4708
4711
|
// (93:2) {:else}
|
@@ -4732,8 +4735,8 @@ function create_else_block$1(ctx) {
|
|
4732
4735
|
this.h();
|
4733
4736
|
},
|
4734
4737
|
h() {
|
4735
|
-
attr(div0, "class", "text-element-inner svelte-
|
4736
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4738
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4739
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4737
4740
|
attr(div1, "style", /*style*/ ctx[5]);
|
4738
4741
|
},
|
4739
4742
|
m(target, anchor) {
|
@@ -4747,7 +4750,7 @@ function create_else_block$1(ctx) {
|
|
4747
4750
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4748
4751
|
rendertext.$set(rendertext_changes);
|
4749
4752
|
|
4750
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4753
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4751
4754
|
attr(div1, "class", div1_class_value);
|
4752
4755
|
}
|
4753
4756
|
|
@@ -4822,12 +4825,12 @@ function create_if_block$3(ctx) {
|
|
4822
4825
|
this.h();
|
4823
4826
|
},
|
4824
4827
|
h() {
|
4825
|
-
attr(div0, "class", "text-element-inner svelte-
|
4828
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4826
4829
|
attr(a, "href", '');
|
4827
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4830
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4828
4831
|
attr(a, "style", /*style*/ ctx[5]);
|
4829
|
-
attr(div1, "class", "tooltip svelte-
|
4830
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4832
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
4833
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
4831
4834
|
},
|
4832
4835
|
m(target, anchor) {
|
4833
4836
|
insert_hydration(target, a, anchor);
|
@@ -4853,7 +4856,7 @@ function create_if_block$3(ctx) {
|
|
4853
4856
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4854
4857
|
rendertext.$set(rendertext_changes);
|
4855
4858
|
|
4856
|
-
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4859
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4857
4860
|
attr(a, "class", a_class_value);
|
4858
4861
|
}
|
4859
4862
|
|
@@ -4915,7 +4918,7 @@ function create_fragment$p(ctx) {
|
|
4915
4918
|
this.h();
|
4916
4919
|
},
|
4917
4920
|
h() {
|
4918
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4921
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
4919
4922
|
},
|
4920
4923
|
m(target, anchor) {
|
4921
4924
|
insert_hydration(target, div, anchor);
|
@@ -5080,7 +5083,7 @@ class TextElement extends SvelteComponent {
|
|
5080
5083
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5081
5084
|
|
5082
5085
|
function add_css$n(target) {
|
5083
|
-
append_styles(target, "svelte-
|
5086
|
+
append_styles(target, "svelte-ejepf6", ".text-button-element.svelte-ejepf6{width:100%;height:100%}.text-button-element.svelte-ejepf6 > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#000000;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-ejepf6 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ejepf6 > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ejepf6 > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5084
5087
|
}
|
5085
5088
|
|
5086
5089
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5149,7 +5152,7 @@ function create_fragment$o(ctx) {
|
|
5149
5152
|
this.h();
|
5150
5153
|
},
|
5151
5154
|
h() {
|
5152
|
-
attr(div, "class", "text-button-element svelte-
|
5155
|
+
attr(div, "class", "text-button-element svelte-ejepf6");
|
5153
5156
|
},
|
5154
5157
|
m(target, anchor) {
|
5155
5158
|
insert_hydration(target, div, anchor);
|
@@ -5241,7 +5244,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5241
5244
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5242
5245
|
|
5243
5246
|
function add_css$m(target) {
|
5244
|
-
append_styles(target, "svelte-
|
5247
|
+
append_styles(target, "svelte-1alkh1m", ".image-element.svelte-1alkh1m{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1alkh1m > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-1alkh1m > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1alkh1m > .button:not(._disabled):hover,.image-element.transport.svelte-1alkh1m > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1alkh1m{width:100%;height:100%}");
|
5245
5248
|
}
|
5246
5249
|
|
5247
5250
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5269,7 +5272,7 @@ function create_default_slot$4(ctx) {
|
|
5269
5272
|
this.h();
|
5270
5273
|
},
|
5271
5274
|
h() {
|
5272
|
-
attr(img, "class", "image svelte-
|
5275
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5273
5276
|
attr(img, "loading", "lazy");
|
5274
5277
|
attr(img, "width", "auto");
|
5275
5278
|
attr(img, "height", "auto");
|
@@ -5329,7 +5332,7 @@ function create_fragment$n(ctx) {
|
|
5329
5332
|
this.h();
|
5330
5333
|
},
|
5331
5334
|
h() {
|
5332
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5335
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5333
5336
|
},
|
5334
5337
|
m(target, anchor) {
|
5335
5338
|
insert_hydration(target, div, anchor);
|
@@ -5348,7 +5351,7 @@ function create_fragment$n(ctx) {
|
|
5348
5351
|
|
5349
5352
|
button.$set(button_changes);
|
5350
5353
|
|
5351
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5354
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5352
5355
|
attr(div, "class", div_class_value);
|
5353
5356
|
}
|
5354
5357
|
},
|
@@ -5420,7 +5423,7 @@ class ImageElement extends SvelteComponent {
|
|
5420
5423
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5421
5424
|
|
5422
5425
|
function add_css$l(target) {
|
5423
|
-
append_styles(target, "svelte-
|
5426
|
+
append_styles(target, "svelte-1t8r9z", ".list.svelte-1t8r9z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5424
5427
|
}
|
5425
5428
|
|
5426
5429
|
function create_fragment$m(ctx) {
|
@@ -5443,7 +5446,7 @@ function create_fragment$m(ctx) {
|
|
5443
5446
|
this.h();
|
5444
5447
|
},
|
5445
5448
|
h() {
|
5446
|
-
attr(div, "class", "list svelte-
|
5449
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5447
5450
|
attr(div, "style", /*style*/ ctx[0]);
|
5448
5451
|
},
|
5449
5452
|
m(target, anchor) {
|
@@ -5577,7 +5580,7 @@ class List extends SvelteComponent {
|
|
5577
5580
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5578
5581
|
|
5579
5582
|
function add_css$k(target) {
|
5580
|
-
append_styles(target, "svelte-
|
5583
|
+
append_styles(target, "svelte-1lbw8v2", ".list-item.svelte-1lbw8v2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1lbw8v2 > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5581
5584
|
}
|
5582
5585
|
|
5583
5586
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5660,7 +5663,7 @@ function create_fragment$l(ctx) {
|
|
5660
5663
|
this.h();
|
5661
5664
|
},
|
5662
5665
|
h() {
|
5663
|
-
attr(div, "class", "list-item svelte-
|
5666
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5664
5667
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5665
5668
|
},
|
5666
5669
|
m(target, anchor) {
|
@@ -5786,7 +5789,7 @@ class ListItem extends SvelteComponent {
|
|
5786
5789
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5787
5790
|
|
5788
5791
|
function add_css$j(target) {
|
5789
|
-
append_styles(target, "svelte-
|
5792
|
+
append_styles(target, "svelte-w6jkzh", ".embed.svelte-w6jkzh{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-w6jkzh iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5790
5793
|
}
|
5791
5794
|
|
5792
5795
|
function create_fragment$k(ctx) {
|
@@ -5804,7 +5807,7 @@ function create_fragment$k(ctx) {
|
|
5804
5807
|
this.h();
|
5805
5808
|
},
|
5806
5809
|
h() {
|
5807
|
-
attr(div, "class", "embed svelte-
|
5810
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5808
5811
|
attr(div, "style", /*_style*/ ctx[1]);
|
5809
5812
|
},
|
5810
5813
|
m(target, anchor) {
|
@@ -5847,7 +5850,7 @@ class EmbedElement extends SvelteComponent {
|
|
5847
5850
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5848
5851
|
|
5849
5852
|
function add_css$i(target) {
|
5850
|
-
append_styles(target, "svelte-
|
5853
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5851
5854
|
}
|
5852
5855
|
|
5853
5856
|
function create_fragment$j(ctx) {
|
@@ -5870,7 +5873,7 @@ function create_fragment$j(ctx) {
|
|
5870
5873
|
},
|
5871
5874
|
h() {
|
5872
5875
|
attr(div0, "class", "karte-player");
|
5873
|
-
attr(div1, "class", "embed svelte-
|
5876
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5874
5877
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5875
5878
|
},
|
5876
5879
|
m(target, anchor) {
|
@@ -6212,7 +6215,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6212
6215
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6213
6216
|
|
6214
6217
|
function add_css$h(target) {
|
6215
|
-
append_styles(target, "svelte-
|
6218
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6216
6219
|
}
|
6217
6220
|
|
6218
6221
|
function create_fragment$i(ctx) {
|
@@ -6235,7 +6238,7 @@ function create_fragment$i(ctx) {
|
|
6235
6238
|
},
|
6236
6239
|
h() {
|
6237
6240
|
attr(div0, "class", "karte-player");
|
6238
|
-
attr(div1, "class", "embed svelte-
|
6241
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6239
6242
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6240
6243
|
},
|
6241
6244
|
m(target, anchor) {
|
@@ -6419,7 +6422,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6419
6422
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6420
6423
|
|
6421
6424
|
function add_css$g(target) {
|
6422
|
-
append_styles(target, "svelte-
|
6425
|
+
append_styles(target, "svelte-13z4kn0", ".textarea-wrapper.svelte-13z4kn0{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-13z4kn0{width:100%;resize:none}");
|
6423
6426
|
}
|
6424
6427
|
|
6425
6428
|
function create_fragment$h(ctx) {
|
@@ -6449,12 +6452,12 @@ function create_fragment$h(ctx) {
|
|
6449
6452
|
this.h();
|
6450
6453
|
},
|
6451
6454
|
h() {
|
6452
|
-
attr(textarea, "class", "textarea svelte-
|
6455
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6453
6456
|
textarea.value = /*$value*/ ctx[3];
|
6454
6457
|
textarea.required = /*required*/ ctx[0];
|
6455
6458
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6456
6459
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6457
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6460
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6458
6461
|
},
|
6459
6462
|
m(target, anchor) {
|
6460
6463
|
insert_hydration(target, div, anchor);
|
@@ -6550,7 +6553,7 @@ class FormTextarea extends SvelteComponent {
|
|
6550
6553
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6551
6554
|
|
6552
6555
|
function add_css$f(target) {
|
6553
|
-
append_styles(target, "svelte-
|
6556
|
+
append_styles(target, "svelte-1ntb6j8", ".radio-buttons.svelte-1ntb6j8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-1ntb6j8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-1ntb6j8{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-1ntb6j8:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-1ntb6j8{margin-left:0.5em}");
|
6554
6557
|
}
|
6555
6558
|
|
6556
6559
|
function get_each_context$5(ctx, list, i) {
|
@@ -6606,14 +6609,14 @@ function create_each_block$5(ctx) {
|
|
6606
6609
|
},
|
6607
6610
|
h() {
|
6608
6611
|
attr(input, "type", "radio");
|
6609
|
-
attr(input, "class", "radio-button-input svelte-
|
6612
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6610
6613
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6611
6614
|
attr(input, "name", /*name*/ ctx[0]);
|
6612
6615
|
input.value = input_value_value = /*option*/ ctx[16];
|
6613
6616
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6614
|
-
attr(span, "class", "radio-button-text svelte-
|
6617
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6615
6618
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6616
|
-
attr(label, "class", "radio-button svelte-
|
6619
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6617
6620
|
},
|
6618
6621
|
m(target, anchor) {
|
6619
6622
|
insert_hydration(target, label, anchor);
|
@@ -6692,7 +6695,7 @@ function create_fragment$g(ctx) {
|
|
6692
6695
|
this.h();
|
6693
6696
|
},
|
6694
6697
|
h() {
|
6695
|
-
attr(div, "class", "radio-buttons svelte-
|
6698
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6696
6699
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6697
6700
|
},
|
6698
6701
|
m(target, anchor) {
|
@@ -6859,7 +6862,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6859
6862
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6860
6863
|
|
6861
6864
|
function add_css$e(target) {
|
6862
|
-
append_styles(target, "svelte-
|
6865
|
+
append_styles(target, "svelte-iejizj", ".select.svelte-iejizj{width:100%;height:100%}.select-select.svelte-iejizj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-iejizj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-iejizj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
6863
6866
|
}
|
6864
6867
|
|
6865
6868
|
function get_each_context$4(ctx, list, i) {
|
@@ -7030,10 +7033,10 @@ function create_fragment$f(ctx) {
|
|
7030
7033
|
this.h();
|
7031
7034
|
},
|
7032
7035
|
h() {
|
7033
|
-
attr(select, "class", "select-select svelte-
|
7036
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7034
7037
|
attr(select, "style", /*style*/ ctx[3]);
|
7035
|
-
attr(div0, "class", "select-icon svelte-
|
7036
|
-
attr(div1, "class", "select svelte-
|
7038
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7039
|
+
attr(div1, "class", "select svelte-iejizj");
|
7037
7040
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7038
7041
|
},
|
7039
7042
|
m(target, anchor) {
|
@@ -7235,7 +7238,7 @@ class FormSelect extends SvelteComponent {
|
|
7235
7238
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7236
7239
|
|
7237
7240
|
function add_css$d(target) {
|
7238
|
-
append_styles(target, "svelte-
|
7241
|
+
append_styles(target, "svelte-2pz1us", ".check-boxes.svelte-2pz1us.svelte-2pz1us{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-2pz1us.svelte-2pz1us{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-2pz1us.svelte-2pz1us{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-2pz1us.svelte-2pz1us{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-2pz1us.svelte-2pz1us{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-2pz1us.svelte-2pz1us:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-2pz1us.svelte-2pz1us{background-color:var(--color-main-active)}.check-box-check._checked.svelte-2pz1us .check-box-icon.svelte-2pz1us:after{border-color:var(--color-sub-active)}.check-box-text.svelte-2pz1us.svelte-2pz1us{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7239
7242
|
}
|
7240
7243
|
|
7241
7244
|
function get_each_context$3(ctx, list, i) {
|
@@ -7297,19 +7300,19 @@ function create_each_block$3(ctx) {
|
|
7297
7300
|
this.h();
|
7298
7301
|
},
|
7299
7302
|
h() {
|
7300
|
-
attr(input, "class", "check-box-input svelte-
|
7303
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
7301
7304
|
attr(input, "type", "checkbox");
|
7302
7305
|
attr(input, "name", /*name*/ ctx[0]);
|
7303
7306
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7304
|
-
attr(span0, "class", "check-box-icon svelte-
|
7307
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
7305
7308
|
|
7306
7309
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7307
7310
|
? ' _checked'
|
7308
|
-
: ''}`) + " svelte-
|
7311
|
+
: ''}`) + " svelte-2pz1us"));
|
7309
7312
|
|
7310
|
-
attr(span2, "class", "check-box-text svelte-
|
7313
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
7311
7314
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7312
|
-
attr(label, "class", "check-box svelte-
|
7315
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
7313
7316
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7314
7317
|
},
|
7315
7318
|
m(target, anchor) {
|
@@ -7341,7 +7344,7 @@ function create_each_block$3(ctx) {
|
|
7341
7344
|
|
7342
7345
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7343
7346
|
? ' _checked'
|
7344
|
-
: ''}`) + " svelte-
|
7347
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7345
7348
|
attr(span1, "class", span1_class_value);
|
7346
7349
|
}
|
7347
7350
|
|
@@ -7394,7 +7397,7 @@ function create_fragment$e(ctx) {
|
|
7394
7397
|
this.h();
|
7395
7398
|
},
|
7396
7399
|
h() {
|
7397
|
-
attr(div, "class", "check-boxes svelte-
|
7400
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7398
7401
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7399
7402
|
},
|
7400
7403
|
m(target, anchor) {
|
@@ -7569,7 +7572,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7569
7572
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7570
7573
|
|
7571
7574
|
function add_css$c(target) {
|
7572
|
-
append_styles(target, "svelte-
|
7575
|
+
append_styles(target, "svelte-18pfy31", ".rating-buttons.svelte-18pfy31{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-18pfy31{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7573
7576
|
}
|
7574
7577
|
|
7575
7578
|
function get_each_context$2(ctx, list, i) {
|
@@ -7604,7 +7607,7 @@ function create_each_block$2(ctx) {
|
|
7604
7607
|
this.h();
|
7605
7608
|
},
|
7606
7609
|
h() {
|
7607
|
-
attr(button, "class", "rating-button svelte-
|
7610
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7608
7611
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7609
7612
|
},
|
7610
7613
|
m(target, anchor) {
|
@@ -7667,7 +7670,7 @@ function create_fragment$d(ctx) {
|
|
7667
7670
|
this.h();
|
7668
7671
|
},
|
7669
7672
|
h() {
|
7670
|
-
attr(div, "class", "rating-buttons svelte-
|
7673
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7671
7674
|
},
|
7672
7675
|
m(target, anchor) {
|
7673
7676
|
insert_hydration(target, div, anchor);
|
@@ -7804,7 +7807,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7804
7807
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7805
7808
|
|
7806
7809
|
function add_css$b(target) {
|
7807
|
-
append_styles(target, "svelte-
|
7810
|
+
append_styles(target, "svelte-1b5dvzw", ".rating-buttons.svelte-1b5dvzw{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1b5dvzw{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-1b5dvzw{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-1b5dvzw:not(._active){filter:grayscale(100%)}");
|
7808
7811
|
}
|
7809
7812
|
|
7810
7813
|
function get_each_context$1(ctx, list, i) {
|
@@ -7840,9 +7843,9 @@ function create_each_block$1(ctx) {
|
|
7840
7843
|
},
|
7841
7844
|
h() {
|
7842
7845
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7843
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7846
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7844
7847
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7845
|
-
attr(button, "class", "rating-button svelte-
|
7848
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7846
7849
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7847
7850
|
},
|
7848
7851
|
m(target, anchor) {
|
@@ -7858,7 +7861,7 @@ function create_each_block$1(ctx) {
|
|
7858
7861
|
p(new_ctx, dirty) {
|
7859
7862
|
ctx = new_ctx;
|
7860
7863
|
|
7861
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7864
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"))) {
|
7862
7865
|
attr(img, "class", img_class_value);
|
7863
7866
|
}
|
7864
7867
|
|
@@ -7905,7 +7908,7 @@ function create_fragment$c(ctx) {
|
|
7905
7908
|
this.h();
|
7906
7909
|
},
|
7907
7910
|
h() {
|
7908
|
-
attr(div, "class", "rating-buttons svelte-
|
7911
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7909
7912
|
},
|
7910
7913
|
m(target, anchor) {
|
7911
7914
|
insert_hydration(target, div, anchor);
|
@@ -8013,7 +8016,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8013
8016
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8014
8017
|
|
8015
8018
|
function add_css$a(target) {
|
8016
|
-
append_styles(target, "svelte-
|
8019
|
+
append_styles(target, "svelte-1qfq79t", ".root.svelte-1qfq79t{width:100%;height:100%;position:relative}.container.svelte-1qfq79t{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-1qfq79t{height:100%;position:absolute;display:flex}.transition.svelte-1qfq79t{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-1qfq79t{height:100%;flex:none}.prev-button-container.svelte-1qfq79t,.next-button-container.svelte-1qfq79t{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-1qfq79t{left:0}.next-button-container.svelte-1qfq79t{right:0}.move-button.svelte-1qfq79t{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-1qfq79t{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-1qfq79t{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-1qfq79t{border-radius:51%}");
|
8017
8020
|
}
|
8018
8021
|
|
8019
8022
|
function get_each_context(ctx, list, i) {
|
@@ -8059,9 +8062,9 @@ function create_if_block_1(ctx) {
|
|
8059
8062
|
attr(svg, "viewBox", "0 0 10 16");
|
8060
8063
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8061
8064
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8062
|
-
attr(button, "class", "move-button svelte-
|
8065
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8063
8066
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8064
|
-
attr(div, "class", "prev-button-container svelte-
|
8067
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
8065
8068
|
},
|
8066
8069
|
m(target, anchor) {
|
8067
8070
|
insert_hydration(target, div, anchor);
|
@@ -8127,9 +8130,9 @@ function create_if_block$1(ctx) {
|
|
8127
8130
|
attr(svg, "viewBox", "0 0 10 16");
|
8128
8131
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8129
8132
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8130
|
-
attr(button, "class", "move-button svelte-
|
8133
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
8131
8134
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8132
|
-
attr(div, "class", "next-button-container svelte-
|
8135
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
8133
8136
|
},
|
8134
8137
|
m(target, anchor) {
|
8135
8138
|
insert_hydration(target, div, anchor);
|
@@ -8189,9 +8192,9 @@ function create_each_block(ctx) {
|
|
8189
8192
|
this.h();
|
8190
8193
|
},
|
8191
8194
|
h() {
|
8192
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8195
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
8193
8196
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8194
|
-
attr(button, "class", "navigation-item svelte-
|
8197
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
8195
8198
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8196
8199
|
},
|
8197
8200
|
m(target, anchor) {
|
@@ -8297,14 +8300,14 @@ function create_fragment$b(ctx) {
|
|
8297
8300
|
this.h();
|
8298
8301
|
},
|
8299
8302
|
h() {
|
8300
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8303
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
8301
8304
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8302
|
-
attr(div1, "class", "container svelte-
|
8305
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
8303
8306
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8304
|
-
attr(div2, "class", "navigation svelte-
|
8307
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
8305
8308
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8306
8309
|
set_attributes(div3, div3_data);
|
8307
|
-
toggle_class(div3, "svelte-
|
8310
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8308
8311
|
},
|
8309
8312
|
m(target, anchor) {
|
8310
8313
|
insert_hydration(target, div3, anchor);
|
@@ -8346,7 +8349,7 @@ function create_fragment$b(ctx) {
|
|
8346
8349
|
}
|
8347
8350
|
}
|
8348
8351
|
|
8349
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8352
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
8350
8353
|
attr(div0, "class", div0_class_value);
|
8351
8354
|
}
|
8352
8355
|
|
@@ -8412,7 +8415,7 @@ function create_fragment$b(ctx) {
|
|
8412
8415
|
}
|
8413
8416
|
|
8414
8417
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8415
|
-
toggle_class(div3, "svelte-
|
8418
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
8416
8419
|
},
|
8417
8420
|
i(local) {
|
8418
8421
|
if (current) return;
|
@@ -8924,7 +8927,7 @@ class Slide extends SvelteComponent {
|
|
8924
8927
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8925
8928
|
|
8926
8929
|
function add_css$9(target) {
|
8927
|
-
append_styles(target, "svelte-
|
8930
|
+
append_styles(target, "svelte-1rv0qgo", ".item.svelte-1rv0qgo{height:100%;flex:none;position:relative}.item.svelte-1rv0qgo img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1rv0qgo{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
8928
8931
|
}
|
8929
8932
|
|
8930
8933
|
function create_fragment$a(ctx) {
|
@@ -8952,9 +8955,9 @@ function create_fragment$a(ctx) {
|
|
8952
8955
|
this.h();
|
8953
8956
|
},
|
8954
8957
|
h() {
|
8955
|
-
attr(div0, "class", "item-inner svelte-
|
8958
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
8956
8959
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8957
|
-
attr(div1, "class", "item svelte-
|
8960
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
8958
8961
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8959
8962
|
},
|
8960
8963
|
m(target, anchor) {
|
@@ -9080,7 +9083,7 @@ class SlideItem extends SvelteComponent {
|
|
9080
9083
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9081
9084
|
|
9082
9085
|
function add_css$8(target) {
|
9083
|
-
append_styles(target, "svelte-
|
9086
|
+
append_styles(target, "svelte-t87l6f", ".countdown.svelte-t87l6f{position:relative;width:100%;height:100%}.countdown-inner.svelte-t87l6f{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9084
9087
|
}
|
9085
9088
|
|
9086
9089
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9111,9 +9114,9 @@ function create_fragment$9(ctx) {
|
|
9111
9114
|
this.h();
|
9112
9115
|
},
|
9113
9116
|
h() {
|
9114
|
-
attr(div0, "class", "countdown-inner svelte-
|
9117
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
9115
9118
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9116
|
-
attr(div1, "class", "countdown svelte-
|
9119
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
9117
9120
|
},
|
9118
9121
|
m(target, anchor) {
|
9119
9122
|
insert_hydration(target, div1, anchor);
|
@@ -9243,7 +9246,7 @@ class Countdown extends SvelteComponent {
|
|
9243
9246
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9244
9247
|
|
9245
9248
|
function add_css$7(target) {
|
9246
|
-
append_styles(target, "svelte-
|
9249
|
+
append_styles(target, "svelte-1c91vpe", ".box.svelte-1c91vpe{position:relative;width:100%;height:100%}.box.svelte-1c91vpe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9247
9250
|
}
|
9248
9251
|
|
9249
9252
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9326,7 +9329,7 @@ function create_fragment$8(ctx) {
|
|
9326
9329
|
this.h();
|
9327
9330
|
},
|
9328
9331
|
h() {
|
9329
|
-
attr(div, "class", "box svelte-
|
9332
|
+
attr(div, "class", "box svelte-1c91vpe");
|
9330
9333
|
},
|
9331
9334
|
m(target, anchor) {
|
9332
9335
|
insert_hydration(target, div, anchor);
|
@@ -9387,7 +9390,7 @@ class Box extends SvelteComponent {
|
|
9387
9390
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9388
9391
|
|
9389
9392
|
function add_css$6(target) {
|
9390
|
-
append_styles(target, "svelte-
|
9393
|
+
append_styles(target, "svelte-1mk6wi4", ".icon.svelte-1mk6wi4{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mk6wi4 > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mk6wi4 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mk6wi4 svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
9391
9394
|
}
|
9392
9395
|
|
9393
9396
|
// (56:4) {#if svg}
|
@@ -9491,7 +9494,7 @@ function create_fragment$7(ctx) {
|
|
9491
9494
|
this.h();
|
9492
9495
|
},
|
9493
9496
|
h() {
|
9494
|
-
attr(div, "class", "icon svelte-
|
9497
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
9495
9498
|
},
|
9496
9499
|
m(target, anchor) {
|
9497
9500
|
insert_hydration(target, div, anchor);
|
@@ -9600,7 +9603,7 @@ class IconElement extends SvelteComponent {
|
|
9600
9603
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9601
9604
|
|
9602
9605
|
function add_css$5(target) {
|
9603
|
-
append_styles(target, "svelte-
|
9606
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9604
9607
|
}
|
9605
9608
|
|
9606
9609
|
function create_fragment$6(ctx) {
|
@@ -9636,7 +9639,7 @@ function create_fragment$6(ctx) {
|
|
9636
9639
|
this.h();
|
9637
9640
|
},
|
9638
9641
|
h() {
|
9639
|
-
attr(div, "class", "codeElement svelte-
|
9642
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9640
9643
|
attr(div, "style", /*style*/ ctx[3]);
|
9641
9644
|
},
|
9642
9645
|
m(target, anchor) {
|
@@ -9725,7 +9728,7 @@ class CodeElement extends SvelteComponent {
|
|
9725
9728
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9726
9729
|
|
9727
9730
|
function add_css$4(target) {
|
9728
|
-
append_styles(target, "svelte-
|
9731
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9729
9732
|
}
|
9730
9733
|
|
9731
9734
|
function create_fragment$5(ctx) {
|
@@ -9749,7 +9752,7 @@ function create_fragment$5(ctx) {
|
|
9749
9752
|
this.h();
|
9750
9753
|
},
|
9751
9754
|
h() {
|
9752
|
-
attr(div, "class", "flex svelte-
|
9755
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9753
9756
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9754
9757
|
},
|
9755
9758
|
m(target, anchor) {
|
@@ -9846,7 +9849,7 @@ class Flex extends SvelteComponent {
|
|
9846
9849
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9847
9850
|
|
9848
9851
|
function add_css$3(target) {
|
9849
|
-
append_styles(target, "svelte-
|
9852
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9850
9853
|
}
|
9851
9854
|
|
9852
9855
|
function create_fragment$4(ctx) {
|
@@ -9869,7 +9872,7 @@ function create_fragment$4(ctx) {
|
|
9869
9872
|
this.h();
|
9870
9873
|
},
|
9871
9874
|
h() {
|
9872
|
-
attr(div, "class", "flex-item svelte-
|
9875
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9873
9876
|
attr(div, "style", /*style*/ ctx[0]);
|
9874
9877
|
},
|
9875
9878
|
m(target, anchor) {
|
@@ -10289,7 +10292,7 @@ class GridModalState extends SvelteComponent {
|
|
10289
10292
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10290
10293
|
|
10291
10294
|
function add_css$2(target) {
|
10292
|
-
append_styles(target, "svelte-
|
10295
|
+
append_styles(target, "svelte-akic2e", ".text-block.svelte-akic2e.svelte-akic2e{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-akic2e.svelte-akic2e{width:100%;height:auto}.text-direction-vertical.svelte-akic2e.svelte-akic2e{writing-mode:vertical-rl}.text-direction-vertical.svelte-akic2e .text-block-inner.svelte-akic2e{width:auto;height:100%}");
|
10293
10296
|
}
|
10294
10297
|
|
10295
10298
|
function create_fragment$2(ctx) {
|
@@ -10318,8 +10321,8 @@ function create_fragment$2(ctx) {
|
|
10318
10321
|
this.h();
|
10319
10322
|
},
|
10320
10323
|
h() {
|
10321
|
-
attr(div0, "class", "text-block-inner svelte-
|
10322
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10324
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
10325
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
10323
10326
|
attr(div1, "style", /*style*/ ctx[2]);
|
10324
10327
|
},
|
10325
10328
|
m(target, anchor) {
|
@@ -10333,7 +10336,7 @@ function create_fragment$2(ctx) {
|
|
10333
10336
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10334
10337
|
rendertext.$set(rendertext_changes);
|
10335
10338
|
|
10336
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10339
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
10337
10340
|
attr(div1, "class", div1_class_value);
|
10338
10341
|
}
|
10339
10342
|
|
@@ -10411,7 +10414,7 @@ class TextBlock extends SvelteComponent {
|
|
10411
10414
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10412
10415
|
|
10413
10416
|
function add_css$1(target) {
|
10414
|
-
append_styles(target, "svelte-
|
10417
|
+
append_styles(target, "svelte-1c34p4n", ".text-button-block.svelte-1c34p4n{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-1c34p4n{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-1c34p4n:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1c34p4n:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
10415
10418
|
}
|
10416
10419
|
|
10417
10420
|
function create_fragment$1(ctx) {
|
@@ -10441,9 +10444,9 @@ function create_fragment$1(ctx) {
|
|
10441
10444
|
this.h();
|
10442
10445
|
},
|
10443
10446
|
h() {
|
10444
|
-
attr(button, "class", "text-button svelte-
|
10447
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
10445
10448
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10446
|
-
attr(div, "class", "text-button-block svelte-
|
10449
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
10447
10450
|
attr(div, "style", /*_style*/ ctx[2]);
|
10448
10451
|
},
|
10449
10452
|
m(target, anchor) {
|
@@ -10549,7 +10552,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10549
10552
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10550
10553
|
|
10551
10554
|
function add_css(target) {
|
10552
|
-
append_styles(target, "svelte-
|
10555
|
+
append_styles(target, "svelte-1jus6sx", ".image-block.svelte-1jus6sx{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1jus6sx{width:100%;height:100%}.transport.svelte-1jus6sx:hover,.transport.svelte-1jus6sx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
10553
10556
|
}
|
10554
10557
|
|
10555
10558
|
function create_fragment(ctx) {
|
@@ -10585,14 +10588,14 @@ function create_fragment(ctx) {
|
|
10585
10588
|
this.h();
|
10586
10589
|
},
|
10587
10590
|
h() {
|
10588
|
-
attr(img, "class", "image svelte-
|
10591
|
+
attr(img, "class", "image svelte-1jus6sx");
|
10589
10592
|
attr(img, "loading", "lazy");
|
10590
10593
|
attr(img, "width", "auto");
|
10591
10594
|
attr(img, "height", "auto");
|
10592
10595
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10593
10596
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10594
10597
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10595
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10598
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
10596
10599
|
attr(div, "style", /*_style*/ ctx[5]);
|
10597
10600
|
},
|
10598
10601
|
m(target, anchor) {
|
@@ -10617,7 +10620,7 @@ function create_fragment(ctx) {
|
|
10617
10620
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10618
10621
|
}
|
10619
10622
|
|
10620
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10623
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
10621
10624
|
attr(div, "class", div_class_value);
|
10622
10625
|
}
|
10623
10626
|
|