@plaidev/karte-action-sdk 1.1.200-28181547.95b87d62 → 1.1.200
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 +147 -141
- package/dist/index.es.js +112 -112
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2621,7 +2621,7 @@ class State extends SvelteComponent {
|
|
2621
2621
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2622
2622
|
|
2623
2623
|
function add_css$t(target) {
|
2624
|
-
append_styles(target, "svelte-
|
2624
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
2625
2625
|
}
|
2626
2626
|
|
2627
2627
|
// (23:0) {#if $state === path}
|
@@ -2638,7 +2638,7 @@ function create_if_block$8(ctx) {
|
|
2638
2638
|
t = space();
|
2639
2639
|
if (default_slot) default_slot.c();
|
2640
2640
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2641
|
-
attr(div, "class", "state-item svelte-
|
2641
|
+
attr(div, "class", "state-item svelte-1amihue");
|
2642
2642
|
},
|
2643
2643
|
m(target, anchor) {
|
2644
2644
|
insert(target, div, anchor);
|
@@ -3040,7 +3040,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3040
3040
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3041
3041
|
|
3042
3042
|
function add_css$s(target) {
|
3043
|
-
append_styles(target, "svelte-
|
3043
|
+
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}");
|
3044
3044
|
}
|
3045
3045
|
|
3046
3046
|
// (9:0) {#if backgroundOverlay}
|
@@ -3052,7 +3052,7 @@ function create_if_block$7(ctx) {
|
|
3052
3052
|
return {
|
3053
3053
|
c() {
|
3054
3054
|
div = element("div");
|
3055
|
-
attr(div, "class", "background svelte-
|
3055
|
+
attr(div, "class", "background svelte-g6ucc2");
|
3056
3056
|
},
|
3057
3057
|
m(target, anchor) {
|
3058
3058
|
insert(target, div, anchor);
|
@@ -3163,7 +3163,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3163
3163
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3164
3164
|
|
3165
3165
|
function add_css$r(target) {
|
3166
|
-
append_styles(target, "svelte-
|
3166
|
+
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}");
|
3167
3167
|
}
|
3168
3168
|
|
3169
3169
|
// (50:0) {:else}
|
@@ -3192,7 +3192,7 @@ function create_else_block$3(ctx) {
|
|
3192
3192
|
button = element("button");
|
3193
3193
|
if (default_slot) default_slot.c();
|
3194
3194
|
set_attributes(button, button_data);
|
3195
|
-
toggle_class(button, "svelte-
|
3195
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3196
3196
|
},
|
3197
3197
|
m(target, anchor) {
|
3198
3198
|
insert(target, button, anchor);
|
@@ -3231,7 +3231,7 @@ function create_else_block$3(ctx) {
|
|
3231
3231
|
dataAttrStopPropagation('click')
|
3232
3232
|
]));
|
3233
3233
|
|
3234
|
-
toggle_class(button, "svelte-
|
3234
|
+
toggle_class(button, "svelte-1dtbrzj", true);
|
3235
3235
|
},
|
3236
3236
|
i(local) {
|
3237
3237
|
if (current) return;
|
@@ -3262,7 +3262,7 @@ function create_if_block_2(ctx) {
|
|
3262
3262
|
c() {
|
3263
3263
|
div = element("div");
|
3264
3264
|
if (default_slot) default_slot.c();
|
3265
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3265
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1dtbrzj"));
|
3266
3266
|
attr(div, "style", /*style*/ ctx[1]);
|
3267
3267
|
},
|
3268
3268
|
m(target, anchor) {
|
@@ -3346,7 +3346,7 @@ function create_if_block_1$2(ctx) {
|
|
3346
3346
|
a = element("a");
|
3347
3347
|
if (default_slot) default_slot.c();
|
3348
3348
|
set_attributes(a, a_data);
|
3349
|
-
toggle_class(a, "svelte-
|
3349
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3350
3350
|
},
|
3351
3351
|
m(target, anchor) {
|
3352
3352
|
insert(target, a, anchor);
|
@@ -3388,7 +3388,7 @@ function create_if_block_1$2(ctx) {
|
|
3388
3388
|
dataAttrStopPropagation('click')
|
3389
3389
|
]));
|
3390
3390
|
|
3391
|
-
toggle_class(a, "svelte-
|
3391
|
+
toggle_class(a, "svelte-1dtbrzj", true);
|
3392
3392
|
},
|
3393
3393
|
i(local) {
|
3394
3394
|
if (current) return;
|
@@ -3419,7 +3419,7 @@ function create_if_block$6(ctx) {
|
|
3419
3419
|
c() {
|
3420
3420
|
div = element("div");
|
3421
3421
|
if (default_slot) default_slot.c();
|
3422
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3422
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1dtbrzj"));
|
3423
3423
|
attr(div, "style", /*style*/ ctx[1]);
|
3424
3424
|
},
|
3425
3425
|
m(target, anchor) {
|
@@ -3623,7 +3623,7 @@ class Button extends SvelteComponent {
|
|
3623
3623
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3624
3624
|
|
3625
3625
|
function add_css$q(target) {
|
3626
|
-
append_styles(target, "svelte-
|
3626
|
+
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}");
|
3627
3627
|
}
|
3628
3628
|
|
3629
3629
|
// (145:0) {#if visible}
|
@@ -3648,7 +3648,7 @@ function create_if_block$5(ctx) {
|
|
3648
3648
|
c() {
|
3649
3649
|
div = element("div");
|
3650
3650
|
create_component(button.$$.fragment);
|
3651
|
-
attr(div, "class", "modal svelte-
|
3651
|
+
attr(div, "class", "modal svelte-1m1do8u");
|
3652
3652
|
attr(div, "role", "dialog");
|
3653
3653
|
attr(div, "aria-modal", "true");
|
3654
3654
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3726,7 +3726,7 @@ function create_if_block_1$1(ctx) {
|
|
3726
3726
|
c() {
|
3727
3727
|
div = element("div");
|
3728
3728
|
create_component(button.$$.fragment);
|
3729
|
-
attr(div, "class", "close svelte-
|
3729
|
+
attr(div, "class", "close svelte-1m1do8u");
|
3730
3730
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3731
3731
|
},
|
3732
3732
|
m(target, anchor) {
|
@@ -3815,7 +3815,7 @@ function create_default_slot$6(ctx) {
|
|
3815
3815
|
t = space();
|
3816
3816
|
div = element("div");
|
3817
3817
|
if (default_slot) default_slot.c();
|
3818
|
-
attr(div, "class", "modal-content svelte-
|
3818
|
+
attr(div, "class", "modal-content svelte-1m1do8u");
|
3819
3819
|
attr(div, "style", /*_style*/ ctx[4]);
|
3820
3820
|
},
|
3821
3821
|
m(target, anchor) {
|
@@ -4306,7 +4306,7 @@ class Grid extends SvelteComponent {
|
|
4306
4306
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4307
4307
|
|
4308
4308
|
function add_css$p(target) {
|
4309
|
-
append_styles(target, "svelte-
|
4309
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4310
4310
|
}
|
4311
4311
|
|
4312
4312
|
function create_fragment$r(ctx) {
|
@@ -4321,8 +4321,8 @@ function create_fragment$r(ctx) {
|
|
4321
4321
|
div1 = element("div");
|
4322
4322
|
div0 = element("div");
|
4323
4323
|
if (default_slot) default_slot.c();
|
4324
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4325
|
-
attr(div1, "class", "grid-item svelte-
|
4324
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4325
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4326
4326
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4327
4327
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4328
4328
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4627,7 +4627,7 @@ class RenderText extends SvelteComponent {
|
|
4627
4627
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4628
4628
|
|
4629
4629
|
function add_css$o(target) {
|
4630
|
-
append_styles(target, "svelte-
|
4630
|
+
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}");
|
4631
4631
|
}
|
4632
4632
|
|
4633
4633
|
// (93:2) {:else}
|
@@ -4644,8 +4644,8 @@ function create_else_block$1(ctx) {
|
|
4644
4644
|
div1 = element("div");
|
4645
4645
|
div0 = element("div");
|
4646
4646
|
create_component(rendertext.$$.fragment);
|
4647
|
-
attr(div0, "class", "text-element-inner svelte-
|
4648
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4647
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4648
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4649
4649
|
attr(div1, "style", /*style*/ ctx[5]);
|
4650
4650
|
},
|
4651
4651
|
m(target, anchor) {
|
@@ -4659,7 +4659,7 @@ function create_else_block$1(ctx) {
|
|
4659
4659
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4660
4660
|
rendertext.$set(rendertext_changes);
|
4661
4661
|
|
4662
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4662
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
4663
4663
|
attr(div1, "class", div1_class_value);
|
4664
4664
|
}
|
4665
4665
|
|
@@ -4709,12 +4709,12 @@ function create_if_block$3(ctx) {
|
|
4709
4709
|
t2 = space();
|
4710
4710
|
div2 = element("div");
|
4711
4711
|
div2.textContent = "コピーできませんでした";
|
4712
|
-
attr(div0, "class", "text-element-inner svelte-
|
4712
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
4713
4713
|
attr(a, "href", '');
|
4714
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4714
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
4715
4715
|
attr(a, "style", /*style*/ ctx[5]);
|
4716
|
-
attr(div1, "class", "tooltip svelte-
|
4717
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4716
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
4717
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
4718
4718
|
},
|
4719
4719
|
m(target, anchor) {
|
4720
4720
|
insert(target, a, anchor);
|
@@ -4738,7 +4738,7 @@ function create_if_block$3(ctx) {
|
|
4738
4738
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4739
4739
|
rendertext.$set(rendertext_changes);
|
4740
4740
|
|
4741
|
-
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-
|
4741
|
+
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"))) {
|
4742
4742
|
attr(a, "class", a_class_value);
|
4743
4743
|
}
|
4744
4744
|
|
@@ -4790,7 +4790,7 @@ function create_fragment$p(ctx) {
|
|
4790
4790
|
c() {
|
4791
4791
|
div = element("div");
|
4792
4792
|
if_block.c();
|
4793
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4793
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
4794
4794
|
},
|
4795
4795
|
m(target, anchor) {
|
4796
4796
|
insert(target, div, anchor);
|
@@ -4955,7 +4955,7 @@ class TextElement extends SvelteComponent {
|
|
4955
4955
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4956
4956
|
|
4957
4957
|
function add_css$n(target) {
|
4958
|
-
append_styles(target, "svelte-
|
4958
|
+
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)}");
|
4959
4959
|
}
|
4960
4960
|
|
4961
4961
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5011,7 +5011,7 @@ function create_fragment$o(ctx) {
|
|
5011
5011
|
c() {
|
5012
5012
|
div = element("div");
|
5013
5013
|
create_component(button.$$.fragment);
|
5014
|
-
attr(div, "class", "text-button-element svelte-
|
5014
|
+
attr(div, "class", "text-button-element svelte-ejepf6");
|
5015
5015
|
},
|
5016
5016
|
m(target, anchor) {
|
5017
5017
|
insert(target, div, anchor);
|
@@ -5103,7 +5103,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5103
5103
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5104
5104
|
|
5105
5105
|
function add_css$m(target) {
|
5106
|
-
append_styles(target, "svelte-
|
5106
|
+
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%}");
|
5107
5107
|
}
|
5108
5108
|
|
5109
5109
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5115,7 +5115,7 @@ function create_default_slot$4(ctx) {
|
|
5115
5115
|
return {
|
5116
5116
|
c() {
|
5117
5117
|
img = element("img");
|
5118
|
-
attr(img, "class", "image svelte-
|
5118
|
+
attr(img, "class", "image svelte-1alkh1m");
|
5119
5119
|
attr(img, "loading", "lazy");
|
5120
5120
|
attr(img, "width", "auto");
|
5121
5121
|
attr(img, "height", "auto");
|
@@ -5165,7 +5165,7 @@ function create_fragment$n(ctx) {
|
|
5165
5165
|
c() {
|
5166
5166
|
div = element("div");
|
5167
5167
|
create_component(button.$$.fragment);
|
5168
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5168
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
5169
5169
|
},
|
5170
5170
|
m(target, anchor) {
|
5171
5171
|
insert(target, div, anchor);
|
@@ -5184,7 +5184,7 @@ function create_fragment$n(ctx) {
|
|
5184
5184
|
|
5185
5185
|
button.$set(button_changes);
|
5186
5186
|
|
5187
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5187
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
5188
5188
|
attr(div, "class", div_class_value);
|
5189
5189
|
}
|
5190
5190
|
},
|
@@ -5256,7 +5256,7 @@ class ImageElement extends SvelteComponent {
|
|
5256
5256
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5257
5257
|
|
5258
5258
|
function add_css$l(target) {
|
5259
|
-
append_styles(target, "svelte-
|
5259
|
+
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}");
|
5260
5260
|
}
|
5261
5261
|
|
5262
5262
|
function create_fragment$m(ctx) {
|
@@ -5269,7 +5269,7 @@ function create_fragment$m(ctx) {
|
|
5269
5269
|
c() {
|
5270
5270
|
div = element("div");
|
5271
5271
|
if (default_slot) default_slot.c();
|
5272
|
-
attr(div, "class", "list svelte-
|
5272
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5273
5273
|
attr(div, "style", /*style*/ ctx[0]);
|
5274
5274
|
},
|
5275
5275
|
m(target, anchor) {
|
@@ -5403,7 +5403,7 @@ class List extends SvelteComponent {
|
|
5403
5403
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5404
5404
|
|
5405
5405
|
function add_css$k(target) {
|
5406
|
-
append_styles(target, "svelte-
|
5406
|
+
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}");
|
5407
5407
|
}
|
5408
5408
|
|
5409
5409
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5473,7 +5473,7 @@ function create_fragment$l(ctx) {
|
|
5473
5473
|
c() {
|
5474
5474
|
div = element("div");
|
5475
5475
|
create_component(button.$$.fragment);
|
5476
|
-
attr(div, "class", "list-item svelte-
|
5476
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
5477
5477
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5478
5478
|
},
|
5479
5479
|
m(target, anchor) {
|
@@ -5599,7 +5599,7 @@ class ListItem extends SvelteComponent {
|
|
5599
5599
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5600
5600
|
|
5601
5601
|
function add_css$j(target) {
|
5602
|
-
append_styles(target, "svelte-
|
5602
|
+
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}");
|
5603
5603
|
}
|
5604
5604
|
|
5605
5605
|
function create_fragment$k(ctx) {
|
@@ -5608,7 +5608,7 @@ function create_fragment$k(ctx) {
|
|
5608
5608
|
return {
|
5609
5609
|
c() {
|
5610
5610
|
div = element("div");
|
5611
|
-
attr(div, "class", "embed svelte-
|
5611
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5612
5612
|
attr(div, "style", /*_style*/ ctx[1]);
|
5613
5613
|
},
|
5614
5614
|
m(target, anchor) {
|
@@ -5651,7 +5651,7 @@ class EmbedElement extends SvelteComponent {
|
|
5651
5651
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5652
5652
|
|
5653
5653
|
function add_css$i(target) {
|
5654
|
-
append_styles(target, "svelte-
|
5654
|
+
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%}");
|
5655
5655
|
}
|
5656
5656
|
|
5657
5657
|
function create_fragment$j(ctx) {
|
@@ -5663,7 +5663,7 @@ function create_fragment$j(ctx) {
|
|
5663
5663
|
div1 = element("div");
|
5664
5664
|
div0 = element("div");
|
5665
5665
|
attr(div0, "class", "karte-player");
|
5666
|
-
attr(div1, "class", "embed svelte-
|
5666
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
5667
5667
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5668
5668
|
},
|
5669
5669
|
m(target, anchor) {
|
@@ -6005,7 +6005,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6005
6005
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6006
6006
|
|
6007
6007
|
function add_css$h(target) {
|
6008
|
-
append_styles(target, "svelte-
|
6008
|
+
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%}");
|
6009
6009
|
}
|
6010
6010
|
|
6011
6011
|
function create_fragment$i(ctx) {
|
@@ -6017,7 +6017,7 @@ function create_fragment$i(ctx) {
|
|
6017
6017
|
div1 = element("div");
|
6018
6018
|
div0 = element("div");
|
6019
6019
|
attr(div0, "class", "karte-player");
|
6020
|
-
attr(div1, "class", "embed svelte-
|
6020
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6021
6021
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6022
6022
|
},
|
6023
6023
|
m(target, anchor) {
|
@@ -6201,7 +6201,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6201
6201
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6202
6202
|
|
6203
6203
|
function add_css$g(target) {
|
6204
|
-
append_styles(target, "svelte-
|
6204
|
+
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}");
|
6205
6205
|
}
|
6206
6206
|
|
6207
6207
|
function create_fragment$h(ctx) {
|
@@ -6214,12 +6214,12 @@ function create_fragment$h(ctx) {
|
|
6214
6214
|
c() {
|
6215
6215
|
div = element("div");
|
6216
6216
|
textarea = element("textarea");
|
6217
|
-
attr(textarea, "class", "textarea svelte-
|
6217
|
+
attr(textarea, "class", "textarea svelte-13z4kn0");
|
6218
6218
|
textarea.value = /*$value*/ ctx[3];
|
6219
6219
|
textarea.required = /*required*/ ctx[0];
|
6220
6220
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6221
6221
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6222
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6222
|
+
attr(div, "class", "textarea-wrapper svelte-13z4kn0");
|
6223
6223
|
},
|
6224
6224
|
m(target, anchor) {
|
6225
6225
|
insert(target, div, anchor);
|
@@ -6315,7 +6315,7 @@ class FormTextarea extends SvelteComponent {
|
|
6315
6315
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6316
6316
|
|
6317
6317
|
function add_css$f(target) {
|
6318
|
-
append_styles(target, "svelte-
|
6318
|
+
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}");
|
6319
6319
|
}
|
6320
6320
|
|
6321
6321
|
function get_each_context$5(ctx, list, i) {
|
@@ -6348,14 +6348,14 @@ function create_each_block$5(ctx) {
|
|
6348
6348
|
t1 = text(t1_value);
|
6349
6349
|
t2 = space();
|
6350
6350
|
attr(input, "type", "radio");
|
6351
|
-
attr(input, "class", "radio-button-input svelte-
|
6351
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
6352
6352
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6353
6353
|
attr(input, "name", /*name*/ ctx[0]);
|
6354
6354
|
input.value = input_value_value = /*option*/ ctx[16];
|
6355
6355
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6356
|
-
attr(span, "class", "radio-button-text svelte-
|
6356
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
6357
6357
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6358
|
-
attr(label, "class", "radio-button svelte-
|
6358
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
6359
6359
|
},
|
6360
6360
|
m(target, anchor) {
|
6361
6361
|
insert(target, label, anchor);
|
@@ -6420,7 +6420,7 @@ function create_fragment$g(ctx) {
|
|
6420
6420
|
each_blocks[i].c();
|
6421
6421
|
}
|
6422
6422
|
|
6423
|
-
attr(div, "class", "radio-buttons svelte-
|
6423
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
6424
6424
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6425
6425
|
},
|
6426
6426
|
m(target, anchor) {
|
@@ -6587,7 +6587,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6587
6587
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6588
6588
|
|
6589
6589
|
function add_css$e(target) {
|
6590
|
-
append_styles(target, "svelte-
|
6590
|
+
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}");
|
6591
6591
|
}
|
6592
6592
|
|
6593
6593
|
function get_each_context$4(ctx, list, i) {
|
@@ -6721,10 +6721,10 @@ function create_fragment$f(ctx) {
|
|
6721
6721
|
|
6722
6722
|
t = space();
|
6723
6723
|
div0 = element("div");
|
6724
|
-
attr(select, "class", "select-select svelte-
|
6724
|
+
attr(select, "class", "select-select svelte-iejizj");
|
6725
6725
|
attr(select, "style", /*style*/ ctx[3]);
|
6726
|
-
attr(div0, "class", "select-icon svelte-
|
6727
|
-
attr(div1, "class", "select svelte-
|
6726
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
6727
|
+
attr(div1, "class", "select svelte-iejizj");
|
6728
6728
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6729
6729
|
},
|
6730
6730
|
m(target, anchor) {
|
@@ -6926,7 +6926,7 @@ class FormSelect extends SvelteComponent {
|
|
6926
6926
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6927
6927
|
|
6928
6928
|
function add_css$d(target) {
|
6929
|
-
append_styles(target, "svelte-
|
6929
|
+
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}");
|
6930
6930
|
}
|
6931
6931
|
|
6932
6932
|
function get_each_context$3(ctx, list, i) {
|
@@ -6965,19 +6965,19 @@ function create_each_block$3(ctx) {
|
|
6965
6965
|
span2 = element("span");
|
6966
6966
|
t2 = text(t2_value);
|
6967
6967
|
t3 = space();
|
6968
|
-
attr(input, "class", "check-box-input svelte-
|
6968
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
6969
6969
|
attr(input, "type", "checkbox");
|
6970
6970
|
attr(input, "name", /*name*/ ctx[0]);
|
6971
6971
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6972
|
-
attr(span0, "class", "check-box-icon svelte-
|
6972
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
6973
6973
|
|
6974
6974
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6975
6975
|
? ' _checked'
|
6976
|
-
: ''}`) + " svelte-
|
6976
|
+
: ''}`) + " svelte-2pz1us"));
|
6977
6977
|
|
6978
|
-
attr(span2, "class", "check-box-text svelte-
|
6978
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
6979
6979
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
6980
|
-
attr(label, "class", "check-box svelte-
|
6980
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
6981
6981
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
6982
6982
|
},
|
6983
6983
|
m(target, anchor) {
|
@@ -7009,7 +7009,7 @@ function create_each_block$3(ctx) {
|
|
7009
7009
|
|
7010
7010
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7011
7011
|
? ' _checked'
|
7012
|
-
: ''}`) + " svelte-
|
7012
|
+
: ''}`) + " svelte-2pz1us"))) {
|
7013
7013
|
attr(span1, "class", span1_class_value);
|
7014
7014
|
}
|
7015
7015
|
|
@@ -7048,7 +7048,7 @@ function create_fragment$e(ctx) {
|
|
7048
7048
|
each_blocks[i].c();
|
7049
7049
|
}
|
7050
7050
|
|
7051
|
-
attr(div, "class", "check-boxes svelte-
|
7051
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
7052
7052
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7053
7053
|
},
|
7054
7054
|
m(target, anchor) {
|
@@ -7223,7 +7223,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7223
7223
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7224
7224
|
|
7225
7225
|
function add_css$c(target) {
|
7226
|
-
append_styles(target, "svelte-
|
7226
|
+
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}");
|
7227
7227
|
}
|
7228
7228
|
|
7229
7229
|
function get_each_context$2(ctx, list, i) {
|
@@ -7247,7 +7247,7 @@ function create_each_block$2(ctx) {
|
|
7247
7247
|
button = element("button");
|
7248
7248
|
t0 = text(t0_value);
|
7249
7249
|
t1 = space();
|
7250
|
-
attr(button, "class", "rating-button svelte-
|
7250
|
+
attr(button, "class", "rating-button svelte-18pfy31");
|
7251
7251
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7252
7252
|
},
|
7253
7253
|
m(target, anchor) {
|
@@ -7296,7 +7296,7 @@ function create_fragment$d(ctx) {
|
|
7296
7296
|
each_blocks[i].c();
|
7297
7297
|
}
|
7298
7298
|
|
7299
|
-
attr(div, "class", "rating-buttons svelte-
|
7299
|
+
attr(div, "class", "rating-buttons svelte-18pfy31");
|
7300
7300
|
},
|
7301
7301
|
m(target, anchor) {
|
7302
7302
|
insert(target, div, anchor);
|
@@ -7433,7 +7433,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7433
7433
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7434
7434
|
|
7435
7435
|
function add_css$b(target) {
|
7436
|
-
append_styles(target, "svelte-
|
7436
|
+
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%)}");
|
7437
7437
|
}
|
7438
7438
|
|
7439
7439
|
function get_each_context$1(ctx, list, i) {
|
@@ -7458,9 +7458,9 @@ function create_each_block$1(ctx) {
|
|
7458
7458
|
img = element("img");
|
7459
7459
|
t = space();
|
7460
7460
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7461
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7461
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
7462
7462
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7463
|
-
attr(button, "class", "rating-button svelte-
|
7463
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
7464
7464
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7465
7465
|
},
|
7466
7466
|
m(target, anchor) {
|
@@ -7476,7 +7476,7 @@ function create_each_block$1(ctx) {
|
|
7476
7476
|
p(new_ctx, dirty) {
|
7477
7477
|
ctx = new_ctx;
|
7478
7478
|
|
7479
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7479
|
+
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"))) {
|
7480
7480
|
attr(img, "class", img_class_value);
|
7481
7481
|
}
|
7482
7482
|
|
@@ -7509,7 +7509,7 @@ function create_fragment$c(ctx) {
|
|
7509
7509
|
each_blocks[i].c();
|
7510
7510
|
}
|
7511
7511
|
|
7512
|
-
attr(div, "class", "rating-buttons svelte-
|
7512
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
7513
7513
|
},
|
7514
7514
|
m(target, anchor) {
|
7515
7515
|
insert(target, div, anchor);
|
@@ -7617,7 +7617,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7617
7617
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7618
7618
|
|
7619
7619
|
function add_css$a(target) {
|
7620
|
-
append_styles(target, "svelte-
|
7620
|
+
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%}");
|
7621
7621
|
}
|
7622
7622
|
|
7623
7623
|
function get_each_context(ctx, list, i) {
|
@@ -7646,9 +7646,9 @@ function create_if_block_1(ctx) {
|
|
7646
7646
|
attr(svg, "viewBox", "0 0 10 16");
|
7647
7647
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7648
7648
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7649
|
-
attr(button, "class", "move-button svelte-
|
7649
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7650
7650
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7651
|
-
attr(div, "class", "prev-button-container svelte-
|
7651
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
7652
7652
|
},
|
7653
7653
|
m(target, anchor) {
|
7654
7654
|
insert(target, div, anchor);
|
@@ -7697,9 +7697,9 @@ function create_if_block$1(ctx) {
|
|
7697
7697
|
attr(svg, "viewBox", "0 0 10 16");
|
7698
7698
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7699
7699
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7700
|
-
attr(button, "class", "move-button svelte-
|
7700
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
7701
7701
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7702
|
-
attr(div, "class", "next-button-container svelte-
|
7702
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
7703
7703
|
},
|
7704
7704
|
m(target, anchor) {
|
7705
7705
|
insert(target, div, anchor);
|
@@ -7747,9 +7747,9 @@ function create_each_block(ctx) {
|
|
7747
7747
|
button = element("button");
|
7748
7748
|
div = element("div");
|
7749
7749
|
t = space();
|
7750
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7750
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
7751
7751
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7752
|
-
attr(button, "class", "navigation-item svelte-
|
7752
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
7753
7753
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7754
7754
|
},
|
7755
7755
|
m(target, anchor) {
|
@@ -7826,14 +7826,14 @@ function create_fragment$b(ctx) {
|
|
7826
7826
|
each_blocks[i].c();
|
7827
7827
|
}
|
7828
7828
|
|
7829
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7829
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
7830
7830
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7831
|
-
attr(div1, "class", "container svelte-
|
7831
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
7832
7832
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7833
|
-
attr(div2, "class", "navigation svelte-
|
7833
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
7834
7834
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7835
7835
|
set_attributes(div3, div3_data);
|
7836
|
-
toggle_class(div3, "svelte-
|
7836
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7837
7837
|
},
|
7838
7838
|
m(target, anchor) {
|
7839
7839
|
insert(target, div3, anchor);
|
@@ -7875,7 +7875,7 @@ function create_fragment$b(ctx) {
|
|
7875
7875
|
}
|
7876
7876
|
}
|
7877
7877
|
|
7878
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7878
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
7879
7879
|
attr(div0, "class", div0_class_value);
|
7880
7880
|
}
|
7881
7881
|
|
@@ -7941,7 +7941,7 @@ function create_fragment$b(ctx) {
|
|
7941
7941
|
}
|
7942
7942
|
|
7943
7943
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7944
|
-
toggle_class(div3, "svelte-
|
7944
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
7945
7945
|
},
|
7946
7946
|
i(local) {
|
7947
7947
|
if (current) return;
|
@@ -8453,7 +8453,7 @@ class Slide extends SvelteComponent {
|
|
8453
8453
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8454
8454
|
|
8455
8455
|
function add_css$9(target) {
|
8456
|
-
append_styles(target, "svelte-
|
8456
|
+
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}");
|
8457
8457
|
}
|
8458
8458
|
|
8459
8459
|
function create_fragment$a(ctx) {
|
@@ -8468,9 +8468,9 @@ function create_fragment$a(ctx) {
|
|
8468
8468
|
div1 = element("div");
|
8469
8469
|
div0 = element("div");
|
8470
8470
|
if (default_slot) default_slot.c();
|
8471
|
-
attr(div0, "class", "item-inner svelte-
|
8471
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
8472
8472
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8473
|
-
attr(div1, "class", "item svelte-
|
8473
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
8474
8474
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8475
8475
|
},
|
8476
8476
|
m(target, anchor) {
|
@@ -8596,7 +8596,7 @@ class SlideItem extends SvelteComponent {
|
|
8596
8596
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8597
8597
|
|
8598
8598
|
function add_css$8(target) {
|
8599
|
-
append_styles(target, "svelte-
|
8599
|
+
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}");
|
8600
8600
|
}
|
8601
8601
|
|
8602
8602
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8614,9 +8614,9 @@ function create_fragment$9(ctx) {
|
|
8614
8614
|
div1 = element("div");
|
8615
8615
|
div0 = element("div");
|
8616
8616
|
if (default_slot) default_slot.c();
|
8617
|
-
attr(div0, "class", "countdown-inner svelte-
|
8617
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
8618
8618
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8619
|
-
attr(div1, "class", "countdown svelte-
|
8619
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
8620
8620
|
},
|
8621
8621
|
m(target, anchor) {
|
8622
8622
|
insert(target, div1, anchor);
|
@@ -8750,7 +8750,7 @@ class Countdown extends SvelteComponent {
|
|
8750
8750
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8751
8751
|
|
8752
8752
|
function add_css$7(target) {
|
8753
|
-
append_styles(target, "svelte-
|
8753
|
+
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}");
|
8754
8754
|
}
|
8755
8755
|
|
8756
8756
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8820,7 +8820,7 @@ function create_fragment$8(ctx) {
|
|
8820
8820
|
c() {
|
8821
8821
|
div = element("div");
|
8822
8822
|
create_component(button.$$.fragment);
|
8823
|
-
attr(div, "class", "box svelte-
|
8823
|
+
attr(div, "class", "box svelte-1c91vpe");
|
8824
8824
|
},
|
8825
8825
|
m(target, anchor) {
|
8826
8826
|
insert(target, div, anchor);
|
@@ -8881,7 +8881,7 @@ class Box extends SvelteComponent {
|
|
8881
8881
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8882
8882
|
|
8883
8883
|
function add_css$6(target) {
|
8884
|
-
append_styles(target, "svelte-
|
8884
|
+
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)}");
|
8885
8885
|
}
|
8886
8886
|
|
8887
8887
|
// (56:4) {#if svg}
|
@@ -8963,7 +8963,7 @@ function create_fragment$7(ctx) {
|
|
8963
8963
|
c() {
|
8964
8964
|
div = element("div");
|
8965
8965
|
create_component(button.$$.fragment);
|
8966
|
-
attr(div, "class", "icon svelte-
|
8966
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
8967
8967
|
},
|
8968
8968
|
m(target, anchor) {
|
8969
8969
|
insert(target, div, anchor);
|
@@ -9072,7 +9072,7 @@ class IconElement extends SvelteComponent {
|
|
9072
9072
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9073
9073
|
|
9074
9074
|
function add_css$5(target) {
|
9075
|
-
append_styles(target, "svelte-
|
9075
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9076
9076
|
}
|
9077
9077
|
|
9078
9078
|
function create_fragment$6(ctx) {
|
@@ -9098,7 +9098,7 @@ function create_fragment$6(ctx) {
|
|
9098
9098
|
c() {
|
9099
9099
|
div = element("div");
|
9100
9100
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9101
|
-
attr(div, "class", "codeElement svelte-
|
9101
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
9102
9102
|
attr(div, "style", /*style*/ ctx[3]);
|
9103
9103
|
},
|
9104
9104
|
m(target, anchor) {
|
@@ -9187,7 +9187,7 @@ class CodeElement extends SvelteComponent {
|
|
9187
9187
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9188
9188
|
|
9189
9189
|
function add_css$4(target) {
|
9190
|
-
append_styles(target, "svelte-
|
9190
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9191
9191
|
}
|
9192
9192
|
|
9193
9193
|
function create_fragment$5(ctx) {
|
@@ -9201,7 +9201,7 @@ function create_fragment$5(ctx) {
|
|
9201
9201
|
c() {
|
9202
9202
|
div = element("div");
|
9203
9203
|
if (default_slot) default_slot.c();
|
9204
|
-
attr(div, "class", "flex svelte-
|
9204
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9205
9205
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9206
9206
|
},
|
9207
9207
|
m(target, anchor) {
|
@@ -9298,7 +9298,7 @@ class Flex extends SvelteComponent {
|
|
9298
9298
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9299
9299
|
|
9300
9300
|
function add_css$3(target) {
|
9301
|
-
append_styles(target, "svelte-
|
9301
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9302
9302
|
}
|
9303
9303
|
|
9304
9304
|
function create_fragment$4(ctx) {
|
@@ -9311,7 +9311,7 @@ function create_fragment$4(ctx) {
|
|
9311
9311
|
c() {
|
9312
9312
|
div = element("div");
|
9313
9313
|
if (default_slot) default_slot.c();
|
9314
|
-
attr(div, "class", "flex-item svelte-
|
9314
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9315
9315
|
attr(div, "style", /*style*/ ctx[0]);
|
9316
9316
|
},
|
9317
9317
|
m(target, anchor) {
|
@@ -9719,7 +9719,7 @@ class GridModalState extends SvelteComponent {
|
|
9719
9719
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9720
9720
|
|
9721
9721
|
function add_css$2(target) {
|
9722
|
-
append_styles(target, "svelte-
|
9722
|
+
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%}");
|
9723
9723
|
}
|
9724
9724
|
|
9725
9725
|
function create_fragment$2(ctx) {
|
@@ -9735,8 +9735,8 @@ function create_fragment$2(ctx) {
|
|
9735
9735
|
div1 = element("div");
|
9736
9736
|
div0 = element("div");
|
9737
9737
|
create_component(rendertext.$$.fragment);
|
9738
|
-
attr(div0, "class", "text-block-inner svelte-
|
9739
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9738
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
9739
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
9740
9740
|
attr(div1, "style", /*style*/ ctx[2]);
|
9741
9741
|
},
|
9742
9742
|
m(target, anchor) {
|
@@ -9750,7 +9750,7 @@ function create_fragment$2(ctx) {
|
|
9750
9750
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9751
9751
|
rendertext.$set(rendertext_changes);
|
9752
9752
|
|
9753
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9753
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
9754
9754
|
attr(div1, "class", div1_class_value);
|
9755
9755
|
}
|
9756
9756
|
|
@@ -9828,7 +9828,7 @@ class TextBlock extends SvelteComponent {
|
|
9828
9828
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9829
9829
|
|
9830
9830
|
function add_css$1(target) {
|
9831
|
-
append_styles(target, "svelte-
|
9831
|
+
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)}");
|
9832
9832
|
}
|
9833
9833
|
|
9834
9834
|
function create_fragment$1(ctx) {
|
@@ -9845,9 +9845,9 @@ function create_fragment$1(ctx) {
|
|
9845
9845
|
div = element("div");
|
9846
9846
|
button = element("button");
|
9847
9847
|
create_component(rendertext.$$.fragment);
|
9848
|
-
attr(button, "class", "text-button svelte-
|
9848
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
9849
9849
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9850
|
-
attr(div, "class", "text-button-block svelte-
|
9850
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
9851
9851
|
attr(div, "style", /*_style*/ ctx[2]);
|
9852
9852
|
},
|
9853
9853
|
m(target, anchor) {
|
@@ -9953,7 +9953,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9953
9953
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9954
9954
|
|
9955
9955
|
function add_css(target) {
|
9956
|
-
append_styles(target, "svelte-
|
9956
|
+
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)}");
|
9957
9957
|
}
|
9958
9958
|
|
9959
9959
|
function create_fragment(ctx) {
|
@@ -9969,14 +9969,14 @@ function create_fragment(ctx) {
|
|
9969
9969
|
c() {
|
9970
9970
|
div = element("div");
|
9971
9971
|
img = element("img");
|
9972
|
-
attr(img, "class", "image svelte-
|
9972
|
+
attr(img, "class", "image svelte-1jus6sx");
|
9973
9973
|
attr(img, "loading", "lazy");
|
9974
9974
|
attr(img, "width", "auto");
|
9975
9975
|
attr(img, "height", "auto");
|
9976
9976
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
9977
9977
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9978
9978
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9979
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9979
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
9980
9980
|
attr(div, "style", /*_style*/ ctx[5]);
|
9981
9981
|
},
|
9982
9982
|
m(target, anchor) {
|
@@ -10001,7 +10001,7 @@ function create_fragment(ctx) {
|
|
10001
10001
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10002
10002
|
}
|
10003
10003
|
|
10004
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10004
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
10005
10005
|
attr(div, "class", div_class_value);
|
10006
10006
|
}
|
10007
10007
|
|