@plaidev/karte-action-sdk 1.1.249 → 1.1.250-28767263.2eb25df3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +6 -1
- package/dist/hydrate/index.es.js +477 -415
- package/dist/index.es.d.ts +6 -1
- package/dist/index.es.js +467 -416
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -8155
package/dist/hydrate/index.es.js
CHANGED
@@ -2874,7 +2874,7 @@ function create_if_block$h(ctx) {
|
|
2874
2874
|
};
|
2875
2875
|
}
|
2876
2876
|
|
2877
|
-
function create_fragment$
|
2877
|
+
function create_fragment$1g(ctx) {
|
2878
2878
|
let head;
|
2879
2879
|
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$h(ctx);
|
2880
2880
|
|
@@ -2916,7 +2916,7 @@ function create_fragment$1f(ctx) {
|
|
2916
2916
|
};
|
2917
2917
|
}
|
2918
2918
|
|
2919
|
-
function instance$
|
2919
|
+
function instance$1g($$self, $$props, $$invalidate) {
|
2920
2920
|
let $fonts;
|
2921
2921
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2922
2922
|
let googleFontUrl = '';
|
@@ -2946,13 +2946,13 @@ function instance$1f($$self, $$props, $$invalidate) {
|
|
2946
2946
|
class Header extends SvelteComponent {
|
2947
2947
|
constructor(options) {
|
2948
2948
|
super();
|
2949
|
-
init(this, options, instance$
|
2949
|
+
init(this, options, instance$1g, create_fragment$1g, safe_not_equal, {});
|
2950
2950
|
}
|
2951
2951
|
}
|
2952
2952
|
|
2953
2953
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
2954
2954
|
|
2955
|
-
function create_fragment$
|
2955
|
+
function create_fragment$1f(ctx) {
|
2956
2956
|
let header;
|
2957
2957
|
let t;
|
2958
2958
|
let current;
|
@@ -3016,7 +3016,7 @@ function create_fragment$1e(ctx) {
|
|
3016
3016
|
};
|
3017
3017
|
}
|
3018
3018
|
|
3019
|
-
function instance$
|
3019
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
3020
3020
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3021
3021
|
|
3022
3022
|
$$self.$$set = $$props => {
|
@@ -3029,14 +3029,14 @@ function instance$1e($$self, $$props, $$invalidate) {
|
|
3029
3029
|
class State extends SvelteComponent {
|
3030
3030
|
constructor(options) {
|
3031
3031
|
super();
|
3032
|
-
init(this, options, instance$
|
3032
|
+
init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
|
3033
3033
|
}
|
3034
3034
|
}
|
3035
3035
|
|
3036
3036
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3037
3037
|
|
3038
3038
|
function add_css$F(target) {
|
3039
|
-
append_styles(target, "svelte-
|
3039
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3040
3040
|
}
|
3041
3041
|
|
3042
3042
|
// (23:0) {#if $state === path}
|
@@ -3063,7 +3063,7 @@ function create_if_block$g(ctx) {
|
|
3063
3063
|
},
|
3064
3064
|
h() {
|
3065
3065
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3066
|
-
attr(div, "class", "state-item svelte-
|
3066
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3067
3067
|
},
|
3068
3068
|
m(target, anchor) {
|
3069
3069
|
insert_hydration(target, div, anchor);
|
@@ -3112,7 +3112,7 @@ function create_if_block$g(ctx) {
|
|
3112
3112
|
};
|
3113
3113
|
}
|
3114
3114
|
|
3115
|
-
function create_fragment$
|
3115
|
+
function create_fragment$1e(ctx) {
|
3116
3116
|
let if_block_anchor;
|
3117
3117
|
let current;
|
3118
3118
|
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$g(ctx);
|
@@ -3177,7 +3177,7 @@ function getStateItemContext() {
|
|
3177
3177
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3178
3178
|
}
|
3179
3179
|
|
3180
|
-
function instance$
|
3180
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
3181
3181
|
let $state;
|
3182
3182
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3183
3183
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3203,7 +3203,7 @@ function instance$1d($$self, $$props, $$invalidate) {
|
|
3203
3203
|
class StateItem extends SvelteComponent {
|
3204
3204
|
constructor(options) {
|
3205
3205
|
super();
|
3206
|
-
init(this, options, instance$
|
3206
|
+
init(this, options, instance$1e, create_fragment$1e, safe_not_equal, { path: 0 }, add_css$F);
|
3207
3207
|
}
|
3208
3208
|
}
|
3209
3209
|
|
@@ -3330,7 +3330,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3330
3330
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3331
3331
|
|
3332
3332
|
function add_css$E(target) {
|
3333
|
-
append_styles(target, "svelte-
|
3333
|
+
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}");
|
3334
3334
|
}
|
3335
3335
|
|
3336
3336
|
// (14:0) {#if backgroundOverlay}
|
@@ -3351,7 +3351,7 @@ function create_if_block$f(ctx) {
|
|
3351
3351
|
this.h();
|
3352
3352
|
},
|
3353
3353
|
h() {
|
3354
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3354
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3355
3355
|
},
|
3356
3356
|
m(target, anchor) {
|
3357
3357
|
insert_hydration(target, div, anchor);
|
@@ -3362,7 +3362,7 @@ function create_if_block$f(ctx) {
|
|
3362
3362
|
}
|
3363
3363
|
},
|
3364
3364
|
p(ctx, dirty) {
|
3365
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3365
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3366
3366
|
attr(div, "class", div_class_value);
|
3367
3367
|
}
|
3368
3368
|
},
|
@@ -3374,7 +3374,7 @@ function create_if_block$f(ctx) {
|
|
3374
3374
|
};
|
3375
3375
|
}
|
3376
3376
|
|
3377
|
-
function create_fragment$
|
3377
|
+
function create_fragment$1d(ctx) {
|
3378
3378
|
let if_block_anchor;
|
3379
3379
|
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$f(ctx);
|
3380
3380
|
|
@@ -3414,7 +3414,7 @@ function create_fragment$1c(ctx) {
|
|
3414
3414
|
};
|
3415
3415
|
}
|
3416
3416
|
|
3417
|
-
function instance$
|
3417
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
3418
3418
|
let { backgroundOverlay = false } = $$props;
|
3419
3419
|
let { class: className = undefined } = $$props;
|
3420
3420
|
const dispatch = createEventDispatcher();
|
@@ -3431,7 +3431,7 @@ function instance$1c($$self, $$props, $$invalidate) {
|
|
3431
3431
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3432
3432
|
constructor(options) {
|
3433
3433
|
super();
|
3434
|
-
init(this, options, instance$
|
3434
|
+
init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
|
3435
3435
|
}
|
3436
3436
|
};
|
3437
3437
|
|
@@ -3472,7 +3472,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3472
3472
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3473
3473
|
|
3474
3474
|
function add_css$D(target) {
|
3475
|
-
append_styles(target, "svelte-
|
3475
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3476
3476
|
}
|
3477
3477
|
|
3478
3478
|
// (50:0) {:else}
|
@@ -3511,7 +3511,7 @@ function create_else_block$6(ctx) {
|
|
3511
3511
|
},
|
3512
3512
|
h() {
|
3513
3513
|
set_attributes(button, button_data);
|
3514
|
-
toggle_class(button, "svelte-
|
3514
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3515
3515
|
},
|
3516
3516
|
m(target, anchor) {
|
3517
3517
|
insert_hydration(target, button, anchor);
|
@@ -3550,7 +3550,7 @@ function create_else_block$6(ctx) {
|
|
3550
3550
|
dataAttrStopPropagation('click')
|
3551
3551
|
]));
|
3552
3552
|
|
3553
|
-
toggle_class(button, "svelte-
|
3553
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3554
3554
|
},
|
3555
3555
|
i(local) {
|
3556
3556
|
if (current) return;
|
@@ -3591,7 +3591,7 @@ function create_if_block_2$2(ctx) {
|
|
3591
3591
|
this.h();
|
3592
3592
|
},
|
3593
3593
|
h() {
|
3594
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3594
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3595
3595
|
attr(div, "style", /*style*/ ctx[1]);
|
3596
3596
|
},
|
3597
3597
|
m(target, anchor) {
|
@@ -3691,7 +3691,7 @@ function create_if_block_1$4(ctx) {
|
|
3691
3691
|
},
|
3692
3692
|
h() {
|
3693
3693
|
set_attributes(a, a_data);
|
3694
|
-
toggle_class(a, "svelte-
|
3694
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3695
3695
|
},
|
3696
3696
|
m(target, anchor) {
|
3697
3697
|
insert_hydration(target, a, anchor);
|
@@ -3733,7 +3733,7 @@ function create_if_block_1$4(ctx) {
|
|
3733
3733
|
dataAttrStopPropagation('click')
|
3734
3734
|
]));
|
3735
3735
|
|
3736
|
-
toggle_class(a, "svelte-
|
3736
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3737
3737
|
},
|
3738
3738
|
i(local) {
|
3739
3739
|
if (current) return;
|
@@ -3774,7 +3774,7 @@ function create_if_block$e(ctx) {
|
|
3774
3774
|
this.h();
|
3775
3775
|
},
|
3776
3776
|
h() {
|
3777
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3777
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3778
3778
|
attr(div, "style", /*style*/ ctx[1]);
|
3779
3779
|
},
|
3780
3780
|
m(target, anchor) {
|
@@ -3822,7 +3822,7 @@ function create_if_block$e(ctx) {
|
|
3822
3822
|
};
|
3823
3823
|
}
|
3824
3824
|
|
3825
|
-
function create_fragment$
|
3825
|
+
function create_fragment$1c(ctx) {
|
3826
3826
|
let current_block_type_index;
|
3827
3827
|
let if_block;
|
3828
3828
|
let if_block_anchor;
|
@@ -3899,7 +3899,7 @@ function create_fragment$1b(ctx) {
|
|
3899
3899
|
|
3900
3900
|
const BUTTON_CLASS = 'button';
|
3901
3901
|
|
3902
|
-
function instance$
|
3902
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
3903
3903
|
let disabled;
|
3904
3904
|
let $valuesAreValid;
|
3905
3905
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3965,8 +3965,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3965
3965
|
init(
|
3966
3966
|
this,
|
3967
3967
|
options,
|
3968
|
-
instance$
|
3969
|
-
create_fragment$
|
3968
|
+
instance$1c,
|
3969
|
+
create_fragment$1c,
|
3970
3970
|
safe_not_equal,
|
3971
3971
|
{
|
3972
3972
|
onClick: 0,
|
@@ -3982,7 +3982,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3982
3982
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3983
3983
|
|
3984
3984
|
function add_css$C(target) {
|
3985
|
-
append_styles(target, "svelte-
|
3985
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .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-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3986
3986
|
}
|
3987
3987
|
|
3988
3988
|
// (278:0) {:else}
|
@@ -4157,7 +4157,7 @@ function create_if_block$d(ctx) {
|
|
4157
4157
|
this.h();
|
4158
4158
|
},
|
4159
4159
|
h() {
|
4160
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4160
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4161
4161
|
attr(div, "role", "dialog");
|
4162
4162
|
attr(div, "aria-modal", "true");
|
4163
4163
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4181,7 +4181,7 @@ function create_if_block$d(ctx) {
|
|
4181
4181
|
|
4182
4182
|
button.$set(button_changes);
|
4183
4183
|
|
4184
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4184
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4185
4185
|
attr(div, "class", div_class_value);
|
4186
4186
|
}
|
4187
4187
|
},
|
@@ -4245,7 +4245,7 @@ function create_if_block_1$3(ctx) {
|
|
4245
4245
|
this.h();
|
4246
4246
|
},
|
4247
4247
|
h() {
|
4248
|
-
attr(div, "class", "close svelte-
|
4248
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4249
4249
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4250
4250
|
},
|
4251
4251
|
m(target, anchor) {
|
@@ -4370,7 +4370,7 @@ function create_default_slot$d(ctx) {
|
|
4370
4370
|
this.h();
|
4371
4371
|
},
|
4372
4372
|
h() {
|
4373
|
-
attr(div, "class", "modal-content svelte-
|
4373
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4374
4374
|
attr(div, "style", /*_style*/ ctx[5]);
|
4375
4375
|
},
|
4376
4376
|
m(target, anchor) {
|
@@ -4447,7 +4447,7 @@ function create_default_slot$d(ctx) {
|
|
4447
4447
|
};
|
4448
4448
|
}
|
4449
4449
|
|
4450
|
-
function create_fragment$
|
4450
|
+
function create_fragment$1b(ctx) {
|
4451
4451
|
let show_if;
|
4452
4452
|
let current_block_type_index;
|
4453
4453
|
let if_block0;
|
@@ -4571,7 +4571,7 @@ function create_fragment$1a(ctx) {
|
|
4571
4571
|
};
|
4572
4572
|
}
|
4573
4573
|
|
4574
|
-
function instance$
|
4574
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
4575
4575
|
let close;
|
4576
4576
|
let closable;
|
4577
4577
|
let backgroundClick;
|
@@ -4854,8 +4854,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4854
4854
|
init(
|
4855
4855
|
this,
|
4856
4856
|
options,
|
4857
|
-
instance$
|
4858
|
-
create_fragment$
|
4857
|
+
instance$1b,
|
4858
|
+
create_fragment$1b,
|
4859
4859
|
safe_not_equal,
|
4860
4860
|
{
|
4861
4861
|
onClick: 0,
|
@@ -4881,7 +4881,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4881
4881
|
|
4882
4882
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4883
4883
|
|
4884
|
-
function create_fragment$
|
4884
|
+
function create_fragment$1a(ctx) {
|
4885
4885
|
let div;
|
4886
4886
|
let current;
|
4887
4887
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4949,7 +4949,7 @@ function create_fragment$19(ctx) {
|
|
4949
4949
|
};
|
4950
4950
|
}
|
4951
4951
|
|
4952
|
-
function instance$
|
4952
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
4953
4953
|
let _style;
|
4954
4954
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4955
4955
|
let { width = '512px' } = $$props;
|
@@ -4994,7 +4994,7 @@ class Grid extends SvelteComponent {
|
|
4994
4994
|
constructor(options) {
|
4995
4995
|
super();
|
4996
4996
|
|
4997
|
-
init(this, options, instance$
|
4997
|
+
init(this, options, instance$1a, create_fragment$1a, safe_not_equal, {
|
4998
4998
|
width: 1,
|
4999
4999
|
height: 2,
|
5000
5000
|
rows: 3,
|
@@ -5008,10 +5008,10 @@ class Grid extends SvelteComponent {
|
|
5008
5008
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5009
5009
|
|
5010
5010
|
function add_css$B(target) {
|
5011
|
-
append_styles(target, "svelte-
|
5011
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5012
5012
|
}
|
5013
5013
|
|
5014
|
-
function create_fragment$
|
5014
|
+
function create_fragment$19(ctx) {
|
5015
5015
|
let div1;
|
5016
5016
|
let div0;
|
5017
5017
|
let current;
|
@@ -5042,8 +5042,8 @@ function create_fragment$18(ctx) {
|
|
5042
5042
|
this.h();
|
5043
5043
|
},
|
5044
5044
|
h() {
|
5045
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5046
|
-
attr(div1, "class", "grid-item svelte-
|
5045
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5046
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5047
5047
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5048
5048
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5049
5049
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5104,7 +5104,7 @@ function create_fragment$18(ctx) {
|
|
5104
5104
|
|
5105
5105
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5106
5106
|
|
5107
|
-
function instance$
|
5107
|
+
function instance$19($$self, $$props, $$invalidate) {
|
5108
5108
|
let _style;
|
5109
5109
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5110
5110
|
let { x1 } = $$props;
|
@@ -5153,8 +5153,8 @@ class GridItem extends SvelteComponent {
|
|
5153
5153
|
init(
|
5154
5154
|
this,
|
5155
5155
|
options,
|
5156
|
-
instance$
|
5157
|
-
create_fragment$
|
5156
|
+
instance$19,
|
5157
|
+
create_fragment$19,
|
5158
5158
|
safe_not_equal,
|
5159
5159
|
{
|
5160
5160
|
x1: 2,
|
@@ -5271,7 +5271,7 @@ function create_each_block$7(ctx) {
|
|
5271
5271
|
};
|
5272
5272
|
}
|
5273
5273
|
|
5274
|
-
function create_fragment$
|
5274
|
+
function create_fragment$18(ctx) {
|
5275
5275
|
let each_1_anchor;
|
5276
5276
|
let each_value = /*items*/ ctx[0];
|
5277
5277
|
let each_blocks = [];
|
@@ -5337,7 +5337,7 @@ function create_fragment$17(ctx) {
|
|
5337
5337
|
|
5338
5338
|
const regexp = /(\r?\n)/;
|
5339
5339
|
|
5340
|
-
function instance$
|
5340
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5341
5341
|
let items;
|
5342
5342
|
let { text = 'サンプルSample' } = $$props;
|
5343
5343
|
|
@@ -5358,14 +5358,14 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
5358
5358
|
class RenderText extends SvelteComponent {
|
5359
5359
|
constructor(options) {
|
5360
5360
|
super();
|
5361
|
-
init(this, options, instance$
|
5361
|
+
init(this, options, instance$18, create_fragment$18, safe_not_equal, { text: 1 });
|
5362
5362
|
}
|
5363
5363
|
}
|
5364
5364
|
|
5365
5365
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5366
5366
|
|
5367
5367
|
function add_css$A(target) {
|
5368
|
-
append_styles(target, "svelte-
|
5368
|
+
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}");
|
5369
5369
|
}
|
5370
5370
|
|
5371
5371
|
// (94:2) {:else}
|
@@ -5395,8 +5395,8 @@ function create_else_block$3(ctx) {
|
|
5395
5395
|
this.h();
|
5396
5396
|
},
|
5397
5397
|
h() {
|
5398
|
-
attr(div0, "class", "text-element-inner svelte-
|
5399
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5398
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5399
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5400
5400
|
attr(div1, "style", /*style*/ ctx[5]);
|
5401
5401
|
},
|
5402
5402
|
m(target, anchor) {
|
@@ -5410,7 +5410,7 @@ function create_else_block$3(ctx) {
|
|
5410
5410
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5411
5411
|
rendertext.$set(rendertext_changes);
|
5412
5412
|
|
5413
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5413
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5414
5414
|
attr(div1, "class", div1_class_value);
|
5415
5415
|
}
|
5416
5416
|
|
@@ -5485,12 +5485,12 @@ function create_if_block$b(ctx) {
|
|
5485
5485
|
this.h();
|
5486
5486
|
},
|
5487
5487
|
h() {
|
5488
|
-
attr(div0, "class", "text-element-inner svelte-
|
5488
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5489
5489
|
attr(a, "href", '');
|
5490
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5490
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5491
5491
|
attr(a, "style", /*style*/ ctx[5]);
|
5492
|
-
attr(div1, "class", "tooltip svelte-
|
5493
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5492
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5493
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5494
5494
|
},
|
5495
5495
|
m(target, anchor) {
|
5496
5496
|
insert_hydration(target, a, anchor);
|
@@ -5516,7 +5516,7 @@ function create_if_block$b(ctx) {
|
|
5516
5516
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5517
5517
|
rendertext.$set(rendertext_changes);
|
5518
5518
|
|
5519
|
-
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-
|
5519
|
+
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"))) {
|
5520
5520
|
attr(a, "class", a_class_value);
|
5521
5521
|
}
|
5522
5522
|
|
@@ -5548,7 +5548,7 @@ function create_if_block$b(ctx) {
|
|
5548
5548
|
};
|
5549
5549
|
}
|
5550
5550
|
|
5551
|
-
function create_fragment$
|
5551
|
+
function create_fragment$17(ctx) {
|
5552
5552
|
let div;
|
5553
5553
|
let current_block_type_index;
|
5554
5554
|
let if_block;
|
@@ -5578,7 +5578,7 @@ function create_fragment$16(ctx) {
|
|
5578
5578
|
this.h();
|
5579
5579
|
},
|
5580
5580
|
h() {
|
5581
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5581
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5582
5582
|
},
|
5583
5583
|
m(target, anchor) {
|
5584
5584
|
insert_hydration(target, div, anchor);
|
@@ -5628,7 +5628,7 @@ function create_fragment$16(ctx) {
|
|
5628
5628
|
};
|
5629
5629
|
}
|
5630
5630
|
|
5631
|
-
function instance$
|
5631
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5632
5632
|
let style;
|
5633
5633
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5634
5634
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5724,8 +5724,8 @@ class TextElement extends SvelteComponent {
|
|
5724
5724
|
init(
|
5725
5725
|
this,
|
5726
5726
|
options,
|
5727
|
-
instance$
|
5728
|
-
create_fragment$
|
5727
|
+
instance$17,
|
5728
|
+
create_fragment$17,
|
5729
5729
|
safe_not_equal,
|
5730
5730
|
{
|
5731
5731
|
text: 0,
|
@@ -5744,7 +5744,7 @@ class TextElement extends SvelteComponent {
|
|
5744
5744
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5745
5745
|
|
5746
5746
|
function add_css$z(target) {
|
5747
|
-
append_styles(target, "svelte-
|
5747
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .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:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5748
5748
|
}
|
5749
5749
|
|
5750
5750
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5784,7 +5784,7 @@ function create_default_slot$c(ctx) {
|
|
5784
5784
|
};
|
5785
5785
|
}
|
5786
5786
|
|
5787
|
-
function create_fragment$
|
5787
|
+
function create_fragment$16(ctx) {
|
5788
5788
|
let div;
|
5789
5789
|
let button;
|
5790
5790
|
let current;
|
@@ -5813,7 +5813,7 @@ function create_fragment$15(ctx) {
|
|
5813
5813
|
this.h();
|
5814
5814
|
},
|
5815
5815
|
h() {
|
5816
|
-
attr(div, "class", "text-button-element svelte-
|
5816
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5817
5817
|
},
|
5818
5818
|
m(target, anchor) {
|
5819
5819
|
insert_hydration(target, div, anchor);
|
@@ -5848,7 +5848,7 @@ function create_fragment$15(ctx) {
|
|
5848
5848
|
};
|
5849
5849
|
}
|
5850
5850
|
|
5851
|
-
function instance$
|
5851
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5852
5852
|
let style;
|
5853
5853
|
let { text = 'ボタンのラベル' } = $$props;
|
5854
5854
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5886,8 +5886,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5886
5886
|
init(
|
5887
5887
|
this,
|
5888
5888
|
options,
|
5889
|
-
instance$
|
5890
|
-
create_fragment$
|
5889
|
+
instance$16,
|
5890
|
+
create_fragment$16,
|
5891
5891
|
safe_not_equal,
|
5892
5892
|
{
|
5893
5893
|
text: 0,
|
@@ -5905,7 +5905,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5905
5905
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5906
5906
|
|
5907
5907
|
function add_css$y(target) {
|
5908
|
-
append_styles(target, "svelte-
|
5908
|
+
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%}");
|
5909
5909
|
}
|
5910
5910
|
|
5911
5911
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5933,7 +5933,7 @@ function create_default_slot$b(ctx) {
|
|
5933
5933
|
this.h();
|
5934
5934
|
},
|
5935
5935
|
h() {
|
5936
|
-
attr(img, "class", "image svelte-
|
5936
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5937
5937
|
attr(img, "loading", "lazy");
|
5938
5938
|
attr(img, "width", "auto");
|
5939
5939
|
attr(img, "height", "auto");
|
@@ -5975,7 +5975,7 @@ function create_default_slot$b(ctx) {
|
|
5975
5975
|
};
|
5976
5976
|
}
|
5977
5977
|
|
5978
|
-
function create_fragment$
|
5978
|
+
function create_fragment$15(ctx) {
|
5979
5979
|
let div;
|
5980
5980
|
let button;
|
5981
5981
|
let div_class_value;
|
@@ -6005,7 +6005,7 @@ function create_fragment$14(ctx) {
|
|
6005
6005
|
this.h();
|
6006
6006
|
},
|
6007
6007
|
h() {
|
6008
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6008
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
6009
6009
|
},
|
6010
6010
|
m(target, anchor) {
|
6011
6011
|
insert_hydration(target, div, anchor);
|
@@ -6024,7 +6024,7 @@ function create_fragment$14(ctx) {
|
|
6024
6024
|
|
6025
6025
|
button.$set(button_changes);
|
6026
6026
|
|
6027
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6027
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
6028
6028
|
attr(div, "class", div_class_value);
|
6029
6029
|
}
|
6030
6030
|
},
|
@@ -6044,7 +6044,7 @@ function create_fragment$14(ctx) {
|
|
6044
6044
|
};
|
6045
6045
|
}
|
6046
6046
|
|
6047
|
-
function instance$
|
6047
|
+
function instance$15($$self, $$props, $$invalidate) {
|
6048
6048
|
let { src = '' } = $$props;
|
6049
6049
|
let { alt = '画像の説明' } = $$props;
|
6050
6050
|
let { transport = false } = $$props;
|
@@ -6075,8 +6075,8 @@ class ImageElement extends SvelteComponent {
|
|
6075
6075
|
init(
|
6076
6076
|
this,
|
6077
6077
|
options,
|
6078
|
-
instance$
|
6079
|
-
create_fragment$
|
6078
|
+
instance$15,
|
6079
|
+
create_fragment$15,
|
6080
6080
|
safe_not_equal,
|
6081
6081
|
{
|
6082
6082
|
src: 0,
|
@@ -6096,10 +6096,10 @@ class ImageElement extends SvelteComponent {
|
|
6096
6096
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6097
6097
|
|
6098
6098
|
function add_css$x(target) {
|
6099
|
-
append_styles(target, "svelte-
|
6099
|
+
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}");
|
6100
6100
|
}
|
6101
6101
|
|
6102
|
-
function create_fragment$
|
6102
|
+
function create_fragment$14(ctx) {
|
6103
6103
|
let div;
|
6104
6104
|
let current;
|
6105
6105
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6119,7 +6119,7 @@ function create_fragment$13(ctx) {
|
|
6119
6119
|
this.h();
|
6120
6120
|
},
|
6121
6121
|
h() {
|
6122
|
-
attr(div, "class", "list svelte-
|
6122
|
+
attr(div, "class", "list svelte-aquv6z");
|
6123
6123
|
attr(div, "style", /*style*/ ctx[0]);
|
6124
6124
|
},
|
6125
6125
|
m(target, anchor) {
|
@@ -6169,7 +6169,7 @@ function create_fragment$13(ctx) {
|
|
6169
6169
|
|
6170
6170
|
const LIST_CONTEXT_KEY = Symbol();
|
6171
6171
|
|
6172
|
-
function instance$
|
6172
|
+
function instance$14($$self, $$props, $$invalidate) {
|
6173
6173
|
let style;
|
6174
6174
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6175
6175
|
let { direction = 'vertical' } = $$props;
|
@@ -6236,8 +6236,8 @@ class List extends SvelteComponent {
|
|
6236
6236
|
init(
|
6237
6237
|
this,
|
6238
6238
|
options,
|
6239
|
-
instance$
|
6240
|
-
create_fragment$
|
6239
|
+
instance$14,
|
6240
|
+
create_fragment$14,
|
6241
6241
|
safe_not_equal,
|
6242
6242
|
{
|
6243
6243
|
direction: 1,
|
@@ -6253,7 +6253,7 @@ class List extends SvelteComponent {
|
|
6253
6253
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6254
6254
|
|
6255
6255
|
function add_css$w(target) {
|
6256
|
-
append_styles(target, "svelte-
|
6256
|
+
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}");
|
6257
6257
|
}
|
6258
6258
|
|
6259
6259
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6307,7 +6307,7 @@ function create_default_slot$a(ctx) {
|
|
6307
6307
|
};
|
6308
6308
|
}
|
6309
6309
|
|
6310
|
-
function create_fragment$
|
6310
|
+
function create_fragment$13(ctx) {
|
6311
6311
|
let div;
|
6312
6312
|
let button;
|
6313
6313
|
let current;
|
@@ -6336,7 +6336,7 @@ function create_fragment$12(ctx) {
|
|
6336
6336
|
this.h();
|
6337
6337
|
},
|
6338
6338
|
h() {
|
6339
|
-
attr(div, "class", "list-item svelte-
|
6339
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6340
6340
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6341
6341
|
},
|
6342
6342
|
m(target, anchor) {
|
@@ -6376,7 +6376,7 @@ function create_fragment$12(ctx) {
|
|
6376
6376
|
};
|
6377
6377
|
}
|
6378
6378
|
|
6379
|
-
function instance$
|
6379
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6380
6380
|
let listItemStyle;
|
6381
6381
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6382
6382
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6455,17 +6455,17 @@ function instance$12($$self, $$props, $$invalidate) {
|
|
6455
6455
|
class ListItem extends SvelteComponent {
|
6456
6456
|
constructor(options) {
|
6457
6457
|
super();
|
6458
|
-
init(this, options, instance$
|
6458
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
|
6459
6459
|
}
|
6460
6460
|
}
|
6461
6461
|
|
6462
6462
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6463
6463
|
|
6464
6464
|
function add_css$v(target) {
|
6465
|
-
append_styles(target, "svelte-
|
6465
|
+
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}");
|
6466
6466
|
}
|
6467
6467
|
|
6468
|
-
function create_fragment$
|
6468
|
+
function create_fragment$12(ctx) {
|
6469
6469
|
let div;
|
6470
6470
|
|
6471
6471
|
return {
|
@@ -6480,7 +6480,7 @@ function create_fragment$11(ctx) {
|
|
6480
6480
|
this.h();
|
6481
6481
|
},
|
6482
6482
|
h() {
|
6483
|
-
attr(div, "class", "embed svelte-
|
6483
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6484
6484
|
attr(div, "style", /*_style*/ ctx[1]);
|
6485
6485
|
},
|
6486
6486
|
m(target, anchor) {
|
@@ -6501,7 +6501,7 @@ function create_fragment$11(ctx) {
|
|
6501
6501
|
};
|
6502
6502
|
}
|
6503
6503
|
|
6504
|
-
function instance$
|
6504
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6505
6505
|
let { code } = $$props;
|
6506
6506
|
let { _style = '' } = $$props;
|
6507
6507
|
|
@@ -6516,17 +6516,17 @@ function instance$11($$self, $$props, $$invalidate) {
|
|
6516
6516
|
class EmbedElement extends SvelteComponent {
|
6517
6517
|
constructor(options) {
|
6518
6518
|
super();
|
6519
|
-
init(this, options, instance$
|
6519
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6520
6520
|
}
|
6521
6521
|
}
|
6522
6522
|
|
6523
6523
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6524
6524
|
|
6525
6525
|
function add_css$u(target) {
|
6526
|
-
append_styles(target, "svelte-
|
6526
|
+
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%}");
|
6527
6527
|
}
|
6528
6528
|
|
6529
|
-
function create_fragment$
|
6529
|
+
function create_fragment$11(ctx) {
|
6530
6530
|
let div1;
|
6531
6531
|
let div0;
|
6532
6532
|
|
@@ -6546,7 +6546,7 @@ function create_fragment$10(ctx) {
|
|
6546
6546
|
},
|
6547
6547
|
h() {
|
6548
6548
|
attr(div0, "class", "karte-player");
|
6549
|
-
attr(div1, "class", "embed svelte-
|
6549
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6550
6550
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6551
6551
|
},
|
6552
6552
|
m(target, anchor) {
|
@@ -6578,7 +6578,7 @@ function _setValue(obj, key, value) {
|
|
6578
6578
|
}
|
6579
6579
|
}
|
6580
6580
|
|
6581
|
-
function instance$
|
6581
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6582
6582
|
let $system;
|
6583
6583
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6584
6584
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6849,8 +6849,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6849
6849
|
init(
|
6850
6850
|
this,
|
6851
6851
|
options,
|
6852
|
-
instance$
|
6853
|
-
create_fragment$
|
6852
|
+
instance$11,
|
6853
|
+
create_fragment$11,
|
6854
6854
|
safe_not_equal,
|
6855
6855
|
{
|
6856
6856
|
videoId: 2,
|
@@ -6888,10 +6888,10 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6888
6888
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6889
6889
|
|
6890
6890
|
function add_css$t(target) {
|
6891
|
-
append_styles(target, "svelte-
|
6891
|
+
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%}");
|
6892
6892
|
}
|
6893
6893
|
|
6894
|
-
function create_fragment
|
6894
|
+
function create_fragment$10(ctx) {
|
6895
6895
|
let div1;
|
6896
6896
|
let div0;
|
6897
6897
|
|
@@ -6911,7 +6911,7 @@ function create_fragment$$(ctx) {
|
|
6911
6911
|
},
|
6912
6912
|
h() {
|
6913
6913
|
attr(div0, "class", "karte-player");
|
6914
|
-
attr(div1, "class", "embed svelte-
|
6914
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6915
6915
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6916
6916
|
},
|
6917
6917
|
m(target, anchor) {
|
@@ -6933,7 +6933,7 @@ function create_fragment$$(ctx) {
|
|
6933
6933
|
};
|
6934
6934
|
}
|
6935
6935
|
|
6936
|
-
function instance
|
6936
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6937
6937
|
let $system;
|
6938
6938
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6939
6939
|
let { videoId = "201239468" } = $$props;
|
@@ -7076,8 +7076,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7076
7076
|
init(
|
7077
7077
|
this,
|
7078
7078
|
options,
|
7079
|
-
instance
|
7080
|
-
create_fragment
|
7079
|
+
instance$10,
|
7080
|
+
create_fragment$10,
|
7081
7081
|
safe_not_equal,
|
7082
7082
|
{
|
7083
7083
|
videoId: 2,
|
@@ -7095,10 +7095,10 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7095
7095
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7096
7096
|
|
7097
7097
|
function add_css$s(target) {
|
7098
|
-
append_styles(target, "svelte-
|
7098
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7099
7099
|
}
|
7100
7100
|
|
7101
|
-
function create_fragment
|
7101
|
+
function create_fragment$$(ctx) {
|
7102
7102
|
let div;
|
7103
7103
|
let textarea;
|
7104
7104
|
let mounted;
|
@@ -7125,12 +7125,12 @@ function create_fragment$_(ctx) {
|
|
7125
7125
|
this.h();
|
7126
7126
|
},
|
7127
7127
|
h() {
|
7128
|
-
attr(textarea, "class", "textarea svelte-
|
7128
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7129
7129
|
textarea.value = /*$value*/ ctx[4];
|
7130
7130
|
textarea.required = /*required*/ ctx[1];
|
7131
7131
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7132
7132
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7133
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7133
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7134
7134
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7135
7135
|
},
|
7136
7136
|
m(target, anchor) {
|
@@ -7173,7 +7173,7 @@ function create_fragment$_(ctx) {
|
|
7173
7173
|
};
|
7174
7174
|
}
|
7175
7175
|
|
7176
|
-
function instance
|
7176
|
+
function instance$$($$self, $$props, $$invalidate) {
|
7177
7177
|
let style;
|
7178
7178
|
let styleVariables;
|
7179
7179
|
let $value;
|
@@ -7261,8 +7261,8 @@ class FormTextarea extends SvelteComponent {
|
|
7261
7261
|
init(
|
7262
7262
|
this,
|
7263
7263
|
options,
|
7264
|
-
instance
|
7265
|
-
create_fragment
|
7264
|
+
instance$$,
|
7265
|
+
create_fragment$$,
|
7266
7266
|
safe_not_equal,
|
7267
7267
|
{
|
7268
7268
|
name: 7,
|
@@ -7282,7 +7282,7 @@ class FormTextarea extends SvelteComponent {
|
|
7282
7282
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7283
7283
|
|
7284
7284
|
function add_css$r(target) {
|
7285
|
-
append_styles(target, "svelte-
|
7285
|
+
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}");
|
7286
7286
|
}
|
7287
7287
|
|
7288
7288
|
function get_each_context$6(ctx, list, i) {
|
@@ -7339,14 +7339,14 @@ function create_each_block$6(ctx) {
|
|
7339
7339
|
},
|
7340
7340
|
h() {
|
7341
7341
|
attr(input, "type", "radio");
|
7342
|
-
attr(input, "class", "radio-button-input svelte-
|
7342
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7343
7343
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7344
7344
|
attr(input, "name", /*name*/ ctx[0]);
|
7345
7345
|
input.value = input_value_value = /*option*/ ctx[17];
|
7346
7346
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7347
|
-
attr(span, "class", "radio-button-text svelte-
|
7347
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7348
7348
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7349
|
-
attr(label, "class", "radio-button svelte-
|
7349
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7350
7350
|
},
|
7351
7351
|
m(target, anchor) {
|
7352
7352
|
insert_hydration(target, label, anchor);
|
@@ -7394,7 +7394,7 @@ function create_each_block$6(ctx) {
|
|
7394
7394
|
};
|
7395
7395
|
}
|
7396
7396
|
|
7397
|
-
function create_fragment$
|
7397
|
+
function create_fragment$_(ctx) {
|
7398
7398
|
let div;
|
7399
7399
|
let each_value = /*_options*/ ctx[4];
|
7400
7400
|
let each_blocks = [];
|
@@ -7425,7 +7425,7 @@ function create_fragment$Z(ctx) {
|
|
7425
7425
|
this.h();
|
7426
7426
|
},
|
7427
7427
|
h() {
|
7428
|
-
attr(div, "class", "radio-buttons svelte-
|
7428
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7429
7429
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7430
7430
|
},
|
7431
7431
|
m(target, anchor) {
|
@@ -7472,7 +7472,7 @@ function create_fragment$Z(ctx) {
|
|
7472
7472
|
};
|
7473
7473
|
}
|
7474
7474
|
|
7475
|
-
function instance$
|
7475
|
+
function instance$_($$self, $$props, $$invalidate) {
|
7476
7476
|
let _options;
|
7477
7477
|
let buttonStyle;
|
7478
7478
|
let _value;
|
@@ -7572,8 +7572,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7572
7572
|
init(
|
7573
7573
|
this,
|
7574
7574
|
options,
|
7575
|
-
instance$
|
7576
|
-
create_fragment$
|
7575
|
+
instance$_,
|
7576
|
+
create_fragment$_,
|
7577
7577
|
safe_not_equal,
|
7578
7578
|
{
|
7579
7579
|
name: 0,
|
@@ -7594,7 +7594,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7594
7594
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7595
7595
|
|
7596
7596
|
function add_css$q(target) {
|
7597
|
-
append_styles(target, "svelte-
|
7597
|
+
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}");
|
7598
7598
|
}
|
7599
7599
|
|
7600
7600
|
function get_each_context$5(ctx, list, i) {
|
@@ -7720,7 +7720,7 @@ function create_each_block$5(ctx) {
|
|
7720
7720
|
};
|
7721
7721
|
}
|
7722
7722
|
|
7723
|
-
function create_fragment$
|
7723
|
+
function create_fragment$Z(ctx) {
|
7724
7724
|
let div1;
|
7725
7725
|
let select;
|
7726
7726
|
let t;
|
@@ -7765,10 +7765,10 @@ function create_fragment$Y(ctx) {
|
|
7765
7765
|
this.h();
|
7766
7766
|
},
|
7767
7767
|
h() {
|
7768
|
-
attr(select, "class", "select-select svelte-
|
7768
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7769
7769
|
attr(select, "style", /*style*/ ctx[3]);
|
7770
|
-
attr(div0, "class", "select-icon svelte-
|
7771
|
-
attr(div1, "class", "select svelte-
|
7770
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7771
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7772
7772
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7773
7773
|
},
|
7774
7774
|
m(target, anchor) {
|
@@ -7830,7 +7830,7 @@ function create_fragment$Y(ctx) {
|
|
7830
7830
|
};
|
7831
7831
|
}
|
7832
7832
|
|
7833
|
-
function instance$
|
7833
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7834
7834
|
let _options;
|
7835
7835
|
let style;
|
7836
7836
|
let styleVariables;
|
@@ -7946,8 +7946,8 @@ class FormSelect extends SvelteComponent {
|
|
7946
7946
|
init(
|
7947
7947
|
this,
|
7948
7948
|
options,
|
7949
|
-
instance$
|
7950
|
-
create_fragment$
|
7949
|
+
instance$Z,
|
7950
|
+
create_fragment$Z,
|
7951
7951
|
safe_not_equal,
|
7952
7952
|
{
|
7953
7953
|
name: 7,
|
@@ -7970,7 +7970,7 @@ class FormSelect extends SvelteComponent {
|
|
7970
7970
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7971
7971
|
|
7972
7972
|
function add_css$p(target) {
|
7973
|
-
append_styles(target, "svelte-
|
7973
|
+
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}");
|
7974
7974
|
}
|
7975
7975
|
|
7976
7976
|
function get_each_context$4(ctx, list, i) {
|
@@ -8032,19 +8032,19 @@ function create_each_block$4(ctx) {
|
|
8032
8032
|
this.h();
|
8033
8033
|
},
|
8034
8034
|
h() {
|
8035
|
-
attr(input, "class", "check-box-input svelte-
|
8035
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8036
8036
|
attr(input, "type", "checkbox");
|
8037
8037
|
attr(input, "name", /*name*/ ctx[0]);
|
8038
8038
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8039
|
-
attr(span0, "class", "check-box-icon svelte-
|
8039
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8040
8040
|
|
8041
8041
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8042
8042
|
? ' _checked'
|
8043
|
-
: ''}`) + " svelte-
|
8043
|
+
: ''}`) + " svelte-1p65cg8"));
|
8044
8044
|
|
8045
|
-
attr(span2, "class", "check-box-text svelte-
|
8045
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8046
8046
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8047
|
-
attr(label, "class", "check-box svelte-
|
8047
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8048
8048
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8049
8049
|
},
|
8050
8050
|
m(target, anchor) {
|
@@ -8076,7 +8076,7 @@ function create_each_block$4(ctx) {
|
|
8076
8076
|
|
8077
8077
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8078
8078
|
? ' _checked'
|
8079
|
-
: ''}`) + " svelte-
|
8079
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8080
8080
|
attr(span1, "class", span1_class_value);
|
8081
8081
|
}
|
8082
8082
|
|
@@ -8098,7 +8098,7 @@ function create_each_block$4(ctx) {
|
|
8098
8098
|
};
|
8099
8099
|
}
|
8100
8100
|
|
8101
|
-
function create_fragment$
|
8101
|
+
function create_fragment$Y(ctx) {
|
8102
8102
|
let div;
|
8103
8103
|
let each_value = /*_options*/ ctx[3];
|
8104
8104
|
let each_blocks = [];
|
@@ -8129,7 +8129,7 @@ function create_fragment$X(ctx) {
|
|
8129
8129
|
this.h();
|
8130
8130
|
},
|
8131
8131
|
h() {
|
8132
|
-
attr(div, "class", "check-boxes svelte-
|
8132
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8133
8133
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8134
8134
|
},
|
8135
8135
|
m(target, anchor) {
|
@@ -8176,7 +8176,7 @@ function create_fragment$X(ctx) {
|
|
8176
8176
|
};
|
8177
8177
|
}
|
8178
8178
|
|
8179
|
-
function instance$
|
8179
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
8180
8180
|
let _options;
|
8181
8181
|
let styleVariables;
|
8182
8182
|
let isCheckedArray;
|
@@ -8282,8 +8282,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8282
8282
|
init(
|
8283
8283
|
this,
|
8284
8284
|
options,
|
8285
|
-
instance$
|
8286
|
-
create_fragment$
|
8285
|
+
instance$Y,
|
8286
|
+
create_fragment$Y,
|
8287
8287
|
safe_not_equal,
|
8288
8288
|
{
|
8289
8289
|
name: 0,
|
@@ -8304,7 +8304,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8304
8304
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8305
8305
|
|
8306
8306
|
function add_css$o(target) {
|
8307
|
-
append_styles(target, "svelte-
|
8307
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{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}");
|
8308
8308
|
}
|
8309
8309
|
|
8310
8310
|
function get_each_context$3(ctx, list, i) {
|
@@ -8339,7 +8339,7 @@ function create_each_block$3(ctx) {
|
|
8339
8339
|
this.h();
|
8340
8340
|
},
|
8341
8341
|
h() {
|
8342
|
-
attr(button, "class", "rating-button svelte-
|
8342
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8343
8343
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8344
8344
|
},
|
8345
8345
|
m(target, anchor) {
|
@@ -8371,7 +8371,7 @@ function create_each_block$3(ctx) {
|
|
8371
8371
|
};
|
8372
8372
|
}
|
8373
8373
|
|
8374
|
-
function create_fragment$
|
8374
|
+
function create_fragment$X(ctx) {
|
8375
8375
|
let div;
|
8376
8376
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8377
8377
|
let each_blocks = [];
|
@@ -8402,7 +8402,7 @@ function create_fragment$W(ctx) {
|
|
8402
8402
|
this.h();
|
8403
8403
|
},
|
8404
8404
|
h() {
|
8405
|
-
attr(div, "class", "rating-buttons svelte-
|
8405
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8406
8406
|
},
|
8407
8407
|
m(target, anchor) {
|
8408
8408
|
insert_hydration(target, div, anchor);
|
@@ -8444,7 +8444,7 @@ function create_fragment$W(ctx) {
|
|
8444
8444
|
};
|
8445
8445
|
}
|
8446
8446
|
|
8447
|
-
function instance$
|
8447
|
+
function instance$X($$self, $$props, $$invalidate) {
|
8448
8448
|
let _value;
|
8449
8449
|
let $value;
|
8450
8450
|
let { name = '' } = $$props;
|
@@ -8526,8 +8526,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8526
8526
|
init(
|
8527
8527
|
this,
|
8528
8528
|
options,
|
8529
|
-
instance$
|
8530
|
-
create_fragment$
|
8529
|
+
instance$X,
|
8530
|
+
create_fragment$X,
|
8531
8531
|
safe_not_equal,
|
8532
8532
|
{
|
8533
8533
|
name: 6,
|
@@ -8546,7 +8546,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8546
8546
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8547
8547
|
|
8548
8548
|
function add_css$n(target) {
|
8549
|
-
append_styles(target, "svelte-
|
8549
|
+
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%)}");
|
8550
8550
|
}
|
8551
8551
|
|
8552
8552
|
function get_each_context$2(ctx, list, i) {
|
@@ -8582,9 +8582,9 @@ function create_each_block$2(ctx) {
|
|
8582
8582
|
},
|
8583
8583
|
h() {
|
8584
8584
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8585
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8585
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8586
8586
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8587
|
-
attr(button, "class", "rating-button svelte-
|
8587
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8588
8588
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8589
8589
|
},
|
8590
8590
|
m(target, anchor) {
|
@@ -8600,7 +8600,7 @@ function create_each_block$2(ctx) {
|
|
8600
8600
|
p(new_ctx, dirty) {
|
8601
8601
|
ctx = new_ctx;
|
8602
8602
|
|
8603
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8603
|
+
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"))) {
|
8604
8604
|
attr(img, "class", img_class_value);
|
8605
8605
|
}
|
8606
8606
|
|
@@ -8616,7 +8616,7 @@ function create_each_block$2(ctx) {
|
|
8616
8616
|
};
|
8617
8617
|
}
|
8618
8618
|
|
8619
|
-
function create_fragment$
|
8619
|
+
function create_fragment$W(ctx) {
|
8620
8620
|
let div;
|
8621
8621
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8622
8622
|
let each_blocks = [];
|
@@ -8647,7 +8647,7 @@ function create_fragment$V(ctx) {
|
|
8647
8647
|
this.h();
|
8648
8648
|
},
|
8649
8649
|
h() {
|
8650
|
-
attr(div, "class", "rating-buttons svelte-
|
8650
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8651
8651
|
},
|
8652
8652
|
m(target, anchor) {
|
8653
8653
|
insert_hydration(target, div, anchor);
|
@@ -8692,7 +8692,7 @@ function create_fragment$V(ctx) {
|
|
8692
8692
|
const count = 5;
|
8693
8693
|
const func = i => i + 1;
|
8694
8694
|
|
8695
|
-
function instance$
|
8695
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8696
8696
|
let _value;
|
8697
8697
|
let buttonStyle;
|
8698
8698
|
let $value;
|
@@ -8748,17 +8748,17 @@ function instance$V($$self, $$props, $$invalidate) {
|
|
8748
8748
|
class FormRatingButtonsFace extends SvelteComponent {
|
8749
8749
|
constructor(options) {
|
8750
8750
|
super();
|
8751
|
-
init(this, options, instance$
|
8751
|
+
init(this, options, instance$W, create_fragment$W, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
|
8752
8752
|
}
|
8753
8753
|
}
|
8754
8754
|
|
8755
8755
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8756
8756
|
|
8757
8757
|
function add_css$m(target) {
|
8758
|
-
append_styles(target, "svelte-
|
8758
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8759
8759
|
}
|
8760
8760
|
|
8761
|
-
function create_fragment$
|
8761
|
+
function create_fragment$V(ctx) {
|
8762
8762
|
let div;
|
8763
8763
|
let input;
|
8764
8764
|
let input_class_value;
|
@@ -8786,13 +8786,13 @@ function create_fragment$U(ctx) {
|
|
8786
8786
|
this.h();
|
8787
8787
|
},
|
8788
8788
|
h() {
|
8789
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8789
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8790
8790
|
attr(input, "type", "text");
|
8791
8791
|
input.value = /*$value*/ ctx[2];
|
8792
8792
|
input.required = /*required*/ ctx[0];
|
8793
8793
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8794
8794
|
attr(input, "style", /*style*/ ctx[5]);
|
8795
|
-
attr(div, "class", "input-wrapper svelte-
|
8795
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8796
8796
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8797
8797
|
},
|
8798
8798
|
m(target, anchor) {
|
@@ -8805,7 +8805,7 @@ function create_fragment$U(ctx) {
|
|
8805
8805
|
}
|
8806
8806
|
},
|
8807
8807
|
p(ctx, [dirty]) {
|
8808
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8808
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8809
8809
|
attr(input, "class", input_class_value);
|
8810
8810
|
}
|
8811
8811
|
|
@@ -8839,7 +8839,7 @@ function create_fragment$U(ctx) {
|
|
8839
8839
|
};
|
8840
8840
|
}
|
8841
8841
|
|
8842
|
-
function instance$
|
8842
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8843
8843
|
let style;
|
8844
8844
|
let styleVariables;
|
8845
8845
|
let isValidForUI;
|
@@ -8970,8 +8970,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8970
8970
|
init(
|
8971
8971
|
this,
|
8972
8972
|
options,
|
8973
|
-
instance$
|
8974
|
-
create_fragment$
|
8973
|
+
instance$V,
|
8974
|
+
create_fragment$V,
|
8975
8975
|
safe_not_equal,
|
8976
8976
|
{
|
8977
8977
|
field: 9,
|
@@ -8993,10 +8993,10 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8993
8993
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8994
8994
|
|
8995
8995
|
function add_css$l(target) {
|
8996
|
-
append_styles(target, "svelte-
|
8996
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{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-8zbmyo: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, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8997
8997
|
}
|
8998
8998
|
|
8999
|
-
function create_fragment$
|
8999
|
+
function create_fragment$U(ctx) {
|
9000
9000
|
let div;
|
9001
9001
|
let label0;
|
9002
9002
|
let input0;
|
@@ -9059,20 +9059,20 @@ function create_fragment$T(ctx) {
|
|
9059
9059
|
},
|
9060
9060
|
h() {
|
9061
9061
|
attr(input0, "type", "radio");
|
9062
|
-
attr(input0, "class", "radio-button-input svelte-
|
9062
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9063
9063
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9064
9064
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9065
|
-
attr(span0, "class", "radio-button-text svelte-
|
9065
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9066
9066
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9067
|
-
attr(label0, "class", "radio-button svelte-
|
9067
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9068
9068
|
attr(input1, "type", "radio");
|
9069
|
-
attr(input1, "class", "radio-button-input svelte-
|
9069
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9070
9070
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9071
9071
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9072
|
-
attr(span1, "class", "radio-button-text svelte-
|
9072
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9073
9073
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9074
|
-
attr(label1, "class", "radio-button svelte-
|
9075
|
-
attr(div, "class", "radio-buttons svelte-
|
9074
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9075
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9076
9076
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9077
9077
|
},
|
9078
9078
|
m(target, anchor) {
|
@@ -9137,7 +9137,7 @@ function create_fragment$T(ctx) {
|
|
9137
9137
|
};
|
9138
9138
|
}
|
9139
9139
|
|
9140
|
-
function instance$
|
9140
|
+
function instance$U($$self, $$props, $$invalidate) {
|
9141
9141
|
let buttonStyle;
|
9142
9142
|
let $value;
|
9143
9143
|
let { field = 'subscription' } = $$props;
|
@@ -9219,8 +9219,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9219
9219
|
init(
|
9220
9220
|
this,
|
9221
9221
|
options,
|
9222
|
-
instance$
|
9223
|
-
create_fragment$
|
9222
|
+
instance$U,
|
9223
|
+
create_fragment$U,
|
9224
9224
|
safe_not_equal,
|
9225
9225
|
{
|
9226
9226
|
field: 6,
|
@@ -9240,7 +9240,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9240
9240
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9241
9241
|
|
9242
9242
|
function add_css$k(target) {
|
9243
|
-
append_styles(target, "svelte-
|
9243
|
+
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%}");
|
9244
9244
|
}
|
9245
9245
|
|
9246
9246
|
function get_each_context$1(ctx, list, i) {
|
@@ -9286,9 +9286,9 @@ function create_if_block_1$2(ctx) {
|
|
9286
9286
|
attr(svg, "viewBox", "0 0 10 16");
|
9287
9287
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9288
9288
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9289
|
-
attr(button, "class", "move-button svelte-
|
9289
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9290
9290
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9291
|
-
attr(div, "class", "prev-button-container svelte-
|
9291
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9292
9292
|
},
|
9293
9293
|
m(target, anchor) {
|
9294
9294
|
insert_hydration(target, div, anchor);
|
@@ -9354,9 +9354,9 @@ function create_if_block$9(ctx) {
|
|
9354
9354
|
attr(svg, "viewBox", "0 0 10 16");
|
9355
9355
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9356
9356
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9357
|
-
attr(button, "class", "move-button svelte-
|
9357
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9358
9358
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9359
|
-
attr(div, "class", "next-button-container svelte-
|
9359
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9360
9360
|
},
|
9361
9361
|
m(target, anchor) {
|
9362
9362
|
insert_hydration(target, div, anchor);
|
@@ -9416,9 +9416,9 @@ function create_each_block$1(ctx) {
|
|
9416
9416
|
this.h();
|
9417
9417
|
},
|
9418
9418
|
h() {
|
9419
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9419
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9420
9420
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9421
|
-
attr(button, "class", "navigation-item svelte-
|
9421
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9422
9422
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9423
9423
|
},
|
9424
9424
|
m(target, anchor) {
|
@@ -9450,7 +9450,7 @@ function create_each_block$1(ctx) {
|
|
9450
9450
|
};
|
9451
9451
|
}
|
9452
9452
|
|
9453
|
-
function create_fragment$
|
9453
|
+
function create_fragment$T(ctx) {
|
9454
9454
|
let div3;
|
9455
9455
|
let div1;
|
9456
9456
|
let div0;
|
@@ -9524,14 +9524,14 @@ function create_fragment$S(ctx) {
|
|
9524
9524
|
this.h();
|
9525
9525
|
},
|
9526
9526
|
h() {
|
9527
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9527
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9528
9528
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9529
|
-
attr(div1, "class", "container svelte-
|
9529
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9530
9530
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9531
|
-
attr(div2, "class", "navigation svelte-
|
9531
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9532
9532
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9533
9533
|
set_attributes(div3, div3_data);
|
9534
|
-
toggle_class(div3, "svelte-
|
9534
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9535
9535
|
},
|
9536
9536
|
m(target, anchor) {
|
9537
9537
|
insert_hydration(target, div3, anchor);
|
@@ -9573,7 +9573,7 @@ function create_fragment$S(ctx) {
|
|
9573
9573
|
}
|
9574
9574
|
}
|
9575
9575
|
|
9576
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9576
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9577
9577
|
attr(div0, "class", div0_class_value);
|
9578
9578
|
}
|
9579
9579
|
|
@@ -9639,7 +9639,7 @@ function create_fragment$S(ctx) {
|
|
9639
9639
|
}
|
9640
9640
|
|
9641
9641
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9642
|
-
toggle_class(div3, "svelte-
|
9642
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9643
9643
|
},
|
9644
9644
|
i(local) {
|
9645
9645
|
if (current) return;
|
@@ -9674,7 +9674,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9674
9674
|
}
|
9675
9675
|
}
|
9676
9676
|
|
9677
|
-
function instance$
|
9677
|
+
function instance$T($$self, $$props, $$invalidate) {
|
9678
9678
|
let slideStyle;
|
9679
9679
|
let slideClass;
|
9680
9680
|
let _loop;
|
@@ -10127,8 +10127,8 @@ class Slide extends SvelteComponent {
|
|
10127
10127
|
init(
|
10128
10128
|
this,
|
10129
10129
|
options,
|
10130
|
-
instance$
|
10131
|
-
create_fragment$
|
10130
|
+
instance$T,
|
10131
|
+
create_fragment$T,
|
10132
10132
|
safe_not_equal,
|
10133
10133
|
{
|
10134
10134
|
loop: 18,
|
@@ -10151,10 +10151,10 @@ class Slide extends SvelteComponent {
|
|
10151
10151
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10152
10152
|
|
10153
10153
|
function add_css$j(target) {
|
10154
|
-
append_styles(target, "svelte-
|
10154
|
+
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}");
|
10155
10155
|
}
|
10156
10156
|
|
10157
|
-
function create_fragment$
|
10157
|
+
function create_fragment$S(ctx) {
|
10158
10158
|
let div1;
|
10159
10159
|
let div0;
|
10160
10160
|
let current;
|
@@ -10179,9 +10179,9 @@ function create_fragment$R(ctx) {
|
|
10179
10179
|
this.h();
|
10180
10180
|
},
|
10181
10181
|
h() {
|
10182
|
-
attr(div0, "class", "item-inner svelte-
|
10182
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10183
10183
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10184
|
-
attr(div1, "class", "item svelte-
|
10184
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10185
10185
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10186
10186
|
},
|
10187
10187
|
m(target, anchor) {
|
@@ -10234,7 +10234,7 @@ function create_fragment$R(ctx) {
|
|
10234
10234
|
};
|
10235
10235
|
}
|
10236
10236
|
|
10237
|
-
function instance$
|
10237
|
+
function instance$S($$self, $$props, $$invalidate) {
|
10238
10238
|
let itemStyle;
|
10239
10239
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10240
10240
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -10300,20 +10300,20 @@ function instance$R($$self, $$props, $$invalidate) {
|
|
10300
10300
|
class SlideItem extends SvelteComponent {
|
10301
10301
|
constructor(options) {
|
10302
10302
|
super();
|
10303
|
-
init(this, options, instance$
|
10303
|
+
init(this, options, instance$S, create_fragment$S, safe_not_equal, { _style: 0 }, add_css$j);
|
10304
10304
|
}
|
10305
10305
|
}
|
10306
10306
|
|
10307
10307
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10308
10308
|
|
10309
10309
|
function add_css$i(target) {
|
10310
|
-
append_styles(target, "svelte-
|
10310
|
+
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}");
|
10311
10311
|
}
|
10312
10312
|
|
10313
10313
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
10314
10314
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
10315
10315
|
|
10316
|
-
function create_fragment$
|
10316
|
+
function create_fragment$R(ctx) {
|
10317
10317
|
let div1;
|
10318
10318
|
let div0;
|
10319
10319
|
let current;
|
@@ -10338,9 +10338,9 @@ function create_fragment$Q(ctx) {
|
|
10338
10338
|
this.h();
|
10339
10339
|
},
|
10340
10340
|
h() {
|
10341
|
-
attr(div0, "class", "countdown-inner svelte-
|
10341
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10342
10342
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10343
|
-
attr(div1, "class", "countdown svelte-
|
10343
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10344
10344
|
},
|
10345
10345
|
m(target, anchor) {
|
10346
10346
|
insert_hydration(target, div1, anchor);
|
@@ -10406,7 +10406,7 @@ function formatTimeDiff(ms) {
|
|
10406
10406
|
};
|
10407
10407
|
}
|
10408
10408
|
|
10409
|
-
function instance$
|
10409
|
+
function instance$R($$self, $$props, $$invalidate) {
|
10410
10410
|
let countdown;
|
10411
10411
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10412
10412
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -10463,14 +10463,14 @@ function instance$Q($$self, $$props, $$invalidate) {
|
|
10463
10463
|
class Countdown extends SvelteComponent {
|
10464
10464
|
constructor(options) {
|
10465
10465
|
super();
|
10466
|
-
init(this, options, instance$
|
10466
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
|
10467
10467
|
}
|
10468
10468
|
}
|
10469
10469
|
|
10470
10470
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10471
10471
|
|
10472
10472
|
function add_css$h(target) {
|
10473
|
-
append_styles(target, "svelte-
|
10473
|
+
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}");
|
10474
10474
|
}
|
10475
10475
|
|
10476
10476
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10524,7 +10524,7 @@ function create_default_slot$9(ctx) {
|
|
10524
10524
|
};
|
10525
10525
|
}
|
10526
10526
|
|
10527
|
-
function create_fragment$
|
10527
|
+
function create_fragment$Q(ctx) {
|
10528
10528
|
let div;
|
10529
10529
|
let button;
|
10530
10530
|
let current;
|
@@ -10553,7 +10553,7 @@ function create_fragment$P(ctx) {
|
|
10553
10553
|
this.h();
|
10554
10554
|
},
|
10555
10555
|
h() {
|
10556
|
-
attr(div, "class", "box svelte-
|
10556
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10557
10557
|
},
|
10558
10558
|
m(target, anchor) {
|
10559
10559
|
insert_hydration(target, div, anchor);
|
@@ -10588,7 +10588,7 @@ function create_fragment$P(ctx) {
|
|
10588
10588
|
};
|
10589
10589
|
}
|
10590
10590
|
|
10591
|
-
function instance$
|
10591
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
10592
10592
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10593
10593
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10594
10594
|
let { eventName = '' } = $$props;
|
@@ -10607,14 +10607,14 @@ function instance$P($$self, $$props, $$invalidate) {
|
|
10607
10607
|
class Box extends SvelteComponent {
|
10608
10608
|
constructor(options) {
|
10609
10609
|
super();
|
10610
|
-
init(this, options, instance$
|
10610
|
+
init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
|
10611
10611
|
}
|
10612
10612
|
}
|
10613
10613
|
|
10614
10614
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10615
10615
|
|
10616
10616
|
function add_css$g(target) {
|
10617
|
-
append_styles(target, "svelte-
|
10617
|
+
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)}");
|
10618
10618
|
}
|
10619
10619
|
|
10620
10620
|
// (56:4) {#if svg}
|
@@ -10689,7 +10689,7 @@ function create_default_slot$8(ctx) {
|
|
10689
10689
|
};
|
10690
10690
|
}
|
10691
10691
|
|
10692
|
-
function create_fragment$
|
10692
|
+
function create_fragment$P(ctx) {
|
10693
10693
|
let div;
|
10694
10694
|
let button;
|
10695
10695
|
let current;
|
@@ -10718,7 +10718,7 @@ function create_fragment$O(ctx) {
|
|
10718
10718
|
this.h();
|
10719
10719
|
},
|
10720
10720
|
h() {
|
10721
|
-
attr(div, "class", "icon svelte-
|
10721
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10722
10722
|
},
|
10723
10723
|
m(target, anchor) {
|
10724
10724
|
insert_hydration(target, div, anchor);
|
@@ -10760,7 +10760,7 @@ function parseData(dataUrl) {
|
|
10760
10760
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10761
10761
|
}
|
10762
10762
|
|
10763
|
-
function instance$
|
10763
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10764
10764
|
let svg;
|
10765
10765
|
let styleVariables;
|
10766
10766
|
let style;
|
@@ -10808,8 +10808,8 @@ class IconElement extends SvelteComponent {
|
|
10808
10808
|
init(
|
10809
10809
|
this,
|
10810
10810
|
options,
|
10811
|
-
instance$
|
10812
|
-
create_fragment$
|
10811
|
+
instance$P,
|
10812
|
+
create_fragment$P,
|
10813
10813
|
safe_not_equal,
|
10814
10814
|
{
|
10815
10815
|
icon: 4,
|
@@ -10827,10 +10827,10 @@ class IconElement extends SvelteComponent {
|
|
10827
10827
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10828
10828
|
|
10829
10829
|
function add_css$f(target) {
|
10830
|
-
append_styles(target, "svelte-
|
10830
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10831
10831
|
}
|
10832
10832
|
|
10833
|
-
function create_fragment$
|
10833
|
+
function create_fragment$O(ctx) {
|
10834
10834
|
let div;
|
10835
10835
|
let switch_instance;
|
10836
10836
|
let current;
|
@@ -10863,7 +10863,7 @@ function create_fragment$N(ctx) {
|
|
10863
10863
|
this.h();
|
10864
10864
|
},
|
10865
10865
|
h() {
|
10866
|
-
attr(div, "class", "codeElement svelte-
|
10866
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10867
10867
|
attr(div, "style", /*style*/ ctx[3]);
|
10868
10868
|
},
|
10869
10869
|
m(target, anchor) {
|
@@ -10920,7 +10920,7 @@ function create_fragment$N(ctx) {
|
|
10920
10920
|
};
|
10921
10921
|
}
|
10922
10922
|
|
10923
|
-
function instance$
|
10923
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10924
10924
|
let $data,
|
10925
10925
|
$$unsubscribe_data = noop,
|
10926
10926
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10945,17 +10945,17 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
10945
10945
|
class CodeElement extends SvelteComponent {
|
10946
10946
|
constructor(options) {
|
10947
10947
|
super();
|
10948
|
-
init(this, options, instance$
|
10948
|
+
init(this, options, instance$O, create_fragment$O, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
|
10949
10949
|
}
|
10950
10950
|
}
|
10951
10951
|
|
10952
10952
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10953
10953
|
|
10954
10954
|
function add_css$e(target) {
|
10955
|
-
append_styles(target, "svelte-
|
10955
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10956
10956
|
}
|
10957
10957
|
|
10958
|
-
function create_fragment$
|
10958
|
+
function create_fragment$N(ctx) {
|
10959
10959
|
let div;
|
10960
10960
|
let div_style_value;
|
10961
10961
|
let current;
|
@@ -10976,7 +10976,7 @@ function create_fragment$M(ctx) {
|
|
10976
10976
|
this.h();
|
10977
10977
|
},
|
10978
10978
|
h() {
|
10979
|
-
attr(div, "class", "flex svelte-
|
10979
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10980
10980
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10981
10981
|
},
|
10982
10982
|
m(target, anchor) {
|
@@ -11030,7 +11030,7 @@ function getFlexContext() {
|
|
11030
11030
|
return getContext(FlexContextKey);
|
11031
11031
|
}
|
11032
11032
|
|
11033
|
-
function instance$
|
11033
|
+
function instance$N($$self, $$props, $$invalidate) {
|
11034
11034
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11035
11035
|
let { direction = 'row' } = $$props;
|
11036
11036
|
let { width = '100%' } = $$props;
|
@@ -11056,8 +11056,8 @@ class Flex extends SvelteComponent {
|
|
11056
11056
|
init(
|
11057
11057
|
this,
|
11058
11058
|
options,
|
11059
|
-
instance$
|
11060
|
-
create_fragment$
|
11059
|
+
instance$N,
|
11060
|
+
create_fragment$N,
|
11061
11061
|
safe_not_equal,
|
11062
11062
|
{
|
11063
11063
|
direction: 0,
|
@@ -11073,10 +11073,10 @@ class Flex extends SvelteComponent {
|
|
11073
11073
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11074
11074
|
|
11075
11075
|
function add_css$d(target) {
|
11076
|
-
append_styles(target, "svelte-
|
11076
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11077
11077
|
}
|
11078
11078
|
|
11079
|
-
function create_fragment$
|
11079
|
+
function create_fragment$M(ctx) {
|
11080
11080
|
let div;
|
11081
11081
|
let current;
|
11082
11082
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -11096,7 +11096,7 @@ function create_fragment$L(ctx) {
|
|
11096
11096
|
this.h();
|
11097
11097
|
},
|
11098
11098
|
h() {
|
11099
|
-
attr(div, "class", "flex-item svelte-
|
11099
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11100
11100
|
attr(div, "style", /*style*/ ctx[0]);
|
11101
11101
|
},
|
11102
11102
|
m(target, anchor) {
|
@@ -11144,7 +11144,7 @@ function create_fragment$L(ctx) {
|
|
11144
11144
|
};
|
11145
11145
|
}
|
11146
11146
|
|
11147
|
-
function instance$
|
11147
|
+
function instance$M($$self, $$props, $$invalidate) {
|
11148
11148
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11149
11149
|
let { length } = $$props;
|
11150
11150
|
let { _style = '' } = $$props;
|
@@ -11187,7 +11187,7 @@ function instance$L($$self, $$props, $$invalidate) {
|
|
11187
11187
|
class FlexItem extends SvelteComponent {
|
11188
11188
|
constructor(options) {
|
11189
11189
|
super();
|
11190
|
-
init(this, options, instance$
|
11190
|
+
init(this, options, instance$M, create_fragment$M, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
11191
11191
|
}
|
11192
11192
|
}
|
11193
11193
|
|
@@ -11371,7 +11371,7 @@ function create_default_slot$7(ctx) {
|
|
11371
11371
|
};
|
11372
11372
|
}
|
11373
11373
|
|
11374
|
-
function create_fragment$
|
11374
|
+
function create_fragment$L(ctx) {
|
11375
11375
|
let stateitem;
|
11376
11376
|
let current;
|
11377
11377
|
|
@@ -11419,7 +11419,7 @@ function create_fragment$K(ctx) {
|
|
11419
11419
|
};
|
11420
11420
|
}
|
11421
11421
|
|
11422
|
-
function instance$
|
11422
|
+
function instance$L($$self, $$props, $$invalidate) {
|
11423
11423
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11424
11424
|
let { path } = $$props;
|
11425
11425
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11490,7 +11490,7 @@ class GridModalState extends SvelteComponent {
|
|
11490
11490
|
constructor(options) {
|
11491
11491
|
super();
|
11492
11492
|
|
11493
|
-
init(this, options, instance$
|
11493
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, {
|
11494
11494
|
path: 0,
|
11495
11495
|
onClick: 1,
|
11496
11496
|
clickEventName: 2,
|
@@ -11516,10 +11516,10 @@ class GridModalState extends SvelteComponent {
|
|
11516
11516
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11517
11517
|
|
11518
11518
|
function add_css$c(target) {
|
11519
|
-
append_styles(target, "svelte-
|
11519
|
+
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%}");
|
11520
11520
|
}
|
11521
11521
|
|
11522
|
-
function create_fragment$
|
11522
|
+
function create_fragment$K(ctx) {
|
11523
11523
|
let div1;
|
11524
11524
|
let div0;
|
11525
11525
|
let rendertext;
|
@@ -11545,8 +11545,8 @@ function create_fragment$J(ctx) {
|
|
11545
11545
|
this.h();
|
11546
11546
|
},
|
11547
11547
|
h() {
|
11548
|
-
attr(div0, "class", "text-block-inner svelte-
|
11549
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11548
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11549
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11550
11550
|
attr(div1, "style", /*style*/ ctx[2]);
|
11551
11551
|
},
|
11552
11552
|
m(target, anchor) {
|
@@ -11560,7 +11560,7 @@ function create_fragment$J(ctx) {
|
|
11560
11560
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11561
11561
|
rendertext.$set(rendertext_changes);
|
11562
11562
|
|
11563
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11563
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11564
11564
|
attr(div1, "class", div1_class_value);
|
11565
11565
|
}
|
11566
11566
|
|
@@ -11584,7 +11584,7 @@ function create_fragment$J(ctx) {
|
|
11584
11584
|
};
|
11585
11585
|
}
|
11586
11586
|
|
11587
|
-
function instance$
|
11587
|
+
function instance$K($$self, $$props, $$invalidate) {
|
11588
11588
|
let style;
|
11589
11589
|
let { text = 'サンプルSample' } = $$props;
|
11590
11590
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -11620,8 +11620,8 @@ class TextBlock extends SvelteComponent {
|
|
11620
11620
|
init(
|
11621
11621
|
this,
|
11622
11622
|
options,
|
11623
|
-
instance$
|
11624
|
-
create_fragment$
|
11623
|
+
instance$K,
|
11624
|
+
create_fragment$K,
|
11625
11625
|
safe_not_equal,
|
11626
11626
|
{
|
11627
11627
|
text: 0,
|
@@ -11638,10 +11638,10 @@ class TextBlock extends SvelteComponent {
|
|
11638
11638
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11639
11639
|
|
11640
11640
|
function add_css$b(target) {
|
11641
|
-
append_styles(target, "svelte-
|
11641
|
+
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)}");
|
11642
11642
|
}
|
11643
11643
|
|
11644
|
-
function create_fragment$
|
11644
|
+
function create_fragment$J(ctx) {
|
11645
11645
|
let div;
|
11646
11646
|
let button;
|
11647
11647
|
let rendertext;
|
@@ -11668,9 +11668,9 @@ function create_fragment$I(ctx) {
|
|
11668
11668
|
this.h();
|
11669
11669
|
},
|
11670
11670
|
h() {
|
11671
|
-
attr(button, "class", "text-button svelte-
|
11671
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11672
11672
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11673
|
-
attr(div, "class", "text-button-block svelte-
|
11673
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11674
11674
|
attr(div, "style", /*_style*/ ctx[2]);
|
11675
11675
|
},
|
11676
11676
|
m(target, anchor) {
|
@@ -11715,7 +11715,7 @@ function create_fragment$I(ctx) {
|
|
11715
11715
|
};
|
11716
11716
|
}
|
11717
11717
|
|
11718
|
-
function instance$
|
11718
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11719
11719
|
let { text = 'ボタンラベル' } = $$props;
|
11720
11720
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11721
11721
|
|
@@ -11757,8 +11757,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11757
11757
|
init(
|
11758
11758
|
this,
|
11759
11759
|
options,
|
11760
|
-
instance$
|
11761
|
-
create_fragment$
|
11760
|
+
instance$J,
|
11761
|
+
create_fragment$J,
|
11762
11762
|
safe_not_equal,
|
11763
11763
|
{
|
11764
11764
|
text: 0,
|
@@ -11776,10 +11776,10 @@ class TextButtonBlock extends SvelteComponent {
|
|
11776
11776
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11777
11777
|
|
11778
11778
|
function add_css$a(target) {
|
11779
|
-
append_styles(target, "svelte-
|
11779
|
+
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)}");
|
11780
11780
|
}
|
11781
11781
|
|
11782
|
-
function create_fragment$
|
11782
|
+
function create_fragment$I(ctx) {
|
11783
11783
|
let div;
|
11784
11784
|
let img;
|
11785
11785
|
let img_style_value;
|
@@ -11812,14 +11812,14 @@ function create_fragment$H(ctx) {
|
|
11812
11812
|
this.h();
|
11813
11813
|
},
|
11814
11814
|
h() {
|
11815
|
-
attr(img, "class", "image svelte-
|
11815
|
+
attr(img, "class", "image svelte-1pdw891");
|
11816
11816
|
attr(img, "loading", "lazy");
|
11817
11817
|
attr(img, "width", "auto");
|
11818
11818
|
attr(img, "height", "auto");
|
11819
11819
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11820
11820
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11821
11821
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11822
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11822
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11823
11823
|
attr(div, "style", /*_style*/ ctx[5]);
|
11824
11824
|
},
|
11825
11825
|
m(target, anchor) {
|
@@ -11844,7 +11844,7 @@ function create_fragment$H(ctx) {
|
|
11844
11844
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11845
11845
|
}
|
11846
11846
|
|
11847
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11847
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11848
11848
|
attr(div, "class", div_class_value);
|
11849
11849
|
}
|
11850
11850
|
|
@@ -11862,7 +11862,7 @@ function create_fragment$H(ctx) {
|
|
11862
11862
|
};
|
11863
11863
|
}
|
11864
11864
|
|
11865
|
-
function instance$
|
11865
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11866
11866
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11867
11867
|
let { alt = 'No Image' } = $$props;
|
11868
11868
|
let { transport = false } = $$props;
|
@@ -11902,8 +11902,8 @@ class ImageBlock extends SvelteComponent {
|
|
11902
11902
|
init(
|
11903
11903
|
this,
|
11904
11904
|
options,
|
11905
|
-
instance$
|
11906
|
-
create_fragment$
|
11905
|
+
instance$I,
|
11906
|
+
create_fragment$I,
|
11907
11907
|
safe_not_equal,
|
11908
11908
|
{
|
11909
11909
|
src: 0,
|
@@ -12021,7 +12021,7 @@ const toCssOverflow = (p) => {
|
|
12021
12021
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
12022
12022
|
|
12023
12023
|
function add_css$9(target) {
|
12024
|
-
append_styles(target, "svelte-
|
12024
|
+
append_styles(target, "svelte-12c4e5i", ".clickable.svelte-12c4e5i:link,.clickable.svelte-12c4e5i:visited,.clickable.svelte-12c4e5i:active,.clickable.svelte-12c4e5i:hover{color:inherit}.clickable.svelte-12c4e5i:enabled{cursor:pointer}.clickable.svelte-12c4e5i{text-decoration:none}");
|
12025
12025
|
}
|
12026
12026
|
|
12027
12027
|
// (40:0) {:else}
|
@@ -12066,7 +12066,7 @@ function create_else_block$1(ctx) {
|
|
12066
12066
|
},
|
12067
12067
|
h() {
|
12068
12068
|
set_attributes(button, button_data);
|
12069
|
-
toggle_class(button, "svelte-
|
12069
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12070
12070
|
},
|
12071
12071
|
m(target, anchor) {
|
12072
12072
|
insert_hydration(target, button, anchor);
|
@@ -12106,7 +12106,7 @@ function create_else_block$1(ctx) {
|
|
12106
12106
|
dataAttrStopPropagation('click')
|
12107
12107
|
]));
|
12108
12108
|
|
12109
|
-
toggle_class(button, "svelte-
|
12109
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12110
12110
|
},
|
12111
12111
|
i(local) {
|
12112
12112
|
if (current) return;
|
@@ -12154,7 +12154,7 @@ function create_if_block_1$1(ctx) {
|
|
12154
12154
|
},
|
12155
12155
|
h() {
|
12156
12156
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12157
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12157
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
12158
12158
|
attr(div, "style", /*style*/ ctx[1]);
|
12159
12159
|
},
|
12160
12160
|
m(target, anchor) {
|
@@ -12186,7 +12186,7 @@ function create_if_block_1$1(ctx) {
|
|
12186
12186
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12187
12187
|
}
|
12188
12188
|
|
12189
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12189
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
12190
12190
|
attr(div, "class", div_class_value);
|
12191
12191
|
}
|
12192
12192
|
|
@@ -12264,7 +12264,7 @@ function create_if_block$7(ctx) {
|
|
12264
12264
|
},
|
12265
12265
|
h() {
|
12266
12266
|
set_attributes(a, a_data);
|
12267
|
-
toggle_class(a, "svelte-
|
12267
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12268
12268
|
},
|
12269
12269
|
m(target, anchor) {
|
12270
12270
|
insert_hydration(target, a, anchor);
|
@@ -12307,7 +12307,7 @@ function create_if_block$7(ctx) {
|
|
12307
12307
|
dataAttrStopPropagation('click')
|
12308
12308
|
]));
|
12309
12309
|
|
12310
|
-
toggle_class(a, "svelte-
|
12310
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12311
12311
|
},
|
12312
12312
|
i(local) {
|
12313
12313
|
if (current) return;
|
@@ -12327,7 +12327,7 @@ function create_if_block$7(ctx) {
|
|
12327
12327
|
};
|
12328
12328
|
}
|
12329
12329
|
|
12330
|
-
function create_fragment$
|
12330
|
+
function create_fragment$H(ctx) {
|
12331
12331
|
let current_block_type_index;
|
12332
12332
|
let if_block;
|
12333
12333
|
let if_block_anchor;
|
@@ -12403,7 +12403,7 @@ function create_fragment$G(ctx) {
|
|
12403
12403
|
|
12404
12404
|
const CLICKABLE_CLASS = 'clickable';
|
12405
12405
|
|
12406
|
-
function instance$
|
12406
|
+
function instance$H($$self, $$props, $$invalidate) {
|
12407
12407
|
let fixedClass;
|
12408
12408
|
let { $$slots: slots = {}, $$scope } = $$props;
|
12409
12409
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -12458,8 +12458,8 @@ class Clickable extends SvelteComponent {
|
|
12458
12458
|
init(
|
12459
12459
|
this,
|
12460
12460
|
options,
|
12461
|
-
instance$
|
12462
|
-
create_fragment$
|
12461
|
+
instance$H,
|
12462
|
+
create_fragment$H,
|
12463
12463
|
safe_not_equal,
|
12464
12464
|
{
|
12465
12465
|
onClick: 0,
|
@@ -12517,7 +12517,7 @@ function create_default_slot$6(ctx) {
|
|
12517
12517
|
};
|
12518
12518
|
}
|
12519
12519
|
|
12520
|
-
function create_fragment$
|
12520
|
+
function create_fragment$G(ctx) {
|
12521
12521
|
let clickable;
|
12522
12522
|
let current;
|
12523
12523
|
|
@@ -12573,7 +12573,7 @@ function create_fragment$F(ctx) {
|
|
12573
12573
|
};
|
12574
12574
|
}
|
12575
12575
|
|
12576
|
-
function instance$
|
12576
|
+
function instance$G($$self, $$props, $$invalidate) {
|
12577
12577
|
let style;
|
12578
12578
|
let imgStyle;
|
12579
12579
|
let { props = {} } = $$props;
|
@@ -12622,7 +12622,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
12622
12622
|
class Avatar extends SvelteComponent {
|
12623
12623
|
constructor(options) {
|
12624
12624
|
super();
|
12625
|
-
init(this, options, instance$
|
12625
|
+
init(this, options, instance$G, create_fragment$G, safe_not_equal, { props: 0, layerId: 1 });
|
12626
12626
|
}
|
12627
12627
|
}
|
12628
12628
|
|
@@ -12680,7 +12680,7 @@ const buttonPropsDefault = {
|
|
12680
12680
|
|
12681
12681
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
12682
12682
|
|
12683
|
-
function create_fragment$
|
12683
|
+
function create_fragment$F(ctx) {
|
12684
12684
|
let svg;
|
12685
12685
|
let path;
|
12686
12686
|
|
@@ -12723,7 +12723,7 @@ function create_fragment$E(ctx) {
|
|
12723
12723
|
};
|
12724
12724
|
}
|
12725
12725
|
|
12726
|
-
function instance$
|
12726
|
+
function instance$F($$self, $$props, $$invalidate) {
|
12727
12727
|
let { color } = $$props;
|
12728
12728
|
|
12729
12729
|
$$self.$$set = $$props => {
|
@@ -12736,13 +12736,13 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
12736
12736
|
class IconArrowDown extends SvelteComponent {
|
12737
12737
|
constructor(options) {
|
12738
12738
|
super();
|
12739
|
-
init(this, options, instance$
|
12739
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { color: 0 });
|
12740
12740
|
}
|
12741
12741
|
}
|
12742
12742
|
|
12743
12743
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12744
12744
|
|
12745
|
-
function create_fragment$
|
12745
|
+
function create_fragment$E(ctx) {
|
12746
12746
|
let svg;
|
12747
12747
|
let path;
|
12748
12748
|
|
@@ -12785,7 +12785,7 @@ function create_fragment$D(ctx) {
|
|
12785
12785
|
};
|
12786
12786
|
}
|
12787
12787
|
|
12788
|
-
function instance$
|
12788
|
+
function instance$E($$self, $$props, $$invalidate) {
|
12789
12789
|
let { color } = $$props;
|
12790
12790
|
|
12791
12791
|
$$self.$$set = $$props => {
|
@@ -12798,13 +12798,13 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
12798
12798
|
class IconArrowUp extends SvelteComponent {
|
12799
12799
|
constructor(options) {
|
12800
12800
|
super();
|
12801
|
-
init(this, options, instance$
|
12801
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12802
12802
|
}
|
12803
12803
|
}
|
12804
12804
|
|
12805
12805
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12806
12806
|
|
12807
|
-
function create_fragment$
|
12807
|
+
function create_fragment$D(ctx) {
|
12808
12808
|
let svg;
|
12809
12809
|
let path;
|
12810
12810
|
|
@@ -12847,7 +12847,7 @@ function create_fragment$C(ctx) {
|
|
12847
12847
|
};
|
12848
12848
|
}
|
12849
12849
|
|
12850
|
-
function instance$
|
12850
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12851
12851
|
let { color } = $$props;
|
12852
12852
|
|
12853
12853
|
$$self.$$set = $$props => {
|
@@ -12860,13 +12860,13 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12860
12860
|
class IconUsers extends SvelteComponent {
|
12861
12861
|
constructor(options) {
|
12862
12862
|
super();
|
12863
|
-
init(this, options, instance$
|
12863
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12864
12864
|
}
|
12865
12865
|
}
|
12866
12866
|
|
12867
12867
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12868
12868
|
|
12869
|
-
function create_fragment$
|
12869
|
+
function create_fragment$C(ctx) {
|
12870
12870
|
let svg;
|
12871
12871
|
let path;
|
12872
12872
|
|
@@ -12909,7 +12909,7 @@ function create_fragment$B(ctx) {
|
|
12909
12909
|
};
|
12910
12910
|
}
|
12911
12911
|
|
12912
|
-
function instance$
|
12912
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12913
12913
|
let { color } = $$props;
|
12914
12914
|
|
12915
12915
|
$$self.$$set = $$props => {
|
@@ -12922,13 +12922,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12922
12922
|
class IconArrowLeft extends SvelteComponent {
|
12923
12923
|
constructor(options) {
|
12924
12924
|
super();
|
12925
|
-
init(this, options, instance$
|
12925
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12926
12926
|
}
|
12927
12927
|
}
|
12928
12928
|
|
12929
12929
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12930
12930
|
|
12931
|
-
function create_fragment$
|
12931
|
+
function create_fragment$B(ctx) {
|
12932
12932
|
let svg;
|
12933
12933
|
let path;
|
12934
12934
|
|
@@ -12971,7 +12971,7 @@ function create_fragment$A(ctx) {
|
|
12971
12971
|
};
|
12972
12972
|
}
|
12973
12973
|
|
12974
|
-
function instance$
|
12974
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12975
12975
|
let { color } = $$props;
|
12976
12976
|
|
12977
12977
|
$$self.$$set = $$props => {
|
@@ -12984,13 +12984,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12984
12984
|
class IconArrowRight extends SvelteComponent {
|
12985
12985
|
constructor(options) {
|
12986
12986
|
super();
|
12987
|
-
init(this, options, instance$
|
12987
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12988
12988
|
}
|
12989
12989
|
}
|
12990
12990
|
|
12991
12991
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12992
12992
|
|
12993
|
-
function create_fragment$
|
12993
|
+
function create_fragment$A(ctx) {
|
12994
12994
|
let svg;
|
12995
12995
|
let path;
|
12996
12996
|
|
@@ -13033,7 +13033,7 @@ function create_fragment$z(ctx) {
|
|
13033
13033
|
};
|
13034
13034
|
}
|
13035
13035
|
|
13036
|
-
function instance$
|
13036
|
+
function instance$A($$self, $$props, $$invalidate) {
|
13037
13037
|
let { color } = $$props;
|
13038
13038
|
|
13039
13039
|
$$self.$$set = $$props => {
|
@@ -13046,13 +13046,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
13046
13046
|
class IconBell extends SvelteComponent {
|
13047
13047
|
constructor(options) {
|
13048
13048
|
super();
|
13049
|
-
init(this, options, instance$
|
13049
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
13050
13050
|
}
|
13051
13051
|
}
|
13052
13052
|
|
13053
13053
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
13054
13054
|
|
13055
|
-
function create_fragment$
|
13055
|
+
function create_fragment$z(ctx) {
|
13056
13056
|
let svg;
|
13057
13057
|
let path;
|
13058
13058
|
|
@@ -13095,7 +13095,7 @@ function create_fragment$y(ctx) {
|
|
13095
13095
|
};
|
13096
13096
|
}
|
13097
13097
|
|
13098
|
-
function instance$
|
13098
|
+
function instance$z($$self, $$props, $$invalidate) {
|
13099
13099
|
let { color } = $$props;
|
13100
13100
|
|
13101
13101
|
$$self.$$set = $$props => {
|
@@ -13108,13 +13108,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
13108
13108
|
class IconArrowUpFromSquare extends SvelteComponent {
|
13109
13109
|
constructor(options) {
|
13110
13110
|
super();
|
13111
|
-
init(this, options, instance$
|
13111
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
13112
13112
|
}
|
13113
13113
|
}
|
13114
13114
|
|
13115
13115
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
13116
13116
|
|
13117
|
-
function create_fragment$
|
13117
|
+
function create_fragment$y(ctx) {
|
13118
13118
|
let svg;
|
13119
13119
|
let path;
|
13120
13120
|
|
@@ -13157,7 +13157,7 @@ function create_fragment$x(ctx) {
|
|
13157
13157
|
};
|
13158
13158
|
}
|
13159
13159
|
|
13160
|
-
function instance$
|
13160
|
+
function instance$y($$self, $$props, $$invalidate) {
|
13161
13161
|
let { color } = $$props;
|
13162
13162
|
|
13163
13163
|
$$self.$$set = $$props => {
|
@@ -13170,13 +13170,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
13170
13170
|
class IconTicket extends SvelteComponent {
|
13171
13171
|
constructor(options) {
|
13172
13172
|
super();
|
13173
|
-
init(this, options, instance$
|
13173
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
13174
13174
|
}
|
13175
13175
|
}
|
13176
13176
|
|
13177
13177
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
13178
13178
|
|
13179
|
-
function create_fragment$
|
13179
|
+
function create_fragment$x(ctx) {
|
13180
13180
|
let svg;
|
13181
13181
|
let path;
|
13182
13182
|
|
@@ -13219,7 +13219,7 @@ function create_fragment$w(ctx) {
|
|
13219
13219
|
};
|
13220
13220
|
}
|
13221
13221
|
|
13222
|
-
function instance$
|
13222
|
+
function instance$x($$self, $$props, $$invalidate) {
|
13223
13223
|
let { color } = $$props;
|
13224
13224
|
|
13225
13225
|
$$self.$$set = $$props => {
|
@@ -13232,13 +13232,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
13232
13232
|
class IconTrack extends SvelteComponent {
|
13233
13233
|
constructor(options) {
|
13234
13234
|
super();
|
13235
|
-
init(this, options, instance$
|
13235
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
13236
13236
|
}
|
13237
13237
|
}
|
13238
13238
|
|
13239
13239
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
13240
13240
|
|
13241
|
-
function create_fragment$
|
13241
|
+
function create_fragment$w(ctx) {
|
13242
13242
|
let svg;
|
13243
13243
|
let path;
|
13244
13244
|
|
@@ -13281,7 +13281,7 @@ function create_fragment$v(ctx) {
|
|
13281
13281
|
};
|
13282
13282
|
}
|
13283
13283
|
|
13284
|
-
function instance$
|
13284
|
+
function instance$w($$self, $$props, $$invalidate) {
|
13285
13285
|
let { color } = $$props;
|
13286
13286
|
|
13287
13287
|
$$self.$$set = $$props => {
|
@@ -13294,13 +13294,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
13294
13294
|
class IconCartShopping extends SvelteComponent {
|
13295
13295
|
constructor(options) {
|
13296
13296
|
super();
|
13297
|
-
init(this, options, instance$
|
13297
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
13298
13298
|
}
|
13299
13299
|
}
|
13300
13300
|
|
13301
13301
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
13302
13302
|
|
13303
|
-
function create_fragment$
|
13303
|
+
function create_fragment$v(ctx) {
|
13304
13304
|
let svg;
|
13305
13305
|
let path;
|
13306
13306
|
|
@@ -13343,7 +13343,7 @@ function create_fragment$u(ctx) {
|
|
13343
13343
|
};
|
13344
13344
|
}
|
13345
13345
|
|
13346
|
-
function instance$
|
13346
|
+
function instance$v($$self, $$props, $$invalidate) {
|
13347
13347
|
let { color } = $$props;
|
13348
13348
|
|
13349
13349
|
$$self.$$set = $$props => {
|
@@ -13356,13 +13356,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
13356
13356
|
class IconCircle extends SvelteComponent {
|
13357
13357
|
constructor(options) {
|
13358
13358
|
super();
|
13359
|
-
init(this, options, instance$
|
13359
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
13360
13360
|
}
|
13361
13361
|
}
|
13362
13362
|
|
13363
13363
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
13364
13364
|
|
13365
|
-
function create_fragment$
|
13365
|
+
function create_fragment$u(ctx) {
|
13366
13366
|
let svg;
|
13367
13367
|
let path;
|
13368
13368
|
|
@@ -13405,7 +13405,7 @@ function create_fragment$t(ctx) {
|
|
13405
13405
|
};
|
13406
13406
|
}
|
13407
13407
|
|
13408
|
-
function instance$
|
13408
|
+
function instance$u($$self, $$props, $$invalidate) {
|
13409
13409
|
let { color } = $$props;
|
13410
13410
|
|
13411
13411
|
$$self.$$set = $$props => {
|
@@ -13418,13 +13418,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
13418
13418
|
class IconCircleQuestion extends SvelteComponent {
|
13419
13419
|
constructor(options) {
|
13420
13420
|
super();
|
13421
|
-
init(this, options, instance$
|
13421
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
13422
13422
|
}
|
13423
13423
|
}
|
13424
13424
|
|
13425
13425
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
13426
13426
|
|
13427
|
-
function create_fragment$
|
13427
|
+
function create_fragment$t(ctx) {
|
13428
13428
|
let svg;
|
13429
13429
|
let path;
|
13430
13430
|
|
@@ -13467,7 +13467,7 @@ function create_fragment$s(ctx) {
|
|
13467
13467
|
};
|
13468
13468
|
}
|
13469
13469
|
|
13470
|
-
function instance$
|
13470
|
+
function instance$t($$self, $$props, $$invalidate) {
|
13471
13471
|
let { color } = $$props;
|
13472
13472
|
|
13473
13473
|
$$self.$$set = $$props => {
|
@@ -13480,13 +13480,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
13480
13480
|
class IconCheck extends SvelteComponent {
|
13481
13481
|
constructor(options) {
|
13482
13482
|
super();
|
13483
|
-
init(this, options, instance$
|
13483
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
13484
13484
|
}
|
13485
13485
|
}
|
13486
13486
|
|
13487
13487
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
13488
13488
|
|
13489
|
-
function create_fragment$
|
13489
|
+
function create_fragment$s(ctx) {
|
13490
13490
|
let svg;
|
13491
13491
|
let path;
|
13492
13492
|
|
@@ -13529,7 +13529,7 @@ function create_fragment$r(ctx) {
|
|
13529
13529
|
};
|
13530
13530
|
}
|
13531
13531
|
|
13532
|
-
function instance$
|
13532
|
+
function instance$s($$self, $$props, $$invalidate) {
|
13533
13533
|
let { color } = $$props;
|
13534
13534
|
|
13535
13535
|
$$self.$$set = $$props => {
|
@@ -13542,13 +13542,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
13542
13542
|
class IconXMark extends SvelteComponent {
|
13543
13543
|
constructor(options) {
|
13544
13544
|
super();
|
13545
|
-
init(this, options, instance$
|
13545
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
13546
13546
|
}
|
13547
13547
|
}
|
13548
13548
|
|
13549
13549
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
13550
13550
|
|
13551
|
-
function create_fragment$
|
13551
|
+
function create_fragment$r(ctx) {
|
13552
13552
|
let svg;
|
13553
13553
|
let path;
|
13554
13554
|
|
@@ -13591,7 +13591,7 @@ function create_fragment$q(ctx) {
|
|
13591
13591
|
};
|
13592
13592
|
}
|
13593
13593
|
|
13594
|
-
function instance$
|
13594
|
+
function instance$r($$self, $$props, $$invalidate) {
|
13595
13595
|
let { color } = $$props;
|
13596
13596
|
|
13597
13597
|
$$self.$$set = $$props => {
|
@@ -13604,13 +13604,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
13604
13604
|
class IconPaperPlane extends SvelteComponent {
|
13605
13605
|
constructor(options) {
|
13606
13606
|
super();
|
13607
|
-
init(this, options, instance$
|
13607
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
13608
13608
|
}
|
13609
13609
|
}
|
13610
13610
|
|
13611
13611
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
13612
13612
|
|
13613
|
-
function create_fragment$
|
13613
|
+
function create_fragment$q(ctx) {
|
13614
13614
|
let svg;
|
13615
13615
|
let path;
|
13616
13616
|
|
@@ -13653,7 +13653,7 @@ function create_fragment$p(ctx) {
|
|
13653
13653
|
};
|
13654
13654
|
}
|
13655
13655
|
|
13656
|
-
function instance$
|
13656
|
+
function instance$q($$self, $$props, $$invalidate) {
|
13657
13657
|
let { color } = $$props;
|
13658
13658
|
|
13659
13659
|
$$self.$$set = $$props => {
|
@@ -13666,13 +13666,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
13666
13666
|
class IconCopy extends SvelteComponent {
|
13667
13667
|
constructor(options) {
|
13668
13668
|
super();
|
13669
|
-
init(this, options, instance$
|
13669
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
13670
13670
|
}
|
13671
13671
|
}
|
13672
13672
|
|
13673
13673
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
13674
13674
|
|
13675
|
-
function create_fragment$
|
13675
|
+
function create_fragment$p(ctx) {
|
13676
13676
|
let svg;
|
13677
13677
|
let path;
|
13678
13678
|
|
@@ -13715,7 +13715,7 @@ function create_fragment$o(ctx) {
|
|
13715
13715
|
};
|
13716
13716
|
}
|
13717
13717
|
|
13718
|
-
function instance$
|
13718
|
+
function instance$p($$self, $$props, $$invalidate) {
|
13719
13719
|
let { color } = $$props;
|
13720
13720
|
|
13721
13721
|
$$self.$$set = $$props => {
|
@@ -13728,13 +13728,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
13728
13728
|
class IconCircleXMark extends SvelteComponent {
|
13729
13729
|
constructor(options) {
|
13730
13730
|
super();
|
13731
|
-
init(this, options, instance$
|
13731
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
13732
13732
|
}
|
13733
13733
|
}
|
13734
13734
|
|
13735
13735
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
13736
13736
|
|
13737
|
-
function create_fragment$
|
13737
|
+
function create_fragment$o(ctx) {
|
13738
13738
|
let svg;
|
13739
13739
|
let path;
|
13740
13740
|
|
@@ -13777,7 +13777,7 @@ function create_fragment$n(ctx) {
|
|
13777
13777
|
};
|
13778
13778
|
}
|
13779
13779
|
|
13780
|
-
function instance$
|
13780
|
+
function instance$o($$self, $$props, $$invalidate) {
|
13781
13781
|
let { color } = $$props;
|
13782
13782
|
|
13783
13783
|
$$self.$$set = $$props => {
|
@@ -13790,13 +13790,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
13790
13790
|
class IconHeart extends SvelteComponent {
|
13791
13791
|
constructor(options) {
|
13792
13792
|
super();
|
13793
|
-
init(this, options, instance$
|
13793
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
13794
13794
|
}
|
13795
13795
|
}
|
13796
13796
|
|
13797
13797
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
13798
13798
|
|
13799
|
-
function create_fragment$
|
13799
|
+
function create_fragment$n(ctx) {
|
13800
13800
|
let svg;
|
13801
13801
|
let path;
|
13802
13802
|
|
@@ -13839,7 +13839,7 @@ function create_fragment$m(ctx) {
|
|
13839
13839
|
};
|
13840
13840
|
}
|
13841
13841
|
|
13842
|
-
function instance$
|
13842
|
+
function instance$n($$self, $$props, $$invalidate) {
|
13843
13843
|
let { color } = $$props;
|
13844
13844
|
|
13845
13845
|
$$self.$$set = $$props => {
|
@@ -13852,13 +13852,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
13852
13852
|
class IconMagnifyingGrass extends SvelteComponent {
|
13853
13853
|
constructor(options) {
|
13854
13854
|
super();
|
13855
|
-
init(this, options, instance$
|
13855
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
13856
13856
|
}
|
13857
13857
|
}
|
13858
13858
|
|
13859
13859
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
13860
13860
|
|
13861
|
-
function create_fragment$
|
13861
|
+
function create_fragment$m(ctx) {
|
13862
13862
|
let svg;
|
13863
13863
|
let path;
|
13864
13864
|
|
@@ -13901,7 +13901,7 @@ function create_fragment$l(ctx) {
|
|
13901
13901
|
};
|
13902
13902
|
}
|
13903
13903
|
|
13904
|
-
function instance$
|
13904
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13905
13905
|
let { color } = $$props;
|
13906
13906
|
|
13907
13907
|
$$self.$$set = $$props => {
|
@@ -13914,13 +13914,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13914
13914
|
class IconStar extends SvelteComponent {
|
13915
13915
|
constructor(options) {
|
13916
13916
|
super();
|
13917
|
-
init(this, options, instance$
|
13917
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13918
13918
|
}
|
13919
13919
|
}
|
13920
13920
|
|
13921
13921
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
13922
13922
|
|
13923
|
-
function create_fragment$
|
13923
|
+
function create_fragment$l(ctx) {
|
13924
13924
|
let svg;
|
13925
13925
|
let path;
|
13926
13926
|
|
@@ -13963,7 +13963,7 @@ function create_fragment$k(ctx) {
|
|
13963
13963
|
};
|
13964
13964
|
}
|
13965
13965
|
|
13966
|
-
function instance$
|
13966
|
+
function instance$l($$self, $$props, $$invalidate) {
|
13967
13967
|
let { color } = $$props;
|
13968
13968
|
|
13969
13969
|
$$self.$$set = $$props => {
|
@@ -13976,13 +13976,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
13976
13976
|
class IconCircleInfo extends SvelteComponent {
|
13977
13977
|
constructor(options) {
|
13978
13978
|
super();
|
13979
|
-
init(this, options, instance$
|
13979
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
13980
13980
|
}
|
13981
13981
|
}
|
13982
13982
|
|
13983
13983
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13984
13984
|
|
13985
|
-
function create_fragment$
|
13985
|
+
function create_fragment$k(ctx) {
|
13986
13986
|
let svg;
|
13987
13987
|
let path;
|
13988
13988
|
|
@@ -14025,7 +14025,7 @@ function create_fragment$j(ctx) {
|
|
14025
14025
|
};
|
14026
14026
|
}
|
14027
14027
|
|
14028
|
-
function instance$
|
14028
|
+
function instance$k($$self, $$props, $$invalidate) {
|
14029
14029
|
let { color } = $$props;
|
14030
14030
|
|
14031
14031
|
$$self.$$set = $$props => {
|
@@ -14038,13 +14038,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
14038
14038
|
class IconEnvelope extends SvelteComponent {
|
14039
14039
|
constructor(options) {
|
14040
14040
|
super();
|
14041
|
-
init(this, options, instance$
|
14041
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
14042
14042
|
}
|
14043
14043
|
}
|
14044
14044
|
|
14045
14045
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
14046
14046
|
|
14047
|
-
function create_fragment$
|
14047
|
+
function create_fragment$j(ctx) {
|
14048
14048
|
let svg;
|
14049
14049
|
let path;
|
14050
14050
|
|
@@ -14087,7 +14087,7 @@ function create_fragment$i(ctx) {
|
|
14087
14087
|
};
|
14088
14088
|
}
|
14089
14089
|
|
14090
|
-
function instance$
|
14090
|
+
function instance$j($$self, $$props, $$invalidate) {
|
14091
14091
|
let { color } = $$props;
|
14092
14092
|
|
14093
14093
|
$$self.$$set = $$props => {
|
@@ -14100,13 +14100,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
14100
14100
|
class IconGift extends SvelteComponent {
|
14101
14101
|
constructor(options) {
|
14102
14102
|
super();
|
14103
|
-
init(this, options, instance$
|
14103
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
14104
14104
|
}
|
14105
14105
|
}
|
14106
14106
|
|
14107
14107
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
14108
14108
|
|
14109
|
-
function create_fragment$
|
14109
|
+
function create_fragment$i(ctx) {
|
14110
14110
|
let svg;
|
14111
14111
|
let path;
|
14112
14112
|
|
@@ -14155,7 +14155,7 @@ function create_fragment$h(ctx) {
|
|
14155
14155
|
};
|
14156
14156
|
}
|
14157
14157
|
|
14158
|
-
function instance$
|
14158
|
+
function instance$i($$self, $$props, $$invalidate) {
|
14159
14159
|
let { color } = $$props;
|
14160
14160
|
|
14161
14161
|
$$self.$$set = $$props => {
|
@@ -14168,13 +14168,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
14168
14168
|
class IconPaperclip extends SvelteComponent {
|
14169
14169
|
constructor(options) {
|
14170
14170
|
super();
|
14171
|
-
init(this, options, instance$
|
14171
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
14172
14172
|
}
|
14173
14173
|
}
|
14174
14174
|
|
14175
14175
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
14176
14176
|
|
14177
|
-
function create_fragment$
|
14177
|
+
function create_fragment$h(ctx) {
|
14178
14178
|
let svg;
|
14179
14179
|
let path;
|
14180
14180
|
|
@@ -14223,7 +14223,7 @@ function create_fragment$g(ctx) {
|
|
14223
14223
|
};
|
14224
14224
|
}
|
14225
14225
|
|
14226
|
-
function instance$
|
14226
|
+
function instance$h($$self, $$props, $$invalidate) {
|
14227
14227
|
let { color } = $$props;
|
14228
14228
|
|
14229
14229
|
$$self.$$set = $$props => {
|
@@ -14236,13 +14236,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
14236
14236
|
class IconFire extends SvelteComponent {
|
14237
14237
|
constructor(options) {
|
14238
14238
|
super();
|
14239
|
-
init(this, options, instance$
|
14239
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
14240
14240
|
}
|
14241
14241
|
}
|
14242
14242
|
|
14243
14243
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
14244
14244
|
|
14245
|
-
function create_fragment$
|
14245
|
+
function create_fragment$g(ctx) {
|
14246
14246
|
let svg;
|
14247
14247
|
let path;
|
14248
14248
|
|
@@ -14291,7 +14291,7 @@ function create_fragment$f(ctx) {
|
|
14291
14291
|
};
|
14292
14292
|
}
|
14293
14293
|
|
14294
|
-
function instance$
|
14294
|
+
function instance$g($$self, $$props, $$invalidate) {
|
14295
14295
|
let { color } = $$props;
|
14296
14296
|
|
14297
14297
|
$$self.$$set = $$props => {
|
@@ -14304,13 +14304,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
14304
14304
|
class IconLink extends SvelteComponent {
|
14305
14305
|
constructor(options) {
|
14306
14306
|
super();
|
14307
|
-
init(this, options, instance$
|
14307
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
14308
14308
|
}
|
14309
14309
|
}
|
14310
14310
|
|
14311
14311
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
14312
14312
|
|
14313
|
-
function create_fragment$
|
14313
|
+
function create_fragment$f(ctx) {
|
14314
14314
|
let svg;
|
14315
14315
|
let path;
|
14316
14316
|
|
@@ -14353,7 +14353,7 @@ function create_fragment$e(ctx) {
|
|
14353
14353
|
};
|
14354
14354
|
}
|
14355
14355
|
|
14356
|
-
function instance$
|
14356
|
+
function instance$f($$self, $$props, $$invalidate) {
|
14357
14357
|
let { color } = $$props;
|
14358
14358
|
|
14359
14359
|
$$self.$$set = $$props => {
|
@@ -14366,13 +14366,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
14366
14366
|
class IconBuildings extends SvelteComponent {
|
14367
14367
|
constructor(options) {
|
14368
14368
|
super();
|
14369
|
-
init(this, options, instance$
|
14369
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
14370
14370
|
}
|
14371
14371
|
}
|
14372
14372
|
|
14373
14373
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
14374
14374
|
|
14375
|
-
function create_fragment$
|
14375
|
+
function create_fragment$e(ctx) {
|
14376
14376
|
let svg;
|
14377
14377
|
let path;
|
14378
14378
|
|
@@ -14415,7 +14415,7 @@ function create_fragment$d(ctx) {
|
|
14415
14415
|
};
|
14416
14416
|
}
|
14417
14417
|
|
14418
|
-
function instance$
|
14418
|
+
function instance$e($$self, $$props, $$invalidate) {
|
14419
14419
|
let { color } = $$props;
|
14420
14420
|
|
14421
14421
|
$$self.$$set = $$props => {
|
@@ -14426,6 +14426,68 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
14426
14426
|
}
|
14427
14427
|
|
14428
14428
|
class IconChevronsRight extends SvelteComponent {
|
14429
|
+
constructor(options) {
|
14430
|
+
super();
|
14431
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
14432
|
+
}
|
14433
|
+
}
|
14434
|
+
|
14435
|
+
/* src/components-flex/icon/variants/IconChevronRight.svelte generated by Svelte v3.53.1 */
|
14436
|
+
|
14437
|
+
function create_fragment$d(ctx) {
|
14438
|
+
let svg;
|
14439
|
+
let path;
|
14440
|
+
|
14441
|
+
return {
|
14442
|
+
c() {
|
14443
|
+
svg = svg_element("svg");
|
14444
|
+
path = svg_element("path");
|
14445
|
+
this.h();
|
14446
|
+
},
|
14447
|
+
l(nodes) {
|
14448
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14449
|
+
var svg_nodes = children(svg);
|
14450
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14451
|
+
children(path).forEach(detach);
|
14452
|
+
svg_nodes.forEach(detach);
|
14453
|
+
this.h();
|
14454
|
+
},
|
14455
|
+
h() {
|
14456
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14457
|
+
attr(path, "d", "M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z");
|
14458
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14459
|
+
set_style(svg, "width", "100%");
|
14460
|
+
set_style(svg, "height", "100%");
|
14461
|
+
attr(svg, "viewBox", "0 0 320 512");
|
14462
|
+
},
|
14463
|
+
m(target, anchor) {
|
14464
|
+
insert_hydration(target, svg, anchor);
|
14465
|
+
append_hydration(svg, path);
|
14466
|
+
},
|
14467
|
+
p(ctx, [dirty]) {
|
14468
|
+
if (dirty & /*color*/ 1) {
|
14469
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14470
|
+
}
|
14471
|
+
},
|
14472
|
+
i: noop,
|
14473
|
+
o: noop,
|
14474
|
+
d(detaching) {
|
14475
|
+
if (detaching) detach(svg);
|
14476
|
+
}
|
14477
|
+
};
|
14478
|
+
}
|
14479
|
+
|
14480
|
+
function instance$d($$self, $$props, $$invalidate) {
|
14481
|
+
let { color } = $$props;
|
14482
|
+
|
14483
|
+
$$self.$$set = $$props => {
|
14484
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14485
|
+
};
|
14486
|
+
|
14487
|
+
return [color];
|
14488
|
+
}
|
14489
|
+
|
14490
|
+
class IconChevronRight extends SvelteComponent {
|
14429
14491
|
constructor(options) {
|
14430
14492
|
super();
|
14431
14493
|
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
@@ -14597,6 +14659,7 @@ const ICON_VARIANTS = {
|
|
14597
14659
|
cart_shopping: IconCartShopping,
|
14598
14660
|
check: IconCheck,
|
14599
14661
|
chevrons_right: IconChevronsRight,
|
14662
|
+
chevron_right: IconChevronRight,
|
14600
14663
|
circle: IconCircle,
|
14601
14664
|
circle_info: IconCircleInfo,
|
14602
14665
|
circle_question: IconCircleQuestion,
|
@@ -14868,44 +14931,34 @@ class Icon extends SvelteComponent {
|
|
14868
14931
|
|
14869
14932
|
const BUTTON_SIZE_STYLES = {
|
14870
14933
|
extra_small: {
|
14871
|
-
|
14872
|
-
|
14934
|
+
height: '32px',
|
14935
|
+
paddingLeft: '12px',
|
14936
|
+
paddingRight: '12px',
|
14873
14937
|
fontSize: '12px',
|
14874
|
-
paddingBlock: '8px',
|
14875
|
-
lineHeight: 1.5,
|
14876
|
-
borderRadius: '4px',
|
14877
14938
|
},
|
14878
14939
|
small: {
|
14879
|
-
|
14880
|
-
|
14940
|
+
height: '36px',
|
14941
|
+
paddingLeft: '16px',
|
14942
|
+
paddingRight: '16px',
|
14881
14943
|
fontSize: '13px',
|
14882
|
-
paddingBlock: '8px',
|
14883
|
-
lineHeight: 1.5,
|
14884
|
-
borderRadius: '4px',
|
14885
14944
|
},
|
14886
14945
|
medium: {
|
14887
|
-
|
14888
|
-
|
14946
|
+
height: '40px',
|
14947
|
+
paddingLeft: '24px',
|
14948
|
+
paddingRight: '24px',
|
14889
14949
|
fontSize: '14px',
|
14890
|
-
paddingBlock: '8px',
|
14891
|
-
lineHeight: 1.5,
|
14892
|
-
borderRadius: '4px',
|
14893
14950
|
},
|
14894
14951
|
large: {
|
14895
|
-
|
14896
|
-
|
14952
|
+
height: '48px',
|
14953
|
+
paddingLeft: '32px',
|
14954
|
+
paddingRight: '32px',
|
14897
14955
|
fontSize: '14px',
|
14898
|
-
paddingBlock: '10px',
|
14899
|
-
lineHeight: 1.5,
|
14900
|
-
borderRadius: '4px',
|
14901
14956
|
},
|
14902
14957
|
extra_large: {
|
14903
|
-
|
14904
|
-
|
14905
|
-
|
14906
|
-
|
14907
|
-
lineHeight: 1.5,
|
14908
|
-
borderRadius: '4px',
|
14958
|
+
height: '56px',
|
14959
|
+
paddingLeft: '40px',
|
14960
|
+
paddingRight: '40px',
|
14961
|
+
fontSize: '16px',
|
14909
14962
|
},
|
14910
14963
|
};
|
14911
14964
|
const BUTTON_THEME_STYLES = {
|
@@ -14959,7 +15012,9 @@ const BUTTON_ROUND_STYLES = {
|
|
14959
15012
|
none: {
|
14960
15013
|
borderRadius: 0,
|
14961
15014
|
},
|
14962
|
-
default: {
|
15015
|
+
default: {
|
15016
|
+
borderRadius: '4px',
|
15017
|
+
},
|
14963
15018
|
fulled: {
|
14964
15019
|
borderRadius: '56px',
|
14965
15020
|
},
|
@@ -15022,10 +15077,10 @@ function darkenColor(color, percent) {
|
|
15022
15077
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
15023
15078
|
|
15024
15079
|
function add_css$8(target) {
|
15025
|
-
append_styles(target, "svelte-
|
15080
|
+
append_styles(target, "svelte-jar2a9", ".button{background-color:var(--bg-color)}.button:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-jar2a9{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
15026
15081
|
}
|
15027
15082
|
|
15028
|
-
// (
|
15083
|
+
// (48:2) {#if props.isIcon && props.iconVariant}
|
15029
15084
|
function create_if_block$5(ctx) {
|
15030
15085
|
let div;
|
15031
15086
|
let icon;
|
@@ -15056,7 +15111,7 @@ function create_if_block$5(ctx) {
|
|
15056
15111
|
this.h();
|
15057
15112
|
},
|
15058
15113
|
h() {
|
15059
|
-
attr(div, "class", "button-icon svelte-
|
15114
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
15060
15115
|
},
|
15061
15116
|
m(target, anchor) {
|
15062
15117
|
insert_hydration(target, div, anchor);
|
@@ -15091,7 +15146,7 @@ function create_if_block$5(ctx) {
|
|
15091
15146
|
};
|
15092
15147
|
}
|
15093
15148
|
|
15094
|
-
// (
|
15149
|
+
// (47:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15095
15150
|
function create_default_slot$4(ctx) {
|
15096
15151
|
let t0;
|
15097
15152
|
let span;
|
@@ -15201,7 +15256,7 @@ function create_fragment$9(ctx) {
|
|
15201
15256
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15202
15257
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
15203
15258
|
|
15204
|
-
if (dirty & /*$$scope, props*/
|
15259
|
+
if (dirty & /*$$scope, props*/ 65) {
|
15205
15260
|
clickable_changes.$$scope = { dirty, ctx };
|
15206
15261
|
}
|
15207
15262
|
|
@@ -15228,6 +15283,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
15228
15283
|
let { props = {} } = $$props;
|
15229
15284
|
let { layerId = '' } = $$props;
|
15230
15285
|
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
15286
|
+
const buttonSizeStyle = BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size];
|
15231
15287
|
|
15232
15288
|
$$self.$$set = $$props => {
|
15233
15289
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -15255,14 +15311,19 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
15255
15311
|
color: props.color ?? buttonThemeStyle.color,
|
15256
15312
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15257
15313
|
cursor: 'pointer',
|
15258
|
-
|
15314
|
+
lineHeight: 1.5,
|
15259
15315
|
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
15260
15316
|
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
15261
15317
|
...props.iconAngle
|
15262
15318
|
? { flexDirection: props.iconAngle }
|
15263
15319
|
: {},
|
15320
|
+
height: props.height ?? buttonSizeStyle.height,
|
15321
|
+
paddingLeft: props.paddingLeft ?? buttonSizeStyle.paddingLeft,
|
15322
|
+
paddingRight: props.paddingRight ?? buttonSizeStyle.paddingRight,
|
15323
|
+
fontSize: props.fontSize ?? buttonSizeStyle.fontSize,
|
15264
15324
|
...toCssCommon(props),
|
15265
15325
|
...toCssBorder(props),
|
15326
|
+
...toCssShadow(props),
|
15266
15327
|
...variables
|
15267
15328
|
}));
|
15268
15329
|
}
|
@@ -15350,7 +15411,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
15350
15411
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
15351
15412
|
|
15352
15413
|
function add_css$7(target) {
|
15353
|
-
append_styles(target, "svelte-
|
15414
|
+
append_styles(target, "svelte-11hj92h", ".button-outlined{background-color:#ffffff}.button-outlined:hover{background-color:#f6f6f6}.button-outlined-icon.svelte-11hj92h{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
15354
15415
|
}
|
15355
15416
|
|
15356
15417
|
// (46:2) {#if props.isIcon && props.iconVariant}
|
@@ -15384,7 +15445,7 @@ function create_if_block$4(ctx) {
|
|
15384
15445
|
this.h();
|
15385
15446
|
},
|
15386
15447
|
h() {
|
15387
|
-
attr(div, "class", "button-outlined-icon svelte-
|
15448
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
15388
15449
|
},
|
15389
15450
|
m(target, anchor) {
|
15390
15451
|
insert_hydration(target, div, anchor);
|
@@ -15602,7 +15663,7 @@ class ButtonOutlined extends SvelteComponent {
|
|
15602
15663
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
15603
15664
|
|
15604
15665
|
function add_css$6(target) {
|
15605
|
-
append_styles(target, "svelte-
|
15666
|
+
append_styles(target, "svelte-z1kekb", ".flex-button-text-icon.svelte-z1kekb{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
15606
15667
|
}
|
15607
15668
|
|
15608
15669
|
// (99:2) {#if props.isIcon && props.iconVariant}
|
@@ -15634,7 +15695,7 @@ function create_if_block$3(ctx) {
|
|
15634
15695
|
this.h();
|
15635
15696
|
},
|
15636
15697
|
h() {
|
15637
|
-
attr(div, "class", "flex-button-text-icon svelte-
|
15698
|
+
attr(div, "class", "flex-button-text-icon svelte-z1kekb");
|
15638
15699
|
},
|
15639
15700
|
m(target, anchor) {
|
15640
15701
|
insert_hydration(target, div, anchor);
|
@@ -15934,7 +15995,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15934
15995
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15935
15996
|
|
15936
15997
|
function add_css$5(target) {
|
15937
|
-
append_styles(target, "svelte-
|
15998
|
+
append_styles(target, "svelte-12v1h9t", ".close-button.svelte-12v1h9t{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s, transform 0.12s}.close-button.svelte-12v1h9t:hover{transform:rotate(90deg)}.close-button-order-one.svelte-12v1h9t{order:1}.close-button-order-two.svelte-12v1h9t{order:2}");
|
15938
15999
|
}
|
15939
16000
|
|
15940
16001
|
// (93:2) {#if hasLabel}
|
@@ -15960,7 +16021,7 @@ function create_if_block$2(ctx) {
|
|
15960
16021
|
|
15961
16022
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
15962
16023
|
? 'close-button-order-one'
|
15963
|
-
: '') + " svelte-
|
16024
|
+
: '') + " svelte-12v1h9t");
|
15964
16025
|
},
|
15965
16026
|
m(target, anchor) {
|
15966
16027
|
insert_hydration(target, span, anchor);
|
@@ -16052,7 +16113,7 @@ function create_fragment$6(ctx) {
|
|
16052
16113
|
attr(svg, "fill", /*color*/ ctx[6]);
|
16053
16114
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
16054
16115
|
set_attributes(button, button_data);
|
16055
|
-
toggle_class(button, "svelte-
|
16116
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
16056
16117
|
},
|
16057
16118
|
m(target, anchor) {
|
16058
16119
|
insert_hydration(target, button, anchor);
|
@@ -16093,7 +16154,7 @@ function create_fragment$6(ctx) {
|
|
16093
16154
|
dataAttrStopPropagation('click')
|
16094
16155
|
]));
|
16095
16156
|
|
16096
|
-
toggle_class(button, "svelte-
|
16157
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
16097
16158
|
},
|
16098
16159
|
i: noop,
|
16099
16160
|
o: noop,
|
@@ -16221,7 +16282,7 @@ class CloseButton extends SvelteComponent {
|
|
16221
16282
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
16222
16283
|
|
16223
16284
|
function add_css$4(target) {
|
16224
|
-
append_styles(target, "svelte-
|
16285
|
+
append_styles(target, "svelte-1nwdvab", ".image-object.svelte-1nwdvab{width:100%;overflow:hidden}.image-img.svelte-1nwdvab{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
16225
16286
|
}
|
16226
16287
|
|
16227
16288
|
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
@@ -16247,9 +16308,9 @@ function create_default_slot$1(ctx) {
|
|
16247
16308
|
h() {
|
16248
16309
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
16249
16310
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
16250
|
-
attr(img, "class", "image-img svelte-
|
16311
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
16251
16312
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
16252
|
-
attr(object, "class", "image-object svelte-
|
16313
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
16253
16314
|
},
|
16254
16315
|
m(target, anchor) {
|
16255
16316
|
insert_hydration(target, object, anchor);
|
@@ -16531,7 +16592,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16531
16592
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16532
16593
|
|
16533
16594
|
function add_css$3(target) {
|
16534
|
-
append_styles(target, "svelte-
|
16595
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
16535
16596
|
}
|
16536
16597
|
|
16537
16598
|
function get_each_context(ctx, list, i) {
|
@@ -16666,7 +16727,7 @@ function create_fragment$3(ctx) {
|
|
16666
16727
|
this.h();
|
16667
16728
|
},
|
16668
16729
|
h() {
|
16669
|
-
attr(div0, "class", "container svelte-
|
16730
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
16670
16731
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16671
16732
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16672
16733
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -17045,7 +17106,7 @@ const TEXT_VARIANTS = {
|
|
17045
17106
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
17046
17107
|
|
17047
17108
|
function add_css$2(target) {
|
17048
|
-
append_styles(target, "svelte-
|
17109
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
17049
17110
|
}
|
17050
17111
|
|
17051
17112
|
function create_fragment$2(ctx) {
|
@@ -17069,7 +17130,7 @@ function create_fragment$2(ctx) {
|
|
17069
17130
|
},
|
17070
17131
|
h() {
|
17071
17132
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
17072
|
-
attr(p, "class", "text svelte-
|
17133
|
+
attr(p, "class", "text svelte-1vl0c87");
|
17073
17134
|
attr(p, "style", /*style*/ ctx[1]);
|
17074
17135
|
},
|
17075
17136
|
m(target, anchor) {
|
@@ -17161,7 +17222,7 @@ const LAYER_TEXT_SIZE = {
|
|
17161
17222
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
17162
17223
|
|
17163
17224
|
function add_css$1(target) {
|
17164
|
-
append_styles(target, "svelte-
|
17225
|
+
append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
17165
17226
|
}
|
17166
17227
|
|
17167
17228
|
// (14:0) {#if backgroundOverlay}
|
@@ -17182,7 +17243,7 @@ function create_if_block$1(ctx) {
|
|
17182
17243
|
this.h();
|
17183
17244
|
},
|
17184
17245
|
h() {
|
17185
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17246
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
17186
17247
|
},
|
17187
17248
|
m(target, anchor) {
|
17188
17249
|
insert_hydration(target, div, anchor);
|
@@ -17193,7 +17254,7 @@ function create_if_block$1(ctx) {
|
|
17193
17254
|
}
|
17194
17255
|
},
|
17195
17256
|
p(ctx, dirty) {
|
17196
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17257
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
17197
17258
|
attr(div, "class", div_class_value);
|
17198
17259
|
}
|
17199
17260
|
},
|
@@ -17269,10 +17330,10 @@ class BackgroundOverlay extends SvelteComponent {
|
|
17269
17330
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
17270
17331
|
|
17271
17332
|
function add_css(target) {
|
17272
|
-
append_styles(target, "svelte-
|
17333
|
+
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
17273
17334
|
}
|
17274
17335
|
|
17275
|
-
// (
|
17336
|
+
// (254:0) {:else}
|
17276
17337
|
function create_else_block(ctx) {
|
17277
17338
|
let backgroundoverlay;
|
17278
17339
|
let current;
|
@@ -17319,7 +17380,7 @@ function create_else_block(ctx) {
|
|
17319
17380
|
};
|
17320
17381
|
}
|
17321
17382
|
|
17322
|
-
// (
|
17383
|
+
// (243:24)
|
17323
17384
|
function create_if_block_2(ctx) {
|
17324
17385
|
let backgroundoverlay0;
|
17325
17386
|
let t;
|
@@ -17393,7 +17454,7 @@ function create_if_block_2(ctx) {
|
|
17393
17454
|
};
|
17394
17455
|
}
|
17395
17456
|
|
17396
|
-
// (
|
17457
|
+
// (241:0) {#if isPreview()}
|
17397
17458
|
function create_if_block_1(ctx) {
|
17398
17459
|
return {
|
17399
17460
|
c: noop,
|
@@ -17406,7 +17467,7 @@ function create_if_block_1(ctx) {
|
|
17406
17467
|
};
|
17407
17468
|
}
|
17408
17469
|
|
17409
|
-
// (
|
17470
|
+
// (257:0) {#if visible}
|
17410
17471
|
function create_if_block(ctx) {
|
17411
17472
|
let div;
|
17412
17473
|
let div_class_value;
|
@@ -17435,7 +17496,7 @@ function create_if_block(ctx) {
|
|
17435
17496
|
this.h();
|
17436
17497
|
},
|
17437
17498
|
h() {
|
17438
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17499
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
17439
17500
|
attr(div, "role", "dialog");
|
17440
17501
|
attr(div, "aria-modal", "true");
|
17441
17502
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -17468,7 +17529,7 @@ function create_if_block(ctx) {
|
|
17468
17529
|
}
|
17469
17530
|
}
|
17470
17531
|
|
17471
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17532
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
17472
17533
|
attr(div, "class", div_class_value);
|
17473
17534
|
}
|
17474
17535
|
},
|
@@ -17645,8 +17706,9 @@ function instance($$self, $$props, $$invalidate) {
|
|
17645
17706
|
let { closeEventValue = null } = $$props;
|
17646
17707
|
|
17647
17708
|
// モーダル背景の設定
|
17648
|
-
|
17709
|
+
placement && placement.backgroundOverlay !== undefined;
|
17649
17710
|
|
17711
|
+
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
17650
17712
|
let backgroundOverlayPC = DefaultModalPlacement.backgroundOverlay;
|
17651
17713
|
let backgroundOverlaySP = DefaultModalPlacement.backgroundOverlay;
|
17652
17714
|
|