@plaidev/karte-action-sdk 1.1.263 → 1.1.264-29037816.a7f00a03
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.d.ts +50 -328
- package/dist/hydrate/index.es.js +274 -251
- package/dist/icons.d.ts +6 -111
- package/dist/index.es.d.ts +50 -328
- package/dist/index.es.js +274 -251
- package/dist/templates.cjs.d.ts +1 -1
- package/dist/templates.d.ts +1 -1
- package/package.json +7 -7
package/dist/hydrate/index.es.js
CHANGED
@@ -716,27 +716,29 @@ const Fonts = [
|
|
716
716
|
'Noto Sans JP',
|
717
717
|
'Sawarabi Gothic',
|
718
718
|
'Zen Kaku Gothic New',
|
719
|
-
'Zen Maru Gothic',
|
720
|
-
'Shippori Mincho',
|
721
|
-
'M PLUS Rounded 1c',
|
722
|
-
'M PLUS 1p',
|
723
|
-
'Kosugi Maru',
|
724
|
-
'Kosugi',
|
725
719
|
'BIZ UDPGothic',
|
720
|
+
'Open Sans',
|
721
|
+
'M PLUS 1p',
|
722
|
+
'M PLUS Rounded 1c',
|
723
|
+
'Kiwi Maru',
|
724
|
+
'Zen Maru Gothic',
|
726
725
|
'Noto Serif JP',
|
726
|
+
'Shippori Mincho',
|
727
727
|
'BIZ UDPMincho',
|
728
728
|
'Roboto',
|
729
|
-
'Open Sans',
|
730
|
-
'Montserrat',
|
731
729
|
'Lato',
|
732
730
|
'Poppins',
|
731
|
+
'Lora',
|
732
|
+
// 廃止予定
|
733
733
|
'Raleway',
|
734
|
+
'Montserrat',
|
734
735
|
'Nunito',
|
735
736
|
'Playfair Display',
|
736
737
|
'Merriweather',
|
737
|
-
'Lora',
|
738
738
|
'Libre Baskerville',
|
739
739
|
'EB Garamond',
|
740
|
+
'Kosugi Maru',
|
741
|
+
'Kosugi',
|
740
742
|
];
|
741
743
|
/** @internal */
|
742
744
|
const Justifies = ['flex-start', 'center', 'flex-end'];
|
@@ -3320,7 +3322,7 @@ class State extends SvelteComponent {
|
|
3320
3322
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3321
3323
|
|
3322
3324
|
function add_css$S(target) {
|
3323
|
-
append_styles(target, "svelte-
|
3325
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3324
3326
|
}
|
3325
3327
|
|
3326
3328
|
// (22:0) {#if $state === path}
|
@@ -3347,7 +3349,7 @@ function create_if_block$g(ctx) {
|
|
3347
3349
|
},
|
3348
3350
|
h() {
|
3349
3351
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3350
|
-
attr(div, "class", "state-item svelte-
|
3352
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3351
3353
|
},
|
3352
3354
|
m(target, anchor) {
|
3353
3355
|
insert_hydration(target, div, anchor);
|
@@ -3614,7 +3616,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3614
3616
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3615
3617
|
|
3616
3618
|
function add_css$R(target) {
|
3617
|
-
append_styles(target, "svelte-
|
3619
|
+
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3618
3620
|
}
|
3619
3621
|
|
3620
3622
|
// (14:0) {#if backgroundOverlay}
|
@@ -3635,7 +3637,7 @@ function create_if_block$f(ctx) {
|
|
3635
3637
|
this.h();
|
3636
3638
|
},
|
3637
3639
|
h() {
|
3638
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3640
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3639
3641
|
},
|
3640
3642
|
m(target, anchor) {
|
3641
3643
|
insert_hydration(target, div, anchor);
|
@@ -3646,7 +3648,7 @@ function create_if_block$f(ctx) {
|
|
3646
3648
|
}
|
3647
3649
|
},
|
3648
3650
|
p(ctx, dirty) {
|
3649
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3651
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3650
3652
|
attr(div, "class", div_class_value);
|
3651
3653
|
}
|
3652
3654
|
},
|
@@ -3756,7 +3758,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3756
3758
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3757
3759
|
|
3758
3760
|
function add_css$Q(target) {
|
3759
|
-
append_styles(target, "svelte-
|
3761
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3760
3762
|
}
|
3761
3763
|
|
3762
3764
|
// (53:0) {:else}
|
@@ -3795,7 +3797,7 @@ function create_else_block$5(ctx) {
|
|
3795
3797
|
},
|
3796
3798
|
h() {
|
3797
3799
|
set_attributes(button, button_data);
|
3798
|
-
toggle_class(button, "svelte-
|
3800
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3799
3801
|
},
|
3800
3802
|
m(target, anchor) {
|
3801
3803
|
insert_hydration(target, button, anchor);
|
@@ -3834,7 +3836,7 @@ function create_else_block$5(ctx) {
|
|
3834
3836
|
dataAttrStopPropagation('click')
|
3835
3837
|
]));
|
3836
3838
|
|
3837
|
-
toggle_class(button, "svelte-
|
3839
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3838
3840
|
},
|
3839
3841
|
i(local) {
|
3840
3842
|
if (current) return;
|
@@ -3875,7 +3877,7 @@ function create_if_block_2$2(ctx) {
|
|
3875
3877
|
this.h();
|
3876
3878
|
},
|
3877
3879
|
h() {
|
3878
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3880
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3879
3881
|
attr(div, "style", /*style*/ ctx[1]);
|
3880
3882
|
},
|
3881
3883
|
m(target, anchor) {
|
@@ -3975,7 +3977,7 @@ function create_if_block_1$4(ctx) {
|
|
3975
3977
|
},
|
3976
3978
|
h() {
|
3977
3979
|
set_attributes(a, a_data);
|
3978
|
-
toggle_class(a, "svelte-
|
3980
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3979
3981
|
},
|
3980
3982
|
m(target, anchor) {
|
3981
3983
|
insert_hydration(target, a, anchor);
|
@@ -4017,7 +4019,7 @@ function create_if_block_1$4(ctx) {
|
|
4017
4019
|
dataAttrStopPropagation('click')
|
4018
4020
|
]));
|
4019
4021
|
|
4020
|
-
toggle_class(a, "svelte-
|
4022
|
+
toggle_class(a, "svelte-15k4deh", true);
|
4021
4023
|
},
|
4022
4024
|
i(local) {
|
4023
4025
|
if (current) return;
|
@@ -4058,7 +4060,7 @@ function create_if_block$e(ctx) {
|
|
4058
4060
|
this.h();
|
4059
4061
|
},
|
4060
4062
|
h() {
|
4061
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
4063
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
4062
4064
|
attr(div, "style", /*style*/ ctx[1]);
|
4063
4065
|
},
|
4064
4066
|
m(target, anchor) {
|
@@ -4271,7 +4273,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4271
4273
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4272
4274
|
|
4273
4275
|
function add_css$P(target) {
|
4274
|
-
append_styles(target, "svelte-
|
4276
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4275
4277
|
}
|
4276
4278
|
|
4277
4279
|
// (278:0) {:else}
|
@@ -4446,7 +4448,7 @@ function create_if_block$d(ctx) {
|
|
4446
4448
|
this.h();
|
4447
4449
|
},
|
4448
4450
|
h() {
|
4449
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4451
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4450
4452
|
attr(div, "role", "dialog");
|
4451
4453
|
attr(div, "aria-modal", "true");
|
4452
4454
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4470,7 +4472,7 @@ function create_if_block$d(ctx) {
|
|
4470
4472
|
|
4471
4473
|
button.$set(button_changes);
|
4472
4474
|
|
4473
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4475
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4474
4476
|
attr(div, "class", div_class_value);
|
4475
4477
|
}
|
4476
4478
|
},
|
@@ -4535,7 +4537,7 @@ function create_if_block_1$3(ctx) {
|
|
4535
4537
|
this.h();
|
4536
4538
|
},
|
4537
4539
|
h() {
|
4538
|
-
attr(div, "class", "close svelte-
|
4540
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4539
4541
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4540
4542
|
},
|
4541
4543
|
m(target, anchor) {
|
@@ -4660,7 +4662,7 @@ function create_default_slot$7(ctx) {
|
|
4660
4662
|
this.h();
|
4661
4663
|
},
|
4662
4664
|
h() {
|
4663
|
-
attr(div, "class", "modal-content svelte-
|
4665
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4664
4666
|
attr(div, "style", /*_style*/ ctx[5]);
|
4665
4667
|
},
|
4666
4668
|
m(target, anchor) {
|
@@ -5298,7 +5300,7 @@ class Grid extends SvelteComponent {
|
|
5298
5300
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5299
5301
|
|
5300
5302
|
function add_css$O(target) {
|
5301
|
-
append_styles(target, "svelte-
|
5303
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5302
5304
|
}
|
5303
5305
|
|
5304
5306
|
function create_fragment$1l(ctx) {
|
@@ -5332,8 +5334,8 @@ function create_fragment$1l(ctx) {
|
|
5332
5334
|
this.h();
|
5333
5335
|
},
|
5334
5336
|
h() {
|
5335
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5336
|
-
attr(div1, "class", "grid-item svelte-
|
5337
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5338
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5337
5339
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5338
5340
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5339
5341
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5655,7 +5657,7 @@ class RenderText extends SvelteComponent {
|
|
5655
5657
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5656
5658
|
|
5657
5659
|
function add_css$N(target) {
|
5658
|
-
append_styles(target, "svelte-
|
5660
|
+
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5659
5661
|
}
|
5660
5662
|
|
5661
5663
|
// (92:2) {:else}
|
@@ -5685,8 +5687,8 @@ function create_else_block$2(ctx) {
|
|
5685
5687
|
this.h();
|
5686
5688
|
},
|
5687
5689
|
h() {
|
5688
|
-
attr(div0, "class", "text-element-inner svelte-
|
5689
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5690
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5691
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5690
5692
|
attr(div1, "style", /*style*/ ctx[5]);
|
5691
5693
|
},
|
5692
5694
|
m(target, anchor) {
|
@@ -5700,7 +5702,7 @@ function create_else_block$2(ctx) {
|
|
5700
5702
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5701
5703
|
rendertext.$set(rendertext_changes);
|
5702
5704
|
|
5703
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5705
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5704
5706
|
attr(div1, "class", div1_class_value);
|
5705
5707
|
}
|
5706
5708
|
|
@@ -5775,12 +5777,12 @@ function create_if_block$b(ctx) {
|
|
5775
5777
|
this.h();
|
5776
5778
|
},
|
5777
5779
|
h() {
|
5778
|
-
attr(div0, "class", "text-element-inner svelte-
|
5780
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5779
5781
|
attr(a, "href", '');
|
5780
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5782
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5781
5783
|
attr(a, "style", /*style*/ ctx[5]);
|
5782
|
-
attr(div1, "class", "tooltip svelte-
|
5783
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5784
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5785
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5784
5786
|
},
|
5785
5787
|
m(target, anchor) {
|
5786
5788
|
insert_hydration(target, a, anchor);
|
@@ -5806,7 +5808,7 @@ function create_if_block$b(ctx) {
|
|
5806
5808
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5807
5809
|
rendertext.$set(rendertext_changes);
|
5808
5810
|
|
5809
|
-
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-
|
5811
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5810
5812
|
attr(a, "class", a_class_value);
|
5811
5813
|
}
|
5812
5814
|
|
@@ -5868,7 +5870,7 @@ function create_fragment$1j(ctx) {
|
|
5868
5870
|
this.h();
|
5869
5871
|
},
|
5870
5872
|
h() {
|
5871
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5873
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5872
5874
|
},
|
5873
5875
|
m(target, anchor) {
|
5874
5876
|
insert_hydration(target, div, anchor);
|
@@ -6034,7 +6036,7 @@ class TextElement extends SvelteComponent {
|
|
6034
6036
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
6035
6037
|
|
6036
6038
|
function add_css$M(target) {
|
6037
|
-
append_styles(target, "svelte-
|
6039
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
6038
6040
|
}
|
6039
6041
|
|
6040
6042
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -6103,7 +6105,7 @@ function create_fragment$1i(ctx) {
|
|
6103
6105
|
this.h();
|
6104
6106
|
},
|
6105
6107
|
h() {
|
6106
|
-
attr(div, "class", "text-button-element svelte-
|
6108
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
6107
6109
|
},
|
6108
6110
|
m(target, anchor) {
|
6109
6111
|
insert_hydration(target, div, anchor);
|
@@ -6195,7 +6197,7 @@ class TextButtonElement extends SvelteComponent {
|
|
6195
6197
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
6196
6198
|
|
6197
6199
|
function add_css$L(target) {
|
6198
|
-
append_styles(target, "svelte-
|
6200
|
+
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
6199
6201
|
}
|
6200
6202
|
|
6201
6203
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -6223,7 +6225,7 @@ function create_default_slot$5(ctx) {
|
|
6223
6225
|
this.h();
|
6224
6226
|
},
|
6225
6227
|
h() {
|
6226
|
-
attr(img, "class", "image svelte-
|
6228
|
+
attr(img, "class", "image svelte-t6tu0e");
|
6227
6229
|
attr(img, "loading", "lazy");
|
6228
6230
|
attr(img, "width", "auto");
|
6229
6231
|
attr(img, "height", "auto");
|
@@ -6295,7 +6297,7 @@ function create_fragment$1h(ctx) {
|
|
6295
6297
|
this.h();
|
6296
6298
|
},
|
6297
6299
|
h() {
|
6298
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6300
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
6299
6301
|
},
|
6300
6302
|
m(target, anchor) {
|
6301
6303
|
insert_hydration(target, div, anchor);
|
@@ -6314,7 +6316,7 @@ function create_fragment$1h(ctx) {
|
|
6314
6316
|
|
6315
6317
|
button.$set(button_changes);
|
6316
6318
|
|
6317
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6319
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
6318
6320
|
attr(div, "class", div_class_value);
|
6319
6321
|
}
|
6320
6322
|
},
|
@@ -6386,7 +6388,7 @@ class ImageElement extends SvelteComponent {
|
|
6386
6388
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6387
6389
|
|
6388
6390
|
function add_css$K(target) {
|
6389
|
-
append_styles(target, "svelte-
|
6391
|
+
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
6390
6392
|
}
|
6391
6393
|
|
6392
6394
|
function create_fragment$1g(ctx) {
|
@@ -6409,7 +6411,7 @@ function create_fragment$1g(ctx) {
|
|
6409
6411
|
this.h();
|
6410
6412
|
},
|
6411
6413
|
h() {
|
6412
|
-
attr(div, "class", "list svelte-
|
6414
|
+
attr(div, "class", "list svelte-aquv6z");
|
6413
6415
|
attr(div, "style", /*style*/ ctx[0]);
|
6414
6416
|
},
|
6415
6417
|
m(target, anchor) {
|
@@ -6543,7 +6545,7 @@ let List$1 = class List extends SvelteComponent {
|
|
6543
6545
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6544
6546
|
|
6545
6547
|
function add_css$J(target) {
|
6546
|
-
append_styles(target, "svelte-
|
6548
|
+
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6547
6549
|
}
|
6548
6550
|
|
6549
6551
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6626,7 +6628,7 @@ function create_fragment$1f(ctx) {
|
|
6626
6628
|
this.h();
|
6627
6629
|
},
|
6628
6630
|
h() {
|
6629
|
-
attr(div, "class", "list-item svelte-
|
6631
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6630
6632
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6631
6633
|
},
|
6632
6634
|
m(target, anchor) {
|
@@ -6752,7 +6754,7 @@ let ListItem$1 = class ListItem extends SvelteComponent {
|
|
6752
6754
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6753
6755
|
|
6754
6756
|
function add_css$I(target) {
|
6755
|
-
append_styles(target, "svelte-
|
6757
|
+
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6756
6758
|
}
|
6757
6759
|
|
6758
6760
|
function create_fragment$1e(ctx) {
|
@@ -6770,7 +6772,7 @@ function create_fragment$1e(ctx) {
|
|
6770
6772
|
this.h();
|
6771
6773
|
},
|
6772
6774
|
h() {
|
6773
|
-
attr(div, "class", "embed svelte-
|
6775
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6774
6776
|
attr(div, "style", /*_style*/ ctx[1]);
|
6775
6777
|
},
|
6776
6778
|
m(target, anchor) {
|
@@ -6813,7 +6815,7 @@ class EmbedElement extends SvelteComponent {
|
|
6813
6815
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6814
6816
|
|
6815
6817
|
function add_css$H(target) {
|
6816
|
-
append_styles(target, "svelte-
|
6818
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6817
6819
|
}
|
6818
6820
|
|
6819
6821
|
function create_fragment$1d(ctx) {
|
@@ -6836,7 +6838,7 @@ function create_fragment$1d(ctx) {
|
|
6836
6838
|
},
|
6837
6839
|
h() {
|
6838
6840
|
attr(div0, "class", "karte-player");
|
6839
|
-
attr(div1, "class", "embed svelte-
|
6841
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6840
6842
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6841
6843
|
},
|
6842
6844
|
m(target, anchor) {
|
@@ -7178,7 +7180,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
7178
7180
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
7179
7181
|
|
7180
7182
|
function add_css$G(target) {
|
7181
|
-
append_styles(target, "svelte-
|
7183
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
7182
7184
|
}
|
7183
7185
|
|
7184
7186
|
function create_fragment$1c(ctx) {
|
@@ -7201,7 +7203,7 @@ function create_fragment$1c(ctx) {
|
|
7201
7203
|
},
|
7202
7204
|
h() {
|
7203
7205
|
attr(div0, "class", "karte-player");
|
7204
|
-
attr(div1, "class", "embed svelte-
|
7206
|
+
attr(div1, "class", "embed svelte-vikz49");
|
7205
7207
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7206
7208
|
},
|
7207
7209
|
m(target, anchor) {
|
@@ -7385,7 +7387,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7385
7387
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7386
7388
|
|
7387
7389
|
function add_css$F(target) {
|
7388
|
-
append_styles(target, "svelte-
|
7390
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7389
7391
|
}
|
7390
7392
|
|
7391
7393
|
function create_fragment$1b(ctx) {
|
@@ -7415,12 +7417,12 @@ function create_fragment$1b(ctx) {
|
|
7415
7417
|
this.h();
|
7416
7418
|
},
|
7417
7419
|
h() {
|
7418
|
-
attr(textarea, "class", "textarea svelte-
|
7420
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7419
7421
|
textarea.value = /*$value*/ ctx[4];
|
7420
7422
|
textarea.required = /*required*/ ctx[1];
|
7421
7423
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7422
7424
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7423
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7425
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7424
7426
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7425
7427
|
},
|
7426
7428
|
m(target, anchor) {
|
@@ -7572,7 +7574,7 @@ class FormTextarea extends SvelteComponent {
|
|
7572
7574
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7573
7575
|
|
7574
7576
|
function add_css$E(target) {
|
7575
|
-
append_styles(target, "svelte-
|
7577
|
+
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7576
7578
|
}
|
7577
7579
|
|
7578
7580
|
function get_each_context$7(ctx, list, i) {
|
@@ -7629,14 +7631,14 @@ function create_each_block$7(ctx) {
|
|
7629
7631
|
},
|
7630
7632
|
h() {
|
7631
7633
|
attr(input, "type", "radio");
|
7632
|
-
attr(input, "class", "radio-button-input svelte-
|
7634
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7633
7635
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7634
7636
|
attr(input, "name", /*name*/ ctx[0]);
|
7635
7637
|
input.value = input_value_value = /*option*/ ctx[17];
|
7636
7638
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7637
|
-
attr(span, "class", "radio-button-text svelte-
|
7639
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7638
7640
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7639
|
-
attr(label, "class", "radio-button svelte-
|
7641
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7640
7642
|
},
|
7641
7643
|
m(target, anchor) {
|
7642
7644
|
insert_hydration(target, label, anchor);
|
@@ -7715,7 +7717,7 @@ function create_fragment$1a(ctx) {
|
|
7715
7717
|
this.h();
|
7716
7718
|
},
|
7717
7719
|
h() {
|
7718
|
-
attr(div, "class", "radio-buttons svelte-
|
7720
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7719
7721
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7720
7722
|
},
|
7721
7723
|
m(target, anchor) {
|
@@ -7884,7 +7886,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7884
7886
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7885
7887
|
|
7886
7888
|
function add_css$D(target) {
|
7887
|
-
append_styles(target, "svelte-
|
7889
|
+
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7888
7890
|
}
|
7889
7891
|
|
7890
7892
|
function get_each_context$6(ctx, list, i) {
|
@@ -8055,10 +8057,10 @@ function create_fragment$19(ctx) {
|
|
8055
8057
|
this.h();
|
8056
8058
|
},
|
8057
8059
|
h() {
|
8058
|
-
attr(select, "class", "select-select svelte-
|
8060
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
8059
8061
|
attr(select, "style", /*style*/ ctx[3]);
|
8060
|
-
attr(div0, "class", "select-icon svelte-
|
8061
|
-
attr(div1, "class", "select svelte-
|
8062
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
8063
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
8062
8064
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
8063
8065
|
},
|
8064
8066
|
m(target, anchor) {
|
@@ -8260,7 +8262,7 @@ class FormSelect extends SvelteComponent {
|
|
8260
8262
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
8261
8263
|
|
8262
8264
|
function add_css$C(target) {
|
8263
|
-
append_styles(target, "svelte-
|
8265
|
+
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
8264
8266
|
}
|
8265
8267
|
|
8266
8268
|
function get_each_context$5(ctx, list, i) {
|
@@ -8322,19 +8324,19 @@ function create_each_block$5(ctx) {
|
|
8322
8324
|
this.h();
|
8323
8325
|
},
|
8324
8326
|
h() {
|
8325
|
-
attr(input, "class", "check-box-input svelte-
|
8327
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8326
8328
|
attr(input, "type", "checkbox");
|
8327
8329
|
attr(input, "name", /*name*/ ctx[0]);
|
8328
8330
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8329
|
-
attr(span0, "class", "check-box-icon svelte-
|
8331
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8330
8332
|
|
8331
8333
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8332
8334
|
? ' _checked'
|
8333
|
-
: ''}`) + " svelte-
|
8335
|
+
: ''}`) + " svelte-1p65cg8"));
|
8334
8336
|
|
8335
|
-
attr(span2, "class", "check-box-text svelte-
|
8337
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8336
8338
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8337
|
-
attr(label, "class", "check-box svelte-
|
8339
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8338
8340
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8339
8341
|
},
|
8340
8342
|
m(target, anchor) {
|
@@ -8366,7 +8368,7 @@ function create_each_block$5(ctx) {
|
|
8366
8368
|
|
8367
8369
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8368
8370
|
? ' _checked'
|
8369
|
-
: ''}`) + " svelte-
|
8371
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8370
8372
|
attr(span1, "class", span1_class_value);
|
8371
8373
|
}
|
8372
8374
|
|
@@ -8419,7 +8421,7 @@ function create_fragment$18(ctx) {
|
|
8419
8421
|
this.h();
|
8420
8422
|
},
|
8421
8423
|
h() {
|
8422
|
-
attr(div, "class", "check-boxes svelte-
|
8424
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8423
8425
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8424
8426
|
},
|
8425
8427
|
m(target, anchor) {
|
@@ -8594,7 +8596,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8594
8596
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8595
8597
|
|
8596
8598
|
function add_css$B(target) {
|
8597
|
-
append_styles(target, "svelte-
|
8599
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8598
8600
|
}
|
8599
8601
|
|
8600
8602
|
function get_each_context$4(ctx, list, i) {
|
@@ -8629,7 +8631,7 @@ function create_each_block$4(ctx) {
|
|
8629
8631
|
this.h();
|
8630
8632
|
},
|
8631
8633
|
h() {
|
8632
|
-
attr(button, "class", "rating-button svelte-
|
8634
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8633
8635
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8634
8636
|
},
|
8635
8637
|
m(target, anchor) {
|
@@ -8692,7 +8694,7 @@ function create_fragment$17(ctx) {
|
|
8692
8694
|
this.h();
|
8693
8695
|
},
|
8694
8696
|
h() {
|
8695
|
-
attr(div, "class", "rating-buttons svelte-
|
8697
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8696
8698
|
},
|
8697
8699
|
m(target, anchor) {
|
8698
8700
|
insert_hydration(target, div, anchor);
|
@@ -8836,7 +8838,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8836
8838
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8837
8839
|
|
8838
8840
|
function add_css$A(target) {
|
8839
|
-
append_styles(target, "svelte-
|
8841
|
+
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8840
8842
|
}
|
8841
8843
|
|
8842
8844
|
function get_each_context$3(ctx, list, i) {
|
@@ -8872,9 +8874,9 @@ function create_each_block$3(ctx) {
|
|
8872
8874
|
},
|
8873
8875
|
h() {
|
8874
8876
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8875
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8877
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8876
8878
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8877
|
-
attr(button, "class", "rating-button svelte-
|
8879
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8878
8880
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8879
8881
|
},
|
8880
8882
|
m(target, anchor) {
|
@@ -8890,7 +8892,7 @@ function create_each_block$3(ctx) {
|
|
8890
8892
|
p(new_ctx, dirty) {
|
8891
8893
|
ctx = new_ctx;
|
8892
8894
|
|
8893
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8895
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
|
8894
8896
|
attr(img, "class", img_class_value);
|
8895
8897
|
}
|
8896
8898
|
|
@@ -8937,7 +8939,7 @@ function create_fragment$16(ctx) {
|
|
8937
8939
|
this.h();
|
8938
8940
|
},
|
8939
8941
|
h() {
|
8940
|
-
attr(div, "class", "rating-buttons svelte-
|
8942
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8941
8943
|
},
|
8942
8944
|
m(target, anchor) {
|
8943
8945
|
insert_hydration(target, div, anchor);
|
@@ -9045,7 +9047,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
9045
9047
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
9046
9048
|
|
9047
9049
|
function add_css$z(target) {
|
9048
|
-
append_styles(target, "svelte-
|
9050
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
9049
9051
|
}
|
9050
9052
|
|
9051
9053
|
function create_fragment$15(ctx) {
|
@@ -9076,13 +9078,13 @@ function create_fragment$15(ctx) {
|
|
9076
9078
|
this.h();
|
9077
9079
|
},
|
9078
9080
|
h() {
|
9079
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
9081
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
9080
9082
|
attr(input, "type", "text");
|
9081
9083
|
input.value = /*$value*/ ctx[2];
|
9082
9084
|
input.required = /*required*/ ctx[0];
|
9083
9085
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
9084
9086
|
attr(input, "style", /*style*/ ctx[5]);
|
9085
|
-
attr(div, "class", "input-wrapper svelte-
|
9087
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
9086
9088
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
9087
9089
|
},
|
9088
9090
|
m(target, anchor) {
|
@@ -9095,7 +9097,7 @@ function create_fragment$15(ctx) {
|
|
9095
9097
|
}
|
9096
9098
|
},
|
9097
9099
|
p(ctx, [dirty]) {
|
9098
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
9100
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
9099
9101
|
attr(input, "class", input_class_value);
|
9100
9102
|
}
|
9101
9103
|
|
@@ -9283,7 +9285,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
9283
9285
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
9284
9286
|
|
9285
9287
|
function add_css$y(target) {
|
9286
|
-
append_styles(target, "svelte-
|
9288
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
9287
9289
|
}
|
9288
9290
|
|
9289
9291
|
function create_fragment$14(ctx) {
|
@@ -9349,20 +9351,20 @@ function create_fragment$14(ctx) {
|
|
9349
9351
|
},
|
9350
9352
|
h() {
|
9351
9353
|
attr(input0, "type", "radio");
|
9352
|
-
attr(input0, "class", "radio-button-input svelte-
|
9354
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9353
9355
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9354
9356
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9355
|
-
attr(span0, "class", "radio-button-text svelte-
|
9357
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9356
9358
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9357
|
-
attr(label0, "class", "radio-button svelte-
|
9359
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9358
9360
|
attr(input1, "type", "radio");
|
9359
|
-
attr(input1, "class", "radio-button-input svelte-
|
9361
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9360
9362
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9361
9363
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9362
|
-
attr(span1, "class", "radio-button-text svelte-
|
9364
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9363
9365
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9364
|
-
attr(label1, "class", "radio-button svelte-
|
9365
|
-
attr(div, "class", "radio-buttons svelte-
|
9366
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9367
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9366
9368
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9367
9369
|
},
|
9368
9370
|
m(target, anchor) {
|
@@ -9530,7 +9532,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9530
9532
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9531
9533
|
|
9532
9534
|
function add_css$x(target) {
|
9533
|
-
append_styles(target, "svelte-
|
9535
|
+
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
9534
9536
|
}
|
9535
9537
|
|
9536
9538
|
function get_each_context$2(ctx, list, i) {
|
@@ -9576,9 +9578,9 @@ function create_if_block_1$2(ctx) {
|
|
9576
9578
|
attr(svg, "viewBox", "0 0 10 16");
|
9577
9579
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9578
9580
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9579
|
-
attr(button, "class", "move-button svelte-
|
9581
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9580
9582
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9581
|
-
attr(div, "class", "prev-button-container svelte-
|
9583
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9582
9584
|
},
|
9583
9585
|
m(target, anchor) {
|
9584
9586
|
insert_hydration(target, div, anchor);
|
@@ -9644,9 +9646,9 @@ function create_if_block$9(ctx) {
|
|
9644
9646
|
attr(svg, "viewBox", "0 0 10 16");
|
9645
9647
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9646
9648
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9647
|
-
attr(button, "class", "move-button svelte-
|
9649
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9648
9650
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9649
|
-
attr(div, "class", "next-button-container svelte-
|
9651
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9650
9652
|
},
|
9651
9653
|
m(target, anchor) {
|
9652
9654
|
insert_hydration(target, div, anchor);
|
@@ -9706,9 +9708,9 @@ function create_each_block$2(ctx) {
|
|
9706
9708
|
this.h();
|
9707
9709
|
},
|
9708
9710
|
h() {
|
9709
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9711
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9710
9712
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9711
|
-
attr(button, "class", "navigation-item svelte-
|
9713
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9712
9714
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9713
9715
|
},
|
9714
9716
|
m(target, anchor) {
|
@@ -9814,14 +9816,14 @@ function create_fragment$13(ctx) {
|
|
9814
9816
|
this.h();
|
9815
9817
|
},
|
9816
9818
|
h() {
|
9817
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9819
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9818
9820
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9819
|
-
attr(div1, "class", "container svelte-
|
9821
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9820
9822
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9821
|
-
attr(div2, "class", "navigation svelte-
|
9823
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9822
9824
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9823
9825
|
set_attributes(div3, div3_data);
|
9824
|
-
toggle_class(div3, "svelte-
|
9826
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9825
9827
|
},
|
9826
9828
|
m(target, anchor) {
|
9827
9829
|
insert_hydration(target, div3, anchor);
|
@@ -9863,7 +9865,7 @@ function create_fragment$13(ctx) {
|
|
9863
9865
|
}
|
9864
9866
|
}
|
9865
9867
|
|
9866
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9868
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9867
9869
|
attr(div0, "class", div0_class_value);
|
9868
9870
|
}
|
9869
9871
|
|
@@ -9929,7 +9931,7 @@ function create_fragment$13(ctx) {
|
|
9929
9931
|
}
|
9930
9932
|
|
9931
9933
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9932
|
-
toggle_class(div3, "svelte-
|
9934
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9933
9935
|
},
|
9934
9936
|
i(local) {
|
9935
9937
|
if (current) return;
|
@@ -10441,7 +10443,7 @@ class Slide extends SvelteComponent {
|
|
10441
10443
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10442
10444
|
|
10443
10445
|
function add_css$w(target) {
|
10444
|
-
append_styles(target, "svelte-
|
10446
|
+
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
10445
10447
|
}
|
10446
10448
|
|
10447
10449
|
function create_fragment$12(ctx) {
|
@@ -10469,9 +10471,9 @@ function create_fragment$12(ctx) {
|
|
10469
10471
|
this.h();
|
10470
10472
|
},
|
10471
10473
|
h() {
|
10472
|
-
attr(div0, "class", "item-inner svelte-
|
10474
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10473
10475
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10474
|
-
attr(div1, "class", "item svelte-
|
10476
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10475
10477
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10476
10478
|
},
|
10477
10479
|
m(target, anchor) {
|
@@ -10597,7 +10599,7 @@ class SlideItem extends SvelteComponent {
|
|
10597
10599
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10598
10600
|
|
10599
10601
|
function add_css$v(target) {
|
10600
|
-
append_styles(target, "svelte-
|
10602
|
+
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10601
10603
|
}
|
10602
10604
|
|
10603
10605
|
const get_default_slot_changes$1 = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -10628,9 +10630,9 @@ function create_fragment$11(ctx) {
|
|
10628
10630
|
this.h();
|
10629
10631
|
},
|
10630
10632
|
h() {
|
10631
|
-
attr(div0, "class", "countdown-inner svelte-
|
10633
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10632
10634
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10633
|
-
attr(div1, "class", "countdown svelte-
|
10635
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10634
10636
|
},
|
10635
10637
|
m(target, anchor) {
|
10636
10638
|
insert_hydration(target, div1, anchor);
|
@@ -10760,7 +10762,7 @@ class Countdown extends SvelteComponent {
|
|
10760
10762
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10761
10763
|
|
10762
10764
|
function add_css$u(target) {
|
10763
|
-
append_styles(target, "svelte-
|
10765
|
+
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10764
10766
|
}
|
10765
10767
|
|
10766
10768
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10843,7 +10845,7 @@ function create_fragment$10(ctx) {
|
|
10843
10845
|
this.h();
|
10844
10846
|
},
|
10845
10847
|
h() {
|
10846
|
-
attr(div, "class", "box svelte-
|
10848
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10847
10849
|
},
|
10848
10850
|
m(target, anchor) {
|
10849
10851
|
insert_hydration(target, div, anchor);
|
@@ -10904,7 +10906,7 @@ class Box extends SvelteComponent {
|
|
10904
10906
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10905
10907
|
|
10906
10908
|
function add_css$t(target) {
|
10907
|
-
append_styles(target, "svelte-
|
10909
|
+
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10908
10910
|
}
|
10909
10911
|
|
10910
10912
|
// (56:4) {#if svg}
|
@@ -11008,7 +11010,7 @@ function create_fragment$$(ctx) {
|
|
11008
11010
|
this.h();
|
11009
11011
|
},
|
11010
11012
|
h() {
|
11011
|
-
attr(div, "class", "icon svelte-
|
11013
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
11012
11014
|
},
|
11013
11015
|
m(target, anchor) {
|
11014
11016
|
insert_hydration(target, div, anchor);
|
@@ -11117,7 +11119,7 @@ class IconElement extends SvelteComponent {
|
|
11117
11119
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
11118
11120
|
|
11119
11121
|
function add_css$s(target) {
|
11120
|
-
append_styles(target, "svelte-
|
11122
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
11121
11123
|
}
|
11122
11124
|
|
11123
11125
|
function create_fragment$_(ctx) {
|
@@ -11153,7 +11155,7 @@ function create_fragment$_(ctx) {
|
|
11153
11155
|
this.h();
|
11154
11156
|
},
|
11155
11157
|
h() {
|
11156
|
-
attr(div, "class", "codeElement svelte-
|
11158
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
11157
11159
|
attr(div, "style", /*style*/ ctx[3]);
|
11158
11160
|
},
|
11159
11161
|
m(target, anchor) {
|
@@ -11242,7 +11244,7 @@ class CodeElement extends SvelteComponent {
|
|
11242
11244
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
11243
11245
|
|
11244
11246
|
function add_css$r(target) {
|
11245
|
-
append_styles(target, "svelte-
|
11247
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
11246
11248
|
}
|
11247
11249
|
|
11248
11250
|
function create_fragment$Z(ctx) {
|
@@ -11266,7 +11268,7 @@ function create_fragment$Z(ctx) {
|
|
11266
11268
|
this.h();
|
11267
11269
|
},
|
11268
11270
|
h() {
|
11269
|
-
attr(div, "class", "flex svelte-
|
11271
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
11270
11272
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
11271
11273
|
},
|
11272
11274
|
m(target, anchor) {
|
@@ -11363,7 +11365,7 @@ class Flex extends SvelteComponent {
|
|
11363
11365
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11364
11366
|
|
11365
11367
|
function add_css$q(target) {
|
11366
|
-
append_styles(target, "svelte-
|
11368
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11367
11369
|
}
|
11368
11370
|
|
11369
11371
|
function create_fragment$Y(ctx) {
|
@@ -11386,7 +11388,7 @@ function create_fragment$Y(ctx) {
|
|
11386
11388
|
this.h();
|
11387
11389
|
},
|
11388
11390
|
h() {
|
11389
|
-
attr(div, "class", "flex-item svelte-
|
11391
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11390
11392
|
attr(div, "style", /*style*/ ctx[0]);
|
11391
11393
|
},
|
11392
11394
|
m(target, anchor) {
|
@@ -11806,7 +11808,7 @@ class GridModalState extends SvelteComponent {
|
|
11806
11808
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11807
11809
|
|
11808
11810
|
function add_css$p(target) {
|
11809
|
-
append_styles(target, "svelte-
|
11811
|
+
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
11810
11812
|
}
|
11811
11813
|
|
11812
11814
|
function create_fragment$W(ctx) {
|
@@ -11835,8 +11837,8 @@ function create_fragment$W(ctx) {
|
|
11835
11837
|
this.h();
|
11836
11838
|
},
|
11837
11839
|
h() {
|
11838
|
-
attr(div0, "class", "text-block-inner svelte-
|
11839
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11840
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11841
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11840
11842
|
attr(div1, "style", /*style*/ ctx[2]);
|
11841
11843
|
},
|
11842
11844
|
m(target, anchor) {
|
@@ -11850,7 +11852,7 @@ function create_fragment$W(ctx) {
|
|
11850
11852
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11851
11853
|
rendertext.$set(rendertext_changes);
|
11852
11854
|
|
11853
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11855
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11854
11856
|
attr(div1, "class", div1_class_value);
|
11855
11857
|
}
|
11856
11858
|
|
@@ -11928,7 +11930,7 @@ class TextBlock extends SvelteComponent {
|
|
11928
11930
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11929
11931
|
|
11930
11932
|
function add_css$o(target) {
|
11931
|
-
append_styles(target, "svelte-
|
11933
|
+
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11932
11934
|
}
|
11933
11935
|
|
11934
11936
|
function create_fragment$V(ctx) {
|
@@ -11958,9 +11960,9 @@ function create_fragment$V(ctx) {
|
|
11958
11960
|
this.h();
|
11959
11961
|
},
|
11960
11962
|
h() {
|
11961
|
-
attr(button, "class", "text-button svelte-
|
11963
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11962
11964
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11963
|
-
attr(div, "class", "text-button-block svelte-
|
11965
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11964
11966
|
attr(div, "style", /*_style*/ ctx[2]);
|
11965
11967
|
},
|
11966
11968
|
m(target, anchor) {
|
@@ -12066,7 +12068,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
12066
12068
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
12067
12069
|
|
12068
12070
|
function add_css$n(target) {
|
12069
|
-
append_styles(target, "svelte-
|
12071
|
+
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
12070
12072
|
}
|
12071
12073
|
|
12072
12074
|
function create_fragment$U(ctx) {
|
@@ -12102,14 +12104,14 @@ function create_fragment$U(ctx) {
|
|
12102
12104
|
this.h();
|
12103
12105
|
},
|
12104
12106
|
h() {
|
12105
|
-
attr(img, "class", "image svelte-
|
12107
|
+
attr(img, "class", "image svelte-1pdw891");
|
12106
12108
|
attr(img, "loading", "lazy");
|
12107
12109
|
attr(img, "width", "auto");
|
12108
12110
|
attr(img, "height", "auto");
|
12109
12111
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
12110
12112
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
12111
12113
|
attr(img, "alt", /*alt*/ ctx[1]);
|
12112
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
12114
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
12113
12115
|
attr(div, "style", /*_style*/ ctx[5]);
|
12114
12116
|
},
|
12115
12117
|
m(target, anchor) {
|
@@ -12134,7 +12136,7 @@ function create_fragment$U(ctx) {
|
|
12134
12136
|
attr(img, "alt", /*alt*/ ctx[1]);
|
12135
12137
|
}
|
12136
12138
|
|
12137
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
12139
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
12138
12140
|
attr(div, "class", div_class_value);
|
12139
12141
|
}
|
12140
12142
|
|
@@ -12340,14 +12342,13 @@ const FONT_FAMILY_VARIANT = {
|
|
12340
12342
|
noto_sans_jp: createFontVariant('Noto Sans JP', 'ja', 'kaku'),
|
12341
12343
|
sawarabi_gothic: createFontVariant('Sawarabi Gothic', 'ja', 'kaku'),
|
12342
12344
|
zen_kaku_gothic: createFontVariant('Zen Kaku Gothic', 'ja', 'kaku'),
|
12343
|
-
kosugi: createFontVariant('Kosugi', 'ja', 'kaku'),
|
12344
12345
|
biz_udp_gothic: createFontVariant('BIZ UDPGothic', 'ja', 'kaku'),
|
12345
12346
|
open_sans: createFontVariant('Open Sans', 'ja', 'kaku'),
|
12346
12347
|
sans_serif: createFontVariant('sans-serif', 'ja', 'kaku'),
|
12347
|
-
m_plus_rounded_1c: createFontVariant('M PLUS Rounded 1c', 'ja', 'maru'),
|
12348
12348
|
m_plus_1p: createFontVariant('M PLUS 1p', 'ja', 'maru'),
|
12349
|
+
m_plus_rounded_1c: createFontVariant('M PLUS Rounded 1c', 'ja', 'maru'),
|
12350
|
+
kiwi_maru: createFontVariant('Kiwi Maru', 'ja', 'maru'),
|
12349
12351
|
zen_maru_gothic: createFontVariant('Zen Maru Gothic', 'ja', 'maru'),
|
12350
|
-
kosugi_maru: createFontVariant('Kosugi Maru', 'ja', 'maru'),
|
12351
12352
|
noto_serif_jp: createFontVariant('Noto Serif JP', 'ja', 'min'),
|
12352
12353
|
shippori_micho: createFontVariant('Shippori Mincho', 'ja', 'min'),
|
12353
12354
|
biz_udp_micho: createFontVariant('BIZ UDPMincho', 'ja', 'min'),
|
@@ -12355,11 +12356,11 @@ const FONT_FAMILY_VARIANT = {
|
|
12355
12356
|
roboto: createFontVariant('Roboto', 'en', 'kaku'),
|
12356
12357
|
lato: createFontVariant('Lato', 'en', 'kaku'),
|
12357
12358
|
poppins: createFontVariant('Poppins', 'en', 'kaku'),
|
12358
|
-
raleway: createFontVariant('Raleway', 'en', 'kaku'),
|
12359
|
-
nunito: createFontVariant('Nunito', 'en', 'kaku'),
|
12360
12359
|
lora: createFontVariant('Lora', 'en', 'kaku'),
|
12361
12360
|
monospace: createFontVariant('monospace', 'en', 'kaku'),
|
12362
12361
|
system_ui: createFontVariant('system-ui', 'en', 'kaku'),
|
12362
|
+
// raleway: createFontVariant('Raleway', 'en', 'kaku'),
|
12363
|
+
// nunito: createFontVariant('Nunito', 'en', 'kaku'),
|
12363
12364
|
};
|
12364
12365
|
const FONT_FAMILY_VARIANTS = toVariantArray(FONT_FAMILY_VARIANT);
|
12365
12366
|
const FONT_FAMILY_VARIANT_GROUPS = [
|
@@ -12588,7 +12589,7 @@ const AVATAR_SIZE_STYLES = {
|
|
12588
12589
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12589
12590
|
|
12590
12591
|
function add_css$m(target) {
|
12591
|
-
append_styles(target, "svelte-
|
12592
|
+
append_styles(target, "svelte-1krsdyx", ".avatar.svelte-1krsdyx{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0}");
|
12592
12593
|
}
|
12593
12594
|
|
12594
12595
|
// (42:0) <svelte:element {...attributes} this={element} class="avatar" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -12640,7 +12641,7 @@ function create_dynamic_element$b(ctx) {
|
|
12640
12641
|
},
|
12641
12642
|
h() {
|
12642
12643
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
12643
|
-
attr(img, "class", "avatar-image svelte-
|
12644
|
+
attr(img, "class", "avatar-image svelte-1krsdyx");
|
12644
12645
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
12645
12646
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
12646
12647
|
|
@@ -12650,7 +12651,7 @@ function create_dynamic_element$b(ctx) {
|
|
12650
12651
|
set_attributes(svelte_element, svelte_element_data);
|
12651
12652
|
}
|
12652
12653
|
|
12653
|
-
toggle_class(svelte_element, "svelte-
|
12654
|
+
toggle_class(svelte_element, "svelte-1krsdyx", true);
|
12654
12655
|
},
|
12655
12656
|
m(target, anchor) {
|
12656
12657
|
insert_hydration(target, svelte_element, anchor);
|
@@ -12687,7 +12688,7 @@ function create_dynamic_element$b(ctx) {
|
|
12687
12688
|
set_attributes(svelte_element, svelte_element_data);
|
12688
12689
|
}
|
12689
12690
|
|
12690
|
-
toggle_class(svelte_element, "svelte-
|
12691
|
+
toggle_class(svelte_element, "svelte-1krsdyx", true);
|
12691
12692
|
},
|
12692
12693
|
d(detaching) {
|
12693
12694
|
if (detaching) detach(svelte_element);
|
@@ -14855,7 +14856,7 @@ const ICON_VARIANTS = {
|
|
14855
14856
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14856
14857
|
|
14857
14858
|
function add_css$l(target) {
|
14858
|
-
append_styles(target, "svelte-
|
14859
|
+
append_styles(target, "svelte-19rssou", ".icon.svelte-19rssou{display:flex;align-items:center;overflow:hidden;width:auto;cursor:pointer;text-decoration:none}");
|
14859
14860
|
}
|
14860
14861
|
|
14861
14862
|
// (24:0) <svelte:element {...attributes} this={element} class="icon" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -14917,7 +14918,7 @@ function create_dynamic_element$a(ctx) {
|
|
14917
14918
|
set_attributes(svelte_element, svelte_element_data);
|
14918
14919
|
}
|
14919
14920
|
|
14920
|
-
toggle_class(svelte_element, "svelte-
|
14921
|
+
toggle_class(svelte_element, "svelte-19rssou", true);
|
14921
14922
|
},
|
14922
14923
|
m(target, anchor) {
|
14923
14924
|
insert_hydration(target, svelte_element, anchor);
|
@@ -14970,7 +14971,7 @@ function create_dynamic_element$a(ctx) {
|
|
14970
14971
|
set_attributes(svelte_element, svelte_element_data);
|
14971
14972
|
}
|
14972
14973
|
|
14973
|
-
toggle_class(svelte_element, "svelte-
|
14974
|
+
toggle_class(svelte_element, "svelte-19rssou", true);
|
14974
14975
|
},
|
14975
14976
|
i(local) {
|
14976
14977
|
if (current) return;
|
@@ -15094,7 +15095,7 @@ const getPropStyles = (callback) => {
|
|
15094
15095
|
};
|
15095
15096
|
};
|
15096
15097
|
|
15097
|
-
const
|
15098
|
+
const callback$4 = ({ brandKit }) => ({
|
15098
15099
|
default: {
|
15099
15100
|
variant: 'normal',
|
15100
15101
|
backgroundColor: brandKit.color_brand,
|
@@ -15160,7 +15161,8 @@ const getButtonThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
15160
15161
|
backgroundColor: 'rgba(255, 255, 255, 0)',
|
15161
15162
|
color: brandKit.color_danger,
|
15162
15163
|
},
|
15163
|
-
})
|
15164
|
+
});
|
15165
|
+
const getButtonThemeStyles = getPropStyles(callback$4);
|
15164
15166
|
const BUTTON_SIZE_STYLES = {
|
15165
15167
|
extra_small: {
|
15166
15168
|
height: '32px',
|
@@ -15195,13 +15197,22 @@ const BUTTON_SIZE_STYLES = {
|
|
15195
15197
|
};
|
15196
15198
|
const BUTTON_ROUND_STYLES = {
|
15197
15199
|
none: {
|
15198
|
-
|
15200
|
+
borderTopLeftRadius: 0,
|
15201
|
+
borderTopRightRadius: 0,
|
15202
|
+
borderBottomLeftRadius: 0,
|
15203
|
+
borderBottomRightRadius: 0,
|
15199
15204
|
},
|
15200
15205
|
default: {
|
15201
|
-
|
15206
|
+
borderTopLeftRadius: '4px',
|
15207
|
+
borderTopRightRadius: '4px',
|
15208
|
+
borderBottomLeftRadius: '4px',
|
15209
|
+
borderBottomRightRadius: '4px',
|
15202
15210
|
},
|
15203
15211
|
fulled: {
|
15204
|
-
|
15212
|
+
borderTopLeftRadius: '9999px',
|
15213
|
+
borderTopRightRadius: '9999px',
|
15214
|
+
borderBottomLeftRadius: '9999px',
|
15215
|
+
borderBottomRightRadius: '9999px',
|
15205
15216
|
},
|
15206
15217
|
};
|
15207
15218
|
const BUTTON_WRAP_STYLES = {
|
@@ -15262,10 +15273,10 @@ function darkenColor(color, percent) {
|
|
15262
15273
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
15263
15274
|
|
15264
15275
|
function add_css$k(target) {
|
15265
|
-
append_styles(target, "svelte-
|
15276
|
+
append_styles(target, "svelte-o2gomt", ".button.svelte-o2gomt{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-o2gomt:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-o2gomt{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
15266
15277
|
}
|
15267
15278
|
|
15268
|
-
// (
|
15279
|
+
// (91:2) {#if props.isIcon && props.iconVariant}
|
15269
15280
|
function create_if_block$7(ctx) {
|
15270
15281
|
let div;
|
15271
15282
|
let icon;
|
@@ -15296,7 +15307,7 @@ function create_if_block$7(ctx) {
|
|
15296
15307
|
this.h();
|
15297
15308
|
},
|
15298
15309
|
h() {
|
15299
|
-
attr(div, "class", "button-icon svelte-
|
15310
|
+
attr(div, "class", "button-icon svelte-o2gomt");
|
15300
15311
|
},
|
15301
15312
|
m(target, anchor) {
|
15302
15313
|
insert_hydration(target, div, anchor);
|
@@ -15331,7 +15342,7 @@ function create_if_block$7(ctx) {
|
|
15331
15342
|
};
|
15332
15343
|
}
|
15333
15344
|
|
15334
|
-
// (
|
15345
|
+
// (82:0) <svelte:element {...attributes} this={element} class="button" style={style} data-layer-id={layerId} data-variant={variant} on:click={handleClick} >
|
15335
15346
|
function create_dynamic_element$9(ctx) {
|
15336
15347
|
let svelte_element;
|
15337
15348
|
let t0;
|
@@ -15393,7 +15404,7 @@ function create_dynamic_element$9(ctx) {
|
|
15393
15404
|
set_attributes(svelte_element, svelte_element_data);
|
15394
15405
|
}
|
15395
15406
|
|
15396
|
-
toggle_class(svelte_element, "svelte-
|
15407
|
+
toggle_class(svelte_element, "svelte-o2gomt", true);
|
15397
15408
|
},
|
15398
15409
|
m(target, anchor) {
|
15399
15410
|
insert_hydration(target, svelte_element, anchor);
|
@@ -15448,7 +15459,7 @@ function create_dynamic_element$9(ctx) {
|
|
15448
15459
|
set_attributes(svelte_element, svelte_element_data);
|
15449
15460
|
}
|
15450
15461
|
|
15451
|
-
toggle_class(svelte_element, "svelte-
|
15462
|
+
toggle_class(svelte_element, "svelte-o2gomt", true);
|
15452
15463
|
},
|
15453
15464
|
i(local) {
|
15454
15465
|
if (current) return;
|
@@ -15582,7 +15593,14 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
15582
15593
|
width: props.width,
|
15583
15594
|
fontWeight: props.fontWeight ?? 'bold',
|
15584
15595
|
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
15585
|
-
...
|
15596
|
+
...props.borderTopLeftRadius
|
15597
|
+
? {
|
15598
|
+
borderTopLeftRadius: props.borderTopLeftRadius,
|
15599
|
+
borderTopRightRadius: props.borderTopRightRadius,
|
15600
|
+
borderBottomLeftRadius: props.borderBottomLeftRadius,
|
15601
|
+
borderBottomRightRadius: props.borderBottomRightRadius
|
15602
|
+
}
|
15603
|
+
: BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
15586
15604
|
...props.iconAngle
|
15587
15605
|
? { flexDirection: props.iconAngle }
|
15588
15606
|
: {},
|
@@ -15659,7 +15677,7 @@ const BUTTON_OUTLINED_SIZE_STYLES = {
|
|
15659
15677
|
fontSize: '16px',
|
15660
15678
|
},
|
15661
15679
|
};
|
15662
|
-
const
|
15680
|
+
const callback$3 = ({ brandKit }) => ({
|
15663
15681
|
default: {
|
15664
15682
|
color: brandKit.color_brand,
|
15665
15683
|
borderColor: brandKit.color_brand,
|
@@ -15695,7 +15713,8 @@ const getButtonOutlinedThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
15695
15713
|
borderColor: '#FFFFFF',
|
15696
15714
|
backgroundColor: '#000000',
|
15697
15715
|
},
|
15698
|
-
})
|
15716
|
+
});
|
15717
|
+
const getButtonOutlinedThemeStyles = getPropStyles(callback$3);
|
15699
15718
|
const BUTTON_OUTLINED_ROUND_STYLES = {
|
15700
15719
|
none: {
|
15701
15720
|
borderRadius: 0,
|
@@ -15719,7 +15738,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
15719
15738
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
15720
15739
|
|
15721
15740
|
function add_css$j(target) {
|
15722
|
-
append_styles(target, "svelte-
|
15741
|
+
append_styles(target, "svelte-38fju1", ".button-outlined.svelte-38fju1{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-38fju1:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-38fju1{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
15723
15742
|
}
|
15724
15743
|
|
15725
15744
|
// (53:2) {#if props.isIcon && props.iconVariant}
|
@@ -15753,7 +15772,7 @@ function create_if_block$6(ctx) {
|
|
15753
15772
|
this.h();
|
15754
15773
|
},
|
15755
15774
|
h() {
|
15756
|
-
attr(div, "class", "button-outlined-icon svelte-
|
15775
|
+
attr(div, "class", "button-outlined-icon svelte-38fju1");
|
15757
15776
|
},
|
15758
15777
|
m(target, anchor) {
|
15759
15778
|
insert_hydration(target, div, anchor);
|
@@ -15840,7 +15859,7 @@ function create_dynamic_element$8(ctx) {
|
|
15840
15859
|
this.h();
|
15841
15860
|
},
|
15842
15861
|
h() {
|
15843
|
-
attr(span, "class", "button-outlined-label svelte-
|
15862
|
+
attr(span, "class", "button-outlined-label svelte-38fju1");
|
15844
15863
|
|
15845
15864
|
if ((/-/).test(/*element*/ ctx[4])) {
|
15846
15865
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -15848,7 +15867,7 @@ function create_dynamic_element$8(ctx) {
|
|
15848
15867
|
set_attributes(svelte_element, svelte_element_data);
|
15849
15868
|
}
|
15850
15869
|
|
15851
|
-
toggle_class(svelte_element, "svelte-
|
15870
|
+
toggle_class(svelte_element, "svelte-38fju1", true);
|
15852
15871
|
},
|
15853
15872
|
m(target, anchor) {
|
15854
15873
|
insert_hydration(target, svelte_element, anchor);
|
@@ -15902,7 +15921,7 @@ function create_dynamic_element$8(ctx) {
|
|
15902
15921
|
set_attributes(svelte_element, svelte_element_data);
|
15903
15922
|
}
|
15904
15923
|
|
15905
|
-
toggle_class(svelte_element, "svelte-
|
15924
|
+
toggle_class(svelte_element, "svelte-38fju1", true);
|
15906
15925
|
},
|
15907
15926
|
i(local) {
|
15908
15927
|
if (current) return;
|
@@ -16059,7 +16078,7 @@ const BUTTON_TEXT_SIZE_STYLES = {
|
|
16059
16078
|
fontSize: '16px',
|
16060
16079
|
},
|
16061
16080
|
};
|
16062
|
-
const
|
16081
|
+
const callback$2 = ({ brandKit }) => ({
|
16063
16082
|
default: {
|
16064
16083
|
backgroundColor: '#f3f4f6',
|
16065
16084
|
color: brandKit.color_brand,
|
@@ -16092,12 +16111,13 @@ const getButtonTextThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
16092
16111
|
backgroundColor: '#f3f4f6',
|
16093
16112
|
color: brandKit.color_white,
|
16094
16113
|
},
|
16095
|
-
})
|
16114
|
+
});
|
16115
|
+
const getButtonTextThemeStyles = getPropStyles(callback$2);
|
16096
16116
|
|
16097
16117
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
16098
16118
|
|
16099
16119
|
function add_css$i(target) {
|
16100
|
-
append_styles(target, "svelte-
|
16120
|
+
append_styles(target, "svelte-1xgvp8r", ".button-text.svelte-1xgvp8r{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-1xgvp8r:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-1xgvp8r{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
16101
16121
|
}
|
16102
16122
|
|
16103
16123
|
// (49:2) {#if props.isIcon && props.iconVariant}
|
@@ -16131,7 +16151,7 @@ function create_if_block$5(ctx) {
|
|
16131
16151
|
this.h();
|
16132
16152
|
},
|
16133
16153
|
h() {
|
16134
|
-
attr(div, "class", "button-text-icon svelte-
|
16154
|
+
attr(div, "class", "button-text-icon svelte-1xgvp8r");
|
16135
16155
|
},
|
16136
16156
|
m(target, anchor) {
|
16137
16157
|
insert_hydration(target, div, anchor);
|
@@ -16218,7 +16238,7 @@ function create_dynamic_element$7(ctx) {
|
|
16218
16238
|
this.h();
|
16219
16239
|
},
|
16220
16240
|
h() {
|
16221
|
-
attr(span, "class", "button-text-label svelte-
|
16241
|
+
attr(span, "class", "button-text-label svelte-1xgvp8r");
|
16222
16242
|
|
16223
16243
|
if ((/-/).test(/*element*/ ctx[4])) {
|
16224
16244
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -16226,7 +16246,7 @@ function create_dynamic_element$7(ctx) {
|
|
16226
16246
|
set_attributes(svelte_element, svelte_element_data);
|
16227
16247
|
}
|
16228
16248
|
|
16229
|
-
toggle_class(svelte_element, "svelte-
|
16249
|
+
toggle_class(svelte_element, "svelte-1xgvp8r", true);
|
16230
16250
|
},
|
16231
16251
|
m(target, anchor) {
|
16232
16252
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16280,7 +16300,7 @@ function create_dynamic_element$7(ctx) {
|
|
16280
16300
|
set_attributes(svelte_element, svelte_element_data);
|
16281
16301
|
}
|
16282
16302
|
|
16283
|
-
toggle_class(svelte_element, "svelte-
|
16303
|
+
toggle_class(svelte_element, "svelte-1xgvp8r", true);
|
16284
16304
|
},
|
16285
16305
|
i(local) {
|
16286
16306
|
if (current) return;
|
@@ -16429,29 +16449,13 @@ const BUTTON_TEXT_THEME = {
|
|
16429
16449
|
white: 'White',
|
16430
16450
|
};
|
16431
16451
|
|
16432
|
-
const CLOSE_BUTTON_PLACEMENT = {
|
16433
|
-
topRight: 'topRight',
|
16434
|
-
topLeft: 'topLeft',
|
16435
|
-
bottomRight: 'bottomRight',
|
16436
|
-
bottomLeft: 'bottomLeft',
|
16437
|
-
};
|
16438
|
-
const CLOSE_BUTTON_ROUND = {
|
16439
|
-
default: 'デフォルト',
|
16440
|
-
none: 'なし',
|
16441
|
-
fulled: '円形',
|
16442
|
-
};
|
16443
|
-
const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
16444
|
-
right: 'right',
|
16445
|
-
left: 'left',
|
16446
|
-
};
|
16447
|
-
|
16448
16452
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
16449
16453
|
|
16450
16454
|
function add_css$h(target) {
|
16451
|
-
append_styles(target, "svelte-
|
16455
|
+
append_styles(target, "svelte-3mvsv6", ".close-button.svelte-3mvsv6.svelte-3mvsv6{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-3mvsv6 svg.svelte-3mvsv6{transition:transform 0.12s}.close-button.svelte-3mvsv6:hover svg.svelte-3mvsv6{transform:rotate(90deg)}.close-button-order-one.svelte-3mvsv6.svelte-3mvsv6{order:1}.close-button-order-two.svelte-3mvsv6.svelte-3mvsv6{order:2}");
|
16452
16456
|
}
|
16453
16457
|
|
16454
|
-
// (
|
16458
|
+
// (90:2) {#if hasLabel}
|
16455
16459
|
function create_if_block$4(ctx) {
|
16456
16460
|
let span;
|
16457
16461
|
let t;
|
@@ -16474,7 +16478,7 @@ function create_if_block$4(ctx) {
|
|
16474
16478
|
|
16475
16479
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[10]
|
16476
16480
|
? 'close-button-order-one'
|
16477
|
-
: '') + " svelte-
|
16481
|
+
: '') + " svelte-3mvsv6");
|
16478
16482
|
},
|
16479
16483
|
m(target, anchor) {
|
16480
16484
|
insert_hydration(target, span, anchor);
|
@@ -16491,7 +16495,7 @@ function create_if_block$4(ctx) {
|
|
16491
16495
|
};
|
16492
16496
|
}
|
16493
16497
|
|
16494
|
-
// (
|
16498
|
+
// (71:0) <svelte:element {...attributes} this={element} class="close-button {isLeftLabelPlacement ? 'close-button-order-two' : ''}" data-layer-id={layerId} style={style} on:click={handleClick} >
|
16495
16499
|
function create_dynamic_element$6(ctx) {
|
16496
16500
|
let svelte_element;
|
16497
16501
|
let span;
|
@@ -16566,7 +16570,7 @@ function create_dynamic_element$6(ctx) {
|
|
16566
16570
|
set_style(svg, "width", "100%");
|
16567
16571
|
set_style(svg, "height", "100%");
|
16568
16572
|
attr(svg, "fill", /*color*/ ctx[8]);
|
16569
|
-
attr(svg, "class", "svelte-
|
16573
|
+
attr(svg, "class", "svelte-3mvsv6");
|
16570
16574
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
16571
16575
|
|
16572
16576
|
if ((/-/).test(/*element*/ ctx[6])) {
|
@@ -16575,7 +16579,7 @@ function create_dynamic_element$6(ctx) {
|
|
16575
16579
|
set_attributes(svelte_element, svelte_element_data);
|
16576
16580
|
}
|
16577
16581
|
|
16578
|
-
toggle_class(svelte_element, "svelte-
|
16582
|
+
toggle_class(svelte_element, "svelte-3mvsv6", true);
|
16579
16583
|
},
|
16580
16584
|
m(target, anchor) {
|
16581
16585
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16621,7 +16625,7 @@ function create_dynamic_element$6(ctx) {
|
|
16621
16625
|
set_attributes(svelte_element, svelte_element_data);
|
16622
16626
|
}
|
16623
16627
|
|
16624
|
-
toggle_class(svelte_element, "svelte-
|
16628
|
+
toggle_class(svelte_element, "svelte-3mvsv6", true);
|
16625
16629
|
},
|
16626
16630
|
d(detaching) {
|
16627
16631
|
if (detaching) detach(svelte_element);
|
@@ -16791,6 +16795,22 @@ class CloseButton extends SvelteComponent {
|
|
16791
16795
|
}
|
16792
16796
|
}
|
16793
16797
|
|
16798
|
+
const CLOSE_BUTTON_PLACEMENT = {
|
16799
|
+
topRight: 'topRight',
|
16800
|
+
topLeft: 'topLeft',
|
16801
|
+
bottomRight: 'bottomRight',
|
16802
|
+
bottomLeft: 'bottomLeft',
|
16803
|
+
};
|
16804
|
+
const CLOSE_BUTTON_ROUND = {
|
16805
|
+
default: 'デフォルト',
|
16806
|
+
none: 'なし',
|
16807
|
+
fulled: '円形',
|
16808
|
+
};
|
16809
|
+
const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
16810
|
+
right: 'right',
|
16811
|
+
left: 'left',
|
16812
|
+
};
|
16813
|
+
|
16794
16814
|
const ICON_SIZE_STYLES = {
|
16795
16815
|
x_small: {
|
16796
16816
|
width: '12px',
|
@@ -16825,7 +16845,7 @@ const ICON_SIZE_STYLES = {
|
|
16825
16845
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
16826
16846
|
|
16827
16847
|
function add_css$g(target) {
|
16828
|
-
append_styles(target, "svelte-
|
16848
|
+
append_styles(target, "svelte-gzaieg", ".image.svelte-gzaieg{max-width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.image-img.svelte-gzaieg{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
16829
16849
|
}
|
16830
16850
|
|
16831
16851
|
// (33:0) <svelte:element this={element} {...attributes} class="image" {style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -16871,7 +16891,7 @@ function create_dynamic_element$5(ctx) {
|
|
16871
16891
|
h() {
|
16872
16892
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
16873
16893
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
16874
|
-
attr(img, "class", "image-img svelte-
|
16894
|
+
attr(img, "class", "image-img svelte-gzaieg");
|
16875
16895
|
|
16876
16896
|
if ((/-/).test(/*element*/ ctx[4])) {
|
16877
16897
|
set_custom_element_data_map(svelte_element, svelte_element_data);
|
@@ -16879,7 +16899,7 @@ function create_dynamic_element$5(ctx) {
|
|
16879
16899
|
set_attributes(svelte_element, svelte_element_data);
|
16880
16900
|
}
|
16881
16901
|
|
16882
|
-
toggle_class(svelte_element, "svelte-
|
16902
|
+
toggle_class(svelte_element, "svelte-gzaieg", true);
|
16883
16903
|
},
|
16884
16904
|
m(target, anchor) {
|
16885
16905
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16912,7 +16932,7 @@ function create_dynamic_element$5(ctx) {
|
|
16912
16932
|
set_attributes(svelte_element, svelte_element_data);
|
16913
16933
|
}
|
16914
16934
|
|
16915
|
-
toggle_class(svelte_element, "svelte-
|
16935
|
+
toggle_class(svelte_element, "svelte-gzaieg", true);
|
16916
16936
|
},
|
16917
16937
|
d(detaching) {
|
16918
16938
|
if (detaching) detach(svelte_element);
|
@@ -17035,7 +17055,7 @@ const IMAGE_ASPECT_VARIANTS = {
|
|
17035
17055
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
17036
17056
|
|
17037
17057
|
function add_css$f(target) {
|
17038
|
-
append_styles(target, "svelte-
|
17058
|
+
append_styles(target, "svelte-139vx15", ".layout.svelte-139vx15{text-decoration:none;color:inherit}.layout[data-clickable=true].svelte-139vx15{cursor:pointer}.layout[data-clickable=true].svelte-139vx15:hover{opacity:0.8}");
|
17039
17059
|
}
|
17040
17060
|
|
17041
17061
|
// (28:0) <svelte:element {...attributes} this="div" class="layout" style={style} data-layer-id={layerId} on:click={handleClick} >
|
@@ -17085,7 +17105,7 @@ function create_dynamic_element$4(ctx) {
|
|
17085
17105
|
set_attributes(svelte_element, svelte_element_data);
|
17086
17106
|
}
|
17087
17107
|
|
17088
|
-
toggle_class(svelte_element, "svelte-
|
17108
|
+
toggle_class(svelte_element, "svelte-139vx15", true);
|
17089
17109
|
},
|
17090
17110
|
m(target, anchor) {
|
17091
17111
|
insert_hydration(target, svelte_element, anchor);
|
@@ -17130,7 +17150,7 @@ function create_dynamic_element$4(ctx) {
|
|
17130
17150
|
set_attributes(svelte_element, svelte_element_data);
|
17131
17151
|
}
|
17132
17152
|
|
17133
|
-
toggle_class(svelte_element, "svelte-
|
17153
|
+
toggle_class(svelte_element, "svelte-139vx15", true);
|
17134
17154
|
},
|
17135
17155
|
i(local) {
|
17136
17156
|
if (current) return;
|
@@ -17258,7 +17278,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
17258
17278
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
17259
17279
|
|
17260
17280
|
function add_css$e(target) {
|
17261
|
-
append_styles(target, "svelte-
|
17281
|
+
append_styles(target, "svelte-1slel1d", ".slider-list.svelte-1slel1d{-webkit-user-drag:none;margin:0;padding:0;list-style:none}");
|
17262
17282
|
}
|
17263
17283
|
|
17264
17284
|
function get_each_context$1(ctx, list, i) {
|
@@ -17398,12 +17418,12 @@ function create_fragment$g(ctx) {
|
|
17398
17418
|
this.h();
|
17399
17419
|
},
|
17400
17420
|
h() {
|
17401
|
-
attr(ul, "class", "slider-list svelte-
|
17421
|
+
attr(ul, "class", "slider-list svelte-1slel1d");
|
17402
17422
|
attr(ul, "style", ul_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
17403
17423
|
attr(div0, "style", /*indicatorListStyle*/ ctx[4]);
|
17404
17424
|
attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
|
17405
17425
|
attr(div1, "style", /*style*/ ctx[6]);
|
17406
|
-
attr(div1, "class", "slider svelte-
|
17426
|
+
attr(div1, "class", "slider svelte-1slel1d");
|
17407
17427
|
},
|
17408
17428
|
m(target, anchor) {
|
17409
17429
|
insert_hydration(target, div1, anchor);
|
@@ -17755,7 +17775,7 @@ class Slider extends SvelteComponent {
|
|
17755
17775
|
/* src/components-flex/slider/SliderItem.svelte generated by Svelte v3.53.1 */
|
17756
17776
|
|
17757
17777
|
function add_css$d(target) {
|
17758
|
-
append_styles(target, "svelte-
|
17778
|
+
append_styles(target, "svelte-1amglxo", ".slider-item.svelte-1amglxo{overflow:hidden}.slider-item-inner.svelte-1amglxo{text-decoration:none;background:none;border:0;margin:0;padding:0;color:inherit;-webkit-user-drag:none;user-select:none}");
|
17759
17779
|
}
|
17760
17780
|
|
17761
17781
|
// (10:2) <svelte:element {...attributes} this={element} class="slider-item-inner" on:click={handleClick} >
|
@@ -17793,7 +17813,7 @@ function create_dynamic_element$3(ctx) {
|
|
17793
17813
|
set_attributes(svelte_element, svelte_element_data);
|
17794
17814
|
}
|
17795
17815
|
|
17796
|
-
toggle_class(svelte_element, "svelte-
|
17816
|
+
toggle_class(svelte_element, "svelte-1amglxo", true);
|
17797
17817
|
},
|
17798
17818
|
m(target, anchor) {
|
17799
17819
|
insert_hydration(target, svelte_element, anchor);
|
@@ -17833,7 +17853,7 @@ function create_dynamic_element$3(ctx) {
|
|
17833
17853
|
set_attributes(svelte_element, svelte_element_data);
|
17834
17854
|
}
|
17835
17855
|
|
17836
|
-
toggle_class(svelte_element, "svelte-
|
17856
|
+
toggle_class(svelte_element, "svelte-1amglxo", true);
|
17837
17857
|
},
|
17838
17858
|
i(local) {
|
17839
17859
|
if (current) return;
|
@@ -17874,7 +17894,7 @@ function create_fragment$f(ctx) {
|
|
17874
17894
|
},
|
17875
17895
|
h() {
|
17876
17896
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
17877
|
-
attr(li, "class", "slider-item svelte-
|
17897
|
+
attr(li, "class", "slider-item svelte-1amglxo");
|
17878
17898
|
},
|
17879
17899
|
m(target, anchor) {
|
17880
17900
|
insert_hydration(target, li, anchor);
|
@@ -17945,7 +17965,7 @@ class SliderItem extends SvelteComponent {
|
|
17945
17965
|
}
|
17946
17966
|
}
|
17947
17967
|
|
17948
|
-
const
|
17968
|
+
const callback$1 = ({ brandKit }) => ({
|
17949
17969
|
default: {
|
17950
17970
|
color: brandKit.color_text_primary,
|
17951
17971
|
},
|
@@ -17970,7 +17990,8 @@ const getTextThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
17970
17990
|
white: {
|
17971
17991
|
color: brandKit.color_white,
|
17972
17992
|
},
|
17973
|
-
})
|
17993
|
+
});
|
17994
|
+
const getTextThemeStyles = getPropStyles(callback$1);
|
17974
17995
|
|
17975
17996
|
const TEXT_VARIANTS = {
|
17976
17997
|
size: {
|
@@ -18030,7 +18051,7 @@ const TEXT_VARIANTS = {
|
|
18030
18051
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
18031
18052
|
|
18032
18053
|
function add_css$c(target) {
|
18033
|
-
append_styles(target, "svelte-
|
18054
|
+
append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
|
18034
18055
|
}
|
18035
18056
|
|
18036
18057
|
function create_fragment$e(ctx) {
|
@@ -18053,7 +18074,7 @@ function create_fragment$e(ctx) {
|
|
18053
18074
|
this.h();
|
18054
18075
|
},
|
18055
18076
|
h() {
|
18056
|
-
attr(p, "class", "text svelte-
|
18077
|
+
attr(p, "class", "text svelte-vifn7y");
|
18057
18078
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
18058
18079
|
attr(p, "style", /*style*/ ctx[1]);
|
18059
18080
|
},
|
@@ -18171,7 +18192,7 @@ class Text extends SvelteComponent {
|
|
18171
18192
|
/* src/components-flex/rich-text/RichText.svelte generated by Svelte v3.53.1 */
|
18172
18193
|
|
18173
18194
|
function add_css$b(target) {
|
18174
|
-
append_styles(target, "svelte-
|
18195
|
+
append_styles(target, "svelte-dxr423", ".rich-text.svelte-dxr423 p{margin:0;word-break:break-all;text-decoration:none}.rich-text.svelte-dxr423 p + p{margin-top:0.75em}");
|
18175
18196
|
}
|
18176
18197
|
|
18177
18198
|
function create_fragment$d(ctx) {
|
@@ -18195,7 +18216,7 @@ function create_fragment$d(ctx) {
|
|
18195
18216
|
this.h();
|
18196
18217
|
},
|
18197
18218
|
h() {
|
18198
|
-
attr(div, "class", "rich-text svelte-
|
18219
|
+
attr(div, "class", "rich-text svelte-dxr423");
|
18199
18220
|
attr(div, "style", /*style*/ ctx[2]);
|
18200
18221
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
18201
18222
|
},
|
@@ -18343,7 +18364,7 @@ const TEXT_LINK_SIZE_STYLES = {
|
|
18343
18364
|
fontSize: '16px',
|
18344
18365
|
},
|
18345
18366
|
};
|
18346
|
-
const
|
18367
|
+
const callback = ({ brandKit }) => ({
|
18347
18368
|
default: {
|
18348
18369
|
color: brandKit.color_text_primary,
|
18349
18370
|
},
|
@@ -18362,12 +18383,13 @@ const getTextLinkThemeStyles = getPropStyles(({ brandKit }) => ({
|
|
18362
18383
|
white: {
|
18363
18384
|
color: brandKit.color_white,
|
18364
18385
|
},
|
18365
|
-
})
|
18386
|
+
});
|
18387
|
+
const getTextLinkThemeStyles = getPropStyles(callback);
|
18366
18388
|
|
18367
18389
|
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
18368
18390
|
|
18369
18391
|
function add_css$a(target) {
|
18370
|
-
append_styles(target, "svelte-
|
18392
|
+
append_styles(target, "svelte-dc9m5n", ".link.svelte-dc9m5n{-webkit-appearance:none;border:0;background:none;padding:0;display:inline-flex}.link.svelte-dc9m5n,.link.svelte-dc9m5n:visited,.link.svelte-dc9m5n:link{color:var(--color)}.link.svelte-dc9m5n:hover{color:var(--hover-color)}.link.svelte-dc9m5n:active{color:var(--active-color)}.link.underline-hover-on.svelte-dc9m5n{text-decoration:none}.link.underline-hover-on.svelte-dc9m5n:hover{text-decoration:underline}.link.underline-hover-off.svelte-dc9m5n{text-decoration:underline}.link.underline-hover-off.svelte-dc9m5n:hover{text-decoration:none}.link.underline-on.svelte-dc9m5n{text-decoration:underline}.link.underline-off.svelte-dc9m5n{text-decoration:none}");
|
18371
18393
|
}
|
18372
18394
|
|
18373
18395
|
// (81:2) {#if props.isIcon && props.iconVariant}
|
@@ -18481,7 +18503,7 @@ function create_dynamic_element$2(ctx) {
|
|
18481
18503
|
set_attributes(svelte_element, svelte_element_data);
|
18482
18504
|
}
|
18483
18505
|
|
18484
|
-
toggle_class(svelte_element, "svelte-
|
18506
|
+
toggle_class(svelte_element, "svelte-dc9m5n", true);
|
18485
18507
|
},
|
18486
18508
|
m(target, anchor) {
|
18487
18509
|
insert_hydration(target, svelte_element, anchor);
|
@@ -18534,7 +18556,7 @@ function create_dynamic_element$2(ctx) {
|
|
18534
18556
|
set_attributes(svelte_element, svelte_element_data);
|
18535
18557
|
}
|
18536
18558
|
|
18537
|
-
toggle_class(svelte_element, "svelte-
|
18559
|
+
toggle_class(svelte_element, "svelte-dc9m5n", true);
|
18538
18560
|
},
|
18539
18561
|
i(local) {
|
18540
18562
|
if (current) return;
|
@@ -18721,7 +18743,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
18721
18743
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
18722
18744
|
|
18723
18745
|
function add_css$9(target) {
|
18724
|
-
append_styles(target, "svelte-
|
18746
|
+
append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
18725
18747
|
}
|
18726
18748
|
|
18727
18749
|
// (14:0) {#if backgroundOverlay}
|
@@ -18742,7 +18764,7 @@ function create_if_block$2(ctx) {
|
|
18742
18764
|
this.h();
|
18743
18765
|
},
|
18744
18766
|
h() {
|
18745
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
18767
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
18746
18768
|
},
|
18747
18769
|
m(target, anchor) {
|
18748
18770
|
insert_hydration(target, div, anchor);
|
@@ -18753,7 +18775,7 @@ function create_if_block$2(ctx) {
|
|
18753
18775
|
}
|
18754
18776
|
},
|
18755
18777
|
p(ctx, dirty) {
|
18756
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
18778
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
18757
18779
|
attr(div, "class", div_class_value);
|
18758
18780
|
}
|
18759
18781
|
},
|
@@ -18829,7 +18851,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
18829
18851
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
18830
18852
|
|
18831
18853
|
function add_css$8(target) {
|
18832
|
-
append_styles(target, "svelte-
|
18854
|
+
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-45ue06{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
18833
18855
|
}
|
18834
18856
|
|
18835
18857
|
// (225:0) {:else}
|
@@ -18996,7 +19018,7 @@ function create_if_block$1(ctx) {
|
|
18996
19018
|
this.h();
|
18997
19019
|
},
|
18998
19020
|
h() {
|
18999
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
19021
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
19000
19022
|
attr(div, "role", "dialog");
|
19001
19023
|
attr(div, "aria-modal", "true");
|
19002
19024
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
@@ -19030,7 +19052,7 @@ function create_if_block$1(ctx) {
|
|
19030
19052
|
}
|
19031
19053
|
}
|
19032
19054
|
|
19033
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
19055
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
19034
19056
|
attr(div, "class", div_class_value);
|
19035
19057
|
}
|
19036
19058
|
|
@@ -19475,7 +19497,7 @@ class Modal extends SvelteComponent {
|
|
19475
19497
|
/* src/components-flex/code/Code.svelte generated by Svelte v3.53.1 */
|
19476
19498
|
|
19477
19499
|
function add_css$7(target) {
|
19478
|
-
append_styles(target, "svelte-
|
19500
|
+
append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
19479
19501
|
}
|
19480
19502
|
|
19481
19503
|
function create_fragment$9(ctx) {
|
@@ -19494,7 +19516,7 @@ function create_fragment$9(ctx) {
|
|
19494
19516
|
this.h();
|
19495
19517
|
},
|
19496
19518
|
h() {
|
19497
|
-
attr(div, "class", "code svelte-
|
19519
|
+
attr(div, "class", "code svelte-igivoz");
|
19498
19520
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
19499
19521
|
},
|
19500
19522
|
m(target, anchor) {
|
@@ -19576,7 +19598,7 @@ const LIST_ITEM_CONTEXT_KEY = 'ListItemContext';
|
|
19576
19598
|
/* src/components-flex/list/List.svelte generated by Svelte v3.53.1 */
|
19577
19599
|
|
19578
19600
|
function add_css$6(target) {
|
19579
|
-
append_styles(target, "svelte-
|
19601
|
+
append_styles(target, "svelte-v2vy6p", ".list.svelte-v2vy6p{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)}");
|
19580
19602
|
}
|
19581
19603
|
|
19582
19604
|
function create_fragment$8(ctx) {
|
@@ -19605,7 +19627,7 @@ function create_fragment$8(ctx) {
|
|
19605
19627
|
},
|
19606
19628
|
h() {
|
19607
19629
|
attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
|
19608
|
-
attr(ul, "class", "list svelte-
|
19630
|
+
attr(ul, "class", "list svelte-v2vy6p");
|
19609
19631
|
attr(ul, "style", /*style*/ ctx[1]);
|
19610
19632
|
},
|
19611
19633
|
m(target, anchor) {
|
@@ -19717,7 +19739,7 @@ class List extends SvelteComponent {
|
|
19717
19739
|
/* src/components-flex/list/ListItem.svelte generated by Svelte v3.53.1 */
|
19718
19740
|
|
19719
19741
|
function add_css$5(target) {
|
19720
|
-
append_styles(target, "svelte-
|
19742
|
+
append_styles(target, "svelte-1223veg", ".list-item.svelte-1223veg{margin:0;padding:0}.list-item-inner.svelte-1223veg{display:flex;align-items:center;width:100%;text-decoration:none;color:inherit}.list-item-inner.svelte-1223veg:hover{opacity:0.8}.list-item.svelte-1223veg: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)}");
|
19721
19743
|
}
|
19722
19744
|
|
19723
19745
|
// (29:2) <svelte:element {...attributes} this={element} class="list-item-inner" style={innerStyle} on:click={handleClick} >
|
@@ -19761,7 +19783,7 @@ function create_dynamic_element$1(ctx) {
|
|
19761
19783
|
set_attributes(svelte_element, svelte_element_data);
|
19762
19784
|
}
|
19763
19785
|
|
19764
|
-
toggle_class(svelte_element, "svelte-
|
19786
|
+
toggle_class(svelte_element, "svelte-1223veg", true);
|
19765
19787
|
},
|
19766
19788
|
m(target, anchor) {
|
19767
19789
|
insert_hydration(target, svelte_element, anchor);
|
@@ -19805,7 +19827,7 @@ function create_dynamic_element$1(ctx) {
|
|
19805
19827
|
set_attributes(svelte_element, svelte_element_data);
|
19806
19828
|
}
|
19807
19829
|
|
19808
|
-
toggle_class(svelte_element, "svelte-
|
19830
|
+
toggle_class(svelte_element, "svelte-1223veg", true);
|
19809
19831
|
},
|
19810
19832
|
i(local) {
|
19811
19833
|
if (current) return;
|
@@ -19850,7 +19872,7 @@ function create_fragment$7(ctx) {
|
|
19850
19872
|
this.h();
|
19851
19873
|
},
|
19852
19874
|
h() {
|
19853
|
-
attr(li, "class", "list-item svelte-
|
19875
|
+
attr(li, "class", "list-item svelte-1223veg");
|
19854
19876
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
19855
19877
|
attr(li, "style", /*style*/ ctx[2]);
|
19856
19878
|
},
|
@@ -19993,7 +20015,7 @@ function splitNumberAndUnit(value) {
|
|
19993
20015
|
/* src/components-flex/multi-column/MultiColumn.svelte generated by Svelte v3.53.1 */
|
19994
20016
|
|
19995
20017
|
function add_css$4(target) {
|
19996
|
-
append_styles(target, "svelte-
|
20018
|
+
append_styles(target, "svelte-aoppwp", ".list.svelte-aoppwp{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
|
19997
20019
|
}
|
19998
20020
|
|
19999
20021
|
function create_fragment$6(ctx) {
|
@@ -20022,7 +20044,7 @@ function create_fragment$6(ctx) {
|
|
20022
20044
|
},
|
20023
20045
|
h() {
|
20024
20046
|
attr(ul, "data-layer-id", /*layerId*/ ctx[0]);
|
20025
|
-
attr(ul, "class", "list svelte-
|
20047
|
+
attr(ul, "class", "list svelte-aoppwp");
|
20026
20048
|
attr(ul, "style", /*style*/ ctx[1]);
|
20027
20049
|
},
|
20028
20050
|
m(target, anchor) {
|
@@ -20134,7 +20156,7 @@ class MultiColumn extends SvelteComponent {
|
|
20134
20156
|
/* src/components-flex/multi-column/MultiColumnItem.svelte generated by Svelte v3.53.1 */
|
20135
20157
|
|
20136
20158
|
function add_css$3(target) {
|
20137
|
-
append_styles(target, "svelte-
|
20159
|
+
append_styles(target, "svelte-1blzs1a", ".multi-column-item.svelte-1blzs1a{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-1blzs1a{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-1blzs1a:hover{opacity:0.8}.multi-column-item.svelte-1blzs1a: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)}");
|
20138
20160
|
}
|
20139
20161
|
|
20140
20162
|
// (29:2) <svelte:element {...attributes} this={element} class="multi-column-item-inner" on:click={handleClick} >
|
@@ -20172,7 +20194,7 @@ function create_dynamic_element(ctx) {
|
|
20172
20194
|
set_attributes(svelte_element, svelte_element_data);
|
20173
20195
|
}
|
20174
20196
|
|
20175
|
-
toggle_class(svelte_element, "svelte-
|
20197
|
+
toggle_class(svelte_element, "svelte-1blzs1a", true);
|
20176
20198
|
},
|
20177
20199
|
m(target, anchor) {
|
20178
20200
|
insert_hydration(target, svelte_element, anchor);
|
@@ -20212,7 +20234,7 @@ function create_dynamic_element(ctx) {
|
|
20212
20234
|
set_attributes(svelte_element, svelte_element_data);
|
20213
20235
|
}
|
20214
20236
|
|
20215
|
-
toggle_class(svelte_element, "svelte-
|
20237
|
+
toggle_class(svelte_element, "svelte-1blzs1a", true);
|
20216
20238
|
},
|
20217
20239
|
i(local) {
|
20218
20240
|
if (current) return;
|
@@ -20257,7 +20279,7 @@ function create_fragment$5(ctx) {
|
|
20257
20279
|
this.h();
|
20258
20280
|
},
|
20259
20281
|
h() {
|
20260
|
-
attr(li, "class", "multi-column-item svelte-
|
20282
|
+
attr(li, "class", "multi-column-item svelte-1blzs1a");
|
20261
20283
|
attr(li, "data-layer-id", /*layerId*/ ctx[0]);
|
20262
20284
|
attr(li, "style", /*style*/ ctx[1]);
|
20263
20285
|
},
|
@@ -20373,7 +20395,7 @@ class MultiColumnItem extends SvelteComponent {
|
|
20373
20395
|
/* src/components-flex/youtube/Youtube.svelte generated by Svelte v3.53.1 */
|
20374
20396
|
|
20375
20397
|
function add_css$2(target) {
|
20376
|
-
append_styles(target, "svelte-
|
20398
|
+
append_styles(target, "svelte-odfkc2", ".youtube.svelte-odfkc2{position:relative;aspect-ratio:16 / 9;width:100%;border-radius:3px}.youtube.svelte-odfkc2 iframe{position:absolute;width:100%;height:100%;object-fit:cover}");
|
20377
20399
|
}
|
20378
20400
|
|
20379
20401
|
function create_fragment$4(ctx) {
|
@@ -20401,7 +20423,7 @@ function create_fragment$4(ctx) {
|
|
20401
20423
|
},
|
20402
20424
|
h() {
|
20403
20425
|
attr(div0, "class", "youtube-player");
|
20404
|
-
attr(div1, "class", "youtube svelte-
|
20426
|
+
attr(div1, "class", "youtube svelte-odfkc2");
|
20405
20427
|
attr(div1, "style", /*style*/ ctx[2]);
|
20406
20428
|
attr(div1, "data-layer-id", /*layerId*/ ctx[0]);
|
20407
20429
|
},
|
@@ -20455,8 +20477,8 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
20455
20477
|
|
20456
20478
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
20457
20479
|
function onPlayerReady() {
|
20458
|
-
if (props.mute) {
|
20459
|
-
player.
|
20480
|
+
if (props.mute || props.autoplay) {
|
20481
|
+
player.setVolume(0);
|
20460
20482
|
}
|
20461
20483
|
}
|
20462
20484
|
|
@@ -20473,6 +20495,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
20473
20495
|
autoplay: boolToNumber(props.autoplay),
|
20474
20496
|
controls: boolToNumber(props.controls),
|
20475
20497
|
cc_load_policy: boolToNumber(props.showSubtitle),
|
20498
|
+
// TODO: appの場合はフルスクリーンにすると、画面境界の変化を検知し画面遷移が発生 -> 接客自体が消えてしまうため強制OFFにする
|
20476
20499
|
fs: boolToNumber(props.showFullScreen),
|
20477
20500
|
loop: boolToNumber(props.loop),
|
20478
20501
|
playlist: props.videoId
|
@@ -20547,7 +20570,7 @@ class Youtube extends SvelteComponent {
|
|
20547
20570
|
/* src/components-flex/count-down/CountDown.svelte generated by Svelte v3.53.1 */
|
20548
20571
|
|
20549
20572
|
function add_css$1(target) {
|
20550
|
-
append_styles(target, "svelte-
|
20573
|
+
append_styles(target, "svelte-1n395il", ".countdown.svelte-1n395il{display:flex;align-items:center;gap:4px}");
|
20551
20574
|
}
|
20552
20575
|
|
20553
20576
|
const get_default_slot_changes = dirty => ({
|
@@ -20584,7 +20607,7 @@ function create_fragment$3(ctx) {
|
|
20584
20607
|
this.h();
|
20585
20608
|
},
|
20586
20609
|
h() {
|
20587
|
-
attr(div, "class", "countdown svelte-
|
20610
|
+
attr(div, "class", "countdown svelte-1n395il");
|
20588
20611
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
20589
20612
|
},
|
20590
20613
|
m(target, anchor) {
|
@@ -20904,7 +20927,7 @@ class CountDownValue extends SvelteComponent {
|
|
20904
20927
|
/* src/components-flex/clip-copy/ClipCopy.svelte generated by Svelte v3.53.1 */
|
20905
20928
|
|
20906
20929
|
function add_css(target) {
|
20907
|
-
append_styles(target, "svelte-
|
20930
|
+
append_styles(target, "svelte-30zd8m", ".clipboard.svelte-30zd8m{position:relative;display:inline-flex}.clipboard-button.svelte-30zd8m{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-30zd8m:hover{opacity:0.8}.clipboard-button.svelte-30zd8m:active{opacity:0.6}.clipboard-tooltip.svelte-30zd8m{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-30zd8m: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-30zd8m{opacity:0;transform:translate(-50%, -80%)}");
|
20908
20931
|
}
|
20909
20932
|
|
20910
20933
|
function create_fragment$1(ctx) {
|
@@ -20946,10 +20969,10 @@ function create_fragment$1(ctx) {
|
|
20946
20969
|
this.h();
|
20947
20970
|
},
|
20948
20971
|
h() {
|
20949
|
-
attr(button, "class", "clipboard-button svelte-
|
20972
|
+
attr(button, "class", "clipboard-button svelte-30zd8m");
|
20950
20973
|
attr(span, "aria-hidden", span_aria_hidden_value = !/*showTooltip*/ ctx[2]);
|
20951
|
-
attr(span, "class", "clipboard-tooltip svelte-
|
20952
|
-
attr(div, "class", "clipboard svelte-
|
20974
|
+
attr(span, "class", "clipboard-tooltip svelte-30zd8m");
|
20975
|
+
attr(div, "class", "clipboard svelte-30zd8m");
|
20953
20976
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
20954
20977
|
},
|
20955
20978
|
m(target, anchor) {
|