@plaidev/karte-action-sdk 1.1.193 → 1.1.194-28162847.09cf3dda
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.js +113 -112
- package/dist/index.es.js +113 -112
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1710,6 +1710,7 @@ function ensureActionRoot(useShadow = true) {
|
|
1710
1710
|
[`data-${KARTE_ACTION_SHORTEN_ID}`]: systemConfig.shortenId
|
1711
1711
|
? systemConfig.shortenId
|
1712
1712
|
: ALL_ACTION_SHORTEN_ID,
|
1713
|
+
style: { display: 'block' },
|
1713
1714
|
};
|
1714
1715
|
let el = document.querySelector(`.${KARTE_MODAL_ROOT}[data-${KARTE_ACTION_RID}='${actionId}']`);
|
1715
1716
|
if (el == null) {
|
@@ -2549,7 +2550,7 @@ class State extends SvelteComponent {
|
|
2549
2550
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2550
2551
|
|
2551
2552
|
function add_css$t(target) {
|
2552
|
-
append_styles(target, "svelte-
|
2553
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
2553
2554
|
}
|
2554
2555
|
|
2555
2556
|
// (23:0) {#if $state === path}
|
@@ -2576,7 +2577,7 @@ function create_if_block$8(ctx) {
|
|
2576
2577
|
},
|
2577
2578
|
h() {
|
2578
2579
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2579
|
-
attr(div, "class", "state-item svelte-
|
2580
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
2580
2581
|
},
|
2581
2582
|
m(target, anchor) {
|
2582
2583
|
insert_hydration(target, div, anchor);
|
@@ -2935,7 +2936,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
2935
2936
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
2936
2937
|
|
2937
2938
|
function add_css$s(target) {
|
2938
|
-
append_styles(target, "svelte-
|
2939
|
+
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
2939
2940
|
}
|
2940
2941
|
|
2941
2942
|
// (9:0) {#if backgroundOverlay}
|
@@ -2955,7 +2956,7 @@ function create_if_block$7(ctx) {
|
|
2955
2956
|
this.h();
|
2956
2957
|
},
|
2957
2958
|
h() {
|
2958
|
-
attr(div, "class", "background svelte-
|
2959
|
+
attr(div, "class", "background svelte-1d4fta");
|
2959
2960
|
},
|
2960
2961
|
m(target, anchor) {
|
2961
2962
|
insert_hydration(target, div, anchor);
|
@@ -3070,7 +3071,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3070
3071
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3071
3072
|
|
3072
3073
|
function add_css$r(target) {
|
3073
|
-
append_styles(target, "svelte-
|
3074
|
+
append_styles(target, "svelte-1tg0tf", ".button.svelte-1tg0tf{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1tg0tf:link,.button.svelte-1tg0tf:visited,.button.svelte-1tg0tf:active,.button.svelte-1tg0tf:hover{color:inherit}");
|
3074
3075
|
}
|
3075
3076
|
|
3076
3077
|
// (50:0) {:else}
|
@@ -3109,7 +3110,7 @@ function create_else_block$3(ctx) {
|
|
3109
3110
|
},
|
3110
3111
|
h() {
|
3111
3112
|
set_attributes(button, button_data);
|
3112
|
-
toggle_class(button, "svelte-
|
3113
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3113
3114
|
},
|
3114
3115
|
m(target, anchor) {
|
3115
3116
|
insert_hydration(target, button, anchor);
|
@@ -3148,7 +3149,7 @@ function create_else_block$3(ctx) {
|
|
3148
3149
|
dataAttrStopPropagation('click')
|
3149
3150
|
]));
|
3150
3151
|
|
3151
|
-
toggle_class(button, "svelte-
|
3152
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3152
3153
|
},
|
3153
3154
|
i(local) {
|
3154
3155
|
if (current) return;
|
@@ -3189,7 +3190,7 @@ function create_if_block_2(ctx) {
|
|
3189
3190
|
this.h();
|
3190
3191
|
},
|
3191
3192
|
h() {
|
3192
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3193
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
|
3193
3194
|
attr(div, "style", /*style*/ ctx[1]);
|
3194
3195
|
},
|
3195
3196
|
m(target, anchor) {
|
@@ -3289,7 +3290,7 @@ function create_if_block_1$2(ctx) {
|
|
3289
3290
|
},
|
3290
3291
|
h() {
|
3291
3292
|
set_attributes(a, a_data);
|
3292
|
-
toggle_class(a, "svelte-
|
3293
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3293
3294
|
},
|
3294
3295
|
m(target, anchor) {
|
3295
3296
|
insert_hydration(target, a, anchor);
|
@@ -3331,7 +3332,7 @@ function create_if_block_1$2(ctx) {
|
|
3331
3332
|
dataAttrStopPropagation('click')
|
3332
3333
|
]));
|
3333
3334
|
|
3334
|
-
toggle_class(a, "svelte-
|
3335
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3335
3336
|
},
|
3336
3337
|
i(local) {
|
3337
3338
|
if (current) return;
|
@@ -3372,7 +3373,7 @@ function create_if_block$6(ctx) {
|
|
3372
3373
|
this.h();
|
3373
3374
|
},
|
3374
3375
|
h() {
|
3375
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3376
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
|
3376
3377
|
attr(div, "style", /*style*/ ctx[1]);
|
3377
3378
|
},
|
3378
3379
|
m(target, anchor) {
|
@@ -3580,7 +3581,7 @@ class Button extends SvelteComponent {
|
|
3580
3581
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3581
3582
|
|
3582
3583
|
function add_css$q(target) {
|
3583
|
-
append_styles(target, "svelte-
|
3584
|
+
append_styles(target, "svelte-1invh97", ".modal.svelte-1invh97{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1invh97 > .button{flex:auto;display:flex}.close.svelte-1invh97{position:absolute;top:0;right:0}.close.svelte-1invh97 > .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-1invh97 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1invh97{flex:auto;display:flex;justify-content:center;align-items:center}");
|
3584
3585
|
}
|
3585
3586
|
|
3586
3587
|
// (145:0) {#if visible}
|
@@ -3621,7 +3622,7 @@ function create_if_block$5(ctx) {
|
|
3621
3622
|
this.h();
|
3622
3623
|
},
|
3623
3624
|
h() {
|
3624
|
-
attr(div, "class", "modal svelte-
|
3625
|
+
attr(div, "class", "modal svelte-1invh97");
|
3625
3626
|
attr(div, "role", "dialog");
|
3626
3627
|
attr(div, "aria-modal", "true");
|
3627
3628
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3709,7 +3710,7 @@ function create_if_block_1$1(ctx) {
|
|
3709
3710
|
this.h();
|
3710
3711
|
},
|
3711
3712
|
h() {
|
3712
|
-
attr(div, "class", "close svelte-
|
3713
|
+
attr(div, "class", "close svelte-1invh97");
|
3713
3714
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3714
3715
|
},
|
3715
3716
|
m(target, anchor) {
|
@@ -3834,7 +3835,7 @@ function create_default_slot$6(ctx) {
|
|
3834
3835
|
this.h();
|
3835
3836
|
},
|
3836
3837
|
h() {
|
3837
|
-
attr(div, "class", "modal-content svelte-
|
3838
|
+
attr(div, "class", "modal-content svelte-1invh97");
|
3838
3839
|
attr(div, "style", /*_style*/ ctx[4]);
|
3839
3840
|
},
|
3840
3841
|
m(target, anchor) {
|
@@ -4344,7 +4345,7 @@ class Grid extends SvelteComponent {
|
|
4344
4345
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4345
4346
|
|
4346
4347
|
function add_css$p(target) {
|
4347
|
-
append_styles(target, "svelte-
|
4348
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4348
4349
|
}
|
4349
4350
|
|
4350
4351
|
function create_fragment$r(ctx) {
|
@@ -4378,8 +4379,8 @@ function create_fragment$r(ctx) {
|
|
4378
4379
|
this.h();
|
4379
4380
|
},
|
4380
4381
|
h() {
|
4381
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4382
|
-
attr(div1, "class", "grid-item svelte-
|
4382
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4383
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4383
4384
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4384
4385
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4385
4386
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4701,7 +4702,7 @@ class RenderText extends SvelteComponent {
|
|
4701
4702
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4702
4703
|
|
4703
4704
|
function add_css$o(target) {
|
4704
|
-
append_styles(target, "svelte-
|
4705
|
+
append_styles(target, "svelte-13kv866", ".text-element-wrapper.svelte-13kv866.svelte-13kv866{position:relative;height:100%}.text-element.svelte-13kv866.svelte-13kv866{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}.text-link-element.svelte-13kv866.svelte-13kv866{text-decoration:none;color:inherit}.text-element-inner.svelte-13kv866.svelte-13kv866{width:100%;height:auto}.text-direction-vertical.svelte-13kv866.svelte-13kv866{writing-mode:vertical-rl}.text-direction-vertical.svelte-13kv866 .text-element-inner.svelte-13kv866{width:auto;height:100%}.tooltip.svelte-13kv866.svelte-13kv866{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-13kv866.svelte-13kv866:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-13kv866.svelte-13kv866{display:block}.tooltip-error.svelte-13kv866.svelte-13kv866{background-color:#c00}.tooltip-error.svelte-13kv866.svelte-13kv866:before{border-bottom:7px solid #c00}");
|
4705
4706
|
}
|
4706
4707
|
|
4707
4708
|
// (86:2) {:else}
|
@@ -4731,8 +4732,8 @@ function create_else_block$1(ctx) {
|
|
4731
4732
|
this.h();
|
4732
4733
|
},
|
4733
4734
|
h() {
|
4734
|
-
attr(div0, "class", "text-element-inner svelte-
|
4735
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4735
|
+
attr(div0, "class", "text-element-inner svelte-13kv866");
|
4736
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-13kv866"));
|
4736
4737
|
attr(div1, "style", /*style*/ ctx[5]);
|
4737
4738
|
},
|
4738
4739
|
m(target, anchor) {
|
@@ -4746,7 +4747,7 @@ function create_else_block$1(ctx) {
|
|
4746
4747
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4747
4748
|
rendertext.$set(rendertext_changes);
|
4748
4749
|
|
4749
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4750
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-13kv866"))) {
|
4750
4751
|
attr(div1, "class", div1_class_value);
|
4751
4752
|
}
|
4752
4753
|
|
@@ -4821,12 +4822,12 @@ function create_if_block$3(ctx) {
|
|
4821
4822
|
this.h();
|
4822
4823
|
},
|
4823
4824
|
h() {
|
4824
|
-
attr(div0, "class", "text-element-inner svelte-
|
4825
|
+
attr(div0, "class", "text-element-inner svelte-13kv866");
|
4825
4826
|
attr(a, "href", '');
|
4826
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4827
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-13kv866"));
|
4827
4828
|
attr(a, "style", /*style*/ ctx[5]);
|
4828
|
-
attr(div1, "class", "tooltip svelte-
|
4829
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4829
|
+
attr(div1, "class", "tooltip svelte-13kv866");
|
4830
|
+
attr(div2, "class", "tooltip tooltip-error svelte-13kv866");
|
4830
4831
|
},
|
4831
4832
|
m(target, anchor) {
|
4832
4833
|
insert_hydration(target, a, anchor);
|
@@ -4852,7 +4853,7 @@ function create_if_block$3(ctx) {
|
|
4852
4853
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4853
4854
|
rendertext.$set(rendertext_changes);
|
4854
4855
|
|
4855
|
-
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-
|
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-13kv866"))) {
|
4856
4857
|
attr(a, "class", a_class_value);
|
4857
4858
|
}
|
4858
4859
|
|
@@ -4914,7 +4915,7 @@ function create_fragment$p(ctx) {
|
|
4914
4915
|
this.h();
|
4915
4916
|
},
|
4916
4917
|
h() {
|
4917
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4918
|
+
attr(div, "class", "text-element-wrapper svelte-13kv866");
|
4918
4919
|
},
|
4919
4920
|
m(target, anchor) {
|
4920
4921
|
insert_hydration(target, div, anchor);
|
@@ -5079,7 +5080,7 @@ class TextElement extends SvelteComponent {
|
|
5079
5080
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5080
5081
|
|
5081
5082
|
function add_css$n(target) {
|
5082
|
-
append_styles(target, "svelte-
|
5083
|
+
append_styles(target, "svelte-wb7ek", ".text-button-element.svelte-wb7ek{width:100%;height:100%}.text-button-element.svelte-wb7ek > .button{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden}.text-button-element.svelte-wb7ek > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-wb7ek > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-wb7ek > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5083
5084
|
}
|
5084
5085
|
|
5085
5086
|
// (46:2) <Button onClick={onClick} {style} {eventName}>
|
@@ -5148,7 +5149,7 @@ function create_fragment$o(ctx) {
|
|
5148
5149
|
this.h();
|
5149
5150
|
},
|
5150
5151
|
h() {
|
5151
|
-
attr(div, "class", "text-button-element svelte-
|
5152
|
+
attr(div, "class", "text-button-element svelte-wb7ek");
|
5152
5153
|
},
|
5153
5154
|
m(target, anchor) {
|
5154
5155
|
insert_hydration(target, div, anchor);
|
@@ -5240,7 +5241,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5240
5241
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5241
5242
|
|
5242
5243
|
function add_css$m(target) {
|
5243
|
-
append_styles(target, "svelte-
|
5244
|
+
append_styles(target, "svelte-1v4alzq", ".image-element.svelte-1v4alzq{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1v4alzq > .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}.image-element.svelte-1v4alzq > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1v4alzq > .button:not(._disabled):hover,.image-element.transport.svelte-1v4alzq > .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-1v4alzq{width:100%;height:100%}");
|
5244
5245
|
}
|
5245
5246
|
|
5246
5247
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5268,7 +5269,7 @@ function create_default_slot$4(ctx) {
|
|
5268
5269
|
this.h();
|
5269
5270
|
},
|
5270
5271
|
h() {
|
5271
|
-
attr(img, "class", "image svelte-
|
5272
|
+
attr(img, "class", "image svelte-1v4alzq");
|
5272
5273
|
attr(img, "loading", "lazy");
|
5273
5274
|
attr(img, "width", "auto");
|
5274
5275
|
attr(img, "height", "auto");
|
@@ -5328,7 +5329,7 @@ function create_fragment$n(ctx) {
|
|
5328
5329
|
this.h();
|
5329
5330
|
},
|
5330
5331
|
h() {
|
5331
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5332
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1v4alzq");
|
5332
5333
|
},
|
5333
5334
|
m(target, anchor) {
|
5334
5335
|
insert_hydration(target, div, anchor);
|
@@ -5347,7 +5348,7 @@ function create_fragment$n(ctx) {
|
|
5347
5348
|
|
5348
5349
|
button.$set(button_changes);
|
5349
5350
|
|
5350
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5351
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1v4alzq")) {
|
5351
5352
|
attr(div, "class", div_class_value);
|
5352
5353
|
}
|
5353
5354
|
},
|
@@ -5419,7 +5420,7 @@ class ImageElement extends SvelteComponent {
|
|
5419
5420
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5420
5421
|
|
5421
5422
|
function add_css$l(target) {
|
5422
|
-
append_styles(target, "svelte-
|
5423
|
+
append_styles(target, "svelte-1gh1zvv", ".list.svelte-1gh1zvv{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5423
5424
|
}
|
5424
5425
|
|
5425
5426
|
function create_fragment$m(ctx) {
|
@@ -5442,7 +5443,7 @@ function create_fragment$m(ctx) {
|
|
5442
5443
|
this.h();
|
5443
5444
|
},
|
5444
5445
|
h() {
|
5445
|
-
attr(div, "class", "list svelte-
|
5446
|
+
attr(div, "class", "list svelte-1gh1zvv");
|
5446
5447
|
attr(div, "style", /*style*/ ctx[0]);
|
5447
5448
|
},
|
5448
5449
|
m(target, anchor) {
|
@@ -5576,7 +5577,7 @@ class List extends SvelteComponent {
|
|
5576
5577
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5577
5578
|
|
5578
5579
|
function add_css$k(target) {
|
5579
|
-
append_styles(target, "svelte-
|
5580
|
+
append_styles(target, "svelte-pd7cyv", ".list-item.svelte-pd7cyv{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-pd7cyv > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
5580
5581
|
}
|
5581
5582
|
|
5582
5583
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5659,7 +5660,7 @@ function create_fragment$l(ctx) {
|
|
5659
5660
|
this.h();
|
5660
5661
|
},
|
5661
5662
|
h() {
|
5662
|
-
attr(div, "class", "list-item svelte-
|
5663
|
+
attr(div, "class", "list-item svelte-pd7cyv");
|
5663
5664
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5664
5665
|
},
|
5665
5666
|
m(target, anchor) {
|
@@ -5785,7 +5786,7 @@ class ListItem extends SvelteComponent {
|
|
5785
5786
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5786
5787
|
|
5787
5788
|
function add_css$j(target) {
|
5788
|
-
append_styles(target, "svelte-
|
5789
|
+
append_styles(target, "svelte-g5f8hw", ".embed.svelte-g5f8hw{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-g5f8hw iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000}");
|
5789
5790
|
}
|
5790
5791
|
|
5791
5792
|
function create_fragment$k(ctx) {
|
@@ -5803,7 +5804,7 @@ function create_fragment$k(ctx) {
|
|
5803
5804
|
this.h();
|
5804
5805
|
},
|
5805
5806
|
h() {
|
5806
|
-
attr(div, "class", "embed svelte-
|
5807
|
+
attr(div, "class", "embed svelte-g5f8hw");
|
5807
5808
|
attr(div, "style", /*_style*/ ctx[1]);
|
5808
5809
|
},
|
5809
5810
|
m(target, anchor) {
|
@@ -5846,7 +5847,7 @@ class EmbedElement extends SvelteComponent {
|
|
5846
5847
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5847
5848
|
|
5848
5849
|
function add_css$i(target) {
|
5849
|
-
append_styles(target, "svelte-
|
5850
|
+
append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5850
5851
|
}
|
5851
5852
|
|
5852
5853
|
function create_fragment$j(ctx) {
|
@@ -5869,7 +5870,7 @@ function create_fragment$j(ctx) {
|
|
5869
5870
|
},
|
5870
5871
|
h() {
|
5871
5872
|
attr(div0, "class", "karte-player");
|
5872
|
-
attr(div1, "class", "embed svelte-
|
5873
|
+
attr(div1, "class", "embed svelte-1gvn5zq");
|
5873
5874
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5874
5875
|
},
|
5875
5876
|
m(target, anchor) {
|
@@ -6211,7 +6212,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6211
6212
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6212
6213
|
|
6213
6214
|
function add_css$h(target) {
|
6214
|
-
append_styles(target, "svelte-
|
6215
|
+
append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6215
6216
|
}
|
6216
6217
|
|
6217
6218
|
function create_fragment$i(ctx) {
|
@@ -6234,7 +6235,7 @@ function create_fragment$i(ctx) {
|
|
6234
6235
|
},
|
6235
6236
|
h() {
|
6236
6237
|
attr(div0, "class", "karte-player");
|
6237
|
-
attr(div1, "class", "embed svelte-
|
6238
|
+
attr(div1, "class", "embed svelte-1gvn5zq");
|
6238
6239
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6239
6240
|
},
|
6240
6241
|
m(target, anchor) {
|
@@ -6418,7 +6419,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6418
6419
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6419
6420
|
|
6420
6421
|
function add_css$g(target) {
|
6421
|
-
append_styles(target, "svelte-
|
6422
|
+
append_styles(target, "svelte-kyay3k", ".textarea-wrapper.svelte-kyay3k{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-kyay3k{width:100%;resize:none}");
|
6422
6423
|
}
|
6423
6424
|
|
6424
6425
|
function create_fragment$h(ctx) {
|
@@ -6448,12 +6449,12 @@ function create_fragment$h(ctx) {
|
|
6448
6449
|
this.h();
|
6449
6450
|
},
|
6450
6451
|
h() {
|
6451
|
-
attr(textarea, "class", "textarea svelte-
|
6452
|
+
attr(textarea, "class", "textarea svelte-kyay3k");
|
6452
6453
|
textarea.value = /*$value*/ ctx[3];
|
6453
6454
|
textarea.required = /*required*/ ctx[0];
|
6454
6455
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6455
6456
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6456
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6457
|
+
attr(div, "class", "textarea-wrapper svelte-kyay3k");
|
6457
6458
|
},
|
6458
6459
|
m(target, anchor) {
|
6459
6460
|
insert_hydration(target, div, anchor);
|
@@ -6549,7 +6550,7 @@ class FormTextarea extends SvelteComponent {
|
|
6549
6550
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6550
6551
|
|
6551
6552
|
function add_css$f(target) {
|
6552
|
-
append_styles(target, "svelte-
|
6553
|
+
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{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-17s08g: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-17s08g{margin-left:0.5em}");
|
6553
6554
|
}
|
6554
6555
|
|
6555
6556
|
function get_each_context$5(ctx, list, i) {
|
@@ -6605,14 +6606,14 @@ function create_each_block$5(ctx) {
|
|
6605
6606
|
},
|
6606
6607
|
h() {
|
6607
6608
|
attr(input, "type", "radio");
|
6608
|
-
attr(input, "class", "radio-button-input svelte-
|
6609
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
6609
6610
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6610
6611
|
attr(input, "name", /*name*/ ctx[0]);
|
6611
6612
|
input.value = input_value_value = /*option*/ ctx[16];
|
6612
6613
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6613
|
-
attr(span, "class", "radio-button-text svelte-
|
6614
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
6614
6615
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6615
|
-
attr(label, "class", "radio-button svelte-
|
6616
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
6616
6617
|
},
|
6617
6618
|
m(target, anchor) {
|
6618
6619
|
insert_hydration(target, label, anchor);
|
@@ -6691,7 +6692,7 @@ function create_fragment$g(ctx) {
|
|
6691
6692
|
this.h();
|
6692
6693
|
},
|
6693
6694
|
h() {
|
6694
|
-
attr(div, "class", "radio-buttons svelte-
|
6695
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
6695
6696
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6696
6697
|
},
|
6697
6698
|
m(target, anchor) {
|
@@ -6858,7 +6859,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6858
6859
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6859
6860
|
|
6860
6861
|
function add_css$e(target) {
|
6861
|
-
append_styles(target, "svelte-
|
6862
|
+
append_styles(target, "svelte-1n4ag74", ".select.svelte-1n4ag74{width:100%;height:100%}.select-select.svelte-1n4ag74{position:relative;appearance:none;width:100%;height:100%}.select-select.svelte-1n4ag74: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-1n4ag74{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}");
|
6862
6863
|
}
|
6863
6864
|
|
6864
6865
|
function get_each_context$4(ctx, list, i) {
|
@@ -7029,10 +7030,10 @@ function create_fragment$f(ctx) {
|
|
7029
7030
|
this.h();
|
7030
7031
|
},
|
7031
7032
|
h() {
|
7032
|
-
attr(select, "class", "select-select svelte-
|
7033
|
+
attr(select, "class", "select-select svelte-1n4ag74");
|
7033
7034
|
attr(select, "style", /*style*/ ctx[3]);
|
7034
|
-
attr(div0, "class", "select-icon svelte-
|
7035
|
-
attr(div1, "class", "select svelte-
|
7035
|
+
attr(div0, "class", "select-icon svelte-1n4ag74");
|
7036
|
+
attr(div1, "class", "select svelte-1n4ag74");
|
7036
7037
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7037
7038
|
},
|
7038
7039
|
m(target, anchor) {
|
@@ -7234,7 +7235,7 @@ class FormSelect extends SvelteComponent {
|
|
7234
7235
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7235
7236
|
|
7236
7237
|
function add_css$d(target) {
|
7237
|
-
append_styles(target, "svelte-
|
7238
|
+
append_styles(target, "svelte-p15pvn", ".check-boxes.svelte-p15pvn.svelte-p15pvn{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.check-box.svelte-p15pvn.svelte-p15pvn{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-p15pvn.svelte-p15pvn{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-p15pvn.svelte-p15pvn{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-p15pvn.svelte-p15pvn{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-p15pvn.svelte-p15pvn: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-p15pvn.svelte-p15pvn{background-color:var(--color-main-active)}.check-box-check._checked.svelte-p15pvn .check-box-icon.svelte-p15pvn:after{border-color:var(--color-sub-active)}.check-box-text.svelte-p15pvn.svelte-p15pvn{margin-left:0.5em}");
|
7238
7239
|
}
|
7239
7240
|
|
7240
7241
|
function get_each_context$3(ctx, list, i) {
|
@@ -7295,19 +7296,19 @@ function create_each_block$3(ctx) {
|
|
7295
7296
|
this.h();
|
7296
7297
|
},
|
7297
7298
|
h() {
|
7298
|
-
attr(input, "class", "check-box-input svelte-
|
7299
|
+
attr(input, "class", "check-box-input svelte-p15pvn");
|
7299
7300
|
attr(input, "type", "checkbox");
|
7300
7301
|
attr(input, "name", /*name*/ ctx[0]);
|
7301
7302
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7302
|
-
attr(span0, "class", "check-box-icon svelte-
|
7303
|
+
attr(span0, "class", "check-box-icon svelte-p15pvn");
|
7303
7304
|
|
7304
7305
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7305
7306
|
? ' _checked'
|
7306
|
-
: ''}`) + " svelte-
|
7307
|
+
: ''}`) + " svelte-p15pvn"));
|
7307
7308
|
|
7308
|
-
attr(span2, "class", "check-box-text svelte-
|
7309
|
+
attr(span2, "class", "check-box-text svelte-p15pvn");
|
7309
7310
|
attr(span2, "style", /*_textStyle*/ ctx[2]);
|
7310
|
-
attr(label, "class", "check-box svelte-
|
7311
|
+
attr(label, "class", "check-box svelte-p15pvn");
|
7311
7312
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7312
7313
|
},
|
7313
7314
|
m(target, anchor) {
|
@@ -7339,7 +7340,7 @@ function create_each_block$3(ctx) {
|
|
7339
7340
|
|
7340
7341
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7341
7342
|
? ' _checked'
|
7342
|
-
: ''}`) + " svelte-
|
7343
|
+
: ''}`) + " svelte-p15pvn"))) {
|
7343
7344
|
attr(span1, "class", span1_class_value);
|
7344
7345
|
}
|
7345
7346
|
|
@@ -7392,7 +7393,7 @@ function create_fragment$e(ctx) {
|
|
7392
7393
|
this.h();
|
7393
7394
|
},
|
7394
7395
|
h() {
|
7395
|
-
attr(div, "class", "check-boxes svelte-
|
7396
|
+
attr(div, "class", "check-boxes svelte-p15pvn");
|
7396
7397
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7397
7398
|
},
|
7398
7399
|
m(target, anchor) {
|
@@ -7566,7 +7567,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7566
7567
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7567
7568
|
|
7568
7569
|
function add_css$c(target) {
|
7569
|
-
append_styles(target, "svelte-
|
7570
|
+
append_styles(target, "svelte-zy2va9", ".rating-buttons.svelte-zy2va9{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-zy2va9{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}");
|
7570
7571
|
}
|
7571
7572
|
|
7572
7573
|
function get_each_context$2(ctx, list, i) {
|
@@ -7601,7 +7602,7 @@ function create_each_block$2(ctx) {
|
|
7601
7602
|
this.h();
|
7602
7603
|
},
|
7603
7604
|
h() {
|
7604
|
-
attr(button, "class", "rating-button svelte-
|
7605
|
+
attr(button, "class", "rating-button svelte-zy2va9");
|
7605
7606
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7606
7607
|
},
|
7607
7608
|
m(target, anchor) {
|
@@ -7664,7 +7665,7 @@ function create_fragment$d(ctx) {
|
|
7664
7665
|
this.h();
|
7665
7666
|
},
|
7666
7667
|
h() {
|
7667
|
-
attr(div, "class", "rating-buttons svelte-
|
7668
|
+
attr(div, "class", "rating-buttons svelte-zy2va9");
|
7668
7669
|
},
|
7669
7670
|
m(target, anchor) {
|
7670
7671
|
insert_hydration(target, div, anchor);
|
@@ -7801,7 +7802,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7801
7802
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7802
7803
|
|
7803
7804
|
function add_css$b(target) {
|
7804
|
-
append_styles(target, "svelte-
|
7805
|
+
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
7805
7806
|
}
|
7806
7807
|
|
7807
7808
|
function get_each_context$1(ctx, list, i) {
|
@@ -7837,9 +7838,9 @@ function create_each_block$1(ctx) {
|
|
7837
7838
|
},
|
7838
7839
|
h() {
|
7839
7840
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7840
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7841
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
7841
7842
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7842
|
-
attr(button, "class", "rating-button svelte-
|
7843
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
7843
7844
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7844
7845
|
},
|
7845
7846
|
m(target, anchor) {
|
@@ -7855,7 +7856,7 @@ function create_each_block$1(ctx) {
|
|
7855
7856
|
p(new_ctx, dirty) {
|
7856
7857
|
ctx = new_ctx;
|
7857
7858
|
|
7858
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7859
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
|
7859
7860
|
attr(img, "class", img_class_value);
|
7860
7861
|
}
|
7861
7862
|
|
@@ -7902,7 +7903,7 @@ function create_fragment$c(ctx) {
|
|
7902
7903
|
this.h();
|
7903
7904
|
},
|
7904
7905
|
h() {
|
7905
|
-
attr(div, "class", "rating-buttons svelte-
|
7906
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
7906
7907
|
},
|
7907
7908
|
m(target, anchor) {
|
7908
7909
|
insert_hydration(target, div, anchor);
|
@@ -8010,7 +8011,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8010
8011
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8011
8012
|
|
8012
8013
|
function add_css$a(target) {
|
8013
|
-
append_styles(target, "svelte-
|
8014
|
+
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8014
8015
|
}
|
8015
8016
|
|
8016
8017
|
function get_each_context(ctx, list, i) {
|
@@ -8056,9 +8057,9 @@ function create_if_block_1(ctx) {
|
|
8056
8057
|
attr(svg, "viewBox", "0 0 10 16");
|
8057
8058
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8058
8059
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8059
|
-
attr(button, "class", "move-button svelte-
|
8060
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8060
8061
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8061
|
-
attr(div, "class", "prev-button-container svelte-
|
8062
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8062
8063
|
},
|
8063
8064
|
m(target, anchor) {
|
8064
8065
|
insert_hydration(target, div, anchor);
|
@@ -8124,9 +8125,9 @@ function create_if_block$1(ctx) {
|
|
8124
8125
|
attr(svg, "viewBox", "0 0 10 16");
|
8125
8126
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8126
8127
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8127
|
-
attr(button, "class", "move-button svelte-
|
8128
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8128
8129
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8129
|
-
attr(div, "class", "next-button-container svelte-
|
8130
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8130
8131
|
},
|
8131
8132
|
m(target, anchor) {
|
8132
8133
|
insert_hydration(target, div, anchor);
|
@@ -8186,9 +8187,9 @@ function create_each_block(ctx) {
|
|
8186
8187
|
this.h();
|
8187
8188
|
},
|
8188
8189
|
h() {
|
8189
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8190
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8190
8191
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8191
|
-
attr(button, "class", "navigation-item svelte-
|
8192
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8192
8193
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8193
8194
|
},
|
8194
8195
|
m(target, anchor) {
|
@@ -8294,14 +8295,14 @@ function create_fragment$b(ctx) {
|
|
8294
8295
|
this.h();
|
8295
8296
|
},
|
8296
8297
|
h() {
|
8297
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8298
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
8298
8299
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8299
|
-
attr(div1, "class", "container svelte-
|
8300
|
+
attr(div1, "class", "container svelte-ji1fh");
|
8300
8301
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8301
|
-
attr(div2, "class", "navigation svelte-
|
8302
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
8302
8303
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8303
8304
|
set_attributes(div3, div3_data);
|
8304
|
-
toggle_class(div3, "svelte-
|
8305
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8305
8306
|
},
|
8306
8307
|
m(target, anchor) {
|
8307
8308
|
insert_hydration(target, div3, anchor);
|
@@ -8343,7 +8344,7 @@ function create_fragment$b(ctx) {
|
|
8343
8344
|
}
|
8344
8345
|
}
|
8345
8346
|
|
8346
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8347
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
8347
8348
|
attr(div0, "class", div0_class_value);
|
8348
8349
|
}
|
8349
8350
|
|
@@ -8409,7 +8410,7 @@ function create_fragment$b(ctx) {
|
|
8409
8410
|
}
|
8410
8411
|
|
8411
8412
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8412
|
-
toggle_class(div3, "svelte-
|
8413
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8413
8414
|
},
|
8414
8415
|
i(local) {
|
8415
8416
|
if (current) return;
|
@@ -8921,7 +8922,7 @@ class Slide extends SvelteComponent {
|
|
8921
8922
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8922
8923
|
|
8923
8924
|
function add_css$9(target) {
|
8924
|
-
append_styles(target, "svelte-
|
8925
|
+
append_styles(target, "svelte-1fqq17x", ".item.svelte-1fqq17x{height:100%;flex:none;position:relative}.item.svelte-1fqq17x img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1fqq17x{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
8925
8926
|
}
|
8926
8927
|
|
8927
8928
|
function create_fragment$a(ctx) {
|
@@ -8949,9 +8950,9 @@ function create_fragment$a(ctx) {
|
|
8949
8950
|
this.h();
|
8950
8951
|
},
|
8951
8952
|
h() {
|
8952
|
-
attr(div0, "class", "item-inner svelte-
|
8953
|
+
attr(div0, "class", "item-inner svelte-1fqq17x");
|
8953
8954
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8954
|
-
attr(div1, "class", "item svelte-
|
8955
|
+
attr(div1, "class", "item svelte-1fqq17x");
|
8955
8956
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8956
8957
|
},
|
8957
8958
|
m(target, anchor) {
|
@@ -9077,7 +9078,7 @@ class SlideItem extends SvelteComponent {
|
|
9077
9078
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9078
9079
|
|
9079
9080
|
function add_css$8(target) {
|
9080
|
-
append_styles(target, "svelte-
|
9081
|
+
append_styles(target, "svelte-192lor2", ".countdown.svelte-192lor2{position:relative;width:100%;height:100%}.countdown-inner.svelte-192lor2{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
9081
9082
|
}
|
9082
9083
|
|
9083
9084
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9108,9 +9109,9 @@ function create_fragment$9(ctx) {
|
|
9108
9109
|
this.h();
|
9109
9110
|
},
|
9110
9111
|
h() {
|
9111
|
-
attr(div0, "class", "countdown-inner svelte-
|
9112
|
+
attr(div0, "class", "countdown-inner svelte-192lor2");
|
9112
9113
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9113
|
-
attr(div1, "class", "countdown svelte-
|
9114
|
+
attr(div1, "class", "countdown svelte-192lor2");
|
9114
9115
|
},
|
9115
9116
|
m(target, anchor) {
|
9116
9117
|
insert_hydration(target, div1, anchor);
|
@@ -9240,7 +9241,7 @@ class Countdown extends SvelteComponent {
|
|
9240
9241
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9241
9242
|
|
9242
9243
|
function add_css$7(target) {
|
9243
|
-
append_styles(target, "svelte-
|
9244
|
+
append_styles(target, "svelte-6g6etj", ".box.svelte-6g6etj{position:relative;width:100%;height:100%}.box.svelte-6g6etj > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
9244
9245
|
}
|
9245
9246
|
|
9246
9247
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9323,7 +9324,7 @@ function create_fragment$8(ctx) {
|
|
9323
9324
|
this.h();
|
9324
9325
|
},
|
9325
9326
|
h() {
|
9326
|
-
attr(div, "class", "box svelte-
|
9327
|
+
attr(div, "class", "box svelte-6g6etj");
|
9327
9328
|
},
|
9328
9329
|
m(target, anchor) {
|
9329
9330
|
insert_hydration(target, div, anchor);
|
@@ -9384,7 +9385,7 @@ class Box extends SvelteComponent {
|
|
9384
9385
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9385
9386
|
|
9386
9387
|
function add_css$6(target) {
|
9387
|
-
append_styles(target, "svelte-
|
9388
|
+
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .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-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
9388
9389
|
}
|
9389
9390
|
|
9390
9391
|
// (56:4) {#if svg}
|
@@ -9488,7 +9489,7 @@ function create_fragment$7(ctx) {
|
|
9488
9489
|
this.h();
|
9489
9490
|
},
|
9490
9491
|
h() {
|
9491
|
-
attr(div, "class", "icon svelte-
|
9492
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
9492
9493
|
},
|
9493
9494
|
m(target, anchor) {
|
9494
9495
|
insert_hydration(target, div, anchor);
|
@@ -9597,7 +9598,7 @@ class IconElement extends SvelteComponent {
|
|
9597
9598
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9598
9599
|
|
9599
9600
|
function add_css$5(target) {
|
9600
|
-
append_styles(target, "svelte-
|
9601
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9601
9602
|
}
|
9602
9603
|
|
9603
9604
|
function create_fragment$6(ctx) {
|
@@ -9633,7 +9634,7 @@ function create_fragment$6(ctx) {
|
|
9633
9634
|
this.h();
|
9634
9635
|
},
|
9635
9636
|
h() {
|
9636
|
-
attr(div, "class", "codeElement svelte-
|
9637
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
9637
9638
|
attr(div, "style", /*style*/ ctx[3]);
|
9638
9639
|
},
|
9639
9640
|
m(target, anchor) {
|
@@ -9722,7 +9723,7 @@ class CodeElement extends SvelteComponent {
|
|
9722
9723
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9723
9724
|
|
9724
9725
|
function add_css$4(target) {
|
9725
|
-
append_styles(target, "svelte-
|
9726
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
9726
9727
|
}
|
9727
9728
|
|
9728
9729
|
function create_fragment$5(ctx) {
|
@@ -9746,7 +9747,7 @@ function create_fragment$5(ctx) {
|
|
9746
9747
|
this.h();
|
9747
9748
|
},
|
9748
9749
|
h() {
|
9749
|
-
attr(div, "class", "flex svelte-
|
9750
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
9750
9751
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9751
9752
|
},
|
9752
9753
|
m(target, anchor) {
|
@@ -9843,7 +9844,7 @@ class Flex extends SvelteComponent {
|
|
9843
9844
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9844
9845
|
|
9845
9846
|
function add_css$3(target) {
|
9846
|
-
append_styles(target, "svelte-
|
9847
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9847
9848
|
}
|
9848
9849
|
|
9849
9850
|
function create_fragment$4(ctx) {
|
@@ -9866,7 +9867,7 @@ function create_fragment$4(ctx) {
|
|
9866
9867
|
this.h();
|
9867
9868
|
},
|
9868
9869
|
h() {
|
9869
|
-
attr(div, "class", "flex-item svelte-
|
9870
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
9870
9871
|
attr(div, "style", /*style*/ ctx[0]);
|
9871
9872
|
},
|
9872
9873
|
m(target, anchor) {
|
@@ -10286,7 +10287,7 @@ class GridModalState extends SvelteComponent {
|
|
10286
10287
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10287
10288
|
|
10288
10289
|
function add_css$2(target) {
|
10289
|
-
append_styles(target, "svelte-
|
10290
|
+
append_styles(target, "svelte-11rpuv5", ".text-block.svelte-11rpuv5.svelte-11rpuv5{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto}.text-block-inner.svelte-11rpuv5.svelte-11rpuv5{width:100%;height:auto}.text-direction-vertical.svelte-11rpuv5.svelte-11rpuv5{writing-mode:vertical-rl}.text-direction-vertical.svelte-11rpuv5 .text-block-inner.svelte-11rpuv5{width:auto;height:100%}");
|
10290
10291
|
}
|
10291
10292
|
|
10292
10293
|
function create_fragment$2(ctx) {
|
@@ -10315,8 +10316,8 @@ function create_fragment$2(ctx) {
|
|
10315
10316
|
this.h();
|
10316
10317
|
},
|
10317
10318
|
h() {
|
10318
|
-
attr(div0, "class", "text-block-inner svelte-
|
10319
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10319
|
+
attr(div0, "class", "text-block-inner svelte-11rpuv5");
|
10320
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-11rpuv5"));
|
10320
10321
|
attr(div1, "style", /*style*/ ctx[2]);
|
10321
10322
|
},
|
10322
10323
|
m(target, anchor) {
|
@@ -10330,7 +10331,7 @@ function create_fragment$2(ctx) {
|
|
10330
10331
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10331
10332
|
rendertext.$set(rendertext_changes);
|
10332
10333
|
|
10333
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10334
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-11rpuv5"))) {
|
10334
10335
|
attr(div1, "class", div1_class_value);
|
10335
10336
|
}
|
10336
10337
|
|
@@ -10408,7 +10409,7 @@ class TextBlock extends SvelteComponent {
|
|
10408
10409
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10409
10410
|
|
10410
10411
|
function add_css$1(target) {
|
10411
|
-
append_styles(target, "svelte-
|
10412
|
+
append_styles(target, "svelte-1t5i3za", ".text-button-block.svelte-1t5i3za{width:100%;height:100%}.text-button.svelte-1t5i3za{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s}.text-button.svelte-1t5i3za:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1t5i3za:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
10412
10413
|
}
|
10413
10414
|
|
10414
10415
|
function create_fragment$1(ctx) {
|
@@ -10438,9 +10439,9 @@ function create_fragment$1(ctx) {
|
|
10438
10439
|
this.h();
|
10439
10440
|
},
|
10440
10441
|
h() {
|
10441
|
-
attr(button, "class", "text-button svelte-
|
10442
|
+
attr(button, "class", "text-button svelte-1t5i3za");
|
10442
10443
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10443
|
-
attr(div, "class", "text-button-block svelte-
|
10444
|
+
attr(div, "class", "text-button-block svelte-1t5i3za");
|
10444
10445
|
attr(div, "style", /*_style*/ ctx[2]);
|
10445
10446
|
},
|
10446
10447
|
m(target, anchor) {
|
@@ -10546,7 +10547,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10546
10547
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10547
10548
|
|
10548
10549
|
function add_css(target) {
|
10549
|
-
append_styles(target, "svelte-
|
10550
|
+
append_styles(target, "svelte-1um32br", ".image-block.svelte-1um32br{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}.image.svelte-1um32br{width:100%;height:100%}.transport.svelte-1um32br:hover,.transport.svelte-1um32br:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
10550
10551
|
}
|
10551
10552
|
|
10552
10553
|
function create_fragment(ctx) {
|
@@ -10582,14 +10583,14 @@ function create_fragment(ctx) {
|
|
10582
10583
|
this.h();
|
10583
10584
|
},
|
10584
10585
|
h() {
|
10585
|
-
attr(img, "class", "image svelte-
|
10586
|
+
attr(img, "class", "image svelte-1um32br");
|
10586
10587
|
attr(img, "loading", "lazy");
|
10587
10588
|
attr(img, "width", "auto");
|
10588
10589
|
attr(img, "height", "auto");
|
10589
10590
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10590
10591
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10591
10592
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10592
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10593
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"));
|
10593
10594
|
attr(div, "style", /*_style*/ ctx[5]);
|
10594
10595
|
},
|
10595
10596
|
m(target, anchor) {
|
@@ -10614,7 +10615,7 @@ function create_fragment(ctx) {
|
|
10614
10615
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10615
10616
|
}
|
10616
10617
|
|
10617
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10618
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"))) {
|
10618
10619
|
attr(div, "class", div_class_value);
|
10619
10620
|
}
|
10620
10621
|
|