@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/index.es.js
CHANGED
@@ -1770,6 +1770,7 @@ function ensureActionRoot(useShadow = true) {
|
|
1770
1770
|
[`data-${KARTE_ACTION_SHORTEN_ID}`]: systemConfig.shortenId
|
1771
1771
|
? systemConfig.shortenId
|
1772
1772
|
: ALL_ACTION_SHORTEN_ID,
|
1773
|
+
style: { display: 'block' },
|
1773
1774
|
};
|
1774
1775
|
let el = document.querySelector(`.${KARTE_MODAL_ROOT}[data-${KARTE_ACTION_RID}='${actionId}']`);
|
1775
1776
|
if (el == null) {
|
@@ -2587,7 +2588,7 @@ class State extends SvelteComponent {
|
|
2587
2588
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2588
2589
|
|
2589
2590
|
function add_css$t(target) {
|
2590
|
-
append_styles(target, "svelte-
|
2591
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
2591
2592
|
}
|
2592
2593
|
|
2593
2594
|
// (23:0) {#if $state === path}
|
@@ -2604,7 +2605,7 @@ function create_if_block$8(ctx) {
|
|
2604
2605
|
t = space();
|
2605
2606
|
if (default_slot) default_slot.c();
|
2606
2607
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2607
|
-
attr(div, "class", "state-item svelte-
|
2608
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
2608
2609
|
},
|
2609
2610
|
m(target, anchor) {
|
2610
2611
|
insert(target, div, anchor);
|
@@ -3006,7 +3007,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3006
3007
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3007
3008
|
|
3008
3009
|
function add_css$s(target) {
|
3009
|
-
append_styles(target, "svelte-
|
3010
|
+
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}");
|
3010
3011
|
}
|
3011
3012
|
|
3012
3013
|
// (9:0) {#if backgroundOverlay}
|
@@ -3018,7 +3019,7 @@ function create_if_block$7(ctx) {
|
|
3018
3019
|
return {
|
3019
3020
|
c() {
|
3020
3021
|
div = element("div");
|
3021
|
-
attr(div, "class", "background svelte-
|
3022
|
+
attr(div, "class", "background svelte-1d4fta");
|
3022
3023
|
},
|
3023
3024
|
m(target, anchor) {
|
3024
3025
|
insert(target, div, anchor);
|
@@ -3129,7 +3130,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3129
3130
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3130
3131
|
|
3131
3132
|
function add_css$r(target) {
|
3132
|
-
append_styles(target, "svelte-
|
3133
|
+
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}");
|
3133
3134
|
}
|
3134
3135
|
|
3135
3136
|
// (50:0) {:else}
|
@@ -3158,7 +3159,7 @@ function create_else_block$3(ctx) {
|
|
3158
3159
|
button = element("button");
|
3159
3160
|
if (default_slot) default_slot.c();
|
3160
3161
|
set_attributes(button, button_data);
|
3161
|
-
toggle_class(button, "svelte-
|
3162
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3162
3163
|
},
|
3163
3164
|
m(target, anchor) {
|
3164
3165
|
insert(target, button, anchor);
|
@@ -3197,7 +3198,7 @@ function create_else_block$3(ctx) {
|
|
3197
3198
|
dataAttrStopPropagation('click')
|
3198
3199
|
]));
|
3199
3200
|
|
3200
|
-
toggle_class(button, "svelte-
|
3201
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3201
3202
|
},
|
3202
3203
|
i(local) {
|
3203
3204
|
if (current) return;
|
@@ -3228,7 +3229,7 @@ function create_if_block_2(ctx) {
|
|
3228
3229
|
c() {
|
3229
3230
|
div = element("div");
|
3230
3231
|
if (default_slot) default_slot.c();
|
3231
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3232
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
|
3232
3233
|
attr(div, "style", /*style*/ ctx[1]);
|
3233
3234
|
},
|
3234
3235
|
m(target, anchor) {
|
@@ -3312,7 +3313,7 @@ function create_if_block_1$2(ctx) {
|
|
3312
3313
|
a = element("a");
|
3313
3314
|
if (default_slot) default_slot.c();
|
3314
3315
|
set_attributes(a, a_data);
|
3315
|
-
toggle_class(a, "svelte-
|
3316
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3316
3317
|
},
|
3317
3318
|
m(target, anchor) {
|
3318
3319
|
insert(target, a, anchor);
|
@@ -3354,7 +3355,7 @@ function create_if_block_1$2(ctx) {
|
|
3354
3355
|
dataAttrStopPropagation('click')
|
3355
3356
|
]));
|
3356
3357
|
|
3357
|
-
toggle_class(a, "svelte-
|
3358
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3358
3359
|
},
|
3359
3360
|
i(local) {
|
3360
3361
|
if (current) return;
|
@@ -3385,7 +3386,7 @@ function create_if_block$6(ctx) {
|
|
3385
3386
|
c() {
|
3386
3387
|
div = element("div");
|
3387
3388
|
if (default_slot) default_slot.c();
|
3388
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3389
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
|
3389
3390
|
attr(div, "style", /*style*/ ctx[1]);
|
3390
3391
|
},
|
3391
3392
|
m(target, anchor) {
|
@@ -3589,7 +3590,7 @@ class Button extends SvelteComponent {
|
|
3589
3590
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3590
3591
|
|
3591
3592
|
function add_css$q(target) {
|
3592
|
-
append_styles(target, "svelte-
|
3593
|
+
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}");
|
3593
3594
|
}
|
3594
3595
|
|
3595
3596
|
// (145:0) {#if visible}
|
@@ -3614,7 +3615,7 @@ function create_if_block$5(ctx) {
|
|
3614
3615
|
c() {
|
3615
3616
|
div = element("div");
|
3616
3617
|
create_component(button.$$.fragment);
|
3617
|
-
attr(div, "class", "modal svelte-
|
3618
|
+
attr(div, "class", "modal svelte-1invh97");
|
3618
3619
|
attr(div, "role", "dialog");
|
3619
3620
|
attr(div, "aria-modal", "true");
|
3620
3621
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3692,7 +3693,7 @@ function create_if_block_1$1(ctx) {
|
|
3692
3693
|
c() {
|
3693
3694
|
div = element("div");
|
3694
3695
|
create_component(button.$$.fragment);
|
3695
|
-
attr(div, "class", "close svelte-
|
3696
|
+
attr(div, "class", "close svelte-1invh97");
|
3696
3697
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3697
3698
|
},
|
3698
3699
|
m(target, anchor) {
|
@@ -3781,7 +3782,7 @@ function create_default_slot$6(ctx) {
|
|
3781
3782
|
t = space();
|
3782
3783
|
div = element("div");
|
3783
3784
|
if (default_slot) default_slot.c();
|
3784
|
-
attr(div, "class", "modal-content svelte-
|
3785
|
+
attr(div, "class", "modal-content svelte-1invh97");
|
3785
3786
|
attr(div, "style", /*_style*/ ctx[4]);
|
3786
3787
|
},
|
3787
3788
|
m(target, anchor) {
|
@@ -4272,7 +4273,7 @@ class Grid extends SvelteComponent {
|
|
4272
4273
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4273
4274
|
|
4274
4275
|
function add_css$p(target) {
|
4275
|
-
append_styles(target, "svelte-
|
4276
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4276
4277
|
}
|
4277
4278
|
|
4278
4279
|
function create_fragment$r(ctx) {
|
@@ -4287,8 +4288,8 @@ function create_fragment$r(ctx) {
|
|
4287
4288
|
div1 = element("div");
|
4288
4289
|
div0 = element("div");
|
4289
4290
|
if (default_slot) default_slot.c();
|
4290
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4291
|
-
attr(div1, "class", "grid-item svelte-
|
4291
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4292
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4292
4293
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4293
4294
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4294
4295
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4593,7 +4594,7 @@ class RenderText extends SvelteComponent {
|
|
4593
4594
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4594
4595
|
|
4595
4596
|
function add_css$o(target) {
|
4596
|
-
append_styles(target, "svelte-
|
4597
|
+
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}");
|
4597
4598
|
}
|
4598
4599
|
|
4599
4600
|
// (86:2) {:else}
|
@@ -4610,8 +4611,8 @@ function create_else_block$1(ctx) {
|
|
4610
4611
|
div1 = element("div");
|
4611
4612
|
div0 = element("div");
|
4612
4613
|
create_component(rendertext.$$.fragment);
|
4613
|
-
attr(div0, "class", "text-element-inner svelte-
|
4614
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4614
|
+
attr(div0, "class", "text-element-inner svelte-13kv866");
|
4615
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-13kv866"));
|
4615
4616
|
attr(div1, "style", /*style*/ ctx[5]);
|
4616
4617
|
},
|
4617
4618
|
m(target, anchor) {
|
@@ -4625,7 +4626,7 @@ function create_else_block$1(ctx) {
|
|
4625
4626
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4626
4627
|
rendertext.$set(rendertext_changes);
|
4627
4628
|
|
4628
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4629
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-13kv866"))) {
|
4629
4630
|
attr(div1, "class", div1_class_value);
|
4630
4631
|
}
|
4631
4632
|
|
@@ -4675,12 +4676,12 @@ function create_if_block$3(ctx) {
|
|
4675
4676
|
t2 = space();
|
4676
4677
|
div2 = element("div");
|
4677
4678
|
div2.textContent = "コピーできませんでした";
|
4678
|
-
attr(div0, "class", "text-element-inner svelte-
|
4679
|
+
attr(div0, "class", "text-element-inner svelte-13kv866");
|
4679
4680
|
attr(a, "href", '');
|
4680
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4681
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-13kv866"));
|
4681
4682
|
attr(a, "style", /*style*/ ctx[5]);
|
4682
|
-
attr(div1, "class", "tooltip svelte-
|
4683
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4683
|
+
attr(div1, "class", "tooltip svelte-13kv866");
|
4684
|
+
attr(div2, "class", "tooltip tooltip-error svelte-13kv866");
|
4684
4685
|
},
|
4685
4686
|
m(target, anchor) {
|
4686
4687
|
insert(target, a, anchor);
|
@@ -4704,7 +4705,7 @@ function create_if_block$3(ctx) {
|
|
4704
4705
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4705
4706
|
rendertext.$set(rendertext_changes);
|
4706
4707
|
|
4707
|
-
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-
|
4708
|
+
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"))) {
|
4708
4709
|
attr(a, "class", a_class_value);
|
4709
4710
|
}
|
4710
4711
|
|
@@ -4756,7 +4757,7 @@ function create_fragment$p(ctx) {
|
|
4756
4757
|
c() {
|
4757
4758
|
div = element("div");
|
4758
4759
|
if_block.c();
|
4759
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4760
|
+
attr(div, "class", "text-element-wrapper svelte-13kv866");
|
4760
4761
|
},
|
4761
4762
|
m(target, anchor) {
|
4762
4763
|
insert(target, div, anchor);
|
@@ -4921,7 +4922,7 @@ class TextElement extends SvelteComponent {
|
|
4921
4922
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4922
4923
|
|
4923
4924
|
function add_css$n(target) {
|
4924
|
-
append_styles(target, "svelte-
|
4925
|
+
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)}");
|
4925
4926
|
}
|
4926
4927
|
|
4927
4928
|
// (46:2) <Button onClick={onClick} {style} {eventName}>
|
@@ -4977,7 +4978,7 @@ function create_fragment$o(ctx) {
|
|
4977
4978
|
c() {
|
4978
4979
|
div = element("div");
|
4979
4980
|
create_component(button.$$.fragment);
|
4980
|
-
attr(div, "class", "text-button-element svelte-
|
4981
|
+
attr(div, "class", "text-button-element svelte-wb7ek");
|
4981
4982
|
},
|
4982
4983
|
m(target, anchor) {
|
4983
4984
|
insert(target, div, anchor);
|
@@ -5069,7 +5070,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5069
5070
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5070
5071
|
|
5071
5072
|
function add_css$m(target) {
|
5072
|
-
append_styles(target, "svelte-
|
5073
|
+
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%}");
|
5073
5074
|
}
|
5074
5075
|
|
5075
5076
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5081,7 +5082,7 @@ function create_default_slot$4(ctx) {
|
|
5081
5082
|
return {
|
5082
5083
|
c() {
|
5083
5084
|
img = element("img");
|
5084
|
-
attr(img, "class", "image svelte-
|
5085
|
+
attr(img, "class", "image svelte-1v4alzq");
|
5085
5086
|
attr(img, "loading", "lazy");
|
5086
5087
|
attr(img, "width", "auto");
|
5087
5088
|
attr(img, "height", "auto");
|
@@ -5131,7 +5132,7 @@ function create_fragment$n(ctx) {
|
|
5131
5132
|
c() {
|
5132
5133
|
div = element("div");
|
5133
5134
|
create_component(button.$$.fragment);
|
5134
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5135
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1v4alzq");
|
5135
5136
|
},
|
5136
5137
|
m(target, anchor) {
|
5137
5138
|
insert(target, div, anchor);
|
@@ -5150,7 +5151,7 @@ function create_fragment$n(ctx) {
|
|
5150
5151
|
|
5151
5152
|
button.$set(button_changes);
|
5152
5153
|
|
5153
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5154
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1v4alzq")) {
|
5154
5155
|
attr(div, "class", div_class_value);
|
5155
5156
|
}
|
5156
5157
|
},
|
@@ -5222,7 +5223,7 @@ class ImageElement extends SvelteComponent {
|
|
5222
5223
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5223
5224
|
|
5224
5225
|
function add_css$l(target) {
|
5225
|
-
append_styles(target, "svelte-
|
5226
|
+
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}");
|
5226
5227
|
}
|
5227
5228
|
|
5228
5229
|
function create_fragment$m(ctx) {
|
@@ -5235,7 +5236,7 @@ function create_fragment$m(ctx) {
|
|
5235
5236
|
c() {
|
5236
5237
|
div = element("div");
|
5237
5238
|
if (default_slot) default_slot.c();
|
5238
|
-
attr(div, "class", "list svelte-
|
5239
|
+
attr(div, "class", "list svelte-1gh1zvv");
|
5239
5240
|
attr(div, "style", /*style*/ ctx[0]);
|
5240
5241
|
},
|
5241
5242
|
m(target, anchor) {
|
@@ -5369,7 +5370,7 @@ class List extends SvelteComponent {
|
|
5369
5370
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5370
5371
|
|
5371
5372
|
function add_css$k(target) {
|
5372
|
-
append_styles(target, "svelte-
|
5373
|
+
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}");
|
5373
5374
|
}
|
5374
5375
|
|
5375
5376
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5439,7 +5440,7 @@ function create_fragment$l(ctx) {
|
|
5439
5440
|
c() {
|
5440
5441
|
div = element("div");
|
5441
5442
|
create_component(button.$$.fragment);
|
5442
|
-
attr(div, "class", "list-item svelte-
|
5443
|
+
attr(div, "class", "list-item svelte-pd7cyv");
|
5443
5444
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5444
5445
|
},
|
5445
5446
|
m(target, anchor) {
|
@@ -5565,7 +5566,7 @@ class ListItem extends SvelteComponent {
|
|
5565
5566
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5566
5567
|
|
5567
5568
|
function add_css$j(target) {
|
5568
|
-
append_styles(target, "svelte-
|
5569
|
+
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}");
|
5569
5570
|
}
|
5570
5571
|
|
5571
5572
|
function create_fragment$k(ctx) {
|
@@ -5574,7 +5575,7 @@ function create_fragment$k(ctx) {
|
|
5574
5575
|
return {
|
5575
5576
|
c() {
|
5576
5577
|
div = element("div");
|
5577
|
-
attr(div, "class", "embed svelte-
|
5578
|
+
attr(div, "class", "embed svelte-g5f8hw");
|
5578
5579
|
attr(div, "style", /*_style*/ ctx[1]);
|
5579
5580
|
},
|
5580
5581
|
m(target, anchor) {
|
@@ -5617,7 +5618,7 @@ class EmbedElement extends SvelteComponent {
|
|
5617
5618
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5618
5619
|
|
5619
5620
|
function add_css$i(target) {
|
5620
|
-
append_styles(target, "svelte-
|
5621
|
+
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%}");
|
5621
5622
|
}
|
5622
5623
|
|
5623
5624
|
function create_fragment$j(ctx) {
|
@@ -5629,7 +5630,7 @@ function create_fragment$j(ctx) {
|
|
5629
5630
|
div1 = element("div");
|
5630
5631
|
div0 = element("div");
|
5631
5632
|
attr(div0, "class", "karte-player");
|
5632
|
-
attr(div1, "class", "embed svelte-
|
5633
|
+
attr(div1, "class", "embed svelte-1gvn5zq");
|
5633
5634
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5634
5635
|
},
|
5635
5636
|
m(target, anchor) {
|
@@ -5971,7 +5972,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
5971
5972
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
5972
5973
|
|
5973
5974
|
function add_css$h(target) {
|
5974
|
-
append_styles(target, "svelte-
|
5975
|
+
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%}");
|
5975
5976
|
}
|
5976
5977
|
|
5977
5978
|
function create_fragment$i(ctx) {
|
@@ -5983,7 +5984,7 @@ function create_fragment$i(ctx) {
|
|
5983
5984
|
div1 = element("div");
|
5984
5985
|
div0 = element("div");
|
5985
5986
|
attr(div0, "class", "karte-player");
|
5986
|
-
attr(div1, "class", "embed svelte-
|
5987
|
+
attr(div1, "class", "embed svelte-1gvn5zq");
|
5987
5988
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5988
5989
|
},
|
5989
5990
|
m(target, anchor) {
|
@@ -6167,7 +6168,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6167
6168
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6168
6169
|
|
6169
6170
|
function add_css$g(target) {
|
6170
|
-
append_styles(target, "svelte-
|
6171
|
+
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}");
|
6171
6172
|
}
|
6172
6173
|
|
6173
6174
|
function create_fragment$h(ctx) {
|
@@ -6180,12 +6181,12 @@ function create_fragment$h(ctx) {
|
|
6180
6181
|
c() {
|
6181
6182
|
div = element("div");
|
6182
6183
|
textarea = element("textarea");
|
6183
|
-
attr(textarea, "class", "textarea svelte-
|
6184
|
+
attr(textarea, "class", "textarea svelte-kyay3k");
|
6184
6185
|
textarea.value = /*$value*/ ctx[3];
|
6185
6186
|
textarea.required = /*required*/ ctx[0];
|
6186
6187
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6187
6188
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6188
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6189
|
+
attr(div, "class", "textarea-wrapper svelte-kyay3k");
|
6189
6190
|
},
|
6190
6191
|
m(target, anchor) {
|
6191
6192
|
insert(target, div, anchor);
|
@@ -6281,7 +6282,7 @@ class FormTextarea extends SvelteComponent {
|
|
6281
6282
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6282
6283
|
|
6283
6284
|
function add_css$f(target) {
|
6284
|
-
append_styles(target, "svelte-
|
6285
|
+
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}");
|
6285
6286
|
}
|
6286
6287
|
|
6287
6288
|
function get_each_context$5(ctx, list, i) {
|
@@ -6314,14 +6315,14 @@ function create_each_block$5(ctx) {
|
|
6314
6315
|
t1 = text(t1_value);
|
6315
6316
|
t2 = space();
|
6316
6317
|
attr(input, "type", "radio");
|
6317
|
-
attr(input, "class", "radio-button-input svelte-
|
6318
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
6318
6319
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6319
6320
|
attr(input, "name", /*name*/ ctx[0]);
|
6320
6321
|
input.value = input_value_value = /*option*/ ctx[16];
|
6321
6322
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6322
|
-
attr(span, "class", "radio-button-text svelte-
|
6323
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
6323
6324
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6324
|
-
attr(label, "class", "radio-button svelte-
|
6325
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
6325
6326
|
},
|
6326
6327
|
m(target, anchor) {
|
6327
6328
|
insert(target, label, anchor);
|
@@ -6386,7 +6387,7 @@ function create_fragment$g(ctx) {
|
|
6386
6387
|
each_blocks[i].c();
|
6387
6388
|
}
|
6388
6389
|
|
6389
|
-
attr(div, "class", "radio-buttons svelte-
|
6390
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
6390
6391
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6391
6392
|
},
|
6392
6393
|
m(target, anchor) {
|
@@ -6553,7 +6554,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6553
6554
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6554
6555
|
|
6555
6556
|
function add_css$e(target) {
|
6556
|
-
append_styles(target, "svelte-
|
6557
|
+
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}");
|
6557
6558
|
}
|
6558
6559
|
|
6559
6560
|
function get_each_context$4(ctx, list, i) {
|
@@ -6687,10 +6688,10 @@ function create_fragment$f(ctx) {
|
|
6687
6688
|
|
6688
6689
|
t = space();
|
6689
6690
|
div0 = element("div");
|
6690
|
-
attr(select, "class", "select-select svelte-
|
6691
|
+
attr(select, "class", "select-select svelte-1n4ag74");
|
6691
6692
|
attr(select, "style", /*style*/ ctx[3]);
|
6692
|
-
attr(div0, "class", "select-icon svelte-
|
6693
|
-
attr(div1, "class", "select svelte-
|
6693
|
+
attr(div0, "class", "select-icon svelte-1n4ag74");
|
6694
|
+
attr(div1, "class", "select svelte-1n4ag74");
|
6694
6695
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6695
6696
|
},
|
6696
6697
|
m(target, anchor) {
|
@@ -6892,7 +6893,7 @@ class FormSelect extends SvelteComponent {
|
|
6892
6893
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6893
6894
|
|
6894
6895
|
function add_css$d(target) {
|
6895
|
-
append_styles(target, "svelte-
|
6896
|
+
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}");
|
6896
6897
|
}
|
6897
6898
|
|
6898
6899
|
function get_each_context$3(ctx, list, i) {
|
@@ -6930,19 +6931,19 @@ function create_each_block$3(ctx) {
|
|
6930
6931
|
span2 = element("span");
|
6931
6932
|
t2 = text(t2_value);
|
6932
6933
|
t3 = space();
|
6933
|
-
attr(input, "class", "check-box-input svelte-
|
6934
|
+
attr(input, "class", "check-box-input svelte-p15pvn");
|
6934
6935
|
attr(input, "type", "checkbox");
|
6935
6936
|
attr(input, "name", /*name*/ ctx[0]);
|
6936
6937
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6937
|
-
attr(span0, "class", "check-box-icon svelte-
|
6938
|
+
attr(span0, "class", "check-box-icon svelte-p15pvn");
|
6938
6939
|
|
6939
6940
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6940
6941
|
? ' _checked'
|
6941
|
-
: ''}`) + " svelte-
|
6942
|
+
: ''}`) + " svelte-p15pvn"));
|
6942
6943
|
|
6943
|
-
attr(span2, "class", "check-box-text svelte-
|
6944
|
+
attr(span2, "class", "check-box-text svelte-p15pvn");
|
6944
6945
|
attr(span2, "style", /*_textStyle*/ ctx[2]);
|
6945
|
-
attr(label, "class", "check-box svelte-
|
6946
|
+
attr(label, "class", "check-box svelte-p15pvn");
|
6946
6947
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
6947
6948
|
},
|
6948
6949
|
m(target, anchor) {
|
@@ -6974,7 +6975,7 @@ function create_each_block$3(ctx) {
|
|
6974
6975
|
|
6975
6976
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6976
6977
|
? ' _checked'
|
6977
|
-
: ''}`) + " svelte-
|
6978
|
+
: ''}`) + " svelte-p15pvn"))) {
|
6978
6979
|
attr(span1, "class", span1_class_value);
|
6979
6980
|
}
|
6980
6981
|
|
@@ -7013,7 +7014,7 @@ function create_fragment$e(ctx) {
|
|
7013
7014
|
each_blocks[i].c();
|
7014
7015
|
}
|
7015
7016
|
|
7016
|
-
attr(div, "class", "check-boxes svelte-
|
7017
|
+
attr(div, "class", "check-boxes svelte-p15pvn");
|
7017
7018
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7018
7019
|
},
|
7019
7020
|
m(target, anchor) {
|
@@ -7187,7 +7188,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7187
7188
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7188
7189
|
|
7189
7190
|
function add_css$c(target) {
|
7190
|
-
append_styles(target, "svelte-
|
7191
|
+
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}");
|
7191
7192
|
}
|
7192
7193
|
|
7193
7194
|
function get_each_context$2(ctx, list, i) {
|
@@ -7211,7 +7212,7 @@ function create_each_block$2(ctx) {
|
|
7211
7212
|
button = element("button");
|
7212
7213
|
t0 = text(t0_value);
|
7213
7214
|
t1 = space();
|
7214
|
-
attr(button, "class", "rating-button svelte-
|
7215
|
+
attr(button, "class", "rating-button svelte-zy2va9");
|
7215
7216
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7216
7217
|
},
|
7217
7218
|
m(target, anchor) {
|
@@ -7260,7 +7261,7 @@ function create_fragment$d(ctx) {
|
|
7260
7261
|
each_blocks[i].c();
|
7261
7262
|
}
|
7262
7263
|
|
7263
|
-
attr(div, "class", "rating-buttons svelte-
|
7264
|
+
attr(div, "class", "rating-buttons svelte-zy2va9");
|
7264
7265
|
},
|
7265
7266
|
m(target, anchor) {
|
7266
7267
|
insert(target, div, anchor);
|
@@ -7397,7 +7398,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7397
7398
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7398
7399
|
|
7399
7400
|
function add_css$b(target) {
|
7400
|
-
append_styles(target, "svelte-
|
7401
|
+
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%)}");
|
7401
7402
|
}
|
7402
7403
|
|
7403
7404
|
function get_each_context$1(ctx, list, i) {
|
@@ -7422,9 +7423,9 @@ function create_each_block$1(ctx) {
|
|
7422
7423
|
img = element("img");
|
7423
7424
|
t = space();
|
7424
7425
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7425
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7426
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
7426
7427
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7427
|
-
attr(button, "class", "rating-button svelte-
|
7428
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
7428
7429
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7429
7430
|
},
|
7430
7431
|
m(target, anchor) {
|
@@ -7440,7 +7441,7 @@ function create_each_block$1(ctx) {
|
|
7440
7441
|
p(new_ctx, dirty) {
|
7441
7442
|
ctx = new_ctx;
|
7442
7443
|
|
7443
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7444
|
+
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"))) {
|
7444
7445
|
attr(img, "class", img_class_value);
|
7445
7446
|
}
|
7446
7447
|
|
@@ -7473,7 +7474,7 @@ function create_fragment$c(ctx) {
|
|
7473
7474
|
each_blocks[i].c();
|
7474
7475
|
}
|
7475
7476
|
|
7476
|
-
attr(div, "class", "rating-buttons svelte-
|
7477
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
7477
7478
|
},
|
7478
7479
|
m(target, anchor) {
|
7479
7480
|
insert(target, div, anchor);
|
@@ -7581,7 +7582,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7581
7582
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7582
7583
|
|
7583
7584
|
function add_css$a(target) {
|
7584
|
-
append_styles(target, "svelte-
|
7585
|
+
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%}");
|
7585
7586
|
}
|
7586
7587
|
|
7587
7588
|
function get_each_context(ctx, list, i) {
|
@@ -7610,9 +7611,9 @@ function create_if_block_1(ctx) {
|
|
7610
7611
|
attr(svg, "viewBox", "0 0 10 16");
|
7611
7612
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7612
7613
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7613
|
-
attr(button, "class", "move-button svelte-
|
7614
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
7614
7615
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7615
|
-
attr(div, "class", "prev-button-container svelte-
|
7616
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
7616
7617
|
},
|
7617
7618
|
m(target, anchor) {
|
7618
7619
|
insert(target, div, anchor);
|
@@ -7661,9 +7662,9 @@ function create_if_block$1(ctx) {
|
|
7661
7662
|
attr(svg, "viewBox", "0 0 10 16");
|
7662
7663
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7663
7664
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7664
|
-
attr(button, "class", "move-button svelte-
|
7665
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
7665
7666
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7666
|
-
attr(div, "class", "next-button-container svelte-
|
7667
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
7667
7668
|
},
|
7668
7669
|
m(target, anchor) {
|
7669
7670
|
insert(target, div, anchor);
|
@@ -7711,9 +7712,9 @@ function create_each_block(ctx) {
|
|
7711
7712
|
button = element("button");
|
7712
7713
|
div = element("div");
|
7713
7714
|
t = space();
|
7714
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7715
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
7715
7716
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7716
|
-
attr(button, "class", "navigation-item svelte-
|
7717
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
7717
7718
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7718
7719
|
},
|
7719
7720
|
m(target, anchor) {
|
@@ -7790,14 +7791,14 @@ function create_fragment$b(ctx) {
|
|
7790
7791
|
each_blocks[i].c();
|
7791
7792
|
}
|
7792
7793
|
|
7793
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7794
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
7794
7795
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7795
|
-
attr(div1, "class", "container svelte-
|
7796
|
+
attr(div1, "class", "container svelte-ji1fh");
|
7796
7797
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7797
|
-
attr(div2, "class", "navigation svelte-
|
7798
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
7798
7799
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7799
7800
|
set_attributes(div3, div3_data);
|
7800
|
-
toggle_class(div3, "svelte-
|
7801
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
7801
7802
|
},
|
7802
7803
|
m(target, anchor) {
|
7803
7804
|
insert(target, div3, anchor);
|
@@ -7839,7 +7840,7 @@ function create_fragment$b(ctx) {
|
|
7839
7840
|
}
|
7840
7841
|
}
|
7841
7842
|
|
7842
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7843
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
7843
7844
|
attr(div0, "class", div0_class_value);
|
7844
7845
|
}
|
7845
7846
|
|
@@ -7905,7 +7906,7 @@ function create_fragment$b(ctx) {
|
|
7905
7906
|
}
|
7906
7907
|
|
7907
7908
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7908
|
-
toggle_class(div3, "svelte-
|
7909
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
7909
7910
|
},
|
7910
7911
|
i(local) {
|
7911
7912
|
if (current) return;
|
@@ -8417,7 +8418,7 @@ class Slide extends SvelteComponent {
|
|
8417
8418
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8418
8419
|
|
8419
8420
|
function add_css$9(target) {
|
8420
|
-
append_styles(target, "svelte-
|
8421
|
+
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}");
|
8421
8422
|
}
|
8422
8423
|
|
8423
8424
|
function create_fragment$a(ctx) {
|
@@ -8432,9 +8433,9 @@ function create_fragment$a(ctx) {
|
|
8432
8433
|
div1 = element("div");
|
8433
8434
|
div0 = element("div");
|
8434
8435
|
if (default_slot) default_slot.c();
|
8435
|
-
attr(div0, "class", "item-inner svelte-
|
8436
|
+
attr(div0, "class", "item-inner svelte-1fqq17x");
|
8436
8437
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8437
|
-
attr(div1, "class", "item svelte-
|
8438
|
+
attr(div1, "class", "item svelte-1fqq17x");
|
8438
8439
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8439
8440
|
},
|
8440
8441
|
m(target, anchor) {
|
@@ -8560,7 +8561,7 @@ class SlideItem extends SvelteComponent {
|
|
8560
8561
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8561
8562
|
|
8562
8563
|
function add_css$8(target) {
|
8563
|
-
append_styles(target, "svelte-
|
8564
|
+
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}");
|
8564
8565
|
}
|
8565
8566
|
|
8566
8567
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8578,9 +8579,9 @@ function create_fragment$9(ctx) {
|
|
8578
8579
|
div1 = element("div");
|
8579
8580
|
div0 = element("div");
|
8580
8581
|
if (default_slot) default_slot.c();
|
8581
|
-
attr(div0, "class", "countdown-inner svelte-
|
8582
|
+
attr(div0, "class", "countdown-inner svelte-192lor2");
|
8582
8583
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8583
|
-
attr(div1, "class", "countdown svelte-
|
8584
|
+
attr(div1, "class", "countdown svelte-192lor2");
|
8584
8585
|
},
|
8585
8586
|
m(target, anchor) {
|
8586
8587
|
insert(target, div1, anchor);
|
@@ -8714,7 +8715,7 @@ class Countdown extends SvelteComponent {
|
|
8714
8715
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8715
8716
|
|
8716
8717
|
function add_css$7(target) {
|
8717
|
-
append_styles(target, "svelte-
|
8718
|
+
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}");
|
8718
8719
|
}
|
8719
8720
|
|
8720
8721
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8784,7 +8785,7 @@ function create_fragment$8(ctx) {
|
|
8784
8785
|
c() {
|
8785
8786
|
div = element("div");
|
8786
8787
|
create_component(button.$$.fragment);
|
8787
|
-
attr(div, "class", "box svelte-
|
8788
|
+
attr(div, "class", "box svelte-6g6etj");
|
8788
8789
|
},
|
8789
8790
|
m(target, anchor) {
|
8790
8791
|
insert(target, div, anchor);
|
@@ -8845,7 +8846,7 @@ class Box extends SvelteComponent {
|
|
8845
8846
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8846
8847
|
|
8847
8848
|
function add_css$6(target) {
|
8848
|
-
append_styles(target, "svelte-
|
8849
|
+
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)}");
|
8849
8850
|
}
|
8850
8851
|
|
8851
8852
|
// (56:4) {#if svg}
|
@@ -8927,7 +8928,7 @@ function create_fragment$7(ctx) {
|
|
8927
8928
|
c() {
|
8928
8929
|
div = element("div");
|
8929
8930
|
create_component(button.$$.fragment);
|
8930
|
-
attr(div, "class", "icon svelte-
|
8931
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
8931
8932
|
},
|
8932
8933
|
m(target, anchor) {
|
8933
8934
|
insert(target, div, anchor);
|
@@ -9036,7 +9037,7 @@ class IconElement extends SvelteComponent {
|
|
9036
9037
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9037
9038
|
|
9038
9039
|
function add_css$5(target) {
|
9039
|
-
append_styles(target, "svelte-
|
9040
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9040
9041
|
}
|
9041
9042
|
|
9042
9043
|
function create_fragment$6(ctx) {
|
@@ -9062,7 +9063,7 @@ function create_fragment$6(ctx) {
|
|
9062
9063
|
c() {
|
9063
9064
|
div = element("div");
|
9064
9065
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9065
|
-
attr(div, "class", "codeElement svelte-
|
9066
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
9066
9067
|
attr(div, "style", /*style*/ ctx[3]);
|
9067
9068
|
},
|
9068
9069
|
m(target, anchor) {
|
@@ -9151,7 +9152,7 @@ class CodeElement extends SvelteComponent {
|
|
9151
9152
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9152
9153
|
|
9153
9154
|
function add_css$4(target) {
|
9154
|
-
append_styles(target, "svelte-
|
9155
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
9155
9156
|
}
|
9156
9157
|
|
9157
9158
|
function create_fragment$5(ctx) {
|
@@ -9165,7 +9166,7 @@ function create_fragment$5(ctx) {
|
|
9165
9166
|
c() {
|
9166
9167
|
div = element("div");
|
9167
9168
|
if (default_slot) default_slot.c();
|
9168
|
-
attr(div, "class", "flex svelte-
|
9169
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
9169
9170
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9170
9171
|
},
|
9171
9172
|
m(target, anchor) {
|
@@ -9262,7 +9263,7 @@ class Flex extends SvelteComponent {
|
|
9262
9263
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9263
9264
|
|
9264
9265
|
function add_css$3(target) {
|
9265
|
-
append_styles(target, "svelte-
|
9266
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9266
9267
|
}
|
9267
9268
|
|
9268
9269
|
function create_fragment$4(ctx) {
|
@@ -9275,7 +9276,7 @@ function create_fragment$4(ctx) {
|
|
9275
9276
|
c() {
|
9276
9277
|
div = element("div");
|
9277
9278
|
if (default_slot) default_slot.c();
|
9278
|
-
attr(div, "class", "flex-item svelte-
|
9279
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
9279
9280
|
attr(div, "style", /*style*/ ctx[0]);
|
9280
9281
|
},
|
9281
9282
|
m(target, anchor) {
|
@@ -9683,7 +9684,7 @@ class GridModalState extends SvelteComponent {
|
|
9683
9684
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9684
9685
|
|
9685
9686
|
function add_css$2(target) {
|
9686
|
-
append_styles(target, "svelte-
|
9687
|
+
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%}");
|
9687
9688
|
}
|
9688
9689
|
|
9689
9690
|
function create_fragment$2(ctx) {
|
@@ -9699,8 +9700,8 @@ function create_fragment$2(ctx) {
|
|
9699
9700
|
div1 = element("div");
|
9700
9701
|
div0 = element("div");
|
9701
9702
|
create_component(rendertext.$$.fragment);
|
9702
|
-
attr(div0, "class", "text-block-inner svelte-
|
9703
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9703
|
+
attr(div0, "class", "text-block-inner svelte-11rpuv5");
|
9704
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-11rpuv5"));
|
9704
9705
|
attr(div1, "style", /*style*/ ctx[2]);
|
9705
9706
|
},
|
9706
9707
|
m(target, anchor) {
|
@@ -9714,7 +9715,7 @@ function create_fragment$2(ctx) {
|
|
9714
9715
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9715
9716
|
rendertext.$set(rendertext_changes);
|
9716
9717
|
|
9717
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9718
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-11rpuv5"))) {
|
9718
9719
|
attr(div1, "class", div1_class_value);
|
9719
9720
|
}
|
9720
9721
|
|
@@ -9792,7 +9793,7 @@ class TextBlock extends SvelteComponent {
|
|
9792
9793
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9793
9794
|
|
9794
9795
|
function add_css$1(target) {
|
9795
|
-
append_styles(target, "svelte-
|
9796
|
+
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)}");
|
9796
9797
|
}
|
9797
9798
|
|
9798
9799
|
function create_fragment$1(ctx) {
|
@@ -9809,9 +9810,9 @@ function create_fragment$1(ctx) {
|
|
9809
9810
|
div = element("div");
|
9810
9811
|
button = element("button");
|
9811
9812
|
create_component(rendertext.$$.fragment);
|
9812
|
-
attr(button, "class", "text-button svelte-
|
9813
|
+
attr(button, "class", "text-button svelte-1t5i3za");
|
9813
9814
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9814
|
-
attr(div, "class", "text-button-block svelte-
|
9815
|
+
attr(div, "class", "text-button-block svelte-1t5i3za");
|
9815
9816
|
attr(div, "style", /*_style*/ ctx[2]);
|
9816
9817
|
},
|
9817
9818
|
m(target, anchor) {
|
@@ -9917,7 +9918,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9917
9918
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9918
9919
|
|
9919
9920
|
function add_css(target) {
|
9920
|
-
append_styles(target, "svelte-
|
9921
|
+
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)}");
|
9921
9922
|
}
|
9922
9923
|
|
9923
9924
|
function create_fragment(ctx) {
|
@@ -9933,14 +9934,14 @@ function create_fragment(ctx) {
|
|
9933
9934
|
c() {
|
9934
9935
|
div = element("div");
|
9935
9936
|
img = element("img");
|
9936
|
-
attr(img, "class", "image svelte-
|
9937
|
+
attr(img, "class", "image svelte-1um32br");
|
9937
9938
|
attr(img, "loading", "lazy");
|
9938
9939
|
attr(img, "width", "auto");
|
9939
9940
|
attr(img, "height", "auto");
|
9940
9941
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
9941
9942
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9942
9943
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9943
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9944
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"));
|
9944
9945
|
attr(div, "style", /*_style*/ ctx[5]);
|
9945
9946
|
},
|
9946
9947
|
m(target, anchor) {
|
@@ -9965,7 +9966,7 @@ function create_fragment(ctx) {
|
|
9965
9966
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9966
9967
|
}
|
9967
9968
|
|
9968
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9969
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"))) {
|
9969
9970
|
attr(div, "class", div_class_value);
|
9970
9971
|
}
|
9971
9972
|
|