@plaidev/karte-action-sdk 1.1.262-29016950.d6ccaa08 → 1.1.263
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
@@ -3363,7 +3363,7 @@ class State extends SvelteComponent {
|
|
3363
3363
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3364
3364
|
|
3365
3365
|
function add_css$S(target) {
|
3366
|
-
append_styles(target, "svelte-
|
3366
|
+
append_styles(target, "svelte-1amihue", ".state-item.svelte-1amihue{position:absolute;display:none}");
|
3367
3367
|
}
|
3368
3368
|
|
3369
3369
|
// (22:0) {#if $state === path}
|
@@ -3380,7 +3380,7 @@ function create_if_block$g(ctx) {
|
|
3380
3380
|
t = space();
|
3381
3381
|
if (default_slot) default_slot.c();
|
3382
3382
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3383
|
-
attr(div, "class", "state-item svelte-
|
3383
|
+
attr(div, "class", "state-item svelte-1amihue");
|
3384
3384
|
},
|
3385
3385
|
m(target, anchor) {
|
3386
3386
|
insert(target, div, anchor);
|
@@ -3702,7 +3702,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3702
3702
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3703
3703
|
|
3704
3704
|
function add_css$R(target) {
|
3705
|
-
append_styles(target, "svelte-
|
3705
|
+
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}");
|
3706
3706
|
}
|
3707
3707
|
|
3708
3708
|
// (14:0) {#if backgroundOverlay}
|
@@ -3715,7 +3715,7 @@ function create_if_block$f(ctx) {
|
|
3715
3715
|
return {
|
3716
3716
|
c() {
|
3717
3717
|
div = element("div");
|
3718
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3718
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"));
|
3719
3719
|
},
|
3720
3720
|
m(target, anchor) {
|
3721
3721
|
insert(target, div, anchor);
|
@@ -3726,7 +3726,7 @@ function create_if_block$f(ctx) {
|
|
3726
3726
|
}
|
3727
3727
|
},
|
3728
3728
|
p(ctx, dirty) {
|
3729
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3729
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-g6ucc2"))) {
|
3730
3730
|
attr(div, "class", div_class_value);
|
3731
3731
|
}
|
3732
3732
|
},
|
@@ -3832,7 +3832,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3832
3832
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3833
3833
|
|
3834
3834
|
function add_css$Q(target) {
|
3835
|
-
append_styles(target, "svelte-
|
3835
|
+
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}");
|
3836
3836
|
}
|
3837
3837
|
|
3838
3838
|
// (53:0) {:else}
|
@@ -3861,7 +3861,7 @@ function create_else_block$5(ctx) {
|
|
3861
3861
|
button = element("button");
|
3862
3862
|
if (default_slot) default_slot.c();
|
3863
3863
|
set_attributes(button, button_data);
|
3864
|
-
toggle_class(button, "svelte-
|
3864
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3865
3865
|
},
|
3866
3866
|
m(target, anchor) {
|
3867
3867
|
insert(target, button, anchor);
|
@@ -3900,7 +3900,7 @@ function create_else_block$5(ctx) {
|
|
3900
3900
|
dataAttrStopPropagation('click')
|
3901
3901
|
]));
|
3902
3902
|
|
3903
|
-
toggle_class(button, "svelte-
|
3903
|
+
toggle_class(button, "svelte-1kmu8zp", true);
|
3904
3904
|
},
|
3905
3905
|
i(local) {
|
3906
3906
|
if (current) return;
|
@@ -3931,7 +3931,7 @@ function create_if_block_2$2(ctx) {
|
|
3931
3931
|
c() {
|
3932
3932
|
div = element("div");
|
3933
3933
|
if (default_slot) default_slot.c();
|
3934
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3934
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1kmu8zp"));
|
3935
3935
|
attr(div, "style", /*style*/ ctx[1]);
|
3936
3936
|
},
|
3937
3937
|
m(target, anchor) {
|
@@ -4015,7 +4015,7 @@ function create_if_block_1$4(ctx) {
|
|
4015
4015
|
a = element("a");
|
4016
4016
|
if (default_slot) default_slot.c();
|
4017
4017
|
set_attributes(a, a_data);
|
4018
|
-
toggle_class(a, "svelte-
|
4018
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
4019
4019
|
},
|
4020
4020
|
m(target, anchor) {
|
4021
4021
|
insert(target, a, anchor);
|
@@ -4057,7 +4057,7 @@ function create_if_block_1$4(ctx) {
|
|
4057
4057
|
dataAttrStopPropagation('click')
|
4058
4058
|
]));
|
4059
4059
|
|
4060
|
-
toggle_class(a, "svelte-
|
4060
|
+
toggle_class(a, "svelte-1kmu8zp", true);
|
4061
4061
|
},
|
4062
4062
|
i(local) {
|
4063
4063
|
if (current) return;
|
@@ -4088,7 +4088,7 @@ function create_if_block$e(ctx) {
|
|
4088
4088
|
c() {
|
4089
4089
|
div = element("div");
|
4090
4090
|
if (default_slot) default_slot.c();
|
4091
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
4091
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1kmu8zp"));
|
4092
4092
|
attr(div, "style", /*style*/ ctx[1]);
|
4093
4093
|
},
|
4094
4094
|
m(target, anchor) {
|
@@ -4297,7 +4297,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4297
4297
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4298
4298
|
|
4299
4299
|
function add_css$P(target) {
|
4300
|
-
append_styles(target, "svelte-
|
4300
|
+
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}}");
|
4301
4301
|
}
|
4302
4302
|
|
4303
4303
|
// (278:0) {:else}
|
@@ -4447,7 +4447,7 @@ function create_if_block$d(ctx) {
|
|
4447
4447
|
c() {
|
4448
4448
|
div = element("div");
|
4449
4449
|
create_component(button.$$.fragment);
|
4450
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4450
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"));
|
4451
4451
|
attr(div, "role", "dialog");
|
4452
4452
|
attr(div, "aria-modal", "true");
|
4453
4453
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4471,7 +4471,7 @@ function create_if_block$d(ctx) {
|
|
4471
4471
|
|
4472
4472
|
button.$set(button_changes);
|
4473
4473
|
|
4474
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4474
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1i2vo31"))) {
|
4475
4475
|
attr(div, "class", div_class_value);
|
4476
4476
|
}
|
4477
4477
|
},
|
@@ -4526,7 +4526,7 @@ function create_if_block_1$3(ctx) {
|
|
4526
4526
|
c() {
|
4527
4527
|
div = element("div");
|
4528
4528
|
create_component(button.$$.fragment);
|
4529
|
-
attr(div, "class", "close svelte-
|
4529
|
+
attr(div, "class", "close svelte-1i2vo31");
|
4530
4530
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4531
4531
|
},
|
4532
4532
|
m(target, anchor) {
|
@@ -4615,7 +4615,7 @@ function create_default_slot$7(ctx) {
|
|
4615
4615
|
t = space();
|
4616
4616
|
div = element("div");
|
4617
4617
|
if (default_slot) default_slot.c();
|
4618
|
-
attr(div, "class", "modal-content svelte-
|
4618
|
+
attr(div, "class", "modal-content svelte-1i2vo31");
|
4619
4619
|
attr(div, "style", /*_style*/ ctx[5]);
|
4620
4620
|
},
|
4621
4621
|
m(target, anchor) {
|
@@ -5266,7 +5266,7 @@ class Grid extends SvelteComponent {
|
|
5266
5266
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5267
5267
|
|
5268
5268
|
function add_css$O(target) {
|
5269
|
-
append_styles(target, "svelte-
|
5269
|
+
append_styles(target, "svelte-1cryhmb", ".grid-item.svelte-1cryhmb{word-break:break-all;position:relative}.grid-item-inner.svelte-1cryhmb{position:absolute;inset:0}");
|
5270
5270
|
}
|
5271
5271
|
|
5272
5272
|
function create_fragment$1l(ctx) {
|
@@ -5281,8 +5281,8 @@ function create_fragment$1l(ctx) {
|
|
5281
5281
|
div1 = element("div");
|
5282
5282
|
div0 = element("div");
|
5283
5283
|
if (default_slot) default_slot.c();
|
5284
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5285
|
-
attr(div1, "class", "grid-item svelte-
|
5284
|
+
attr(div0, "class", "grid-item-inner svelte-1cryhmb");
|
5285
|
+
attr(div1, "class", "grid-item svelte-1cryhmb");
|
5286
5286
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5287
5287
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5288
5288
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5587,7 +5587,7 @@ class RenderText extends SvelteComponent {
|
|
5587
5587
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5588
5588
|
|
5589
5589
|
function add_css$N(target) {
|
5590
|
-
append_styles(target, "svelte-
|
5590
|
+
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}");
|
5591
5591
|
}
|
5592
5592
|
|
5593
5593
|
// (92:2) {:else}
|
@@ -5604,8 +5604,8 @@ function create_else_block$2(ctx) {
|
|
5604
5604
|
div1 = element("div");
|
5605
5605
|
div0 = element("div");
|
5606
5606
|
create_component(rendertext.$$.fragment);
|
5607
|
-
attr(div0, "class", "text-element-inner svelte-
|
5608
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5607
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5608
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5609
5609
|
attr(div1, "style", /*style*/ ctx[5]);
|
5610
5610
|
},
|
5611
5611
|
m(target, anchor) {
|
@@ -5619,7 +5619,7 @@ function create_else_block$2(ctx) {
|
|
5619
5619
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5620
5620
|
rendertext.$set(rendertext_changes);
|
5621
5621
|
|
5622
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5622
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"))) {
|
5623
5623
|
attr(div1, "class", div1_class_value);
|
5624
5624
|
}
|
5625
5625
|
|
@@ -5669,12 +5669,12 @@ function create_if_block$b(ctx) {
|
|
5669
5669
|
t2 = space();
|
5670
5670
|
div2 = element("div");
|
5671
5671
|
div2.textContent = "コピーできませんでした";
|
5672
|
-
attr(div0, "class", "text-element-inner svelte-
|
5672
|
+
attr(div0, "class", "text-element-inner svelte-vz6867");
|
5673
5673
|
attr(a, "href", '');
|
5674
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5674
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-vz6867"));
|
5675
5675
|
attr(a, "style", /*style*/ ctx[5]);
|
5676
|
-
attr(div1, "class", "tooltip svelte-
|
5677
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5676
|
+
attr(div1, "class", "tooltip svelte-vz6867");
|
5677
|
+
attr(div2, "class", "tooltip tooltip-error svelte-vz6867");
|
5678
5678
|
},
|
5679
5679
|
m(target, anchor) {
|
5680
5680
|
insert(target, a, anchor);
|
@@ -5698,7 +5698,7 @@ function create_if_block$b(ctx) {
|
|
5698
5698
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5699
5699
|
rendertext.$set(rendertext_changes);
|
5700
5700
|
|
5701
|
-
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-
|
5701
|
+
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"))) {
|
5702
5702
|
attr(a, "class", a_class_value);
|
5703
5703
|
}
|
5704
5704
|
|
@@ -5750,7 +5750,7 @@ function create_fragment$1j(ctx) {
|
|
5750
5750
|
c() {
|
5751
5751
|
div = element("div");
|
5752
5752
|
if_block.c();
|
5753
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5753
|
+
attr(div, "class", "text-element-wrapper svelte-vz6867");
|
5754
5754
|
},
|
5755
5755
|
m(target, anchor) {
|
5756
5756
|
insert(target, div, anchor);
|
@@ -5916,7 +5916,7 @@ class TextElement extends SvelteComponent {
|
|
5916
5916
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5917
5917
|
|
5918
5918
|
function add_css$M(target) {
|
5919
|
-
append_styles(target, "svelte-
|
5919
|
+
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)}");
|
5920
5920
|
}
|
5921
5921
|
|
5922
5922
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5972,7 +5972,7 @@ function create_fragment$1i(ctx) {
|
|
5972
5972
|
c() {
|
5973
5973
|
div = element("div");
|
5974
5974
|
create_component(button.$$.fragment);
|
5975
|
-
attr(div, "class", "text-button-element svelte-
|
5975
|
+
attr(div, "class", "text-button-element svelte-ujdxfc");
|
5976
5976
|
},
|
5977
5977
|
m(target, anchor) {
|
5978
5978
|
insert(target, div, anchor);
|
@@ -6064,7 +6064,7 @@ class TextButtonElement extends SvelteComponent {
|
|
6064
6064
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
6065
6065
|
|
6066
6066
|
function add_css$L(target) {
|
6067
|
-
append_styles(target, "svelte-
|
6067
|
+
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%}");
|
6068
6068
|
}
|
6069
6069
|
|
6070
6070
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -6076,7 +6076,7 @@ function create_default_slot$5(ctx) {
|
|
6076
6076
|
return {
|
6077
6077
|
c() {
|
6078
6078
|
img = element("img");
|
6079
|
-
attr(img, "class", "image svelte-
|
6079
|
+
attr(img, "class", "image svelte-1alkh1m");
|
6080
6080
|
attr(img, "loading", "lazy");
|
6081
6081
|
attr(img, "width", "auto");
|
6082
6082
|
attr(img, "height", "auto");
|
@@ -6138,7 +6138,7 @@ function create_fragment$1h(ctx) {
|
|
6138
6138
|
c() {
|
6139
6139
|
div = element("div");
|
6140
6140
|
create_component(button.$$.fragment);
|
6141
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6141
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m");
|
6142
6142
|
},
|
6143
6143
|
m(target, anchor) {
|
6144
6144
|
insert(target, div, anchor);
|
@@ -6157,7 +6157,7 @@ function create_fragment$1h(ctx) {
|
|
6157
6157
|
|
6158
6158
|
button.$set(button_changes);
|
6159
6159
|
|
6160
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6160
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1alkh1m")) {
|
6161
6161
|
attr(div, "class", div_class_value);
|
6162
6162
|
}
|
6163
6163
|
},
|
@@ -6229,7 +6229,7 @@ class ImageElement extends SvelteComponent {
|
|
6229
6229
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6230
6230
|
|
6231
6231
|
function add_css$K(target) {
|
6232
|
-
append_styles(target, "svelte-
|
6232
|
+
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}");
|
6233
6233
|
}
|
6234
6234
|
|
6235
6235
|
function create_fragment$1g(ctx) {
|
@@ -6242,7 +6242,7 @@ function create_fragment$1g(ctx) {
|
|
6242
6242
|
c() {
|
6243
6243
|
div = element("div");
|
6244
6244
|
if (default_slot) default_slot.c();
|
6245
|
-
attr(div, "class", "list svelte-
|
6245
|
+
attr(div, "class", "list svelte-1t8r9z");
|
6246
6246
|
attr(div, "style", /*style*/ ctx[0]);
|
6247
6247
|
},
|
6248
6248
|
m(target, anchor) {
|
@@ -6376,7 +6376,7 @@ let List$1 = class List extends SvelteComponent {
|
|
6376
6376
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6377
6377
|
|
6378
6378
|
function add_css$J(target) {
|
6379
|
-
append_styles(target, "svelte-
|
6379
|
+
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}");
|
6380
6380
|
}
|
6381
6381
|
|
6382
6382
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6446,7 +6446,7 @@ function create_fragment$1f(ctx) {
|
|
6446
6446
|
c() {
|
6447
6447
|
div = element("div");
|
6448
6448
|
create_component(button.$$.fragment);
|
6449
|
-
attr(div, "class", "list-item svelte-
|
6449
|
+
attr(div, "class", "list-item svelte-1lbw8v2");
|
6450
6450
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6451
6451
|
},
|
6452
6452
|
m(target, anchor) {
|
@@ -6572,7 +6572,7 @@ let ListItem$1 = class ListItem extends SvelteComponent {
|
|
6572
6572
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6573
6573
|
|
6574
6574
|
function add_css$I(target) {
|
6575
|
-
append_styles(target, "svelte-
|
6575
|
+
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}");
|
6576
6576
|
}
|
6577
6577
|
|
6578
6578
|
function create_fragment$1e(ctx) {
|
@@ -6581,7 +6581,7 @@ function create_fragment$1e(ctx) {
|
|
6581
6581
|
return {
|
6582
6582
|
c() {
|
6583
6583
|
div = element("div");
|
6584
|
-
attr(div, "class", "embed svelte-
|
6584
|
+
attr(div, "class", "embed svelte-w6jkzh");
|
6585
6585
|
attr(div, "style", /*_style*/ ctx[1]);
|
6586
6586
|
},
|
6587
6587
|
m(target, anchor) {
|
@@ -6624,7 +6624,7 @@ class EmbedElement extends SvelteComponent {
|
|
6624
6624
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6625
6625
|
|
6626
6626
|
function add_css$H(target) {
|
6627
|
-
append_styles(target, "svelte-
|
6627
|
+
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%}");
|
6628
6628
|
}
|
6629
6629
|
|
6630
6630
|
function create_fragment$1d(ctx) {
|
@@ -6636,7 +6636,7 @@ function create_fragment$1d(ctx) {
|
|
6636
6636
|
div1 = element("div");
|
6637
6637
|
div0 = element("div");
|
6638
6638
|
attr(div0, "class", "karte-player");
|
6639
|
-
attr(div1, "class", "embed svelte-
|
6639
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6640
6640
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6641
6641
|
},
|
6642
6642
|
m(target, anchor) {
|
@@ -6978,7 +6978,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6978
6978
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6979
6979
|
|
6980
6980
|
function add_css$G(target) {
|
6981
|
-
append_styles(target, "svelte-
|
6981
|
+
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%}");
|
6982
6982
|
}
|
6983
6983
|
|
6984
6984
|
function create_fragment$1c(ctx) {
|
@@ -6990,7 +6990,7 @@ function create_fragment$1c(ctx) {
|
|
6990
6990
|
div1 = element("div");
|
6991
6991
|
div0 = element("div");
|
6992
6992
|
attr(div0, "class", "karte-player");
|
6993
|
-
attr(div1, "class", "embed svelte-
|
6993
|
+
attr(div1, "class", "embed svelte-ljxq7x");
|
6994
6994
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6995
6995
|
},
|
6996
6996
|
m(target, anchor) {
|
@@ -7174,7 +7174,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7174
7174
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7175
7175
|
|
7176
7176
|
function add_css$F(target) {
|
7177
|
-
append_styles(target, "svelte-
|
7177
|
+
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}");
|
7178
7178
|
}
|
7179
7179
|
|
7180
7180
|
function create_fragment$1b(ctx) {
|
@@ -7187,12 +7187,12 @@ function create_fragment$1b(ctx) {
|
|
7187
7187
|
c() {
|
7188
7188
|
div = element("div");
|
7189
7189
|
textarea = element("textarea");
|
7190
|
-
attr(textarea, "class", "textarea svelte-
|
7190
|
+
attr(textarea, "class", "textarea svelte-1fjy5oo");
|
7191
7191
|
textarea.value = /*$value*/ ctx[4];
|
7192
7192
|
textarea.required = /*required*/ ctx[1];
|
7193
7193
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7194
7194
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7195
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7195
|
+
attr(div, "class", "textarea-wrapper svelte-1fjy5oo");
|
7196
7196
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7197
7197
|
},
|
7198
7198
|
m(target, anchor) {
|
@@ -7344,7 +7344,7 @@ class FormTextarea extends SvelteComponent {
|
|
7344
7344
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7345
7345
|
|
7346
7346
|
function add_css$E(target) {
|
7347
|
-
append_styles(target, "svelte-
|
7347
|
+
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}");
|
7348
7348
|
}
|
7349
7349
|
|
7350
7350
|
function get_each_context$7(ctx, list, i) {
|
@@ -7378,14 +7378,14 @@ function create_each_block$7(ctx) {
|
|
7378
7378
|
t1 = text(t1_value);
|
7379
7379
|
t2 = space();
|
7380
7380
|
attr(input, "type", "radio");
|
7381
|
-
attr(input, "class", "radio-button-input svelte-
|
7381
|
+
attr(input, "class", "radio-button-input svelte-1ntb6j8");
|
7382
7382
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7383
7383
|
attr(input, "name", /*name*/ ctx[0]);
|
7384
7384
|
input.value = input_value_value = /*option*/ ctx[17];
|
7385
7385
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7386
|
-
attr(span, "class", "radio-button-text svelte-
|
7386
|
+
attr(span, "class", "radio-button-text svelte-1ntb6j8");
|
7387
7387
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7388
|
-
attr(label, "class", "radio-button svelte-
|
7388
|
+
attr(label, "class", "radio-button svelte-1ntb6j8");
|
7389
7389
|
},
|
7390
7390
|
m(target, anchor) {
|
7391
7391
|
insert(target, label, anchor);
|
@@ -7450,7 +7450,7 @@ function create_fragment$1a(ctx) {
|
|
7450
7450
|
each_blocks[i].c();
|
7451
7451
|
}
|
7452
7452
|
|
7453
|
-
attr(div, "class", "radio-buttons svelte-
|
7453
|
+
attr(div, "class", "radio-buttons svelte-1ntb6j8");
|
7454
7454
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7455
7455
|
},
|
7456
7456
|
m(target, anchor) {
|
@@ -7619,7 +7619,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7619
7619
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7620
7620
|
|
7621
7621
|
function add_css$D(target) {
|
7622
|
-
append_styles(target, "svelte-
|
7622
|
+
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}");
|
7623
7623
|
}
|
7624
7624
|
|
7625
7625
|
function get_each_context$6(ctx, list, i) {
|
@@ -7753,10 +7753,10 @@ function create_fragment$19(ctx) {
|
|
7753
7753
|
|
7754
7754
|
t = space();
|
7755
7755
|
div0 = element("div");
|
7756
|
-
attr(select, "class", "select-select svelte-
|
7756
|
+
attr(select, "class", "select-select svelte-iejizj");
|
7757
7757
|
attr(select, "style", /*style*/ ctx[3]);
|
7758
|
-
attr(div0, "class", "select-icon svelte-
|
7759
|
-
attr(div1, "class", "select svelte-
|
7758
|
+
attr(div0, "class", "select-icon svelte-iejizj");
|
7759
|
+
attr(div1, "class", "select svelte-iejizj");
|
7760
7760
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7761
7761
|
},
|
7762
7762
|
m(target, anchor) {
|
@@ -7958,7 +7958,7 @@ class FormSelect extends SvelteComponent {
|
|
7958
7958
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7959
7959
|
|
7960
7960
|
function add_css$C(target) {
|
7961
|
-
append_styles(target, "svelte-
|
7961
|
+
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}");
|
7962
7962
|
}
|
7963
7963
|
|
7964
7964
|
function get_each_context$5(ctx, list, i) {
|
@@ -7997,19 +7997,19 @@ function create_each_block$5(ctx) {
|
|
7997
7997
|
span2 = element("span");
|
7998
7998
|
t2 = text(t2_value);
|
7999
7999
|
t3 = space();
|
8000
|
-
attr(input, "class", "check-box-input svelte-
|
8000
|
+
attr(input, "class", "check-box-input svelte-2pz1us");
|
8001
8001
|
attr(input, "type", "checkbox");
|
8002
8002
|
attr(input, "name", /*name*/ ctx[0]);
|
8003
8003
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8004
|
-
attr(span0, "class", "check-box-icon svelte-
|
8004
|
+
attr(span0, "class", "check-box-icon svelte-2pz1us");
|
8005
8005
|
|
8006
8006
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8007
8007
|
? ' _checked'
|
8008
|
-
: ''}`) + " svelte-
|
8008
|
+
: ''}`) + " svelte-2pz1us"));
|
8009
8009
|
|
8010
|
-
attr(span2, "class", "check-box-text svelte-
|
8010
|
+
attr(span2, "class", "check-box-text svelte-2pz1us");
|
8011
8011
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8012
|
-
attr(label, "class", "check-box svelte-
|
8012
|
+
attr(label, "class", "check-box svelte-2pz1us");
|
8013
8013
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8014
8014
|
},
|
8015
8015
|
m(target, anchor) {
|
@@ -8041,7 +8041,7 @@ function create_each_block$5(ctx) {
|
|
8041
8041
|
|
8042
8042
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8043
8043
|
? ' _checked'
|
8044
|
-
: ''}`) + " svelte-
|
8044
|
+
: ''}`) + " svelte-2pz1us"))) {
|
8045
8045
|
attr(span1, "class", span1_class_value);
|
8046
8046
|
}
|
8047
8047
|
|
@@ -8080,7 +8080,7 @@ function create_fragment$18(ctx) {
|
|
8080
8080
|
each_blocks[i].c();
|
8081
8081
|
}
|
8082
8082
|
|
8083
|
-
attr(div, "class", "check-boxes svelte-
|
8083
|
+
attr(div, "class", "check-boxes svelte-2pz1us");
|
8084
8084
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8085
8085
|
},
|
8086
8086
|
m(target, anchor) {
|
@@ -8255,7 +8255,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8255
8255
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8256
8256
|
|
8257
8257
|
function add_css$B(target) {
|
8258
|
-
append_styles(target, "svelte-
|
8258
|
+
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}");
|
8259
8259
|
}
|
8260
8260
|
|
8261
8261
|
function get_each_context$4(ctx, list, i) {
|
@@ -8279,7 +8279,7 @@ function create_each_block$4(ctx) {
|
|
8279
8279
|
button = element("button");
|
8280
8280
|
t0 = text(t0_value);
|
8281
8281
|
t1 = space();
|
8282
|
-
attr(button, "class", "rating-button svelte-
|
8282
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
8283
8283
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8284
8284
|
},
|
8285
8285
|
m(target, anchor) {
|
@@ -8328,7 +8328,7 @@ function create_fragment$17(ctx) {
|
|
8328
8328
|
each_blocks[i].c();
|
8329
8329
|
}
|
8330
8330
|
|
8331
|
-
attr(div, "class", "rating-buttons svelte-
|
8331
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
8332
8332
|
},
|
8333
8333
|
m(target, anchor) {
|
8334
8334
|
insert(target, div, anchor);
|
@@ -8472,7 +8472,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8472
8472
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8473
8473
|
|
8474
8474
|
function add_css$A(target) {
|
8475
|
-
append_styles(target, "svelte-
|
8475
|
+
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%)}");
|
8476
8476
|
}
|
8477
8477
|
|
8478
8478
|
function get_each_context$3(ctx, list, i) {
|
@@ -8497,9 +8497,9 @@ function create_each_block$3(ctx) {
|
|
8497
8497
|
img = element("img");
|
8498
8498
|
t = space();
|
8499
8499
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8500
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8500
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-1b5dvzw"));
|
8501
8501
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8502
|
-
attr(button, "class", "rating-button svelte-
|
8502
|
+
attr(button, "class", "rating-button svelte-1b5dvzw");
|
8503
8503
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8504
8504
|
},
|
8505
8505
|
m(target, anchor) {
|
@@ -8515,7 +8515,7 @@ function create_each_block$3(ctx) {
|
|
8515
8515
|
p(new_ctx, dirty) {
|
8516
8516
|
ctx = new_ctx;
|
8517
8517
|
|
8518
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8518
|
+
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"))) {
|
8519
8519
|
attr(img, "class", img_class_value);
|
8520
8520
|
}
|
8521
8521
|
|
@@ -8548,7 +8548,7 @@ function create_fragment$16(ctx) {
|
|
8548
8548
|
each_blocks[i].c();
|
8549
8549
|
}
|
8550
8550
|
|
8551
|
-
attr(div, "class", "rating-buttons svelte-
|
8551
|
+
attr(div, "class", "rating-buttons svelte-1b5dvzw");
|
8552
8552
|
},
|
8553
8553
|
m(target, anchor) {
|
8554
8554
|
insert(target, div, anchor);
|
@@ -8656,7 +8656,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8656
8656
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8657
8657
|
|
8658
8658
|
function add_css$z(target) {
|
8659
|
-
append_styles(target, "svelte-
|
8659
|
+
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}");
|
8660
8660
|
}
|
8661
8661
|
|
8662
8662
|
function create_fragment$15(ctx) {
|
@@ -8670,13 +8670,13 @@ function create_fragment$15(ctx) {
|
|
8670
8670
|
c() {
|
8671
8671
|
div = element("div");
|
8672
8672
|
input = element("input");
|
8673
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8673
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8674
8674
|
attr(input, "type", "text");
|
8675
8675
|
input.value = /*$value*/ ctx[2];
|
8676
8676
|
input.required = /*required*/ ctx[0];
|
8677
8677
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8678
8678
|
attr(input, "style", /*style*/ ctx[5]);
|
8679
|
-
attr(div, "class", "input-wrapper svelte-
|
8679
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8680
8680
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8681
8681
|
},
|
8682
8682
|
m(target, anchor) {
|
@@ -8689,7 +8689,7 @@ function create_fragment$15(ctx) {
|
|
8689
8689
|
}
|
8690
8690
|
},
|
8691
8691
|
p(ctx, [dirty]) {
|
8692
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8692
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8693
8693
|
attr(input, "class", input_class_value);
|
8694
8694
|
}
|
8695
8695
|
|
@@ -8877,7 +8877,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8877
8877
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8878
8878
|
|
8879
8879
|
function add_css$y(target) {
|
8880
|
-
append_styles(target, "svelte-
|
8880
|
+
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}");
|
8881
8881
|
}
|
8882
8882
|
|
8883
8883
|
function create_fragment$14(ctx) {
|
@@ -8915,20 +8915,20 @@ function create_fragment$14(ctx) {
|
|
8915
8915
|
span1 = element("span");
|
8916
8916
|
t4 = text("いいえ");
|
8917
8917
|
attr(input0, "type", "radio");
|
8918
|
-
attr(input0, "class", "radio-button-input svelte-
|
8918
|
+
attr(input0, "class", "radio-button-input svelte-pzrwlo");
|
8919
8919
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8920
8920
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8921
|
-
attr(span0, "class", "radio-button-text svelte-
|
8921
|
+
attr(span0, "class", "radio-button-text svelte-pzrwlo");
|
8922
8922
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8923
|
-
attr(label0, "class", "radio-button svelte-
|
8923
|
+
attr(label0, "class", "radio-button svelte-pzrwlo");
|
8924
8924
|
attr(input1, "type", "radio");
|
8925
|
-
attr(input1, "class", "radio-button-input svelte-
|
8925
|
+
attr(input1, "class", "radio-button-input svelte-pzrwlo");
|
8926
8926
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8927
8927
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8928
|
-
attr(span1, "class", "radio-button-text svelte-
|
8928
|
+
attr(span1, "class", "radio-button-text svelte-pzrwlo");
|
8929
8929
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8930
|
-
attr(label1, "class", "radio-button svelte-
|
8931
|
-
attr(div, "class", "radio-buttons svelte-
|
8930
|
+
attr(label1, "class", "radio-button svelte-pzrwlo");
|
8931
|
+
attr(div, "class", "radio-buttons svelte-pzrwlo");
|
8932
8932
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8933
8933
|
},
|
8934
8934
|
m(target, anchor) {
|
@@ -9096,7 +9096,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9096
9096
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9097
9097
|
|
9098
9098
|
function add_css$x(target) {
|
9099
|
-
append_styles(target, "svelte-
|
9099
|
+
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%}");
|
9100
9100
|
}
|
9101
9101
|
|
9102
9102
|
function get_each_context$2(ctx, list, i) {
|
@@ -9125,9 +9125,9 @@ function create_if_block_1$2(ctx) {
|
|
9125
9125
|
attr(svg, "viewBox", "0 0 10 16");
|
9126
9126
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9127
9127
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9128
|
-
attr(button, "class", "move-button svelte-
|
9128
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
9129
9129
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9130
|
-
attr(div, "class", "prev-button-container svelte-
|
9130
|
+
attr(div, "class", "prev-button-container svelte-1qfq79t");
|
9131
9131
|
},
|
9132
9132
|
m(target, anchor) {
|
9133
9133
|
insert(target, div, anchor);
|
@@ -9176,9 +9176,9 @@ function create_if_block$9(ctx) {
|
|
9176
9176
|
attr(svg, "viewBox", "0 0 10 16");
|
9177
9177
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9178
9178
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9179
|
-
attr(button, "class", "move-button svelte-
|
9179
|
+
attr(button, "class", "move-button svelte-1qfq79t");
|
9180
9180
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9181
|
-
attr(div, "class", "next-button-container svelte-
|
9181
|
+
attr(div, "class", "next-button-container svelte-1qfq79t");
|
9182
9182
|
},
|
9183
9183
|
m(target, anchor) {
|
9184
9184
|
insert(target, div, anchor);
|
@@ -9226,9 +9226,9 @@ function create_each_block$2(ctx) {
|
|
9226
9226
|
button = element("button");
|
9227
9227
|
div = element("div");
|
9228
9228
|
t = space();
|
9229
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9229
|
+
attr(div, "class", "navigation-item-inner circle svelte-1qfq79t");
|
9230
9230
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9231
|
-
attr(button, "class", "navigation-item svelte-
|
9231
|
+
attr(button, "class", "navigation-item svelte-1qfq79t");
|
9232
9232
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9233
9233
|
},
|
9234
9234
|
m(target, anchor) {
|
@@ -9305,14 +9305,14 @@ function create_fragment$13(ctx) {
|
|
9305
9305
|
each_blocks[i].c();
|
9306
9306
|
}
|
9307
9307
|
|
9308
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9308
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"));
|
9309
9309
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9310
|
-
attr(div1, "class", "container svelte-
|
9310
|
+
attr(div1, "class", "container svelte-1qfq79t");
|
9311
9311
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9312
|
-
attr(div2, "class", "navigation svelte-
|
9312
|
+
attr(div2, "class", "navigation svelte-1qfq79t");
|
9313
9313
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9314
9314
|
set_attributes(div3, div3_data);
|
9315
|
-
toggle_class(div3, "svelte-
|
9315
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9316
9316
|
},
|
9317
9317
|
m(target, anchor) {
|
9318
9318
|
insert(target, div3, anchor);
|
@@ -9354,7 +9354,7 @@ function create_fragment$13(ctx) {
|
|
9354
9354
|
}
|
9355
9355
|
}
|
9356
9356
|
|
9357
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9357
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-1qfq79t"))) {
|
9358
9358
|
attr(div0, "class", div0_class_value);
|
9359
9359
|
}
|
9360
9360
|
|
@@ -9420,7 +9420,7 @@ function create_fragment$13(ctx) {
|
|
9420
9420
|
}
|
9421
9421
|
|
9422
9422
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9423
|
-
toggle_class(div3, "svelte-
|
9423
|
+
toggle_class(div3, "svelte-1qfq79t", true);
|
9424
9424
|
},
|
9425
9425
|
i(local) {
|
9426
9426
|
if (current) return;
|
@@ -9932,7 +9932,7 @@ class Slide extends SvelteComponent {
|
|
9932
9932
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9933
9933
|
|
9934
9934
|
function add_css$w(target) {
|
9935
|
-
append_styles(target, "svelte-
|
9935
|
+
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}");
|
9936
9936
|
}
|
9937
9937
|
|
9938
9938
|
function create_fragment$12(ctx) {
|
@@ -9947,9 +9947,9 @@ function create_fragment$12(ctx) {
|
|
9947
9947
|
div1 = element("div");
|
9948
9948
|
div0 = element("div");
|
9949
9949
|
if (default_slot) default_slot.c();
|
9950
|
-
attr(div0, "class", "item-inner svelte-
|
9950
|
+
attr(div0, "class", "item-inner svelte-1rv0qgo");
|
9951
9951
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9952
|
-
attr(div1, "class", "item svelte-
|
9952
|
+
attr(div1, "class", "item svelte-1rv0qgo");
|
9953
9953
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9954
9954
|
},
|
9955
9955
|
m(target, anchor) {
|
@@ -10075,7 +10075,7 @@ class SlideItem extends SvelteComponent {
|
|
10075
10075
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10076
10076
|
|
10077
10077
|
function add_css$v(target) {
|
10078
|
-
append_styles(target, "svelte-
|
10078
|
+
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}");
|
10079
10079
|
}
|
10080
10080
|
|
10081
10081
|
const get_default_slot_changes$1 = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -10093,9 +10093,9 @@ function create_fragment$11(ctx) {
|
|
10093
10093
|
div1 = element("div");
|
10094
10094
|
div0 = element("div");
|
10095
10095
|
if (default_slot) default_slot.c();
|
10096
|
-
attr(div0, "class", "countdown-inner svelte-
|
10096
|
+
attr(div0, "class", "countdown-inner svelte-t87l6f");
|
10097
10097
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10098
|
-
attr(div1, "class", "countdown svelte-
|
10098
|
+
attr(div1, "class", "countdown svelte-t87l6f");
|
10099
10099
|
},
|
10100
10100
|
m(target, anchor) {
|
10101
10101
|
insert(target, div1, anchor);
|
@@ -10229,7 +10229,7 @@ class Countdown extends SvelteComponent {
|
|
10229
10229
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10230
10230
|
|
10231
10231
|
function add_css$u(target) {
|
10232
|
-
append_styles(target, "svelte-
|
10232
|
+
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}");
|
10233
10233
|
}
|
10234
10234
|
|
10235
10235
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10299,7 +10299,7 @@ function create_fragment$10(ctx) {
|
|
10299
10299
|
c() {
|
10300
10300
|
div = element("div");
|
10301
10301
|
create_component(button.$$.fragment);
|
10302
|
-
attr(div, "class", "box svelte-
|
10302
|
+
attr(div, "class", "box svelte-1c91vpe");
|
10303
10303
|
},
|
10304
10304
|
m(target, anchor) {
|
10305
10305
|
insert(target, div, anchor);
|
@@ -10360,7 +10360,7 @@ class Box extends SvelteComponent {
|
|
10360
10360
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10361
10361
|
|
10362
10362
|
function add_css$t(target) {
|
10363
|
-
append_styles(target, "svelte-
|
10363
|
+
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)}");
|
10364
10364
|
}
|
10365
10365
|
|
10366
10366
|
// (56:4) {#if svg}
|
@@ -10442,7 +10442,7 @@ function create_fragment$$(ctx) {
|
|
10442
10442
|
c() {
|
10443
10443
|
div = element("div");
|
10444
10444
|
create_component(button.$$.fragment);
|
10445
|
-
attr(div, "class", "icon svelte-
|
10445
|
+
attr(div, "class", "icon svelte-1mk6wi4");
|
10446
10446
|
},
|
10447
10447
|
m(target, anchor) {
|
10448
10448
|
insert(target, div, anchor);
|
@@ -10551,7 +10551,7 @@ class IconElement extends SvelteComponent {
|
|
10551
10551
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10552
10552
|
|
10553
10553
|
function add_css$s(target) {
|
10554
|
-
append_styles(target, "svelte-
|
10554
|
+
append_styles(target, "svelte-1ng2n51", ".codeElement.svelte-1ng2n51{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10555
10555
|
}
|
10556
10556
|
|
10557
10557
|
function create_fragment$_(ctx) {
|
@@ -10577,7 +10577,7 @@ function create_fragment$_(ctx) {
|
|
10577
10577
|
c() {
|
10578
10578
|
div = element("div");
|
10579
10579
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10580
|
-
attr(div, "class", "codeElement svelte-
|
10580
|
+
attr(div, "class", "codeElement svelte-1ng2n51");
|
10581
10581
|
attr(div, "style", /*style*/ ctx[3]);
|
10582
10582
|
},
|
10583
10583
|
m(target, anchor) {
|
@@ -10666,7 +10666,7 @@ class CodeElement extends SvelteComponent {
|
|
10666
10666
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10667
10667
|
|
10668
10668
|
function add_css$r(target) {
|
10669
|
-
append_styles(target, "svelte-
|
10669
|
+
append_styles(target, "svelte-9v2qdg", ".flex.svelte-9v2qdg{display:flex}");
|
10670
10670
|
}
|
10671
10671
|
|
10672
10672
|
function create_fragment$Z(ctx) {
|
@@ -10680,7 +10680,7 @@ function create_fragment$Z(ctx) {
|
|
10680
10680
|
c() {
|
10681
10681
|
div = element("div");
|
10682
10682
|
if (default_slot) default_slot.c();
|
10683
|
-
attr(div, "class", "flex svelte-
|
10683
|
+
attr(div, "class", "flex svelte-9v2qdg");
|
10684
10684
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10685
10685
|
},
|
10686
10686
|
m(target, anchor) {
|
@@ -10777,7 +10777,7 @@ class Flex extends SvelteComponent {
|
|
10777
10777
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10778
10778
|
|
10779
10779
|
function add_css$q(target) {
|
10780
|
-
append_styles(target, "svelte-
|
10780
|
+
append_styles(target, "svelte-164ah5d", ".flex-item.svelte-164ah5d{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10781
10781
|
}
|
10782
10782
|
|
10783
10783
|
function create_fragment$Y(ctx) {
|
@@ -10790,7 +10790,7 @@ function create_fragment$Y(ctx) {
|
|
10790
10790
|
c() {
|
10791
10791
|
div = element("div");
|
10792
10792
|
if (default_slot) default_slot.c();
|
10793
|
-
attr(div, "class", "flex-item svelte-
|
10793
|
+
attr(div, "class", "flex-item svelte-164ah5d");
|
10794
10794
|
attr(div, "style", /*style*/ ctx[0]);
|
10795
10795
|
},
|
10796
10796
|
m(target, anchor) {
|
@@ -11198,7 +11198,7 @@ class GridModalState extends SvelteComponent {
|
|
11198
11198
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11199
11199
|
|
11200
11200
|
function add_css$p(target) {
|
11201
|
-
append_styles(target, "svelte-
|
11201
|
+
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%}");
|
11202
11202
|
}
|
11203
11203
|
|
11204
11204
|
function create_fragment$W(ctx) {
|
@@ -11214,8 +11214,8 @@ function create_fragment$W(ctx) {
|
|
11214
11214
|
div1 = element("div");
|
11215
11215
|
div0 = element("div");
|
11216
11216
|
create_component(rendertext.$$.fragment);
|
11217
|
-
attr(div0, "class", "text-block-inner svelte-
|
11218
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11217
|
+
attr(div0, "class", "text-block-inner svelte-akic2e");
|
11218
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"));
|
11219
11219
|
attr(div1, "style", /*style*/ ctx[2]);
|
11220
11220
|
},
|
11221
11221
|
m(target, anchor) {
|
@@ -11229,7 +11229,7 @@ function create_fragment$W(ctx) {
|
|
11229
11229
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11230
11230
|
rendertext.$set(rendertext_changes);
|
11231
11231
|
|
11232
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11232
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-akic2e"))) {
|
11233
11233
|
attr(div1, "class", div1_class_value);
|
11234
11234
|
}
|
11235
11235
|
|
@@ -11307,7 +11307,7 @@ class TextBlock extends SvelteComponent {
|
|
11307
11307
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11308
11308
|
|
11309
11309
|
function add_css$o(target) {
|
11310
|
-
append_styles(target, "svelte-
|
11310
|
+
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)}");
|
11311
11311
|
}
|
11312
11312
|
|
11313
11313
|
function create_fragment$V(ctx) {
|
@@ -11324,9 +11324,9 @@ function create_fragment$V(ctx) {
|
|
11324
11324
|
div = element("div");
|
11325
11325
|
button = element("button");
|
11326
11326
|
create_component(rendertext.$$.fragment);
|
11327
|
-
attr(button, "class", "text-button svelte-
|
11327
|
+
attr(button, "class", "text-button svelte-1c34p4n");
|
11328
11328
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11329
|
-
attr(div, "class", "text-button-block svelte-
|
11329
|
+
attr(div, "class", "text-button-block svelte-1c34p4n");
|
11330
11330
|
attr(div, "style", /*_style*/ ctx[2]);
|
11331
11331
|
},
|
11332
11332
|
m(target, anchor) {
|
@@ -11432,7 +11432,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11432
11432
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11433
11433
|
|
11434
11434
|
function add_css$n(target) {
|
11435
|
-
append_styles(target, "svelte-
|
11435
|
+
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)}");
|
11436
11436
|
}
|
11437
11437
|
|
11438
11438
|
function create_fragment$U(ctx) {
|
@@ -11448,14 +11448,14 @@ function create_fragment$U(ctx) {
|
|
11448
11448
|
c() {
|
11449
11449
|
div = element("div");
|
11450
11450
|
img = element("img");
|
11451
|
-
attr(img, "class", "image svelte-
|
11451
|
+
attr(img, "class", "image svelte-1jus6sx");
|
11452
11452
|
attr(img, "loading", "lazy");
|
11453
11453
|
attr(img, "width", "auto");
|
11454
11454
|
attr(img, "height", "auto");
|
11455
11455
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11456
11456
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11457
11457
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11458
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11458
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"));
|
11459
11459
|
attr(div, "style", /*_style*/ ctx[5]);
|
11460
11460
|
},
|
11461
11461
|
m(target, anchor) {
|
@@ -11480,7 +11480,7 @@ function create_fragment$U(ctx) {
|
|
11480
11480
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11481
11481
|
}
|
11482
11482
|
|
11483
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11483
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1jus6sx"))) {
|
11484
11484
|
attr(div, "class", div_class_value);
|
11485
11485
|
}
|
11486
11486
|
|
@@ -11934,7 +11934,7 @@ const AVATAR_SIZE_STYLES = {
|
|
11934
11934
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11935
11935
|
|
11936
11936
|
function add_css$m(target) {
|
11937
|
-
append_styles(target, "svelte-
|
11937
|
+
append_styles(target, "svelte-apww0t", ".avatar.svelte-apww0t{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
|
11938
11938
|
}
|
11939
11939
|
|
11940
11940
|
// (42:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -11964,7 +11964,7 @@ function create_dynamic_element$b(ctx) {
|
|
11964
11964
|
svelte_element = element(/*element*/ ctx[5]);
|
11965
11965
|
img = element("img");
|
11966
11966
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11967
|
-
attr(img, "class", "avatar-image svelte-
|
11967
|
+
attr(img, "class", "avatar-image svelte-apww0t");
|
11968
11968
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11969
11969
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11970
11970
|
|
@@ -11974,7 +11974,7 @@ function create_dynamic_element$b(ctx) {
|
|
11974
11974
|
set_attributes(svelte_element, svelte_element_data);
|
11975
11975
|
}
|
11976
11976
|
|
11977
|
-
toggle_class(svelte_element, "svelte-
|
11977
|
+
toggle_class(svelte_element, "svelte-apww0t", true);
|
11978
11978
|
},
|
11979
11979
|
m(target, anchor) {
|
11980
11980
|
insert(target, svelte_element, anchor);
|
@@ -12011,7 +12011,7 @@ function create_dynamic_element$b(ctx) {
|
|
12011
12011
|
set_attributes(svelte_element, svelte_element_data);
|
12012
12012
|
}
|
12013
12013
|
|
12014
|
-
toggle_class(svelte_element, "svelte-
|
12014
|
+
toggle_class(svelte_element, "svelte-apww0t", true);
|
12015
12015
|
},
|
12016
12016
|
d(detaching) {
|
12017
12017
|
if (detaching) detach(svelte_element);
|
@@ -13816,7 +13816,7 @@ const ICON_VARIANTS = {
|
|
13816
13816
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13817
13817
|
|
13818
13818
|
function add_css$l(target) {
|
13819
|
-
append_styles(target, "svelte-
|
13819
|
+
append_styles(target, "svelte-mut6o2", ".icon.svelte-mut6o2{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
|
13820
13820
|
}
|
13821
13821
|
|
13822
13822
|
// (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -13864,7 +13864,7 @@ function create_dynamic_element$a(ctx) {
|
|
13864
13864
|
set_attributes(svelte_element, svelte_element_data);
|
13865
13865
|
}
|
13866
13866
|
|
13867
|
-
toggle_class(svelte_element, "svelte-
|
13867
|
+
toggle_class(svelte_element, "svelte-mut6o2", true);
|
13868
13868
|
},
|
13869
13869
|
m(target, anchor) {
|
13870
13870
|
insert(target, svelte_element, anchor);
|
@@ -13917,7 +13917,7 @@ function create_dynamic_element$a(ctx) {
|
|
13917
13917
|
set_attributes(svelte_element, svelte_element_data);
|
13918
13918
|
}
|
13919
13919
|
|
13920
|
-
toggle_class(svelte_element, "svelte-
|
13920
|
+
toggle_class(svelte_element, "svelte-mut6o2", true);
|
13921
13921
|
},
|
13922
13922
|
i(local) {
|
13923
13923
|
if (current) return;
|
@@ -14205,7 +14205,7 @@ function darkenColor(color, percent) {
|
|
14205
14205
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
14206
14206
|
|
14207
14207
|
function add_css$k(target) {
|
14208
|
-
append_styles(target, "svelte-
|
14208
|
+
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}");
|
14209
14209
|
}
|
14210
14210
|
|
14211
14211
|
// (86:2) {#if props.isIcon && props.iconVariant}
|
@@ -14229,7 +14229,7 @@ function create_if_block$7(ctx) {
|
|
14229
14229
|
c() {
|
14230
14230
|
div = element("div");
|
14231
14231
|
create_component(icon.$$.fragment);
|
14232
|
-
attr(div, "class", "button-icon svelte-
|
14232
|
+
attr(div, "class", "button-icon svelte-brd6e9");
|
14233
14233
|
},
|
14234
14234
|
m(target, anchor) {
|
14235
14235
|
insert(target, div, anchor);
|
@@ -14305,7 +14305,7 @@ function create_dynamic_element$9(ctx) {
|
|
14305
14305
|
set_attributes(svelte_element, svelte_element_data);
|
14306
14306
|
}
|
14307
14307
|
|
14308
|
-
toggle_class(svelte_element, "svelte-
|
14308
|
+
toggle_class(svelte_element, "svelte-brd6e9", true);
|
14309
14309
|
},
|
14310
14310
|
m(target, anchor) {
|
14311
14311
|
insert(target, svelte_element, anchor);
|
@@ -14360,7 +14360,7 @@ function create_dynamic_element$9(ctx) {
|
|
14360
14360
|
set_attributes(svelte_element, svelte_element_data);
|
14361
14361
|
}
|
14362
14362
|
|
14363
|
-
toggle_class(svelte_element, "svelte-
|
14363
|
+
toggle_class(svelte_element, "svelte-brd6e9", true);
|
14364
14364
|
},
|
14365
14365
|
i(local) {
|
14366
14366
|
if (current) return;
|
@@ -14627,7 +14627,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
14627
14627
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14628
14628
|
|
14629
14629
|
function add_css$j(target) {
|
14630
|
-
append_styles(target, "svelte-
|
14630
|
+
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}");
|
14631
14631
|
}
|
14632
14632
|
|
14633
14633
|
// (53:2) {#if props.isIcon && props.iconVariant}
|
@@ -14651,7 +14651,7 @@ function create_if_block$6(ctx) {
|
|
14651
14651
|
c() {
|
14652
14652
|
div = element("div");
|
14653
14653
|
create_component(icon.$$.fragment);
|
14654
|
-
attr(div, "class", "button-outlined-icon svelte-
|
14654
|
+
attr(div, "class", "button-outlined-icon svelte-ypshn1");
|
14655
14655
|
},
|
14656
14656
|
m(target, anchor) {
|
14657
14657
|
insert(target, div, anchor);
|
@@ -14718,7 +14718,7 @@ function create_dynamic_element$8(ctx) {
|
|
14718
14718
|
t0 = space();
|
14719
14719
|
span = element("span");
|
14720
14720
|
t1 = text(t1_value);
|
14721
|
-
attr(span, "class", "button-outlined-label svelte-
|
14721
|
+
attr(span, "class", "button-outlined-label svelte-ypshn1");
|
14722
14722
|
|
14723
14723
|
if ((/-/).test(/*element*/ ctx[4])) {
|
14724
14724
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -14726,7 +14726,7 @@ function create_dynamic_element$8(ctx) {
|
|
14726
14726
|
set_attributes(svelte_element, svelte_element_data);
|
14727
14727
|
}
|
14728
14728
|
|
14729
|
-
toggle_class(svelte_element, "svelte-
|
14729
|
+
toggle_class(svelte_element, "svelte-ypshn1", true);
|
14730
14730
|
},
|
14731
14731
|
m(target, anchor) {
|
14732
14732
|
insert(target, svelte_element, anchor);
|
@@ -14780,7 +14780,7 @@ function create_dynamic_element$8(ctx) {
|
|
14780
14780
|
set_attributes(svelte_element, svelte_element_data);
|
14781
14781
|
}
|
14782
14782
|
|
14783
|
-
toggle_class(svelte_element, "svelte-
|
14783
|
+
toggle_class(svelte_element, "svelte-ypshn1", true);
|
14784
14784
|
},
|
14785
14785
|
i(local) {
|
14786
14786
|
if (current) return;
|
@@ -14971,7 +14971,7 @@ const getButtonTextThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
14971
14971
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
14972
14972
|
|
14973
14973
|
function add_css$i(target) {
|
14974
|
-
append_styles(target, "svelte-
|
14974
|
+
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}");
|
14975
14975
|
}
|
14976
14976
|
|
14977
14977
|
// (49:2) {#if props.isIcon && props.iconVariant}
|
@@ -14995,7 +14995,7 @@ function create_if_block$5(ctx) {
|
|
14995
14995
|
c() {
|
14996
14996
|
div = element("div");
|
14997
14997
|
create_component(icon.$$.fragment);
|
14998
|
-
attr(div, "class", "button-text-icon svelte-
|
14998
|
+
attr(div, "class", "button-text-icon svelte-lted9r");
|
14999
14999
|
},
|
15000
15000
|
m(target, anchor) {
|
15001
15001
|
insert(target, div, anchor);
|
@@ -15062,7 +15062,7 @@ function create_dynamic_element$7(ctx) {
|
|
15062
15062
|
t0 = space();
|
15063
15063
|
span = element("span");
|
15064
15064
|
t1 = text(t1_value);
|
15065
|
-
attr(span, "class", "button-text-label svelte-
|
15065
|
+
attr(span, "class", "button-text-label svelte-lted9r");
|
15066
15066
|
|
15067
15067
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15068
15068
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15070,7 +15070,7 @@ function create_dynamic_element$7(ctx) {
|
|
15070
15070
|
set_attributes(svelte_element, svelte_element_data);
|
15071
15071
|
}
|
15072
15072
|
|
15073
|
-
toggle_class(svelte_element, "svelte-
|
15073
|
+
toggle_class(svelte_element, "svelte-lted9r", true);
|
15074
15074
|
},
|
15075
15075
|
m(target, anchor) {
|
15076
15076
|
insert(target, svelte_element, anchor);
|
@@ -15124,7 +15124,7 @@ function create_dynamic_element$7(ctx) {
|
|
15124
15124
|
set_attributes(svelte_element, svelte_element_data);
|
15125
15125
|
}
|
15126
15126
|
|
15127
|
-
toggle_class(svelte_element, "svelte-
|
15127
|
+
toggle_class(svelte_element, "svelte-lted9r", true);
|
15128
15128
|
},
|
15129
15129
|
i(local) {
|
15130
15130
|
if (current) return;
|
@@ -15288,7 +15288,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15288
15288
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15289
15289
|
|
15290
15290
|
function add_css$h(target) {
|
15291
|
-
append_styles(target, "svelte-
|
15291
|
+
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}");
|
15292
15292
|
}
|
15293
15293
|
|
15294
15294
|
// (91:2) {#if hasLabel}
|
@@ -15304,7 +15304,7 @@ function create_if_block$4(ctx) {
|
|
15304
15304
|
|
15305
15305
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
|
15306
15306
|
? 'close-button-order-one'
|
15307
|
-
: '') + " svelte-
|
15307
|
+
: '') + " svelte-3133h2");
|
15308
15308
|
},
|
15309
15309
|
m(target, anchor) {
|
15310
15310
|
insert(target, span, anchor);
|
@@ -15364,7 +15364,7 @@ function create_dynamic_element$6(ctx) {
|
|
15364
15364
|
set_style(svg, "width", "100%");
|
15365
15365
|
set_style(svg, "height", "100%");
|
15366
15366
|
attr(svg, "fill", /*color*/ ctx[8]);
|
15367
|
-
attr(svg, "class", "svelte-
|
15367
|
+
attr(svg, "class", "svelte-3133h2");
|
15368
15368
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
15369
15369
|
|
15370
15370
|
if ((/-/).test(/*element*/ ctx[6])) {
|
@@ -15373,7 +15373,7 @@ function create_dynamic_element$6(ctx) {
|
|
15373
15373
|
set_attributes(svelte_element, svelte_element_data);
|
15374
15374
|
}
|
15375
15375
|
|
15376
|
-
toggle_class(svelte_element, "svelte-
|
15376
|
+
toggle_class(svelte_element, "svelte-3133h2", true);
|
15377
15377
|
},
|
15378
15378
|
m(target, anchor) {
|
15379
15379
|
insert(target, svelte_element, anchor);
|
@@ -15419,7 +15419,7 @@ function create_dynamic_element$6(ctx) {
|
|
15419
15419
|
set_attributes(svelte_element, svelte_element_data);
|
15420
15420
|
}
|
15421
15421
|
|
15422
|
-
toggle_class(svelte_element, "svelte-
|
15422
|
+
toggle_class(svelte_element, "svelte-3133h2", true);
|
15423
15423
|
},
|
15424
15424
|
d(detaching) {
|
15425
15425
|
if (detaching) detach(svelte_element);
|
@@ -15619,7 +15619,7 @@ const ICON_SIZE_STYLES = {
|
|
15619
15619
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15620
15620
|
|
15621
15621
|
function add_css$g(target) {
|
15622
|
-
append_styles(target, "svelte-
|
15622
|
+
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}");
|
15623
15623
|
}
|
15624
15624
|
|
15625
15625
|
// (33:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -15650,7 +15650,7 @@ function create_dynamic_element$5(ctx) {
|
|
15650
15650
|
img = element("img");
|
15651
15651
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15652
15652
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15653
|
-
attr(img, "class", "image-img svelte-
|
15653
|
+
attr(img, "class", "image-img svelte-1y7kpsc");
|
15654
15654
|
|
15655
15655
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15656
15656
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15658,7 +15658,7 @@ function create_dynamic_element$5(ctx) {
|
|
15658
15658
|
set_attributes(svelte_element, svelte_element_data);
|
15659
15659
|
}
|
15660
15660
|
|
15661
|
-
toggle_class(svelte_element, "svelte-
|
15661
|
+
toggle_class(svelte_element, "svelte-1y7kpsc", true);
|
15662
15662
|
},
|
15663
15663
|
m(target, anchor) {
|
15664
15664
|
insert(target, svelte_element, anchor);
|
@@ -15691,7 +15691,7 @@ function create_dynamic_element$5(ctx) {
|
|
15691
15691
|
set_attributes(svelte_element, svelte_element_data);
|
15692
15692
|
}
|
15693
15693
|
|
15694
|
-
toggle_class(svelte_element, "svelte-
|
15694
|
+
toggle_class(svelte_element, "svelte-1y7kpsc", true);
|
15695
15695
|
},
|
15696
15696
|
d(detaching) {
|
15697
15697
|
if (detaching) detach(svelte_element);
|
@@ -15810,7 +15810,7 @@ const IMAGE_ASPECT_VARIANTS = {
|
|
15810
15810
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
15811
15811
|
|
15812
15812
|
function add_css$f(target) {
|
15813
|
-
append_styles(target, "svelte-
|
15813
|
+
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}");
|
15814
15814
|
}
|
15815
15815
|
|
15816
15816
|
// (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -15846,7 +15846,7 @@ function create_dynamic_element$4(ctx) {
|
|
15846
15846
|
set_attributes(svelte_element, svelte_element_data);
|
15847
15847
|
}
|
15848
15848
|
|
15849
|
-
toggle_class(svelte_element, "svelte-
|
15849
|
+
toggle_class(svelte_element, "svelte-1tjo4al", true);
|
15850
15850
|
},
|
15851
15851
|
m(target, anchor) {
|
15852
15852
|
insert(target, svelte_element, anchor);
|
@@ -15891,7 +15891,7 @@ function create_dynamic_element$4(ctx) {
|
|
15891
15891
|
set_attributes(svelte_element, svelte_element_data);
|
15892
15892
|
}
|
15893
15893
|
|
15894
|
-
toggle_class(svelte_element, "svelte-
|
15894
|
+
toggle_class(svelte_element, "svelte-1tjo4al", true);
|
15895
15895
|
},
|
15896
15896
|
i(local) {
|
15897
15897
|
if (current) return;
|
@@ -16015,7 +16015,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16015
16015
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16016
16016
|
|
16017
16017
|
function add_css$e(target) {
|
16018
|
-
append_styles(target, "svelte-
|
16018
|
+
append_styles(target, "svelte-1k4xkut", ".slider-list.svelte-1k4xkut{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
|
16019
16019
|
}
|
16020
16020
|
|
16021
16021
|
function get_each_context$1(ctx, list, i) {
|
@@ -16117,12 +16117,12 @@ function create_fragment$g(ctx) {
|
|
16117
16117
|
each_blocks[i].c();
|
16118
16118
|
}
|
16119
16119
|
|
16120
|
-
attr(ul, "class", "slider-list svelte-
|
16120
|
+
attr(ul, "class", "slider-list svelte-1k4xkut");
|
16121
16121
|
attr(ul, "style", ul_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16122
16122
|
attr(div0, "style", /*indicatorListStyle*/ ctx[4]);
|
16123
16123
|
attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
|
16124
16124
|
attr(div1, "style", /*style*/ ctx[6]);
|
16125
|
-
attr(div1, "class", "slider svelte-
|
16125
|
+
attr(div1, "class", "slider svelte-1k4xkut");
|
16126
16126
|
},
|
16127
16127
|
m(target, anchor) {
|
16128
16128
|
insert(target, div1, anchor);
|
@@ -16474,7 +16474,7 @@ class Slider extends SvelteComponent {
|
|
16474
16474
|
/* src/components-flex/slider/SliderItem.svelte generated by Svelte v3.53.1 */
|
16475
16475
|
|
16476
16476
|
function add_css$d(target) {
|
16477
|
-
append_styles(target, "svelte-
|
16477
|
+
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}");
|
16478
16478
|
}
|
16479
16479
|
|
16480
16480
|
// (10:2) <svelte:element {...attributes} this={element} class="slider-item-inner" on:click={handleClick} >
|
@@ -16503,7 +16503,7 @@ function create_dynamic_element$3(ctx) {
|
|
16503
16503
|
set_attributes(svelte_element, svelte_element_data);
|
16504
16504
|
}
|
16505
16505
|
|
16506
|
-
toggle_class(svelte_element, "svelte-
|
16506
|
+
toggle_class(svelte_element, "svelte-j5pon4", true);
|
16507
16507
|
},
|
16508
16508
|
m(target, anchor) {
|
16509
16509
|
insert(target, svelte_element, anchor);
|
@@ -16543,7 +16543,7 @@ function create_dynamic_element$3(ctx) {
|
|
16543
16543
|
set_attributes(svelte_element, svelte_element_data);
|
16544
16544
|
}
|
16545
16545
|
|
16546
|
-
toggle_class(svelte_element, "svelte-
|
16546
|
+
toggle_class(svelte_element, "svelte-j5pon4", true);
|
16547
16547
|
},
|
16548
16548
|
i(local) {
|
16549
16549
|
if (current) return;
|
@@ -16574,7 +16574,7 @@ function create_fragment$f(ctx) {
|
|
16574
16574
|
li = element("li");
|
16575
16575
|
if (svelte_element) svelte_element.c();
|
16576
16576
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
16577
|
-
attr(li, "class", "slider-item svelte-
|
16577
|
+
attr(li, "class", "slider-item svelte-j5pon4");
|
16578
16578
|
},
|
16579
16579
|
m(target, anchor) {
|
16580
16580
|
insert(target, li, anchor);
|
@@ -16730,7 +16730,7 @@ const TEXT_VARIANTS = {
|
|
16730
16730
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
16731
16731
|
|
16732
16732
|
function add_css$c(target) {
|
16733
|
-
append_styles(target, "svelte-
|
16733
|
+
append_styles(target, "svelte-14kt34i", ".text.svelte-14kt34i{margin:0;word-break:break-all;text-decoration:none}");
|
16734
16734
|
}
|
16735
16735
|
|
16736
16736
|
function create_fragment$e(ctx) {
|
@@ -16739,7 +16739,7 @@ function create_fragment$e(ctx) {
|
|
16739
16739
|
return {
|
16740
16740
|
c() {
|
16741
16741
|
p = element("p");
|
16742
|
-
attr(p, "class", "text svelte-
|
16742
|
+
attr(p, "class", "text svelte-14kt34i");
|
16743
16743
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
16744
16744
|
attr(p, "style", /*style*/ ctx[1]);
|
16745
16745
|
},
|
@@ -16857,7 +16857,7 @@ class Text extends SvelteComponent {
|
|
16857
16857
|
/* src/components-flex/rich-text/RichText.svelte generated by Svelte v3.53.1 */
|
16858
16858
|
|
16859
16859
|
function add_css$b(target) {
|
16860
|
-
append_styles(target, "svelte-
|
16860
|
+
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}");
|
16861
16861
|
}
|
16862
16862
|
|
16863
16863
|
function create_fragment$d(ctx) {
|
@@ -16867,7 +16867,7 @@ function create_fragment$d(ctx) {
|
|
16867
16867
|
return {
|
16868
16868
|
c() {
|
16869
16869
|
div = element("div");
|
16870
|
-
attr(div, "class", "rich-text svelte-
|
16870
|
+
attr(div, "class", "rich-text svelte-mq7h73");
|
16871
16871
|
attr(div, "style", /*style*/ ctx[2]);
|
16872
16872
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
16873
16873
|
},
|
@@ -17039,7 +17039,7 @@ const getTextLinkThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
17039
17039
|
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
17040
17040
|
|
17041
17041
|
function add_css$a(target) {
|
17042
|
-
append_styles(target, "svelte-
|
17042
|
+
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}");
|
17043
17043
|
}
|
17044
17044
|
|
17045
17045
|
// (81:2) {#if props.isIcon && props.iconVariant}
|
@@ -17132,7 +17132,7 @@ function create_dynamic_element$2(ctx) {
|
|
17132
17132
|
set_attributes(svelte_element, svelte_element_data);
|
17133
17133
|
}
|
17134
17134
|
|
17135
|
-
toggle_class(svelte_element, "svelte-
|
17135
|
+
toggle_class(svelte_element, "svelte-1qyhpm7", true);
|
17136
17136
|
},
|
17137
17137
|
m(target, anchor) {
|
17138
17138
|
insert(target, svelte_element, anchor);
|
@@ -17185,7 +17185,7 @@ function create_dynamic_element$2(ctx) {
|
|
17185
17185
|
set_attributes(svelte_element, svelte_element_data);
|
17186
17186
|
}
|
17187
17187
|
|
17188
|
-
toggle_class(svelte_element, "svelte-
|
17188
|
+
toggle_class(svelte_element, "svelte-1qyhpm7", true);
|
17189
17189
|
},
|
17190
17190
|
i(local) {
|
17191
17191
|
if (current) return;
|
@@ -17368,7 +17368,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
17368
17368
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
17369
17369
|
|
17370
17370
|
function add_css$9(target) {
|
17371
|
-
append_styles(target, "svelte-
|
17371
|
+
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}");
|
17372
17372
|
}
|
17373
17373
|
|
17374
17374
|
// (14:0) {#if backgroundOverlay}
|
@@ -17381,7 +17381,7 @@ function create_if_block$2(ctx) {
|
|
17381
17381
|
return {
|
17382
17382
|
c() {
|
17383
17383
|
div = element("div");
|
17384
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17384
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"));
|
17385
17385
|
},
|
17386
17386
|
m(target, anchor) {
|
17387
17387
|
insert(target, div, anchor);
|
@@ -17392,7 +17392,7 @@ function create_if_block$2(ctx) {
|
|
17392
17392
|
}
|
17393
17393
|
},
|
17394
17394
|
p(ctx, dirty) {
|
17395
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17395
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-ed4ktn"))) {
|
17396
17396
|
attr(div, "class", div_class_value);
|
17397
17397
|
}
|
17398
17398
|
},
|
@@ -17464,7 +17464,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
17464
17464
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
17465
17465
|
|
17466
17466
|
function add_css$8(target) {
|
17467
|
-
append_styles(target, "svelte-
|
17467
|
+
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}}");
|
17468
17468
|
}
|
17469
17469
|
|
17470
17470
|
// (225:0) {:else}
|
@@ -17605,7 +17605,7 @@ function create_if_block$1(ctx) {
|
|
17605
17605
|
c() {
|
17606
17606
|
div = element("div");
|
17607
17607
|
if (default_slot) default_slot.c();
|
17608
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17608
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"));
|
17609
17609
|
attr(div, "role", "dialog");
|
17610
17610
|
attr(div, "aria-modal", "true");
|
17611
17611
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
@@ -17639,7 +17639,7 @@ function create_if_block$1(ctx) {
|
|
17639
17639
|
}
|
17640
17640
|
}
|
17641
17641
|
|
17642
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17642
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-15b58xm"))) {
|
17643
17643
|
attr(div, "class", div_class_value);
|
17644
17644
|
}
|
17645
17645
|
|
@@ -18107,7 +18107,7 @@ class Modal extends SvelteComponent {
|
|
18107
18107
|
/* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
|
18108
18108
|
|
18109
18109
|
function add_css$7(target) {
|
18110
|
-
append_styles(target, "svelte-
|
18110
|
+
append_styles(target, "svelte-jviwnb", ".code.svelte-jviwnb{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
18111
18111
|
}
|
18112
18112
|
|
18113
18113
|
function create_fragment$9(ctx) {
|
@@ -18117,7 +18117,7 @@ function create_fragment$9(ctx) {
|
|
18117
18117
|
return {
|
18118
18118
|
c() {
|
18119
18119
|
div = element("div");
|
18120
|
-
attr(div, "class", "code svelte-
|
18120
|
+
attr(div, "class", "code svelte-jviwnb");
|
18121
18121
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
18122
18122
|
},
|
18123
18123
|
m(target, anchor) {
|
@@ -18199,7 +18199,7 @@ const LIST_ITEM_CONTEXT_KEY = 'ListItemContext';
|
|
18199
18199
|
/* src/components-flex/list/List.svelte generated by Svelte v3.53.1 */
|
18200
18200
|
|
18201
18201
|
function add_css$6(target) {
|
18202
|
-
append_styles(target, "svelte-
|
18202
|
+
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)}");
|
18203
18203
|
}
|
18204
18204
|
|
18205
18205
|
function create_fragment$8(ctx) {
|
@@ -18213,7 +18213,7 @@ function create_fragment$8(ctx) {
|
|
18213
18213
|
ul = element("ul");
|
18214
18214
|
if (default_slot) default_slot.c();
|
18215
18215
|
attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
|
18216
|
-
attr(ul, "class", "list svelte-
|
18216
|
+
attr(ul, "class", "list svelte-5g0mcl");
|
18217
18217
|
attr(ul, "style", /*style*/ ctx[1]);
|
18218
18218
|
},
|
18219
18219
|
m(target, anchor) {
|
@@ -18325,7 +18325,7 @@ class List extends SvelteComponent {
|
|
18325
18325
|
/* src/components-flex/list/ListItem.svelte generated by Svelte v3.53.1 */
|
18326
18326
|
|
18327
18327
|
function add_css$5(target) {
|
18328
|
-
append_styles(target, "svelte-
|
18328
|
+
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)}");
|
18329
18329
|
}
|
18330
18330
|
|
18331
18331
|
// (29:2) <svelte:element {...attributes} this={element} class="list-item-inner" style={innerStyle} on:click={handleClick} >
|
@@ -18360,7 +18360,7 @@ function create_dynamic_element$1(ctx) {
|
|
18360
18360
|
set_attributes(svelte_element, svelte_element_data);
|
18361
18361
|
}
|
18362
18362
|
|
18363
|
-
toggle_class(svelte_element, "svelte-
|
18363
|
+
toggle_class(svelte_element, "svelte-1e6dn58", true);
|
18364
18364
|
},
|
18365
18365
|
m(target, anchor) {
|
18366
18366
|
insert(target, svelte_element, anchor);
|
@@ -18404,7 +18404,7 @@ function create_dynamic_element$1(ctx) {
|
|
18404
18404
|
set_attributes(svelte_element, svelte_element_data);
|
18405
18405
|
}
|
18406
18406
|
|
18407
|
-
toggle_class(svelte_element, "svelte-
|
18407
|
+
toggle_class(svelte_element, "svelte-1e6dn58", true);
|
18408
18408
|
},
|
18409
18409
|
i(local) {
|
18410
18410
|
if (current) return;
|
@@ -18434,7 +18434,7 @@ function create_fragment$7(ctx) {
|
|
18434
18434
|
c() {
|
18435
18435
|
li = element("li");
|
18436
18436
|
if (svelte_element) svelte_element.c();
|
18437
|
-
attr(li, "class", "list-item svelte-
|
18437
|
+
attr(li, "class", "list-item svelte-1e6dn58");
|
18438
18438
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
18439
18439
|
attr(li, "style", /*style*/ ctx[2]);
|
18440
18440
|
},
|
@@ -18577,7 +18577,7 @@ function splitNumberAndUnit(value) {
|
|
18577
18577
|
/* src/components-flex/multi-column/MultiColumn.svelte generated by Svelte v3.53.1 */
|
18578
18578
|
|
18579
18579
|
function add_css$4(target) {
|
18580
|
-
append_styles(target, "svelte-
|
18580
|
+
append_styles(target, "svelte-1csavnh", ".list.svelte-1csavnh{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
|
18581
18581
|
}
|
18582
18582
|
|
18583
18583
|
function create_fragment$6(ctx) {
|
@@ -18591,7 +18591,7 @@ function create_fragment$6(ctx) {
|
|
18591
18591
|
ul = element("ul");
|
18592
18592
|
if (default_slot) default_slot.c();
|
18593
18593
|
attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
|
18594
|
-
attr(ul, "class", "list svelte-
|
18594
|
+
attr(ul, "class", "list svelte-1csavnh");
|
18595
18595
|
attr(ul, "style", /*style*/ ctx[1]);
|
18596
18596
|
},
|
18597
18597
|
m(target, anchor) {
|
@@ -18703,7 +18703,7 @@ class MultiColumn extends SvelteComponent {
|
|
18703
18703
|
/* src/components-flex/multi-column/MultiColumnItem.svelte generated by Svelte v3.53.1 */
|
18704
18704
|
|
18705
18705
|
function add_css$3(target) {
|
18706
|
-
append_styles(target, "svelte-
|
18706
|
+
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)}");
|
18707
18707
|
}
|
18708
18708
|
|
18709
18709
|
// (29:2) <svelte:element {...attributes} this={element} class="multi-column-item-inner" on:click={handleClick} >
|
@@ -18732,7 +18732,7 @@ function create_dynamic_element(ctx) {
|
|
18732
18732
|
set_attributes(svelte_element, svelte_element_data);
|
18733
18733
|
}
|
18734
18734
|
|
18735
|
-
toggle_class(svelte_element, "svelte-
|
18735
|
+
toggle_class(svelte_element, "svelte-1mk0qj6", true);
|
18736
18736
|
},
|
18737
18737
|
m(target, anchor) {
|
18738
18738
|
insert(target, svelte_element, anchor);
|
@@ -18772,7 +18772,7 @@ function create_dynamic_element(ctx) {
|
|
18772
18772
|
set_attributes(svelte_element, svelte_element_data);
|
18773
18773
|
}
|
18774
18774
|
|
18775
|
-
toggle_class(svelte_element, "svelte-
|
18775
|
+
toggle_class(svelte_element, "svelte-1mk0qj6", true);
|
18776
18776
|
},
|
18777
18777
|
i(local) {
|
18778
18778
|
if (current) return;
|
@@ -18802,7 +18802,7 @@ function create_fragment$5(ctx) {
|
|
18802
18802
|
c() {
|
18803
18803
|
li = element("li");
|
18804
18804
|
if (svelte_element) svelte_element.c();
|
18805
|
-
attr(li, "class", "multi-column-item svelte-
|
18805
|
+
attr(li, "class", "multi-column-item svelte-1mk0qj6");
|
18806
18806
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
18807
18807
|
attr(li, "style", /*style*/ ctx[1]);
|
18808
18808
|
},
|
@@ -18918,7 +18918,7 @@ class MultiColumnItem extends SvelteComponent {
|
|
18918
18918
|
/* src/components-flex/youtube/Youtube.svelte generated by Svelte v3.53.1 */
|
18919
18919
|
|
18920
18920
|
function add_css$2(target) {
|
18921
|
-
append_styles(target, "svelte-
|
18921
|
+
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}");
|
18922
18922
|
}
|
18923
18923
|
|
18924
18924
|
function create_fragment$4(ctx) {
|
@@ -18930,7 +18930,7 @@ function create_fragment$4(ctx) {
|
|
18930
18930
|
div1 = element("div");
|
18931
18931
|
div0 = element("div");
|
18932
18932
|
attr(div0, "class", "youtube-player");
|
18933
|
-
attr(div1, "class", "youtube svelte-
|
18933
|
+
attr(div1, "class", "youtube svelte-1bgnrue");
|
18934
18934
|
attr(div1, "style", /*style*/ ctx[2]);
|
18935
18935
|
attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
|
18936
18936
|
},
|
@@ -19076,7 +19076,7 @@ class Youtube extends SvelteComponent {
|
|
19076
19076
|
/* src/components-flex/count-down/CountDown.svelte generated by Svelte v3.53.1 */
|
19077
19077
|
|
19078
19078
|
function add_css$1(target) {
|
19079
|
-
append_styles(target, "svelte-
|
19079
|
+
append_styles(target, "svelte-1eft5i1", ".countdown.svelte-1eft5i1{display:flex;align-items:center;gap:4px}");
|
19080
19080
|
}
|
19081
19081
|
|
19082
19082
|
const get_default_slot_changes = dirty => ({
|
@@ -19103,7 +19103,7 @@ function create_fragment$3(ctx) {
|
|
19103
19103
|
c() {
|
19104
19104
|
div = element("div");
|
19105
19105
|
if (default_slot) default_slot.c();
|
19106
|
-
attr(div, "class", "countdown svelte-
|
19106
|
+
attr(div, "class", "countdown svelte-1eft5i1");
|
19107
19107
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
19108
19108
|
},
|
19109
19109
|
m(target, anchor) {
|
@@ -19408,7 +19408,7 @@ class CountDownValue extends SvelteComponent {
|
|
19408
19408
|
/* src/components-flex/clip-copy/ClipCopy.svelte generated by Svelte v3.53.1 */
|
19409
19409
|
|
19410
19410
|
function add_css(target) {
|
19411
|
-
append_styles(target, "svelte-
|
19411
|
+
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%)}");
|
19412
19412
|
}
|
19413
19413
|
|
19414
19414
|
function create_fragment$1(ctx) {
|
@@ -19432,10 +19432,10 @@ function create_fragment$1(ctx) {
|
|
19432
19432
|
t0 = space();
|
19433
19433
|
span = element("span");
|
19434
19434
|
t1 = text("コピーしました");
|
19435
|
-
attr(button, "class", "clipboard-button svelte-
|
19435
|
+
attr(button, "class", "clipboard-button svelte-1z01gne");
|
19436
19436
|
attr(span, "aria-hidden", span_aria_hidden_value = !/*showTooltip*/ ctx[2]);
|
19437
|
-
attr(span, "class", "clipboard-tooltip svelte-
|
19438
|
-
attr(div, "class", "clipboard svelte-
|
19437
|
+
attr(span, "class", "clipboard-tooltip svelte-1z01gne");
|
19438
|
+
attr(div, "class", "clipboard svelte-1z01gne");
|
19439
19439
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
19440
19440
|
},
|
19441
19441
|
m(target, anchor) {
|