@plaidev/karte-action-sdk 1.1.270-29170585.8999f4d3 → 1.1.270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.js +204 -204
- package/dist/index.es.js +204 -204
- package/meta/karte-action-sdk.api.json +10217 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3270,7 +3270,7 @@ var State_default = State$1;
|
|
3270
3270
|
//#endregion
|
3271
3271
|
//#region src/components/StateItem.svelte
|
3272
3272
|
function add_css$55(target) {
|
3273
|
-
append_styles(target, "svelte-
|
3273
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
3274
3274
|
}
|
3275
3275
|
function create_if_block$18(ctx) {
|
3276
3276
|
let div;
|
@@ -3284,7 +3284,7 @@ function create_if_block$18(ctx) {
|
|
3284
3284
|
t = space();
|
3285
3285
|
if (default_slot) default_slot.c();
|
3286
3286
|
attr(div, "data-state-path", ctx[0]);
|
3287
|
-
attr(div, "class", "state-item svelte-
|
3287
|
+
attr(div, "class", "state-item svelte-1amihue");
|
3288
3288
|
},
|
3289
3289
|
m(target, anchor) {
|
3290
3290
|
insert(target, div, anchor);
|
@@ -3564,7 +3564,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3564
3564
|
//#endregion
|
3565
3565
|
//#region src/components/BackgroundOverlay.svelte
|
3566
3566
|
function add_css$54(target) {
|
3567
|
-
append_styles(target, "svelte-
|
3567
|
+
append_styles(target, "svelte-g6ucc2", ".background.svelte-g6ucc2{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3568
3568
|
}
|
3569
3569
|
function create_if_block$17(ctx) {
|
3570
3570
|
let div;
|
@@ -3574,7 +3574,7 @@ function create_if_block$17(ctx) {
|
|
3574
3574
|
return {
|
3575
3575
|
c() {
|
3576
3576
|
div = element("div");
|
3577
|
-
attr(div, "class", div_class_value = null_to_empty(["background", ctx[1] || ""].join(" ")) + " svelte-
|
3577
|
+
attr(div, "class", div_class_value = null_to_empty(["background", ctx[1] || ""].join(" ")) + " svelte-g6ucc2");
|
3578
3578
|
},
|
3579
3579
|
m(target, anchor) {
|
3580
3580
|
insert(target, div, anchor);
|
@@ -3584,7 +3584,7 @@ function create_if_block$17(ctx) {
|
|
3584
3584
|
}
|
3585
3585
|
},
|
3586
3586
|
p(ctx$1, dirty) {
|
3587
|
-
if (dirty & 2 && div_class_value !== (div_class_value = null_to_empty(["background", ctx$1[1] || ""].join(" ")) + " svelte-
|
3587
|
+
if (dirty & 2 && div_class_value !== (div_class_value = null_to_empty(["background", ctx$1[1] || ""].join(" ")) + " svelte-g6ucc2")) attr(div, "class", div_class_value);
|
3588
3588
|
},
|
3589
3589
|
d(detaching) {
|
3590
3590
|
if (detaching) detach(div);
|
@@ -3682,7 +3682,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3682
3682
|
//#endregion
|
3683
3683
|
//#region src/components/Button.svelte
|
3684
3684
|
function add_css$53(target) {
|
3685
|
-
append_styles(target, "svelte-
|
3685
|
+
append_styles(target, "svelte-v86lim", ".button.svelte-v86lim{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0;text-align:inherit}.button.svelte-v86lim:link,.button.svelte-v86lim:visited,.button.svelte-v86lim:active,.button.svelte-v86lim:hover{color:inherit}");
|
3686
3686
|
}
|
3687
3687
|
function create_else_block$5(ctx) {
|
3688
3688
|
let button;
|
@@ -3703,7 +3703,7 @@ function create_else_block$5(ctx) {
|
|
3703
3703
|
button = element("button");
|
3704
3704
|
if (default_slot) default_slot.c();
|
3705
3705
|
set_attributes(button, button_data);
|
3706
|
-
toggle_class(button, "svelte-
|
3706
|
+
toggle_class(button, "svelte-v86lim", true);
|
3707
3707
|
},
|
3708
3708
|
m(target, anchor) {
|
3709
3709
|
insert(target, button, anchor);
|
@@ -3724,7 +3724,7 @@ function create_else_block$5(ctx) {
|
|
3724
3724
|
(!current || dirty & 2) && { style: ctx$1[1] },
|
3725
3725
|
dataAttrStopPropagation("click")
|
3726
3726
|
]));
|
3727
|
-
toggle_class(button, "svelte-
|
3727
|
+
toggle_class(button, "svelte-v86lim", true);
|
3728
3728
|
},
|
3729
3729
|
i(local) {
|
3730
3730
|
if (current) return;
|
@@ -3753,7 +3753,7 @@ function create_if_block_2$2(ctx) {
|
|
3753
3753
|
c() {
|
3754
3754
|
div = element("div");
|
3755
3755
|
if (default_slot) default_slot.c();
|
3756
|
-
attr(div, "class", div_class_value = null_to_empty(BUTTON_CLASS) + " svelte-
|
3756
|
+
attr(div, "class", div_class_value = null_to_empty(BUTTON_CLASS) + " svelte-v86lim");
|
3757
3757
|
attr(div, "style", ctx[1]);
|
3758
3758
|
},
|
3759
3759
|
m(target, anchor) {
|
@@ -3805,7 +3805,7 @@ function create_if_block_1$4(ctx) {
|
|
3805
3805
|
a = element("a");
|
3806
3806
|
if (default_slot) default_slot.c();
|
3807
3807
|
set_attributes(a, a_data);
|
3808
|
-
toggle_class(a, "svelte-
|
3808
|
+
toggle_class(a, "svelte-v86lim", true);
|
3809
3809
|
},
|
3810
3810
|
m(target, anchor) {
|
3811
3811
|
insert(target, a, anchor);
|
@@ -3827,7 +3827,7 @@ function create_if_block_1$4(ctx) {
|
|
3827
3827
|
(!current || dirty & 1 && a_target_value !== (a_target_value = ctx$1[0].args[1] === true ? "_blank" : null)) && { target: a_target_value },
|
3828
3828
|
dataAttrStopPropagation("click")
|
3829
3829
|
]));
|
3830
|
-
toggle_class(a, "svelte-
|
3830
|
+
toggle_class(a, "svelte-v86lim", true);
|
3831
3831
|
},
|
3832
3832
|
i(local) {
|
3833
3833
|
if (current) return;
|
@@ -3856,7 +3856,7 @@ function create_if_block$16(ctx) {
|
|
3856
3856
|
c() {
|
3857
3857
|
div = element("div");
|
3858
3858
|
if (default_slot) default_slot.c();
|
3859
|
-
attr(div, "class", div_class_value = BUTTON_CLASS + " _disabled svelte-
|
3859
|
+
attr(div, "class", div_class_value = BUTTON_CLASS + " _disabled svelte-v86lim");
|
3860
3860
|
attr(div, "style", ctx[1]);
|
3861
3861
|
},
|
3862
3862
|
m(target, anchor) {
|
@@ -4017,7 +4017,7 @@ var Button_default$1 = Button$1;
|
|
4017
4017
|
//#endregion
|
4018
4018
|
//#region src/components/Modal.svelte
|
4019
4019
|
function add_css$52(target) {
|
4020
|
-
append_styles(target, "svelte-
|
4020
|
+
append_styles(target, "svelte-1i2vo31", ".modal.svelte-1i2vo31{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1i2vo31 > .button{flex:auto;display:flex}.close.svelte-1i2vo31{position:absolute;top:0;right:0}.close.svelte-1i2vo31 > .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-1i2vo31 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1i2vo31{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-1i2vo31{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-1i2vo31{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}}");
|
4021
4021
|
}
|
4022
4022
|
function create_else_block$4(ctx) {
|
4023
4023
|
let backgroundoverlay;
|
@@ -4140,7 +4140,7 @@ function create_if_block$15(ctx) {
|
|
4140
4140
|
c() {
|
4141
4141
|
div = element("div");
|
4142
4142
|
create_component(button.$$.fragment);
|
4143
|
-
attr(div, "class", div_class_value = null_to_empty(["modal", ctx[3] ? "modal-bp" : ""].join(" ")) + " svelte-
|
4143
|
+
attr(div, "class", div_class_value = null_to_empty(["modal", ctx[3] ? "modal-bp" : ""].join(" ")) + " svelte-1i2vo31");
|
4144
4144
|
attr(div, "role", "dialog");
|
4145
4145
|
attr(div, "aria-modal", "true");
|
4146
4146
|
attr(div, "style", div_style_value = Array.from(ctx[23]).join(";"));
|
@@ -4162,7 +4162,7 @@ function create_if_block$15(ctx) {
|
|
4162
4162
|
ctx
|
4163
4163
|
};
|
4164
4164
|
button.$set(button_changes);
|
4165
|
-
if (!current || dirty[0] & 8 && div_class_value !== (div_class_value = null_to_empty(["modal", ctx[3] ? "modal-bp" : ""].join(" ")) + " svelte-
|
4165
|
+
if (!current || dirty[0] & 8 && div_class_value !== (div_class_value = null_to_empty(["modal", ctx[3] ? "modal-bp" : ""].join(" ")) + " svelte-1i2vo31")) attr(div, "class", div_class_value);
|
4166
4166
|
},
|
4167
4167
|
i(local) {
|
4168
4168
|
if (current) return;
|
@@ -4204,7 +4204,7 @@ function create_if_block_1$3(ctx) {
|
|
4204
4204
|
c() {
|
4205
4205
|
div = element("div");
|
4206
4206
|
create_component(button.$$.fragment);
|
4207
|
-
attr(div, "class", "close svelte-
|
4207
|
+
attr(div, "class", "close svelte-1i2vo31");
|
4208
4208
|
set_style(div, "z-index", ctx[22] + 1);
|
4209
4209
|
},
|
4210
4210
|
m(target, anchor) {
|
@@ -4281,7 +4281,7 @@ function create_default_slot$7(ctx) {
|
|
4281
4281
|
t = space();
|
4282
4282
|
div = element("div");
|
4283
4283
|
if (default_slot) default_slot.c();
|
4284
|
-
attr(div, "class", "modal-content svelte-
|
4284
|
+
attr(div, "class", "modal-content svelte-1i2vo31");
|
4285
4285
|
attr(div, "style", ctx[5]);
|
4286
4286
|
},
|
4287
4287
|
m(target, anchor) {
|
@@ -4765,7 +4765,7 @@ var Grid_default = Grid;
|
|
4765
4765
|
//#endregion
|
4766
4766
|
//#region src/components/GridItem.svelte
|
4767
4767
|
function add_css$51(target) {
|
4768
|
-
append_styles(target, "svelte-
|
4768
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
4769
4769
|
}
|
4770
4770
|
function create_fragment$88(ctx) {
|
4771
4771
|
let div1;
|
@@ -4778,8 +4778,8 @@ function create_fragment$88(ctx) {
|
|
4778
4778
|
div1 = element("div");
|
4779
4779
|
div0 = element("div");
|
4780
4780
|
if (default_slot) default_slot.c();
|
4781
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4782
|
-
attr(div1, "class", "grid-item svelte-
|
4781
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
4782
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
4783
4783
|
attr(div1, "data-element-id", ctx[0]);
|
4784
4784
|
attr(div1, "data-grid-item-id", ctx[0]);
|
4785
4785
|
attr(div1, "style", ctx[1]);
|
@@ -5015,7 +5015,7 @@ var RenderText_default = RenderText;
|
|
5015
5015
|
//#endregion
|
5016
5016
|
//#region src/components/TextElement.svelte
|
5017
5017
|
function add_css$50(target) {
|
5018
|
-
append_styles(target, "svelte-
|
5018
|
+
append_styles(target, "svelte-vz6867", ".text-element-wrapper.svelte-vz6867.svelte-vz6867{position:relative;height:100%}.text-element.svelte-vz6867.svelte-vz6867{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-vz6867.svelte-vz6867{text-decoration:none;color:inherit}.text-element-inner.svelte-vz6867.svelte-vz6867{width:100%;height:auto}.text-direction-vertical.svelte-vz6867.svelte-vz6867{writing-mode:vertical-rl}.text-direction-vertical.svelte-vz6867 .text-element-inner.svelte-vz6867{width:auto;height:100%}.tooltip.svelte-vz6867.svelte-vz6867{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-vz6867.svelte-vz6867:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-vz6867.svelte-vz6867{display:block}.tooltip-error.svelte-vz6867.svelte-vz6867{background-color:#c00}.tooltip-error.svelte-vz6867.svelte-vz6867:before{border-bottom:7px solid #c00}");
|
5019
5019
|
}
|
5020
5020
|
function create_else_block$2(ctx) {
|
5021
5021
|
let div1;
|
@@ -5029,8 +5029,8 @@ function create_else_block$2(ctx) {
|
|
5029
5029
|
div1 = element("div");
|
5030
5030
|
div0 = element("div");
|
5031
5031
|
create_component(rendertext.$$.fragment);
|
5032
|
-
attr(div0, "class", "text-element-inner svelte-
|
5033
|
-
attr(div1, "class", div1_class_value = null_to_empty(`text-element text-direction-${ctx[1]}`) + " svelte-
|
5032
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5033
|
+
attr(div1, "class", div1_class_value = null_to_empty(`text-element text-direction-${ctx[1]}`) + " svelte-vz6867");
|
5034
5034
|
attr(div1, "style", ctx[5]);
|
5035
5035
|
},
|
5036
5036
|
m(target, anchor) {
|
@@ -5043,7 +5043,7 @@ function create_else_block$2(ctx) {
|
|
5043
5043
|
const rendertext_changes = {};
|
5044
5044
|
if (dirty & 1) rendertext_changes.text = ctx$1[0];
|
5045
5045
|
rendertext.$set(rendertext_changes);
|
5046
|
-
if (!current || dirty & 2 && div1_class_value !== (div1_class_value = null_to_empty(`text-element text-direction-${ctx$1[1]}`) + " svelte-
|
5046
|
+
if (!current || dirty & 2 && div1_class_value !== (div1_class_value = null_to_empty(`text-element text-direction-${ctx$1[1]}`) + " svelte-vz6867")) attr(div1, "class", div1_class_value);
|
5047
5047
|
if (!current || dirty & 32) attr(div1, "style", ctx$1[5]);
|
5048
5048
|
},
|
5049
5049
|
i(local) {
|
@@ -5085,12 +5085,12 @@ function create_if_block$13(ctx) {
|
|
5085
5085
|
t2 = space();
|
5086
5086
|
div2 = element("div");
|
5087
5087
|
div2.textContent = "コピーできませんでした";
|
5088
|
-
attr(div0, "class", "text-element-inner svelte-
|
5088
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5089
5089
|
attr(a, "href", "");
|
5090
|
-
attr(a, "class", a_class_value = null_to_empty(`text-element text-link-element text-direction-${ctx[1]}`) + " svelte-
|
5090
|
+
attr(a, "class", a_class_value = null_to_empty(`text-element text-link-element text-direction-${ctx[1]}`) + " svelte-vz6867");
|
5091
5091
|
attr(a, "style", ctx[5]);
|
5092
|
-
attr(div1, "class", "tooltip svelte-
|
5093
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5092
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5093
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5094
5094
|
},
|
5095
5095
|
m(target, anchor) {
|
5096
5096
|
insert(target, a, anchor);
|
@@ -5112,7 +5112,7 @@ function create_if_block$13(ctx) {
|
|
5112
5112
|
const rendertext_changes = {};
|
5113
5113
|
if (dirty & 1) rendertext_changes.text = ctx$1[0];
|
5114
5114
|
rendertext.$set(rendertext_changes);
|
5115
|
-
if (!current || dirty & 2 && a_class_value !== (a_class_value = null_to_empty(`text-element text-link-element text-direction-${ctx$1[1]}`) + " svelte-
|
5115
|
+
if (!current || dirty & 2 && a_class_value !== (a_class_value = null_to_empty(`text-element text-link-element text-direction-${ctx$1[1]}`) + " svelte-vz6867")) attr(a, "class", a_class_value);
|
5116
5116
|
if (!current || dirty & 32) attr(a, "style", ctx$1[5]);
|
5117
5117
|
},
|
5118
5118
|
i(local) {
|
@@ -5155,7 +5155,7 @@ function create_fragment$86(ctx) {
|
|
5155
5155
|
c() {
|
5156
5156
|
div = element("div");
|
5157
5157
|
if_block.c();
|
5158
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5158
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5159
5159
|
},
|
5160
5160
|
m(target, anchor) {
|
5161
5161
|
insert(target, div, anchor);
|
@@ -5287,7 +5287,7 @@ var TextElement_default = TextElement;
|
|
5287
5287
|
//#endregion
|
5288
5288
|
//#region src/components/TextButtonElement.svelte
|
5289
5289
|
function add_css$49(target) {
|
5290
|
-
append_styles(target, "svelte-
|
5290
|
+
append_styles(target, "svelte-ujdxfc", ".text-button-element.svelte-ujdxfc{width:100%;height:100%}.text-button-element.svelte-ujdxfc > .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-ujdxfc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-ujdxfc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-ujdxfc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5291
5291
|
}
|
5292
5292
|
function create_default_slot$6(ctx) {
|
5293
5293
|
let rendertext;
|
@@ -5335,7 +5335,7 @@ function create_fragment$85(ctx) {
|
|
5335
5335
|
c() {
|
5336
5336
|
div = element("div");
|
5337
5337
|
create_component(button.$$.fragment);
|
5338
|
-
attr(div, "class", "text-button-element svelte-
|
5338
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5339
5339
|
},
|
5340
5340
|
m(target, anchor) {
|
5341
5341
|
insert(target, div, anchor);
|
@@ -5423,7 +5423,7 @@ var TextButtonElement_default = TextButtonElement;
|
|
5423
5423
|
//#endregion
|
5424
5424
|
//#region src/components/ImageElement.svelte
|
5425
5425
|
function add_css$48(target) {
|
5426
|
-
append_styles(target, "svelte-
|
5426
|
+
append_styles(target, "svelte-1sr8qs6", ".image-element.svelte-1sr8qs6{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1sr8qs6 > .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-1sr8qs6 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1sr8qs6 > .button:not(._disabled):hover,.image-element.transport.svelte-1sr8qs6 > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1),\n 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1sr8qs6{width:100%;height:100%}");
|
5427
5427
|
}
|
5428
5428
|
function create_default_slot$5(ctx) {
|
5429
5429
|
let img;
|
@@ -5432,7 +5432,7 @@ function create_default_slot$5(ctx) {
|
|
5432
5432
|
return {
|
5433
5433
|
c() {
|
5434
5434
|
img = element("img");
|
5435
|
-
attr(img, "class", "image svelte-
|
5435
|
+
attr(img, "class", "image svelte-1sr8qs6");
|
5436
5436
|
attr(img, "loading", "lazy");
|
5437
5437
|
attr(img, "width", "auto");
|
5438
5438
|
attr(img, "height", "auto");
|
@@ -5469,7 +5469,7 @@ function create_fragment$84(ctx) {
|
|
5469
5469
|
c() {
|
5470
5470
|
div = element("div");
|
5471
5471
|
create_component(button.$$.fragment);
|
5472
|
-
attr(div, "class", div_class_value = "image-element " + (ctx[2] ? " transport" : "") + " svelte-
|
5472
|
+
attr(div, "class", div_class_value = "image-element " + (ctx[2] ? " transport" : "") + " svelte-1sr8qs6");
|
5473
5473
|
},
|
5474
5474
|
m(target, anchor) {
|
5475
5475
|
insert(target, div, anchor);
|
@@ -5486,7 +5486,7 @@ function create_fragment$84(ctx) {
|
|
5486
5486
|
ctx: ctx$1
|
5487
5487
|
};
|
5488
5488
|
button.$set(button_changes);
|
5489
|
-
if (!current || dirty & 4 && div_class_value !== (div_class_value = "image-element " + (ctx$1[2] ? " transport" : "") + " svelte-
|
5489
|
+
if (!current || dirty & 4 && div_class_value !== (div_class_value = "image-element " + (ctx$1[2] ? " transport" : "") + " svelte-1sr8qs6")) attr(div, "class", div_class_value);
|
5490
5490
|
},
|
5491
5491
|
i(local) {
|
5492
5492
|
if (current) return;
|
@@ -5556,7 +5556,7 @@ var ImageElement_default = ImageElement;
|
|
5556
5556
|
//#endregion
|
5557
5557
|
//#region src/components/List.svelte
|
5558
5558
|
function add_css$47(target) {
|
5559
|
-
append_styles(target, "svelte-
|
5559
|
+
append_styles(target, "svelte-1t8r9z", ".list.svelte-1t8r9z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5560
5560
|
}
|
5561
5561
|
function create_fragment$83(ctx) {
|
5562
5562
|
let div;
|
@@ -5567,7 +5567,7 @@ function create_fragment$83(ctx) {
|
|
5567
5567
|
c() {
|
5568
5568
|
div = element("div");
|
5569
5569
|
if (default_slot) default_slot.c();
|
5570
|
-
attr(div, "class", "list svelte-
|
5570
|
+
attr(div, "class", "list svelte-1t8r9z");
|
5571
5571
|
attr(div, "style", ctx[0]);
|
5572
5572
|
},
|
5573
5573
|
m(target, anchor) {
|
@@ -5671,7 +5671,7 @@ var List_default$1 = List$1;
|
|
5671
5671
|
//#endregion
|
5672
5672
|
//#region src/components/ListItem.svelte
|
5673
5673
|
function add_css$46(target) {
|
5674
|
-
append_styles(target, "svelte-
|
5674
|
+
append_styles(target, "svelte-23stb2", ".list-item.svelte-23stb2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-23stb2 > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5675
5675
|
}
|
5676
5676
|
function create_default_slot$4(ctx) {
|
5677
5677
|
let current;
|
@@ -5719,7 +5719,7 @@ function create_fragment$82(ctx) {
|
|
5719
5719
|
c() {
|
5720
5720
|
div = element("div");
|
5721
5721
|
create_component(button.$$.fragment);
|
5722
|
-
attr(div, "class", "list-item svelte-
|
5722
|
+
attr(div, "class", "list-item svelte-23stb2");
|
5723
5723
|
attr(div, "style", ctx[3]);
|
5724
5724
|
},
|
5725
5725
|
m(target, anchor) {
|
@@ -5830,14 +5830,14 @@ var ListItem_default$1 = ListItem$1;
|
|
5830
5830
|
//#endregion
|
5831
5831
|
//#region src/components/EmbedElement.svelte
|
5832
5832
|
function add_css$45(target) {
|
5833
|
-
append_styles(target, "svelte-
|
5833
|
+
append_styles(target, "svelte-w6jkzh", ".embed.svelte-w6jkzh{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-w6jkzh iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
5834
5834
|
}
|
5835
5835
|
function create_fragment$81(ctx) {
|
5836
5836
|
let div;
|
5837
5837
|
return {
|
5838
5838
|
c() {
|
5839
5839
|
div = element("div");
|
5840
|
-
attr(div, "class", "embed svelte-
|
5840
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
5841
5841
|
attr(div, "style", ctx[1]);
|
5842
5842
|
},
|
5843
5843
|
m(target, anchor) {
|
@@ -5878,7 +5878,7 @@ var EmbedElement_default = EmbedElement;
|
|
5878
5878
|
//#endregion
|
5879
5879
|
//#region src/components/MovieYouTubeElement.svelte
|
5880
5880
|
function add_css$44(target) {
|
5881
|
-
append_styles(target, "svelte-
|
5881
|
+
append_styles(target, "svelte-191vmwt", ".embed.svelte-191vmwt{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-191vmwt iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5882
5882
|
}
|
5883
5883
|
function create_fragment$80(ctx) {
|
5884
5884
|
let div1;
|
@@ -5888,7 +5888,7 @@ function create_fragment$80(ctx) {
|
|
5888
5888
|
div1 = element("div");
|
5889
5889
|
div0 = element("div");
|
5890
5890
|
attr(div0, "class", "karte-player");
|
5891
|
-
attr(div1, "class", "embed svelte-
|
5891
|
+
attr(div1, "class", "embed svelte-191vmwt");
|
5892
5892
|
attr(div1, "style", ctx[0]);
|
5893
5893
|
},
|
5894
5894
|
m(target, anchor) {
|
@@ -6157,7 +6157,7 @@ var MovieYouTubeElement_default = MovieYouTubeElement;
|
|
6157
6157
|
//#endregion
|
6158
6158
|
//#region src/components/MovieVimeoElement.svelte
|
6159
6159
|
function add_css$43(target) {
|
6160
|
-
append_styles(target, "svelte-
|
6160
|
+
append_styles(target, "svelte-191vmwt", ".embed.svelte-191vmwt{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-191vmwt iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6161
6161
|
}
|
6162
6162
|
function create_fragment$79(ctx) {
|
6163
6163
|
let div1;
|
@@ -6167,7 +6167,7 @@ function create_fragment$79(ctx) {
|
|
6167
6167
|
div1 = element("div");
|
6168
6168
|
div0 = element("div");
|
6169
6169
|
attr(div0, "class", "karte-player");
|
6170
|
-
attr(div1, "class", "embed svelte-
|
6170
|
+
attr(div1, "class", "embed svelte-191vmwt");
|
6171
6171
|
attr(div1, "style", ctx[0]);
|
6172
6172
|
},
|
6173
6173
|
m(target, anchor) {
|
@@ -6311,7 +6311,7 @@ var MovieVimeoElement_default = MovieVimeoElement;
|
|
6311
6311
|
//#endregion
|
6312
6312
|
//#region src/components/FormTextarea.svelte
|
6313
6313
|
function add_css$42(target) {
|
6314
|
-
append_styles(target, "svelte-
|
6314
|
+
append_styles(target, "svelte-1h59ow8", ".textarea-wrapper.svelte-1h59ow8{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1h59ow8{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-1h59ow8::placeholder{color:var(--placeholder-color)}.textarea.svelte-1h59ow8:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6315
6315
|
}
|
6316
6316
|
function create_fragment$78(ctx) {
|
6317
6317
|
let div;
|
@@ -6322,12 +6322,12 @@ function create_fragment$78(ctx) {
|
|
6322
6322
|
c() {
|
6323
6323
|
div = element("div");
|
6324
6324
|
textarea = element("textarea");
|
6325
|
-
attr(textarea, "class", "textarea svelte-
|
6325
|
+
attr(textarea, "class", "textarea svelte-1h59ow8");
|
6326
6326
|
textarea.value = ctx[4];
|
6327
6327
|
textarea.required = ctx[1];
|
6328
6328
|
attr(textarea, "placeholder", ctx[0]);
|
6329
6329
|
attr(textarea, "style", ctx[3]);
|
6330
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6330
|
+
attr(div, "class", "textarea-wrapper svelte-1h59ow8");
|
6331
6331
|
attr(div, "style", ctx[2]);
|
6332
6332
|
},
|
6333
6333
|
m(target, anchor) {
|
@@ -6444,7 +6444,7 @@ var FormTextarea_default = FormTextarea;
|
|
6444
6444
|
//#endregion
|
6445
6445
|
//#region src/components/FormRadioButtons.svelte
|
6446
6446
|
function add_css$41(target) {
|
6447
|
-
append_styles(target, "svelte-
|
6447
|
+
append_styles(target, "svelte-2xsyuc", ".radio-buttons.svelte-2xsyuc{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-2xsyuc{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-2xsyuc{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-2xsyuc: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),\n 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-2xsyuc{margin-left:0.5em}");
|
6448
6448
|
}
|
6449
6449
|
function get_each_context$7(ctx, list, i) {
|
6450
6450
|
const child_ctx = ctx.slice();
|
@@ -6474,14 +6474,14 @@ function create_each_block$7(ctx) {
|
|
6474
6474
|
t1 = text(t1_value);
|
6475
6475
|
t2 = space();
|
6476
6476
|
attr(input, "type", "radio");
|
6477
|
-
attr(input, "class", "radio-button-input svelte-
|
6477
|
+
attr(input, "class", "radio-button-input svelte-2xsyuc");
|
6478
6478
|
attr(input, "style", ctx[5]);
|
6479
6479
|
attr(input, "name", ctx[0]);
|
6480
6480
|
input.value = input_value_value = ctx[17];
|
6481
6481
|
input.checked = input_checked_value = ctx[17] === ctx[3];
|
6482
|
-
attr(span, "class", "radio-button-text svelte-
|
6482
|
+
attr(span, "class", "radio-button-text svelte-2xsyuc");
|
6483
6483
|
attr(span, "style", span_style_value = `${ctx[2]} ${ctx[6]}`);
|
6484
|
-
attr(label, "class", "radio-button svelte-
|
6484
|
+
attr(label, "class", "radio-button svelte-2xsyuc");
|
6485
6485
|
},
|
6486
6486
|
m(target, anchor) {
|
6487
6487
|
insert(target, label, anchor);
|
@@ -6520,7 +6520,7 @@ function create_fragment$77(ctx) {
|
|
6520
6520
|
c() {
|
6521
6521
|
div = element("div");
|
6522
6522
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
6523
|
-
attr(div, "class", "radio-buttons svelte-
|
6523
|
+
attr(div, "class", "radio-buttons svelte-2xsyuc");
|
6524
6524
|
attr(div, "style", ctx[1]);
|
6525
6525
|
},
|
6526
6526
|
m(target, anchor) {
|
@@ -6653,7 +6653,7 @@ var FormRadioButtons_default = FormRadioButtons;
|
|
6653
6653
|
//#endregion
|
6654
6654
|
//#region src/components/FormSelect.svelte
|
6655
6655
|
function add_css$40(target) {
|
6656
|
-
append_styles(target, "svelte-
|
6656
|
+
append_styles(target, "svelte-1wd6ik7", ".select.svelte-1wd6ik7{width:100%;height:100%}.select-select.svelte-1wd6ik7{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-1wd6ik7: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-1wd6ik7{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}");
|
6657
6657
|
}
|
6658
6658
|
function get_each_context$6(ctx, list, i) {
|
6659
6659
|
const child_ctx = ctx.slice();
|
@@ -6760,10 +6760,10 @@ function create_fragment$76(ctx) {
|
|
6760
6760
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
6761
6761
|
t = space();
|
6762
6762
|
div0 = element("div");
|
6763
|
-
attr(select, "class", "select-select svelte-
|
6763
|
+
attr(select, "class", "select-select svelte-1wd6ik7");
|
6764
6764
|
attr(select, "style", ctx[3]);
|
6765
|
-
attr(div0, "class", "select-icon svelte-
|
6766
|
-
attr(div1, "class", "select svelte-
|
6765
|
+
attr(div0, "class", "select-icon svelte-1wd6ik7");
|
6766
|
+
attr(div1, "class", "select svelte-1wd6ik7");
|
6767
6767
|
attr(div1, "style", ctx[2]);
|
6768
6768
|
},
|
6769
6769
|
m(target, anchor) {
|
@@ -6917,7 +6917,7 @@ var FormSelect_default = FormSelect;
|
|
6917
6917
|
//#endregion
|
6918
6918
|
//#region src/components/FormCheckBoxes.svelte
|
6919
6919
|
function add_css$39(target) {
|
6920
|
-
append_styles(target, "svelte-
|
6920
|
+
append_styles(target, "svelte-1d0p9i", ".check-boxes.svelte-1d0p9i.svelte-1d0p9i{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1d0p9i.svelte-1d0p9i{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1d0p9i.svelte-1d0p9i{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1d0p9i.svelte-1d0p9i{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-1d0p9i.svelte-1d0p9i{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1d0p9i.svelte-1d0p9i: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-1d0p9i.svelte-1d0p9i{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1d0p9i .check-box-icon.svelte-1d0p9i:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1d0p9i.svelte-1d0p9i{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
6921
6921
|
}
|
6922
6922
|
function get_each_context$5(ctx, list, i) {
|
6923
6923
|
const child_ctx = ctx.slice();
|
@@ -6952,15 +6952,15 @@ function create_each_block$5(ctx) {
|
|
6952
6952
|
span2 = element("span");
|
6953
6953
|
t2 = text(t2_value);
|
6954
6954
|
t3 = space();
|
6955
|
-
attr(input, "class", "check-box-input svelte-
|
6955
|
+
attr(input, "class", "check-box-input svelte-1d0p9i");
|
6956
6956
|
attr(input, "type", "checkbox");
|
6957
6957
|
attr(input, "name", ctx[0]);
|
6958
6958
|
input.checked = input_checked_value = ctx[4][ctx[19]];
|
6959
|
-
attr(span0, "class", "check-box-icon svelte-
|
6960
|
-
attr(span1, "class", span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-
|
6961
|
-
attr(span2, "class", "check-box-text svelte-
|
6959
|
+
attr(span0, "class", "check-box-icon svelte-1d0p9i");
|
6960
|
+
attr(span1, "class", span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-1d0p9i");
|
6961
|
+
attr(span2, "class", "check-box-text svelte-1d0p9i");
|
6962
6962
|
attr(span2, "style", span2_style_value = `${ctx[2]} ${ctx[6]}`);
|
6963
|
-
attr(label, "class", "check-box svelte-
|
6963
|
+
attr(label, "class", "check-box svelte-1d0p9i");
|
6964
6964
|
attr(label, "style", ctx[5]);
|
6965
6965
|
},
|
6966
6966
|
m(target, anchor) {
|
@@ -6982,7 +6982,7 @@ function create_each_block$5(ctx) {
|
|
6982
6982
|
ctx = new_ctx;
|
6983
6983
|
if (dirty & 1) attr(input, "name", ctx[0]);
|
6984
6984
|
if (dirty & 16 && input_checked_value !== (input_checked_value = ctx[4][ctx[19]])) input.checked = input_checked_value;
|
6985
|
-
if (dirty & 16 && span1_class_value !== (span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-
|
6985
|
+
if (dirty & 16 && span1_class_value !== (span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-1d0p9i")) attr(span1, "class", span1_class_value);
|
6986
6986
|
if (dirty & 8 && t2_value !== (t2_value = ctx[17] + "")) set_data(t2, t2_value);
|
6987
6987
|
if (dirty & 4 && span2_style_value !== (span2_style_value = `${ctx[2]} ${ctx[6]}`)) attr(span2, "style", span2_style_value);
|
6988
6988
|
if (dirty & 32) attr(label, "style", ctx[5]);
|
@@ -7003,7 +7003,7 @@ function create_fragment$75(ctx) {
|
|
7003
7003
|
c() {
|
7004
7004
|
div = element("div");
|
7005
7005
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
7006
|
-
attr(div, "class", "check-boxes svelte-
|
7006
|
+
attr(div, "class", "check-boxes svelte-1d0p9i");
|
7007
7007
|
attr(div, "style", ctx[1]);
|
7008
7008
|
},
|
7009
7009
|
m(target, anchor) {
|
@@ -7144,7 +7144,7 @@ var FormCheckBoxes_default = FormCheckBoxes;
|
|
7144
7144
|
//#endregion
|
7145
7145
|
//#region src/components/FormRatingButtonsNumber.svelte
|
7146
7146
|
function add_css$38(target) {
|
7147
|
-
append_styles(target, "svelte-
|
7147
|
+
append_styles(target, "svelte-174s36d", ".rating-buttons.svelte-174s36d{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-174s36d{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s,\n box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7148
7148
|
}
|
7149
7149
|
function get_each_context$4(ctx, list, i) {
|
7150
7150
|
const child_ctx = ctx.slice();
|
@@ -7164,7 +7164,7 @@ function create_each_block$4(ctx) {
|
|
7164
7164
|
button = element("button");
|
7165
7165
|
t0 = text(t0_value);
|
7166
7166
|
t1 = space();
|
7167
|
-
attr(button, "class", "rating-button svelte-
|
7167
|
+
attr(button, "class", "rating-button svelte-174s36d");
|
7168
7168
|
attr(button, "style", button_style_value = ctx[5](ctx[14] === ctx[2]));
|
7169
7169
|
},
|
7170
7170
|
m(target, anchor) {
|
@@ -7199,7 +7199,7 @@ function create_fragment$74(ctx) {
|
|
7199
7199
|
c() {
|
7200
7200
|
div = element("div");
|
7201
7201
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
7202
|
-
attr(div, "class", "rating-buttons svelte-
|
7202
|
+
attr(div, "class", "rating-buttons svelte-174s36d");
|
7203
7203
|
},
|
7204
7204
|
m(target, anchor) {
|
7205
7205
|
insert(target, div, anchor);
|
@@ -7310,7 +7310,7 @@ var FormRatingButtonsNumber_default = FormRatingButtonsNumber;
|
|
7310
7310
|
//#endregion
|
7311
7311
|
//#region src/components/FormRatingButtonsFace.svelte
|
7312
7312
|
function add_css$37(target) {
|
7313
|
-
append_styles(target, "svelte-
|
7313
|
+
append_styles(target, "svelte-rp39i", ".rating-buttons.svelte-rp39i{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-rp39i{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-rp39i{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-rp39i:not(._active){filter:grayscale(100%)}");
|
7314
7314
|
}
|
7315
7315
|
function get_each_context$3(ctx, list, i) {
|
7316
7316
|
const child_ctx = ctx.slice();
|
@@ -7332,9 +7332,9 @@ function create_each_block$3(ctx) {
|
|
7332
7332
|
img = element("img");
|
7333
7333
|
t = space();
|
7334
7334
|
if (!src_url_equal(img.src, img_src_value = ctx[2][ctx[10]])) attr(img, "src", img_src_value);
|
7335
|
-
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-
|
7335
|
+
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-rp39i");
|
7336
7336
|
attr(img, "alt", img_alt_value = "rate" + ctx[10]);
|
7337
|
-
attr(button, "class", "rating-button svelte-
|
7337
|
+
attr(button, "class", "rating-button svelte-rp39i");
|
7338
7338
|
attr(button, "style", ctx[0]);
|
7339
7339
|
},
|
7340
7340
|
m(target, anchor) {
|
@@ -7348,7 +7348,7 @@ function create_each_block$3(ctx) {
|
|
7348
7348
|
},
|
7349
7349
|
p(new_ctx, dirty) {
|
7350
7350
|
ctx = new_ctx;
|
7351
|
-
if (dirty & 2 && img_class_value !== (img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-
|
7351
|
+
if (dirty & 2 && img_class_value !== (img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-rp39i")) attr(img, "class", img_class_value);
|
7352
7352
|
if (dirty & 1) attr(button, "style", ctx[0]);
|
7353
7353
|
},
|
7354
7354
|
d(detaching) {
|
@@ -7367,7 +7367,7 @@ function create_fragment$73(ctx) {
|
|
7367
7367
|
c() {
|
7368
7368
|
div = element("div");
|
7369
7369
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
7370
|
-
attr(div, "class", "rating-buttons svelte-
|
7370
|
+
attr(div, "class", "rating-buttons svelte-rp39i");
|
7371
7371
|
},
|
7372
7372
|
m(target, anchor) {
|
7373
7373
|
insert(target, div, anchor);
|
@@ -7464,7 +7464,7 @@ var FormRatingButtonsFace_default = FormRatingButtonsFace;
|
|
7464
7464
|
//#endregion
|
7465
7465
|
//#region src/components/FormIdentifyInput.svelte
|
7466
7466
|
function add_css$36(target) {
|
7467
|
-
append_styles(target, "svelte-
|
7467
|
+
append_styles(target, "svelte-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{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-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5: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-f14zo5{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
7468
7468
|
}
|
7469
7469
|
function create_fragment$72(ctx) {
|
7470
7470
|
let div;
|
@@ -7476,13 +7476,13 @@ function create_fragment$72(ctx) {
|
|
7476
7476
|
c() {
|
7477
7477
|
div = element("div");
|
7478
7478
|
input = element("input");
|
7479
|
-
attr(input, "class", input_class_value = null_to_empty(["input", ctx[3] ? "" : "_error"].join(" ")) + " svelte-
|
7479
|
+
attr(input, "class", input_class_value = null_to_empty(["input", ctx[3] ? "" : "_error"].join(" ")) + " svelte-f14zo5");
|
7480
7480
|
attr(input, "type", "text");
|
7481
7481
|
input.value = ctx[2];
|
7482
7482
|
input.required = ctx[0];
|
7483
7483
|
attr(input, "placeholder", ctx[1]);
|
7484
7484
|
attr(input, "style", ctx[5]);
|
7485
|
-
attr(div, "class", "input-wrapper svelte-
|
7485
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
7486
7486
|
attr(div, "style", ctx[4]);
|
7487
7487
|
},
|
7488
7488
|
m(target, anchor) {
|
@@ -7494,7 +7494,7 @@ function create_fragment$72(ctx) {
|
|
7494
7494
|
}
|
7495
7495
|
},
|
7496
7496
|
p(ctx$1, [dirty]) {
|
7497
|
-
if (dirty & 8 && input_class_value !== (input_class_value = null_to_empty(["input", ctx$1[3] ? "" : "_error"].join(" ")) + " svelte-
|
7497
|
+
if (dirty & 8 && input_class_value !== (input_class_value = null_to_empty(["input", ctx$1[3] ? "" : "_error"].join(" ")) + " svelte-f14zo5")) attr(input, "class", input_class_value);
|
7498
7498
|
if (dirty & 4 && input.value !== ctx$1[2]) input.value = ctx$1[2];
|
7499
7499
|
if (dirty & 1) input.required = ctx$1[0];
|
7500
7500
|
if (dirty & 2) attr(input, "placeholder", ctx$1[1]);
|
@@ -7632,7 +7632,7 @@ var FormIdentifyInput_default = FormIdentifyInput;
|
|
7632
7632
|
//#endregion
|
7633
7633
|
//#region src/components/FormIdentifyChoices.svelte
|
7634
7634
|
function add_css$35(target) {
|
7635
|
-
append_styles(target, "svelte-
|
7635
|
+
append_styles(target, "svelte-2xsyuc", ".radio-buttons.svelte-2xsyuc{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-2xsyuc{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-2xsyuc{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-2xsyuc: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),\n 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-2xsyuc{margin-left:0.5em}");
|
7636
7636
|
}
|
7637
7637
|
function create_fragment$71(ctx) {
|
7638
7638
|
let div;
|
@@ -7668,20 +7668,20 @@ function create_fragment$71(ctx) {
|
|
7668
7668
|
span1 = element("span");
|
7669
7669
|
t4 = text("いいえ");
|
7670
7670
|
attr(input0, "type", "radio");
|
7671
|
-
attr(input0, "class", "radio-button-input svelte-
|
7671
|
+
attr(input0, "class", "radio-button-input svelte-2xsyuc");
|
7672
7672
|
attr(input0, "style", ctx[2]);
|
7673
7673
|
input0.checked = input0_checked_value = ctx[3] === true;
|
7674
|
-
attr(span0, "class", "radio-button-text svelte-
|
7674
|
+
attr(span0, "class", "radio-button-text svelte-2xsyuc");
|
7675
7675
|
attr(span0, "style", span0_style_value = `${ctx[1]} ${ctx[4]}`);
|
7676
|
-
attr(label0, "class", "radio-button svelte-
|
7676
|
+
attr(label0, "class", "radio-button svelte-2xsyuc");
|
7677
7677
|
attr(input1, "type", "radio");
|
7678
|
-
attr(input1, "class", "radio-button-input svelte-
|
7678
|
+
attr(input1, "class", "radio-button-input svelte-2xsyuc");
|
7679
7679
|
attr(input1, "style", ctx[2]);
|
7680
7680
|
input1.checked = input1_checked_value = ctx[3] === false;
|
7681
|
-
attr(span1, "class", "radio-button-text svelte-
|
7681
|
+
attr(span1, "class", "radio-button-text svelte-2xsyuc");
|
7682
7682
|
attr(span1, "style", span1_style_value = `${ctx[1]} ${ctx[4]}`);
|
7683
|
-
attr(label1, "class", "radio-button svelte-
|
7684
|
-
attr(div, "class", "radio-buttons svelte-
|
7683
|
+
attr(label1, "class", "radio-button svelte-2xsyuc");
|
7684
|
+
attr(div, "class", "radio-buttons svelte-2xsyuc");
|
7685
7685
|
attr(div, "style", ctx[0]);
|
7686
7686
|
},
|
7687
7687
|
m(target, anchor) {
|
@@ -7810,7 +7810,7 @@ var FormIdentifyChoices_default = FormIdentifyChoices;
|
|
7810
7810
|
//#endregion
|
7811
7811
|
//#region src/components/Slide.svelte
|
7812
7812
|
function add_css$34(target) {
|
7813
|
-
append_styles(target, "svelte-
|
7813
|
+
append_styles(target, "svelte-ckssyz", ".root.svelte-ckssyz{width:100%;height:100%;position:relative}.container.svelte-ckssyz{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ckssyz{height:100%;position:absolute;display:flex}.transition.svelte-ckssyz{transition:left 0.2s cubic-bezier(0.04, 0.67, 0.53, 0.96)}.item.svelte-ckssyz{height:100%;flex:none}.prev-button-container.svelte-ckssyz,.next-button-container.svelte-ckssyz{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ckssyz{left:0}.next-button-container.svelte-ckssyz{right:0}.move-button.svelte-ckssyz{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ckssyz{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ckssyz{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ckssyz{border-radius:51%}");
|
7814
7814
|
}
|
7815
7815
|
function get_each_context$2(ctx, list, i) {
|
7816
7816
|
const child_ctx = ctx.slice();
|
@@ -7835,9 +7835,9 @@ function create_if_block_1$2(ctx) {
|
|
7835
7835
|
attr(svg, "viewBox", "0 0 10 16");
|
7836
7836
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7837
7837
|
attr(svg, "style", ctx[10]);
|
7838
|
-
attr(button, "class", "move-button svelte-
|
7838
|
+
attr(button, "class", "move-button svelte-ckssyz");
|
7839
7839
|
attr(button, "style", ctx[9]);
|
7840
|
-
attr(div, "class", "prev-button-container svelte-
|
7840
|
+
attr(div, "class", "prev-button-container svelte-ckssyz");
|
7841
7841
|
},
|
7842
7842
|
m(target, anchor) {
|
7843
7843
|
insert(target, div, anchor);
|
@@ -7877,9 +7877,9 @@ function create_if_block$11(ctx) {
|
|
7877
7877
|
attr(svg, "viewBox", "0 0 10 16");
|
7878
7878
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7879
7879
|
attr(svg, "style", ctx[8]);
|
7880
|
-
attr(button, "class", "move-button svelte-
|
7880
|
+
attr(button, "class", "move-button svelte-ckssyz");
|
7881
7881
|
attr(button, "style", ctx[7]);
|
7882
|
-
attr(div, "class", "next-button-container svelte-
|
7882
|
+
attr(div, "class", "next-button-container svelte-ckssyz");
|
7883
7883
|
},
|
7884
7884
|
m(target, anchor) {
|
7885
7885
|
insert(target, div, anchor);
|
@@ -7917,9 +7917,9 @@ function create_each_block$2(ctx) {
|
|
7917
7917
|
button = element("button");
|
7918
7918
|
div = element("div");
|
7919
7919
|
t = space();
|
7920
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7920
|
+
attr(div, "class", "navigation-item-inner circle svelte-ckssyz");
|
7921
7921
|
attr(div, "style", div_style_value = ctx[5](ctx[63]));
|
7922
|
-
attr(button, "class", "navigation-item svelte-
|
7922
|
+
attr(button, "class", "navigation-item svelte-ckssyz");
|
7923
7923
|
attr(button, "style", ctx[6]);
|
7924
7924
|
},
|
7925
7925
|
m(target, anchor) {
|
@@ -7976,14 +7976,14 @@ function create_fragment$70(ctx) {
|
|
7976
7976
|
t2 = space();
|
7977
7977
|
div2 = element("div");
|
7978
7978
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
7979
|
-
attr(div0, "class", div0_class_value = null_to_empty(ctx[13]) + " svelte-
|
7979
|
+
attr(div0, "class", div0_class_value = null_to_empty(ctx[13]) + " svelte-ckssyz");
|
7980
7980
|
attr(div0, "style", ctx[14]);
|
7981
|
-
attr(div1, "class", "container svelte-
|
7981
|
+
attr(div1, "class", "container svelte-ckssyz");
|
7982
7982
|
attr(div1, "style", ctx[0]);
|
7983
|
-
attr(div2, "class", "navigation svelte-
|
7983
|
+
attr(div2, "class", "navigation svelte-ckssyz");
|
7984
7984
|
attr(div2, "style", ctx[4]);
|
7985
7985
|
set_attributes(div3, div3_data);
|
7986
|
-
toggle_class(div3, "svelte-
|
7986
|
+
toggle_class(div3, "svelte-ckssyz", true);
|
7987
7987
|
},
|
7988
7988
|
m(target, anchor) {
|
7989
7989
|
insert(target, div3, anchor);
|
@@ -8005,7 +8005,7 @@ function create_fragment$70(ctx) {
|
|
8005
8005
|
if (default_slot) {
|
8006
8006
|
if (default_slot.p && (!current || dirty[1] & 1)) update_slot_base(default_slot, default_slot_template, ctx$1, ctx$1[31], !current ? get_all_dirty_from_scope(ctx$1[31]) : get_slot_changes(default_slot_template, ctx$1[31], dirty, null), null);
|
8007
8007
|
}
|
8008
|
-
if (!current || dirty[0] & 8192 && div0_class_value !== (div0_class_value = null_to_empty(ctx$1[13]) + " svelte-
|
8008
|
+
if (!current || dirty[0] & 8192 && div0_class_value !== (div0_class_value = null_to_empty(ctx$1[13]) + " svelte-ckssyz")) attr(div0, "class", div0_class_value);
|
8009
8009
|
if (!current || dirty[0] & 16384) attr(div0, "style", ctx$1[14]);
|
8010
8010
|
if (!current || dirty[0] & 1) attr(div1, "style", ctx$1[0]);
|
8011
8011
|
if (ctx$1[12]) if (if_block0) if_block0.p(ctx$1, dirty);
|
@@ -8045,7 +8045,7 @@ function create_fragment$70(ctx) {
|
|
8045
8045
|
}
|
8046
8046
|
if (!current || dirty[0] & 16) attr(div2, "style", ctx$1[4]);
|
8047
8047
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation("click")]));
|
8048
|
-
toggle_class(div3, "svelte-
|
8048
|
+
toggle_class(div3, "svelte-ckssyz", true);
|
8049
8049
|
},
|
8050
8050
|
i(local) {
|
8051
8051
|
if (current) return;
|
@@ -8437,7 +8437,7 @@ var Slide_default = Slide;
|
|
8437
8437
|
//#endregion
|
8438
8438
|
//#region src/components/SlideItem.svelte
|
8439
8439
|
function add_css$33(target) {
|
8440
|
-
append_styles(target, "svelte-
|
8440
|
+
append_styles(target, "svelte-1ost6ns", ".item.svelte-1ost6ns{height:100%;flex:none;position:relative}.item.svelte-1ost6ns img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1ost6ns{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
8441
8441
|
}
|
8442
8442
|
function create_fragment$69(ctx) {
|
8443
8443
|
let div1;
|
@@ -8450,9 +8450,9 @@ function create_fragment$69(ctx) {
|
|
8450
8450
|
div1 = element("div");
|
8451
8451
|
div0 = element("div");
|
8452
8452
|
if (default_slot) default_slot.c();
|
8453
|
-
attr(div0, "class", "item-inner svelte-
|
8453
|
+
attr(div0, "class", "item-inner svelte-1ost6ns");
|
8454
8454
|
attr(div0, "style", ctx[0]);
|
8455
|
-
attr(div1, "class", "item svelte-
|
8455
|
+
attr(div1, "class", "item svelte-1ost6ns");
|
8456
8456
|
attr(div1, "style", ctx[1]);
|
8457
8457
|
},
|
8458
8458
|
m(target, anchor) {
|
@@ -8540,7 +8540,7 @@ var SlideItem_default = SlideItem;
|
|
8540
8540
|
//#endregion
|
8541
8541
|
//#region src/components/Countdown.svelte
|
8542
8542
|
function add_css$32(target) {
|
8543
|
-
append_styles(target, "svelte-
|
8543
|
+
append_styles(target, "svelte-t87l6f", ".countdown.svelte-t87l6f{position:relative;width:100%;height:100%}.countdown-inner.svelte-t87l6f{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
8544
8544
|
}
|
8545
8545
|
const get_default_slot_changes$1 = (dirty) => ({ countdown: dirty & 2 });
|
8546
8546
|
const get_default_slot_context$1 = (ctx) => ({ countdown: ctx[1] });
|
@@ -8555,9 +8555,9 @@ function create_fragment$68(ctx) {
|
|
8555
8555
|
div1 = element("div");
|
8556
8556
|
div0 = element("div");
|
8557
8557
|
if (default_slot) default_slot.c();
|
8558
|
-
attr(div0, "class", "countdown-inner svelte-
|
8558
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
8559
8559
|
attr(div0, "style", ctx[0]);
|
8560
|
-
attr(div1, "class", "countdown svelte-
|
8560
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
8561
8561
|
},
|
8562
8562
|
m(target, anchor) {
|
8563
8563
|
insert(target, div1, anchor);
|
@@ -8664,7 +8664,7 @@ var Countdown_default = Countdown;
|
|
8664
8664
|
//#endregion
|
8665
8665
|
//#region src/components/Box.svelte
|
8666
8666
|
function add_css$31(target) {
|
8667
|
-
append_styles(target, "svelte-
|
8667
|
+
append_styles(target, "svelte-1c91vpe", ".box.svelte-1c91vpe{position:relative;width:100%;height:100%}.box.svelte-1c91vpe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
8668
8668
|
}
|
8669
8669
|
function create_default_slot$3(ctx) {
|
8670
8670
|
let current;
|
@@ -8712,7 +8712,7 @@ function create_fragment$67(ctx) {
|
|
8712
8712
|
c() {
|
8713
8713
|
div = element("div");
|
8714
8714
|
create_component(button.$$.fragment);
|
8715
|
-
attr(div, "class", "box svelte-
|
8715
|
+
attr(div, "class", "box svelte-1c91vpe");
|
8716
8716
|
},
|
8717
8717
|
m(target, anchor) {
|
8718
8718
|
insert(target, div, anchor);
|
@@ -8782,7 +8782,7 @@ var Box_default = Box;
|
|
8782
8782
|
//#endregion
|
8783
8783
|
//#region src/components/IconElement.svelte
|
8784
8784
|
function add_css$30(target) {
|
8785
|
-
append_styles(target, "svelte-
|
8785
|
+
append_styles(target, "svelte-1u97eku", ".icon.svelte-1u97eku{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1u97eku > .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-1u97eku > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1u97eku svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
8786
8786
|
}
|
8787
8787
|
function create_if_block$10(ctx) {
|
8788
8788
|
let html_tag;
|
@@ -8851,7 +8851,7 @@ function create_fragment$66(ctx) {
|
|
8851
8851
|
c() {
|
8852
8852
|
div = element("div");
|
8853
8853
|
create_component(button.$$.fragment);
|
8854
|
-
attr(div, "class", "icon svelte-
|
8854
|
+
attr(div, "class", "icon svelte-1u97eku");
|
8855
8855
|
},
|
8856
8856
|
m(target, anchor) {
|
8857
8857
|
insert(target, div, anchor);
|
@@ -8948,7 +8948,7 @@ var IconElement_default = IconElement;
|
|
8948
8948
|
//#endregion
|
8949
8949
|
//#region src/components/CodeElement.svelte
|
8950
8950
|
function add_css$29(target) {
|
8951
|
-
append_styles(target, "svelte-
|
8951
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
8952
8952
|
}
|
8953
8953
|
function create_fragment$65(ctx) {
|
8954
8954
|
let div;
|
@@ -8966,7 +8966,7 @@ function create_fragment$65(ctx) {
|
|
8966
8966
|
c() {
|
8967
8967
|
div = element("div");
|
8968
8968
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
8969
|
-
attr(div, "class", "codeElement svelte-
|
8969
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
8970
8970
|
attr(div, "style", ctx[3]);
|
8971
8971
|
},
|
8972
8972
|
m(target, anchor) {
|
@@ -9049,7 +9049,7 @@ var CodeElement_default = CodeElement;
|
|
9049
9049
|
//#endregion
|
9050
9050
|
//#region src/components/Flex.svelte
|
9051
9051
|
function add_css$28(target) {
|
9052
|
-
append_styles(target, "svelte-
|
9052
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
9053
9053
|
}
|
9054
9054
|
function create_fragment$64(ctx) {
|
9055
9055
|
let div;
|
@@ -9061,7 +9061,7 @@ function create_fragment$64(ctx) {
|
|
9061
9061
|
c() {
|
9062
9062
|
div = element("div");
|
9063
9063
|
if (default_slot) default_slot.c();
|
9064
|
-
attr(div, "class", "flex svelte-
|
9064
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
9065
9065
|
attr(div, "style", div_style_value = "width:" + ctx[1] + "; height:" + ctx[2] + "; flex-direction:" + ctx[0] + "; " + ctx[3]);
|
9066
9066
|
},
|
9067
9067
|
m(target, anchor) {
|
@@ -9133,7 +9133,7 @@ var Flex_default = Flex;
|
|
9133
9133
|
//#endregion
|
9134
9134
|
//#region src/components/FlexItem.svelte
|
9135
9135
|
function add_css$27(target) {
|
9136
|
-
append_styles(target, "svelte-
|
9136
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9137
9137
|
}
|
9138
9138
|
function create_fragment$63(ctx) {
|
9139
9139
|
let div;
|
@@ -9144,7 +9144,7 @@ function create_fragment$63(ctx) {
|
|
9144
9144
|
c() {
|
9145
9145
|
div = element("div");
|
9146
9146
|
if (default_slot) default_slot.c();
|
9147
|
-
attr(div, "class", "flex-item svelte-
|
9147
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
9148
9148
|
attr(div, "style", ctx[0]);
|
9149
9149
|
},
|
9150
9150
|
m(target, anchor) {
|
@@ -9494,7 +9494,7 @@ var GridModalState_default = GridModalState;
|
|
9494
9494
|
//#endregion
|
9495
9495
|
//#region src/components/TextBlock.svelte
|
9496
9496
|
function add_css$26(target) {
|
9497
|
-
append_styles(target, "svelte-
|
9497
|
+
append_styles(target, "svelte-akic2e", ".text-block.svelte-akic2e.svelte-akic2e{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-akic2e.svelte-akic2e{width:100%;height:auto}.text-direction-vertical.svelte-akic2e.svelte-akic2e{writing-mode:vertical-rl}.text-direction-vertical.svelte-akic2e .text-block-inner.svelte-akic2e{width:auto;height:100%}");
|
9498
9498
|
}
|
9499
9499
|
function create_fragment$61(ctx) {
|
9500
9500
|
let div1;
|
@@ -9508,8 +9508,8 @@ function create_fragment$61(ctx) {
|
|
9508
9508
|
div1 = element("div");
|
9509
9509
|
div0 = element("div");
|
9510
9510
|
create_component(rendertext.$$.fragment);
|
9511
|
-
attr(div0, "class", "text-block-inner svelte-
|
9512
|
-
attr(div1, "class", div1_class_value = null_to_empty(`text-block text-direction-${ctx[1]}`) + " svelte-
|
9511
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
9512
|
+
attr(div1, "class", div1_class_value = null_to_empty(`text-block text-direction-${ctx[1]}`) + " svelte-akic2e");
|
9513
9513
|
attr(div1, "style", ctx[2]);
|
9514
9514
|
},
|
9515
9515
|
m(target, anchor) {
|
@@ -9522,7 +9522,7 @@ function create_fragment$61(ctx) {
|
|
9522
9522
|
const rendertext_changes = {};
|
9523
9523
|
if (dirty & 1) rendertext_changes.text = ctx$1[0];
|
9524
9524
|
rendertext.$set(rendertext_changes);
|
9525
|
-
if (!current || dirty & 2 && div1_class_value !== (div1_class_value = null_to_empty(`text-block text-direction-${ctx$1[1]}`) + " svelte-
|
9525
|
+
if (!current || dirty & 2 && div1_class_value !== (div1_class_value = null_to_empty(`text-block text-direction-${ctx$1[1]}`) + " svelte-akic2e")) attr(div1, "class", div1_class_value);
|
9526
9526
|
if (!current || dirty & 4) attr(div1, "style", ctx$1[2]);
|
9527
9527
|
},
|
9528
9528
|
i(local) {
|
@@ -9584,7 +9584,7 @@ var TextBlock_default = TextBlock;
|
|
9584
9584
|
//#endregion
|
9585
9585
|
//#region src/components/TextButtonBlock.svelte
|
9586
9586
|
function add_css$25(target) {
|
9587
|
-
append_styles(target, "svelte-
|
9587
|
+
append_styles(target, "svelte-1c34p4n", ".text-button-block.svelte-1c34p4n{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-1c34p4n{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-1c34p4n:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1c34p4n:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
9588
9588
|
}
|
9589
9589
|
function create_fragment$60(ctx) {
|
9590
9590
|
let div;
|
@@ -9599,9 +9599,9 @@ function create_fragment$60(ctx) {
|
|
9599
9599
|
div = element("div");
|
9600
9600
|
button = element("button");
|
9601
9601
|
create_component(rendertext.$$.fragment);
|
9602
|
-
attr(button, "class", "text-button svelte-
|
9602
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
9603
9603
|
attr(button, "style", ctx[1]);
|
9604
|
-
attr(div, "class", "text-button-block svelte-
|
9604
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
9605
9605
|
attr(div, "style", ctx[2]);
|
9606
9606
|
},
|
9607
9607
|
m(target, anchor) {
|
@@ -9691,7 +9691,7 @@ var TextButtonBlock_default = TextButtonBlock;
|
|
9691
9691
|
//#endregion
|
9692
9692
|
//#region src/components/ImageBlock.svelte
|
9693
9693
|
function add_css$24(target) {
|
9694
|
-
append_styles(target, "svelte-
|
9694
|
+
append_styles(target, "svelte-1mdlmt1", ".image-block.svelte-1mdlmt1{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-1mdlmt1{width:100%;height:100%}.transport.svelte-1mdlmt1:hover,.transport.svelte-1mdlmt1:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1),\n 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
9695
9695
|
}
|
9696
9696
|
function create_fragment$59(ctx) {
|
9697
9697
|
let div;
|
@@ -9705,14 +9705,14 @@ function create_fragment$59(ctx) {
|
|
9705
9705
|
c() {
|
9706
9706
|
div = element("div");
|
9707
9707
|
img = element("img");
|
9708
|
-
attr(img, "class", "image svelte-
|
9708
|
+
attr(img, "class", "image svelte-1mdlmt1");
|
9709
9709
|
attr(img, "loading", "lazy");
|
9710
9710
|
attr(img, "width", "auto");
|
9711
9711
|
attr(img, "height", "auto");
|
9712
9712
|
attr(img, "style", img_style_value = `${ctx[4]} object-fit: ${ctx[3]};`);
|
9713
9713
|
if (!src_url_equal(img.src, img_src_value = ctx[0])) attr(img, "src", img_src_value);
|
9714
9714
|
attr(img, "alt", ctx[1]);
|
9715
|
-
attr(div, "class", div_class_value = null_to_empty("image-block" + (ctx[2] ? " transport" : "")) + " svelte-
|
9715
|
+
attr(div, "class", div_class_value = null_to_empty("image-block" + (ctx[2] ? " transport" : "")) + " svelte-1mdlmt1");
|
9716
9716
|
attr(div, "style", ctx[5]);
|
9717
9717
|
},
|
9718
9718
|
m(target, anchor) {
|
@@ -9727,7 +9727,7 @@ function create_fragment$59(ctx) {
|
|
9727
9727
|
if (dirty & 24 && img_style_value !== (img_style_value = `${ctx$1[4]} object-fit: ${ctx$1[3]};`)) attr(img, "style", img_style_value);
|
9728
9728
|
if (dirty & 1 && !src_url_equal(img.src, img_src_value = ctx$1[0])) attr(img, "src", img_src_value);
|
9729
9729
|
if (dirty & 2) attr(img, "alt", ctx$1[1]);
|
9730
|
-
if (dirty & 4 && div_class_value !== (div_class_value = null_to_empty("image-block" + (ctx$1[2] ? " transport" : "")) + " svelte-
|
9730
|
+
if (dirty & 4 && div_class_value !== (div_class_value = null_to_empty("image-block" + (ctx$1[2] ? " transport" : "")) + " svelte-1mdlmt1")) attr(div, "class", div_class_value);
|
9731
9731
|
if (dirty & 32) attr(div, "style", ctx$1[5]);
|
9732
9732
|
},
|
9733
9733
|
i: noop,
|
@@ -10183,7 +10183,7 @@ const AVATAR_SIZE_STYLES = {
|
|
10183
10183
|
//#endregion
|
10184
10184
|
//#region src/components-flex/avatar/Avatar.svelte
|
10185
10185
|
function add_css$23(target) {
|
10186
|
-
append_styles(target, "svelte-
|
10186
|
+
append_styles(target, "svelte-ukoxdl", ".avatar.svelte-ukoxdl{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0;background:none;padding:0;margin:0;text-align:left;-webkit-appearance:none}");
|
10187
10187
|
}
|
10188
10188
|
function create_dynamic_element$11(ctx) {
|
10189
10189
|
let svelte_element;
|
@@ -10205,12 +10205,12 @@ function create_dynamic_element$11(ctx) {
|
|
10205
10205
|
svelte_element = element(ctx[5]);
|
10206
10206
|
img = element("img");
|
10207
10207
|
if (!src_url_equal(img.src, img_src_value = ctx[0].image)) attr(img, "src", img_src_value);
|
10208
|
-
attr(img, "class", "avatar-image svelte-
|
10208
|
+
attr(img, "class", "avatar-image svelte-ukoxdl");
|
10209
10209
|
attr(img, "alt", img_alt_value = ctx[0].alt);
|
10210
10210
|
attr(img, "style", ctx[2]);
|
10211
10211
|
if (/-/.test(ctx[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
10212
10212
|
else set_attributes(svelte_element, svelte_element_data);
|
10213
|
-
toggle_class(svelte_element, "svelte-
|
10213
|
+
toggle_class(svelte_element, "svelte-ukoxdl", true);
|
10214
10214
|
},
|
10215
10215
|
m(target, anchor) {
|
10216
10216
|
insert(target, svelte_element, anchor);
|
@@ -10232,7 +10232,7 @@ function create_dynamic_element$11(ctx) {
|
|
10232
10232
|
]);
|
10233
10233
|
if (/-/.test(ctx$1[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
10234
10234
|
else set_attributes(svelte_element, svelte_element_data);
|
10235
|
-
toggle_class(svelte_element, "svelte-
|
10235
|
+
toggle_class(svelte_element, "svelte-ukoxdl", true);
|
10236
10236
|
},
|
10237
10237
|
d(detaching) {
|
10238
10238
|
if (detaching) detach(svelte_element);
|
@@ -11862,7 +11862,7 @@ const ICON_VARIANTS = {
|
|
11862
11862
|
//#endregion
|
11863
11863
|
//#region src/components-flex/icon/Icon.svelte
|
11864
11864
|
function add_css$22(target) {
|
11865
|
-
append_styles(target, "svelte-
|
11865
|
+
append_styles(target, "svelte-p9biz5", ".icon.svelte-p9biz5{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none;border:0;background:none;padding:0;margin:0;text-align:left;-webkit-appearance:none}");
|
11866
11866
|
}
|
11867
11867
|
function create_dynamic_element$10(ctx) {
|
11868
11868
|
let svelte_element;
|
@@ -11889,7 +11889,7 @@ function create_dynamic_element$10(ctx) {
|
|
11889
11889
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
11890
11890
|
if (/-/.test(ctx[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
11891
11891
|
else set_attributes(svelte_element, svelte_element_data);
|
11892
|
-
toggle_class(svelte_element, "svelte-
|
11892
|
+
toggle_class(svelte_element, "svelte-p9biz5", true);
|
11893
11893
|
},
|
11894
11894
|
m(target, anchor) {
|
11895
11895
|
insert(target, svelte_element, anchor);
|
@@ -11927,7 +11927,7 @@ function create_dynamic_element$10(ctx) {
|
|
11927
11927
|
]);
|
11928
11928
|
if (/-/.test(ctx$1[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
11929
11929
|
else set_attributes(svelte_element, svelte_element_data);
|
11930
|
-
toggle_class(svelte_element, "svelte-
|
11930
|
+
toggle_class(svelte_element, "svelte-p9biz5", true);
|
11931
11931
|
},
|
11932
11932
|
i(local) {
|
11933
11933
|
if (current) return;
|
@@ -12204,7 +12204,7 @@ function darkenColor(color, percent) {
|
|
12204
12204
|
//#endregion
|
12205
12205
|
//#region src/components-flex/button/Button.svelte
|
12206
12206
|
function add_css$21(target) {
|
12207
|
-
append_styles(target, "svelte-
|
12207
|
+
append_styles(target, "svelte-1r0w5wn", ".button.svelte-1r0w5wn{display:inline-flex;gap:0.8em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;color:var(--color);border-color:var(--border-color);background-color:var(--bg-color)}.button.svelte-1r0w5wn:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-1r0w5wn{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
12208
12208
|
}
|
12209
12209
|
function create_if_block$9(ctx) {
|
12210
12210
|
let div;
|
@@ -12220,7 +12220,7 @@ function create_if_block$9(ctx) {
|
|
12220
12220
|
c() {
|
12221
12221
|
div = element("div");
|
12222
12222
|
create_component(icon.$$.fragment);
|
12223
|
-
attr(div, "class", "button-icon svelte-
|
12223
|
+
attr(div, "class", "button-icon svelte-1r0w5wn");
|
12224
12224
|
},
|
12225
12225
|
m(target, anchor) {
|
12226
12226
|
insert(target, div, anchor);
|
@@ -12281,7 +12281,7 @@ function create_dynamic_element$9(ctx) {
|
|
12281
12281
|
attr(span, "class", "button-label");
|
12282
12282
|
if (/-/.test(ctx[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
12283
12283
|
else set_attributes(svelte_element, svelte_element_data);
|
12284
|
-
toggle_class(svelte_element, "svelte-
|
12284
|
+
toggle_class(svelte_element, "svelte-1r0w5wn", true);
|
12285
12285
|
},
|
12286
12286
|
m(target, anchor) {
|
12287
12287
|
insert(target, svelte_element, anchor);
|
@@ -12322,7 +12322,7 @@ function create_dynamic_element$9(ctx) {
|
|
12322
12322
|
]);
|
12323
12323
|
if (/-/.test(ctx$1[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
12324
12324
|
else set_attributes(svelte_element, svelte_element_data);
|
12325
|
-
toggle_class(svelte_element, "svelte-
|
12325
|
+
toggle_class(svelte_element, "svelte-1r0w5wn", true);
|
12326
12326
|
},
|
12327
12327
|
i(local) {
|
12328
12328
|
if (current) return;
|
@@ -12572,7 +12572,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
12572
12572
|
//#endregion
|
12573
12573
|
//#region src/components-flex/button-outlined/ButtonOutlined.svelte
|
12574
12574
|
function add_css$20(target) {
|
12575
|
-
append_styles(target, "svelte-
|
12575
|
+
append_styles(target, "svelte-1rh4w8l", ".button-outlined.svelte-1rh4w8l{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-1rh4w8l:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-1rh4w8l{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
12576
12576
|
}
|
12577
12577
|
function create_if_block$8(ctx) {
|
12578
12578
|
let div;
|
@@ -12588,7 +12588,7 @@ function create_if_block$8(ctx) {
|
|
12588
12588
|
c() {
|
12589
12589
|
div = element("div");
|
12590
12590
|
create_component(icon.$$.fragment);
|
12591
|
-
attr(div, "class", "button-outlined-icon svelte-
|
12591
|
+
attr(div, "class", "button-outlined-icon svelte-1rh4w8l");
|
12592
12592
|
},
|
12593
12593
|
m(target, anchor) {
|
12594
12594
|
insert(target, div, anchor);
|
@@ -12645,10 +12645,10 @@ function create_dynamic_element$8(ctx) {
|
|
12645
12645
|
t0 = space();
|
12646
12646
|
span = element("span");
|
12647
12647
|
t1 = text(t1_value);
|
12648
|
-
attr(span, "class", "button-outlined-label svelte-
|
12648
|
+
attr(span, "class", "button-outlined-label svelte-1rh4w8l");
|
12649
12649
|
if (/-/.test(ctx[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
12650
12650
|
else set_attributes(svelte_element, svelte_element_data);
|
12651
|
-
toggle_class(svelte_element, "svelte-
|
12651
|
+
toggle_class(svelte_element, "svelte-1rh4w8l", true);
|
12652
12652
|
},
|
12653
12653
|
m(target, anchor) {
|
12654
12654
|
insert(target, svelte_element, anchor);
|
@@ -12688,7 +12688,7 @@ function create_dynamic_element$8(ctx) {
|
|
12688
12688
|
]);
|
12689
12689
|
if (/-/.test(ctx$1[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
12690
12690
|
else set_attributes(svelte_element, svelte_element_data);
|
12691
|
-
toggle_class(svelte_element, "svelte-
|
12691
|
+
toggle_class(svelte_element, "svelte-1rh4w8l", true);
|
12692
12692
|
},
|
12693
12693
|
i(local) {
|
12694
12694
|
if (current) return;
|
@@ -12870,7 +12870,7 @@ const getButtonTextThemeStyles = getPropStyles(callback$2);
|
|
12870
12870
|
//#endregion
|
12871
12871
|
//#region src/components-flex/button-text/ButtonText.svelte
|
12872
12872
|
function add_css$19(target) {
|
12873
|
-
append_styles(target, "svelte-
|
12873
|
+
append_styles(target, "svelte-1qz2qn", ".button-text.svelte-1qz2qn{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-1qz2qn:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-1qz2qn{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
12874
12874
|
}
|
12875
12875
|
function create_if_block$7(ctx) {
|
12876
12876
|
let div;
|
@@ -12886,7 +12886,7 @@ function create_if_block$7(ctx) {
|
|
12886
12886
|
c() {
|
12887
12887
|
div = element("div");
|
12888
12888
|
create_component(icon.$$.fragment);
|
12889
|
-
attr(div, "class", "button-text-icon svelte-
|
12889
|
+
attr(div, "class", "button-text-icon svelte-1qz2qn");
|
12890
12890
|
},
|
12891
12891
|
m(target, anchor) {
|
12892
12892
|
insert(target, div, anchor);
|
@@ -12943,10 +12943,10 @@ function create_dynamic_element$7(ctx) {
|
|
12943
12943
|
t0 = space();
|
12944
12944
|
span = element("span");
|
12945
12945
|
t1 = text(t1_value);
|
12946
|
-
attr(span, "class", "button-text-label svelte-
|
12946
|
+
attr(span, "class", "button-text-label svelte-1qz2qn");
|
12947
12947
|
if (/-/.test(ctx[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
12948
12948
|
else set_attributes(svelte_element, svelte_element_data);
|
12949
|
-
toggle_class(svelte_element, "svelte-
|
12949
|
+
toggle_class(svelte_element, "svelte-1qz2qn", true);
|
12950
12950
|
},
|
12951
12951
|
m(target, anchor) {
|
12952
12952
|
insert(target, svelte_element, anchor);
|
@@ -12986,7 +12986,7 @@ function create_dynamic_element$7(ctx) {
|
|
12986
12986
|
]);
|
12987
12987
|
if (/-/.test(ctx$1[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
12988
12988
|
else set_attributes(svelte_element, svelte_element_data);
|
12989
|
-
toggle_class(svelte_element, "svelte-
|
12989
|
+
toggle_class(svelte_element, "svelte-1qz2qn", true);
|
12990
12990
|
},
|
12991
12991
|
i(local) {
|
12992
12992
|
if (current) return;
|
@@ -13136,7 +13136,7 @@ const getTextThemeStyles = getPropStyles(callback$1);
|
|
13136
13136
|
//#endregion
|
13137
13137
|
//#region src/components-flex/close-button/CloseButton.svelte
|
13138
13138
|
function add_css$18(target) {
|
13139
|
-
append_styles(target, "svelte-
|
13139
|
+
append_styles(target, "svelte-1g4i8zi", ".close-button.svelte-1g4i8zi.svelte-1g4i8zi{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;flex-shrink:0;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s}.close-button.svelte-1g4i8zi svg.svelte-1g4i8zi{transition:transform 0.12s}.close-button.svelte-1g4i8zi:hover svg.svelte-1g4i8zi{transform:rotate(90deg)}.close-button-order-one.svelte-1g4i8zi.svelte-1g4i8zi{order:1}.close-button-order-two.svelte-1g4i8zi.svelte-1g4i8zi{order:2}");
|
13140
13140
|
}
|
13141
13141
|
function create_if_block$6(ctx) {
|
13142
13142
|
let span;
|
@@ -13147,7 +13147,7 @@ function create_if_block$6(ctx) {
|
|
13147
13147
|
span = element("span");
|
13148
13148
|
t = text(ctx[9]);
|
13149
13149
|
attr(span, "style", ctx[2]);
|
13150
|
-
attr(span, "class", span_class_value = "close-button-label " + (ctx[10] ? "close-button-order-one" : "") + " svelte-
|
13150
|
+
attr(span, "class", span_class_value = "close-button-label " + (ctx[10] ? "close-button-order-one" : "") + " svelte-1g4i8zi");
|
13151
13151
|
},
|
13152
13152
|
m(target, anchor) {
|
13153
13153
|
insert(target, span, anchor);
|
@@ -13193,11 +13193,11 @@ function create_dynamic_element$6(ctx) {
|
|
13193
13193
|
set_style(svg, "width", "100%");
|
13194
13194
|
set_style(svg, "height", "100%");
|
13195
13195
|
attr(svg, "fill", ctx[8]);
|
13196
|
-
attr(svg, "class", "svelte-
|
13196
|
+
attr(svg, "class", "svelte-1g4i8zi");
|
13197
13197
|
attr(span, "style", ctx[1]);
|
13198
13198
|
if (/-/.test(ctx[6])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13199
13199
|
else set_attributes(svelte_element, svelte_element_data);
|
13200
|
-
toggle_class(svelte_element, "svelte-
|
13200
|
+
toggle_class(svelte_element, "svelte-1g4i8zi", true);
|
13201
13201
|
},
|
13202
13202
|
m(target, anchor) {
|
13203
13203
|
insert(target, svelte_element, anchor);
|
@@ -13231,7 +13231,7 @@ function create_dynamic_element$6(ctx) {
|
|
13231
13231
|
]);
|
13232
13232
|
if (/-/.test(ctx$1[6])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13233
13233
|
else set_attributes(svelte_element, svelte_element_data);
|
13234
|
-
toggle_class(svelte_element, "svelte-
|
13234
|
+
toggle_class(svelte_element, "svelte-1g4i8zi", true);
|
13235
13235
|
},
|
13236
13236
|
d(detaching) {
|
13237
13237
|
if (detaching) detach(svelte_element);
|
@@ -13481,7 +13481,7 @@ const IMAGE_ROUND_STYLES = {
|
|
13481
13481
|
//#endregion
|
13482
13482
|
//#region src/components-flex/image/Image.svelte
|
13483
13483
|
function add_css$17(target) {
|
13484
|
-
append_styles(target, "svelte-
|
13484
|
+
append_styles(target, "svelte-u5rjhd", ".image.svelte-u5rjhd{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;border:0;background:none;padding:0;margin:0;text-align:left;-webkit-appearance:none}.image-img.svelte-u5rjhd{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
13485
13485
|
}
|
13486
13486
|
function create_dynamic_element$5(ctx) {
|
13487
13487
|
let svelte_element;
|
@@ -13505,10 +13505,10 @@ function create_dynamic_element$5(ctx) {
|
|
13505
13505
|
if (!src_url_equal(img.src, img_src_value = ctx[0].image)) attr(img, "src", img_src_value);
|
13506
13506
|
attr(img, "alt", img_alt_value = ctx[0].alt);
|
13507
13507
|
attr(img, "style", ctx[2]);
|
13508
|
-
attr(img, "class", "image-img svelte-
|
13508
|
+
attr(img, "class", "image-img svelte-u5rjhd");
|
13509
13509
|
if (/-/.test(ctx[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13510
13510
|
else set_attributes(svelte_element, svelte_element_data);
|
13511
|
-
toggle_class(svelte_element, "svelte-
|
13511
|
+
toggle_class(svelte_element, "svelte-u5rjhd", true);
|
13512
13512
|
},
|
13513
13513
|
m(target, anchor) {
|
13514
13514
|
insert(target, svelte_element, anchor);
|
@@ -13530,7 +13530,7 @@ function create_dynamic_element$5(ctx) {
|
|
13530
13530
|
]);
|
13531
13531
|
if (/-/.test(ctx$1[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13532
13532
|
else set_attributes(svelte_element, svelte_element_data);
|
13533
|
-
toggle_class(svelte_element, "svelte-
|
13533
|
+
toggle_class(svelte_element, "svelte-u5rjhd", true);
|
13534
13534
|
},
|
13535
13535
|
d(detaching) {
|
13536
13536
|
if (detaching) detach(svelte_element);
|
@@ -13661,7 +13661,7 @@ const IMAGE_ASPECT_VARIANTS = {
|
|
13661
13661
|
//#endregion
|
13662
13662
|
//#region src/components-flex/layout/Layout.svelte
|
13663
13663
|
function add_css$16(target) {
|
13664
|
-
append_styles(target, "svelte-
|
13664
|
+
append_styles(target, "svelte-1aikgyp", ".layout.svelte-1aikgyp{text-decoration:none;color:inherit}.layout[data-clickable='true'].svelte-1aikgyp{cursor:pointer}.layout[data-clickable='true'].svelte-1aikgyp:hover{opacity:0.8}");
|
13665
13665
|
}
|
13666
13666
|
function create_dynamic_element$4(ctx) {
|
13667
13667
|
let svelte_element;
|
@@ -13684,7 +13684,7 @@ function create_dynamic_element$4(ctx) {
|
|
13684
13684
|
if (default_slot) default_slot.c();
|
13685
13685
|
if (/-/.test("div")) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13686
13686
|
else set_attributes(svelte_element, svelte_element_data);
|
13687
|
-
toggle_class(svelte_element, "svelte-
|
13687
|
+
toggle_class(svelte_element, "svelte-1aikgyp", true);
|
13688
13688
|
},
|
13689
13689
|
m(target, anchor) {
|
13690
13690
|
insert(target, svelte_element, anchor);
|
@@ -13707,7 +13707,7 @@ function create_dynamic_element$4(ctx) {
|
|
13707
13707
|
]);
|
13708
13708
|
if (/-/.test("div")) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13709
13709
|
else set_attributes(svelte_element, svelte_element_data);
|
13710
|
-
toggle_class(svelte_element, "svelte-
|
13710
|
+
toggle_class(svelte_element, "svelte-1aikgyp", true);
|
13711
13711
|
},
|
13712
13712
|
i(local) {
|
13713
13713
|
if (current) return;
|
@@ -13851,7 +13851,7 @@ const LAYOUT_JUSTIFY = [
|
|
13851
13851
|
//#endregion
|
13852
13852
|
//#region src/components-flex/slider/Slider.svelte
|
13853
13853
|
function add_css$15(target) {
|
13854
|
-
append_styles(target, "svelte-
|
13854
|
+
append_styles(target, "svelte-1kv45q8", ".slider.svelte-1kv45q8{width:100%;overflow:hidden;overscroll-behavior:contain;touch-action:pan-y}.slider-container.svelte-1kv45q8{width:100%;overflow:hidden;overscroll-behavior:contain;touch-action:pan-y}.slider-list.svelte-1kv45q8{-webkit-user-drag:none;margin:0;padding:0;list-style:none;will-change:transform}");
|
13855
13855
|
}
|
13856
13856
|
function get_each_context$1(ctx, list, i) {
|
13857
13857
|
const child_ctx = ctx.slice();
|
@@ -13932,12 +13932,12 @@ function create_fragment$19(ctx) {
|
|
13932
13932
|
t = space();
|
13933
13933
|
div1 = element("div");
|
13934
13934
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
13935
|
-
attr(ul, "class", "slider-list svelte-
|
13935
|
+
attr(ul, "class", "slider-list svelte-1kv45q8");
|
13936
13936
|
attr(ul, "style", ul_style_value = [ctx[6], ctx[1]].join(" "));
|
13937
|
-
attr(div0, "class", "slider-container svelte-
|
13937
|
+
attr(div0, "class", "slider-container svelte-1kv45q8");
|
13938
13938
|
attr(div1, "style", ctx[5]);
|
13939
13939
|
attr(div2, "data-layer-id", ctx[0]);
|
13940
|
-
attr(div2, "class", "slider svelte-
|
13940
|
+
attr(div2, "class", "slider svelte-1kv45q8");
|
13941
13941
|
},
|
13942
13942
|
m(target, anchor) {
|
13943
13943
|
insert(target, div2, anchor);
|
@@ -14208,7 +14208,7 @@ var Slider_default = Slider;
|
|
14208
14208
|
//#endregion
|
14209
14209
|
//#region src/components-flex/slider/SliderItem.svelte
|
14210
14210
|
function add_css$14(target) {
|
14211
|
-
append_styles(target, "svelte-
|
14211
|
+
append_styles(target, "svelte-ays6wh", ".slider-item.svelte-ays6wh{overflow:hidden}.slider-item-inner.svelte-ays6wh{text-decoration:none;border:0;background:none;padding:0;margin:0;text-align:left;-webkit-appearance:none;text-align:left;color:inherit;-webkit-user-drag:none;user-select:none}");
|
14212
14212
|
}
|
14213
14213
|
function create_dynamic_element$3(ctx) {
|
14214
14214
|
let svelte_element;
|
@@ -14226,7 +14226,7 @@ function create_dynamic_element$3(ctx) {
|
|
14226
14226
|
if (default_slot) default_slot.c();
|
14227
14227
|
if (/-/.test(ctx[2])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14228
14228
|
else set_attributes(svelte_element, svelte_element_data);
|
14229
|
-
toggle_class(svelte_element, "svelte-
|
14229
|
+
toggle_class(svelte_element, "svelte-ays6wh", true);
|
14230
14230
|
},
|
14231
14231
|
m(target, anchor) {
|
14232
14232
|
insert(target, svelte_element, anchor);
|
@@ -14244,7 +14244,7 @@ function create_dynamic_element$3(ctx) {
|
|
14244
14244
|
svelte_element_data = get_spread_update(svelte_element_levels, [ctx$1[1], { class: "slider-item-inner" }]);
|
14245
14245
|
if (/-/.test(ctx$1[2])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14246
14246
|
else set_attributes(svelte_element, svelte_element_data);
|
14247
|
-
toggle_class(svelte_element, "svelte-
|
14247
|
+
toggle_class(svelte_element, "svelte-ays6wh", true);
|
14248
14248
|
},
|
14249
14249
|
i(local) {
|
14250
14250
|
if (current) return;
|
@@ -14273,7 +14273,7 @@ function create_fragment$18(ctx) {
|
|
14273
14273
|
li = element("li");
|
14274
14274
|
if (svelte_element) svelte_element.c();
|
14275
14275
|
attr(li, "data-layer-id", ctx[0]);
|
14276
|
-
attr(li, "class", "slider-item svelte-
|
14276
|
+
attr(li, "class", "slider-item svelte-ays6wh");
|
14277
14277
|
},
|
14278
14278
|
m(target, anchor) {
|
14279
14279
|
insert(target, li, anchor);
|
@@ -14388,14 +14388,14 @@ const TEXT_VARIANTS = { size: {
|
|
14388
14388
|
//#endregion
|
14389
14389
|
//#region src/components-flex/text/Text.svelte
|
14390
14390
|
function add_css$13(target) {
|
14391
|
-
append_styles(target, "svelte-
|
14391
|
+
append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
|
14392
14392
|
}
|
14393
14393
|
function create_fragment$17(ctx) {
|
14394
14394
|
let p;
|
14395
14395
|
return {
|
14396
14396
|
c() {
|
14397
14397
|
p = element("p");
|
14398
|
-
attr(p, "class", "text svelte-
|
14398
|
+
attr(p, "class", "text svelte-14kt34i");
|
14399
14399
|
attr(p, "data-layer-id", ctx[0]);
|
14400
14400
|
attr(p, "style", ctx[1]);
|
14401
14401
|
},
|
@@ -14511,7 +14511,7 @@ var Text_default = Text;
|
|
14511
14511
|
//#endregion
|
14512
14512
|
//#region src/components-flex/rich-text/RichText.svelte
|
14513
14513
|
function add_css$12(target) {
|
14514
|
-
append_styles(target, "svelte-
|
14514
|
+
append_styles(target, "svelte-mq7h73", ".rich-text.svelte-mq7h73 p{margin:0;word-break:break-all;text-decoration:none}.rich-text.svelte-mq7h73 p + p{margin-top:0.75em}");
|
14515
14515
|
}
|
14516
14516
|
function create_fragment$16(ctx) {
|
14517
14517
|
let div;
|
@@ -14519,7 +14519,7 @@ function create_fragment$16(ctx) {
|
|
14519
14519
|
return {
|
14520
14520
|
c() {
|
14521
14521
|
div = element("div");
|
14522
|
-
attr(div, "class", "rich-text svelte-
|
14522
|
+
attr(div, "class", "rich-text svelte-mq7h73");
|
14523
14523
|
attr(div, "style", ctx[2]);
|
14524
14524
|
attr(div, "data-layer-id", ctx[1]);
|
14525
14525
|
},
|
@@ -14664,7 +14664,7 @@ const getTextLinkThemeStyles = getPropStyles(callback);
|
|
14664
14664
|
//#endregion
|
14665
14665
|
//#region src/components-flex/text-link/TextLink.svelte
|
14666
14666
|
function add_css$11(target) {
|
14667
|
-
append_styles(target, "svelte-
|
14667
|
+
append_styles(target, "svelte-1qyhpm7", ".link.svelte-1qyhpm7{-webkit-appearance:none;border:0;background:none;padding:0;display:inline-flex}.link.svelte-1qyhpm7,.link.svelte-1qyhpm7:visited,.link.svelte-1qyhpm7:link{color:var(--color)}.link.svelte-1qyhpm7:hover{color:var(--hover-color)}.link.svelte-1qyhpm7:active{color:var(--active-color)}.link.underline-hover-on.svelte-1qyhpm7{text-decoration:none}.link.underline-hover-on.svelte-1qyhpm7:hover{text-decoration:underline}.link.underline-hover-off.svelte-1qyhpm7{text-decoration:underline}.link.underline-hover-off.svelte-1qyhpm7:hover{text-decoration:none}.link.underline-on.svelte-1qyhpm7{text-decoration:underline}.link.underline-off.svelte-1qyhpm7{text-decoration:none}");
|
14668
14668
|
}
|
14669
14669
|
function create_if_block$5(ctx) {
|
14670
14670
|
let icon;
|
@@ -14732,7 +14732,7 @@ function create_dynamic_element$2(ctx) {
|
|
14732
14732
|
span = element("span");
|
14733
14733
|
if (/-/.test(ctx[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14734
14734
|
else set_attributes(svelte_element, svelte_element_data);
|
14735
|
-
toggle_class(svelte_element, "svelte-
|
14735
|
+
toggle_class(svelte_element, "svelte-1qyhpm7", true);
|
14736
14736
|
},
|
14737
14737
|
m(target, anchor) {
|
14738
14738
|
insert(target, svelte_element, anchor);
|
@@ -14772,7 +14772,7 @@ function create_dynamic_element$2(ctx) {
|
|
14772
14772
|
]);
|
14773
14773
|
if (/-/.test(ctx$1[5])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14774
14774
|
else set_attributes(svelte_element, svelte_element_data);
|
14775
|
-
toggle_class(svelte_element, "svelte-
|
14775
|
+
toggle_class(svelte_element, "svelte-1qyhpm7", true);
|
14776
14776
|
},
|
14777
14777
|
i(local) {
|
14778
14778
|
if (current) return;
|
@@ -14934,7 +14934,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
14934
14934
|
//#endregion
|
14935
14935
|
//#region src/components-flex/background-overlay/BackgroundOverlay.svelte
|
14936
14936
|
function add_css$10(target) {
|
14937
|
-
append_styles(target, "svelte-
|
14937
|
+
append_styles(target, "svelte-ed4ktn", ".v2-background.svelte-ed4ktn{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
14938
14938
|
}
|
14939
14939
|
function create_if_block$4(ctx) {
|
14940
14940
|
let div;
|
@@ -14944,7 +14944,7 @@ function create_if_block$4(ctx) {
|
|
14944
14944
|
return {
|
14945
14945
|
c() {
|
14946
14946
|
div = element("div");
|
14947
|
-
attr(div, "class", div_class_value = null_to_empty(["v2-background", ctx[1] || ""].join(" ")) + " svelte-
|
14947
|
+
attr(div, "class", div_class_value = null_to_empty(["v2-background", ctx[1] || ""].join(" ")) + " svelte-ed4ktn");
|
14948
14948
|
},
|
14949
14949
|
m(target, anchor) {
|
14950
14950
|
insert(target, div, anchor);
|
@@ -14954,7 +14954,7 @@ function create_if_block$4(ctx) {
|
|
14954
14954
|
}
|
14955
14955
|
},
|
14956
14956
|
p(ctx$1, dirty) {
|
14957
|
-
if (dirty & 2 && div_class_value !== (div_class_value = null_to_empty(["v2-background", ctx$1[1] || ""].join(" ")) + " svelte-
|
14957
|
+
if (dirty & 2 && div_class_value !== (div_class_value = null_to_empty(["v2-background", ctx$1[1] || ""].join(" ")) + " svelte-ed4ktn")) attr(div, "class", div_class_value);
|
14958
14958
|
},
|
14959
14959
|
d(detaching) {
|
14960
14960
|
if (detaching) detach(div);
|
@@ -15025,7 +15025,7 @@ var BackgroundOverlay_default = BackgroundOverlay;
|
|
15025
15025
|
//#endregion
|
15026
15026
|
//#region src/components-flex/modal/Modal.svelte
|
15027
15027
|
function add_css$9(target) {
|
15028
|
-
append_styles(target, "svelte-
|
15028
|
+
append_styles(target, "svelte-15b58xm", "*{box-sizing:border-box}.modal.svelte-15b58xm{position:fixed;z-index:2147483647;display:flex}.modal.svelte-15b58xm > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-15b58xm{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-15b58xm{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}}");
|
15029
15029
|
}
|
15030
15030
|
function create_else_block(ctx) {
|
15031
15031
|
let backgroundoverlay;
|
@@ -15142,7 +15142,7 @@ function create_if_block$3(ctx) {
|
|
15142
15142
|
c() {
|
15143
15143
|
div = element("div");
|
15144
15144
|
if (default_slot) default_slot.c();
|
15145
|
-
attr(div, "class", div_class_value = null_to_empty(["modal", ctx[0] ? "modal-bp" : ""].join(" ")) + " svelte-
|
15145
|
+
attr(div, "class", div_class_value = null_to_empty(["modal", ctx[0] ? "modal-bp" : ""].join(" ")) + " svelte-15b58xm");
|
15146
15146
|
attr(div, "role", "dialog");
|
15147
15147
|
attr(div, "aria-modal", "true");
|
15148
15148
|
attr(div, "data-layer-id", ctx[2]);
|
@@ -15159,7 +15159,7 @@ function create_if_block$3(ctx) {
|
|
15159
15159
|
if (default_slot) {
|
15160
15160
|
if (default_slot.p && (!current || dirty & 16777216)) update_slot_base(default_slot, default_slot_template, ctx, ctx[24], !current ? get_all_dirty_from_scope(ctx[24]) : get_slot_changes(default_slot_template, ctx[24], dirty, null), null);
|
15161
15161
|
}
|
15162
|
-
if (!current || dirty & 1 && div_class_value !== (div_class_value = null_to_empty(["modal", ctx[0] ? "modal-bp" : ""].join(" ")) + " svelte-
|
15162
|
+
if (!current || dirty & 1 && div_class_value !== (div_class_value = null_to_empty(["modal", ctx[0] ? "modal-bp" : ""].join(" ")) + " svelte-15b58xm")) attr(div, "class", div_class_value);
|
15163
15163
|
if (!current || dirty & 4) attr(div, "data-layer-id", ctx[2]);
|
15164
15164
|
},
|
15165
15165
|
i(local) {
|
@@ -15489,7 +15489,7 @@ var Modal_default = Modal;
|
|
15489
15489
|
//#endregion
|
15490
15490
|
//#region src/components-flex/code/Code.svelte
|
15491
15491
|
function add_css$8(target) {
|
15492
|
-
append_styles(target, "svelte-
|
15492
|
+
append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
15493
15493
|
}
|
15494
15494
|
function create_fragment$12(ctx) {
|
15495
15495
|
let div;
|
@@ -15497,7 +15497,7 @@ function create_fragment$12(ctx) {
|
|
15497
15497
|
return {
|
15498
15498
|
c() {
|
15499
15499
|
div = element("div");
|
15500
|
-
attr(div, "class", "code svelte-
|
15500
|
+
attr(div, "class", "code svelte-jviwnb");
|
15501
15501
|
attr(div, "data-layer-id", ctx[1]);
|
15502
15502
|
},
|
15503
15503
|
m(target, anchor) {
|
@@ -15571,7 +15571,7 @@ const LIST_ITEM_CONTEXT_KEY = "ListItemContext";
|
|
15571
15571
|
//#endregion
|
15572
15572
|
//#region src/components-flex/list/List.svelte
|
15573
15573
|
function add_css$7(target) {
|
15574
|
-
append_styles(target, "svelte-
|
15574
|
+
append_styles(target, "svelte-5g0mcl", ".list.svelte-5g0mcl{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;--border-width:0;--border-style:solit;--border-color:rgba(255, 255, 255, 0);border-top-width:var(--border-width);border-top-style:var(--border-style);border-top-color:var(--border-color);border-bottom-width:var(--border-width);border-bottom-style:var(--border-style);border-bottom-color:var(--border-color)}");
|
15575
15575
|
}
|
15576
15576
|
function create_fragment$11(ctx) {
|
15577
15577
|
let ul;
|
@@ -15583,7 +15583,7 @@ function create_fragment$11(ctx) {
|
|
15583
15583
|
ul = element("ul");
|
15584
15584
|
if (default_slot) default_slot.c();
|
15585
15585
|
attr(ul, "data-layer-id", ctx[0]);
|
15586
|
-
attr(ul, "class", "list svelte-
|
15586
|
+
attr(ul, "class", "list svelte-5g0mcl");
|
15587
15587
|
attr(ul, "style", ctx[1]);
|
15588
15588
|
},
|
15589
15589
|
m(target, anchor) {
|
@@ -15677,7 +15677,7 @@ var List_default = List;
|
|
15677
15677
|
//#endregion
|
15678
15678
|
//#region src/components-flex/list/ListItem.svelte
|
15679
15679
|
function add_css$6(target) {
|
15680
|
-
append_styles(target, "svelte-
|
15680
|
+
append_styles(target, "svelte-asvxv9", ".list-item.svelte-asvxv9{margin:0;padding:0}.list-item-inner.svelte-asvxv9{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit;border:0;background:none;padding:0;margin:0;text-align:left;-webkit-appearance:none}.list-item-inner.svelte-asvxv9:hover{opacity:0.8}.list-item.svelte-asvxv9:not(:first-child){border-top-width:var(--list-item-border-width);border-top-style:var(--list-item-border-style);border-top-color:var(--list-item-border-color)}");
|
15681
15681
|
}
|
15682
15682
|
function create_dynamic_element$1(ctx) {
|
15683
15683
|
let svelte_element;
|
@@ -15699,7 +15699,7 @@ function create_dynamic_element$1(ctx) {
|
|
15699
15699
|
if (default_slot) default_slot.c();
|
15700
15700
|
if (/-/.test(ctx[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15701
15701
|
else set_attributes(svelte_element, svelte_element_data);
|
15702
|
-
toggle_class(svelte_element, "svelte-
|
15702
|
+
toggle_class(svelte_element, "svelte-asvxv9", true);
|
15703
15703
|
},
|
15704
15704
|
m(target, anchor) {
|
15705
15705
|
insert(target, svelte_element, anchor);
|
@@ -15721,7 +15721,7 @@ function create_dynamic_element$1(ctx) {
|
|
15721
15721
|
]);
|
15722
15722
|
if (/-/.test(ctx$1[4])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15723
15723
|
else set_attributes(svelte_element, svelte_element_data);
|
15724
|
-
toggle_class(svelte_element, "svelte-
|
15724
|
+
toggle_class(svelte_element, "svelte-asvxv9", true);
|
15725
15725
|
},
|
15726
15726
|
i(local) {
|
15727
15727
|
if (current) return;
|
@@ -15749,7 +15749,7 @@ function create_fragment$10(ctx) {
|
|
15749
15749
|
c() {
|
15750
15750
|
li = element("li");
|
15751
15751
|
if (svelte_element) svelte_element.c();
|
15752
|
-
attr(li, "class", "list-item svelte-
|
15752
|
+
attr(li, "class", "list-item svelte-asvxv9");
|
15753
15753
|
attr(li, "data-layer-id", ctx[0]);
|
15754
15754
|
attr(li, "style", ctx[2]);
|
15755
15755
|
},
|
@@ -15876,7 +15876,7 @@ function splitNumberAndUnit(value) {
|
|
15876
15876
|
//#endregion
|
15877
15877
|
//#region src/components-flex/multi-column/MultiColumn.svelte
|
15878
15878
|
function add_css$5(target) {
|
15879
|
-
append_styles(target, "svelte-
|
15879
|
+
append_styles(target, "svelte-1csavnh", ".list.svelte-1csavnh{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
|
15880
15880
|
}
|
15881
15881
|
function create_fragment$9(ctx) {
|
15882
15882
|
let ul;
|
@@ -15888,7 +15888,7 @@ function create_fragment$9(ctx) {
|
|
15888
15888
|
ul = element("ul");
|
15889
15889
|
if (default_slot) default_slot.c();
|
15890
15890
|
attr(ul, "data-layer-id", ctx[0]);
|
15891
|
-
attr(ul, "class", "list svelte-
|
15891
|
+
attr(ul, "class", "list svelte-1csavnh");
|
15892
15892
|
attr(ul, "style", ctx[1]);
|
15893
15893
|
},
|
15894
15894
|
m(target, anchor) {
|
@@ -15980,7 +15980,7 @@ var MultiColumn_default = MultiColumn;
|
|
15980
15980
|
//#endregion
|
15981
15981
|
//#region src/components-flex/multi-column/MultiColumnItem.svelte
|
15982
15982
|
function add_css$4(target) {
|
15983
|
-
append_styles(target, "svelte-
|
15983
|
+
append_styles(target, "svelte-17dcyr0", ".multi-column-item.svelte-17dcyr0{margin:0;width:100%;padding-top:0;padding-bottom:0;padding-left:var(--multi-column-item-padding);padding-right:var(--multi-column-item-padding)}.multi-column-item-inner.svelte-17dcyr0{display:flex;flex-direction:column;align-items:center;gap:var(--multi-column-item-gap);width:100%;text-decoration:none;border:0;background:none;margin:0;text-align:left;-webkit-appearance:none;padding-top:var(--multi-column-item-padding-top);padding-left:var(--multi-column-item-padding-left);padding-right:var(--multi-column-item-padding-right);padding-bottom:var(--multi-column-item-padding-bottom)}.multi-column-item-inner.svelte-17dcyr0:hover{opacity:0.8}.multi-column-item.svelte-17dcyr0:not(:first-child){border-left-width:var(--multi-column-item-border-width);border-left-style:var(--multi-column-item-border-style);border-left-color:var(--multi-column-item-border-color)}");
|
15984
15984
|
}
|
15985
15985
|
function create_dynamic_element(ctx) {
|
15986
15986
|
let svelte_element;
|
@@ -15998,7 +15998,7 @@ function create_dynamic_element(ctx) {
|
|
15998
15998
|
if (default_slot) default_slot.c();
|
15999
15999
|
if (/-/.test(ctx[3])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16000
16000
|
else set_attributes(svelte_element, svelte_element_data);
|
16001
|
-
toggle_class(svelte_element, "svelte-
|
16001
|
+
toggle_class(svelte_element, "svelte-17dcyr0", true);
|
16002
16002
|
},
|
16003
16003
|
m(target, anchor) {
|
16004
16004
|
insert(target, svelte_element, anchor);
|
@@ -16016,7 +16016,7 @@ function create_dynamic_element(ctx) {
|
|
16016
16016
|
svelte_element_data = get_spread_update(svelte_element_levels, [ctx$1[2], { class: "multi-column-item-inner" }]);
|
16017
16017
|
if (/-/.test(ctx$1[3])) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16018
16018
|
else set_attributes(svelte_element, svelte_element_data);
|
16019
|
-
toggle_class(svelte_element, "svelte-
|
16019
|
+
toggle_class(svelte_element, "svelte-17dcyr0", true);
|
16020
16020
|
},
|
16021
16021
|
i(local) {
|
16022
16022
|
if (current) return;
|
@@ -16044,7 +16044,7 @@ function create_fragment$8(ctx) {
|
|
16044
16044
|
c() {
|
16045
16045
|
li = element("li");
|
16046
16046
|
if (svelte_element) svelte_element.c();
|
16047
|
-
attr(li, "class", "multi-column-item svelte-
|
16047
|
+
attr(li, "class", "multi-column-item svelte-17dcyr0");
|
16048
16048
|
attr(li, "data-layer-id", ctx[0]);
|
16049
16049
|
attr(li, "style", ctx[1]);
|
16050
16050
|
},
|
@@ -16143,7 +16143,7 @@ var MultiColumnItem_default = MultiColumnItem;
|
|
16143
16143
|
//#endregion
|
16144
16144
|
//#region src/components-flex/youtube/Youtube.svelte
|
16145
16145
|
function add_css$3(target) {
|
16146
|
-
append_styles(target, "svelte-
|
16146
|
+
append_styles(target, "svelte-1bgnrue", ".youtube.svelte-1bgnrue{position:relative;aspect-ratio:16 / 9;width:100%;border-radius:3px}.youtube.svelte-1bgnrue iframe{position:absolute;width:100%;height:100%;object-fit:cover}");
|
16147
16147
|
}
|
16148
16148
|
function create_fragment$7(ctx) {
|
16149
16149
|
let div1;
|
@@ -16153,7 +16153,7 @@ function create_fragment$7(ctx) {
|
|
16153
16153
|
div1 = element("div");
|
16154
16154
|
div0 = element("div");
|
16155
16155
|
attr(div0, "class", "youtube-player");
|
16156
|
-
attr(div1, "class", "youtube svelte-
|
16156
|
+
attr(div1, "class", "youtube svelte-1bgnrue");
|
16157
16157
|
attr(div1, "style", ctx[2]);
|
16158
16158
|
attr(div1, "data-layer-id", ctx[0]);
|
16159
16159
|
},
|
@@ -16284,7 +16284,7 @@ var Youtube_default = Youtube;
|
|
16284
16284
|
//#endregion
|
16285
16285
|
//#region src/components-flex/count-down/CountDown.svelte
|
16286
16286
|
function add_css$2(target) {
|
16287
|
-
append_styles(target, "svelte-
|
16287
|
+
append_styles(target, "svelte-1eft5i1", ".countdown.svelte-1eft5i1{display:flex;align-items:center;gap:4px}");
|
16288
16288
|
}
|
16289
16289
|
const get_default_slot_changes = (dirty) => ({
|
16290
16290
|
day: dirty & 16,
|
@@ -16307,7 +16307,7 @@ function create_fragment$6(ctx) {
|
|
16307
16307
|
c() {
|
16308
16308
|
div = element("div");
|
16309
16309
|
if (default_slot) default_slot.c();
|
16310
|
-
attr(div, "class", "countdown svelte-
|
16310
|
+
attr(div, "class", "countdown svelte-1eft5i1");
|
16311
16311
|
attr(div, "data-layer-id", ctx[0]);
|
16312
16312
|
},
|
16313
16313
|
m(target, anchor) {
|
@@ -16545,7 +16545,7 @@ var CountDownValue_default = CountDownValue;
|
|
16545
16545
|
//#endregion
|
16546
16546
|
//#region src/components-flex/clip-copy/ClipCopy.svelte
|
16547
16547
|
function add_css$1(target) {
|
16548
|
-
append_styles(target, "svelte-
|
16548
|
+
append_styles(target, "svelte-16e17jk", ".clipboard.svelte-16e17jk{position:relative;display:inline-flex}.clipboard-button.svelte-16e17jk{position:relative;display:inline-flex;align-items:center;white-space:nowrap;gap:12px;background:none;border:0;transition:0.12s;cursor:pointer}.clipboard-button.svelte-16e17jk:hover{opacity:0.8}.clipboard-button.svelte-16e17jk:active{opacity:0.6}.clipboard-tooltip.svelte-16e17jk{position:absolute;top:-8px;left:50%;display:block;transform:translate(-50%, -100%);padding:4px 10px;background-color:#333333;color:#ffffff;font-size:11px;font-weight:bold;border-radius:4px;transition:transform 0.2s ease-out;white-space:nowrap;pointer-events:none}.clipboard-tooltip.svelte-16e17jk:after{content:'';display:block;position:absolute;bottom:0;left:50%;width:8px;height:8px;background-color:#333333;border-radius:1px;transform:translate(-50%, 40%) rotate(45deg)}.clipboard-tooltip[aria-hidden='true'].svelte-16e17jk{opacity:0;transform:translate(-50%, -80%)}");
|
16549
16549
|
}
|
16550
16550
|
function create_fragment$4(ctx) {
|
16551
16551
|
let div;
|
@@ -16567,10 +16567,10 @@ function create_fragment$4(ctx) {
|
|
16567
16567
|
t0 = space();
|
16568
16568
|
span = element("span");
|
16569
16569
|
t1 = text("コピーしました");
|
16570
|
-
attr(button, "class", "clipboard-button svelte-
|
16570
|
+
attr(button, "class", "clipboard-button svelte-16e17jk");
|
16571
16571
|
attr(span, "aria-hidden", span_aria_hidden_value = !ctx[2]);
|
16572
|
-
attr(span, "class", "clipboard-tooltip svelte-
|
16573
|
-
attr(div, "class", "clipboard svelte-
|
16572
|
+
attr(span, "class", "clipboard-tooltip svelte-16e17jk");
|
16573
|
+
attr(div, "class", "clipboard svelte-16e17jk");
|
16574
16574
|
attr(div, "data-layer-id", ctx[0]);
|
16575
16575
|
},
|
16576
16576
|
m(target, anchor) {
|
@@ -16809,7 +16809,7 @@ var State_default$1 = State;
|
|
16809
16809
|
//#endregion
|
16810
16810
|
//#region src/components-flex/state/StateItem.svelte
|
16811
16811
|
function add_css(target) {
|
16812
|
-
append_styles(target, "svelte-
|
16812
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
16813
16813
|
}
|
16814
16814
|
function create_if_block$1(ctx) {
|
16815
16815
|
let div;
|
@@ -16823,7 +16823,7 @@ function create_if_block$1(ctx) {
|
|
16823
16823
|
t = space();
|
16824
16824
|
if (default_slot) default_slot.c();
|
16825
16825
|
attr(div, "data-state-path", ctx[0]);
|
16826
|
-
attr(div, "class", "state-item svelte-
|
16826
|
+
attr(div, "class", "state-item svelte-1amihue");
|
16827
16827
|
},
|
16828
16828
|
m(target, anchor) {
|
16829
16829
|
insert(target, div, anchor);
|