@plaidev/karte-action-sdk 1.1.264-29037816.a7f00a03 → 1.1.264
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 +201 -201
- package/dist/index.es.js +201 -201
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3365,7 +3365,7 @@ class State extends SvelteComponent {
|
|
3365
3365
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3366
3366
|
|
3367
3367
|
function add_css$S(target) {
|
3368
|
-
append_styles(target, "svelte-
|
3368
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
3369
3369
|
}
|
3370
3370
|
|
3371
3371
|
// (22:0) {#if $state === path}
|
@@ -3382,7 +3382,7 @@ function create_if_block$g(ctx) {
|
|
3382
3382
|
t = space();
|
3383
3383
|
if (default_slot) default_slot.c();
|
3384
3384
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3385
|
-
attr(div, "class", "state-item svelte-
|
3385
|
+
attr(div, "class", "state-item svelte-1amihue");
|
3386
3386
|
},
|
3387
3387
|
m(target, anchor) {
|
3388
3388
|
insert(target, div, anchor);
|
@@ -3704,7 +3704,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3704
3704
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3705
3705
|
|
3706
3706
|
function add_css$R(target) {
|
3707
|
-
append_styles(target, "svelte-
|
3707
|
+
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}");
|
3708
3708
|
}
|
3709
3709
|
|
3710
3710
|
// (14:0) {#if backgroundOverlay}
|
@@ -3717,7 +3717,7 @@ function create_if_block$f(ctx) {
|
|
3717
3717
|
return {
|
3718
3718
|
c() {
|
3719
3719
|
div = element("div");
|
3720
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3720
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
|
3721
3721
|
},
|
3722
3722
|
m(target, anchor) {
|
3723
3723
|
insert(target, div, anchor);
|
@@ -3728,7 +3728,7 @@ function create_if_block$f(ctx) {
|
|
3728
3728
|
}
|
3729
3729
|
},
|
3730
3730
|
p(ctx, dirty) {
|
3731
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3731
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
|
3732
3732
|
attr(div, "class", div_class_value);
|
3733
3733
|
}
|
3734
3734
|
},
|
@@ -3834,7 +3834,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3834
3834
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3835
3835
|
|
3836
3836
|
function add_css$Q(target) {
|
3837
|
-
append_styles(target, "svelte-
|
3837
|
+
append_styles(target, "svelte-1kmu8zp", ".button.svelte-1kmu8zp{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1kmu8zp:link,.button.svelte-1kmu8zp:visited,.button.svelte-1kmu8zp:active,.button.svelte-1kmu8zp:hover{color:inherit}");
|
3838
3838
|
}
|
3839
3839
|
|
3840
3840
|
// (53:0) {:else}
|
@@ -3863,7 +3863,7 @@ function create_else_block$5(ctx) {
|
|
3863
3863
|
button = element("button");
|
3864
3864
|
if (default_slot) default_slot.c();
|
3865
3865
|
set_attributes(button, button_data);
|
3866
|
-
toggle_class(button, "svelte-
|
3866
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3867
3867
|
},
|
3868
3868
|
m(target, anchor) {
|
3869
3869
|
insert(target, button, anchor);
|
@@ -3902,7 +3902,7 @@ function create_else_block$5(ctx) {
|
|
3902
3902
|
dataAttrStopPropagation('click')
|
3903
3903
|
]));
|
3904
3904
|
|
3905
|
-
toggle_class(button, "svelte-
|
3905
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3906
3906
|
},
|
3907
3907
|
i(local) {
|
3908
3908
|
if (current) return;
|
@@ -3933,7 +3933,7 @@ function create_if_block_2$2(ctx) {
|
|
3933
3933
|
c() {
|
3934
3934
|
div = element("div");
|
3935
3935
|
if (default_slot) default_slot.c();
|
3936
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3936
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
|
3937
3937
|
attr(div, "style", /*style*/ ctx[1]);
|
3938
3938
|
},
|
3939
3939
|
m(target, anchor) {
|
@@ -4017,7 +4017,7 @@ function create_if_block_1$4(ctx) {
|
|
4017
4017
|
a = element("a");
|
4018
4018
|
if (default_slot) default_slot.c();
|
4019
4019
|
set_attributes(a, a_data);
|
4020
|
-
toggle_class(a, "svelte-
|
4020
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
4021
4021
|
},
|
4022
4022
|
m(target, anchor) {
|
4023
4023
|
insert(target, a, anchor);
|
@@ -4059,7 +4059,7 @@ function create_if_block_1$4(ctx) {
|
|
4059
4059
|
dataAttrStopPropagation('click')
|
4060
4060
|
]));
|
4061
4061
|
|
4062
|
-
toggle_class(a, "svelte-
|
4062
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
4063
4063
|
},
|
4064
4064
|
i(local) {
|
4065
4065
|
if (current) return;
|
@@ -4090,7 +4090,7 @@ function create_if_block$e(ctx) {
|
|
4090
4090
|
c() {
|
4091
4091
|
div = element("div");
|
4092
4092
|
if (default_slot) default_slot.c();
|
4093
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
4093
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
|
4094
4094
|
attr(div, "style", /*style*/ ctx[1]);
|
4095
4095
|
},
|
4096
4096
|
m(target, anchor) {
|
@@ -4299,7 +4299,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4299
4299
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4300
4300
|
|
4301
4301
|
function add_css$P(target) {
|
4302
|
-
append_styles(target, "svelte-
|
4302
|
+
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}}");
|
4303
4303
|
}
|
4304
4304
|
|
4305
4305
|
// (278:0) {:else}
|
@@ -4449,7 +4449,7 @@ function create_if_block$d(ctx) {
|
|
4449
4449
|
c() {
|
4450
4450
|
div = element("div");
|
4451
4451
|
create_component(button.$$.fragment);
|
4452
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4452
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
|
4453
4453
|
attr(div, "role", "dialog");
|
4454
4454
|
attr(div, "aria-modal", "true");
|
4455
4455
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4473,7 +4473,7 @@ function create_if_block$d(ctx) {
|
|
4473
4473
|
|
4474
4474
|
button.$set(button_changes);
|
4475
4475
|
|
4476
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4476
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
|
4477
4477
|
attr(div, "class", div_class_value);
|
4478
4478
|
}
|
4479
4479
|
},
|
@@ -4528,7 +4528,7 @@ function create_if_block_1$3(ctx) {
|
|
4528
4528
|
c() {
|
4529
4529
|
div = element("div");
|
4530
4530
|
create_component(button.$$.fragment);
|
4531
|
-
attr(div, "class", "close svelte-
|
4531
|
+
attr(div, "class", "close svelte-1i2vo31");
|
4532
4532
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4533
4533
|
},
|
4534
4534
|
m(target, anchor) {
|
@@ -4617,7 +4617,7 @@ function create_default_slot$7(ctx) {
|
|
4617
4617
|
t = space();
|
4618
4618
|
div = element("div");
|
4619
4619
|
if (default_slot) default_slot.c();
|
4620
|
-
attr(div, "class", "modal-content svelte-
|
4620
|
+
attr(div, "class", "modal-content svelte-1i2vo31");
|
4621
4621
|
attr(div, "style", /*_style*/ ctx[5]);
|
4622
4622
|
},
|
4623
4623
|
m(target, anchor) {
|
@@ -5268,7 +5268,7 @@ class Grid extends SvelteComponent {
|
|
5268
5268
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5269
5269
|
|
5270
5270
|
function add_css$O(target) {
|
5271
|
-
append_styles(target, "svelte-
|
5271
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
5272
5272
|
}
|
5273
5273
|
|
5274
5274
|
function create_fragment$1l(ctx) {
|
@@ -5283,8 +5283,8 @@ function create_fragment$1l(ctx) {
|
|
5283
5283
|
div1 = element("div");
|
5284
5284
|
div0 = element("div");
|
5285
5285
|
if (default_slot) default_slot.c();
|
5286
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5287
|
-
attr(div1, "class", "grid-item svelte-
|
5286
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
5287
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
5288
5288
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5289
5289
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5290
5290
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5589,7 +5589,7 @@ class RenderText extends SvelteComponent {
|
|
5589
5589
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5590
5590
|
|
5591
5591
|
function add_css$N(target) {
|
5592
|
-
append_styles(target, "svelte-
|
5592
|
+
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}");
|
5593
5593
|
}
|
5594
5594
|
|
5595
5595
|
// (92:2) {:else}
|
@@ -5606,8 +5606,8 @@ function create_else_block$2(ctx) {
|
|
5606
5606
|
div1 = element("div");
|
5607
5607
|
div0 = element("div");
|
5608
5608
|
create_component(rendertext.$$.fragment);
|
5609
|
-
attr(div0, "class", "text-element-inner svelte-
|
5610
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5609
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5610
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5611
5611
|
attr(div1, "style", /*style*/ ctx[5]);
|
5612
5612
|
},
|
5613
5613
|
m(target, anchor) {
|
@@ -5621,7 +5621,7 @@ function create_else_block$2(ctx) {
|
|
5621
5621
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5622
5622
|
rendertext.$set(rendertext_changes);
|
5623
5623
|
|
5624
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5624
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5625
5625
|
attr(div1, "class", div1_class_value);
|
5626
5626
|
}
|
5627
5627
|
|
@@ -5671,12 +5671,12 @@ function create_if_block$b(ctx) {
|
|
5671
5671
|
t2 = space();
|
5672
5672
|
div2 = element("div");
|
5673
5673
|
div2.textContent = "コピーできませんでした";
|
5674
|
-
attr(div0, "class", "text-element-inner svelte-
|
5674
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5675
5675
|
attr(a, "href", '');
|
5676
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5676
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5677
5677
|
attr(a, "style", /*style*/ ctx[5]);
|
5678
|
-
attr(div1, "class", "tooltip svelte-
|
5679
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5678
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5679
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5680
5680
|
},
|
5681
5681
|
m(target, anchor) {
|
5682
5682
|
insert(target, a, anchor);
|
@@ -5700,7 +5700,7 @@ function create_if_block$b(ctx) {
|
|
5700
5700
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5701
5701
|
rendertext.$set(rendertext_changes);
|
5702
5702
|
|
5703
|
-
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5703
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5704
5704
|
attr(a, "class", a_class_value);
|
5705
5705
|
}
|
5706
5706
|
|
@@ -5752,7 +5752,7 @@ function create_fragment$1j(ctx) {
|
|
5752
5752
|
c() {
|
5753
5753
|
div = element("div");
|
5754
5754
|
if_block.c();
|
5755
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5755
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5756
5756
|
},
|
5757
5757
|
m(target, anchor) {
|
5758
5758
|
insert(target, div, anchor);
|
@@ -5918,7 +5918,7 @@ class TextElement extends SvelteComponent {
|
|
5918
5918
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5919
5919
|
|
5920
5920
|
function add_css$M(target) {
|
5921
|
-
append_styles(target, "svelte-
|
5921
|
+
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)}");
|
5922
5922
|
}
|
5923
5923
|
|
5924
5924
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5974,7 +5974,7 @@ function create_fragment$1i(ctx) {
|
|
5974
5974
|
c() {
|
5975
5975
|
div = element("div");
|
5976
5976
|
create_component(button.$$.fragment);
|
5977
|
-
attr(div, "class", "text-button-element svelte-
|
5977
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5978
5978
|
},
|
5979
5979
|
m(target, anchor) {
|
5980
5980
|
insert(target, div, anchor);
|
@@ -6066,7 +6066,7 @@ class TextButtonElement extends SvelteComponent {
|
|
6066
6066
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
6067
6067
|
|
6068
6068
|
function add_css$L(target) {
|
6069
|
-
append_styles(target, "svelte-
|
6069
|
+
append_styles(target, "svelte-1alkh1m", ".image-element.svelte-1alkh1m{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1alkh1m > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-1alkh1m > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1alkh1m > .button:not(._disabled):hover,.image-element.transport.svelte-1alkh1m > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1alkh1m{width:100%;height:100%}");
|
6070
6070
|
}
|
6071
6071
|
|
6072
6072
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -6078,7 +6078,7 @@ function create_default_slot$5(ctx) {
|
|
6078
6078
|
return {
|
6079
6079
|
c() {
|
6080
6080
|
img = element("img");
|
6081
|
-
attr(img, "class", "image svelte-
|
6081
|
+
attr(img, "class", "image svelte-1alkh1m");
|
6082
6082
|
attr(img, "loading", "lazy");
|
6083
6083
|
attr(img, "width", "auto");
|
6084
6084
|
attr(img, "height", "auto");
|
@@ -6140,7 +6140,7 @@ function create_fragment$1h(ctx) {
|
|
6140
6140
|
c() {
|
6141
6141
|
div = element("div");
|
6142
6142
|
create_component(button.$$.fragment);
|
6143
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6143
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
6144
6144
|
},
|
6145
6145
|
m(target, anchor) {
|
6146
6146
|
insert(target, div, anchor);
|
@@ -6159,7 +6159,7 @@ function create_fragment$1h(ctx) {
|
|
6159
6159
|
|
6160
6160
|
button.$set(button_changes);
|
6161
6161
|
|
6162
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6162
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
6163
6163
|
attr(div, "class", div_class_value);
|
6164
6164
|
}
|
6165
6165
|
},
|
@@ -6231,7 +6231,7 @@ class ImageElement extends SvelteComponent {
|
|
6231
6231
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6232
6232
|
|
6233
6233
|
function add_css$K(target) {
|
6234
|
-
append_styles(target, "svelte-
|
6234
|
+
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}");
|
6235
6235
|
}
|
6236
6236
|
|
6237
6237
|
function create_fragment$1g(ctx) {
|
@@ -6244,7 +6244,7 @@ function create_fragment$1g(ctx) {
|
|
6244
6244
|
c() {
|
6245
6245
|
div = element("div");
|
6246
6246
|
if (default_slot) default_slot.c();
|
6247
|
-
attr(div, "class", "list svelte-
|
6247
|
+
attr(div, "class", "list svelte-1t8r9z");
|
6248
6248
|
attr(div, "style", /*style*/ ctx[0]);
|
6249
6249
|
},
|
6250
6250
|
m(target, anchor) {
|
@@ -6378,7 +6378,7 @@ let List$1 = class List extends SvelteComponent {
|
|
6378
6378
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6379
6379
|
|
6380
6380
|
function add_css$J(target) {
|
6381
|
-
append_styles(target, "svelte-
|
6381
|
+
append_styles(target, "svelte-1lbw8v2", ".list-item.svelte-1lbw8v2{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-1lbw8v2 > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6382
6382
|
}
|
6383
6383
|
|
6384
6384
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6448,7 +6448,7 @@ function create_fragment$1f(ctx) {
|
|
6448
6448
|
c() {
|
6449
6449
|
div = element("div");
|
6450
6450
|
create_component(button.$$.fragment);
|
6451
|
-
attr(div, "class", "list-item svelte-
|
6451
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
6452
6452
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6453
6453
|
},
|
6454
6454
|
m(target, anchor) {
|
@@ -6574,7 +6574,7 @@ let ListItem$1 = class ListItem extends SvelteComponent {
|
|
6574
6574
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6575
6575
|
|
6576
6576
|
function add_css$I(target) {
|
6577
|
-
append_styles(target, "svelte-
|
6577
|
+
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}");
|
6578
6578
|
}
|
6579
6579
|
|
6580
6580
|
function create_fragment$1e(ctx) {
|
@@ -6583,7 +6583,7 @@ function create_fragment$1e(ctx) {
|
|
6583
6583
|
return {
|
6584
6584
|
c() {
|
6585
6585
|
div = element("div");
|
6586
|
-
attr(div, "class", "embed svelte-
|
6586
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
6587
6587
|
attr(div, "style", /*_style*/ ctx[1]);
|
6588
6588
|
},
|
6589
6589
|
m(target, anchor) {
|
@@ -6626,7 +6626,7 @@ class EmbedElement extends SvelteComponent {
|
|
6626
6626
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6627
6627
|
|
6628
6628
|
function add_css$H(target) {
|
6629
|
-
append_styles(target, "svelte-
|
6629
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6630
6630
|
}
|
6631
6631
|
|
6632
6632
|
function create_fragment$1d(ctx) {
|
@@ -6638,7 +6638,7 @@ function create_fragment$1d(ctx) {
|
|
6638
6638
|
div1 = element("div");
|
6639
6639
|
div0 = element("div");
|
6640
6640
|
attr(div0, "class", "karte-player");
|
6641
|
-
attr(div1, "class", "embed svelte-
|
6641
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6642
6642
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6643
6643
|
},
|
6644
6644
|
m(target, anchor) {
|
@@ -6980,7 +6980,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6980
6980
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6981
6981
|
|
6982
6982
|
function add_css$G(target) {
|
6983
|
-
append_styles(target, "svelte-
|
6983
|
+
append_styles(target, "svelte-ljxq7x", ".embed.svelte-ljxq7x{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-ljxq7x iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6984
6984
|
}
|
6985
6985
|
|
6986
6986
|
function create_fragment$1c(ctx) {
|
@@ -6992,7 +6992,7 @@ function create_fragment$1c(ctx) {
|
|
6992
6992
|
div1 = element("div");
|
6993
6993
|
div0 = element("div");
|
6994
6994
|
attr(div0, "class", "karte-player");
|
6995
|
-
attr(div1, "class", "embed svelte-
|
6995
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6996
6996
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6997
6997
|
},
|
6998
6998
|
m(target, anchor) {
|
@@ -7176,7 +7176,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7176
7176
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7177
7177
|
|
7178
7178
|
function add_css$F(target) {
|
7179
|
-
append_styles(target, "svelte-
|
7179
|
+
append_styles(target, "svelte-1fjy5oo", ".textarea-wrapper.svelte-1fjy5oo{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-1fjy5oo{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-1fjy5oo::placeholder{color:var(--placeholder-color)}.textarea.svelte-1fjy5oo:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7180
7180
|
}
|
7181
7181
|
|
7182
7182
|
function create_fragment$1b(ctx) {
|
@@ -7189,12 +7189,12 @@ function create_fragment$1b(ctx) {
|
|
7189
7189
|
c() {
|
7190
7190
|
div = element("div");
|
7191
7191
|
textarea = element("textarea");
|
7192
|
-
attr(textarea, "class", "textarea svelte-
|
7192
|
+
attr(textarea, "class", "textarea svelte-1fjy5oo");
|
7193
7193
|
textarea.value = /*$value*/ ctx[4];
|
7194
7194
|
textarea.required = /*required*/ ctx[1];
|
7195
7195
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7196
7196
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7197
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7197
|
+
attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
|
7198
7198
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7199
7199
|
},
|
7200
7200
|
m(target, anchor) {
|
@@ -7346,7 +7346,7 @@ class FormTextarea extends SvelteComponent {
|
|
7346
7346
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7347
7347
|
|
7348
7348
|
function add_css$E(target) {
|
7349
|
-
append_styles(target, "svelte-
|
7349
|
+
append_styles(target, "svelte-1ntb6j8", ".radio-buttons.svelte-1ntb6j8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-1ntb6j8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-1ntb6j8{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-1ntb6j8:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-1ntb6j8{margin-left:0.5em}");
|
7350
7350
|
}
|
7351
7351
|
|
7352
7352
|
function get_each_context$7(ctx, list, i) {
|
@@ -7380,14 +7380,14 @@ function create_each_block$7(ctx) {
|
|
7380
7380
|
t1 = text(t1_value);
|
7381
7381
|
t2 = space();
|
7382
7382
|
attr(input, "type", "radio");
|
7383
|
-
attr(input, "class", "radio-button-input svelte-
|
7383
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
7384
7384
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7385
7385
|
attr(input, "name", /*name*/ ctx[0]);
|
7386
7386
|
input.value = input_value_value = /*option*/ ctx[17];
|
7387
7387
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7388
|
-
attr(span, "class", "radio-button-text svelte-
|
7388
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
7389
7389
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7390
|
-
attr(label, "class", "radio-button svelte-
|
7390
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
7391
7391
|
},
|
7392
7392
|
m(target, anchor) {
|
7393
7393
|
insert(target, label, anchor);
|
@@ -7452,7 +7452,7 @@ function create_fragment$1a(ctx) {
|
|
7452
7452
|
each_blocks[i].c();
|
7453
7453
|
}
|
7454
7454
|
|
7455
|
-
attr(div, "class", "radio-buttons svelte-
|
7455
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
7456
7456
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7457
7457
|
},
|
7458
7458
|
m(target, anchor) {
|
@@ -7621,7 +7621,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7621
7621
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7622
7622
|
|
7623
7623
|
function add_css$D(target) {
|
7624
|
-
append_styles(target, "svelte-
|
7624
|
+
append_styles(target, "svelte-iejizj", ".select.svelte-iejizj{width:100%;height:100%}.select-select.svelte-iejizj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-iejizj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-iejizj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7625
7625
|
}
|
7626
7626
|
|
7627
7627
|
function get_each_context$6(ctx, list, i) {
|
@@ -7755,10 +7755,10 @@ function create_fragment$19(ctx) {
|
|
7755
7755
|
|
7756
7756
|
t = space();
|
7757
7757
|
div0 = element("div");
|
7758
|
-
attr(select, "class", "select-select svelte-
|
7758
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7759
7759
|
attr(select, "style", /*style*/ ctx[3]);
|
7760
|
-
attr(div0, "class", "select-icon svelte-
|
7761
|
-
attr(div1, "class", "select svelte-
|
7760
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7761
|
+
attr(div1, "class", "select svelte-iejizj");
|
7762
7762
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7763
7763
|
},
|
7764
7764
|
m(target, anchor) {
|
@@ -7960,7 +7960,7 @@ class FormSelect extends SvelteComponent {
|
|
7960
7960
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7961
7961
|
|
7962
7962
|
function add_css$C(target) {
|
7963
|
-
append_styles(target, "svelte-
|
7963
|
+
append_styles(target, "svelte-2pz1us", ".check-boxes.svelte-2pz1us.svelte-2pz1us{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-2pz1us.svelte-2pz1us{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-2pz1us.svelte-2pz1us{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-2pz1us.svelte-2pz1us{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-2pz1us.svelte-2pz1us{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-2pz1us.svelte-2pz1us:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-2pz1us.svelte-2pz1us{background-color:var(--color-main-active)}.check-box-check._checked.svelte-2pz1us .check-box-icon.svelte-2pz1us:after{border-color:var(--color-sub-active)}.check-box-text.svelte-2pz1us.svelte-2pz1us{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7964
7964
|
}
|
7965
7965
|
|
7966
7966
|
function get_each_context$5(ctx, list, i) {
|
@@ -7999,19 +7999,19 @@ function create_each_block$5(ctx) {
|
|
7999
7999
|
span2 = element("span");
|
8000
8000
|
t2 = text(t2_value);
|
8001
8001
|
t3 = space();
|
8002
|
-
attr(input, "class", "check-box-input svelte-
|
8002
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
8003
8003
|
attr(input, "type", "checkbox");
|
8004
8004
|
attr(input, "name", /*name*/ ctx[0]);
|
8005
8005
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8006
|
-
attr(span0, "class", "check-box-icon svelte-
|
8006
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
8007
8007
|
|
8008
8008
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8009
8009
|
? ' _checked'
|
8010
|
-
: ''}`) + " svelte-
|
8010
|
+
: ''}`) + " svelte-2pz1us"));
|
8011
8011
|
|
8012
|
-
attr(span2, "class", "check-box-text svelte-
|
8012
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
8013
8013
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8014
|
-
attr(label, "class", "check-box svelte-
|
8014
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
8015
8015
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8016
8016
|
},
|
8017
8017
|
m(target, anchor) {
|
@@ -8043,7 +8043,7 @@ function create_each_block$5(ctx) {
|
|
8043
8043
|
|
8044
8044
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8045
8045
|
? ' _checked'
|
8046
|
-
: ''}`) + " svelte-
|
8046
|
+
: ''}`) + " svelte-2pz1us"))) {
|
8047
8047
|
attr(span1, "class", span1_class_value);
|
8048
8048
|
}
|
8049
8049
|
|
@@ -8082,7 +8082,7 @@ function create_fragment$18(ctx) {
|
|
8082
8082
|
each_blocks[i].c();
|
8083
8083
|
}
|
8084
8084
|
|
8085
|
-
attr(div, "class", "check-boxes svelte-
|
8085
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
8086
8086
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8087
8087
|
},
|
8088
8088
|
m(target, anchor) {
|
@@ -8257,7 +8257,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8257
8257
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8258
8258
|
|
8259
8259
|
function add_css$B(target) {
|
8260
|
-
append_styles(target, "svelte-
|
8260
|
+
append_styles(target, "svelte-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8261
8261
|
}
|
8262
8262
|
|
8263
8263
|
function get_each_context$4(ctx, list, i) {
|
@@ -8281,7 +8281,7 @@ function create_each_block$4(ctx) {
|
|
8281
8281
|
button = element("button");
|
8282
8282
|
t0 = text(t0_value);
|
8283
8283
|
t1 = space();
|
8284
|
-
attr(button, "class", "rating-button svelte-
|
8284
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
8285
8285
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8286
8286
|
},
|
8287
8287
|
m(target, anchor) {
|
@@ -8330,7 +8330,7 @@ function create_fragment$17(ctx) {
|
|
8330
8330
|
each_blocks[i].c();
|
8331
8331
|
}
|
8332
8332
|
|
8333
|
-
attr(div, "class", "rating-buttons svelte-
|
8333
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
8334
8334
|
},
|
8335
8335
|
m(target, anchor) {
|
8336
8336
|
insert(target, div, anchor);
|
@@ -8474,7 +8474,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8474
8474
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8475
8475
|
|
8476
8476
|
function add_css$A(target) {
|
8477
|
-
append_styles(target, "svelte-
|
8477
|
+
append_styles(target, "svelte-1b5dvzw", ".rating-buttons.svelte-1b5dvzw{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1b5dvzw{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-1b5dvzw{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-1b5dvzw:not(._active){filter:grayscale(100%)}");
|
8478
8478
|
}
|
8479
8479
|
|
8480
8480
|
function get_each_context$3(ctx, list, i) {
|
@@ -8499,9 +8499,9 @@ function create_each_block$3(ctx) {
|
|
8499
8499
|
img = element("img");
|
8500
8500
|
t = space();
|
8501
8501
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8502
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8502
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
8503
8503
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8504
|
-
attr(button, "class", "rating-button svelte-
|
8504
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
8505
8505
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8506
8506
|
},
|
8507
8507
|
m(target, anchor) {
|
@@ -8517,7 +8517,7 @@ function create_each_block$3(ctx) {
|
|
8517
8517
|
p(new_ctx, dirty) {
|
8518
8518
|
ctx = new_ctx;
|
8519
8519
|
|
8520
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8520
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"))) {
|
8521
8521
|
attr(img, "class", img_class_value);
|
8522
8522
|
}
|
8523
8523
|
|
@@ -8550,7 +8550,7 @@ function create_fragment$16(ctx) {
|
|
8550
8550
|
each_blocks[i].c();
|
8551
8551
|
}
|
8552
8552
|
|
8553
|
-
attr(div, "class", "rating-buttons svelte-
|
8553
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
8554
8554
|
},
|
8555
8555
|
m(target, anchor) {
|
8556
8556
|
insert(target, div, anchor);
|
@@ -8658,7 +8658,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8658
8658
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8659
8659
|
|
8660
8660
|
function add_css$z(target) {
|
8661
|
-
append_styles(target, "svelte-
|
8661
|
+
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}");
|
8662
8662
|
}
|
8663
8663
|
|
8664
8664
|
function create_fragment$15(ctx) {
|
@@ -8672,13 +8672,13 @@ function create_fragment$15(ctx) {
|
|
8672
8672
|
c() {
|
8673
8673
|
div = element("div");
|
8674
8674
|
input = element("input");
|
8675
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8675
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8676
8676
|
attr(input, "type", "text");
|
8677
8677
|
input.value = /*$value*/ ctx[2];
|
8678
8678
|
input.required = /*required*/ ctx[0];
|
8679
8679
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8680
8680
|
attr(input, "style", /*style*/ ctx[5]);
|
8681
|
-
attr(div, "class", "input-wrapper svelte-
|
8681
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8682
8682
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8683
8683
|
},
|
8684
8684
|
m(target, anchor) {
|
@@ -8691,7 +8691,7 @@ function create_fragment$15(ctx) {
|
|
8691
8691
|
}
|
8692
8692
|
},
|
8693
8693
|
p(ctx, [dirty]) {
|
8694
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8694
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8695
8695
|
attr(input, "class", input_class_value);
|
8696
8696
|
}
|
8697
8697
|
|
@@ -8879,7 +8879,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8879
8879
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8880
8880
|
|
8881
8881
|
function add_css$y(target) {
|
8882
|
-
append_styles(target, "svelte-
|
8882
|
+
append_styles(target, "svelte-pzrwlo", ".radio-buttons.svelte-pzrwlo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-pzrwlo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-pzrwlo{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-pzrwlo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-pzrwlo{margin-left:0.5em}");
|
8883
8883
|
}
|
8884
8884
|
|
8885
8885
|
function create_fragment$14(ctx) {
|
@@ -8917,20 +8917,20 @@ function create_fragment$14(ctx) {
|
|
8917
8917
|
span1 = element("span");
|
8918
8918
|
t4 = text("いいえ");
|
8919
8919
|
attr(input0, "type", "radio");
|
8920
|
-
attr(input0, "class", "radio-button-input svelte-
|
8920
|
+
attr(input0, "class", "radio-button-input svelte-pzrwlo");
|
8921
8921
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8922
8922
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8923
|
-
attr(span0, "class", "radio-button-text svelte-
|
8923
|
+
attr(span0, "class", "radio-button-text svelte-pzrwlo");
|
8924
8924
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8925
|
-
attr(label0, "class", "radio-button svelte-
|
8925
|
+
attr(label0, "class", "radio-button svelte-pzrwlo");
|
8926
8926
|
attr(input1, "type", "radio");
|
8927
|
-
attr(input1, "class", "radio-button-input svelte-
|
8927
|
+
attr(input1, "class", "radio-button-input svelte-pzrwlo");
|
8928
8928
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8929
8929
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8930
|
-
attr(span1, "class", "radio-button-text svelte-
|
8930
|
+
attr(span1, "class", "radio-button-text svelte-pzrwlo");
|
8931
8931
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8932
|
-
attr(label1, "class", "radio-button svelte-
|
8933
|
-
attr(div, "class", "radio-buttons svelte-
|
8932
|
+
attr(label1, "class", "radio-button svelte-pzrwlo");
|
8933
|
+
attr(div, "class", "radio-buttons svelte-pzrwlo");
|
8934
8934
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8935
8935
|
},
|
8936
8936
|
m(target, anchor) {
|
@@ -9098,7 +9098,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9098
9098
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9099
9099
|
|
9100
9100
|
function add_css$x(target) {
|
9101
|
-
append_styles(target, "svelte-
|
9101
|
+
append_styles(target, "svelte-1qfq79t", ".root.svelte-1qfq79t{width:100%;height:100%;position:relative}.container.svelte-1qfq79t{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-1qfq79t{height:100%;position:absolute;display:flex}.transition.svelte-1qfq79t{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-1qfq79t{height:100%;flex:none}.prev-button-container.svelte-1qfq79t,.next-button-container.svelte-1qfq79t{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-1qfq79t{left:0}.next-button-container.svelte-1qfq79t{right:0}.move-button.svelte-1qfq79t{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-1qfq79t{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-1qfq79t{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-1qfq79t{border-radius:51%}");
|
9102
9102
|
}
|
9103
9103
|
|
9104
9104
|
function get_each_context$2(ctx, list, i) {
|
@@ -9127,9 +9127,9 @@ function create_if_block_1$2(ctx) {
|
|
9127
9127
|
attr(svg, "viewBox", "0 0 10 16");
|
9128
9128
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9129
9129
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9130
|
-
attr(button, "class", "move-button svelte-
|
9130
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
9131
9131
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9132
|
-
attr(div, "class", "prev-button-container svelte-
|
9132
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
9133
9133
|
},
|
9134
9134
|
m(target, anchor) {
|
9135
9135
|
insert(target, div, anchor);
|
@@ -9178,9 +9178,9 @@ function create_if_block$9(ctx) {
|
|
9178
9178
|
attr(svg, "viewBox", "0 0 10 16");
|
9179
9179
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9180
9180
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9181
|
-
attr(button, "class", "move-button svelte-
|
9181
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
9182
9182
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9183
|
-
attr(div, "class", "next-button-container svelte-
|
9183
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
9184
9184
|
},
|
9185
9185
|
m(target, anchor) {
|
9186
9186
|
insert(target, div, anchor);
|
@@ -9228,9 +9228,9 @@ function create_each_block$2(ctx) {
|
|
9228
9228
|
button = element("button");
|
9229
9229
|
div = element("div");
|
9230
9230
|
t = space();
|
9231
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9231
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
9232
9232
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9233
|
-
attr(button, "class", "navigation-item svelte-
|
9233
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
9234
9234
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9235
9235
|
},
|
9236
9236
|
m(target, anchor) {
|
@@ -9307,14 +9307,14 @@ function create_fragment$13(ctx) {
|
|
9307
9307
|
each_blocks[i].c();
|
9308
9308
|
}
|
9309
9309
|
|
9310
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9310
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
9311
9311
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9312
|
-
attr(div1, "class", "container svelte-
|
9312
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
9313
9313
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9314
|
-
attr(div2, "class", "navigation svelte-
|
9314
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
9315
9315
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9316
9316
|
set_attributes(div3, div3_data);
|
9317
|
-
toggle_class(div3, "svelte-
|
9317
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9318
9318
|
},
|
9319
9319
|
m(target, anchor) {
|
9320
9320
|
insert(target, div3, anchor);
|
@@ -9356,7 +9356,7 @@ function create_fragment$13(ctx) {
|
|
9356
9356
|
}
|
9357
9357
|
}
|
9358
9358
|
|
9359
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9359
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
9360
9360
|
attr(div0, "class", div0_class_value);
|
9361
9361
|
}
|
9362
9362
|
|
@@ -9422,7 +9422,7 @@ function create_fragment$13(ctx) {
|
|
9422
9422
|
}
|
9423
9423
|
|
9424
9424
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9425
|
-
toggle_class(div3, "svelte-
|
9425
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9426
9426
|
},
|
9427
9427
|
i(local) {
|
9428
9428
|
if (current) return;
|
@@ -9934,7 +9934,7 @@ class Slide extends SvelteComponent {
|
|
9934
9934
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9935
9935
|
|
9936
9936
|
function add_css$w(target) {
|
9937
|
-
append_styles(target, "svelte-
|
9937
|
+
append_styles(target, "svelte-1rv0qgo", ".item.svelte-1rv0qgo{height:100%;flex:none;position:relative}.item.svelte-1rv0qgo img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1rv0qgo{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9938
9938
|
}
|
9939
9939
|
|
9940
9940
|
function create_fragment$12(ctx) {
|
@@ -9949,9 +9949,9 @@ function create_fragment$12(ctx) {
|
|
9949
9949
|
div1 = element("div");
|
9950
9950
|
div0 = element("div");
|
9951
9951
|
if (default_slot) default_slot.c();
|
9952
|
-
attr(div0, "class", "item-inner svelte-
|
9952
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
9953
9953
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9954
|
-
attr(div1, "class", "item svelte-
|
9954
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
9955
9955
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9956
9956
|
},
|
9957
9957
|
m(target, anchor) {
|
@@ -10077,7 +10077,7 @@ class SlideItem extends SvelteComponent {
|
|
10077
10077
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10078
10078
|
|
10079
10079
|
function add_css$v(target) {
|
10080
|
-
append_styles(target, "svelte-
|
10080
|
+
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}");
|
10081
10081
|
}
|
10082
10082
|
|
10083
10083
|
const get_default_slot_changes$1 = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -10095,9 +10095,9 @@ function create_fragment$11(ctx) {
|
|
10095
10095
|
div1 = element("div");
|
10096
10096
|
div0 = element("div");
|
10097
10097
|
if (default_slot) default_slot.c();
|
10098
|
-
attr(div0, "class", "countdown-inner svelte-
|
10098
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
10099
10099
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10100
|
-
attr(div1, "class", "countdown svelte-
|
10100
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
10101
10101
|
},
|
10102
10102
|
m(target, anchor) {
|
10103
10103
|
insert(target, div1, anchor);
|
@@ -10231,7 +10231,7 @@ class Countdown extends SvelteComponent {
|
|
10231
10231
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10232
10232
|
|
10233
10233
|
function add_css$u(target) {
|
10234
|
-
append_styles(target, "svelte-
|
10234
|
+
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}");
|
10235
10235
|
}
|
10236
10236
|
|
10237
10237
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10301,7 +10301,7 @@ function create_fragment$10(ctx) {
|
|
10301
10301
|
c() {
|
10302
10302
|
div = element("div");
|
10303
10303
|
create_component(button.$$.fragment);
|
10304
|
-
attr(div, "class", "box svelte-
|
10304
|
+
attr(div, "class", "box svelte-1c91vpe");
|
10305
10305
|
},
|
10306
10306
|
m(target, anchor) {
|
10307
10307
|
insert(target, div, anchor);
|
@@ -10362,7 +10362,7 @@ class Box extends SvelteComponent {
|
|
10362
10362
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10363
10363
|
|
10364
10364
|
function add_css$t(target) {
|
10365
|
-
append_styles(target, "svelte-
|
10365
|
+
append_styles(target, "svelte-1mk6wi4", ".icon.svelte-1mk6wi4{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mk6wi4 > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mk6wi4 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mk6wi4 svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10366
10366
|
}
|
10367
10367
|
|
10368
10368
|
// (56:4) {#if svg}
|
@@ -10444,7 +10444,7 @@ function create_fragment$$(ctx) {
|
|
10444
10444
|
c() {
|
10445
10445
|
div = element("div");
|
10446
10446
|
create_component(button.$$.fragment);
|
10447
|
-
attr(div, "class", "icon svelte-
|
10447
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
10448
10448
|
},
|
10449
10449
|
m(target, anchor) {
|
10450
10450
|
insert(target, div, anchor);
|
@@ -10553,7 +10553,7 @@ class IconElement extends SvelteComponent {
|
|
10553
10553
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10554
10554
|
|
10555
10555
|
function add_css$s(target) {
|
10556
|
-
append_styles(target, "svelte-
|
10556
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10557
10557
|
}
|
10558
10558
|
|
10559
10559
|
function create_fragment$_(ctx) {
|
@@ -10579,7 +10579,7 @@ function create_fragment$_(ctx) {
|
|
10579
10579
|
c() {
|
10580
10580
|
div = element("div");
|
10581
10581
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10582
|
-
attr(div, "class", "codeElement svelte-
|
10582
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
10583
10583
|
attr(div, "style", /*style*/ ctx[3]);
|
10584
10584
|
},
|
10585
10585
|
m(target, anchor) {
|
@@ -10668,7 +10668,7 @@ class CodeElement extends SvelteComponent {
|
|
10668
10668
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10669
10669
|
|
10670
10670
|
function add_css$r(target) {
|
10671
|
-
append_styles(target, "svelte-
|
10671
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
10672
10672
|
}
|
10673
10673
|
|
10674
10674
|
function create_fragment$Z(ctx) {
|
@@ -10682,7 +10682,7 @@ function create_fragment$Z(ctx) {
|
|
10682
10682
|
c() {
|
10683
10683
|
div = element("div");
|
10684
10684
|
if (default_slot) default_slot.c();
|
10685
|
-
attr(div, "class", "flex svelte-
|
10685
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
10686
10686
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10687
10687
|
},
|
10688
10688
|
m(target, anchor) {
|
@@ -10779,7 +10779,7 @@ class Flex extends SvelteComponent {
|
|
10779
10779
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10780
10780
|
|
10781
10781
|
function add_css$q(target) {
|
10782
|
-
append_styles(target, "svelte-
|
10782
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10783
10783
|
}
|
10784
10784
|
|
10785
10785
|
function create_fragment$Y(ctx) {
|
@@ -10792,7 +10792,7 @@ function create_fragment$Y(ctx) {
|
|
10792
10792
|
c() {
|
10793
10793
|
div = element("div");
|
10794
10794
|
if (default_slot) default_slot.c();
|
10795
|
-
attr(div, "class", "flex-item svelte-
|
10795
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
10796
10796
|
attr(div, "style", /*style*/ ctx[0]);
|
10797
10797
|
},
|
10798
10798
|
m(target, anchor) {
|
@@ -11200,7 +11200,7 @@ class GridModalState extends SvelteComponent {
|
|
11200
11200
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11201
11201
|
|
11202
11202
|
function add_css$p(target) {
|
11203
|
-
append_styles(target, "svelte-
|
11203
|
+
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%}");
|
11204
11204
|
}
|
11205
11205
|
|
11206
11206
|
function create_fragment$W(ctx) {
|
@@ -11216,8 +11216,8 @@ function create_fragment$W(ctx) {
|
|
11216
11216
|
div1 = element("div");
|
11217
11217
|
div0 = element("div");
|
11218
11218
|
create_component(rendertext.$$.fragment);
|
11219
|
-
attr(div0, "class", "text-block-inner svelte-
|
11220
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11219
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
11220
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
11221
11221
|
attr(div1, "style", /*style*/ ctx[2]);
|
11222
11222
|
},
|
11223
11223
|
m(target, anchor) {
|
@@ -11231,7 +11231,7 @@ function create_fragment$W(ctx) {
|
|
11231
11231
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11232
11232
|
rendertext.$set(rendertext_changes);
|
11233
11233
|
|
11234
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11234
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
11235
11235
|
attr(div1, "class", div1_class_value);
|
11236
11236
|
}
|
11237
11237
|
|
@@ -11309,7 +11309,7 @@ class TextBlock extends SvelteComponent {
|
|
11309
11309
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11310
11310
|
|
11311
11311
|
function add_css$o(target) {
|
11312
|
-
append_styles(target, "svelte-
|
11312
|
+
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)}");
|
11313
11313
|
}
|
11314
11314
|
|
11315
11315
|
function create_fragment$V(ctx) {
|
@@ -11326,9 +11326,9 @@ function create_fragment$V(ctx) {
|
|
11326
11326
|
div = element("div");
|
11327
11327
|
button = element("button");
|
11328
11328
|
create_component(rendertext.$$.fragment);
|
11329
|
-
attr(button, "class", "text-button svelte-
|
11329
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
11330
11330
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11331
|
-
attr(div, "class", "text-button-block svelte-
|
11331
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
11332
11332
|
attr(div, "style", /*_style*/ ctx[2]);
|
11333
11333
|
},
|
11334
11334
|
m(target, anchor) {
|
@@ -11434,7 +11434,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11434
11434
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11435
11435
|
|
11436
11436
|
function add_css$n(target) {
|
11437
|
-
append_styles(target, "svelte-
|
11437
|
+
append_styles(target, "svelte-1jus6sx", ".image-block.svelte-1jus6sx{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1jus6sx{width:100%;height:100%}.transport.svelte-1jus6sx:hover,.transport.svelte-1jus6sx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11438
11438
|
}
|
11439
11439
|
|
11440
11440
|
function create_fragment$U(ctx) {
|
@@ -11450,14 +11450,14 @@ function create_fragment$U(ctx) {
|
|
11450
11450
|
c() {
|
11451
11451
|
div = element("div");
|
11452
11452
|
img = element("img");
|
11453
|
-
attr(img, "class", "image svelte-
|
11453
|
+
attr(img, "class", "image svelte-1jus6sx");
|
11454
11454
|
attr(img, "loading", "lazy");
|
11455
11455
|
attr(img, "width", "auto");
|
11456
11456
|
attr(img, "height", "auto");
|
11457
11457
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11458
11458
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11459
11459
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11460
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11460
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
11461
11461
|
attr(div, "style", /*_style*/ ctx[5]);
|
11462
11462
|
},
|
11463
11463
|
m(target, anchor) {
|
@@ -11482,7 +11482,7 @@ function create_fragment$U(ctx) {
|
|
11482
11482
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11483
11483
|
}
|
11484
11484
|
|
11485
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11485
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
11486
11486
|
attr(div, "class", div_class_value);
|
11487
11487
|
}
|
11488
11488
|
|
@@ -11935,7 +11935,7 @@ const AVATAR_SIZE_STYLES = {
|
|
11935
11935
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11936
11936
|
|
11937
11937
|
function add_css$m(target) {
|
11938
|
-
append_styles(target, "svelte-
|
11938
|
+
append_styles(target, "svelte-apww0t", ".avatar.svelte-apww0t{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
|
11939
11939
|
}
|
11940
11940
|
|
11941
11941
|
// (42:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -11965,7 +11965,7 @@ function create_dynamic_element$b(ctx) {
|
|
11965
11965
|
svelte_element = element(/*element*/ ctx[5]);
|
11966
11966
|
img = element("img");
|
11967
11967
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11968
|
-
attr(img, "class", "avatar-image svelte-
|
11968
|
+
attr(img, "class", "avatar-image svelte-apww0t");
|
11969
11969
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11970
11970
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11971
11971
|
|
@@ -11975,7 +11975,7 @@ function create_dynamic_element$b(ctx) {
|
|
11975
11975
|
set_attributes(svelte_element, svelte_element_data);
|
11976
11976
|
}
|
11977
11977
|
|
11978
|
-
toggle_class(svelte_element, "svelte-
|
11978
|
+
toggle_class(svelte_element, "svelte-apww0t", true);
|
11979
11979
|
},
|
11980
11980
|
m(target, anchor) {
|
11981
11981
|
insert(target, svelte_element, anchor);
|
@@ -12012,7 +12012,7 @@ function create_dynamic_element$b(ctx) {
|
|
12012
12012
|
set_attributes(svelte_element, svelte_element_data);
|
12013
12013
|
}
|
12014
12014
|
|
12015
|
-
toggle_class(svelte_element, "svelte-
|
12015
|
+
toggle_class(svelte_element, "svelte-apww0t", true);
|
12016
12016
|
},
|
12017
12017
|
d(detaching) {
|
12018
12018
|
if (detaching) detach(svelte_element);
|
@@ -13817,7 +13817,7 @@ const ICON_VARIANTS = {
|
|
13817
13817
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13818
13818
|
|
13819
13819
|
function add_css$l(target) {
|
13820
|
-
append_styles(target, "svelte-
|
13820
|
+
append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
|
13821
13821
|
}
|
13822
13822
|
|
13823
13823
|
// (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -13865,7 +13865,7 @@ function create_dynamic_element$a(ctx) {
|
|
13865
13865
|
set_attributes(svelte_element, svelte_element_data);
|
13866
13866
|
}
|
13867
13867
|
|
13868
|
-
toggle_class(svelte_element, "svelte-
|
13868
|
+
toggle_class(svelte_element, "svelte-mut6o2", true);
|
13869
13869
|
},
|
13870
13870
|
m(target, anchor) {
|
13871
13871
|
insert(target, svelte_element, anchor);
|
@@ -13918,7 +13918,7 @@ function create_dynamic_element$a(ctx) {
|
|
13918
13918
|
set_attributes(svelte_element, svelte_element_data);
|
13919
13919
|
}
|
13920
13920
|
|
13921
|
-
toggle_class(svelte_element, "svelte-
|
13921
|
+
toggle_class(svelte_element, "svelte-mut6o2", true);
|
13922
13922
|
},
|
13923
13923
|
i(local) {
|
13924
13924
|
if (current) return;
|
@@ -14216,7 +14216,7 @@ function darkenColor(color, percent) {
|
|
14216
14216
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
14217
14217
|
|
14218
14218
|
function add_css$k(target) {
|
14219
|
-
append_styles(target, "svelte-
|
14219
|
+
append_styles(target, "svelte-brd6e9", ".button.svelte-brd6e9{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, border-color 0.12s, color 0.12s;cursor:pointer;color:var(--color);border-color:var(--border-color);background-color:var(--bg-color)}.button.svelte-brd6e9:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-brd6e9{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14220
14220
|
}
|
14221
14221
|
|
14222
14222
|
// (91:2) {#if props.isIcon && props.iconVariant}
|
@@ -14240,7 +14240,7 @@ function create_if_block$7(ctx) {
|
|
14240
14240
|
c() {
|
14241
14241
|
div = element("div");
|
14242
14242
|
create_component(icon.$$.fragment);
|
14243
|
-
attr(div, "class", "button-icon svelte-
|
14243
|
+
attr(div, "class", "button-icon svelte-brd6e9");
|
14244
14244
|
},
|
14245
14245
|
m(target, anchor) {
|
14246
14246
|
insert(target, div, anchor);
|
@@ -14316,7 +14316,7 @@ function create_dynamic_element$9(ctx) {
|
|
14316
14316
|
set_attributes(svelte_element, svelte_element_data);
|
14317
14317
|
}
|
14318
14318
|
|
14319
|
-
toggle_class(svelte_element, "svelte-
|
14319
|
+
toggle_class(svelte_element, "svelte-brd6e9", true);
|
14320
14320
|
},
|
14321
14321
|
m(target, anchor) {
|
14322
14322
|
insert(target, svelte_element, anchor);
|
@@ -14371,7 +14371,7 @@ function create_dynamic_element$9(ctx) {
|
|
14371
14371
|
set_attributes(svelte_element, svelte_element_data);
|
14372
14372
|
}
|
14373
14373
|
|
14374
|
-
toggle_class(svelte_element, "svelte-
|
14374
|
+
toggle_class(svelte_element, "svelte-brd6e9", true);
|
14375
14375
|
},
|
14376
14376
|
i(local) {
|
14377
14377
|
if (current) return;
|
@@ -14646,7 +14646,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
14646
14646
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14647
14647
|
|
14648
14648
|
function add_css$j(target) {
|
14649
|
-
append_styles(target, "svelte-
|
14649
|
+
append_styles(target, "svelte-ypshn1", ".button-outlined.svelte-ypshn1{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, border-color 0.12s, color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-ypshn1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-ypshn1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14650
14650
|
}
|
14651
14651
|
|
14652
14652
|
// (53:2) {#if props.isIcon && props.iconVariant}
|
@@ -14670,7 +14670,7 @@ function create_if_block$6(ctx) {
|
|
14670
14670
|
c() {
|
14671
14671
|
div = element("div");
|
14672
14672
|
create_component(icon.$$.fragment);
|
14673
|
-
attr(div, "class", "button-outlined-icon svelte-
|
14673
|
+
attr(div, "class", "button-outlined-icon svelte-ypshn1");
|
14674
14674
|
},
|
14675
14675
|
m(target, anchor) {
|
14676
14676
|
insert(target, div, anchor);
|
@@ -14737,7 +14737,7 @@ function create_dynamic_element$8(ctx) {
|
|
14737
14737
|
t0 = space();
|
14738
14738
|
span = element("span");
|
14739
14739
|
t1 = text(t1_value);
|
14740
|
-
attr(span, "class", "button-outlined-label svelte-
|
14740
|
+
attr(span, "class", "button-outlined-label svelte-ypshn1");
|
14741
14741
|
|
14742
14742
|
if ((/-/).test(/*element*/ ctx[4])) {
|
14743
14743
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -14745,7 +14745,7 @@ function create_dynamic_element$8(ctx) {
|
|
14745
14745
|
set_attributes(svelte_element, svelte_element_data);
|
14746
14746
|
}
|
14747
14747
|
|
14748
|
-
toggle_class(svelte_element, "svelte-
|
14748
|
+
toggle_class(svelte_element, "svelte-ypshn1", true);
|
14749
14749
|
},
|
14750
14750
|
m(target, anchor) {
|
14751
14751
|
insert(target, svelte_element, anchor);
|
@@ -14799,7 +14799,7 @@ function create_dynamic_element$8(ctx) {
|
|
14799
14799
|
set_attributes(svelte_element, svelte_element_data);
|
14800
14800
|
}
|
14801
14801
|
|
14802
|
-
toggle_class(svelte_element, "svelte-
|
14802
|
+
toggle_class(svelte_element, "svelte-ypshn1", true);
|
14803
14803
|
},
|
14804
14804
|
i(local) {
|
14805
14805
|
if (current) return;
|
@@ -14991,7 +14991,7 @@ const getButtonTextThemeStyles = getPropStyles(callback$2);
|
|
14991
14991
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
14992
14992
|
|
14993
14993
|
function add_css$i(target) {
|
14994
|
-
append_styles(target, "svelte-
|
14994
|
+
append_styles(target, "svelte-lted9r", ".button-text.svelte-lted9r{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, border-color 0.12s, color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-lted9r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-lted9r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14995
14995
|
}
|
14996
14996
|
|
14997
14997
|
// (49:2) {#if props.isIcon && props.iconVariant}
|
@@ -15015,7 +15015,7 @@ function create_if_block$5(ctx) {
|
|
15015
15015
|
c() {
|
15016
15016
|
div = element("div");
|
15017
15017
|
create_component(icon.$$.fragment);
|
15018
|
-
attr(div, "class", "button-text-icon svelte-
|
15018
|
+
attr(div, "class", "button-text-icon svelte-lted9r");
|
15019
15019
|
},
|
15020
15020
|
m(target, anchor) {
|
15021
15021
|
insert(target, div, anchor);
|
@@ -15082,7 +15082,7 @@ function create_dynamic_element$7(ctx) {
|
|
15082
15082
|
t0 = space();
|
15083
15083
|
span = element("span");
|
15084
15084
|
t1 = text(t1_value);
|
15085
|
-
attr(span, "class", "button-text-label svelte-
|
15085
|
+
attr(span, "class", "button-text-label svelte-lted9r");
|
15086
15086
|
|
15087
15087
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15088
15088
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15090,7 +15090,7 @@ function create_dynamic_element$7(ctx) {
|
|
15090
15090
|
set_attributes(svelte_element, svelte_element_data);
|
15091
15091
|
}
|
15092
15092
|
|
15093
|
-
toggle_class(svelte_element, "svelte-
|
15093
|
+
toggle_class(svelte_element, "svelte-lted9r", true);
|
15094
15094
|
},
|
15095
15095
|
m(target, anchor) {
|
15096
15096
|
insert(target, svelte_element, anchor);
|
@@ -15144,7 +15144,7 @@ function create_dynamic_element$7(ctx) {
|
|
15144
15144
|
set_attributes(svelte_element, svelte_element_data);
|
15145
15145
|
}
|
15146
15146
|
|
15147
|
-
toggle_class(svelte_element, "svelte-
|
15147
|
+
toggle_class(svelte_element, "svelte-lted9r", true);
|
15148
15148
|
},
|
15149
15149
|
i(local) {
|
15150
15150
|
if (current) return;
|
@@ -15292,7 +15292,7 @@ const BUTTON_TEXT_THEME = {
|
|
15292
15292
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15293
15293
|
|
15294
15294
|
function add_css$h(target) {
|
15295
|
-
append_styles(target, "svelte-
|
15295
|
+
append_styles(target, "svelte-3133h2", ".close-button.svelte-3133h2.svelte-3133h2{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-3133h2 svg.svelte-3133h2{transition:transform 0.12s}.close-button.svelte-3133h2:hover svg.svelte-3133h2{transform:rotate(90deg)}.close-button-order-one.svelte-3133h2.svelte-3133h2{order:1}.close-button-order-two.svelte-3133h2.svelte-3133h2{order:2}");
|
15296
15296
|
}
|
15297
15297
|
|
15298
15298
|
// (90:2) {#if hasLabel}
|
@@ -15308,7 +15308,7 @@ function create_if_block$4(ctx) {
|
|
15308
15308
|
|
15309
15309
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
|
15310
15310
|
? 'close-button-order-one'
|
15311
|
-
: '') + " svelte-
|
15311
|
+
: '') + " svelte-3133h2");
|
15312
15312
|
},
|
15313
15313
|
m(target, anchor) {
|
15314
15314
|
insert(target, span, anchor);
|
@@ -15368,7 +15368,7 @@ function create_dynamic_element$6(ctx) {
|
|
15368
15368
|
set_style(svg, "width", "100%");
|
15369
15369
|
set_style(svg, "height", "100%");
|
15370
15370
|
attr(svg, "fill", /*color*/ ctx[8]);
|
15371
|
-
attr(svg, "class", "svelte-
|
15371
|
+
attr(svg, "class", "svelte-3133h2");
|
15372
15372
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
15373
15373
|
|
15374
15374
|
if ((/-/).test(/*element*/ ctx[6])) {
|
@@ -15377,7 +15377,7 @@ function create_dynamic_element$6(ctx) {
|
|
15377
15377
|
set_attributes(svelte_element, svelte_element_data);
|
15378
15378
|
}
|
15379
15379
|
|
15380
|
-
toggle_class(svelte_element, "svelte-
|
15380
|
+
toggle_class(svelte_element, "svelte-3133h2", true);
|
15381
15381
|
},
|
15382
15382
|
m(target, anchor) {
|
15383
15383
|
insert(target, svelte_element, anchor);
|
@@ -15423,7 +15423,7 @@ function create_dynamic_element$6(ctx) {
|
|
15423
15423
|
set_attributes(svelte_element, svelte_element_data);
|
15424
15424
|
}
|
15425
15425
|
|
15426
|
-
toggle_class(svelte_element, "svelte-
|
15426
|
+
toggle_class(svelte_element, "svelte-3133h2", true);
|
15427
15427
|
},
|
15428
15428
|
d(detaching) {
|
15429
15429
|
if (detaching) detach(svelte_element);
|
@@ -15639,7 +15639,7 @@ const ICON_SIZE_STYLES = {
|
|
15639
15639
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15640
15640
|
|
15641
15641
|
function add_css$g(target) {
|
15642
|
-
append_styles(target, "svelte-
|
15642
|
+
append_styles(target, "svelte-1y7kpsc", ".image.svelte-1y7kpsc{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.image-img.svelte-1y7kpsc{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
15643
15643
|
}
|
15644
15644
|
|
15645
15645
|
// (33:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -15670,7 +15670,7 @@ function create_dynamic_element$5(ctx) {
|
|
15670
15670
|
img = element("img");
|
15671
15671
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15672
15672
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15673
|
-
attr(img, "class", "image-img svelte-
|
15673
|
+
attr(img, "class", "image-img svelte-1y7kpsc");
|
15674
15674
|
|
15675
15675
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15676
15676
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15678,7 +15678,7 @@ function create_dynamic_element$5(ctx) {
|
|
15678
15678
|
set_attributes(svelte_element, svelte_element_data);
|
15679
15679
|
}
|
15680
15680
|
|
15681
|
-
toggle_class(svelte_element, "svelte-
|
15681
|
+
toggle_class(svelte_element, "svelte-1y7kpsc", true);
|
15682
15682
|
},
|
15683
15683
|
m(target, anchor) {
|
15684
15684
|
insert(target, svelte_element, anchor);
|
@@ -15711,7 +15711,7 @@ function create_dynamic_element$5(ctx) {
|
|
15711
15711
|
set_attributes(svelte_element, svelte_element_data);
|
15712
15712
|
}
|
15713
15713
|
|
15714
|
-
toggle_class(svelte_element, "svelte-
|
15714
|
+
toggle_class(svelte_element, "svelte-1y7kpsc", true);
|
15715
15715
|
},
|
15716
15716
|
d(detaching) {
|
15717
15717
|
if (detaching) detach(svelte_element);
|
@@ -15830,7 +15830,7 @@ const IMAGE_ASPECT_VARIANTS = {
|
|
15830
15830
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
15831
15831
|
|
15832
15832
|
function add_css$f(target) {
|
15833
|
-
append_styles(target, "svelte-
|
15833
|
+
append_styles(target, "svelte-1tjo4al", ".layout.svelte-1tjo4al{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-1tjo4al{cursor:pointer}.layout[data-clickable=true].svelte-1tjo4al:hover{opacity:0.8}");
|
15834
15834
|
}
|
15835
15835
|
|
15836
15836
|
// (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -15866,7 +15866,7 @@ function create_dynamic_element$4(ctx) {
|
|
15866
15866
|
set_attributes(svelte_element, svelte_element_data);
|
15867
15867
|
}
|
15868
15868
|
|
15869
|
-
toggle_class(svelte_element, "svelte-
|
15869
|
+
toggle_class(svelte_element, "svelte-1tjo4al", true);
|
15870
15870
|
},
|
15871
15871
|
m(target, anchor) {
|
15872
15872
|
insert(target, svelte_element, anchor);
|
@@ -15911,7 +15911,7 @@ function create_dynamic_element$4(ctx) {
|
|
15911
15911
|
set_attributes(svelte_element, svelte_element_data);
|
15912
15912
|
}
|
15913
15913
|
|
15914
|
-
toggle_class(svelte_element, "svelte-
|
15914
|
+
toggle_class(svelte_element, "svelte-1tjo4al", true);
|
15915
15915
|
},
|
15916
15916
|
i(local) {
|
15917
15917
|
if (current) return;
|
@@ -16035,7 +16035,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16035
16035
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16036
16036
|
|
16037
16037
|
function add_css$e(target) {
|
16038
|
-
append_styles(target, "svelte-
|
16038
|
+
append_styles(target, "svelte-1k4xkut", ".slider-list.svelte-1k4xkut{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
|
16039
16039
|
}
|
16040
16040
|
|
16041
16041
|
function get_each_context$1(ctx, list, i) {
|
@@ -16137,12 +16137,12 @@ function create_fragment$g(ctx) {
|
|
16137
16137
|
each_blocks[i].c();
|
16138
16138
|
}
|
16139
16139
|
|
16140
|
-
attr(ul, "class", "slider-list svelte-
|
16140
|
+
attr(ul, "class", "slider-list svelte-1k4xkut");
|
16141
16141
|
attr(ul, "style", ul_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16142
16142
|
attr(div0, "style", /*indicatorListStyle*/ ctx[4]);
|
16143
16143
|
attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
|
16144
16144
|
attr(div1, "style", /*style*/ ctx[6]);
|
16145
|
-
attr(div1, "class", "slider svelte-
|
16145
|
+
attr(div1, "class", "slider svelte-1k4xkut");
|
16146
16146
|
},
|
16147
16147
|
m(target, anchor) {
|
16148
16148
|
insert(target, div1, anchor);
|
@@ -16494,7 +16494,7 @@ class Slider extends SvelteComponent {
|
|
16494
16494
|
/* src/components-flex/slider/SliderItem.svelte generated by Svelte v3.53.1 */
|
16495
16495
|
|
16496
16496
|
function add_css$d(target) {
|
16497
|
-
append_styles(target, "svelte-
|
16497
|
+
append_styles(target, "svelte-j5pon4", ".slider-item.svelte-j5pon4{overflow:hidden}.slider-item-inner.svelte-j5pon4{text-decoration:none;background:none;border:0;margin:0;padding:0;color:inherit;-webkit-user-drag:none;user-select:none}");
|
16498
16498
|
}
|
16499
16499
|
|
16500
16500
|
// (10:2) <svelte:element {...attributes} this={element} class="slider-item-inner" on:click={handleClick} >
|
@@ -16523,7 +16523,7 @@ function create_dynamic_element$3(ctx) {
|
|
16523
16523
|
set_attributes(svelte_element, svelte_element_data);
|
16524
16524
|
}
|
16525
16525
|
|
16526
|
-
toggle_class(svelte_element, "svelte-
|
16526
|
+
toggle_class(svelte_element, "svelte-j5pon4", true);
|
16527
16527
|
},
|
16528
16528
|
m(target, anchor) {
|
16529
16529
|
insert(target, svelte_element, anchor);
|
@@ -16563,7 +16563,7 @@ function create_dynamic_element$3(ctx) {
|
|
16563
16563
|
set_attributes(svelte_element, svelte_element_data);
|
16564
16564
|
}
|
16565
16565
|
|
16566
|
-
toggle_class(svelte_element, "svelte-
|
16566
|
+
toggle_class(svelte_element, "svelte-j5pon4", true);
|
16567
16567
|
},
|
16568
16568
|
i(local) {
|
16569
16569
|
if (current) return;
|
@@ -16594,7 +16594,7 @@ function create_fragment$f(ctx) {
|
|
16594
16594
|
li = element("li");
|
16595
16595
|
if (svelte_element) svelte_element.c();
|
16596
16596
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
16597
|
-
attr(li, "class", "slider-item svelte-
|
16597
|
+
attr(li, "class", "slider-item svelte-j5pon4");
|
16598
16598
|
},
|
16599
16599
|
m(target, anchor) {
|
16600
16600
|
insert(target, li, anchor);
|
@@ -16751,7 +16751,7 @@ const TEXT_VARIANTS = {
|
|
16751
16751
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
16752
16752
|
|
16753
16753
|
function add_css$c(target) {
|
16754
|
-
append_styles(target, "svelte-
|
16754
|
+
append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
|
16755
16755
|
}
|
16756
16756
|
|
16757
16757
|
function create_fragment$e(ctx) {
|
@@ -16760,7 +16760,7 @@ function create_fragment$e(ctx) {
|
|
16760
16760
|
return {
|
16761
16761
|
c() {
|
16762
16762
|
p = element("p");
|
16763
|
-
attr(p, "class", "text svelte-
|
16763
|
+
attr(p, "class", "text svelte-14kt34i");
|
16764
16764
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
16765
16765
|
attr(p, "style", /*style*/ ctx[1]);
|
16766
16766
|
},
|
@@ -16878,7 +16878,7 @@ class Text extends SvelteComponent {
|
|
16878
16878
|
/* src/components-flex/rich-text/RichText.svelte generated by Svelte v3.53.1 */
|
16879
16879
|
|
16880
16880
|
function add_css$b(target) {
|
16881
|
-
append_styles(target, "svelte-
|
16881
|
+
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}");
|
16882
16882
|
}
|
16883
16883
|
|
16884
16884
|
function create_fragment$d(ctx) {
|
@@ -16888,7 +16888,7 @@ function create_fragment$d(ctx) {
|
|
16888
16888
|
return {
|
16889
16889
|
c() {
|
16890
16890
|
div = element("div");
|
16891
|
-
attr(div, "class", "rich-text svelte-
|
16891
|
+
attr(div, "class", "rich-text svelte-mq7h73");
|
16892
16892
|
attr(div, "style", /*style*/ ctx[2]);
|
16893
16893
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
16894
16894
|
},
|
@@ -17061,7 +17061,7 @@ const getTextLinkThemeStyles = getPropStyles(callback);
|
|
17061
17061
|
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
17062
17062
|
|
17063
17063
|
function add_css$a(target) {
|
17064
|
-
append_styles(target, "svelte-
|
17064
|
+
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}");
|
17065
17065
|
}
|
17066
17066
|
|
17067
17067
|
// (81:2) {#if props.isIcon && props.iconVariant}
|
@@ -17154,7 +17154,7 @@ function create_dynamic_element$2(ctx) {
|
|
17154
17154
|
set_attributes(svelte_element, svelte_element_data);
|
17155
17155
|
}
|
17156
17156
|
|
17157
|
-
toggle_class(svelte_element, "svelte-
|
17157
|
+
toggle_class(svelte_element, "svelte-1qyhpm7", true);
|
17158
17158
|
},
|
17159
17159
|
m(target, anchor) {
|
17160
17160
|
insert(target, svelte_element, anchor);
|
@@ -17207,7 +17207,7 @@ function create_dynamic_element$2(ctx) {
|
|
17207
17207
|
set_attributes(svelte_element, svelte_element_data);
|
17208
17208
|
}
|
17209
17209
|
|
17210
|
-
toggle_class(svelte_element, "svelte-
|
17210
|
+
toggle_class(svelte_element, "svelte-1qyhpm7", true);
|
17211
17211
|
},
|
17212
17212
|
i(local) {
|
17213
17213
|
if (current) return;
|
@@ -17390,7 +17390,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
17390
17390
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
17391
17391
|
|
17392
17392
|
function add_css$9(target) {
|
17393
|
-
append_styles(target, "svelte-
|
17393
|
+
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}");
|
17394
17394
|
}
|
17395
17395
|
|
17396
17396
|
// (14:0) {#if backgroundOverlay}
|
@@ -17403,7 +17403,7 @@ function create_if_block$2(ctx) {
|
|
17403
17403
|
return {
|
17404
17404
|
c() {
|
17405
17405
|
div = element("div");
|
17406
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17406
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
|
17407
17407
|
},
|
17408
17408
|
m(target, anchor) {
|
17409
17409
|
insert(target, div, anchor);
|
@@ -17414,7 +17414,7 @@ function create_if_block$2(ctx) {
|
|
17414
17414
|
}
|
17415
17415
|
},
|
17416
17416
|
p(ctx, dirty) {
|
17417
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17417
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
|
17418
17418
|
attr(div, "class", div_class_value);
|
17419
17419
|
}
|
17420
17420
|
},
|
@@ -17486,7 +17486,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
17486
17486
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
17487
17487
|
|
17488
17488
|
function add_css$8(target) {
|
17489
|
-
append_styles(target, "svelte-
|
17489
|
+
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}}");
|
17490
17490
|
}
|
17491
17491
|
|
17492
17492
|
// (225:0) {:else}
|
@@ -17627,7 +17627,7 @@ function create_if_block$1(ctx) {
|
|
17627
17627
|
c() {
|
17628
17628
|
div = element("div");
|
17629
17629
|
if (default_slot) default_slot.c();
|
17630
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17630
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
|
17631
17631
|
attr(div, "role", "dialog");
|
17632
17632
|
attr(div, "aria-modal", "true");
|
17633
17633
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
@@ -17661,7 +17661,7 @@ function create_if_block$1(ctx) {
|
|
17661
17661
|
}
|
17662
17662
|
}
|
17663
17663
|
|
17664
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17664
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
|
17665
17665
|
attr(div, "class", div_class_value);
|
17666
17666
|
}
|
17667
17667
|
|
@@ -18129,7 +18129,7 @@ class Modal extends SvelteComponent {
|
|
18129
18129
|
/* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
|
18130
18130
|
|
18131
18131
|
function add_css$7(target) {
|
18132
|
-
append_styles(target, "svelte-
|
18132
|
+
append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
18133
18133
|
}
|
18134
18134
|
|
18135
18135
|
function create_fragment$9(ctx) {
|
@@ -18139,7 +18139,7 @@ function create_fragment$9(ctx) {
|
|
18139
18139
|
return {
|
18140
18140
|
c() {
|
18141
18141
|
div = element("div");
|
18142
|
-
attr(div, "class", "code svelte-
|
18142
|
+
attr(div, "class", "code svelte-jviwnb");
|
18143
18143
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
18144
18144
|
},
|
18145
18145
|
m(target, anchor) {
|
@@ -18221,7 +18221,7 @@ const LIST_ITEM_CONTEXT_KEY = 'ListItemContext';
|
|
18221
18221
|
/* src/components-flex/list/List.svelte generated by Svelte v3.53.1 */
|
18222
18222
|
|
18223
18223
|
function add_css$6(target) {
|
18224
|
-
append_styles(target, "svelte-
|
18224
|
+
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)}");
|
18225
18225
|
}
|
18226
18226
|
|
18227
18227
|
function create_fragment$8(ctx) {
|
@@ -18235,7 +18235,7 @@ function create_fragment$8(ctx) {
|
|
18235
18235
|
ul = element("ul");
|
18236
18236
|
if (default_slot) default_slot.c();
|
18237
18237
|
attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
|
18238
|
-
attr(ul, "class", "list svelte-
|
18238
|
+
attr(ul, "class", "list svelte-5g0mcl");
|
18239
18239
|
attr(ul, "style", /*style*/ ctx[1]);
|
18240
18240
|
},
|
18241
18241
|
m(target, anchor) {
|
@@ -18347,7 +18347,7 @@ class List extends SvelteComponent {
|
|
18347
18347
|
/* src/components-flex/list/ListItem.svelte generated by Svelte v3.53.1 */
|
18348
18348
|
|
18349
18349
|
function add_css$5(target) {
|
18350
|
-
append_styles(target, "svelte-
|
18350
|
+
append_styles(target, "svelte-1e6dn58", ".list-item.svelte-1e6dn58{margin:0;padding:0}.list-item-inner.svelte-1e6dn58{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit}.list-item-inner.svelte-1e6dn58:hover{opacity:0.8}.list-item.svelte-1e6dn58: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)}");
|
18351
18351
|
}
|
18352
18352
|
|
18353
18353
|
// (29:2) <svelte:element {...attributes} this={element} class="list-item-inner" style={innerStyle} on:click={handleClick} >
|
@@ -18382,7 +18382,7 @@ function create_dynamic_element$1(ctx) {
|
|
18382
18382
|
set_attributes(svelte_element, svelte_element_data);
|
18383
18383
|
}
|
18384
18384
|
|
18385
|
-
toggle_class(svelte_element, "svelte-
|
18385
|
+
toggle_class(svelte_element, "svelte-1e6dn58", true);
|
18386
18386
|
},
|
18387
18387
|
m(target, anchor) {
|
18388
18388
|
insert(target, svelte_element, anchor);
|
@@ -18426,7 +18426,7 @@ function create_dynamic_element$1(ctx) {
|
|
18426
18426
|
set_attributes(svelte_element, svelte_element_data);
|
18427
18427
|
}
|
18428
18428
|
|
18429
|
-
toggle_class(svelte_element, "svelte-
|
18429
|
+
toggle_class(svelte_element, "svelte-1e6dn58", true);
|
18430
18430
|
},
|
18431
18431
|
i(local) {
|
18432
18432
|
if (current) return;
|
@@ -18456,7 +18456,7 @@ function create_fragment$7(ctx) {
|
|
18456
18456
|
c() {
|
18457
18457
|
li = element("li");
|
18458
18458
|
if (svelte_element) svelte_element.c();
|
18459
|
-
attr(li, "class", "list-item svelte-
|
18459
|
+
attr(li, "class", "list-item svelte-1e6dn58");
|
18460
18460
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
18461
18461
|
attr(li, "style", /*style*/ ctx[2]);
|
18462
18462
|
},
|
@@ -18599,7 +18599,7 @@ function splitNumberAndUnit(value) {
|
|
18599
18599
|
/* src/components-flex/multi-column/MultiColumn.svelte generated by Svelte v3.53.1 */
|
18600
18600
|
|
18601
18601
|
function add_css$4(target) {
|
18602
|
-
append_styles(target, "svelte-
|
18602
|
+
append_styles(target, "svelte-1csavnh", ".list.svelte-1csavnh{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
|
18603
18603
|
}
|
18604
18604
|
|
18605
18605
|
function create_fragment$6(ctx) {
|
@@ -18613,7 +18613,7 @@ function create_fragment$6(ctx) {
|
|
18613
18613
|
ul = element("ul");
|
18614
18614
|
if (default_slot) default_slot.c();
|
18615
18615
|
attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
|
18616
|
-
attr(ul, "class", "list svelte-
|
18616
|
+
attr(ul, "class", "list svelte-1csavnh");
|
18617
18617
|
attr(ul, "style", /*style*/ ctx[1]);
|
18618
18618
|
},
|
18619
18619
|
m(target, anchor) {
|
@@ -18725,7 +18725,7 @@ class MultiColumn extends SvelteComponent {
|
|
18725
18725
|
/* src/components-flex/multi-column/MultiColumnItem.svelte generated by Svelte v3.53.1 */
|
18726
18726
|
|
18727
18727
|
function add_css$3(target) {
|
18728
|
-
append_styles(target, "svelte-
|
18728
|
+
append_styles(target, "svelte-1mk0qj6", ".multi-column-item.svelte-1mk0qj6{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-1mk0qj6{display:flex;flex-direction:column;align-items:center;gap:var(--multi-column-item-gap);width:100%;text-decoration:none;color:inherit;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-1mk0qj6:hover{opacity:0.8}.multi-column-item.svelte-1mk0qj6: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)}");
|
18729
18729
|
}
|
18730
18730
|
|
18731
18731
|
// (29:2) <svelte:element {...attributes} this={element} class="multi-column-item-inner" on:click={handleClick} >
|
@@ -18754,7 +18754,7 @@ function create_dynamic_element(ctx) {
|
|
18754
18754
|
set_attributes(svelte_element, svelte_element_data);
|
18755
18755
|
}
|
18756
18756
|
|
18757
|
-
toggle_class(svelte_element, "svelte-
|
18757
|
+
toggle_class(svelte_element, "svelte-1mk0qj6", true);
|
18758
18758
|
},
|
18759
18759
|
m(target, anchor) {
|
18760
18760
|
insert(target, svelte_element, anchor);
|
@@ -18794,7 +18794,7 @@ function create_dynamic_element(ctx) {
|
|
18794
18794
|
set_attributes(svelte_element, svelte_element_data);
|
18795
18795
|
}
|
18796
18796
|
|
18797
|
-
toggle_class(svelte_element, "svelte-
|
18797
|
+
toggle_class(svelte_element, "svelte-1mk0qj6", true);
|
18798
18798
|
},
|
18799
18799
|
i(local) {
|
18800
18800
|
if (current) return;
|
@@ -18824,7 +18824,7 @@ function create_fragment$5(ctx) {
|
|
18824
18824
|
c() {
|
18825
18825
|
li = element("li");
|
18826
18826
|
if (svelte_element) svelte_element.c();
|
18827
|
-
attr(li, "class", "multi-column-item svelte-
|
18827
|
+
attr(li, "class", "multi-column-item svelte-1mk0qj6");
|
18828
18828
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
18829
18829
|
attr(li, "style", /*style*/ ctx[1]);
|
18830
18830
|
},
|
@@ -18940,7 +18940,7 @@ class MultiColumnItem extends SvelteComponent {
|
|
18940
18940
|
/* src/components-flex/youtube/Youtube.svelte generated by Svelte v3.53.1 */
|
18941
18941
|
|
18942
18942
|
function add_css$2(target) {
|
18943
|
-
append_styles(target, "svelte-
|
18943
|
+
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}");
|
18944
18944
|
}
|
18945
18945
|
|
18946
18946
|
function create_fragment$4(ctx) {
|
@@ -18952,7 +18952,7 @@ function create_fragment$4(ctx) {
|
|
18952
18952
|
div1 = element("div");
|
18953
18953
|
div0 = element("div");
|
18954
18954
|
attr(div0, "class", "youtube-player");
|
18955
|
-
attr(div1, "class", "youtube svelte-
|
18955
|
+
attr(div1, "class", "youtube svelte-1bgnrue");
|
18956
18956
|
attr(div1, "style", /*style*/ ctx[2]);
|
18957
18957
|
attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
|
18958
18958
|
},
|
@@ -19099,7 +19099,7 @@ class Youtube extends SvelteComponent {
|
|
19099
19099
|
/* src/components-flex/count-down/CountDown.svelte generated by Svelte v3.53.1 */
|
19100
19100
|
|
19101
19101
|
function add_css$1(target) {
|
19102
|
-
append_styles(target, "svelte-
|
19102
|
+
append_styles(target, "svelte-1eft5i1", ".countdown.svelte-1eft5i1{display:flex;align-items:center;gap:4px}");
|
19103
19103
|
}
|
19104
19104
|
|
19105
19105
|
const get_default_slot_changes = dirty => ({
|
@@ -19126,7 +19126,7 @@ function create_fragment$3(ctx) {
|
|
19126
19126
|
c() {
|
19127
19127
|
div = element("div");
|
19128
19128
|
if (default_slot) default_slot.c();
|
19129
|
-
attr(div, "class", "countdown svelte-
|
19129
|
+
attr(div, "class", "countdown svelte-1eft5i1");
|
19130
19130
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
19131
19131
|
},
|
19132
19132
|
m(target, anchor) {
|
@@ -19431,7 +19431,7 @@ class CountDownValue extends SvelteComponent {
|
|
19431
19431
|
/* src/components-flex/clip-copy/ClipCopy.svelte generated by Svelte v3.53.1 */
|
19432
19432
|
|
19433
19433
|
function add_css(target) {
|
19434
|
-
append_styles(target, "svelte-
|
19434
|
+
append_styles(target, "svelte-1z01gne", ".clipboard.svelte-1z01gne{position:relative;display:inline-flex}.clipboard-button.svelte-1z01gne{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-1z01gne:hover{opacity:0.8}.clipboard-button.svelte-1z01gne:active{opacity:0.6}.clipboard-tooltip.svelte-1z01gne{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-1z01gne: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-1z01gne{opacity:0;transform:translate(-50%, -80%)}");
|
19435
19435
|
}
|
19436
19436
|
|
19437
19437
|
function create_fragment$1(ctx) {
|
@@ -19455,10 +19455,10 @@ function create_fragment$1(ctx) {
|
|
19455
19455
|
t0 = space();
|
19456
19456
|
span = element("span");
|
19457
19457
|
t1 = text("コピーしました");
|
19458
|
-
attr(button, "class", "clipboard-button svelte-
|
19458
|
+
attr(button, "class", "clipboard-button svelte-1z01gne");
|
19459
19459
|
attr(span, "aria-hidden", span_aria_hidden_value = !/*showTooltip*/ ctx[2]);
|
19460
|
-
attr(span, "class", "clipboard-tooltip svelte-
|
19461
|
-
attr(div, "class", "clipboard svelte-
|
19460
|
+
attr(span, "class", "clipboard-tooltip svelte-1z01gne");
|
19461
|
+
attr(div, "class", "clipboard svelte-1z01gne");
|
19462
19462
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
19463
19463
|
},
|
19464
19464
|
m(target, anchor) {
|