@plaidev/karte-action-sdk 1.1.198 → 1.1.199-28181330.3bffb640
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 -114
- package/dist/index.es.js +113 -114
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1370,7 +1370,7 @@ async function setupActionTable(localVariablesQuery, apiKey) {
|
|
1370
1370
|
}
|
1371
1371
|
/** @internal */
|
1372
1372
|
function initActionTable(localVariablesQuery) {
|
1373
|
-
|
1373
|
+
const initValues = {
|
1374
1374
|
// default values
|
1375
1375
|
action_table: [],
|
1376
1376
|
};
|
@@ -1677,7 +1677,6 @@ function createModal(App, options = {
|
|
1677
1677
|
// ここからメインの処理
|
1678
1678
|
initialize({ send: options.send, initialState: data.initial_state });
|
1679
1679
|
// ActionTable APIへの非同期リクエスト
|
1680
|
-
console.log("initialize action table");
|
1681
1680
|
initActionTable(options.localVariablesQuery);
|
1682
1681
|
let actionTablePromise = null;
|
1683
1682
|
if (options.localVariablesQuery && data.api_key) {
|
@@ -2563,7 +2562,7 @@ class State extends SvelteComponent {
|
|
2563
2562
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2564
2563
|
|
2565
2564
|
function add_css$t(target) {
|
2566
|
-
append_styles(target, "svelte-
|
2565
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
2567
2566
|
}
|
2568
2567
|
|
2569
2568
|
// (23:0) {#if $state === path}
|
@@ -2590,7 +2589,7 @@ function create_if_block$8(ctx) {
|
|
2590
2589
|
},
|
2591
2590
|
h() {
|
2592
2591
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2593
|
-
attr(div, "class", "state-item svelte-
|
2592
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
2594
2593
|
},
|
2595
2594
|
m(target, anchor) {
|
2596
2595
|
insert_hydration(target, div, anchor);
|
@@ -2949,7 +2948,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
2949
2948
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
2950
2949
|
|
2951
2950
|
function add_css$s(target) {
|
2952
|
-
append_styles(target, "svelte-
|
2951
|
+
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}");
|
2953
2952
|
}
|
2954
2953
|
|
2955
2954
|
// (9:0) {#if backgroundOverlay}
|
@@ -2969,7 +2968,7 @@ function create_if_block$7(ctx) {
|
|
2969
2968
|
this.h();
|
2970
2969
|
},
|
2971
2970
|
h() {
|
2972
|
-
attr(div, "class", "background svelte-
|
2971
|
+
attr(div, "class", "background svelte-1d4fta");
|
2973
2972
|
},
|
2974
2973
|
m(target, anchor) {
|
2975
2974
|
insert_hydration(target, div, anchor);
|
@@ -3084,7 +3083,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3084
3083
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3085
3084
|
|
3086
3085
|
function add_css$r(target) {
|
3087
|
-
append_styles(target, "svelte-
|
3086
|
+
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}");
|
3088
3087
|
}
|
3089
3088
|
|
3090
3089
|
// (50:0) {:else}
|
@@ -3123,7 +3122,7 @@ function create_else_block$3(ctx) {
|
|
3123
3122
|
},
|
3124
3123
|
h() {
|
3125
3124
|
set_attributes(button, button_data);
|
3126
|
-
toggle_class(button, "svelte-
|
3125
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3127
3126
|
},
|
3128
3127
|
m(target, anchor) {
|
3129
3128
|
insert_hydration(target, button, anchor);
|
@@ -3162,7 +3161,7 @@ function create_else_block$3(ctx) {
|
|
3162
3161
|
dataAttrStopPropagation('click')
|
3163
3162
|
]));
|
3164
3163
|
|
3165
|
-
toggle_class(button, "svelte-
|
3164
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3166
3165
|
},
|
3167
3166
|
i(local) {
|
3168
3167
|
if (current) return;
|
@@ -3203,7 +3202,7 @@ function create_if_block_2(ctx) {
|
|
3203
3202
|
this.h();
|
3204
3203
|
},
|
3205
3204
|
h() {
|
3206
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3205
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
|
3207
3206
|
attr(div, "style", /*style*/ ctx[1]);
|
3208
3207
|
},
|
3209
3208
|
m(target, anchor) {
|
@@ -3303,7 +3302,7 @@ function create_if_block_1$2(ctx) {
|
|
3303
3302
|
},
|
3304
3303
|
h() {
|
3305
3304
|
set_attributes(a, a_data);
|
3306
|
-
toggle_class(a, "svelte-
|
3305
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3307
3306
|
},
|
3308
3307
|
m(target, anchor) {
|
3309
3308
|
insert_hydration(target, a, anchor);
|
@@ -3345,7 +3344,7 @@ function create_if_block_1$2(ctx) {
|
|
3345
3344
|
dataAttrStopPropagation('click')
|
3346
3345
|
]));
|
3347
3346
|
|
3348
|
-
toggle_class(a, "svelte-
|
3347
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3349
3348
|
},
|
3350
3349
|
i(local) {
|
3351
3350
|
if (current) return;
|
@@ -3386,7 +3385,7 @@ function create_if_block$6(ctx) {
|
|
3386
3385
|
this.h();
|
3387
3386
|
},
|
3388
3387
|
h() {
|
3389
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3388
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
|
3390
3389
|
attr(div, "style", /*style*/ ctx[1]);
|
3391
3390
|
},
|
3392
3391
|
m(target, anchor) {
|
@@ -3594,7 +3593,7 @@ class Button extends SvelteComponent {
|
|
3594
3593
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3595
3594
|
|
3596
3595
|
function add_css$q(target) {
|
3597
|
-
append_styles(target, "svelte-
|
3596
|
+
append_styles(target, "svelte-yvwr7u", ".modal.svelte-yvwr7u{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yvwr7u > .button{flex:auto;display:flex}.close.svelte-yvwr7u{position:absolute;top:0;right:0}.close.svelte-yvwr7u > .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-yvwr7u > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yvwr7u{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
3598
3597
|
}
|
3599
3598
|
|
3600
3599
|
// (145:0) {#if visible}
|
@@ -3635,7 +3634,7 @@ function create_if_block$5(ctx) {
|
|
3635
3634
|
this.h();
|
3636
3635
|
},
|
3637
3636
|
h() {
|
3638
|
-
attr(div, "class", "modal svelte-
|
3637
|
+
attr(div, "class", "modal svelte-yvwr7u");
|
3639
3638
|
attr(div, "role", "dialog");
|
3640
3639
|
attr(div, "aria-modal", "true");
|
3641
3640
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3723,7 +3722,7 @@ function create_if_block_1$1(ctx) {
|
|
3723
3722
|
this.h();
|
3724
3723
|
},
|
3725
3724
|
h() {
|
3726
|
-
attr(div, "class", "close svelte-
|
3725
|
+
attr(div, "class", "close svelte-yvwr7u");
|
3727
3726
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3728
3727
|
},
|
3729
3728
|
m(target, anchor) {
|
@@ -3848,7 +3847,7 @@ function create_default_slot$6(ctx) {
|
|
3848
3847
|
this.h();
|
3849
3848
|
},
|
3850
3849
|
h() {
|
3851
|
-
attr(div, "class", "modal-content svelte-
|
3850
|
+
attr(div, "class", "modal-content svelte-yvwr7u");
|
3852
3851
|
attr(div, "style", /*_style*/ ctx[4]);
|
3853
3852
|
},
|
3854
3853
|
m(target, anchor) {
|
@@ -4358,7 +4357,7 @@ class Grid extends SvelteComponent {
|
|
4358
4357
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4359
4358
|
|
4360
4359
|
function add_css$p(target) {
|
4361
|
-
append_styles(target, "svelte-
|
4360
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4362
4361
|
}
|
4363
4362
|
|
4364
4363
|
function create_fragment$r(ctx) {
|
@@ -4392,8 +4391,8 @@ function create_fragment$r(ctx) {
|
|
4392
4391
|
this.h();
|
4393
4392
|
},
|
4394
4393
|
h() {
|
4395
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4396
|
-
attr(div1, "class", "grid-item svelte-
|
4394
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4395
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4397
4396
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4398
4397
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4399
4398
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4715,7 +4714,7 @@ class RenderText extends SvelteComponent {
|
|
4715
4714
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4716
4715
|
|
4717
4716
|
function add_css$o(target) {
|
4718
|
-
append_styles(target, "svelte-
|
4717
|
+
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{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-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{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-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
4719
4718
|
}
|
4720
4719
|
|
4721
4720
|
// (93:2) {:else}
|
@@ -4745,8 +4744,8 @@ function create_else_block$1(ctx) {
|
|
4745
4744
|
this.h();
|
4746
4745
|
},
|
4747
4746
|
h() {
|
4748
|
-
attr(div0, "class", "text-element-inner svelte-
|
4749
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4747
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
4748
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
4750
4749
|
attr(div1, "style", /*style*/ ctx[5]);
|
4751
4750
|
},
|
4752
4751
|
m(target, anchor) {
|
@@ -4760,7 +4759,7 @@ function create_else_block$1(ctx) {
|
|
4760
4759
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4761
4760
|
rendertext.$set(rendertext_changes);
|
4762
4761
|
|
4763
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4762
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
4764
4763
|
attr(div1, "class", div1_class_value);
|
4765
4764
|
}
|
4766
4765
|
|
@@ -4835,12 +4834,12 @@ function create_if_block$3(ctx) {
|
|
4835
4834
|
this.h();
|
4836
4835
|
},
|
4837
4836
|
h() {
|
4838
|
-
attr(div0, "class", "text-element-inner svelte-
|
4837
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
4839
4838
|
attr(a, "href", '');
|
4840
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4839
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
4841
4840
|
attr(a, "style", /*style*/ ctx[5]);
|
4842
|
-
attr(div1, "class", "tooltip svelte-
|
4843
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4841
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
4842
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
4844
4843
|
},
|
4845
4844
|
m(target, anchor) {
|
4846
4845
|
insert_hydration(target, a, anchor);
|
@@ -4866,7 +4865,7 @@ function create_if_block$3(ctx) {
|
|
4866
4865
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4867
4866
|
rendertext.$set(rendertext_changes);
|
4868
4867
|
|
4869
|
-
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-
|
4868
|
+
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-9ixs0b"))) {
|
4870
4869
|
attr(a, "class", a_class_value);
|
4871
4870
|
}
|
4872
4871
|
|
@@ -4928,7 +4927,7 @@ function create_fragment$p(ctx) {
|
|
4928
4927
|
this.h();
|
4929
4928
|
},
|
4930
4929
|
h() {
|
4931
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4930
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
4932
4931
|
},
|
4933
4932
|
m(target, anchor) {
|
4934
4933
|
insert_hydration(target, div, anchor);
|
@@ -5093,7 +5092,7 @@ class TextElement extends SvelteComponent {
|
|
5093
5092
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5094
5093
|
|
5095
5094
|
function add_css$n(target) {
|
5096
|
-
append_styles(target, "svelte-
|
5095
|
+
append_styles(target, "svelte-3hgcnq", ".text-button-element.svelte-3hgcnq{width:100%;height:100%}.text-button-element.svelte-3hgcnq > .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-3hgcnq > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-3hgcnq > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-3hgcnq > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5097
5096
|
}
|
5098
5097
|
|
5099
5098
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5162,7 +5161,7 @@ function create_fragment$o(ctx) {
|
|
5162
5161
|
this.h();
|
5163
5162
|
},
|
5164
5163
|
h() {
|
5165
|
-
attr(div, "class", "text-button-element svelte-
|
5164
|
+
attr(div, "class", "text-button-element svelte-3hgcnq");
|
5166
5165
|
},
|
5167
5166
|
m(target, anchor) {
|
5168
5167
|
insert_hydration(target, div, anchor);
|
@@ -5254,7 +5253,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5254
5253
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5255
5254
|
|
5256
5255
|
function add_css$m(target) {
|
5257
|
-
append_styles(target, "svelte-
|
5256
|
+
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .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-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .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-t6tu0e{width:100%;height:100%}");
|
5258
5257
|
}
|
5259
5258
|
|
5260
5259
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5282,7 +5281,7 @@ function create_default_slot$4(ctx) {
|
|
5282
5281
|
this.h();
|
5283
5282
|
},
|
5284
5283
|
h() {
|
5285
|
-
attr(img, "class", "image svelte-
|
5284
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5286
5285
|
attr(img, "loading", "lazy");
|
5287
5286
|
attr(img, "width", "auto");
|
5288
5287
|
attr(img, "height", "auto");
|
@@ -5342,7 +5341,7 @@ function create_fragment$n(ctx) {
|
|
5342
5341
|
this.h();
|
5343
5342
|
},
|
5344
5343
|
h() {
|
5345
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5344
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5346
5345
|
},
|
5347
5346
|
m(target, anchor) {
|
5348
5347
|
insert_hydration(target, div, anchor);
|
@@ -5361,7 +5360,7 @@ function create_fragment$n(ctx) {
|
|
5361
5360
|
|
5362
5361
|
button.$set(button_changes);
|
5363
5362
|
|
5364
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5363
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5365
5364
|
attr(div, "class", div_class_value);
|
5366
5365
|
}
|
5367
5366
|
},
|
@@ -5433,7 +5432,7 @@ class ImageElement extends SvelteComponent {
|
|
5433
5432
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5434
5433
|
|
5435
5434
|
function add_css$l(target) {
|
5436
|
-
append_styles(target, "svelte-
|
5435
|
+
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5437
5436
|
}
|
5438
5437
|
|
5439
5438
|
function create_fragment$m(ctx) {
|
@@ -5456,7 +5455,7 @@ function create_fragment$m(ctx) {
|
|
5456
5455
|
this.h();
|
5457
5456
|
},
|
5458
5457
|
h() {
|
5459
|
-
attr(div, "class", "list svelte-
|
5458
|
+
attr(div, "class", "list svelte-aquv6z");
|
5460
5459
|
attr(div, "style", /*style*/ ctx[0]);
|
5461
5460
|
},
|
5462
5461
|
m(target, anchor) {
|
@@ -5590,7 +5589,7 @@ class List extends SvelteComponent {
|
|
5590
5589
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5591
5590
|
|
5592
5591
|
function add_css$k(target) {
|
5593
|
-
append_styles(target, "svelte-
|
5592
|
+
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5594
5593
|
}
|
5595
5594
|
|
5596
5595
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5673,7 +5672,7 @@ function create_fragment$l(ctx) {
|
|
5673
5672
|
this.h();
|
5674
5673
|
},
|
5675
5674
|
h() {
|
5676
|
-
attr(div, "class", "list-item svelte-
|
5675
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
5677
5676
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5678
5677
|
},
|
5679
5678
|
m(target, anchor) {
|
@@ -5799,7 +5798,7 @@ class ListItem extends SvelteComponent {
|
|
5799
5798
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5800
5799
|
|
5801
5800
|
function add_css$j(target) {
|
5802
|
-
append_styles(target, "svelte-
|
5801
|
+
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5803
5802
|
}
|
5804
5803
|
|
5805
5804
|
function create_fragment$k(ctx) {
|
@@ -5817,7 +5816,7 @@ function create_fragment$k(ctx) {
|
|
5817
5816
|
this.h();
|
5818
5817
|
},
|
5819
5818
|
h() {
|
5820
|
-
attr(div, "class", "embed svelte-
|
5819
|
+
attr(div, "class", "embed svelte-wocq4p");
|
5821
5820
|
attr(div, "style", /*_style*/ ctx[1]);
|
5822
5821
|
},
|
5823
5822
|
m(target, anchor) {
|
@@ -5860,7 +5859,7 @@ class EmbedElement extends SvelteComponent {
|
|
5860
5859
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5861
5860
|
|
5862
5861
|
function add_css$i(target) {
|
5863
|
-
append_styles(target, "svelte-
|
5862
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{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-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5864
5863
|
}
|
5865
5864
|
|
5866
5865
|
function create_fragment$j(ctx) {
|
@@ -5883,7 +5882,7 @@ function create_fragment$j(ctx) {
|
|
5883
5882
|
},
|
5884
5883
|
h() {
|
5885
5884
|
attr(div0, "class", "karte-player");
|
5886
|
-
attr(div1, "class", "embed svelte-
|
5885
|
+
attr(div1, "class", "embed svelte-vikz49");
|
5887
5886
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5888
5887
|
},
|
5889
5888
|
m(target, anchor) {
|
@@ -6225,7 +6224,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6225
6224
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6226
6225
|
|
6227
6226
|
function add_css$h(target) {
|
6228
|
-
append_styles(target, "svelte-
|
6227
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{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-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6229
6228
|
}
|
6230
6229
|
|
6231
6230
|
function create_fragment$i(ctx) {
|
@@ -6248,7 +6247,7 @@ function create_fragment$i(ctx) {
|
|
6248
6247
|
},
|
6249
6248
|
h() {
|
6250
6249
|
attr(div0, "class", "karte-player");
|
6251
|
-
attr(div1, "class", "embed svelte-
|
6250
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6252
6251
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6253
6252
|
},
|
6254
6253
|
m(target, anchor) {
|
@@ -6432,7 +6431,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6432
6431
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6433
6432
|
|
6434
6433
|
function add_css$g(target) {
|
6435
|
-
append_styles(target, "svelte-
|
6434
|
+
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}");
|
6436
6435
|
}
|
6437
6436
|
|
6438
6437
|
function create_fragment$h(ctx) {
|
@@ -6462,12 +6461,12 @@ function create_fragment$h(ctx) {
|
|
6462
6461
|
this.h();
|
6463
6462
|
},
|
6464
6463
|
h() {
|
6465
|
-
attr(textarea, "class", "textarea svelte-
|
6464
|
+
attr(textarea, "class", "textarea svelte-kyay3k");
|
6466
6465
|
textarea.value = /*$value*/ ctx[3];
|
6467
6466
|
textarea.required = /*required*/ ctx[0];
|
6468
6467
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6469
6468
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6470
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6469
|
+
attr(div, "class", "textarea-wrapper svelte-kyay3k");
|
6471
6470
|
},
|
6472
6471
|
m(target, anchor) {
|
6473
6472
|
insert_hydration(target, div, anchor);
|
@@ -6563,7 +6562,7 @@ class FormTextarea extends SvelteComponent {
|
|
6563
6562
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6564
6563
|
|
6565
6564
|
function add_css$f(target) {
|
6566
|
-
append_styles(target, "svelte-
|
6565
|
+
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}");
|
6567
6566
|
}
|
6568
6567
|
|
6569
6568
|
function get_each_context$5(ctx, list, i) {
|
@@ -6619,14 +6618,14 @@ function create_each_block$5(ctx) {
|
|
6619
6618
|
},
|
6620
6619
|
h() {
|
6621
6620
|
attr(input, "type", "radio");
|
6622
|
-
attr(input, "class", "radio-button-input svelte-
|
6621
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
6623
6622
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6624
6623
|
attr(input, "name", /*name*/ ctx[0]);
|
6625
6624
|
input.value = input_value_value = /*option*/ ctx[16];
|
6626
6625
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6627
|
-
attr(span, "class", "radio-button-text svelte-
|
6626
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
6628
6627
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6629
|
-
attr(label, "class", "radio-button svelte-
|
6628
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
6630
6629
|
},
|
6631
6630
|
m(target, anchor) {
|
6632
6631
|
insert_hydration(target, label, anchor);
|
@@ -6705,7 +6704,7 @@ function create_fragment$g(ctx) {
|
|
6705
6704
|
this.h();
|
6706
6705
|
},
|
6707
6706
|
h() {
|
6708
|
-
attr(div, "class", "radio-buttons svelte-
|
6707
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
6709
6708
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6710
6709
|
},
|
6711
6710
|
m(target, anchor) {
|
@@ -6872,7 +6871,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6872
6871
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6873
6872
|
|
6874
6873
|
function add_css$e(target) {
|
6875
|
-
append_styles(target, "svelte-
|
6874
|
+
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{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-t9ynyj: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-t9ynyj{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}");
|
6876
6875
|
}
|
6877
6876
|
|
6878
6877
|
function get_each_context$4(ctx, list, i) {
|
@@ -7043,10 +7042,10 @@ function create_fragment$f(ctx) {
|
|
7043
7042
|
this.h();
|
7044
7043
|
},
|
7045
7044
|
h() {
|
7046
|
-
attr(select, "class", "select-select svelte-
|
7045
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7047
7046
|
attr(select, "style", /*style*/ ctx[3]);
|
7048
|
-
attr(div0, "class", "select-icon svelte-
|
7049
|
-
attr(div1, "class", "select svelte-
|
7047
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7048
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7050
7049
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7051
7050
|
},
|
7052
7051
|
m(target, anchor) {
|
@@ -7248,7 +7247,7 @@ class FormSelect extends SvelteComponent {
|
|
7248
7247
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7249
7248
|
|
7250
7249
|
function add_css$d(target) {
|
7251
|
-
append_styles(target, "svelte-
|
7250
|
+
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{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-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8: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-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7252
7251
|
}
|
7253
7252
|
|
7254
7253
|
function get_each_context$3(ctx, list, i) {
|
@@ -7310,19 +7309,19 @@ function create_each_block$3(ctx) {
|
|
7310
7309
|
this.h();
|
7311
7310
|
},
|
7312
7311
|
h() {
|
7313
|
-
attr(input, "class", "check-box-input svelte-
|
7312
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7314
7313
|
attr(input, "type", "checkbox");
|
7315
7314
|
attr(input, "name", /*name*/ ctx[0]);
|
7316
7315
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7317
|
-
attr(span0, "class", "check-box-icon svelte-
|
7316
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7318
7317
|
|
7319
7318
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7320
7319
|
? ' _checked'
|
7321
|
-
: ''}`) + " svelte-
|
7320
|
+
: ''}`) + " svelte-1p65cg8"));
|
7322
7321
|
|
7323
|
-
attr(span2, "class", "check-box-text svelte-
|
7322
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7324
7323
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7325
|
-
attr(label, "class", "check-box svelte-
|
7324
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7326
7325
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7327
7326
|
},
|
7328
7327
|
m(target, anchor) {
|
@@ -7354,7 +7353,7 @@ function create_each_block$3(ctx) {
|
|
7354
7353
|
|
7355
7354
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7356
7355
|
? ' _checked'
|
7357
|
-
: ''}`) + " svelte-
|
7356
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7358
7357
|
attr(span1, "class", span1_class_value);
|
7359
7358
|
}
|
7360
7359
|
|
@@ -7407,7 +7406,7 @@ function create_fragment$e(ctx) {
|
|
7407
7406
|
this.h();
|
7408
7407
|
},
|
7409
7408
|
h() {
|
7410
|
-
attr(div, "class", "check-boxes svelte-
|
7409
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7411
7410
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7412
7411
|
},
|
7413
7412
|
m(target, anchor) {
|
@@ -7582,7 +7581,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7582
7581
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7583
7582
|
|
7584
7583
|
function add_css$c(target) {
|
7585
|
-
append_styles(target, "svelte-
|
7584
|
+
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}");
|
7586
7585
|
}
|
7587
7586
|
|
7588
7587
|
function get_each_context$2(ctx, list, i) {
|
@@ -7617,7 +7616,7 @@ function create_each_block$2(ctx) {
|
|
7617
7616
|
this.h();
|
7618
7617
|
},
|
7619
7618
|
h() {
|
7620
|
-
attr(button, "class", "rating-button svelte-
|
7619
|
+
attr(button, "class", "rating-button svelte-zy2va9");
|
7621
7620
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7622
7621
|
},
|
7623
7622
|
m(target, anchor) {
|
@@ -7680,7 +7679,7 @@ function create_fragment$d(ctx) {
|
|
7680
7679
|
this.h();
|
7681
7680
|
},
|
7682
7681
|
h() {
|
7683
|
-
attr(div, "class", "rating-buttons svelte-
|
7682
|
+
attr(div, "class", "rating-buttons svelte-zy2va9");
|
7684
7683
|
},
|
7685
7684
|
m(target, anchor) {
|
7686
7685
|
insert_hydration(target, div, anchor);
|
@@ -7817,7 +7816,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7817
7816
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7818
7817
|
|
7819
7818
|
function add_css$b(target) {
|
7820
|
-
append_styles(target, "svelte-
|
7819
|
+
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%)}");
|
7821
7820
|
}
|
7822
7821
|
|
7823
7822
|
function get_each_context$1(ctx, list, i) {
|
@@ -7853,9 +7852,9 @@ function create_each_block$1(ctx) {
|
|
7853
7852
|
},
|
7854
7853
|
h() {
|
7855
7854
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7856
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7855
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
7857
7856
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7858
|
-
attr(button, "class", "rating-button svelte-
|
7857
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
7859
7858
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7860
7859
|
},
|
7861
7860
|
m(target, anchor) {
|
@@ -7871,7 +7870,7 @@ function create_each_block$1(ctx) {
|
|
7871
7870
|
p(new_ctx, dirty) {
|
7872
7871
|
ctx = new_ctx;
|
7873
7872
|
|
7874
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7873
|
+
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"))) {
|
7875
7874
|
attr(img, "class", img_class_value);
|
7876
7875
|
}
|
7877
7876
|
|
@@ -7918,7 +7917,7 @@ function create_fragment$c(ctx) {
|
|
7918
7917
|
this.h();
|
7919
7918
|
},
|
7920
7919
|
h() {
|
7921
|
-
attr(div, "class", "rating-buttons svelte-
|
7920
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
7922
7921
|
},
|
7923
7922
|
m(target, anchor) {
|
7924
7923
|
insert_hydration(target, div, anchor);
|
@@ -8026,7 +8025,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8026
8025
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8027
8026
|
|
8028
8027
|
function add_css$a(target) {
|
8029
|
-
append_styles(target, "svelte-
|
8028
|
+
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%}");
|
8030
8029
|
}
|
8031
8030
|
|
8032
8031
|
function get_each_context(ctx, list, i) {
|
@@ -8072,9 +8071,9 @@ function create_if_block_1(ctx) {
|
|
8072
8071
|
attr(svg, "viewBox", "0 0 10 16");
|
8073
8072
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8074
8073
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8075
|
-
attr(button, "class", "move-button svelte-
|
8074
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8076
8075
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8077
|
-
attr(div, "class", "prev-button-container svelte-
|
8076
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8078
8077
|
},
|
8079
8078
|
m(target, anchor) {
|
8080
8079
|
insert_hydration(target, div, anchor);
|
@@ -8140,9 +8139,9 @@ function create_if_block$1(ctx) {
|
|
8140
8139
|
attr(svg, "viewBox", "0 0 10 16");
|
8141
8140
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8142
8141
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8143
|
-
attr(button, "class", "move-button svelte-
|
8142
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8144
8143
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8145
|
-
attr(div, "class", "next-button-container svelte-
|
8144
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8146
8145
|
},
|
8147
8146
|
m(target, anchor) {
|
8148
8147
|
insert_hydration(target, div, anchor);
|
@@ -8202,9 +8201,9 @@ function create_each_block(ctx) {
|
|
8202
8201
|
this.h();
|
8203
8202
|
},
|
8204
8203
|
h() {
|
8205
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8204
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8206
8205
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8207
|
-
attr(button, "class", "navigation-item svelte-
|
8206
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8208
8207
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8209
8208
|
},
|
8210
8209
|
m(target, anchor) {
|
@@ -8310,14 +8309,14 @@ function create_fragment$b(ctx) {
|
|
8310
8309
|
this.h();
|
8311
8310
|
},
|
8312
8311
|
h() {
|
8313
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8312
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
8314
8313
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8315
|
-
attr(div1, "class", "container svelte-
|
8314
|
+
attr(div1, "class", "container svelte-ji1fh");
|
8316
8315
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8317
|
-
attr(div2, "class", "navigation svelte-
|
8316
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
8318
8317
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8319
8318
|
set_attributes(div3, div3_data);
|
8320
|
-
toggle_class(div3, "svelte-
|
8319
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8321
8320
|
},
|
8322
8321
|
m(target, anchor) {
|
8323
8322
|
insert_hydration(target, div3, anchor);
|
@@ -8359,7 +8358,7 @@ function create_fragment$b(ctx) {
|
|
8359
8358
|
}
|
8360
8359
|
}
|
8361
8360
|
|
8362
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8361
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
8363
8362
|
attr(div0, "class", div0_class_value);
|
8364
8363
|
}
|
8365
8364
|
|
@@ -8425,7 +8424,7 @@ function create_fragment$b(ctx) {
|
|
8425
8424
|
}
|
8426
8425
|
|
8427
8426
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8428
|
-
toggle_class(div3, "svelte-
|
8427
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8429
8428
|
},
|
8430
8429
|
i(local) {
|
8431
8430
|
if (current) return;
|
@@ -8937,7 +8936,7 @@ class Slide extends SvelteComponent {
|
|
8937
8936
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8938
8937
|
|
8939
8938
|
function add_css$9(target) {
|
8940
|
-
append_styles(target, "svelte-
|
8939
|
+
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
8941
8940
|
}
|
8942
8941
|
|
8943
8942
|
function create_fragment$a(ctx) {
|
@@ -8965,9 +8964,9 @@ function create_fragment$a(ctx) {
|
|
8965
8964
|
this.h();
|
8966
8965
|
},
|
8967
8966
|
h() {
|
8968
|
-
attr(div0, "class", "item-inner svelte-
|
8967
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
8969
8968
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8970
|
-
attr(div1, "class", "item svelte-
|
8969
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
8971
8970
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8972
8971
|
},
|
8973
8972
|
m(target, anchor) {
|
@@ -9093,7 +9092,7 @@ class SlideItem extends SvelteComponent {
|
|
9093
9092
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9094
9093
|
|
9095
9094
|
function add_css$8(target) {
|
9096
|
-
append_styles(target, "svelte-
|
9095
|
+
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9097
9096
|
}
|
9098
9097
|
|
9099
9098
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9124,9 +9123,9 @@ function create_fragment$9(ctx) {
|
|
9124
9123
|
this.h();
|
9125
9124
|
},
|
9126
9125
|
h() {
|
9127
|
-
attr(div0, "class", "countdown-inner svelte-
|
9126
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9128
9127
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9129
|
-
attr(div1, "class", "countdown svelte-
|
9128
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9130
9129
|
},
|
9131
9130
|
m(target, anchor) {
|
9132
9131
|
insert_hydration(target, div1, anchor);
|
@@ -9256,7 +9255,7 @@ class Countdown extends SvelteComponent {
|
|
9256
9255
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9257
9256
|
|
9258
9257
|
function add_css$7(target) {
|
9259
|
-
append_styles(target, "svelte-
|
9258
|
+
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9260
9259
|
}
|
9261
9260
|
|
9262
9261
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9339,7 +9338,7 @@ function create_fragment$8(ctx) {
|
|
9339
9338
|
this.h();
|
9340
9339
|
},
|
9341
9340
|
h() {
|
9342
|
-
attr(div, "class", "box svelte-
|
9341
|
+
attr(div, "class", "box svelte-1ccydfy");
|
9343
9342
|
},
|
9344
9343
|
m(target, anchor) {
|
9345
9344
|
insert_hydration(target, div, anchor);
|
@@ -9400,7 +9399,7 @@ class Box extends SvelteComponent {
|
|
9400
9399
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9401
9400
|
|
9402
9401
|
function add_css$6(target) {
|
9403
|
-
append_styles(target, "svelte-
|
9402
|
+
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)}");
|
9404
9403
|
}
|
9405
9404
|
|
9406
9405
|
// (56:4) {#if svg}
|
@@ -9504,7 +9503,7 @@ function create_fragment$7(ctx) {
|
|
9504
9503
|
this.h();
|
9505
9504
|
},
|
9506
9505
|
h() {
|
9507
|
-
attr(div, "class", "icon svelte-
|
9506
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
9508
9507
|
},
|
9509
9508
|
m(target, anchor) {
|
9510
9509
|
insert_hydration(target, div, anchor);
|
@@ -9613,7 +9612,7 @@ class IconElement extends SvelteComponent {
|
|
9613
9612
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9614
9613
|
|
9615
9614
|
function add_css$5(target) {
|
9616
|
-
append_styles(target, "svelte-
|
9615
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9617
9616
|
}
|
9618
9617
|
|
9619
9618
|
function create_fragment$6(ctx) {
|
@@ -9649,7 +9648,7 @@ function create_fragment$6(ctx) {
|
|
9649
9648
|
this.h();
|
9650
9649
|
},
|
9651
9650
|
h() {
|
9652
|
-
attr(div, "class", "codeElement svelte-
|
9651
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
9653
9652
|
attr(div, "style", /*style*/ ctx[3]);
|
9654
9653
|
},
|
9655
9654
|
m(target, anchor) {
|
@@ -9738,7 +9737,7 @@ class CodeElement extends SvelteComponent {
|
|
9738
9737
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9739
9738
|
|
9740
9739
|
function add_css$4(target) {
|
9741
|
-
append_styles(target, "svelte-
|
9740
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
9742
9741
|
}
|
9743
9742
|
|
9744
9743
|
function create_fragment$5(ctx) {
|
@@ -9762,7 +9761,7 @@ function create_fragment$5(ctx) {
|
|
9762
9761
|
this.h();
|
9763
9762
|
},
|
9764
9763
|
h() {
|
9765
|
-
attr(div, "class", "flex svelte-
|
9764
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
9766
9765
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9767
9766
|
},
|
9768
9767
|
m(target, anchor) {
|
@@ -9859,7 +9858,7 @@ class Flex extends SvelteComponent {
|
|
9859
9858
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9860
9859
|
|
9861
9860
|
function add_css$3(target) {
|
9862
|
-
append_styles(target, "svelte-
|
9861
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9863
9862
|
}
|
9864
9863
|
|
9865
9864
|
function create_fragment$4(ctx) {
|
@@ -9882,7 +9881,7 @@ function create_fragment$4(ctx) {
|
|
9882
9881
|
this.h();
|
9883
9882
|
},
|
9884
9883
|
h() {
|
9885
|
-
attr(div, "class", "flex-item svelte-
|
9884
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
9886
9885
|
attr(div, "style", /*style*/ ctx[0]);
|
9887
9886
|
},
|
9888
9887
|
m(target, anchor) {
|
@@ -10302,7 +10301,7 @@ class GridModalState extends SvelteComponent {
|
|
10302
10301
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10303
10302
|
|
10304
10303
|
function add_css$2(target) {
|
10305
|
-
append_styles(target, "svelte-
|
10304
|
+
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10306
10305
|
}
|
10307
10306
|
|
10308
10307
|
function create_fragment$2(ctx) {
|
@@ -10331,8 +10330,8 @@ function create_fragment$2(ctx) {
|
|
10331
10330
|
this.h();
|
10332
10331
|
},
|
10333
10332
|
h() {
|
10334
|
-
attr(div0, "class", "text-block-inner svelte-
|
10335
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10333
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
10334
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
10336
10335
|
attr(div1, "style", /*style*/ ctx[2]);
|
10337
10336
|
},
|
10338
10337
|
m(target, anchor) {
|
@@ -10346,7 +10345,7 @@ function create_fragment$2(ctx) {
|
|
10346
10345
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10347
10346
|
rendertext.$set(rendertext_changes);
|
10348
10347
|
|
10349
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10348
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
10350
10349
|
attr(div1, "class", div1_class_value);
|
10351
10350
|
}
|
10352
10351
|
|
@@ -10424,7 +10423,7 @@ class TextBlock extends SvelteComponent {
|
|
10424
10423
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10425
10424
|
|
10426
10425
|
function add_css$1(target) {
|
10427
|
-
append_styles(target, "svelte-
|
10426
|
+
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{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-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
10428
10427
|
}
|
10429
10428
|
|
10430
10429
|
function create_fragment$1(ctx) {
|
@@ -10454,9 +10453,9 @@ function create_fragment$1(ctx) {
|
|
10454
10453
|
this.h();
|
10455
10454
|
},
|
10456
10455
|
h() {
|
10457
|
-
attr(button, "class", "text-button svelte-
|
10456
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
10458
10457
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10459
|
-
attr(div, "class", "text-button-block svelte-
|
10458
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
10460
10459
|
attr(div, "style", /*_style*/ ctx[2]);
|
10461
10460
|
},
|
10462
10461
|
m(target, anchor) {
|
@@ -10562,7 +10561,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10562
10561
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10563
10562
|
|
10564
10563
|
function add_css(target) {
|
10565
|
-
append_styles(target, "svelte-
|
10564
|
+
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{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-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
10566
10565
|
}
|
10567
10566
|
|
10568
10567
|
function create_fragment(ctx) {
|
@@ -10598,14 +10597,14 @@ function create_fragment(ctx) {
|
|
10598
10597
|
this.h();
|
10599
10598
|
},
|
10600
10599
|
h() {
|
10601
|
-
attr(img, "class", "image svelte-
|
10600
|
+
attr(img, "class", "image svelte-1pdw891");
|
10602
10601
|
attr(img, "loading", "lazy");
|
10603
10602
|
attr(img, "width", "auto");
|
10604
10603
|
attr(img, "height", "auto");
|
10605
10604
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
10606
10605
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10607
10606
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10608
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10607
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
10609
10608
|
attr(div, "style", /*_style*/ ctx[5]);
|
10610
10609
|
},
|
10611
10610
|
m(target, anchor) {
|
@@ -10630,7 +10629,7 @@ function create_fragment(ctx) {
|
|
10630
10629
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10631
10630
|
}
|
10632
10631
|
|
10633
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10632
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
10634
10633
|
attr(div, "class", div_class_value);
|
10635
10634
|
}
|
10636
10635
|
|