@plaidev/karte-action-sdk 1.1.202 → 1.1.203-28184351.02fb20ce
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 +1 -1
- package/dist/hydrate/index.es.js +134 -122
- package/dist/index.es.d.ts +1 -1
- package/dist/index.es.js +134 -122
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -346,7 +346,7 @@ const OnClickOperationOptions = [
|
|
346
346
|
{
|
347
347
|
name: 'url',
|
348
348
|
type: 'Url',
|
349
|
-
default: '',
|
349
|
+
default: 'https://example.com',
|
350
350
|
},
|
351
351
|
{
|
352
352
|
name: 'open_new_tab',
|
@@ -2641,7 +2641,7 @@ class State extends SvelteComponent {
|
|
2641
2641
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2642
2642
|
|
2643
2643
|
function add_css$t(target) {
|
2644
|
-
append_styles(target, "svelte-
|
2644
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
2645
2645
|
}
|
2646
2646
|
|
2647
2647
|
// (23:0) {#if $state === path}
|
@@ -2658,7 +2658,7 @@ function create_if_block$8(ctx) {
|
|
2658
2658
|
t = space();
|
2659
2659
|
if (default_slot) default_slot.c();
|
2660
2660
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2661
|
-
attr(div, "class", "state-item svelte-
|
2661
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
2662
2662
|
},
|
2663
2663
|
m(target, anchor) {
|
2664
2664
|
insert(target, div, anchor);
|
@@ -3060,7 +3060,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3060
3060
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3061
3061
|
|
3062
3062
|
function add_css$s(target) {
|
3063
|
-
append_styles(target, "svelte-
|
3063
|
+
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}");
|
3064
3064
|
}
|
3065
3065
|
|
3066
3066
|
// (9:0) {#if backgroundOverlay}
|
@@ -3072,7 +3072,7 @@ function create_if_block$7(ctx) {
|
|
3072
3072
|
return {
|
3073
3073
|
c() {
|
3074
3074
|
div = element("div");
|
3075
|
-
attr(div, "class", "background svelte-
|
3075
|
+
attr(div, "class", "background svelte-1d4fta");
|
3076
3076
|
},
|
3077
3077
|
m(target, anchor) {
|
3078
3078
|
insert(target, div, anchor);
|
@@ -3183,7 +3183,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3183
3183
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3184
3184
|
|
3185
3185
|
function add_css$r(target) {
|
3186
|
-
append_styles(target, "svelte-
|
3186
|
+
append_styles(target, "svelte-1tg0tf", ".button.svelte-1tg0tf{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1tg0tf:link,.button.svelte-1tg0tf:visited,.button.svelte-1tg0tf:active,.button.svelte-1tg0tf:hover{color:inherit}");
|
3187
3187
|
}
|
3188
3188
|
|
3189
3189
|
// (50:0) {:else}
|
@@ -3212,7 +3212,7 @@ function create_else_block$3(ctx) {
|
|
3212
3212
|
button = element("button");
|
3213
3213
|
if (default_slot) default_slot.c();
|
3214
3214
|
set_attributes(button, button_data);
|
3215
|
-
toggle_class(button, "svelte-
|
3215
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3216
3216
|
},
|
3217
3217
|
m(target, anchor) {
|
3218
3218
|
insert(target, button, anchor);
|
@@ -3251,7 +3251,7 @@ function create_else_block$3(ctx) {
|
|
3251
3251
|
dataAttrStopPropagation('click')
|
3252
3252
|
]));
|
3253
3253
|
|
3254
|
-
toggle_class(button, "svelte-
|
3254
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3255
3255
|
},
|
3256
3256
|
i(local) {
|
3257
3257
|
if (current) return;
|
@@ -3282,7 +3282,7 @@ function create_if_block_2(ctx) {
|
|
3282
3282
|
c() {
|
3283
3283
|
div = element("div");
|
3284
3284
|
if (default_slot) default_slot.c();
|
3285
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3285
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
|
3286
3286
|
attr(div, "style", /*style*/ ctx[1]);
|
3287
3287
|
},
|
3288
3288
|
m(target, anchor) {
|
@@ -3366,7 +3366,7 @@ function create_if_block_1$2(ctx) {
|
|
3366
3366
|
a = element("a");
|
3367
3367
|
if (default_slot) default_slot.c();
|
3368
3368
|
set_attributes(a, a_data);
|
3369
|
-
toggle_class(a, "svelte-
|
3369
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3370
3370
|
},
|
3371
3371
|
m(target, anchor) {
|
3372
3372
|
insert(target, a, anchor);
|
@@ -3408,7 +3408,7 @@ function create_if_block_1$2(ctx) {
|
|
3408
3408
|
dataAttrStopPropagation('click')
|
3409
3409
|
]));
|
3410
3410
|
|
3411
|
-
toggle_class(a, "svelte-
|
3411
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3412
3412
|
},
|
3413
3413
|
i(local) {
|
3414
3414
|
if (current) return;
|
@@ -3439,7 +3439,7 @@ function create_if_block$6(ctx) {
|
|
3439
3439
|
c() {
|
3440
3440
|
div = element("div");
|
3441
3441
|
if (default_slot) default_slot.c();
|
3442
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3442
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
|
3443
3443
|
attr(div, "style", /*style*/ ctx[1]);
|
3444
3444
|
},
|
3445
3445
|
m(target, anchor) {
|
@@ -3643,7 +3643,7 @@ class Button extends SvelteComponent {
|
|
3643
3643
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3644
3644
|
|
3645
3645
|
function add_css$q(target) {
|
3646
|
-
append_styles(target, "svelte-
|
3646
|
+
append_styles(target, "svelte-yvwr7u", ".modal.svelte-yvwr7u{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yvwr7u > .button{flex:auto;display:flex}.close.svelte-yvwr7u{position:absolute;top:0;right:0}.close.svelte-yvwr7u > .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-yvwr7u > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yvwr7u{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
3647
3647
|
}
|
3648
3648
|
|
3649
3649
|
// (145:0) {#if visible}
|
@@ -3668,7 +3668,7 @@ function create_if_block$5(ctx) {
|
|
3668
3668
|
c() {
|
3669
3669
|
div = element("div");
|
3670
3670
|
create_component(button.$$.fragment);
|
3671
|
-
attr(div, "class", "modal svelte-
|
3671
|
+
attr(div, "class", "modal svelte-yvwr7u");
|
3672
3672
|
attr(div, "role", "dialog");
|
3673
3673
|
attr(div, "aria-modal", "true");
|
3674
3674
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3746,7 +3746,7 @@ function create_if_block_1$1(ctx) {
|
|
3746
3746
|
c() {
|
3747
3747
|
div = element("div");
|
3748
3748
|
create_component(button.$$.fragment);
|
3749
|
-
attr(div, "class", "close svelte-
|
3749
|
+
attr(div, "class", "close svelte-yvwr7u");
|
3750
3750
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3751
3751
|
},
|
3752
3752
|
m(target, anchor) {
|
@@ -3835,7 +3835,7 @@ function create_default_slot$6(ctx) {
|
|
3835
3835
|
t = space();
|
3836
3836
|
div = element("div");
|
3837
3837
|
if (default_slot) default_slot.c();
|
3838
|
-
attr(div, "class", "modal-content svelte-
|
3838
|
+
attr(div, "class", "modal-content svelte-yvwr7u");
|
3839
3839
|
attr(div, "style", /*_style*/ ctx[4]);
|
3840
3840
|
},
|
3841
3841
|
m(target, anchor) {
|
@@ -4326,7 +4326,7 @@ class Grid extends SvelteComponent {
|
|
4326
4326
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4327
4327
|
|
4328
4328
|
function add_css$p(target) {
|
4329
|
-
append_styles(target, "svelte-
|
4329
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4330
4330
|
}
|
4331
4331
|
|
4332
4332
|
function create_fragment$r(ctx) {
|
@@ -4341,8 +4341,8 @@ function create_fragment$r(ctx) {
|
|
4341
4341
|
div1 = element("div");
|
4342
4342
|
div0 = element("div");
|
4343
4343
|
if (default_slot) default_slot.c();
|
4344
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4345
|
-
attr(div1, "class", "grid-item svelte-
|
4344
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4345
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4346
4346
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4347
4347
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4348
4348
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4647,7 +4647,7 @@ class RenderText extends SvelteComponent {
|
|
4647
4647
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4648
4648
|
|
4649
4649
|
function add_css$o(target) {
|
4650
|
-
append_styles(target, "svelte-
|
4650
|
+
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}");
|
4651
4651
|
}
|
4652
4652
|
|
4653
4653
|
// (93:2) {:else}
|
@@ -4664,8 +4664,8 @@ function create_else_block$1(ctx) {
|
|
4664
4664
|
div1 = element("div");
|
4665
4665
|
div0 = element("div");
|
4666
4666
|
create_component(rendertext.$$.fragment);
|
4667
|
-
attr(div0, "class", "text-element-inner svelte-
|
4668
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4667
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
4668
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
4669
4669
|
attr(div1, "style", /*style*/ ctx[5]);
|
4670
4670
|
},
|
4671
4671
|
m(target, anchor) {
|
@@ -4679,7 +4679,7 @@ function create_else_block$1(ctx) {
|
|
4679
4679
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4680
4680
|
rendertext.$set(rendertext_changes);
|
4681
4681
|
|
4682
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4682
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
4683
4683
|
attr(div1, "class", div1_class_value);
|
4684
4684
|
}
|
4685
4685
|
|
@@ -4729,12 +4729,12 @@ function create_if_block$3(ctx) {
|
|
4729
4729
|
t2 = space();
|
4730
4730
|
div2 = element("div");
|
4731
4731
|
div2.textContent = "コピーできませんでした";
|
4732
|
-
attr(div0, "class", "text-element-inner svelte-
|
4732
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
4733
4733
|
attr(a, "href", '');
|
4734
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4734
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
4735
4735
|
attr(a, "style", /*style*/ ctx[5]);
|
4736
|
-
attr(div1, "class", "tooltip svelte-
|
4737
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4736
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
4737
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
4738
4738
|
},
|
4739
4739
|
m(target, anchor) {
|
4740
4740
|
insert(target, a, anchor);
|
@@ -4758,7 +4758,7 @@ function create_if_block$3(ctx) {
|
|
4758
4758
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4759
4759
|
rendertext.$set(rendertext_changes);
|
4760
4760
|
|
4761
|
-
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-
|
4761
|
+
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"))) {
|
4762
4762
|
attr(a, "class", a_class_value);
|
4763
4763
|
}
|
4764
4764
|
|
@@ -4810,7 +4810,7 @@ function create_fragment$p(ctx) {
|
|
4810
4810
|
c() {
|
4811
4811
|
div = element("div");
|
4812
4812
|
if_block.c();
|
4813
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4813
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
4814
4814
|
},
|
4815
4815
|
m(target, anchor) {
|
4816
4816
|
insert(target, div, anchor);
|
@@ -4862,7 +4862,7 @@ function create_fragment$p(ctx) {
|
|
4862
4862
|
|
4863
4863
|
function instance$p($$self, $$props, $$invalidate) {
|
4864
4864
|
let style;
|
4865
|
-
let { text = '
|
4865
|
+
let { text = 'テキストのコンテンツ' } = $$props;
|
4866
4866
|
let { font = SYSTEM_FONT } = $$props;
|
4867
4867
|
let { _textStyle = '' } = $$props;
|
4868
4868
|
let { textDirection = 'horizontal' } = $$props;
|
@@ -4975,7 +4975,7 @@ class TextElement extends SvelteComponent {
|
|
4975
4975
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4976
4976
|
|
4977
4977
|
function add_css$n(target) {
|
4978
|
-
append_styles(target, "svelte-
|
4978
|
+
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)}");
|
4979
4979
|
}
|
4980
4980
|
|
4981
4981
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5031,7 +5031,7 @@ function create_fragment$o(ctx) {
|
|
5031
5031
|
c() {
|
5032
5032
|
div = element("div");
|
5033
5033
|
create_component(button.$$.fragment);
|
5034
|
-
attr(div, "class", "text-button-element svelte-
|
5034
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5035
5035
|
},
|
5036
5036
|
m(target, anchor) {
|
5037
5037
|
insert(target, div, anchor);
|
@@ -5068,7 +5068,7 @@ function create_fragment$o(ctx) {
|
|
5068
5068
|
|
5069
5069
|
function instance$o($$self, $$props, $$invalidate) {
|
5070
5070
|
let style;
|
5071
|
-
let { text = '
|
5071
|
+
let { text = 'ボタンのラベル' } = $$props;
|
5072
5072
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
5073
5073
|
let { eventName = '' } = $$props;
|
5074
5074
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5123,7 +5123,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5123
5123
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5124
5124
|
|
5125
5125
|
function add_css$m(target) {
|
5126
|
-
append_styles(target, "svelte-
|
5126
|
+
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%}");
|
5127
5127
|
}
|
5128
5128
|
|
5129
5129
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5135,23 +5135,35 @@ function create_default_slot$4(ctx) {
|
|
5135
5135
|
return {
|
5136
5136
|
c() {
|
5137
5137
|
img = element("img");
|
5138
|
-
attr(img, "class", "image svelte-
|
5138
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5139
5139
|
attr(img, "loading", "lazy");
|
5140
5140
|
attr(img, "width", "auto");
|
5141
5141
|
attr(img, "height", "auto");
|
5142
|
-
|
5143
|
-
|
5142
|
+
|
5143
|
+
attr(img, "style", img_style_value = [
|
5144
|
+
/*_imageStyle*/ ctx[6],
|
5145
|
+
/*src*/ ctx[0]
|
5146
|
+
? `object-fit: ${/*objectFit*/ ctx[3]}`
|
5147
|
+
: 'object-fit: contain'
|
5148
|
+
].join('; '));
|
5149
|
+
|
5150
|
+
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0] || 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg')) attr(img, "src", img_src_value);
|
5144
5151
|
attr(img, "alt", /*alt*/ ctx[1]);
|
5145
5152
|
},
|
5146
5153
|
m(target, anchor) {
|
5147
5154
|
insert(target, img, anchor);
|
5148
5155
|
},
|
5149
5156
|
p(ctx, dirty) {
|
5150
|
-
if (dirty & /*_imageStyle, objectFit*/
|
5157
|
+
if (dirty & /*_imageStyle, src, objectFit*/ 73 && img_style_value !== (img_style_value = [
|
5158
|
+
/*_imageStyle*/ ctx[6],
|
5159
|
+
/*src*/ ctx[0]
|
5160
|
+
? `object-fit: ${/*objectFit*/ ctx[3]}`
|
5161
|
+
: 'object-fit: contain'
|
5162
|
+
].join('; '))) {
|
5151
5163
|
attr(img, "style", img_style_value);
|
5152
5164
|
}
|
5153
5165
|
|
5154
|
-
if (dirty & /*src*/ 1 && !src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) {
|
5166
|
+
if (dirty & /*src*/ 1 && !src_url_equal(img.src, img_src_value = /*src*/ ctx[0] || 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg')) {
|
5155
5167
|
attr(img, "src", img_src_value);
|
5156
5168
|
}
|
5157
5169
|
|
@@ -5185,7 +5197,7 @@ function create_fragment$n(ctx) {
|
|
5185
5197
|
c() {
|
5186
5198
|
div = element("div");
|
5187
5199
|
create_component(button.$$.fragment);
|
5188
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5200
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5189
5201
|
},
|
5190
5202
|
m(target, anchor) {
|
5191
5203
|
insert(target, div, anchor);
|
@@ -5198,13 +5210,13 @@ function create_fragment$n(ctx) {
|
|
5198
5210
|
if (dirty & /*_style*/ 128) button_changes.style = /*_style*/ ctx[7];
|
5199
5211
|
if (dirty & /*eventName*/ 32) button_changes.eventName = /*eventName*/ ctx[5];
|
5200
5212
|
|
5201
|
-
if (dirty & /*$$scope, _imageStyle,
|
5213
|
+
if (dirty & /*$$scope, _imageStyle, src, objectFit, alt*/ 331) {
|
5202
5214
|
button_changes.$$scope = { dirty, ctx };
|
5203
5215
|
}
|
5204
5216
|
|
5205
5217
|
button.$set(button_changes);
|
5206
5218
|
|
5207
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5219
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5208
5220
|
attr(div, "class", div_class_value);
|
5209
5221
|
}
|
5210
5222
|
},
|
@@ -5225,8 +5237,8 @@ function create_fragment$n(ctx) {
|
|
5225
5237
|
}
|
5226
5238
|
|
5227
5239
|
function instance$n($$self, $$props, $$invalidate) {
|
5228
|
-
let { src = '
|
5229
|
-
let { alt = '
|
5240
|
+
let { src = '' } = $$props;
|
5241
|
+
let { alt = '画像の説明' } = $$props;
|
5230
5242
|
let { transport = false } = $$props;
|
5231
5243
|
let { objectFit = 'cover' } = $$props;
|
5232
5244
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5276,7 +5288,7 @@ class ImageElement extends SvelteComponent {
|
|
5276
5288
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5277
5289
|
|
5278
5290
|
function add_css$l(target) {
|
5279
|
-
append_styles(target, "svelte-
|
5291
|
+
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}");
|
5280
5292
|
}
|
5281
5293
|
|
5282
5294
|
function create_fragment$m(ctx) {
|
@@ -5289,7 +5301,7 @@ function create_fragment$m(ctx) {
|
|
5289
5301
|
c() {
|
5290
5302
|
div = element("div");
|
5291
5303
|
if (default_slot) default_slot.c();
|
5292
|
-
attr(div, "class", "list svelte-
|
5304
|
+
attr(div, "class", "list svelte-aquv6z");
|
5293
5305
|
attr(div, "style", /*style*/ ctx[0]);
|
5294
5306
|
},
|
5295
5307
|
m(target, anchor) {
|
@@ -5423,7 +5435,7 @@ class List extends SvelteComponent {
|
|
5423
5435
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5424
5436
|
|
5425
5437
|
function add_css$k(target) {
|
5426
|
-
append_styles(target, "svelte-
|
5438
|
+
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}");
|
5427
5439
|
}
|
5428
5440
|
|
5429
5441
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5493,7 +5505,7 @@ function create_fragment$l(ctx) {
|
|
5493
5505
|
c() {
|
5494
5506
|
div = element("div");
|
5495
5507
|
create_component(button.$$.fragment);
|
5496
|
-
attr(div, "class", "list-item svelte-
|
5508
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
5497
5509
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5498
5510
|
},
|
5499
5511
|
m(target, anchor) {
|
@@ -5619,7 +5631,7 @@ class ListItem extends SvelteComponent {
|
|
5619
5631
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5620
5632
|
|
5621
5633
|
function add_css$j(target) {
|
5622
|
-
append_styles(target, "svelte-
|
5634
|
+
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}");
|
5623
5635
|
}
|
5624
5636
|
|
5625
5637
|
function create_fragment$k(ctx) {
|
@@ -5628,7 +5640,7 @@ function create_fragment$k(ctx) {
|
|
5628
5640
|
return {
|
5629
5641
|
c() {
|
5630
5642
|
div = element("div");
|
5631
|
-
attr(div, "class", "embed svelte-
|
5643
|
+
attr(div, "class", "embed svelte-wocq4p");
|
5632
5644
|
attr(div, "style", /*_style*/ ctx[1]);
|
5633
5645
|
},
|
5634
5646
|
m(target, anchor) {
|
@@ -5671,7 +5683,7 @@ class EmbedElement extends SvelteComponent {
|
|
5671
5683
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5672
5684
|
|
5673
5685
|
function add_css$i(target) {
|
5674
|
-
append_styles(target, "svelte-
|
5686
|
+
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%}");
|
5675
5687
|
}
|
5676
5688
|
|
5677
5689
|
function create_fragment$j(ctx) {
|
@@ -5683,7 +5695,7 @@ function create_fragment$j(ctx) {
|
|
5683
5695
|
div1 = element("div");
|
5684
5696
|
div0 = element("div");
|
5685
5697
|
attr(div0, "class", "karte-player");
|
5686
|
-
attr(div1, "class", "embed svelte-
|
5698
|
+
attr(div1, "class", "embed svelte-vikz49");
|
5687
5699
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5688
5700
|
},
|
5689
5701
|
m(target, anchor) {
|
@@ -6025,7 +6037,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6025
6037
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6026
6038
|
|
6027
6039
|
function add_css$h(target) {
|
6028
|
-
append_styles(target, "svelte-
|
6040
|
+
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%}");
|
6029
6041
|
}
|
6030
6042
|
|
6031
6043
|
function create_fragment$i(ctx) {
|
@@ -6037,7 +6049,7 @@ function create_fragment$i(ctx) {
|
|
6037
6049
|
div1 = element("div");
|
6038
6050
|
div0 = element("div");
|
6039
6051
|
attr(div0, "class", "karte-player");
|
6040
|
-
attr(div1, "class", "embed svelte-
|
6052
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6041
6053
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6042
6054
|
},
|
6043
6055
|
m(target, anchor) {
|
@@ -6221,7 +6233,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6221
6233
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6222
6234
|
|
6223
6235
|
function add_css$g(target) {
|
6224
|
-
append_styles(target, "svelte-
|
6236
|
+
append_styles(target, "svelte-kyay3k", ".textarea-wrapper.svelte-kyay3k{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-kyay3k{width:100%;resize:none}");
|
6225
6237
|
}
|
6226
6238
|
|
6227
6239
|
function create_fragment$h(ctx) {
|
@@ -6234,12 +6246,12 @@ function create_fragment$h(ctx) {
|
|
6234
6246
|
c() {
|
6235
6247
|
div = element("div");
|
6236
6248
|
textarea = element("textarea");
|
6237
|
-
attr(textarea, "class", "textarea svelte-
|
6249
|
+
attr(textarea, "class", "textarea svelte-kyay3k");
|
6238
6250
|
textarea.value = /*$value*/ ctx[3];
|
6239
6251
|
textarea.required = /*required*/ ctx[0];
|
6240
6252
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6241
6253
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6242
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6254
|
+
attr(div, "class", "textarea-wrapper svelte-kyay3k");
|
6243
6255
|
},
|
6244
6256
|
m(target, anchor) {
|
6245
6257
|
insert(target, div, anchor);
|
@@ -6335,7 +6347,7 @@ class FormTextarea extends SvelteComponent {
|
|
6335
6347
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6336
6348
|
|
6337
6349
|
function add_css$f(target) {
|
6338
|
-
append_styles(target, "svelte-
|
6350
|
+
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}");
|
6339
6351
|
}
|
6340
6352
|
|
6341
6353
|
function get_each_context$5(ctx, list, i) {
|
@@ -6368,14 +6380,14 @@ function create_each_block$5(ctx) {
|
|
6368
6380
|
t1 = text(t1_value);
|
6369
6381
|
t2 = space();
|
6370
6382
|
attr(input, "type", "radio");
|
6371
|
-
attr(input, "class", "radio-button-input svelte-
|
6383
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
6372
6384
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6373
6385
|
attr(input, "name", /*name*/ ctx[0]);
|
6374
6386
|
input.value = input_value_value = /*option*/ ctx[16];
|
6375
6387
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6376
|
-
attr(span, "class", "radio-button-text svelte-
|
6388
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
6377
6389
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6378
|
-
attr(label, "class", "radio-button svelte-
|
6390
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
6379
6391
|
},
|
6380
6392
|
m(target, anchor) {
|
6381
6393
|
insert(target, label, anchor);
|
@@ -6440,7 +6452,7 @@ function create_fragment$g(ctx) {
|
|
6440
6452
|
each_blocks[i].c();
|
6441
6453
|
}
|
6442
6454
|
|
6443
|
-
attr(div, "class", "radio-buttons svelte-
|
6455
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
6444
6456
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6445
6457
|
},
|
6446
6458
|
m(target, anchor) {
|
@@ -6607,7 +6619,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6607
6619
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6608
6620
|
|
6609
6621
|
function add_css$e(target) {
|
6610
|
-
append_styles(target, "svelte-
|
6622
|
+
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}");
|
6611
6623
|
}
|
6612
6624
|
|
6613
6625
|
function get_each_context$4(ctx, list, i) {
|
@@ -6741,10 +6753,10 @@ function create_fragment$f(ctx) {
|
|
6741
6753
|
|
6742
6754
|
t = space();
|
6743
6755
|
div0 = element("div");
|
6744
|
-
attr(select, "class", "select-select svelte-
|
6756
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
6745
6757
|
attr(select, "style", /*style*/ ctx[3]);
|
6746
|
-
attr(div0, "class", "select-icon svelte-
|
6747
|
-
attr(div1, "class", "select svelte-
|
6758
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
6759
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
6748
6760
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6749
6761
|
},
|
6750
6762
|
m(target, anchor) {
|
@@ -6946,7 +6958,7 @@ class FormSelect extends SvelteComponent {
|
|
6946
6958
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6947
6959
|
|
6948
6960
|
function add_css$d(target) {
|
6949
|
-
append_styles(target, "svelte-
|
6961
|
+
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}");
|
6950
6962
|
}
|
6951
6963
|
|
6952
6964
|
function get_each_context$3(ctx, list, i) {
|
@@ -6985,19 +6997,19 @@ function create_each_block$3(ctx) {
|
|
6985
6997
|
span2 = element("span");
|
6986
6998
|
t2 = text(t2_value);
|
6987
6999
|
t3 = space();
|
6988
|
-
attr(input, "class", "check-box-input svelte-
|
7000
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
6989
7001
|
attr(input, "type", "checkbox");
|
6990
7002
|
attr(input, "name", /*name*/ ctx[0]);
|
6991
7003
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6992
|
-
attr(span0, "class", "check-box-icon svelte-
|
7004
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
6993
7005
|
|
6994
7006
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6995
7007
|
? ' _checked'
|
6996
|
-
: ''}`) + " svelte-
|
7008
|
+
: ''}`) + " svelte-1p65cg8"));
|
6997
7009
|
|
6998
|
-
attr(span2, "class", "check-box-text svelte-
|
7010
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
6999
7011
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7000
|
-
attr(label, "class", "check-box svelte-
|
7012
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7001
7013
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7002
7014
|
},
|
7003
7015
|
m(target, anchor) {
|
@@ -7029,7 +7041,7 @@ function create_each_block$3(ctx) {
|
|
7029
7041
|
|
7030
7042
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7031
7043
|
? ' _checked'
|
7032
|
-
: ''}`) + " svelte-
|
7044
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7033
7045
|
attr(span1, "class", span1_class_value);
|
7034
7046
|
}
|
7035
7047
|
|
@@ -7068,7 +7080,7 @@ function create_fragment$e(ctx) {
|
|
7068
7080
|
each_blocks[i].c();
|
7069
7081
|
}
|
7070
7082
|
|
7071
|
-
attr(div, "class", "check-boxes svelte-
|
7083
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7072
7084
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7073
7085
|
},
|
7074
7086
|
m(target, anchor) {
|
@@ -7243,7 +7255,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7243
7255
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7244
7256
|
|
7245
7257
|
function add_css$c(target) {
|
7246
|
-
append_styles(target, "svelte-
|
7258
|
+
append_styles(target, "svelte-zy2va9", ".rating-buttons.svelte-zy2va9{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-zy2va9{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}");
|
7247
7259
|
}
|
7248
7260
|
|
7249
7261
|
function get_each_context$2(ctx, list, i) {
|
@@ -7267,7 +7279,7 @@ function create_each_block$2(ctx) {
|
|
7267
7279
|
button = element("button");
|
7268
7280
|
t0 = text(t0_value);
|
7269
7281
|
t1 = space();
|
7270
|
-
attr(button, "class", "rating-button svelte-
|
7282
|
+
attr(button, "class", "rating-button svelte-zy2va9");
|
7271
7283
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7272
7284
|
},
|
7273
7285
|
m(target, anchor) {
|
@@ -7316,7 +7328,7 @@ function create_fragment$d(ctx) {
|
|
7316
7328
|
each_blocks[i].c();
|
7317
7329
|
}
|
7318
7330
|
|
7319
|
-
attr(div, "class", "rating-buttons svelte-
|
7331
|
+
attr(div, "class", "rating-buttons svelte-zy2va9");
|
7320
7332
|
},
|
7321
7333
|
m(target, anchor) {
|
7322
7334
|
insert(target, div, anchor);
|
@@ -7453,7 +7465,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7453
7465
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7454
7466
|
|
7455
7467
|
function add_css$b(target) {
|
7456
|
-
append_styles(target, "svelte-
|
7468
|
+
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%)}");
|
7457
7469
|
}
|
7458
7470
|
|
7459
7471
|
function get_each_context$1(ctx, list, i) {
|
@@ -7478,9 +7490,9 @@ function create_each_block$1(ctx) {
|
|
7478
7490
|
img = element("img");
|
7479
7491
|
t = space();
|
7480
7492
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7481
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7493
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
7482
7494
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7483
|
-
attr(button, "class", "rating-button svelte-
|
7495
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
7484
7496
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7485
7497
|
},
|
7486
7498
|
m(target, anchor) {
|
@@ -7496,7 +7508,7 @@ function create_each_block$1(ctx) {
|
|
7496
7508
|
p(new_ctx, dirty) {
|
7497
7509
|
ctx = new_ctx;
|
7498
7510
|
|
7499
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7511
|
+
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"))) {
|
7500
7512
|
attr(img, "class", img_class_value);
|
7501
7513
|
}
|
7502
7514
|
|
@@ -7529,7 +7541,7 @@ function create_fragment$c(ctx) {
|
|
7529
7541
|
each_blocks[i].c();
|
7530
7542
|
}
|
7531
7543
|
|
7532
|
-
attr(div, "class", "rating-buttons svelte-
|
7544
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
7533
7545
|
},
|
7534
7546
|
m(target, anchor) {
|
7535
7547
|
insert(target, div, anchor);
|
@@ -7637,7 +7649,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7637
7649
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7638
7650
|
|
7639
7651
|
function add_css$a(target) {
|
7640
|
-
append_styles(target, "svelte-
|
7652
|
+
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%}");
|
7641
7653
|
}
|
7642
7654
|
|
7643
7655
|
function get_each_context(ctx, list, i) {
|
@@ -7666,9 +7678,9 @@ function create_if_block_1(ctx) {
|
|
7666
7678
|
attr(svg, "viewBox", "0 0 10 16");
|
7667
7679
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7668
7680
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7669
|
-
attr(button, "class", "move-button svelte-
|
7681
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
7670
7682
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7671
|
-
attr(div, "class", "prev-button-container svelte-
|
7683
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
7672
7684
|
},
|
7673
7685
|
m(target, anchor) {
|
7674
7686
|
insert(target, div, anchor);
|
@@ -7717,9 +7729,9 @@ function create_if_block$1(ctx) {
|
|
7717
7729
|
attr(svg, "viewBox", "0 0 10 16");
|
7718
7730
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7719
7731
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7720
|
-
attr(button, "class", "move-button svelte-
|
7732
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
7721
7733
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7722
|
-
attr(div, "class", "next-button-container svelte-
|
7734
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
7723
7735
|
},
|
7724
7736
|
m(target, anchor) {
|
7725
7737
|
insert(target, div, anchor);
|
@@ -7767,9 +7779,9 @@ function create_each_block(ctx) {
|
|
7767
7779
|
button = element("button");
|
7768
7780
|
div = element("div");
|
7769
7781
|
t = space();
|
7770
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7782
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
7771
7783
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7772
|
-
attr(button, "class", "navigation-item svelte-
|
7784
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
7773
7785
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7774
7786
|
},
|
7775
7787
|
m(target, anchor) {
|
@@ -7846,14 +7858,14 @@ function create_fragment$b(ctx) {
|
|
7846
7858
|
each_blocks[i].c();
|
7847
7859
|
}
|
7848
7860
|
|
7849
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7861
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
7850
7862
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7851
|
-
attr(div1, "class", "container svelte-
|
7863
|
+
attr(div1, "class", "container svelte-ji1fh");
|
7852
7864
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7853
|
-
attr(div2, "class", "navigation svelte-
|
7865
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
7854
7866
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7855
7867
|
set_attributes(div3, div3_data);
|
7856
|
-
toggle_class(div3, "svelte-
|
7868
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
7857
7869
|
},
|
7858
7870
|
m(target, anchor) {
|
7859
7871
|
insert(target, div3, anchor);
|
@@ -7895,7 +7907,7 @@ function create_fragment$b(ctx) {
|
|
7895
7907
|
}
|
7896
7908
|
}
|
7897
7909
|
|
7898
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7910
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
7899
7911
|
attr(div0, "class", div0_class_value);
|
7900
7912
|
}
|
7901
7913
|
|
@@ -7961,7 +7973,7 @@ function create_fragment$b(ctx) {
|
|
7961
7973
|
}
|
7962
7974
|
|
7963
7975
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7964
|
-
toggle_class(div3, "svelte-
|
7976
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
7965
7977
|
},
|
7966
7978
|
i(local) {
|
7967
7979
|
if (current) return;
|
@@ -8473,7 +8485,7 @@ class Slide extends SvelteComponent {
|
|
8473
8485
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8474
8486
|
|
8475
8487
|
function add_css$9(target) {
|
8476
|
-
append_styles(target, "svelte-
|
8488
|
+
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}");
|
8477
8489
|
}
|
8478
8490
|
|
8479
8491
|
function create_fragment$a(ctx) {
|
@@ -8488,9 +8500,9 @@ function create_fragment$a(ctx) {
|
|
8488
8500
|
div1 = element("div");
|
8489
8501
|
div0 = element("div");
|
8490
8502
|
if (default_slot) default_slot.c();
|
8491
|
-
attr(div0, "class", "item-inner svelte-
|
8503
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
8492
8504
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8493
|
-
attr(div1, "class", "item svelte-
|
8505
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
8494
8506
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8495
8507
|
},
|
8496
8508
|
m(target, anchor) {
|
@@ -8616,7 +8628,7 @@ class SlideItem extends SvelteComponent {
|
|
8616
8628
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8617
8629
|
|
8618
8630
|
function add_css$8(target) {
|
8619
|
-
append_styles(target, "svelte-
|
8631
|
+
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}");
|
8620
8632
|
}
|
8621
8633
|
|
8622
8634
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8634,9 +8646,9 @@ function create_fragment$9(ctx) {
|
|
8634
8646
|
div1 = element("div");
|
8635
8647
|
div0 = element("div");
|
8636
8648
|
if (default_slot) default_slot.c();
|
8637
|
-
attr(div0, "class", "countdown-inner svelte-
|
8649
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
8638
8650
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8639
|
-
attr(div1, "class", "countdown svelte-
|
8651
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
8640
8652
|
},
|
8641
8653
|
m(target, anchor) {
|
8642
8654
|
insert(target, div1, anchor);
|
@@ -8770,7 +8782,7 @@ class Countdown extends SvelteComponent {
|
|
8770
8782
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8771
8783
|
|
8772
8784
|
function add_css$7(target) {
|
8773
|
-
append_styles(target, "svelte-
|
8785
|
+
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}");
|
8774
8786
|
}
|
8775
8787
|
|
8776
8788
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8840,7 +8852,7 @@ function create_fragment$8(ctx) {
|
|
8840
8852
|
c() {
|
8841
8853
|
div = element("div");
|
8842
8854
|
create_component(button.$$.fragment);
|
8843
|
-
attr(div, "class", "box svelte-
|
8855
|
+
attr(div, "class", "box svelte-1ccydfy");
|
8844
8856
|
},
|
8845
8857
|
m(target, anchor) {
|
8846
8858
|
insert(target, div, anchor);
|
@@ -8901,7 +8913,7 @@ class Box extends SvelteComponent {
|
|
8901
8913
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8902
8914
|
|
8903
8915
|
function add_css$6(target) {
|
8904
|
-
append_styles(target, "svelte-
|
8916
|
+
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)}");
|
8905
8917
|
}
|
8906
8918
|
|
8907
8919
|
// (56:4) {#if svg}
|
@@ -8983,7 +8995,7 @@ function create_fragment$7(ctx) {
|
|
8983
8995
|
c() {
|
8984
8996
|
div = element("div");
|
8985
8997
|
create_component(button.$$.fragment);
|
8986
|
-
attr(div, "class", "icon svelte-
|
8998
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
8987
8999
|
},
|
8988
9000
|
m(target, anchor) {
|
8989
9001
|
insert(target, div, anchor);
|
@@ -9092,7 +9104,7 @@ class IconElement extends SvelteComponent {
|
|
9092
9104
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9093
9105
|
|
9094
9106
|
function add_css$5(target) {
|
9095
|
-
append_styles(target, "svelte-
|
9107
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9096
9108
|
}
|
9097
9109
|
|
9098
9110
|
function create_fragment$6(ctx) {
|
@@ -9118,7 +9130,7 @@ function create_fragment$6(ctx) {
|
|
9118
9130
|
c() {
|
9119
9131
|
div = element("div");
|
9120
9132
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9121
|
-
attr(div, "class", "codeElement svelte-
|
9133
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
9122
9134
|
attr(div, "style", /*style*/ ctx[3]);
|
9123
9135
|
},
|
9124
9136
|
m(target, anchor) {
|
@@ -9207,7 +9219,7 @@ class CodeElement extends SvelteComponent {
|
|
9207
9219
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9208
9220
|
|
9209
9221
|
function add_css$4(target) {
|
9210
|
-
append_styles(target, "svelte-
|
9222
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
9211
9223
|
}
|
9212
9224
|
|
9213
9225
|
function create_fragment$5(ctx) {
|
@@ -9221,7 +9233,7 @@ function create_fragment$5(ctx) {
|
|
9221
9233
|
c() {
|
9222
9234
|
div = element("div");
|
9223
9235
|
if (default_slot) default_slot.c();
|
9224
|
-
attr(div, "class", "flex svelte-
|
9236
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
9225
9237
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9226
9238
|
},
|
9227
9239
|
m(target, anchor) {
|
@@ -9318,7 +9330,7 @@ class Flex extends SvelteComponent {
|
|
9318
9330
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9319
9331
|
|
9320
9332
|
function add_css$3(target) {
|
9321
|
-
append_styles(target, "svelte-
|
9333
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9322
9334
|
}
|
9323
9335
|
|
9324
9336
|
function create_fragment$4(ctx) {
|
@@ -9331,7 +9343,7 @@ function create_fragment$4(ctx) {
|
|
9331
9343
|
c() {
|
9332
9344
|
div = element("div");
|
9333
9345
|
if (default_slot) default_slot.c();
|
9334
|
-
attr(div, "class", "flex-item svelte-
|
9346
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
9335
9347
|
attr(div, "style", /*style*/ ctx[0]);
|
9336
9348
|
},
|
9337
9349
|
m(target, anchor) {
|
@@ -9739,7 +9751,7 @@ class GridModalState extends SvelteComponent {
|
|
9739
9751
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9740
9752
|
|
9741
9753
|
function add_css$2(target) {
|
9742
|
-
append_styles(target, "svelte-
|
9754
|
+
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%}");
|
9743
9755
|
}
|
9744
9756
|
|
9745
9757
|
function create_fragment$2(ctx) {
|
@@ -9755,8 +9767,8 @@ function create_fragment$2(ctx) {
|
|
9755
9767
|
div1 = element("div");
|
9756
9768
|
div0 = element("div");
|
9757
9769
|
create_component(rendertext.$$.fragment);
|
9758
|
-
attr(div0, "class", "text-block-inner svelte-
|
9759
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9770
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
9771
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
9760
9772
|
attr(div1, "style", /*style*/ ctx[2]);
|
9761
9773
|
},
|
9762
9774
|
m(target, anchor) {
|
@@ -9770,7 +9782,7 @@ function create_fragment$2(ctx) {
|
|
9770
9782
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9771
9783
|
rendertext.$set(rendertext_changes);
|
9772
9784
|
|
9773
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9785
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
9774
9786
|
attr(div1, "class", div1_class_value);
|
9775
9787
|
}
|
9776
9788
|
|
@@ -9848,7 +9860,7 @@ class TextBlock extends SvelteComponent {
|
|
9848
9860
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9849
9861
|
|
9850
9862
|
function add_css$1(target) {
|
9851
|
-
append_styles(target, "svelte-
|
9863
|
+
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)}");
|
9852
9864
|
}
|
9853
9865
|
|
9854
9866
|
function create_fragment$1(ctx) {
|
@@ -9865,9 +9877,9 @@ function create_fragment$1(ctx) {
|
|
9865
9877
|
div = element("div");
|
9866
9878
|
button = element("button");
|
9867
9879
|
create_component(rendertext.$$.fragment);
|
9868
|
-
attr(button, "class", "text-button svelte-
|
9880
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
9869
9881
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9870
|
-
attr(div, "class", "text-button-block svelte-
|
9882
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
9871
9883
|
attr(div, "style", /*_style*/ ctx[2]);
|
9872
9884
|
},
|
9873
9885
|
m(target, anchor) {
|
@@ -9973,7 +9985,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9973
9985
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9974
9986
|
|
9975
9987
|
function add_css(target) {
|
9976
|
-
append_styles(target, "svelte-
|
9988
|
+
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)}");
|
9977
9989
|
}
|
9978
9990
|
|
9979
9991
|
function create_fragment(ctx) {
|
@@ -9989,14 +10001,14 @@ function create_fragment(ctx) {
|
|
9989
10001
|
c() {
|
9990
10002
|
div = element("div");
|
9991
10003
|
img = element("img");
|
9992
|
-
attr(img, "class", "image svelte-
|
10004
|
+
attr(img, "class", "image svelte-1pdw891");
|
9993
10005
|
attr(img, "loading", "lazy");
|
9994
10006
|
attr(img, "width", "auto");
|
9995
10007
|
attr(img, "height", "auto");
|
9996
10008
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
9997
10009
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9998
10010
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9999
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10011
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
10000
10012
|
attr(div, "style", /*_style*/ ctx[5]);
|
10001
10013
|
},
|
10002
10014
|
m(target, anchor) {
|
@@ -10021,7 +10033,7 @@ function create_fragment(ctx) {
|
|
10021
10033
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10022
10034
|
}
|
10023
10035
|
|
10024
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10036
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
10025
10037
|
attr(div, "class", div_class_value);
|
10026
10038
|
}
|
10027
10039
|
|