@plaidev/karte-action-sdk 1.1.227-28605989.e1daa780 → 1.1.227-28643316.f85de406
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 +7 -0
- package/dist/hydrate/index.es.js +3095 -223
- package/dist/index.es.d.ts +7 -0
- package/dist/index.es.js +2661 -223
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2874,7 +2874,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2874
2874
|
|
2875
2875
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2876
2876
|
|
2877
|
-
function create_if_block$
|
2877
|
+
function create_if_block$d(ctx) {
|
2878
2878
|
let link;
|
2879
2879
|
|
2880
2880
|
return {
|
@@ -2898,9 +2898,9 @@ function create_if_block$9(ctx) {
|
|
2898
2898
|
};
|
2899
2899
|
}
|
2900
2900
|
|
2901
|
-
function create_fragment$
|
2901
|
+
function create_fragment$15(ctx) {
|
2902
2902
|
let head;
|
2903
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2903
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$d(ctx);
|
2904
2904
|
|
2905
2905
|
return {
|
2906
2906
|
c() {
|
@@ -2916,7 +2916,7 @@ function create_fragment$A(ctx) {
|
|
2916
2916
|
if (if_block) {
|
2917
2917
|
if_block.p(ctx, dirty);
|
2918
2918
|
} else {
|
2919
|
-
if_block = create_if_block$
|
2919
|
+
if_block = create_if_block$d(ctx);
|
2920
2920
|
if_block.c();
|
2921
2921
|
if_block.m(head, null);
|
2922
2922
|
}
|
@@ -2934,7 +2934,7 @@ function create_fragment$A(ctx) {
|
|
2934
2934
|
};
|
2935
2935
|
}
|
2936
2936
|
|
2937
|
-
function instance$
|
2937
|
+
function instance$15($$self, $$props, $$invalidate) {
|
2938
2938
|
let $fonts;
|
2939
2939
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2940
2940
|
let googleFontUrl = '';
|
@@ -2963,13 +2963,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
2963
2963
|
class Header extends SvelteComponent {
|
2964
2964
|
constructor(options) {
|
2965
2965
|
super();
|
2966
|
-
init(this, options, instance$
|
2966
|
+
init(this, options, instance$15, create_fragment$15, safe_not_equal, {});
|
2967
2967
|
}
|
2968
2968
|
}
|
2969
2969
|
|
2970
2970
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
2971
2971
|
|
2972
|
-
function create_fragment$
|
2972
|
+
function create_fragment$14(ctx) {
|
2973
2973
|
let header;
|
2974
2974
|
let t;
|
2975
2975
|
let current;
|
@@ -3028,7 +3028,7 @@ function create_fragment$z(ctx) {
|
|
3028
3028
|
};
|
3029
3029
|
}
|
3030
3030
|
|
3031
|
-
function instance$
|
3031
|
+
function instance$14($$self, $$props, $$invalidate) {
|
3032
3032
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3033
3033
|
|
3034
3034
|
$$self.$$set = $$props => {
|
@@ -3041,18 +3041,18 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
3041
3041
|
class State extends SvelteComponent {
|
3042
3042
|
constructor(options) {
|
3043
3043
|
super();
|
3044
|
-
init(this, options, instance$
|
3044
|
+
init(this, options, instance$14, create_fragment$14, safe_not_equal, {});
|
3045
3045
|
}
|
3046
3046
|
}
|
3047
3047
|
|
3048
3048
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3049
3049
|
|
3050
|
-
function add_css$
|
3050
|
+
function add_css$w(target) {
|
3051
3051
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3052
3052
|
}
|
3053
3053
|
|
3054
3054
|
// (23:0) {#if $state === path}
|
3055
|
-
function create_if_block$
|
3055
|
+
function create_if_block$c(ctx) {
|
3056
3056
|
let div;
|
3057
3057
|
let t;
|
3058
3058
|
let current;
|
@@ -3114,10 +3114,10 @@ function create_if_block$8(ctx) {
|
|
3114
3114
|
};
|
3115
3115
|
}
|
3116
3116
|
|
3117
|
-
function create_fragment$
|
3117
|
+
function create_fragment$13(ctx) {
|
3118
3118
|
let if_block_anchor;
|
3119
3119
|
let current;
|
3120
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3120
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$c(ctx);
|
3121
3121
|
|
3122
3122
|
return {
|
3123
3123
|
c() {
|
@@ -3138,7 +3138,7 @@ function create_fragment$y(ctx) {
|
|
3138
3138
|
transition_in(if_block, 1);
|
3139
3139
|
}
|
3140
3140
|
} else {
|
3141
|
-
if_block = create_if_block$
|
3141
|
+
if_block = create_if_block$c(ctx);
|
3142
3142
|
if_block.c();
|
3143
3143
|
transition_in(if_block, 1);
|
3144
3144
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3175,7 +3175,7 @@ function getStateItemContext() {
|
|
3175
3175
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3176
3176
|
}
|
3177
3177
|
|
3178
|
-
function instance$
|
3178
|
+
function instance$13($$self, $$props, $$invalidate) {
|
3179
3179
|
let $state;
|
3180
3180
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3181
3181
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3201,7 +3201,7 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
3201
3201
|
class StateItem extends SvelteComponent {
|
3202
3202
|
constructor(options) {
|
3203
3203
|
super();
|
3204
|
-
init(this, options, instance$
|
3204
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, { path: 0 }, add_css$w);
|
3205
3205
|
}
|
3206
3206
|
}
|
3207
3207
|
|
@@ -3386,12 +3386,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3386
3386
|
|
3387
3387
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3388
3388
|
|
3389
|
-
function add_css$
|
3389
|
+
function add_css$v(target) {
|
3390
3390
|
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}");
|
3391
3391
|
}
|
3392
3392
|
|
3393
3393
|
// (14:0) {#if backgroundOverlay}
|
3394
|
-
function create_if_block$
|
3394
|
+
function create_if_block$b(ctx) {
|
3395
3395
|
let div;
|
3396
3396
|
let div_class_value;
|
3397
3397
|
let mounted;
|
@@ -3423,9 +3423,9 @@ function create_if_block$7(ctx) {
|
|
3423
3423
|
};
|
3424
3424
|
}
|
3425
3425
|
|
3426
|
-
function create_fragment$
|
3426
|
+
function create_fragment$12(ctx) {
|
3427
3427
|
let if_block_anchor;
|
3428
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3428
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$b(ctx);
|
3429
3429
|
|
3430
3430
|
return {
|
3431
3431
|
c() {
|
@@ -3441,7 +3441,7 @@ function create_fragment$x(ctx) {
|
|
3441
3441
|
if (if_block) {
|
3442
3442
|
if_block.p(ctx, dirty);
|
3443
3443
|
} else {
|
3444
|
-
if_block = create_if_block$
|
3444
|
+
if_block = create_if_block$b(ctx);
|
3445
3445
|
if_block.c();
|
3446
3446
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3447
3447
|
}
|
@@ -3459,7 +3459,7 @@ function create_fragment$x(ctx) {
|
|
3459
3459
|
};
|
3460
3460
|
}
|
3461
3461
|
|
3462
|
-
function instance$
|
3462
|
+
function instance$12($$self, $$props, $$invalidate) {
|
3463
3463
|
let { backgroundOverlay = false } = $$props;
|
3464
3464
|
let { class: className = undefined } = $$props;
|
3465
3465
|
const dispatch = createEventDispatcher();
|
@@ -3476,7 +3476,7 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
3476
3476
|
class BackgroundOverlay extends SvelteComponent {
|
3477
3477
|
constructor(options) {
|
3478
3478
|
super();
|
3479
|
-
init(this, options, instance$
|
3479
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$v);
|
3480
3480
|
}
|
3481
3481
|
}
|
3482
3482
|
|
@@ -3516,7 +3516,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3516
3516
|
|
3517
3517
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3518
3518
|
|
3519
|
-
function add_css$
|
3519
|
+
function add_css$u(target) {
|
3520
3520
|
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}");
|
3521
3521
|
}
|
3522
3522
|
|
@@ -3763,7 +3763,7 @@ function create_if_block_1$2(ctx) {
|
|
3763
3763
|
}
|
3764
3764
|
|
3765
3765
|
// (31:0) {#if disabled}
|
3766
|
-
function create_if_block$
|
3766
|
+
function create_if_block$a(ctx) {
|
3767
3767
|
let div;
|
3768
3768
|
let current;
|
3769
3769
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3821,12 +3821,12 @@ function create_if_block$6(ctx) {
|
|
3821
3821
|
};
|
3822
3822
|
}
|
3823
3823
|
|
3824
|
-
function create_fragment$
|
3824
|
+
function create_fragment$11(ctx) {
|
3825
3825
|
let current_block_type_index;
|
3826
3826
|
let if_block;
|
3827
3827
|
let if_block_anchor;
|
3828
3828
|
let current;
|
3829
|
-
const if_block_creators = [create_if_block$
|
3829
|
+
const if_block_creators = [create_if_block$a, create_if_block_1$2, create_if_block_2$1, create_else_block$4];
|
3830
3830
|
const if_blocks = [];
|
3831
3831
|
|
3832
3832
|
function select_block_type(ctx, dirty) {
|
@@ -3894,7 +3894,7 @@ function create_fragment$w(ctx) {
|
|
3894
3894
|
|
3895
3895
|
const BUTTON_CLASS = 'button';
|
3896
3896
|
|
3897
|
-
function instance$
|
3897
|
+
function instance$11($$self, $$props, $$invalidate) {
|
3898
3898
|
let disabled;
|
3899
3899
|
let $valuesAreValid;
|
3900
3900
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3953,15 +3953,15 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
3953
3953
|
];
|
3954
3954
|
}
|
3955
3955
|
|
3956
|
-
class Button extends SvelteComponent {
|
3956
|
+
let Button$1 = class Button extends SvelteComponent {
|
3957
3957
|
constructor(options) {
|
3958
3958
|
super();
|
3959
3959
|
|
3960
3960
|
init(
|
3961
3961
|
this,
|
3962
3962
|
options,
|
3963
|
-
instance$
|
3964
|
-
create_fragment$
|
3963
|
+
instance$11,
|
3964
|
+
create_fragment$11,
|
3965
3965
|
safe_not_equal,
|
3966
3966
|
{
|
3967
3967
|
onClick: 0,
|
@@ -3969,14 +3969,14 @@ class Button extends SvelteComponent {
|
|
3969
3969
|
eventValue: 6,
|
3970
3970
|
style: 1
|
3971
3971
|
},
|
3972
|
-
add_css$
|
3972
|
+
add_css$u
|
3973
3973
|
);
|
3974
3974
|
}
|
3975
|
-
}
|
3975
|
+
};
|
3976
3976
|
|
3977
3977
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3978
3978
|
|
3979
|
-
function add_css$
|
3979
|
+
function add_css$t(target) {
|
3980
3980
|
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}}");
|
3981
3981
|
}
|
3982
3982
|
|
@@ -4106,14 +4106,14 @@ function create_if_block_2(ctx) {
|
|
4106
4106
|
}
|
4107
4107
|
|
4108
4108
|
// (280:0) {#if visible}
|
4109
|
-
function create_if_block$
|
4109
|
+
function create_if_block$9(ctx) {
|
4110
4110
|
let div;
|
4111
4111
|
let button;
|
4112
4112
|
let div_class_value;
|
4113
4113
|
let div_intro;
|
4114
4114
|
let current;
|
4115
4115
|
|
4116
|
-
button = new Button({
|
4116
|
+
button = new Button$1({
|
4117
4117
|
props: {
|
4118
4118
|
onClick: /*onClick*/ ctx[0],
|
4119
4119
|
eventName: /*clickEventName*/ ctx[1],
|
@@ -4190,7 +4190,7 @@ function create_if_block_1$1(ctx) {
|
|
4190
4190
|
let button;
|
4191
4191
|
let current;
|
4192
4192
|
|
4193
|
-
button = new Button({
|
4193
|
+
button = new Button$1({
|
4194
4194
|
props: {
|
4195
4195
|
onClick: /*onClose*/ ctx[6],
|
4196
4196
|
style: /*_closeStyle*/ ctx[10],
|
@@ -4371,7 +4371,7 @@ function create_default_slot$6(ctx) {
|
|
4371
4371
|
};
|
4372
4372
|
}
|
4373
4373
|
|
4374
|
-
function create_fragment$
|
4374
|
+
function create_fragment$10(ctx) {
|
4375
4375
|
let show_if;
|
4376
4376
|
let current_block_type_index;
|
4377
4377
|
let if_block0;
|
@@ -4392,7 +4392,7 @@ function create_fragment$v(ctx) {
|
|
4392
4392
|
|
4393
4393
|
current_block_type_index = select_block_type(ctx);
|
4394
4394
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4395
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4395
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$9(ctx);
|
4396
4396
|
|
4397
4397
|
return {
|
4398
4398
|
c() {
|
@@ -4452,7 +4452,7 @@ function create_fragment$v(ctx) {
|
|
4452
4452
|
transition_in(if_block1, 1);
|
4453
4453
|
}
|
4454
4454
|
} else {
|
4455
|
-
if_block1 = create_if_block$
|
4455
|
+
if_block1 = create_if_block$9(ctx);
|
4456
4456
|
if_block1.c();
|
4457
4457
|
transition_in(if_block1, 1);
|
4458
4458
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4489,7 +4489,7 @@ function create_fragment$v(ctx) {
|
|
4489
4489
|
};
|
4490
4490
|
}
|
4491
4491
|
|
4492
|
-
function instance$
|
4492
|
+
function instance$10($$self, $$props, $$invalidate) {
|
4493
4493
|
let close;
|
4494
4494
|
let closable;
|
4495
4495
|
let backgroundClick;
|
@@ -4800,8 +4800,8 @@ class Modal extends SvelteComponent {
|
|
4800
4800
|
init(
|
4801
4801
|
this,
|
4802
4802
|
options,
|
4803
|
-
instance$
|
4804
|
-
create_fragment$
|
4803
|
+
instance$10,
|
4804
|
+
create_fragment$10,
|
4805
4805
|
safe_not_equal,
|
4806
4806
|
{
|
4807
4807
|
onClick: 0,
|
@@ -4819,7 +4819,7 @@ class Modal extends SvelteComponent {
|
|
4819
4819
|
closeButtonColor: 9,
|
4820
4820
|
_closeStyle: 10
|
4821
4821
|
},
|
4822
|
-
add_css$
|
4822
|
+
add_css$t,
|
4823
4823
|
[-1, -1]
|
4824
4824
|
);
|
4825
4825
|
}
|
@@ -4827,7 +4827,7 @@ class Modal extends SvelteComponent {
|
|
4827
4827
|
|
4828
4828
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4829
4829
|
|
4830
|
-
function create_fragment
|
4830
|
+
function create_fragment$$(ctx) {
|
4831
4831
|
let div;
|
4832
4832
|
let current;
|
4833
4833
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4885,7 +4885,7 @@ function create_fragment$u(ctx) {
|
|
4885
4885
|
};
|
4886
4886
|
}
|
4887
4887
|
|
4888
|
-
function instance
|
4888
|
+
function instance$$($$self, $$props, $$invalidate) {
|
4889
4889
|
let _style;
|
4890
4890
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4891
4891
|
let { width = '512px' } = $$props;
|
@@ -4930,7 +4930,7 @@ class Grid extends SvelteComponent {
|
|
4930
4930
|
constructor(options) {
|
4931
4931
|
super();
|
4932
4932
|
|
4933
|
-
init(this, options, instance
|
4933
|
+
init(this, options, instance$$, create_fragment$$, safe_not_equal, {
|
4934
4934
|
width: 1,
|
4935
4935
|
height: 2,
|
4936
4936
|
rows: 3,
|
@@ -4943,11 +4943,11 @@ class Grid extends SvelteComponent {
|
|
4943
4943
|
|
4944
4944
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4945
4945
|
|
4946
|
-
function add_css$
|
4946
|
+
function add_css$s(target) {
|
4947
4947
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4948
4948
|
}
|
4949
4949
|
|
4950
|
-
function create_fragment$
|
4950
|
+
function create_fragment$_(ctx) {
|
4951
4951
|
let div1;
|
4952
4952
|
let div0;
|
4953
4953
|
let current;
|
@@ -5021,7 +5021,7 @@ function create_fragment$t(ctx) {
|
|
5021
5021
|
|
5022
5022
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5023
5023
|
|
5024
|
-
function instance$
|
5024
|
+
function instance$_($$self, $$props, $$invalidate) {
|
5025
5025
|
let _style;
|
5026
5026
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5027
5027
|
let { x1 } = $$props;
|
@@ -5070,8 +5070,8 @@ class GridItem extends SvelteComponent {
|
|
5070
5070
|
init(
|
5071
5071
|
this,
|
5072
5072
|
options,
|
5073
|
-
instance$
|
5074
|
-
create_fragment$
|
5073
|
+
instance$_,
|
5074
|
+
create_fragment$_,
|
5075
5075
|
safe_not_equal,
|
5076
5076
|
{
|
5077
5077
|
x1: 2,
|
@@ -5082,7 +5082,7 @@ class GridItem extends SvelteComponent {
|
|
5082
5082
|
background: 7,
|
5083
5083
|
gridItemId: 0
|
5084
5084
|
},
|
5085
|
-
add_css$
|
5085
|
+
add_css$s
|
5086
5086
|
);
|
5087
5087
|
}
|
5088
5088
|
}
|
@@ -5117,7 +5117,7 @@ function create_else_block$2(ctx) {
|
|
5117
5117
|
}
|
5118
5118
|
|
5119
5119
|
// (11:2) {#if item.match(regexp)}
|
5120
|
-
function create_if_block$
|
5120
|
+
function create_if_block$8(ctx) {
|
5121
5121
|
let br;
|
5122
5122
|
|
5123
5123
|
return {
|
@@ -5142,7 +5142,7 @@ function create_each_block$6(ctx) {
|
|
5142
5142
|
function select_block_type(ctx, dirty) {
|
5143
5143
|
if (dirty & /*items*/ 1) show_if = null;
|
5144
5144
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5145
|
-
if (show_if) return create_if_block$
|
5145
|
+
if (show_if) return create_if_block$8;
|
5146
5146
|
return create_else_block$2;
|
5147
5147
|
}
|
5148
5148
|
|
@@ -5178,7 +5178,7 @@ function create_each_block$6(ctx) {
|
|
5178
5178
|
};
|
5179
5179
|
}
|
5180
5180
|
|
5181
|
-
function create_fragment$
|
5181
|
+
function create_fragment$Z(ctx) {
|
5182
5182
|
let each_1_anchor;
|
5183
5183
|
let each_value = /*items*/ ctx[0];
|
5184
5184
|
let each_blocks = [];
|
@@ -5237,7 +5237,7 @@ function create_fragment$s(ctx) {
|
|
5237
5237
|
|
5238
5238
|
const regexp = /(\r?\n)/;
|
5239
5239
|
|
5240
|
-
function instance$
|
5240
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
5241
5241
|
let items;
|
5242
5242
|
let { text = 'サンプルSample' } = $$props;
|
5243
5243
|
|
@@ -5258,13 +5258,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
5258
5258
|
class RenderText extends SvelteComponent {
|
5259
5259
|
constructor(options) {
|
5260
5260
|
super();
|
5261
|
-
init(this, options, instance$
|
5261
|
+
init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { text: 1 });
|
5262
5262
|
}
|
5263
5263
|
}
|
5264
5264
|
|
5265
5265
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5266
5266
|
|
5267
|
-
function add_css$
|
5267
|
+
function add_css$r(target) {
|
5268
5268
|
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}");
|
5269
5269
|
}
|
5270
5270
|
|
@@ -5322,7 +5322,7 @@ function create_else_block$1(ctx) {
|
|
5322
5322
|
}
|
5323
5323
|
|
5324
5324
|
// (80:2) {#if enableCopy}
|
5325
|
-
function create_if_block$
|
5325
|
+
function create_if_block$7(ctx) {
|
5326
5326
|
let a;
|
5327
5327
|
let div0;
|
5328
5328
|
let rendertext;
|
@@ -5408,12 +5408,12 @@ function create_if_block$3(ctx) {
|
|
5408
5408
|
};
|
5409
5409
|
}
|
5410
5410
|
|
5411
|
-
function create_fragment$
|
5411
|
+
function create_fragment$Y(ctx) {
|
5412
5412
|
let div;
|
5413
5413
|
let current_block_type_index;
|
5414
5414
|
let if_block;
|
5415
5415
|
let current;
|
5416
|
-
const if_block_creators = [create_if_block$
|
5416
|
+
const if_block_creators = [create_if_block$7, create_else_block$1];
|
5417
5417
|
const if_blocks = [];
|
5418
5418
|
|
5419
5419
|
function select_block_type(ctx, dirty) {
|
@@ -5478,7 +5478,7 @@ function create_fragment$r(ctx) {
|
|
5478
5478
|
};
|
5479
5479
|
}
|
5480
5480
|
|
5481
|
-
function instance$
|
5481
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
5482
5482
|
let style;
|
5483
5483
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5484
5484
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5574,8 +5574,8 @@ class TextElement extends SvelteComponent {
|
|
5574
5574
|
init(
|
5575
5575
|
this,
|
5576
5576
|
options,
|
5577
|
-
instance$
|
5578
|
-
create_fragment$
|
5577
|
+
instance$Y,
|
5578
|
+
create_fragment$Y,
|
5579
5579
|
safe_not_equal,
|
5580
5580
|
{
|
5581
5581
|
text: 0,
|
@@ -5586,14 +5586,14 @@ class TextElement extends SvelteComponent {
|
|
5586
5586
|
enableCopy: 2,
|
5587
5587
|
eventName: 10
|
5588
5588
|
},
|
5589
|
-
add_css$
|
5589
|
+
add_css$r
|
5590
5590
|
);
|
5591
5591
|
}
|
5592
5592
|
}
|
5593
5593
|
|
5594
5594
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5595
5595
|
|
5596
|
-
function add_css$
|
5596
|
+
function add_css$q(target) {
|
5597
5597
|
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)}");
|
5598
5598
|
}
|
5599
5599
|
|
@@ -5631,12 +5631,12 @@ function create_default_slot$5(ctx) {
|
|
5631
5631
|
};
|
5632
5632
|
}
|
5633
5633
|
|
5634
|
-
function create_fragment$
|
5634
|
+
function create_fragment$X(ctx) {
|
5635
5635
|
let div;
|
5636
5636
|
let button;
|
5637
5637
|
let current;
|
5638
5638
|
|
5639
|
-
button = new Button({
|
5639
|
+
button = new Button$1({
|
5640
5640
|
props: {
|
5641
5641
|
onClick: /*onClick*/ ctx[1],
|
5642
5642
|
style: /*style*/ ctx[3],
|
@@ -5685,7 +5685,7 @@ function create_fragment$q(ctx) {
|
|
5685
5685
|
};
|
5686
5686
|
}
|
5687
5687
|
|
5688
|
-
function instance$
|
5688
|
+
function instance$X($$self, $$props, $$invalidate) {
|
5689
5689
|
let style;
|
5690
5690
|
let { text = 'ボタンのラベル' } = $$props;
|
5691
5691
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5723,8 +5723,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5723
5723
|
init(
|
5724
5724
|
this,
|
5725
5725
|
options,
|
5726
|
-
instance$
|
5727
|
-
create_fragment$
|
5726
|
+
instance$X,
|
5727
|
+
create_fragment$X,
|
5728
5728
|
safe_not_equal,
|
5729
5729
|
{
|
5730
5730
|
text: 0,
|
@@ -5734,14 +5734,14 @@ class TextButtonElement extends SvelteComponent {
|
|
5734
5734
|
_buttonStyle: 5,
|
5735
5735
|
_style: 6
|
5736
5736
|
},
|
5737
|
-
add_css$
|
5737
|
+
add_css$q
|
5738
5738
|
);
|
5739
5739
|
}
|
5740
5740
|
}
|
5741
5741
|
|
5742
5742
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5743
5743
|
|
5744
|
-
function add_css$
|
5744
|
+
function add_css$p(target) {
|
5745
5745
|
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%}");
|
5746
5746
|
}
|
5747
5747
|
|
@@ -5796,13 +5796,13 @@ function create_default_slot$4(ctx) {
|
|
5796
5796
|
};
|
5797
5797
|
}
|
5798
5798
|
|
5799
|
-
function create_fragment$
|
5799
|
+
function create_fragment$W(ctx) {
|
5800
5800
|
let div;
|
5801
5801
|
let button;
|
5802
5802
|
let div_class_value;
|
5803
5803
|
let current;
|
5804
5804
|
|
5805
|
-
button = new Button({
|
5805
|
+
button = new Button$1({
|
5806
5806
|
props: {
|
5807
5807
|
onClick: /*onClick*/ ctx[4],
|
5808
5808
|
style: /*_style*/ ctx[7],
|
@@ -5855,7 +5855,7 @@ function create_fragment$p(ctx) {
|
|
5855
5855
|
};
|
5856
5856
|
}
|
5857
5857
|
|
5858
|
-
function instance$
|
5858
|
+
function instance$W($$self, $$props, $$invalidate) {
|
5859
5859
|
let { src = '' } = $$props;
|
5860
5860
|
let { alt = '画像の説明' } = $$props;
|
5861
5861
|
let { transport = false } = $$props;
|
@@ -5886,8 +5886,8 @@ class ImageElement extends SvelteComponent {
|
|
5886
5886
|
init(
|
5887
5887
|
this,
|
5888
5888
|
options,
|
5889
|
-
instance$
|
5890
|
-
create_fragment$
|
5889
|
+
instance$W,
|
5890
|
+
create_fragment$W,
|
5891
5891
|
safe_not_equal,
|
5892
5892
|
{
|
5893
5893
|
src: 0,
|
@@ -5899,18 +5899,18 @@ class ImageElement extends SvelteComponent {
|
|
5899
5899
|
_imageStyle: 6,
|
5900
5900
|
_style: 7
|
5901
5901
|
},
|
5902
|
-
add_css$
|
5902
|
+
add_css$p
|
5903
5903
|
);
|
5904
5904
|
}
|
5905
5905
|
}
|
5906
5906
|
|
5907
5907
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5908
5908
|
|
5909
|
-
function add_css$
|
5909
|
+
function add_css$o(target) {
|
5910
5910
|
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}");
|
5911
5911
|
}
|
5912
5912
|
|
5913
|
-
function create_fragment$
|
5913
|
+
function create_fragment$V(ctx) {
|
5914
5914
|
let div;
|
5915
5915
|
let current;
|
5916
5916
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -5970,7 +5970,7 @@ function create_fragment$o(ctx) {
|
|
5970
5970
|
|
5971
5971
|
const LIST_CONTEXT_KEY = Symbol();
|
5972
5972
|
|
5973
|
-
function instance$
|
5973
|
+
function instance$V($$self, $$props, $$invalidate) {
|
5974
5974
|
let style;
|
5975
5975
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5976
5976
|
let { direction = 'vertical' } = $$props;
|
@@ -6037,8 +6037,8 @@ class List extends SvelteComponent {
|
|
6037
6037
|
init(
|
6038
6038
|
this,
|
6039
6039
|
options,
|
6040
|
-
instance$
|
6041
|
-
create_fragment$
|
6040
|
+
instance$V,
|
6041
|
+
create_fragment$V,
|
6042
6042
|
safe_not_equal,
|
6043
6043
|
{
|
6044
6044
|
direction: 1,
|
@@ -6046,14 +6046,14 @@ class List extends SvelteComponent {
|
|
6046
6046
|
background: 3,
|
6047
6047
|
_style: 4
|
6048
6048
|
},
|
6049
|
-
add_css$
|
6049
|
+
add_css$o
|
6050
6050
|
);
|
6051
6051
|
}
|
6052
6052
|
}
|
6053
6053
|
|
6054
6054
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6055
6055
|
|
6056
|
-
function add_css$
|
6056
|
+
function add_css$n(target) {
|
6057
6057
|
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}");
|
6058
6058
|
}
|
6059
6059
|
|
@@ -6105,12 +6105,12 @@ function create_default_slot$3(ctx) {
|
|
6105
6105
|
};
|
6106
6106
|
}
|
6107
6107
|
|
6108
|
-
function create_fragment$
|
6108
|
+
function create_fragment$U(ctx) {
|
6109
6109
|
let div;
|
6110
6110
|
let button;
|
6111
6111
|
let current;
|
6112
6112
|
|
6113
|
-
button = new Button({
|
6113
|
+
button = new Button$1({
|
6114
6114
|
props: {
|
6115
6115
|
onClick: /*onClick*/ ctx[0],
|
6116
6116
|
style: /*_style*/ ctx[2],
|
@@ -6164,7 +6164,7 @@ function create_fragment$n(ctx) {
|
|
6164
6164
|
};
|
6165
6165
|
}
|
6166
6166
|
|
6167
|
-
function instance$
|
6167
|
+
function instance$U($$self, $$props, $$invalidate) {
|
6168
6168
|
let listItemStyle;
|
6169
6169
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6170
6170
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6243,17 +6243,17 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
6243
6243
|
class ListItem extends SvelteComponent {
|
6244
6244
|
constructor(options) {
|
6245
6245
|
super();
|
6246
|
-
init(this, options, instance$
|
6246
|
+
init(this, options, instance$U, create_fragment$U, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$n);
|
6247
6247
|
}
|
6248
6248
|
}
|
6249
6249
|
|
6250
6250
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6251
6251
|
|
6252
|
-
function add_css$
|
6252
|
+
function add_css$m(target) {
|
6253
6253
|
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}");
|
6254
6254
|
}
|
6255
6255
|
|
6256
|
-
function create_fragment$
|
6256
|
+
function create_fragment$T(ctx) {
|
6257
6257
|
let div;
|
6258
6258
|
|
6259
6259
|
return {
|
@@ -6280,7 +6280,7 @@ function create_fragment$m(ctx) {
|
|
6280
6280
|
};
|
6281
6281
|
}
|
6282
6282
|
|
6283
|
-
function instance$
|
6283
|
+
function instance$T($$self, $$props, $$invalidate) {
|
6284
6284
|
let { code } = $$props;
|
6285
6285
|
let { _style = '' } = $$props;
|
6286
6286
|
|
@@ -6295,17 +6295,17 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
6295
6295
|
class EmbedElement extends SvelteComponent {
|
6296
6296
|
constructor(options) {
|
6297
6297
|
super();
|
6298
|
-
init(this, options, instance$
|
6298
|
+
init(this, options, instance$T, create_fragment$T, safe_not_equal, { code: 0, _style: 1 }, add_css$m);
|
6299
6299
|
}
|
6300
6300
|
}
|
6301
6301
|
|
6302
6302
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6303
6303
|
|
6304
|
-
function add_css$
|
6304
|
+
function add_css$l(target) {
|
6305
6305
|
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%}");
|
6306
6306
|
}
|
6307
6307
|
|
6308
|
-
function create_fragment$
|
6308
|
+
function create_fragment$S(ctx) {
|
6309
6309
|
let div1;
|
6310
6310
|
let div0;
|
6311
6311
|
|
@@ -6346,7 +6346,7 @@ function _setValue(obj, key, value) {
|
|
6346
6346
|
}
|
6347
6347
|
}
|
6348
6348
|
|
6349
|
-
function instance$
|
6349
|
+
function instance$S($$self, $$props, $$invalidate) {
|
6350
6350
|
let $system;
|
6351
6351
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6352
6352
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6617,8 +6617,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6617
6617
|
init(
|
6618
6618
|
this,
|
6619
6619
|
options,
|
6620
|
-
instance$
|
6621
|
-
create_fragment$
|
6620
|
+
instance$S,
|
6621
|
+
create_fragment$S,
|
6622
6622
|
safe_not_equal,
|
6623
6623
|
{
|
6624
6624
|
videoId: 2,
|
@@ -6647,7 +6647,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6647
6647
|
mute: 25,
|
6648
6648
|
_style: 0
|
6649
6649
|
},
|
6650
|
-
add_css$
|
6650
|
+
add_css$l,
|
6651
6651
|
[-1, -1]
|
6652
6652
|
);
|
6653
6653
|
}
|
@@ -6655,11 +6655,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6655
6655
|
|
6656
6656
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6657
6657
|
|
6658
|
-
function add_css$
|
6658
|
+
function add_css$k(target) {
|
6659
6659
|
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%}");
|
6660
6660
|
}
|
6661
6661
|
|
6662
|
-
function create_fragment$
|
6662
|
+
function create_fragment$R(ctx) {
|
6663
6663
|
let div1;
|
6664
6664
|
let div0;
|
6665
6665
|
|
@@ -6690,7 +6690,7 @@ function create_fragment$k(ctx) {
|
|
6690
6690
|
};
|
6691
6691
|
}
|
6692
6692
|
|
6693
|
-
function instance$
|
6693
|
+
function instance$R($$self, $$props, $$invalidate) {
|
6694
6694
|
let $system;
|
6695
6695
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6696
6696
|
let { videoId = "201239468" } = $$props;
|
@@ -6833,8 +6833,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6833
6833
|
init(
|
6834
6834
|
this,
|
6835
6835
|
options,
|
6836
|
-
instance$
|
6837
|
-
create_fragment$
|
6836
|
+
instance$R,
|
6837
|
+
create_fragment$R,
|
6838
6838
|
safe_not_equal,
|
6839
6839
|
{
|
6840
6840
|
videoId: 2,
|
@@ -6844,18 +6844,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6844
6844
|
mute: 6,
|
6845
6845
|
_style: 0
|
6846
6846
|
},
|
6847
|
-
add_css$
|
6847
|
+
add_css$k
|
6848
6848
|
);
|
6849
6849
|
}
|
6850
6850
|
}
|
6851
6851
|
|
6852
6852
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6853
6853
|
|
6854
|
-
function add_css$
|
6854
|
+
function add_css$j(target) {
|
6855
6855
|
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}");
|
6856
6856
|
}
|
6857
6857
|
|
6858
|
-
function create_fragment$
|
6858
|
+
function create_fragment$Q(ctx) {
|
6859
6859
|
let div;
|
6860
6860
|
let textarea;
|
6861
6861
|
let mounted;
|
@@ -6913,7 +6913,7 @@ function create_fragment$j(ctx) {
|
|
6913
6913
|
};
|
6914
6914
|
}
|
6915
6915
|
|
6916
|
-
function instance$
|
6916
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
6917
6917
|
let style;
|
6918
6918
|
let styleVariables;
|
6919
6919
|
let $value;
|
@@ -7001,8 +7001,8 @@ class FormTextarea extends SvelteComponent {
|
|
7001
7001
|
init(
|
7002
7002
|
this,
|
7003
7003
|
options,
|
7004
|
-
instance$
|
7005
|
-
create_fragment$
|
7004
|
+
instance$Q,
|
7005
|
+
create_fragment$Q,
|
7006
7006
|
safe_not_equal,
|
7007
7007
|
{
|
7008
7008
|
name: 7,
|
@@ -7014,14 +7014,14 @@ class FormTextarea extends SvelteComponent {
|
|
7014
7014
|
_textStyle: 11,
|
7015
7015
|
_placeholderStyle: 12
|
7016
7016
|
},
|
7017
|
-
add_css$
|
7017
|
+
add_css$j
|
7018
7018
|
);
|
7019
7019
|
}
|
7020
7020
|
}
|
7021
7021
|
|
7022
7022
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7023
7023
|
|
7024
|
-
function add_css$
|
7024
|
+
function add_css$i(target) {
|
7025
7025
|
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}");
|
7026
7026
|
}
|
7027
7027
|
|
@@ -7111,7 +7111,7 @@ function create_each_block$5(ctx) {
|
|
7111
7111
|
};
|
7112
7112
|
}
|
7113
7113
|
|
7114
|
-
function create_fragment$
|
7114
|
+
function create_fragment$P(ctx) {
|
7115
7115
|
let div;
|
7116
7116
|
let each_value = /*_options*/ ctx[4];
|
7117
7117
|
let each_blocks = [];
|
@@ -7175,7 +7175,7 @@ function create_fragment$i(ctx) {
|
|
7175
7175
|
};
|
7176
7176
|
}
|
7177
7177
|
|
7178
|
-
function instance$
|
7178
|
+
function instance$P($$self, $$props, $$invalidate) {
|
7179
7179
|
let _options;
|
7180
7180
|
let buttonStyle;
|
7181
7181
|
let _value;
|
@@ -7275,8 +7275,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7275
7275
|
init(
|
7276
7276
|
this,
|
7277
7277
|
options,
|
7278
|
-
instance$
|
7279
|
-
create_fragment$
|
7278
|
+
instance$P,
|
7279
|
+
create_fragment$P,
|
7280
7280
|
safe_not_equal,
|
7281
7281
|
{
|
7282
7282
|
name: 0,
|
@@ -7289,14 +7289,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7289
7289
|
buttonColor: 13,
|
7290
7290
|
buttonColorActive: 14
|
7291
7291
|
},
|
7292
|
-
add_css$
|
7292
|
+
add_css$i
|
7293
7293
|
);
|
7294
7294
|
}
|
7295
7295
|
}
|
7296
7296
|
|
7297
7297
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7298
7298
|
|
7299
|
-
function add_css$
|
7299
|
+
function add_css$h(target) {
|
7300
7300
|
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}");
|
7301
7301
|
}
|
7302
7302
|
|
@@ -7328,7 +7328,7 @@ function create_else_block(ctx) {
|
|
7328
7328
|
}
|
7329
7329
|
|
7330
7330
|
// (105:10) {#if option}
|
7331
|
-
function create_if_block$
|
7331
|
+
function create_if_block$6(ctx) {
|
7332
7332
|
let t_value = /*option*/ ctx[19] + "";
|
7333
7333
|
let t;
|
7334
7334
|
|
@@ -7356,7 +7356,7 @@ function create_each_block$4(ctx) {
|
|
7356
7356
|
let option_selected_value;
|
7357
7357
|
|
7358
7358
|
function select_block_type(ctx, dirty) {
|
7359
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7359
|
+
if (/*option*/ ctx[19]) return create_if_block$6;
|
7360
7360
|
return create_else_block;
|
7361
7361
|
}
|
7362
7362
|
|
@@ -7406,7 +7406,7 @@ function create_each_block$4(ctx) {
|
|
7406
7406
|
};
|
7407
7407
|
}
|
7408
7408
|
|
7409
|
-
function create_fragment$
|
7409
|
+
function create_fragment$O(ctx) {
|
7410
7410
|
let div1;
|
7411
7411
|
let select;
|
7412
7412
|
let t;
|
@@ -7496,7 +7496,7 @@ function create_fragment$h(ctx) {
|
|
7496
7496
|
};
|
7497
7497
|
}
|
7498
7498
|
|
7499
|
-
function instance$
|
7499
|
+
function instance$O($$self, $$props, $$invalidate) {
|
7500
7500
|
let _options;
|
7501
7501
|
let style;
|
7502
7502
|
let styleVariables;
|
@@ -7612,8 +7612,8 @@ class FormSelect extends SvelteComponent {
|
|
7612
7612
|
init(
|
7613
7613
|
this,
|
7614
7614
|
options,
|
7615
|
-
instance$
|
7616
|
-
create_fragment$
|
7615
|
+
instance$O,
|
7616
|
+
create_fragment$O,
|
7617
7617
|
safe_not_equal,
|
7618
7618
|
{
|
7619
7619
|
name: 7,
|
@@ -7628,14 +7628,14 @@ class FormSelect extends SvelteComponent {
|
|
7628
7628
|
iconColor: 15,
|
7629
7629
|
iconSize: 16
|
7630
7630
|
},
|
7631
|
-
add_css$
|
7631
|
+
add_css$h
|
7632
7632
|
);
|
7633
7633
|
}
|
7634
7634
|
}
|
7635
7635
|
|
7636
7636
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7637
7637
|
|
7638
|
-
function add_css$
|
7638
|
+
function add_css$g(target) {
|
7639
7639
|
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}");
|
7640
7640
|
}
|
7641
7641
|
|
@@ -7741,7 +7741,7 @@ function create_each_block$3(ctx) {
|
|
7741
7741
|
};
|
7742
7742
|
}
|
7743
7743
|
|
7744
|
-
function create_fragment$
|
7744
|
+
function create_fragment$N(ctx) {
|
7745
7745
|
let div;
|
7746
7746
|
let each_value = /*_options*/ ctx[3];
|
7747
7747
|
let each_blocks = [];
|
@@ -7805,7 +7805,7 @@ function create_fragment$g(ctx) {
|
|
7805
7805
|
};
|
7806
7806
|
}
|
7807
7807
|
|
7808
|
-
function instance$
|
7808
|
+
function instance$N($$self, $$props, $$invalidate) {
|
7809
7809
|
let _options;
|
7810
7810
|
let styleVariables;
|
7811
7811
|
let isCheckedArray;
|
@@ -7911,8 +7911,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7911
7911
|
init(
|
7912
7912
|
this,
|
7913
7913
|
options,
|
7914
|
-
instance$
|
7915
|
-
create_fragment$
|
7914
|
+
instance$N,
|
7915
|
+
create_fragment$N,
|
7916
7916
|
safe_not_equal,
|
7917
7917
|
{
|
7918
7918
|
name: 0,
|
@@ -7925,14 +7925,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7925
7925
|
buttonColor: 13,
|
7926
7926
|
buttonColorActive: 14
|
7927
7927
|
},
|
7928
|
-
add_css$
|
7928
|
+
add_css$g
|
7929
7929
|
);
|
7930
7930
|
}
|
7931
7931
|
}
|
7932
7932
|
|
7933
7933
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7934
7934
|
|
7935
|
-
function add_css$
|
7935
|
+
function add_css$f(target) {
|
7936
7936
|
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}");
|
7937
7937
|
}
|
7938
7938
|
|
@@ -7989,7 +7989,7 @@ function create_each_block$2(ctx) {
|
|
7989
7989
|
};
|
7990
7990
|
}
|
7991
7991
|
|
7992
|
-
function create_fragment$
|
7992
|
+
function create_fragment$M(ctx) {
|
7993
7993
|
let div;
|
7994
7994
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
7995
7995
|
let each_blocks = [];
|
@@ -8048,7 +8048,7 @@ function create_fragment$f(ctx) {
|
|
8048
8048
|
};
|
8049
8049
|
}
|
8050
8050
|
|
8051
|
-
function instance$
|
8051
|
+
function instance$M($$self, $$props, $$invalidate) {
|
8052
8052
|
let _value;
|
8053
8053
|
let $value;
|
8054
8054
|
let { name = '' } = $$props;
|
@@ -8130,8 +8130,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8130
8130
|
init(
|
8131
8131
|
this,
|
8132
8132
|
options,
|
8133
|
-
instance$
|
8134
|
-
create_fragment$
|
8133
|
+
instance$M,
|
8134
|
+
create_fragment$M,
|
8135
8135
|
safe_not_equal,
|
8136
8136
|
{
|
8137
8137
|
name: 6,
|
@@ -8142,14 +8142,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8142
8142
|
buttonStyle: 9,
|
8143
8143
|
buttonActiveStyle: 10
|
8144
8144
|
},
|
8145
|
-
add_css$
|
8145
|
+
add_css$f
|
8146
8146
|
);
|
8147
8147
|
}
|
8148
8148
|
}
|
8149
8149
|
|
8150
8150
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8151
8151
|
|
8152
|
-
function add_css$
|
8152
|
+
function add_css$e(target) {
|
8153
8153
|
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%)}");
|
8154
8154
|
}
|
8155
8155
|
|
@@ -8209,7 +8209,7 @@ function create_each_block$1(ctx) {
|
|
8209
8209
|
};
|
8210
8210
|
}
|
8211
8211
|
|
8212
|
-
function create_fragment$
|
8212
|
+
function create_fragment$L(ctx) {
|
8213
8213
|
let div;
|
8214
8214
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8215
8215
|
let each_blocks = [];
|
@@ -8271,7 +8271,7 @@ function create_fragment$e(ctx) {
|
|
8271
8271
|
const count = 5;
|
8272
8272
|
const func = i => i + 1;
|
8273
8273
|
|
8274
|
-
function instance$
|
8274
|
+
function instance$L($$self, $$props, $$invalidate) {
|
8275
8275
|
let _value;
|
8276
8276
|
let buttonStyle;
|
8277
8277
|
let $value;
|
@@ -8327,17 +8327,17 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
8327
8327
|
class FormRatingButtonsFace extends SvelteComponent {
|
8328
8328
|
constructor(options) {
|
8329
8329
|
super();
|
8330
|
-
init(this, options, instance$
|
8330
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$e);
|
8331
8331
|
}
|
8332
8332
|
}
|
8333
8333
|
|
8334
8334
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8335
8335
|
|
8336
|
-
function add_css$
|
8336
|
+
function add_css$d(target) {
|
8337
8337
|
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}");
|
8338
8338
|
}
|
8339
8339
|
|
8340
|
-
function create_fragment$
|
8340
|
+
function create_fragment$K(ctx) {
|
8341
8341
|
let div;
|
8342
8342
|
let input;
|
8343
8343
|
let input_class_value;
|
@@ -8401,7 +8401,7 @@ function create_fragment$d(ctx) {
|
|
8401
8401
|
};
|
8402
8402
|
}
|
8403
8403
|
|
8404
|
-
function instance$
|
8404
|
+
function instance$K($$self, $$props, $$invalidate) {
|
8405
8405
|
let style;
|
8406
8406
|
let styleVariables;
|
8407
8407
|
let isValidForUI;
|
@@ -8532,8 +8532,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8532
8532
|
init(
|
8533
8533
|
this,
|
8534
8534
|
options,
|
8535
|
-
instance$
|
8536
|
-
create_fragment$
|
8535
|
+
instance$K,
|
8536
|
+
create_fragment$K,
|
8537
8537
|
safe_not_equal,
|
8538
8538
|
{
|
8539
8539
|
field: 9,
|
@@ -8547,18 +8547,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8547
8547
|
_textStyle: 15,
|
8548
8548
|
_placeholderStyle: 16
|
8549
8549
|
},
|
8550
|
-
add_css$
|
8550
|
+
add_css$d
|
8551
8551
|
);
|
8552
8552
|
}
|
8553
8553
|
}
|
8554
8554
|
|
8555
8555
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8556
8556
|
|
8557
|
-
function add_css$
|
8557
|
+
function add_css$c(target) {
|
8558
8558
|
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}");
|
8559
8559
|
}
|
8560
8560
|
|
8561
|
-
function create_fragment$
|
8561
|
+
function create_fragment$J(ctx) {
|
8562
8562
|
let div;
|
8563
8563
|
let label0;
|
8564
8564
|
let input0;
|
@@ -8671,7 +8671,7 @@ function create_fragment$c(ctx) {
|
|
8671
8671
|
};
|
8672
8672
|
}
|
8673
8673
|
|
8674
|
-
function instance$
|
8674
|
+
function instance$J($$self, $$props, $$invalidate) {
|
8675
8675
|
let buttonStyle;
|
8676
8676
|
let $value;
|
8677
8677
|
let { field = 'subscription' } = $$props;
|
@@ -8753,8 +8753,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8753
8753
|
init(
|
8754
8754
|
this,
|
8755
8755
|
options,
|
8756
|
-
instance$
|
8757
|
-
create_fragment$
|
8756
|
+
instance$J,
|
8757
|
+
create_fragment$J,
|
8758
8758
|
safe_not_equal,
|
8759
8759
|
{
|
8760
8760
|
field: 6,
|
@@ -8766,14 +8766,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8766
8766
|
buttonColor: 10,
|
8767
8767
|
buttonColorActive: 11
|
8768
8768
|
},
|
8769
|
-
add_css$
|
8769
|
+
add_css$c
|
8770
8770
|
);
|
8771
8771
|
}
|
8772
8772
|
}
|
8773
8773
|
|
8774
8774
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8775
8775
|
|
8776
|
-
function add_css$
|
8776
|
+
function add_css$b(target) {
|
8777
8777
|
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%}");
|
8778
8778
|
}
|
8779
8779
|
|
@@ -8836,7 +8836,7 @@ function create_if_block_1(ctx) {
|
|
8836
8836
|
}
|
8837
8837
|
|
8838
8838
|
// (380:2) {#if isVisibleNextButton}
|
8839
|
-
function create_if_block$
|
8839
|
+
function create_if_block$5(ctx) {
|
8840
8840
|
let div;
|
8841
8841
|
let button;
|
8842
8842
|
let svg;
|
@@ -8938,7 +8938,7 @@ function create_each_block(ctx) {
|
|
8938
8938
|
};
|
8939
8939
|
}
|
8940
8940
|
|
8941
|
-
function create_fragment$
|
8941
|
+
function create_fragment$I(ctx) {
|
8942
8942
|
let div3;
|
8943
8943
|
let div1;
|
8944
8944
|
let div0;
|
@@ -8951,7 +8951,7 @@ function create_fragment$b(ctx) {
|
|
8951
8951
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8952
8952
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8953
8953
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1(ctx);
|
8954
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8954
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$5(ctx);
|
8955
8955
|
let each_value = /*items*/ ctx[1];
|
8956
8956
|
let each_blocks = [];
|
8957
8957
|
|
@@ -9061,7 +9061,7 @@ function create_fragment$b(ctx) {
|
|
9061
9061
|
if (if_block1) {
|
9062
9062
|
if_block1.p(ctx, dirty);
|
9063
9063
|
} else {
|
9064
|
-
if_block1 = create_if_block$
|
9064
|
+
if_block1 = create_if_block$5(ctx);
|
9065
9065
|
if_block1.c();
|
9066
9066
|
if_block1.m(div3, t2);
|
9067
9067
|
}
|
@@ -9133,7 +9133,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9133
9133
|
}
|
9134
9134
|
}
|
9135
9135
|
|
9136
|
-
function instance$
|
9136
|
+
function instance$I($$self, $$props, $$invalidate) {
|
9137
9137
|
let slideStyle;
|
9138
9138
|
let slideClass;
|
9139
9139
|
let _loop;
|
@@ -9586,8 +9586,8 @@ class Slide extends SvelteComponent {
|
|
9586
9586
|
init(
|
9587
9587
|
this,
|
9588
9588
|
options,
|
9589
|
-
instance$
|
9590
|
-
create_fragment$
|
9589
|
+
instance$I,
|
9590
|
+
create_fragment$I,
|
9591
9591
|
safe_not_equal,
|
9592
9592
|
{
|
9593
9593
|
loop: 18,
|
@@ -9601,7 +9601,7 @@ class Slide extends SvelteComponent {
|
|
9601
9601
|
navigationButton: 25,
|
9602
9602
|
navigationEdgePosition: 26
|
9603
9603
|
},
|
9604
|
-
add_css$
|
9604
|
+
add_css$b,
|
9605
9605
|
[-1, -1, -1]
|
9606
9606
|
);
|
9607
9607
|
}
|
@@ -9609,11 +9609,11 @@ class Slide extends SvelteComponent {
|
|
9609
9609
|
|
9610
9610
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9611
9611
|
|
9612
|
-
function add_css$
|
9612
|
+
function add_css$a(target) {
|
9613
9613
|
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}");
|
9614
9614
|
}
|
9615
9615
|
|
9616
|
-
function create_fragment$
|
9616
|
+
function create_fragment$H(ctx) {
|
9617
9617
|
let div1;
|
9618
9618
|
let div0;
|
9619
9619
|
let current;
|
@@ -9680,7 +9680,7 @@ function create_fragment$a(ctx) {
|
|
9680
9680
|
};
|
9681
9681
|
}
|
9682
9682
|
|
9683
|
-
function instance$
|
9683
|
+
function instance$H($$self, $$props, $$invalidate) {
|
9684
9684
|
let itemStyle;
|
9685
9685
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9686
9686
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9746,20 +9746,20 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
9746
9746
|
class SlideItem extends SvelteComponent {
|
9747
9747
|
constructor(options) {
|
9748
9748
|
super();
|
9749
|
-
init(this, options, instance$
|
9749
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, { _style: 0 }, add_css$a);
|
9750
9750
|
}
|
9751
9751
|
}
|
9752
9752
|
|
9753
9753
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9754
9754
|
|
9755
|
-
function add_css$
|
9755
|
+
function add_css$9(target) {
|
9756
9756
|
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}");
|
9757
9757
|
}
|
9758
9758
|
|
9759
9759
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9760
9760
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9761
9761
|
|
9762
|
-
function create_fragment$
|
9762
|
+
function create_fragment$G(ctx) {
|
9763
9763
|
let div1;
|
9764
9764
|
let div0;
|
9765
9765
|
let current;
|
@@ -9839,7 +9839,7 @@ function formatTimeDiff(ms) {
|
|
9839
9839
|
};
|
9840
9840
|
}
|
9841
9841
|
|
9842
|
-
function instance$
|
9842
|
+
function instance$G($$self, $$props, $$invalidate) {
|
9843
9843
|
let countdown;
|
9844
9844
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9845
9845
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9900,13 +9900,13 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
9900
9900
|
class Countdown extends SvelteComponent {
|
9901
9901
|
constructor(options) {
|
9902
9902
|
super();
|
9903
|
-
init(this, options, instance$
|
9903
|
+
init(this, options, instance$G, create_fragment$G, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$9);
|
9904
9904
|
}
|
9905
9905
|
}
|
9906
9906
|
|
9907
9907
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9908
9908
|
|
9909
|
-
function add_css$
|
9909
|
+
function add_css$8(target) {
|
9910
9910
|
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}");
|
9911
9911
|
}
|
9912
9912
|
|
@@ -9958,12 +9958,12 @@ function create_default_slot$2(ctx) {
|
|
9958
9958
|
};
|
9959
9959
|
}
|
9960
9960
|
|
9961
|
-
function create_fragment$
|
9961
|
+
function create_fragment$F(ctx) {
|
9962
9962
|
let div;
|
9963
9963
|
let button;
|
9964
9964
|
let current;
|
9965
9965
|
|
9966
|
-
button = new Button({
|
9966
|
+
button = new Button$1({
|
9967
9967
|
props: {
|
9968
9968
|
onClick: /*onClick*/ ctx[0],
|
9969
9969
|
style: /*_style*/ ctx[2],
|
@@ -10012,7 +10012,7 @@ function create_fragment$8(ctx) {
|
|
10012
10012
|
};
|
10013
10013
|
}
|
10014
10014
|
|
10015
|
-
function instance$
|
10015
|
+
function instance$F($$self, $$props, $$invalidate) {
|
10016
10016
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10017
10017
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10018
10018
|
let { eventName = '' } = $$props;
|
@@ -10031,18 +10031,18 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
10031
10031
|
class Box extends SvelteComponent {
|
10032
10032
|
constructor(options) {
|
10033
10033
|
super();
|
10034
|
-
init(this, options, instance$
|
10034
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$8);
|
10035
10035
|
}
|
10036
10036
|
}
|
10037
10037
|
|
10038
10038
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10039
10039
|
|
10040
|
-
function add_css$
|
10040
|
+
function add_css$7(target) {
|
10041
10041
|
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)}");
|
10042
10042
|
}
|
10043
10043
|
|
10044
10044
|
// (56:4) {#if svg}
|
10045
|
-
function create_if_block(ctx) {
|
10045
|
+
function create_if_block$4(ctx) {
|
10046
10046
|
let html_tag;
|
10047
10047
|
let html_anchor;
|
10048
10048
|
|
@@ -10069,7 +10069,7 @@ function create_if_block(ctx) {
|
|
10069
10069
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10070
10070
|
function create_default_slot$1(ctx) {
|
10071
10071
|
let if_block_anchor;
|
10072
|
-
let if_block = /*svg*/ ctx[3] && create_if_block(ctx);
|
10072
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$4(ctx);
|
10073
10073
|
|
10074
10074
|
return {
|
10075
10075
|
c() {
|
@@ -10085,7 +10085,7 @@ function create_default_slot$1(ctx) {
|
|
10085
10085
|
if (if_block) {
|
10086
10086
|
if_block.p(ctx, dirty);
|
10087
10087
|
} else {
|
10088
|
-
if_block = create_if_block(ctx);
|
10088
|
+
if_block = create_if_block$4(ctx);
|
10089
10089
|
if_block.c();
|
10090
10090
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10091
10091
|
}
|
@@ -10101,12 +10101,12 @@ function create_default_slot$1(ctx) {
|
|
10101
10101
|
};
|
10102
10102
|
}
|
10103
10103
|
|
10104
|
-
function create_fragment$
|
10104
|
+
function create_fragment$E(ctx) {
|
10105
10105
|
let div;
|
10106
10106
|
let button;
|
10107
10107
|
let current;
|
10108
10108
|
|
10109
|
-
button = new Button({
|
10109
|
+
button = new Button$1({
|
10110
10110
|
props: {
|
10111
10111
|
onClick: /*onClick*/ ctx[0],
|
10112
10112
|
style: /*style*/ ctx[2],
|
@@ -10162,7 +10162,7 @@ function parseData(dataUrl) {
|
|
10162
10162
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10163
10163
|
}
|
10164
10164
|
|
10165
|
-
function instance$
|
10165
|
+
function instance$E($$self, $$props, $$invalidate) {
|
10166
10166
|
let svg;
|
10167
10167
|
let styleVariables;
|
10168
10168
|
let style;
|
@@ -10210,8 +10210,8 @@ class IconElement extends SvelteComponent {
|
|
10210
10210
|
init(
|
10211
10211
|
this,
|
10212
10212
|
options,
|
10213
|
-
instance$
|
10214
|
-
create_fragment$
|
10213
|
+
instance$E,
|
10214
|
+
create_fragment$E,
|
10215
10215
|
safe_not_equal,
|
10216
10216
|
{
|
10217
10217
|
icon: 4,
|
@@ -10221,18 +10221,18 @@ class IconElement extends SvelteComponent {
|
|
10221
10221
|
color: 6,
|
10222
10222
|
_style: 7
|
10223
10223
|
},
|
10224
|
-
add_css$
|
10224
|
+
add_css$7
|
10225
10225
|
);
|
10226
10226
|
}
|
10227
10227
|
}
|
10228
10228
|
|
10229
10229
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10230
10230
|
|
10231
|
-
function add_css$
|
10231
|
+
function add_css$6(target) {
|
10232
10232
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10233
10233
|
}
|
10234
10234
|
|
10235
|
-
function create_fragment$
|
10235
|
+
function create_fragment$D(ctx) {
|
10236
10236
|
let div;
|
10237
10237
|
let switch_instance;
|
10238
10238
|
let current;
|
@@ -10312,7 +10312,7 @@ function create_fragment$6(ctx) {
|
|
10312
10312
|
};
|
10313
10313
|
}
|
10314
10314
|
|
10315
|
-
function instance$
|
10315
|
+
function instance$D($$self, $$props, $$invalidate) {
|
10316
10316
|
let $data,
|
10317
10317
|
$$unsubscribe_data = noop,
|
10318
10318
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10337,17 +10337,17 @@ function instance$6($$self, $$props, $$invalidate) {
|
|
10337
10337
|
class CodeElement extends SvelteComponent {
|
10338
10338
|
constructor(options) {
|
10339
10339
|
super();
|
10340
|
-
init(this, options, instance$
|
10340
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$6);
|
10341
10341
|
}
|
10342
10342
|
}
|
10343
10343
|
|
10344
10344
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10345
10345
|
|
10346
|
-
function add_css$
|
10346
|
+
function add_css$5(target) {
|
10347
10347
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10348
10348
|
}
|
10349
10349
|
|
10350
|
-
function create_fragment$
|
10350
|
+
function create_fragment$C(ctx) {
|
10351
10351
|
let div;
|
10352
10352
|
let div_style_value;
|
10353
10353
|
let current;
|
@@ -10412,7 +10412,7 @@ function getFlexContext() {
|
|
10412
10412
|
return getContext(FlexContextKey);
|
10413
10413
|
}
|
10414
10414
|
|
10415
|
-
function instance$
|
10415
|
+
function instance$C($$self, $$props, $$invalidate) {
|
10416
10416
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10417
10417
|
let { direction = 'row' } = $$props;
|
10418
10418
|
let { width = '100%' } = $$props;
|
@@ -10438,8 +10438,8 @@ class Flex extends SvelteComponent {
|
|
10438
10438
|
init(
|
10439
10439
|
this,
|
10440
10440
|
options,
|
10441
|
-
instance$
|
10442
|
-
create_fragment$
|
10441
|
+
instance$C,
|
10442
|
+
create_fragment$C,
|
10443
10443
|
safe_not_equal,
|
10444
10444
|
{
|
10445
10445
|
direction: 0,
|
@@ -10447,18 +10447,18 @@ class Flex extends SvelteComponent {
|
|
10447
10447
|
height: 2,
|
10448
10448
|
_style: 3
|
10449
10449
|
},
|
10450
|
-
add_css$
|
10450
|
+
add_css$5
|
10451
10451
|
);
|
10452
10452
|
}
|
10453
10453
|
}
|
10454
10454
|
|
10455
10455
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10456
10456
|
|
10457
|
-
function add_css$
|
10457
|
+
function add_css$4(target) {
|
10458
10458
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10459
10459
|
}
|
10460
10460
|
|
10461
|
-
function create_fragment$
|
10461
|
+
function create_fragment$B(ctx) {
|
10462
10462
|
let div;
|
10463
10463
|
let current;
|
10464
10464
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10516,7 +10516,7 @@ function create_fragment$4(ctx) {
|
|
10516
10516
|
};
|
10517
10517
|
}
|
10518
10518
|
|
10519
|
-
function instance$
|
10519
|
+
function instance$B($$self, $$props, $$invalidate) {
|
10520
10520
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10521
10521
|
let { length } = $$props;
|
10522
10522
|
let { _style = '' } = $$props;
|
@@ -10559,7 +10559,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
10559
10559
|
class FlexItem extends SvelteComponent {
|
10560
10560
|
constructor(options) {
|
10561
10561
|
super();
|
10562
|
-
init(this, options, instance$
|
10562
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { length: 1, _style: 2 }, add_css$4);
|
10563
10563
|
}
|
10564
10564
|
}
|
10565
10565
|
|
@@ -10734,7 +10734,7 @@ function create_default_slot(ctx) {
|
|
10734
10734
|
};
|
10735
10735
|
}
|
10736
10736
|
|
10737
|
-
function create_fragment$
|
10737
|
+
function create_fragment$A(ctx) {
|
10738
10738
|
let stateitem;
|
10739
10739
|
let current;
|
10740
10740
|
|
@@ -10779,7 +10779,7 @@ function create_fragment$3(ctx) {
|
|
10779
10779
|
};
|
10780
10780
|
}
|
10781
10781
|
|
10782
|
-
function instance$
|
10782
|
+
function instance$A($$self, $$props, $$invalidate) {
|
10783
10783
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10784
10784
|
let { path } = $$props;
|
10785
10785
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10850,7 +10850,7 @@ class GridModalState extends SvelteComponent {
|
|
10850
10850
|
constructor(options) {
|
10851
10851
|
super();
|
10852
10852
|
|
10853
|
-
init(this, options, instance$
|
10853
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, {
|
10854
10854
|
path: 0,
|
10855
10855
|
onClick: 1,
|
10856
10856
|
clickEventName: 2,
|
@@ -10875,11 +10875,11 @@ class GridModalState extends SvelteComponent {
|
|
10875
10875
|
|
10876
10876
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10877
10877
|
|
10878
|
-
function add_css$
|
10878
|
+
function add_css$3(target) {
|
10879
10879
|
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%}");
|
10880
10880
|
}
|
10881
10881
|
|
10882
|
-
function create_fragment$
|
10882
|
+
function create_fragment$z(ctx) {
|
10883
10883
|
let div1;
|
10884
10884
|
let div0;
|
10885
10885
|
let rendertext;
|
@@ -10931,7 +10931,7 @@ function create_fragment$2(ctx) {
|
|
10931
10931
|
};
|
10932
10932
|
}
|
10933
10933
|
|
10934
|
-
function instance$
|
10934
|
+
function instance$z($$self, $$props, $$invalidate) {
|
10935
10935
|
let style;
|
10936
10936
|
let { text = 'サンプルSample' } = $$props;
|
10937
10937
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10967,8 +10967,8 @@ class TextBlock extends SvelteComponent {
|
|
10967
10967
|
init(
|
10968
10968
|
this,
|
10969
10969
|
options,
|
10970
|
-
instance$
|
10971
|
-
create_fragment$
|
10970
|
+
instance$z,
|
10971
|
+
create_fragment$z,
|
10972
10972
|
safe_not_equal,
|
10973
10973
|
{
|
10974
10974
|
text: 0,
|
@@ -10977,18 +10977,18 @@ class TextBlock extends SvelteComponent {
|
|
10977
10977
|
textDirection: 1,
|
10978
10978
|
_style: 5
|
10979
10979
|
},
|
10980
|
-
add_css$
|
10980
|
+
add_css$3
|
10981
10981
|
);
|
10982
10982
|
}
|
10983
10983
|
}
|
10984
10984
|
|
10985
10985
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10986
10986
|
|
10987
|
-
function add_css$
|
10987
|
+
function add_css$2(target) {
|
10988
10988
|
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)}");
|
10989
10989
|
}
|
10990
10990
|
|
10991
|
-
function create_fragment$
|
10991
|
+
function create_fragment$y(ctx) {
|
10992
10992
|
let div;
|
10993
10993
|
let button;
|
10994
10994
|
let rendertext;
|
@@ -11049,7 +11049,7 @@ function create_fragment$1(ctx) {
|
|
11049
11049
|
};
|
11050
11050
|
}
|
11051
11051
|
|
11052
|
-
function instance$
|
11052
|
+
function instance$y($$self, $$props, $$invalidate) {
|
11053
11053
|
let { text = 'ボタンラベル' } = $$props;
|
11054
11054
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11055
11055
|
|
@@ -11091,8 +11091,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11091
11091
|
init(
|
11092
11092
|
this,
|
11093
11093
|
options,
|
11094
|
-
instance$
|
11095
|
-
create_fragment$
|
11094
|
+
instance$y,
|
11095
|
+
create_fragment$y,
|
11096
11096
|
safe_not_equal,
|
11097
11097
|
{
|
11098
11098
|
text: 0,
|
@@ -11102,18 +11102,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11102
11102
|
_buttonStyle: 1,
|
11103
11103
|
_style: 2
|
11104
11104
|
},
|
11105
|
-
add_css$
|
11105
|
+
add_css$2
|
11106
11106
|
);
|
11107
11107
|
}
|
11108
11108
|
}
|
11109
11109
|
|
11110
11110
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11111
11111
|
|
11112
|
-
function add_css(target) {
|
11112
|
+
function add_css$1(target) {
|
11113
11113
|
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)}");
|
11114
11114
|
}
|
11115
11115
|
|
11116
|
-
function create_fragment(ctx) {
|
11116
|
+
function create_fragment$x(ctx) {
|
11117
11117
|
let div;
|
11118
11118
|
let img;
|
11119
11119
|
let img_style_value;
|
@@ -11176,7 +11176,7 @@ function create_fragment(ctx) {
|
|
11176
11176
|
};
|
11177
11177
|
}
|
11178
11178
|
|
11179
|
-
function instance($$self, $$props, $$invalidate) {
|
11179
|
+
function instance$x($$self, $$props, $$invalidate) {
|
11180
11180
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11181
11181
|
let { alt = 'No Image' } = $$props;
|
11182
11182
|
let { transport = false } = $$props;
|
@@ -11216,8 +11216,8 @@ class ImageBlock extends SvelteComponent {
|
|
11216
11216
|
init(
|
11217
11217
|
this,
|
11218
11218
|
options,
|
11219
|
-
instance,
|
11220
|
-
create_fragment,
|
11219
|
+
instance$x,
|
11220
|
+
create_fragment$x,
|
11221
11221
|
safe_not_equal,
|
11222
11222
|
{
|
11223
11223
|
src: 0,
|
@@ -11229,9 +11229,2447 @@ class ImageBlock extends SvelteComponent {
|
|
11229
11229
|
_imageStyle: 4,
|
11230
11230
|
_style: 5
|
11231
11231
|
},
|
11232
|
-
add_css
|
11232
|
+
add_css$1
|
11233
11233
|
);
|
11234
11234
|
}
|
11235
11235
|
}
|
11236
11236
|
|
11237
|
-
|
11237
|
+
/* src/components-v2/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11238
|
+
|
11239
|
+
function create_fragment$w(ctx) {
|
11240
|
+
let svg;
|
11241
|
+
let path;
|
11242
|
+
|
11243
|
+
return {
|
11244
|
+
c() {
|
11245
|
+
svg = svg_element("svg");
|
11246
|
+
path = svg_element("path");
|
11247
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11248
|
+
attr(path, "d", "M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z");
|
11249
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11250
|
+
set_style(svg, "width", "100%");
|
11251
|
+
set_style(svg, "height", "100%");
|
11252
|
+
attr(svg, "viewBox", "0 0 384 512");
|
11253
|
+
},
|
11254
|
+
m(target, anchor) {
|
11255
|
+
insert(target, svg, anchor);
|
11256
|
+
append(svg, path);
|
11257
|
+
},
|
11258
|
+
p(ctx, [dirty]) {
|
11259
|
+
if (dirty & /*color*/ 1) {
|
11260
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11261
|
+
}
|
11262
|
+
},
|
11263
|
+
i: noop,
|
11264
|
+
o: noop,
|
11265
|
+
d(detaching) {
|
11266
|
+
if (detaching) detach(svg);
|
11267
|
+
}
|
11268
|
+
};
|
11269
|
+
}
|
11270
|
+
|
11271
|
+
function instance$w($$self, $$props, $$invalidate) {
|
11272
|
+
let { color } = $$props;
|
11273
|
+
|
11274
|
+
$$self.$$set = $$props => {
|
11275
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11276
|
+
};
|
11277
|
+
|
11278
|
+
return [color];
|
11279
|
+
}
|
11280
|
+
|
11281
|
+
class IconArrowDown extends SvelteComponent {
|
11282
|
+
constructor(options) {
|
11283
|
+
super();
|
11284
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
11285
|
+
}
|
11286
|
+
}
|
11287
|
+
|
11288
|
+
/* src/components-v2/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
11289
|
+
|
11290
|
+
function create_fragment$v(ctx) {
|
11291
|
+
let svg;
|
11292
|
+
let path;
|
11293
|
+
|
11294
|
+
return {
|
11295
|
+
c() {
|
11296
|
+
svg = svg_element("svg");
|
11297
|
+
path = svg_element("path");
|
11298
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11299
|
+
attr(path, "d", "M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z");
|
11300
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11301
|
+
set_style(svg, "width", "100%");
|
11302
|
+
set_style(svg, "height", "100%");
|
11303
|
+
attr(svg, "viewBox", "0 0 384 512");
|
11304
|
+
},
|
11305
|
+
m(target, anchor) {
|
11306
|
+
insert(target, svg, anchor);
|
11307
|
+
append(svg, path);
|
11308
|
+
},
|
11309
|
+
p(ctx, [dirty]) {
|
11310
|
+
if (dirty & /*color*/ 1) {
|
11311
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11312
|
+
}
|
11313
|
+
},
|
11314
|
+
i: noop,
|
11315
|
+
o: noop,
|
11316
|
+
d(detaching) {
|
11317
|
+
if (detaching) detach(svg);
|
11318
|
+
}
|
11319
|
+
};
|
11320
|
+
}
|
11321
|
+
|
11322
|
+
function instance$v($$self, $$props, $$invalidate) {
|
11323
|
+
let { color } = $$props;
|
11324
|
+
|
11325
|
+
$$self.$$set = $$props => {
|
11326
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11327
|
+
};
|
11328
|
+
|
11329
|
+
return [color];
|
11330
|
+
}
|
11331
|
+
|
11332
|
+
class IconArrowUp extends SvelteComponent {
|
11333
|
+
constructor(options) {
|
11334
|
+
super();
|
11335
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
11336
|
+
}
|
11337
|
+
}
|
11338
|
+
|
11339
|
+
/* src/components-v2/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
11340
|
+
|
11341
|
+
function create_fragment$u(ctx) {
|
11342
|
+
let svg;
|
11343
|
+
let path;
|
11344
|
+
|
11345
|
+
return {
|
11346
|
+
c() {
|
11347
|
+
svg = svg_element("svg");
|
11348
|
+
path = svg_element("path");
|
11349
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11350
|
+
attr(path, "d", "M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z");
|
11351
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11352
|
+
set_style(svg, "width", "100%");
|
11353
|
+
set_style(svg, "height", "100%");
|
11354
|
+
attr(svg, "viewBox", "0 0 640 512");
|
11355
|
+
},
|
11356
|
+
m(target, anchor) {
|
11357
|
+
insert(target, svg, anchor);
|
11358
|
+
append(svg, path);
|
11359
|
+
},
|
11360
|
+
p(ctx, [dirty]) {
|
11361
|
+
if (dirty & /*color*/ 1) {
|
11362
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11363
|
+
}
|
11364
|
+
},
|
11365
|
+
i: noop,
|
11366
|
+
o: noop,
|
11367
|
+
d(detaching) {
|
11368
|
+
if (detaching) detach(svg);
|
11369
|
+
}
|
11370
|
+
};
|
11371
|
+
}
|
11372
|
+
|
11373
|
+
function instance$u($$self, $$props, $$invalidate) {
|
11374
|
+
let { color } = $$props;
|
11375
|
+
|
11376
|
+
$$self.$$set = $$props => {
|
11377
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11378
|
+
};
|
11379
|
+
|
11380
|
+
return [color];
|
11381
|
+
}
|
11382
|
+
|
11383
|
+
class IconUsers extends SvelteComponent {
|
11384
|
+
constructor(options) {
|
11385
|
+
super();
|
11386
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
11387
|
+
}
|
11388
|
+
}
|
11389
|
+
|
11390
|
+
/* src/components-v2/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
11391
|
+
|
11392
|
+
function create_fragment$t(ctx) {
|
11393
|
+
let svg;
|
11394
|
+
let path;
|
11395
|
+
|
11396
|
+
return {
|
11397
|
+
c() {
|
11398
|
+
svg = svg_element("svg");
|
11399
|
+
path = svg_element("path");
|
11400
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11401
|
+
attr(path, "d", "M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z");
|
11402
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11403
|
+
set_style(svg, "width", "100%");
|
11404
|
+
set_style(svg, "height", "100%");
|
11405
|
+
attr(svg, "viewBox", "0 0 448 512");
|
11406
|
+
},
|
11407
|
+
m(target, anchor) {
|
11408
|
+
insert(target, svg, anchor);
|
11409
|
+
append(svg, path);
|
11410
|
+
},
|
11411
|
+
p(ctx, [dirty]) {
|
11412
|
+
if (dirty & /*color*/ 1) {
|
11413
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11414
|
+
}
|
11415
|
+
},
|
11416
|
+
i: noop,
|
11417
|
+
o: noop,
|
11418
|
+
d(detaching) {
|
11419
|
+
if (detaching) detach(svg);
|
11420
|
+
}
|
11421
|
+
};
|
11422
|
+
}
|
11423
|
+
|
11424
|
+
function instance$t($$self, $$props, $$invalidate) {
|
11425
|
+
let { color } = $$props;
|
11426
|
+
|
11427
|
+
$$self.$$set = $$props => {
|
11428
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11429
|
+
};
|
11430
|
+
|
11431
|
+
return [color];
|
11432
|
+
}
|
11433
|
+
|
11434
|
+
class IconArrowLeft extends SvelteComponent {
|
11435
|
+
constructor(options) {
|
11436
|
+
super();
|
11437
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
11438
|
+
}
|
11439
|
+
}
|
11440
|
+
|
11441
|
+
/* src/components-v2/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
11442
|
+
|
11443
|
+
function create_fragment$s(ctx) {
|
11444
|
+
let svg;
|
11445
|
+
let path;
|
11446
|
+
|
11447
|
+
return {
|
11448
|
+
c() {
|
11449
|
+
svg = svg_element("svg");
|
11450
|
+
path = svg_element("path");
|
11451
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11452
|
+
attr(path, "d", "M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z");
|
11453
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11454
|
+
set_style(svg, "width", "100%");
|
11455
|
+
set_style(svg, "height", "100%");
|
11456
|
+
attr(svg, "viewBox", "0 0 448 512");
|
11457
|
+
},
|
11458
|
+
m(target, anchor) {
|
11459
|
+
insert(target, svg, anchor);
|
11460
|
+
append(svg, path);
|
11461
|
+
},
|
11462
|
+
p(ctx, [dirty]) {
|
11463
|
+
if (dirty & /*color*/ 1) {
|
11464
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11465
|
+
}
|
11466
|
+
},
|
11467
|
+
i: noop,
|
11468
|
+
o: noop,
|
11469
|
+
d(detaching) {
|
11470
|
+
if (detaching) detach(svg);
|
11471
|
+
}
|
11472
|
+
};
|
11473
|
+
}
|
11474
|
+
|
11475
|
+
function instance$s($$self, $$props, $$invalidate) {
|
11476
|
+
let { color } = $$props;
|
11477
|
+
|
11478
|
+
$$self.$$set = $$props => {
|
11479
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11480
|
+
};
|
11481
|
+
|
11482
|
+
return [color];
|
11483
|
+
}
|
11484
|
+
|
11485
|
+
class IconArrowRight extends SvelteComponent {
|
11486
|
+
constructor(options) {
|
11487
|
+
super();
|
11488
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
11489
|
+
}
|
11490
|
+
}
|
11491
|
+
|
11492
|
+
/* src/components-v2/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
11493
|
+
|
11494
|
+
function create_fragment$r(ctx) {
|
11495
|
+
let svg;
|
11496
|
+
let path;
|
11497
|
+
|
11498
|
+
return {
|
11499
|
+
c() {
|
11500
|
+
svg = svg_element("svg");
|
11501
|
+
path = svg_element("path");
|
11502
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11503
|
+
attr(path, "d", "M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z");
|
11504
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11505
|
+
set_style(svg, "width", "100%");
|
11506
|
+
set_style(svg, "height", "100%");
|
11507
|
+
attr(svg, "viewBox", "0 0 448 512");
|
11508
|
+
},
|
11509
|
+
m(target, anchor) {
|
11510
|
+
insert(target, svg, anchor);
|
11511
|
+
append(svg, path);
|
11512
|
+
},
|
11513
|
+
p(ctx, [dirty]) {
|
11514
|
+
if (dirty & /*color*/ 1) {
|
11515
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11516
|
+
}
|
11517
|
+
},
|
11518
|
+
i: noop,
|
11519
|
+
o: noop,
|
11520
|
+
d(detaching) {
|
11521
|
+
if (detaching) detach(svg);
|
11522
|
+
}
|
11523
|
+
};
|
11524
|
+
}
|
11525
|
+
|
11526
|
+
function instance$r($$self, $$props, $$invalidate) {
|
11527
|
+
let { color } = $$props;
|
11528
|
+
|
11529
|
+
$$self.$$set = $$props => {
|
11530
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11531
|
+
};
|
11532
|
+
|
11533
|
+
return [color];
|
11534
|
+
}
|
11535
|
+
|
11536
|
+
class IconBell extends SvelteComponent {
|
11537
|
+
constructor(options) {
|
11538
|
+
super();
|
11539
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
11540
|
+
}
|
11541
|
+
}
|
11542
|
+
|
11543
|
+
/* src/components-v2/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
11544
|
+
|
11545
|
+
function create_fragment$q(ctx) {
|
11546
|
+
let svg;
|
11547
|
+
let path;
|
11548
|
+
|
11549
|
+
return {
|
11550
|
+
c() {
|
11551
|
+
svg = svg_element("svg");
|
11552
|
+
path = svg_element("path");
|
11553
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11554
|
+
attr(path, "d", "M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z");
|
11555
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11556
|
+
set_style(svg, "width", "100%");
|
11557
|
+
set_style(svg, "height", "100%");
|
11558
|
+
attr(svg, "viewBox", "0 0 512 512");
|
11559
|
+
},
|
11560
|
+
m(target, anchor) {
|
11561
|
+
insert(target, svg, anchor);
|
11562
|
+
append(svg, path);
|
11563
|
+
},
|
11564
|
+
p(ctx, [dirty]) {
|
11565
|
+
if (dirty & /*color*/ 1) {
|
11566
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11567
|
+
}
|
11568
|
+
},
|
11569
|
+
i: noop,
|
11570
|
+
o: noop,
|
11571
|
+
d(detaching) {
|
11572
|
+
if (detaching) detach(svg);
|
11573
|
+
}
|
11574
|
+
};
|
11575
|
+
}
|
11576
|
+
|
11577
|
+
function instance$q($$self, $$props, $$invalidate) {
|
11578
|
+
let { color } = $$props;
|
11579
|
+
|
11580
|
+
$$self.$$set = $$props => {
|
11581
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11582
|
+
};
|
11583
|
+
|
11584
|
+
return [color];
|
11585
|
+
}
|
11586
|
+
|
11587
|
+
class IconArrowUpFromSquare extends SvelteComponent {
|
11588
|
+
constructor(options) {
|
11589
|
+
super();
|
11590
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
11591
|
+
}
|
11592
|
+
}
|
11593
|
+
|
11594
|
+
/* src/components-v2/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
11595
|
+
|
11596
|
+
function create_fragment$p(ctx) {
|
11597
|
+
let svg;
|
11598
|
+
let path;
|
11599
|
+
|
11600
|
+
return {
|
11601
|
+
c() {
|
11602
|
+
svg = svg_element("svg");
|
11603
|
+
path = svg_element("path");
|
11604
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11605
|
+
attr(path, "d", "M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z");
|
11606
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11607
|
+
set_style(svg, "width", "100%");
|
11608
|
+
set_style(svg, "height", "100%");
|
11609
|
+
attr(svg, "viewBox", "0 0 576 512");
|
11610
|
+
},
|
11611
|
+
m(target, anchor) {
|
11612
|
+
insert(target, svg, anchor);
|
11613
|
+
append(svg, path);
|
11614
|
+
},
|
11615
|
+
p(ctx, [dirty]) {
|
11616
|
+
if (dirty & /*color*/ 1) {
|
11617
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11618
|
+
}
|
11619
|
+
},
|
11620
|
+
i: noop,
|
11621
|
+
o: noop,
|
11622
|
+
d(detaching) {
|
11623
|
+
if (detaching) detach(svg);
|
11624
|
+
}
|
11625
|
+
};
|
11626
|
+
}
|
11627
|
+
|
11628
|
+
function instance$p($$self, $$props, $$invalidate) {
|
11629
|
+
let { color } = $$props;
|
11630
|
+
|
11631
|
+
$$self.$$set = $$props => {
|
11632
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11633
|
+
};
|
11634
|
+
|
11635
|
+
return [color];
|
11636
|
+
}
|
11637
|
+
|
11638
|
+
class IconTicket extends SvelteComponent {
|
11639
|
+
constructor(options) {
|
11640
|
+
super();
|
11641
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
11642
|
+
}
|
11643
|
+
}
|
11644
|
+
|
11645
|
+
/* src/components-v2/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
11646
|
+
|
11647
|
+
function create_fragment$o(ctx) {
|
11648
|
+
let svg;
|
11649
|
+
let path;
|
11650
|
+
|
11651
|
+
return {
|
11652
|
+
c() {
|
11653
|
+
svg = svg_element("svg");
|
11654
|
+
path = svg_element("path");
|
11655
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11656
|
+
attr(path, "d", "M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z");
|
11657
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11658
|
+
set_style(svg, "width", "100%");
|
11659
|
+
set_style(svg, "height", "100%");
|
11660
|
+
attr(svg, "viewBox", "0 0 640 512");
|
11661
|
+
},
|
11662
|
+
m(target, anchor) {
|
11663
|
+
insert(target, svg, anchor);
|
11664
|
+
append(svg, path);
|
11665
|
+
},
|
11666
|
+
p(ctx, [dirty]) {
|
11667
|
+
if (dirty & /*color*/ 1) {
|
11668
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11669
|
+
}
|
11670
|
+
},
|
11671
|
+
i: noop,
|
11672
|
+
o: noop,
|
11673
|
+
d(detaching) {
|
11674
|
+
if (detaching) detach(svg);
|
11675
|
+
}
|
11676
|
+
};
|
11677
|
+
}
|
11678
|
+
|
11679
|
+
function instance$o($$self, $$props, $$invalidate) {
|
11680
|
+
let { color } = $$props;
|
11681
|
+
|
11682
|
+
$$self.$$set = $$props => {
|
11683
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11684
|
+
};
|
11685
|
+
|
11686
|
+
return [color];
|
11687
|
+
}
|
11688
|
+
|
11689
|
+
class IconTrack extends SvelteComponent {
|
11690
|
+
constructor(options) {
|
11691
|
+
super();
|
11692
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
11693
|
+
}
|
11694
|
+
}
|
11695
|
+
|
11696
|
+
/* src/components-v2/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
11697
|
+
|
11698
|
+
function create_fragment$n(ctx) {
|
11699
|
+
let svg;
|
11700
|
+
let path;
|
11701
|
+
|
11702
|
+
return {
|
11703
|
+
c() {
|
11704
|
+
svg = svg_element("svg");
|
11705
|
+
path = svg_element("path");
|
11706
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11707
|
+
attr(path, "d", "M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z");
|
11708
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11709
|
+
set_style(svg, "width", "100%");
|
11710
|
+
set_style(svg, "height", "100%");
|
11711
|
+
attr(svg, "viewBox", "0 0 576 512");
|
11712
|
+
},
|
11713
|
+
m(target, anchor) {
|
11714
|
+
insert(target, svg, anchor);
|
11715
|
+
append(svg, path);
|
11716
|
+
},
|
11717
|
+
p(ctx, [dirty]) {
|
11718
|
+
if (dirty & /*color*/ 1) {
|
11719
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11720
|
+
}
|
11721
|
+
},
|
11722
|
+
i: noop,
|
11723
|
+
o: noop,
|
11724
|
+
d(detaching) {
|
11725
|
+
if (detaching) detach(svg);
|
11726
|
+
}
|
11727
|
+
};
|
11728
|
+
}
|
11729
|
+
|
11730
|
+
function instance$n($$self, $$props, $$invalidate) {
|
11731
|
+
let { color } = $$props;
|
11732
|
+
|
11733
|
+
$$self.$$set = $$props => {
|
11734
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11735
|
+
};
|
11736
|
+
|
11737
|
+
return [color];
|
11738
|
+
}
|
11739
|
+
|
11740
|
+
class IconCartShopping extends SvelteComponent {
|
11741
|
+
constructor(options) {
|
11742
|
+
super();
|
11743
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
11744
|
+
}
|
11745
|
+
}
|
11746
|
+
|
11747
|
+
/* src/components-v2/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
11748
|
+
|
11749
|
+
function create_fragment$m(ctx) {
|
11750
|
+
let svg;
|
11751
|
+
let path;
|
11752
|
+
|
11753
|
+
return {
|
11754
|
+
c() {
|
11755
|
+
svg = svg_element("svg");
|
11756
|
+
path = svg_element("path");
|
11757
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11758
|
+
attr(path, "d", "M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512z");
|
11759
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11760
|
+
set_style(svg, "width", "100%");
|
11761
|
+
set_style(svg, "height", "100%");
|
11762
|
+
attr(svg, "viewBox", "0 0 512 512");
|
11763
|
+
},
|
11764
|
+
m(target, anchor) {
|
11765
|
+
insert(target, svg, anchor);
|
11766
|
+
append(svg, path);
|
11767
|
+
},
|
11768
|
+
p(ctx, [dirty]) {
|
11769
|
+
if (dirty & /*color*/ 1) {
|
11770
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11771
|
+
}
|
11772
|
+
},
|
11773
|
+
i: noop,
|
11774
|
+
o: noop,
|
11775
|
+
d(detaching) {
|
11776
|
+
if (detaching) detach(svg);
|
11777
|
+
}
|
11778
|
+
};
|
11779
|
+
}
|
11780
|
+
|
11781
|
+
function instance$m($$self, $$props, $$invalidate) {
|
11782
|
+
let { color } = $$props;
|
11783
|
+
|
11784
|
+
$$self.$$set = $$props => {
|
11785
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11786
|
+
};
|
11787
|
+
|
11788
|
+
return [color];
|
11789
|
+
}
|
11790
|
+
|
11791
|
+
class IconCircle extends SvelteComponent {
|
11792
|
+
constructor(options) {
|
11793
|
+
super();
|
11794
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
11795
|
+
}
|
11796
|
+
}
|
11797
|
+
|
11798
|
+
/* src/components-v2/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
11799
|
+
|
11800
|
+
function create_fragment$l(ctx) {
|
11801
|
+
let svg;
|
11802
|
+
let path;
|
11803
|
+
|
11804
|
+
return {
|
11805
|
+
c() {
|
11806
|
+
svg = svg_element("svg");
|
11807
|
+
path = svg_element("path");
|
11808
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11809
|
+
attr(path, "d", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z");
|
11810
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11811
|
+
set_style(svg, "width", "100%");
|
11812
|
+
set_style(svg, "height", "100%");
|
11813
|
+
attr(svg, "viewBox", "0 0 512 512");
|
11814
|
+
},
|
11815
|
+
m(target, anchor) {
|
11816
|
+
insert(target, svg, anchor);
|
11817
|
+
append(svg, path);
|
11818
|
+
},
|
11819
|
+
p(ctx, [dirty]) {
|
11820
|
+
if (dirty & /*color*/ 1) {
|
11821
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11822
|
+
}
|
11823
|
+
},
|
11824
|
+
i: noop,
|
11825
|
+
o: noop,
|
11826
|
+
d(detaching) {
|
11827
|
+
if (detaching) detach(svg);
|
11828
|
+
}
|
11829
|
+
};
|
11830
|
+
}
|
11831
|
+
|
11832
|
+
function instance$l($$self, $$props, $$invalidate) {
|
11833
|
+
let { color } = $$props;
|
11834
|
+
|
11835
|
+
$$self.$$set = $$props => {
|
11836
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11837
|
+
};
|
11838
|
+
|
11839
|
+
return [color];
|
11840
|
+
}
|
11841
|
+
|
11842
|
+
class IconCircleQuestion extends SvelteComponent {
|
11843
|
+
constructor(options) {
|
11844
|
+
super();
|
11845
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
11846
|
+
}
|
11847
|
+
}
|
11848
|
+
|
11849
|
+
/* src/components-v2/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
11850
|
+
|
11851
|
+
function create_fragment$k(ctx) {
|
11852
|
+
let svg;
|
11853
|
+
let path;
|
11854
|
+
|
11855
|
+
return {
|
11856
|
+
c() {
|
11857
|
+
svg = svg_element("svg");
|
11858
|
+
path = svg_element("path");
|
11859
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11860
|
+
attr(path, "d", "M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z");
|
11861
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11862
|
+
set_style(svg, "width", "100%");
|
11863
|
+
set_style(svg, "height", "100%");
|
11864
|
+
attr(svg, "viewBox", "0 0 512 512");
|
11865
|
+
},
|
11866
|
+
m(target, anchor) {
|
11867
|
+
insert(target, svg, anchor);
|
11868
|
+
append(svg, path);
|
11869
|
+
},
|
11870
|
+
p(ctx, [dirty]) {
|
11871
|
+
if (dirty & /*color*/ 1) {
|
11872
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11873
|
+
}
|
11874
|
+
},
|
11875
|
+
i: noop,
|
11876
|
+
o: noop,
|
11877
|
+
d(detaching) {
|
11878
|
+
if (detaching) detach(svg);
|
11879
|
+
}
|
11880
|
+
};
|
11881
|
+
}
|
11882
|
+
|
11883
|
+
function instance$k($$self, $$props, $$invalidate) {
|
11884
|
+
let { color } = $$props;
|
11885
|
+
|
11886
|
+
$$self.$$set = $$props => {
|
11887
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11888
|
+
};
|
11889
|
+
|
11890
|
+
return [color];
|
11891
|
+
}
|
11892
|
+
|
11893
|
+
class IconCheck extends SvelteComponent {
|
11894
|
+
constructor(options) {
|
11895
|
+
super();
|
11896
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
11897
|
+
}
|
11898
|
+
}
|
11899
|
+
|
11900
|
+
/* src/components-v2/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
11901
|
+
|
11902
|
+
function create_fragment$j(ctx) {
|
11903
|
+
let svg;
|
11904
|
+
let path;
|
11905
|
+
|
11906
|
+
return {
|
11907
|
+
c() {
|
11908
|
+
svg = svg_element("svg");
|
11909
|
+
path = svg_element("path");
|
11910
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11911
|
+
attr(path, "d", "M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z");
|
11912
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11913
|
+
set_style(svg, "width", "100%");
|
11914
|
+
set_style(svg, "height", "100%");
|
11915
|
+
attr(svg, "viewBox", "0 0 320 512");
|
11916
|
+
},
|
11917
|
+
m(target, anchor) {
|
11918
|
+
insert(target, svg, anchor);
|
11919
|
+
append(svg, path);
|
11920
|
+
},
|
11921
|
+
p(ctx, [dirty]) {
|
11922
|
+
if (dirty & /*color*/ 1) {
|
11923
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11924
|
+
}
|
11925
|
+
},
|
11926
|
+
i: noop,
|
11927
|
+
o: noop,
|
11928
|
+
d(detaching) {
|
11929
|
+
if (detaching) detach(svg);
|
11930
|
+
}
|
11931
|
+
};
|
11932
|
+
}
|
11933
|
+
|
11934
|
+
function instance$j($$self, $$props, $$invalidate) {
|
11935
|
+
let { color } = $$props;
|
11936
|
+
|
11937
|
+
$$self.$$set = $$props => {
|
11938
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11939
|
+
};
|
11940
|
+
|
11941
|
+
return [color];
|
11942
|
+
}
|
11943
|
+
|
11944
|
+
class IconXMark extends SvelteComponent {
|
11945
|
+
constructor(options) {
|
11946
|
+
super();
|
11947
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
11948
|
+
}
|
11949
|
+
}
|
11950
|
+
|
11951
|
+
/* src/components-v2/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
11952
|
+
|
11953
|
+
function create_fragment$i(ctx) {
|
11954
|
+
let svg;
|
11955
|
+
let path;
|
11956
|
+
|
11957
|
+
return {
|
11958
|
+
c() {
|
11959
|
+
svg = svg_element("svg");
|
11960
|
+
path = svg_element("path");
|
11961
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11962
|
+
attr(path, "d", "M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z");
|
11963
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11964
|
+
set_style(svg, "width", "100%");
|
11965
|
+
set_style(svg, "height", "100%");
|
11966
|
+
attr(svg, "viewBox", "0 0 512 512");
|
11967
|
+
},
|
11968
|
+
m(target, anchor) {
|
11969
|
+
insert(target, svg, anchor);
|
11970
|
+
append(svg, path);
|
11971
|
+
},
|
11972
|
+
p(ctx, [dirty]) {
|
11973
|
+
if (dirty & /*color*/ 1) {
|
11974
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11975
|
+
}
|
11976
|
+
},
|
11977
|
+
i: noop,
|
11978
|
+
o: noop,
|
11979
|
+
d(detaching) {
|
11980
|
+
if (detaching) detach(svg);
|
11981
|
+
}
|
11982
|
+
};
|
11983
|
+
}
|
11984
|
+
|
11985
|
+
function instance$i($$self, $$props, $$invalidate) {
|
11986
|
+
let { color } = $$props;
|
11987
|
+
|
11988
|
+
$$self.$$set = $$props => {
|
11989
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11990
|
+
};
|
11991
|
+
|
11992
|
+
return [color];
|
11993
|
+
}
|
11994
|
+
|
11995
|
+
class IconPaperPlane extends SvelteComponent {
|
11996
|
+
constructor(options) {
|
11997
|
+
super();
|
11998
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
11999
|
+
}
|
12000
|
+
}
|
12001
|
+
|
12002
|
+
/* src/components-v2/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12003
|
+
|
12004
|
+
function create_fragment$h(ctx) {
|
12005
|
+
let svg;
|
12006
|
+
let path;
|
12007
|
+
|
12008
|
+
return {
|
12009
|
+
c() {
|
12010
|
+
svg = svg_element("svg");
|
12011
|
+
path = svg_element("path");
|
12012
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12013
|
+
attr(path, "d", "M224 0c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224zM64 160c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64H64V224h64V160H64z");
|
12014
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12015
|
+
set_style(svg, "width", "100%");
|
12016
|
+
set_style(svg, "height", "100%");
|
12017
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12018
|
+
},
|
12019
|
+
m(target, anchor) {
|
12020
|
+
insert(target, svg, anchor);
|
12021
|
+
append(svg, path);
|
12022
|
+
},
|
12023
|
+
p(ctx, [dirty]) {
|
12024
|
+
if (dirty & /*color*/ 1) {
|
12025
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12026
|
+
}
|
12027
|
+
},
|
12028
|
+
i: noop,
|
12029
|
+
o: noop,
|
12030
|
+
d(detaching) {
|
12031
|
+
if (detaching) detach(svg);
|
12032
|
+
}
|
12033
|
+
};
|
12034
|
+
}
|
12035
|
+
|
12036
|
+
function instance$h($$self, $$props, $$invalidate) {
|
12037
|
+
let { color } = $$props;
|
12038
|
+
|
12039
|
+
$$self.$$set = $$props => {
|
12040
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12041
|
+
};
|
12042
|
+
|
12043
|
+
return [color];
|
12044
|
+
}
|
12045
|
+
|
12046
|
+
class IconCopy extends SvelteComponent {
|
12047
|
+
constructor(options) {
|
12048
|
+
super();
|
12049
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
12050
|
+
}
|
12051
|
+
}
|
12052
|
+
|
12053
|
+
/* src/components-v2/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12054
|
+
|
12055
|
+
function create_fragment$g(ctx) {
|
12056
|
+
let svg;
|
12057
|
+
let path;
|
12058
|
+
|
12059
|
+
return {
|
12060
|
+
c() {
|
12061
|
+
svg = svg_element("svg");
|
12062
|
+
path = svg_element("path");
|
12063
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12064
|
+
attr(path, "d", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z");
|
12065
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12066
|
+
set_style(svg, "width", "100%");
|
12067
|
+
set_style(svg, "height", "100%");
|
12068
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12069
|
+
},
|
12070
|
+
m(target, anchor) {
|
12071
|
+
insert(target, svg, anchor);
|
12072
|
+
append(svg, path);
|
12073
|
+
},
|
12074
|
+
p(ctx, [dirty]) {
|
12075
|
+
if (dirty & /*color*/ 1) {
|
12076
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12077
|
+
}
|
12078
|
+
},
|
12079
|
+
i: noop,
|
12080
|
+
o: noop,
|
12081
|
+
d(detaching) {
|
12082
|
+
if (detaching) detach(svg);
|
12083
|
+
}
|
12084
|
+
};
|
12085
|
+
}
|
12086
|
+
|
12087
|
+
function instance$g($$self, $$props, $$invalidate) {
|
12088
|
+
let { color } = $$props;
|
12089
|
+
|
12090
|
+
$$self.$$set = $$props => {
|
12091
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12092
|
+
};
|
12093
|
+
|
12094
|
+
return [color];
|
12095
|
+
}
|
12096
|
+
|
12097
|
+
class IconCircleXMark extends SvelteComponent {
|
12098
|
+
constructor(options) {
|
12099
|
+
super();
|
12100
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
12101
|
+
}
|
12102
|
+
}
|
12103
|
+
|
12104
|
+
/* src/components-v2/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12105
|
+
|
12106
|
+
function create_fragment$f(ctx) {
|
12107
|
+
let svg;
|
12108
|
+
let path;
|
12109
|
+
|
12110
|
+
return {
|
12111
|
+
c() {
|
12112
|
+
svg = svg_element("svg");
|
12113
|
+
path = svg_element("path");
|
12114
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12115
|
+
attr(path, "d", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z");
|
12116
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12117
|
+
set_style(svg, "width", "100%");
|
12118
|
+
set_style(svg, "height", "100%");
|
12119
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12120
|
+
},
|
12121
|
+
m(target, anchor) {
|
12122
|
+
insert(target, svg, anchor);
|
12123
|
+
append(svg, path);
|
12124
|
+
},
|
12125
|
+
p(ctx, [dirty]) {
|
12126
|
+
if (dirty & /*color*/ 1) {
|
12127
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12128
|
+
}
|
12129
|
+
},
|
12130
|
+
i: noop,
|
12131
|
+
o: noop,
|
12132
|
+
d(detaching) {
|
12133
|
+
if (detaching) detach(svg);
|
12134
|
+
}
|
12135
|
+
};
|
12136
|
+
}
|
12137
|
+
|
12138
|
+
function instance$f($$self, $$props, $$invalidate) {
|
12139
|
+
let { color } = $$props;
|
12140
|
+
|
12141
|
+
$$self.$$set = $$props => {
|
12142
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12143
|
+
};
|
12144
|
+
|
12145
|
+
return [color];
|
12146
|
+
}
|
12147
|
+
|
12148
|
+
class IconHeart extends SvelteComponent {
|
12149
|
+
constructor(options) {
|
12150
|
+
super();
|
12151
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
12152
|
+
}
|
12153
|
+
}
|
12154
|
+
|
12155
|
+
/* src/components-v2/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12156
|
+
|
12157
|
+
function create_fragment$e(ctx) {
|
12158
|
+
let svg;
|
12159
|
+
let path;
|
12160
|
+
|
12161
|
+
return {
|
12162
|
+
c() {
|
12163
|
+
svg = svg_element("svg");
|
12164
|
+
path = svg_element("path");
|
12165
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12166
|
+
attr(path, "d", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z");
|
12167
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12168
|
+
set_style(svg, "width", "100%");
|
12169
|
+
set_style(svg, "height", "100%");
|
12170
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12171
|
+
},
|
12172
|
+
m(target, anchor) {
|
12173
|
+
insert(target, svg, anchor);
|
12174
|
+
append(svg, path);
|
12175
|
+
},
|
12176
|
+
p(ctx, [dirty]) {
|
12177
|
+
if (dirty & /*color*/ 1) {
|
12178
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12179
|
+
}
|
12180
|
+
},
|
12181
|
+
i: noop,
|
12182
|
+
o: noop,
|
12183
|
+
d(detaching) {
|
12184
|
+
if (detaching) detach(svg);
|
12185
|
+
}
|
12186
|
+
};
|
12187
|
+
}
|
12188
|
+
|
12189
|
+
function instance$e($$self, $$props, $$invalidate) {
|
12190
|
+
let { color } = $$props;
|
12191
|
+
|
12192
|
+
$$self.$$set = $$props => {
|
12193
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12194
|
+
};
|
12195
|
+
|
12196
|
+
return [color];
|
12197
|
+
}
|
12198
|
+
|
12199
|
+
class IconMagnifyingGrass extends SvelteComponent {
|
12200
|
+
constructor(options) {
|
12201
|
+
super();
|
12202
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
12203
|
+
}
|
12204
|
+
}
|
12205
|
+
|
12206
|
+
/* src/components-v2/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12207
|
+
|
12208
|
+
function create_fragment$d(ctx) {
|
12209
|
+
let svg;
|
12210
|
+
let path;
|
12211
|
+
|
12212
|
+
return {
|
12213
|
+
c() {
|
12214
|
+
svg = svg_element("svg");
|
12215
|
+
path = svg_element("path");
|
12216
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12217
|
+
attr(path, "d", "M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z");
|
12218
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12219
|
+
set_style(svg, "width", "100%");
|
12220
|
+
set_style(svg, "height", "100%");
|
12221
|
+
attr(svg, "viewBox", "0 0 576 512");
|
12222
|
+
},
|
12223
|
+
m(target, anchor) {
|
12224
|
+
insert(target, svg, anchor);
|
12225
|
+
append(svg, path);
|
12226
|
+
},
|
12227
|
+
p(ctx, [dirty]) {
|
12228
|
+
if (dirty & /*color*/ 1) {
|
12229
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12230
|
+
}
|
12231
|
+
},
|
12232
|
+
i: noop,
|
12233
|
+
o: noop,
|
12234
|
+
d(detaching) {
|
12235
|
+
if (detaching) detach(svg);
|
12236
|
+
}
|
12237
|
+
};
|
12238
|
+
}
|
12239
|
+
|
12240
|
+
function instance$d($$self, $$props, $$invalidate) {
|
12241
|
+
let { color } = $$props;
|
12242
|
+
|
12243
|
+
$$self.$$set = $$props => {
|
12244
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12245
|
+
};
|
12246
|
+
|
12247
|
+
return [color];
|
12248
|
+
}
|
12249
|
+
|
12250
|
+
class IconStar extends SvelteComponent {
|
12251
|
+
constructor(options) {
|
12252
|
+
super();
|
12253
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
12254
|
+
}
|
12255
|
+
}
|
12256
|
+
|
12257
|
+
/* src/components-v2/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12258
|
+
|
12259
|
+
function create_fragment$c(ctx) {
|
12260
|
+
let svg;
|
12261
|
+
let path;
|
12262
|
+
|
12263
|
+
return {
|
12264
|
+
c() {
|
12265
|
+
svg = svg_element("svg");
|
12266
|
+
path = svg_element("path");
|
12267
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12268
|
+
attr(path, "d", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z");
|
12269
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12270
|
+
set_style(svg, "width", "100%");
|
12271
|
+
set_style(svg, "height", "100%");
|
12272
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12273
|
+
},
|
12274
|
+
m(target, anchor) {
|
12275
|
+
insert(target, svg, anchor);
|
12276
|
+
append(svg, path);
|
12277
|
+
},
|
12278
|
+
p(ctx, [dirty]) {
|
12279
|
+
if (dirty & /*color*/ 1) {
|
12280
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12281
|
+
}
|
12282
|
+
},
|
12283
|
+
i: noop,
|
12284
|
+
o: noop,
|
12285
|
+
d(detaching) {
|
12286
|
+
if (detaching) detach(svg);
|
12287
|
+
}
|
12288
|
+
};
|
12289
|
+
}
|
12290
|
+
|
12291
|
+
function instance$c($$self, $$props, $$invalidate) {
|
12292
|
+
let { color } = $$props;
|
12293
|
+
|
12294
|
+
$$self.$$set = $$props => {
|
12295
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12296
|
+
};
|
12297
|
+
|
12298
|
+
return [color];
|
12299
|
+
}
|
12300
|
+
|
12301
|
+
class IconCircleInfo extends SvelteComponent {
|
12302
|
+
constructor(options) {
|
12303
|
+
super();
|
12304
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
12305
|
+
}
|
12306
|
+
}
|
12307
|
+
|
12308
|
+
/* src/components-v2/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
12309
|
+
|
12310
|
+
function create_fragment$b(ctx) {
|
12311
|
+
let svg;
|
12312
|
+
let path;
|
12313
|
+
|
12314
|
+
return {
|
12315
|
+
c() {
|
12316
|
+
svg = svg_element("svg");
|
12317
|
+
path = svg_element("path");
|
12318
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12319
|
+
attr(path, "d", "M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z");
|
12320
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12321
|
+
set_style(svg, "width", "100%");
|
12322
|
+
set_style(svg, "height", "100%");
|
12323
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12324
|
+
},
|
12325
|
+
m(target, anchor) {
|
12326
|
+
insert(target, svg, anchor);
|
12327
|
+
append(svg, path);
|
12328
|
+
},
|
12329
|
+
p(ctx, [dirty]) {
|
12330
|
+
if (dirty & /*color*/ 1) {
|
12331
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12332
|
+
}
|
12333
|
+
},
|
12334
|
+
i: noop,
|
12335
|
+
o: noop,
|
12336
|
+
d(detaching) {
|
12337
|
+
if (detaching) detach(svg);
|
12338
|
+
}
|
12339
|
+
};
|
12340
|
+
}
|
12341
|
+
|
12342
|
+
function instance$b($$self, $$props, $$invalidate) {
|
12343
|
+
let { color } = $$props;
|
12344
|
+
|
12345
|
+
$$self.$$set = $$props => {
|
12346
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12347
|
+
};
|
12348
|
+
|
12349
|
+
return [color];
|
12350
|
+
}
|
12351
|
+
|
12352
|
+
class IconEnvelope extends SvelteComponent {
|
12353
|
+
constructor(options) {
|
12354
|
+
super();
|
12355
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
12356
|
+
}
|
12357
|
+
}
|
12358
|
+
|
12359
|
+
/* src/components-v2/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
12360
|
+
|
12361
|
+
function create_fragment$a(ctx) {
|
12362
|
+
let svg;
|
12363
|
+
let path;
|
12364
|
+
|
12365
|
+
return {
|
12366
|
+
c() {
|
12367
|
+
svg = svg_element("svg");
|
12368
|
+
path = svg_element("path");
|
12369
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12370
|
+
attr(path, "d", "M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z");
|
12371
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12372
|
+
set_style(svg, "width", "100%");
|
12373
|
+
set_style(svg, "height", "100%");
|
12374
|
+
attr(svg, "viewBox", "0 0 512 512");
|
12375
|
+
},
|
12376
|
+
m(target, anchor) {
|
12377
|
+
insert(target, svg, anchor);
|
12378
|
+
append(svg, path);
|
12379
|
+
},
|
12380
|
+
p(ctx, [dirty]) {
|
12381
|
+
if (dirty & /*color*/ 1) {
|
12382
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12383
|
+
}
|
12384
|
+
},
|
12385
|
+
i: noop,
|
12386
|
+
o: noop,
|
12387
|
+
d(detaching) {
|
12388
|
+
if (detaching) detach(svg);
|
12389
|
+
}
|
12390
|
+
};
|
12391
|
+
}
|
12392
|
+
|
12393
|
+
function instance$a($$self, $$props, $$invalidate) {
|
12394
|
+
let { color } = $$props;
|
12395
|
+
|
12396
|
+
$$self.$$set = $$props => {
|
12397
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12398
|
+
};
|
12399
|
+
|
12400
|
+
return [color];
|
12401
|
+
}
|
12402
|
+
|
12403
|
+
class IconGift extends SvelteComponent {
|
12404
|
+
constructor(options) {
|
12405
|
+
super();
|
12406
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { color: 0 });
|
12407
|
+
}
|
12408
|
+
}
|
12409
|
+
|
12410
|
+
/* src/components-v2/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
12411
|
+
|
12412
|
+
function create_fragment$9(ctx) {
|
12413
|
+
let svg;
|
12414
|
+
let path;
|
12415
|
+
|
12416
|
+
return {
|
12417
|
+
c() {
|
12418
|
+
svg = svg_element("svg");
|
12419
|
+
path = svg_element("path");
|
12420
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12421
|
+
attr(path, "d", "M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z");
|
12422
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12423
|
+
attr(svg, "width", "100%");
|
12424
|
+
attr(svg, "height", "100%");
|
12425
|
+
attr(svg, "viewBox", "0 0 448 512");
|
12426
|
+
},
|
12427
|
+
m(target, anchor) {
|
12428
|
+
insert(target, svg, anchor);
|
12429
|
+
append(svg, path);
|
12430
|
+
},
|
12431
|
+
p(ctx, [dirty]) {
|
12432
|
+
if (dirty & /*color*/ 1) {
|
12433
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12434
|
+
}
|
12435
|
+
},
|
12436
|
+
i: noop,
|
12437
|
+
o: noop,
|
12438
|
+
d(detaching) {
|
12439
|
+
if (detaching) detach(svg);
|
12440
|
+
}
|
12441
|
+
};
|
12442
|
+
}
|
12443
|
+
|
12444
|
+
function instance$9($$self, $$props, $$invalidate) {
|
12445
|
+
let { color } = $$props;
|
12446
|
+
|
12447
|
+
$$self.$$set = $$props => {
|
12448
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12449
|
+
};
|
12450
|
+
|
12451
|
+
return [color];
|
12452
|
+
}
|
12453
|
+
|
12454
|
+
class IconPaperclip extends SvelteComponent {
|
12455
|
+
constructor(options) {
|
12456
|
+
super();
|
12457
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { color: 0 });
|
12458
|
+
}
|
12459
|
+
}
|
12460
|
+
|
12461
|
+
/* src/components-v2/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
12462
|
+
|
12463
|
+
function create_fragment$8(ctx) {
|
12464
|
+
let svg;
|
12465
|
+
let path;
|
12466
|
+
|
12467
|
+
return {
|
12468
|
+
c() {
|
12469
|
+
svg = svg_element("svg");
|
12470
|
+
path = svg_element("path");
|
12471
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12472
|
+
attr(path, "d", "M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z");
|
12473
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12474
|
+
attr(svg, "width", "100%");
|
12475
|
+
attr(svg, "height", "100%");
|
12476
|
+
attr(svg, "viewBox", "0 0 448 512");
|
12477
|
+
},
|
12478
|
+
m(target, anchor) {
|
12479
|
+
insert(target, svg, anchor);
|
12480
|
+
append(svg, path);
|
12481
|
+
},
|
12482
|
+
p(ctx, [dirty]) {
|
12483
|
+
if (dirty & /*color*/ 1) {
|
12484
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12485
|
+
}
|
12486
|
+
},
|
12487
|
+
i: noop,
|
12488
|
+
o: noop,
|
12489
|
+
d(detaching) {
|
12490
|
+
if (detaching) detach(svg);
|
12491
|
+
}
|
12492
|
+
};
|
12493
|
+
}
|
12494
|
+
|
12495
|
+
function instance$8($$self, $$props, $$invalidate) {
|
12496
|
+
let { color } = $$props;
|
12497
|
+
|
12498
|
+
$$self.$$set = $$props => {
|
12499
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12500
|
+
};
|
12501
|
+
|
12502
|
+
return [color];
|
12503
|
+
}
|
12504
|
+
|
12505
|
+
class IconFire extends SvelteComponent {
|
12506
|
+
constructor(options) {
|
12507
|
+
super();
|
12508
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { color: 0 });
|
12509
|
+
}
|
12510
|
+
}
|
12511
|
+
|
12512
|
+
/* src/components-v2/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
12513
|
+
|
12514
|
+
function create_fragment$7(ctx) {
|
12515
|
+
let svg;
|
12516
|
+
let path;
|
12517
|
+
|
12518
|
+
return {
|
12519
|
+
c() {
|
12520
|
+
svg = svg_element("svg");
|
12521
|
+
path = svg_element("path");
|
12522
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12523
|
+
attr(path, "d", "M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z");
|
12524
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
12525
|
+
attr(svg, "width", "100%");
|
12526
|
+
attr(svg, "height", "100%");
|
12527
|
+
attr(svg, "viewBox", "0 0 640 512");
|
12528
|
+
},
|
12529
|
+
m(target, anchor) {
|
12530
|
+
insert(target, svg, anchor);
|
12531
|
+
append(svg, path);
|
12532
|
+
},
|
12533
|
+
p(ctx, [dirty]) {
|
12534
|
+
if (dirty & /*color*/ 1) {
|
12535
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
12536
|
+
}
|
12537
|
+
},
|
12538
|
+
i: noop,
|
12539
|
+
o: noop,
|
12540
|
+
d(detaching) {
|
12541
|
+
if (detaching) detach(svg);
|
12542
|
+
}
|
12543
|
+
};
|
12544
|
+
}
|
12545
|
+
|
12546
|
+
function instance$7($$self, $$props, $$invalidate) {
|
12547
|
+
let { color } = $$props;
|
12548
|
+
|
12549
|
+
$$self.$$set = $$props => {
|
12550
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
12551
|
+
};
|
12552
|
+
|
12553
|
+
return [color];
|
12554
|
+
}
|
12555
|
+
|
12556
|
+
class IconLink extends SvelteComponent {
|
12557
|
+
constructor(options) {
|
12558
|
+
super();
|
12559
|
+
init(this, options, instance$7, create_fragment$7, safe_not_equal, { color: 0 });
|
12560
|
+
}
|
12561
|
+
}
|
12562
|
+
|
12563
|
+
const ICON_SIZE = {
|
12564
|
+
x_small: {
|
12565
|
+
label: 'X Small',
|
12566
|
+
value: '12px',
|
12567
|
+
},
|
12568
|
+
small: {
|
12569
|
+
label: 'Small',
|
12570
|
+
value: '16px',
|
12571
|
+
},
|
12572
|
+
medium: {
|
12573
|
+
label: 'Medium',
|
12574
|
+
value: '20px',
|
12575
|
+
},
|
12576
|
+
large: {
|
12577
|
+
label: 'Large',
|
12578
|
+
value: '24px',
|
12579
|
+
},
|
12580
|
+
x_large: {
|
12581
|
+
label: 'X Large',
|
12582
|
+
value: '32px',
|
12583
|
+
},
|
12584
|
+
x2_large: {
|
12585
|
+
label: '2X Large',
|
12586
|
+
value: '40px',
|
12587
|
+
},
|
12588
|
+
x3_large: {
|
12589
|
+
label: '3X Large',
|
12590
|
+
value: '48px',
|
12591
|
+
},
|
12592
|
+
};
|
12593
|
+
const ICON_VARIANTS = {
|
12594
|
+
arrow_down: IconArrowDown,
|
12595
|
+
arrow_up: IconArrowUp,
|
12596
|
+
arrow_left: IconArrowLeft,
|
12597
|
+
arrow_right: IconArrowRight,
|
12598
|
+
arrow_up_from_square: IconArrowUpFromSquare,
|
12599
|
+
bell: IconBell,
|
12600
|
+
cart_shopping: IconCartShopping,
|
12601
|
+
check: IconCheck,
|
12602
|
+
circle: IconCircle,
|
12603
|
+
circle_info: IconCircleInfo,
|
12604
|
+
circle_question: IconCircleQuestion,
|
12605
|
+
circle_x_mark: IconCircleXMark,
|
12606
|
+
copy: IconCopy,
|
12607
|
+
envelope: IconEnvelope,
|
12608
|
+
// facebook: IconFacebook,
|
12609
|
+
fire: IconFire,
|
12610
|
+
gift: IconGift,
|
12611
|
+
heart: IconHeart,
|
12612
|
+
link: IconLink,
|
12613
|
+
magnifying_grass: IconMagnifyingGrass,
|
12614
|
+
paperclip: IconPaperclip,
|
12615
|
+
paper_plane: IconPaperPlane,
|
12616
|
+
star: IconStar,
|
12617
|
+
ticket: IconTicket,
|
12618
|
+
truck: IconTrack,
|
12619
|
+
users: IconUsers,
|
12620
|
+
x_mark: IconXMark,
|
12621
|
+
};
|
12622
|
+
// @ts-ignore
|
12623
|
+
[
|
12624
|
+
{
|
12625
|
+
id: 'variant',
|
12626
|
+
name: 'アイコン',
|
12627
|
+
type: 'icon',
|
12628
|
+
},
|
12629
|
+
{
|
12630
|
+
id: 'color',
|
12631
|
+
name: 'カラー',
|
12632
|
+
type: 'color',
|
12633
|
+
},
|
12634
|
+
{
|
12635
|
+
id: 'size',
|
12636
|
+
name: 'サイズ',
|
12637
|
+
type: 'select',
|
12638
|
+
options: Object.keys(ICON_SIZE).map(key => ({
|
12639
|
+
label: ICON_SIZE[key].label,
|
12640
|
+
value: ICON_SIZE[key].value,
|
12641
|
+
})),
|
12642
|
+
},
|
12643
|
+
];
|
12644
|
+
|
12645
|
+
const toHyphenCase = (str) => {
|
12646
|
+
let result = str.replace(/_/g, '-');
|
12647
|
+
result = result.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
12648
|
+
return result;
|
12649
|
+
};
|
12650
|
+
const objToStyle = (obj) => {
|
12651
|
+
const styles = Object.entries(obj)
|
12652
|
+
.map(([key, value]) => {
|
12653
|
+
if (value === undefined)
|
12654
|
+
return '';
|
12655
|
+
return `${toHyphenCase(key)}: ${value};`;
|
12656
|
+
})
|
12657
|
+
.filter(v => v !== '');
|
12658
|
+
return styles.join(' ');
|
12659
|
+
};
|
12660
|
+
|
12661
|
+
/* src/components-v2/icon/Icon.svelte generated by Svelte v3.53.1 */
|
12662
|
+
|
12663
|
+
function create_if_block$3(ctx) {
|
12664
|
+
let div;
|
12665
|
+
let switch_instance;
|
12666
|
+
let div_style_value;
|
12667
|
+
let current;
|
12668
|
+
var switch_value = /*IconComponent*/ ctx[3];
|
12669
|
+
|
12670
|
+
function switch_props(ctx) {
|
12671
|
+
return {
|
12672
|
+
props: { color: /*props*/ ctx[1].color ?? '#333' }
|
12673
|
+
};
|
12674
|
+
}
|
12675
|
+
|
12676
|
+
if (switch_value) {
|
12677
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
12678
|
+
}
|
12679
|
+
|
12680
|
+
return {
|
12681
|
+
c() {
|
12682
|
+
div = element("div");
|
12683
|
+
if (switch_instance) create_component(switch_instance.$$.fragment);
|
12684
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
12685
|
+
attr(div, "data-component-id", "icon");
|
12686
|
+
attr(div, "style", div_style_value = [/*style*/ ctx[4], /*overrideStyle*/ ctx[2]].join(' '));
|
12687
|
+
},
|
12688
|
+
m(target, anchor) {
|
12689
|
+
insert(target, div, anchor);
|
12690
|
+
if (switch_instance) mount_component(switch_instance, div, null);
|
12691
|
+
current = true;
|
12692
|
+
},
|
12693
|
+
p(ctx, dirty) {
|
12694
|
+
const switch_instance_changes = {};
|
12695
|
+
if (dirty & /*props*/ 2) switch_instance_changes.color = /*props*/ ctx[1].color ?? '#333';
|
12696
|
+
|
12697
|
+
if (switch_value !== (switch_value = /*IconComponent*/ ctx[3])) {
|
12698
|
+
if (switch_instance) {
|
12699
|
+
group_outros();
|
12700
|
+
const old_component = switch_instance;
|
12701
|
+
|
12702
|
+
transition_out(old_component.$$.fragment, 1, 0, () => {
|
12703
|
+
destroy_component(old_component, 1);
|
12704
|
+
});
|
12705
|
+
|
12706
|
+
check_outros();
|
12707
|
+
}
|
12708
|
+
|
12709
|
+
if (switch_value) {
|
12710
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
12711
|
+
create_component(switch_instance.$$.fragment);
|
12712
|
+
transition_in(switch_instance.$$.fragment, 1);
|
12713
|
+
mount_component(switch_instance, div, null);
|
12714
|
+
} else {
|
12715
|
+
switch_instance = null;
|
12716
|
+
}
|
12717
|
+
} else if (switch_value) {
|
12718
|
+
switch_instance.$set(switch_instance_changes);
|
12719
|
+
}
|
12720
|
+
|
12721
|
+
if (!current || dirty & /*layerId*/ 1) {
|
12722
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
12723
|
+
}
|
12724
|
+
|
12725
|
+
if (!current || dirty & /*style, overrideStyle*/ 20 && div_style_value !== (div_style_value = [/*style*/ ctx[4], /*overrideStyle*/ ctx[2]].join(' '))) {
|
12726
|
+
attr(div, "style", div_style_value);
|
12727
|
+
}
|
12728
|
+
},
|
12729
|
+
i(local) {
|
12730
|
+
if (current) return;
|
12731
|
+
if (switch_instance) transition_in(switch_instance.$$.fragment, local);
|
12732
|
+
current = true;
|
12733
|
+
},
|
12734
|
+
o(local) {
|
12735
|
+
if (switch_instance) transition_out(switch_instance.$$.fragment, local);
|
12736
|
+
current = false;
|
12737
|
+
},
|
12738
|
+
d(detaching) {
|
12739
|
+
if (detaching) detach(div);
|
12740
|
+
if (switch_instance) destroy_component(switch_instance);
|
12741
|
+
}
|
12742
|
+
};
|
12743
|
+
}
|
12744
|
+
|
12745
|
+
function create_fragment$6(ctx) {
|
12746
|
+
let if_block_anchor;
|
12747
|
+
let current;
|
12748
|
+
let if_block = /*IconComponent*/ ctx[3] && create_if_block$3(ctx);
|
12749
|
+
|
12750
|
+
return {
|
12751
|
+
c() {
|
12752
|
+
if (if_block) if_block.c();
|
12753
|
+
if_block_anchor = empty();
|
12754
|
+
},
|
12755
|
+
m(target, anchor) {
|
12756
|
+
if (if_block) if_block.m(target, anchor);
|
12757
|
+
insert(target, if_block_anchor, anchor);
|
12758
|
+
current = true;
|
12759
|
+
},
|
12760
|
+
p(ctx, [dirty]) {
|
12761
|
+
if (/*IconComponent*/ ctx[3]) {
|
12762
|
+
if (if_block) {
|
12763
|
+
if_block.p(ctx, dirty);
|
12764
|
+
|
12765
|
+
if (dirty & /*IconComponent*/ 8) {
|
12766
|
+
transition_in(if_block, 1);
|
12767
|
+
}
|
12768
|
+
} else {
|
12769
|
+
if_block = create_if_block$3(ctx);
|
12770
|
+
if_block.c();
|
12771
|
+
transition_in(if_block, 1);
|
12772
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
12773
|
+
}
|
12774
|
+
} else if (if_block) {
|
12775
|
+
group_outros();
|
12776
|
+
|
12777
|
+
transition_out(if_block, 1, 1, () => {
|
12778
|
+
if_block = null;
|
12779
|
+
});
|
12780
|
+
|
12781
|
+
check_outros();
|
12782
|
+
}
|
12783
|
+
},
|
12784
|
+
i(local) {
|
12785
|
+
if (current) return;
|
12786
|
+
transition_in(if_block);
|
12787
|
+
current = true;
|
12788
|
+
},
|
12789
|
+
o(local) {
|
12790
|
+
transition_out(if_block);
|
12791
|
+
current = false;
|
12792
|
+
},
|
12793
|
+
d(detaching) {
|
12794
|
+
if (if_block) if_block.d(detaching);
|
12795
|
+
if (detaching) detach(if_block_anchor);
|
12796
|
+
}
|
12797
|
+
};
|
12798
|
+
}
|
12799
|
+
|
12800
|
+
function instance$6($$self, $$props, $$invalidate) {
|
12801
|
+
let style;
|
12802
|
+
let IconComponent;
|
12803
|
+
let { layerId } = $$props;
|
12804
|
+
let { props } = $$props;
|
12805
|
+
let { overrideStyle } = $$props;
|
12806
|
+
|
12807
|
+
$$self.$$set = $$props => {
|
12808
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
12809
|
+
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
12810
|
+
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
12811
|
+
};
|
12812
|
+
|
12813
|
+
$$self.$$.update = () => {
|
12814
|
+
if ($$self.$$.dirty & /*props*/ 2) {
|
12815
|
+
$$invalidate(4, style = objToStyle({
|
12816
|
+
display: 'inline-flex',
|
12817
|
+
alignItems: 'center',
|
12818
|
+
overflow: 'hidden',
|
12819
|
+
width: 'auto',
|
12820
|
+
minWidth: props.size,
|
12821
|
+
height: props.size
|
12822
|
+
}));
|
12823
|
+
}
|
12824
|
+
|
12825
|
+
if ($$self.$$.dirty & /*props*/ 2) {
|
12826
|
+
$$invalidate(3, IconComponent = ICON_VARIANTS[props.variant] ?? undefined);
|
12827
|
+
}
|
12828
|
+
};
|
12829
|
+
|
12830
|
+
return [layerId, props, overrideStyle, IconComponent, style];
|
12831
|
+
}
|
12832
|
+
|
12833
|
+
class Icon extends SvelteComponent {
|
12834
|
+
constructor(options) {
|
12835
|
+
super();
|
12836
|
+
init(this, options, instance$6, create_fragment$6, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 });
|
12837
|
+
}
|
12838
|
+
}
|
12839
|
+
|
12840
|
+
/* src/components-v2/button/Button.svelte generated by Svelte v3.53.1 */
|
12841
|
+
|
12842
|
+
function add_css(target) {
|
12843
|
+
append_styles(target, "svelte-1rn57id", ".v2-button.svelte-1rn57id{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.v2-button-icon.svelte-1rn57id{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
12844
|
+
}
|
12845
|
+
|
12846
|
+
// (109:2) {#if (props.isIcon && props.iconVariant)}
|
12847
|
+
function create_if_block$2(ctx) {
|
12848
|
+
let div;
|
12849
|
+
let icon;
|
12850
|
+
let current;
|
12851
|
+
|
12852
|
+
icon = new Icon({
|
12853
|
+
props: {
|
12854
|
+
layerId: undefined,
|
12855
|
+
overrideStyle: undefined,
|
12856
|
+
props: {
|
12857
|
+
variant: /*props*/ ctx[1].iconVariant,
|
12858
|
+
size: '1em',
|
12859
|
+
color: /*VARIANTS*/ ctx[4].color[/*props*/ ctx[1].color ?? 'default'].color
|
12860
|
+
}
|
12861
|
+
}
|
12862
|
+
});
|
12863
|
+
|
12864
|
+
return {
|
12865
|
+
c() {
|
12866
|
+
div = element("div");
|
12867
|
+
create_component(icon.$$.fragment);
|
12868
|
+
attr(div, "class", "v2-button-icon svelte-1rn57id");
|
12869
|
+
},
|
12870
|
+
m(target, anchor) {
|
12871
|
+
insert(target, div, anchor);
|
12872
|
+
mount_component(icon, div, null);
|
12873
|
+
current = true;
|
12874
|
+
},
|
12875
|
+
p(ctx, dirty) {
|
12876
|
+
const icon_changes = {};
|
12877
|
+
|
12878
|
+
if (dirty & /*props*/ 2) icon_changes.props = {
|
12879
|
+
variant: /*props*/ ctx[1].iconVariant,
|
12880
|
+
size: '1em',
|
12881
|
+
color: /*VARIANTS*/ ctx[4].color[/*props*/ ctx[1].color ?? 'default'].color
|
12882
|
+
};
|
12883
|
+
|
12884
|
+
icon.$set(icon_changes);
|
12885
|
+
},
|
12886
|
+
i(local) {
|
12887
|
+
if (current) return;
|
12888
|
+
transition_in(icon.$$.fragment, local);
|
12889
|
+
current = true;
|
12890
|
+
},
|
12891
|
+
o(local) {
|
12892
|
+
transition_out(icon.$$.fragment, local);
|
12893
|
+
current = false;
|
12894
|
+
},
|
12895
|
+
d(detaching) {
|
12896
|
+
if (detaching) detach(div);
|
12897
|
+
destroy_component(icon);
|
12898
|
+
}
|
12899
|
+
};
|
12900
|
+
}
|
12901
|
+
|
12902
|
+
function create_fragment$5(ctx) {
|
12903
|
+
let button;
|
12904
|
+
let t0;
|
12905
|
+
let span;
|
12906
|
+
let t1_value = /*props*/ ctx[1].label + "";
|
12907
|
+
let t1;
|
12908
|
+
let button_style_value;
|
12909
|
+
let current;
|
12910
|
+
let if_block = /*props*/ ctx[1].isIcon && /*props*/ ctx[1].iconVariant && create_if_block$2(ctx);
|
12911
|
+
|
12912
|
+
return {
|
12913
|
+
c() {
|
12914
|
+
button = element("button");
|
12915
|
+
if (if_block) if_block.c();
|
12916
|
+
t0 = space();
|
12917
|
+
span = element("span");
|
12918
|
+
t1 = text(t1_value);
|
12919
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
12920
|
+
attr(button, "style", button_style_value = [/*style*/ ctx[3], /*overrideStyle*/ ctx[2]].join(' '));
|
12921
|
+
attr(button, "class", "v2-button svelte-1rn57id");
|
12922
|
+
},
|
12923
|
+
m(target, anchor) {
|
12924
|
+
insert(target, button, anchor);
|
12925
|
+
if (if_block) if_block.m(button, null);
|
12926
|
+
append(button, t0);
|
12927
|
+
append(button, span);
|
12928
|
+
append(span, t1);
|
12929
|
+
current = true;
|
12930
|
+
},
|
12931
|
+
p(ctx, [dirty]) {
|
12932
|
+
if (/*props*/ ctx[1].isIcon && /*props*/ ctx[1].iconVariant) {
|
12933
|
+
if (if_block) {
|
12934
|
+
if_block.p(ctx, dirty);
|
12935
|
+
|
12936
|
+
if (dirty & /*props*/ 2) {
|
12937
|
+
transition_in(if_block, 1);
|
12938
|
+
}
|
12939
|
+
} else {
|
12940
|
+
if_block = create_if_block$2(ctx);
|
12941
|
+
if_block.c();
|
12942
|
+
transition_in(if_block, 1);
|
12943
|
+
if_block.m(button, t0);
|
12944
|
+
}
|
12945
|
+
} else if (if_block) {
|
12946
|
+
group_outros();
|
12947
|
+
|
12948
|
+
transition_out(if_block, 1, 1, () => {
|
12949
|
+
if_block = null;
|
12950
|
+
});
|
12951
|
+
|
12952
|
+
check_outros();
|
12953
|
+
}
|
12954
|
+
|
12955
|
+
if ((!current || dirty & /*props*/ 2) && t1_value !== (t1_value = /*props*/ ctx[1].label + "")) set_data(t1, t1_value);
|
12956
|
+
|
12957
|
+
if (!current || dirty & /*layerId*/ 1) {
|
12958
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
12959
|
+
}
|
12960
|
+
|
12961
|
+
if (!current || dirty & /*style, overrideStyle*/ 12 && button_style_value !== (button_style_value = [/*style*/ ctx[3], /*overrideStyle*/ ctx[2]].join(' '))) {
|
12962
|
+
attr(button, "style", button_style_value);
|
12963
|
+
}
|
12964
|
+
},
|
12965
|
+
i(local) {
|
12966
|
+
if (current) return;
|
12967
|
+
transition_in(if_block);
|
12968
|
+
current = true;
|
12969
|
+
},
|
12970
|
+
o(local) {
|
12971
|
+
transition_out(if_block);
|
12972
|
+
current = false;
|
12973
|
+
},
|
12974
|
+
d(detaching) {
|
12975
|
+
if (detaching) detach(button);
|
12976
|
+
if (if_block) if_block.d();
|
12977
|
+
}
|
12978
|
+
};
|
12979
|
+
}
|
12980
|
+
|
12981
|
+
function instance$5($$self, $$props, $$invalidate) {
|
12982
|
+
let style;
|
12983
|
+
|
12984
|
+
const VARIANTS = {
|
12985
|
+
size: {
|
12986
|
+
extra_small: {
|
12987
|
+
minHeight: '32px',
|
12988
|
+
paddingInline: '12px',
|
12989
|
+
fontSize: '12px',
|
12990
|
+
paddingBlock: '8px',
|
12991
|
+
lineHeight: 1.5,
|
12992
|
+
borderRadius: '8px'
|
12993
|
+
},
|
12994
|
+
small: {
|
12995
|
+
minHeight: '36px',
|
12996
|
+
paddingInline: '16px',
|
12997
|
+
fontSize: '13px',
|
12998
|
+
paddingBlock: '8px',
|
12999
|
+
lineHeight: 1.5,
|
13000
|
+
borderRadius: '8px'
|
13001
|
+
},
|
13002
|
+
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
13003
|
+
medium: {
|
13004
|
+
minHeight: '40px',
|
13005
|
+
paddingInline: '24px',
|
13006
|
+
fontSize: '14px',
|
13007
|
+
paddingBlock: '8px',
|
13008
|
+
lineHeight: 1.5,
|
13009
|
+
borderRadius: '8px'
|
13010
|
+
},
|
13011
|
+
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
13012
|
+
large: {
|
13013
|
+
minHeight: '48px',
|
13014
|
+
paddingInline: '32px',
|
13015
|
+
fontSize: '16px',
|
13016
|
+
paddingBlock: '10px',
|
13017
|
+
lineHeight: 1.5,
|
13018
|
+
borderRadius: '8px'
|
13019
|
+
},
|
13020
|
+
extra_large: {
|
13021
|
+
minHeight: '56px',
|
13022
|
+
paddingInline: '40px',
|
13023
|
+
fontSize: '17px',
|
13024
|
+
paddingBlock: '12px',
|
13025
|
+
lineHeight: 1.5,
|
13026
|
+
borderRadius: '8px'
|
13027
|
+
}
|
13028
|
+
},
|
13029
|
+
color: {
|
13030
|
+
theme: {
|
13031
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
13032
|
+
color: '#FFFFFF',
|
13033
|
+
fontWeight: 'bold'
|
13034
|
+
},
|
13035
|
+
default: {
|
13036
|
+
backgroundColor: 'rgb(220,220,220,1)',
|
13037
|
+
color: '#222222'
|
13038
|
+
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
13039
|
+
alert: {
|
13040
|
+
backgroundColor: 'rgb(242,83,32,1)',
|
13041
|
+
color: '#FFFFFF',
|
13042
|
+
fontWeight: 'bold'
|
13043
|
+
}, // 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13044
|
+
|
13045
|
+
},
|
13046
|
+
round: {
|
13047
|
+
none: { borderRadius: 0 },
|
13048
|
+
default: {},
|
13049
|
+
fulled: { borderRadius: '56px' }
|
13050
|
+
},
|
13051
|
+
wrap: {
|
13052
|
+
nowrap: { whiteSpace: 'nowrap' },
|
13053
|
+
wrap: { whiteSpace: 'pre-wrap' }
|
13054
|
+
}
|
13055
|
+
};
|
13056
|
+
|
13057
|
+
let { layerId } = $$props;
|
13058
|
+
let { props } = $$props;
|
13059
|
+
let { overrideStyle } = $$props;
|
13060
|
+
|
13061
|
+
$$self.$$set = $$props => {
|
13062
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13063
|
+
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
13064
|
+
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13065
|
+
};
|
13066
|
+
|
13067
|
+
$$self.$$.update = () => {
|
13068
|
+
if ($$self.$$.dirty & /*props*/ 2) {
|
13069
|
+
$$invalidate(3, style = objToStyle({
|
13070
|
+
...{
|
13071
|
+
display: 'inline-flex',
|
13072
|
+
gap: '0.65em',
|
13073
|
+
alignItems: 'center',
|
13074
|
+
justifyContent: 'center',
|
13075
|
+
outline: 0,
|
13076
|
+
border: 0,
|
13077
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s'
|
13078
|
+
},
|
13079
|
+
width: props.width,
|
13080
|
+
...VARIANTS.size[props.size ?? 'medium'],
|
13081
|
+
...VARIANTS.color[props.color ?? 'default'],
|
13082
|
+
...VARIANTS.wrap[props.wrap ?? 'nowrap'],
|
13083
|
+
...VARIANTS.round[props.round ?? 'default'],
|
13084
|
+
...props.iconAngle
|
13085
|
+
? { flexDirection: props.iconAngle }
|
13086
|
+
: {}
|
13087
|
+
}));
|
13088
|
+
}
|
13089
|
+
};
|
13090
|
+
|
13091
|
+
return [layerId, props, overrideStyle, style, VARIANTS];
|
13092
|
+
}
|
13093
|
+
|
13094
|
+
class Button extends SvelteComponent {
|
13095
|
+
constructor(options) {
|
13096
|
+
super();
|
13097
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 }, add_css);
|
13098
|
+
}
|
13099
|
+
}
|
13100
|
+
|
13101
|
+
const toCssBorder = (p) => {
|
13102
|
+
return {
|
13103
|
+
borderStyle: p?.style,
|
13104
|
+
borderColor: p?.color,
|
13105
|
+
borderWidth: p ? `${p.size}px` : undefined,
|
13106
|
+
};
|
13107
|
+
};
|
13108
|
+
const toCssPosition = (p) => {
|
13109
|
+
return {
|
13110
|
+
position: p?.position ?? 'static',
|
13111
|
+
top: p?.top,
|
13112
|
+
left: p?.left,
|
13113
|
+
bottom: p?.bottom,
|
13114
|
+
right: p?.right,
|
13115
|
+
};
|
13116
|
+
};
|
13117
|
+
|
13118
|
+
/* src/components-v2/layout/Layout.svelte generated by Svelte v3.53.1 */
|
13119
|
+
|
13120
|
+
function create_fragment$4(ctx) {
|
13121
|
+
let div;
|
13122
|
+
let current;
|
13123
|
+
const default_slot_template = /*#slots*/ ctx[4].default;
|
13124
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[3], null);
|
13125
|
+
|
13126
|
+
return {
|
13127
|
+
c() {
|
13128
|
+
div = element("div");
|
13129
|
+
if (default_slot) default_slot.c();
|
13130
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13131
|
+
attr(div, "data-component-name", "layout");
|
13132
|
+
attr(div, "style", /*style*/ ctx[1]);
|
13133
|
+
},
|
13134
|
+
m(target, anchor) {
|
13135
|
+
insert(target, div, anchor);
|
13136
|
+
|
13137
|
+
if (default_slot) {
|
13138
|
+
default_slot.m(div, null);
|
13139
|
+
}
|
13140
|
+
|
13141
|
+
current = true;
|
13142
|
+
},
|
13143
|
+
p(ctx, [dirty]) {
|
13144
|
+
if (default_slot) {
|
13145
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 8)) {
|
13146
|
+
update_slot_base(
|
13147
|
+
default_slot,
|
13148
|
+
default_slot_template,
|
13149
|
+
ctx,
|
13150
|
+
/*$$scope*/ ctx[3],
|
13151
|
+
!current
|
13152
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[3])
|
13153
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[3], dirty, null),
|
13154
|
+
null
|
13155
|
+
);
|
13156
|
+
}
|
13157
|
+
}
|
13158
|
+
|
13159
|
+
if (!current || dirty & /*layerId*/ 1) {
|
13160
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13161
|
+
}
|
13162
|
+
|
13163
|
+
if (!current || dirty & /*style*/ 2) {
|
13164
|
+
attr(div, "style", /*style*/ ctx[1]);
|
13165
|
+
}
|
13166
|
+
},
|
13167
|
+
i(local) {
|
13168
|
+
if (current) return;
|
13169
|
+
transition_in(default_slot, local);
|
13170
|
+
current = true;
|
13171
|
+
},
|
13172
|
+
o(local) {
|
13173
|
+
transition_out(default_slot, local);
|
13174
|
+
current = false;
|
13175
|
+
},
|
13176
|
+
d(detaching) {
|
13177
|
+
if (detaching) detach(div);
|
13178
|
+
if (default_slot) default_slot.d(detaching);
|
13179
|
+
}
|
13180
|
+
};
|
13181
|
+
}
|
13182
|
+
|
13183
|
+
function instance$4($$self, $$props, $$invalidate) {
|
13184
|
+
let style;
|
13185
|
+
let { $$slots: slots = {}, $$scope } = $$props;
|
13186
|
+
let { layerId = undefined } = $$props;
|
13187
|
+
let { props = {} } = $$props;
|
13188
|
+
|
13189
|
+
$$self.$$set = $$props => {
|
13190
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13191
|
+
if ('props' in $$props) $$invalidate(2, props = $$props.props);
|
13192
|
+
if ('$$scope' in $$props) $$invalidate(3, $$scope = $$props.$$scope);
|
13193
|
+
};
|
13194
|
+
|
13195
|
+
$$self.$$.update = () => {
|
13196
|
+
if ($$self.$$.dirty & /*props*/ 4) {
|
13197
|
+
$$invalidate(1, style = objToStyle({
|
13198
|
+
display: props.display ?? 'flex',
|
13199
|
+
flexDirection: props.direction,
|
13200
|
+
alignItems: props.align,
|
13201
|
+
justifyContent: props.justify,
|
13202
|
+
rowGap: props.rowGap,
|
13203
|
+
columnGap: props.columnGap,
|
13204
|
+
backgroundColor: props.backgroundColor,
|
13205
|
+
boxShadow: props.shadow,
|
13206
|
+
paddingTop: props.paddingTop,
|
13207
|
+
paddingLeft: props.paddingLeft,
|
13208
|
+
paddingRight: props.paddingRight,
|
13209
|
+
paddingBottom: props.paddingBottom,
|
13210
|
+
borderRadius: props.borderRadius,
|
13211
|
+
width: props.width,
|
13212
|
+
...toCssPosition(props),
|
13213
|
+
...toCssBorder(props.border),
|
13214
|
+
...props.backgroundImage && {
|
13215
|
+
backgroundImage: `url(${props.backgroundImage})`,
|
13216
|
+
backgroundSize: 'cover'
|
13217
|
+
}
|
13218
|
+
}));
|
13219
|
+
}
|
13220
|
+
};
|
13221
|
+
|
13222
|
+
return [layerId, style, props, $$scope, slots];
|
13223
|
+
}
|
13224
|
+
|
13225
|
+
class Layout extends SvelteComponent {
|
13226
|
+
constructor(options) {
|
13227
|
+
super();
|
13228
|
+
init(this, options, instance$4, create_fragment$4, safe_not_equal, { layerId: 0, props: 2 });
|
13229
|
+
}
|
13230
|
+
}
|
13231
|
+
|
13232
|
+
/* src/components-v2/text/Text.svelte generated by Svelte v3.53.1 */
|
13233
|
+
|
13234
|
+
function create_fragment$3(ctx) {
|
13235
|
+
let p;
|
13236
|
+
|
13237
|
+
return {
|
13238
|
+
c() {
|
13239
|
+
p = element("p");
|
13240
|
+
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
13241
|
+
attr(p, "style", /*style*/ ctx[1]);
|
13242
|
+
},
|
13243
|
+
m(target, anchor) {
|
13244
|
+
insert(target, p, anchor);
|
13245
|
+
p.innerHTML = /*escapedHTML*/ ctx[2];
|
13246
|
+
},
|
13247
|
+
p(ctx, [dirty]) {
|
13248
|
+
if (dirty & /*escapedHTML*/ 4) p.innerHTML = /*escapedHTML*/ ctx[2];
|
13249
|
+
if (dirty & /*layerId*/ 1) {
|
13250
|
+
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
13251
|
+
}
|
13252
|
+
|
13253
|
+
if (dirty & /*style*/ 2) {
|
13254
|
+
attr(p, "style", /*style*/ ctx[1]);
|
13255
|
+
}
|
13256
|
+
},
|
13257
|
+
i: noop,
|
13258
|
+
o: noop,
|
13259
|
+
d(detaching) {
|
13260
|
+
if (detaching) detach(p);
|
13261
|
+
}
|
13262
|
+
};
|
13263
|
+
}
|
13264
|
+
|
13265
|
+
function instance$3($$self, $$props, $$invalidate) {
|
13266
|
+
let escapedHTML;
|
13267
|
+
let style;
|
13268
|
+
let { layerId } = $$props;
|
13269
|
+
let { props } = $$props;
|
13270
|
+
|
13271
|
+
$$self.$$set = $$props => {
|
13272
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13273
|
+
if ('props' in $$props) $$invalidate(3, props = $$props.props);
|
13274
|
+
};
|
13275
|
+
|
13276
|
+
$$self.$$.update = () => {
|
13277
|
+
if ($$self.$$.dirty & /*props*/ 8) {
|
13278
|
+
$$invalidate(2, escapedHTML = props.content.replace(/&/g, '<').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''').replace(/\n/g, '<br />'));
|
13279
|
+
}
|
13280
|
+
|
13281
|
+
if ($$self.$$.dirty & /*props*/ 8) {
|
13282
|
+
$$invalidate(1, style = objToStyle({
|
13283
|
+
margin: 0,
|
13284
|
+
position: props?.position ?? 'static',
|
13285
|
+
fontWeight: props.fontWeight,
|
13286
|
+
fontSize: props.fontSize,
|
13287
|
+
textAlign: props.align,
|
13288
|
+
wordBreak: 'break-all',
|
13289
|
+
backgroundColor: props.backgroundColor,
|
13290
|
+
paddingTop: props.paddingTop,
|
13291
|
+
paddingLeft: props.paddingLeft,
|
13292
|
+
paddingRight: props.paddingRight,
|
13293
|
+
paddingBottom: props.paddingBottom,
|
13294
|
+
borderRadius: props.borderRadius,
|
13295
|
+
width: props.width,
|
13296
|
+
...toCssPosition(props)
|
13297
|
+
}));
|
13298
|
+
}
|
13299
|
+
};
|
13300
|
+
|
13301
|
+
return [layerId, style, escapedHTML, props];
|
13302
|
+
}
|
13303
|
+
|
13304
|
+
class Text extends SvelteComponent {
|
13305
|
+
constructor(options) {
|
13306
|
+
super();
|
13307
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 3 });
|
13308
|
+
}
|
13309
|
+
}
|
13310
|
+
|
13311
|
+
/* src/components-v2/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
13312
|
+
|
13313
|
+
function create_if_block$1(ctx) {
|
13314
|
+
let div;
|
13315
|
+
let img;
|
13316
|
+
let img_src_value;
|
13317
|
+
let div_style_value;
|
13318
|
+
|
13319
|
+
return {
|
13320
|
+
c() {
|
13321
|
+
div = element("div");
|
13322
|
+
img = element("img");
|
13323
|
+
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) attr(img, "src", img_src_value);
|
13324
|
+
attr(img, "alt", "");
|
13325
|
+
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13326
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13327
|
+
attr(div, "data-component-id", "avatar");
|
13328
|
+
attr(div, "style", div_style_value = [/*style*/ ctx[4], /*overrideStyle*/ ctx[2]].join(' '));
|
13329
|
+
},
|
13330
|
+
m(target, anchor) {
|
13331
|
+
insert(target, div, anchor);
|
13332
|
+
append(div, img);
|
13333
|
+
},
|
13334
|
+
p(ctx, dirty) {
|
13335
|
+
if (dirty & /*props*/ 2 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) {
|
13336
|
+
attr(img, "src", img_src_value);
|
13337
|
+
}
|
13338
|
+
|
13339
|
+
if (dirty & /*imgStyle*/ 8) {
|
13340
|
+
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13341
|
+
}
|
13342
|
+
|
13343
|
+
if (dirty & /*layerId*/ 1) {
|
13344
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13345
|
+
}
|
13346
|
+
|
13347
|
+
if (dirty & /*style, overrideStyle*/ 20 && div_style_value !== (div_style_value = [/*style*/ ctx[4], /*overrideStyle*/ ctx[2]].join(' '))) {
|
13348
|
+
attr(div, "style", div_style_value);
|
13349
|
+
}
|
13350
|
+
},
|
13351
|
+
d(detaching) {
|
13352
|
+
if (detaching) detach(div);
|
13353
|
+
}
|
13354
|
+
};
|
13355
|
+
}
|
13356
|
+
|
13357
|
+
function create_fragment$2(ctx) {
|
13358
|
+
let if_block_anchor;
|
13359
|
+
let if_block = /*props*/ ctx[1].image && create_if_block$1(ctx);
|
13360
|
+
|
13361
|
+
return {
|
13362
|
+
c() {
|
13363
|
+
if (if_block) if_block.c();
|
13364
|
+
if_block_anchor = empty();
|
13365
|
+
},
|
13366
|
+
m(target, anchor) {
|
13367
|
+
if (if_block) if_block.m(target, anchor);
|
13368
|
+
insert(target, if_block_anchor, anchor);
|
13369
|
+
},
|
13370
|
+
p(ctx, [dirty]) {
|
13371
|
+
if (/*props*/ ctx[1].image) {
|
13372
|
+
if (if_block) {
|
13373
|
+
if_block.p(ctx, dirty);
|
13374
|
+
} else {
|
13375
|
+
if_block = create_if_block$1(ctx);
|
13376
|
+
if_block.c();
|
13377
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13378
|
+
}
|
13379
|
+
} else if (if_block) {
|
13380
|
+
if_block.d(1);
|
13381
|
+
if_block = null;
|
13382
|
+
}
|
13383
|
+
},
|
13384
|
+
i: noop,
|
13385
|
+
o: noop,
|
13386
|
+
d(detaching) {
|
13387
|
+
if (if_block) if_block.d(detaching);
|
13388
|
+
if (detaching) detach(if_block_anchor);
|
13389
|
+
}
|
13390
|
+
};
|
13391
|
+
}
|
13392
|
+
|
13393
|
+
function instance$2($$self, $$props, $$invalidate) {
|
13394
|
+
let style;
|
13395
|
+
let imgStyle;
|
13396
|
+
let { layerId } = $$props;
|
13397
|
+
let { props } = $$props;
|
13398
|
+
let { overrideStyle } = $$props;
|
13399
|
+
|
13400
|
+
const VARIANTS = {
|
13401
|
+
shape: {
|
13402
|
+
circle: { borderRadius: '100%' },
|
13403
|
+
square: { borderRadius: '4px' }
|
13404
|
+
}
|
13405
|
+
};
|
13406
|
+
|
13407
|
+
const size = props.size ?? 64;
|
13408
|
+
|
13409
|
+
$$self.$$set = $$props => {
|
13410
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13411
|
+
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
13412
|
+
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13413
|
+
};
|
13414
|
+
|
13415
|
+
$$self.$$.update = () => {
|
13416
|
+
if ($$self.$$.dirty & /*props*/ 2) {
|
13417
|
+
$$invalidate(4, style = objToStyle({
|
13418
|
+
display: 'flex',
|
13419
|
+
alignItems: 'center',
|
13420
|
+
overflow: 'hidden',
|
13421
|
+
flexShrink: 0,
|
13422
|
+
width: `${size}px`,
|
13423
|
+
height: `${size}px`,
|
13424
|
+
...VARIANTS.shape[props.shape ?? 'square'],
|
13425
|
+
...props.bordered && { border: `1px solid #dbdbdb` }
|
13426
|
+
}));
|
13427
|
+
}
|
13428
|
+
};
|
13429
|
+
|
13430
|
+
$$invalidate(3, imgStyle = objToStyle({
|
13431
|
+
width: '100%',
|
13432
|
+
height: '100%',
|
13433
|
+
objectFit: 'cover'
|
13434
|
+
}));
|
13435
|
+
|
13436
|
+
return [layerId, props, overrideStyle, imgStyle, style];
|
13437
|
+
}
|
13438
|
+
|
13439
|
+
class Avatar extends SvelteComponent {
|
13440
|
+
constructor(options) {
|
13441
|
+
super();
|
13442
|
+
init(this, options, instance$2, create_fragment$2, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 });
|
13443
|
+
}
|
13444
|
+
}
|
13445
|
+
|
13446
|
+
/* src/components-v2/image/Image.svelte generated by Svelte v3.53.1 */
|
13447
|
+
|
13448
|
+
function create_if_block(ctx) {
|
13449
|
+
let div;
|
13450
|
+
let object;
|
13451
|
+
let img;
|
13452
|
+
let img_src_value;
|
13453
|
+
let div_style_value;
|
13454
|
+
|
13455
|
+
return {
|
13456
|
+
c() {
|
13457
|
+
div = element("div");
|
13458
|
+
object = element("object");
|
13459
|
+
img = element("img");
|
13460
|
+
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) attr(img, "src", img_src_value);
|
13461
|
+
attr(img, "alt", "");
|
13462
|
+
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13463
|
+
attr(object, "style", /*objectStyle*/ ctx[4]);
|
13464
|
+
attr(object, "title", "");
|
13465
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13466
|
+
attr(div, "style", div_style_value = [/*style*/ ctx[5], /*overrideStyle*/ ctx[2]].join(' '));
|
13467
|
+
},
|
13468
|
+
m(target, anchor) {
|
13469
|
+
insert(target, div, anchor);
|
13470
|
+
append(div, object);
|
13471
|
+
append(object, img);
|
13472
|
+
},
|
13473
|
+
p(ctx, dirty) {
|
13474
|
+
if (dirty & /*props*/ 2 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) {
|
13475
|
+
attr(img, "src", img_src_value);
|
13476
|
+
}
|
13477
|
+
|
13478
|
+
if (dirty & /*imgStyle*/ 8) {
|
13479
|
+
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13480
|
+
}
|
13481
|
+
|
13482
|
+
if (dirty & /*objectStyle*/ 16) {
|
13483
|
+
attr(object, "style", /*objectStyle*/ ctx[4]);
|
13484
|
+
}
|
13485
|
+
|
13486
|
+
if (dirty & /*layerId*/ 1) {
|
13487
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13488
|
+
}
|
13489
|
+
|
13490
|
+
if (dirty & /*style, overrideStyle*/ 36 && div_style_value !== (div_style_value = [/*style*/ ctx[5], /*overrideStyle*/ ctx[2]].join(' '))) {
|
13491
|
+
attr(div, "style", div_style_value);
|
13492
|
+
}
|
13493
|
+
},
|
13494
|
+
d(detaching) {
|
13495
|
+
if (detaching) detach(div);
|
13496
|
+
}
|
13497
|
+
};
|
13498
|
+
}
|
13499
|
+
|
13500
|
+
function create_fragment$1(ctx) {
|
13501
|
+
let if_block_anchor;
|
13502
|
+
let if_block = /*props*/ ctx[1].image && create_if_block(ctx);
|
13503
|
+
|
13504
|
+
return {
|
13505
|
+
c() {
|
13506
|
+
if (if_block) if_block.c();
|
13507
|
+
if_block_anchor = empty();
|
13508
|
+
},
|
13509
|
+
m(target, anchor) {
|
13510
|
+
if (if_block) if_block.m(target, anchor);
|
13511
|
+
insert(target, if_block_anchor, anchor);
|
13512
|
+
},
|
13513
|
+
p(ctx, [dirty]) {
|
13514
|
+
if (/*props*/ ctx[1].image) {
|
13515
|
+
if (if_block) {
|
13516
|
+
if_block.p(ctx, dirty);
|
13517
|
+
} else {
|
13518
|
+
if_block = create_if_block(ctx);
|
13519
|
+
if_block.c();
|
13520
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13521
|
+
}
|
13522
|
+
} else if (if_block) {
|
13523
|
+
if_block.d(1);
|
13524
|
+
if_block = null;
|
13525
|
+
}
|
13526
|
+
},
|
13527
|
+
i: noop,
|
13528
|
+
o: noop,
|
13529
|
+
d(detaching) {
|
13530
|
+
if (if_block) if_block.d(detaching);
|
13531
|
+
if (detaching) detach(if_block_anchor);
|
13532
|
+
}
|
13533
|
+
};
|
13534
|
+
}
|
13535
|
+
|
13536
|
+
function instance$1($$self, $$props, $$invalidate) {
|
13537
|
+
let style;
|
13538
|
+
let objectStyle;
|
13539
|
+
let imgStyle;
|
13540
|
+
let { layerId } = $$props;
|
13541
|
+
let { props } = $$props;
|
13542
|
+
let { overrideStyle } = $$props;
|
13543
|
+
|
13544
|
+
$$self.$$set = $$props => {
|
13545
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13546
|
+
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
13547
|
+
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13548
|
+
};
|
13549
|
+
|
13550
|
+
$$self.$$.update = () => {
|
13551
|
+
if ($$self.$$.dirty & /*props*/ 2) {
|
13552
|
+
$$invalidate(5, style = objToStyle({
|
13553
|
+
width: props.width,
|
13554
|
+
display: 'flex',
|
13555
|
+
maxWidth: '100%',
|
13556
|
+
alignItems: 'center',
|
13557
|
+
justifyContent: 'center',
|
13558
|
+
overflow: 'hidden',
|
13559
|
+
wordBreak: 'break-all'
|
13560
|
+
}));
|
13561
|
+
}
|
13562
|
+
|
13563
|
+
if ($$self.$$.dirty & /*props*/ 2) {
|
13564
|
+
$$invalidate(4, objectStyle = objToStyle({
|
13565
|
+
width: '100%',
|
13566
|
+
aspectRatio: props.aspect,
|
13567
|
+
overflow: 'hidden'
|
13568
|
+
}));
|
13569
|
+
}
|
13570
|
+
};
|
13571
|
+
|
13572
|
+
$$invalidate(3, imgStyle = objToStyle({
|
13573
|
+
width: '100%',
|
13574
|
+
height: '100%',
|
13575
|
+
objectFit: 'cover',
|
13576
|
+
userSelect: 'none'
|
13577
|
+
}));
|
13578
|
+
|
13579
|
+
return [layerId, props, overrideStyle, imgStyle, objectStyle, style];
|
13580
|
+
}
|
13581
|
+
|
13582
|
+
class Image extends SvelteComponent {
|
13583
|
+
constructor(options) {
|
13584
|
+
super();
|
13585
|
+
init(this, options, instance$1, create_fragment$1, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 });
|
13586
|
+
}
|
13587
|
+
}
|
13588
|
+
|
13589
|
+
/* src/components-v2/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
13590
|
+
|
13591
|
+
function create_fragment(ctx) {
|
13592
|
+
let button;
|
13593
|
+
let svg;
|
13594
|
+
let path;
|
13595
|
+
let button_style_value;
|
13596
|
+
|
13597
|
+
return {
|
13598
|
+
c() {
|
13599
|
+
button = element("button");
|
13600
|
+
svg = svg_element("svg");
|
13601
|
+
path = svg_element("path");
|
13602
|
+
attr(path, "d", "M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z");
|
13603
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13604
|
+
set_style(svg, "width", "75%");
|
13605
|
+
set_style(svg, "height", "75%");
|
13606
|
+
attr(svg, "viewBox", "0 0 50 50");
|
13607
|
+
attr(svg, "fill", "#666666");
|
13608
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
13609
|
+
attr(button, "style", button_style_value = [/*style*/ ctx[2], /*overrideStyle*/ ctx[1]].join(' '));
|
13610
|
+
},
|
13611
|
+
m(target, anchor) {
|
13612
|
+
insert(target, button, anchor);
|
13613
|
+
append(button, svg);
|
13614
|
+
append(svg, path);
|
13615
|
+
},
|
13616
|
+
p(ctx, [dirty]) {
|
13617
|
+
if (dirty & /*layerId*/ 1) {
|
13618
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
13619
|
+
}
|
13620
|
+
|
13621
|
+
if (dirty & /*style, overrideStyle*/ 6 && button_style_value !== (button_style_value = [/*style*/ ctx[2], /*overrideStyle*/ ctx[1]].join(' '))) {
|
13622
|
+
attr(button, "style", button_style_value);
|
13623
|
+
}
|
13624
|
+
},
|
13625
|
+
i: noop,
|
13626
|
+
o: noop,
|
13627
|
+
d(detaching) {
|
13628
|
+
if (detaching) detach(button);
|
13629
|
+
}
|
13630
|
+
};
|
13631
|
+
}
|
13632
|
+
|
13633
|
+
function instance($$self, $$props, $$invalidate) {
|
13634
|
+
let style;
|
13635
|
+
let { layerId } = $$props;
|
13636
|
+
let { props } = $$props;
|
13637
|
+
let { overrideStyle } = $$props;
|
13638
|
+
const size = props.size ?? 24;
|
13639
|
+
|
13640
|
+
$$self.$$set = $$props => {
|
13641
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13642
|
+
if ('props' in $$props) $$invalidate(3, props = $$props.props);
|
13643
|
+
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
13644
|
+
};
|
13645
|
+
|
13646
|
+
$$self.$$.update = () => {
|
13647
|
+
if ($$self.$$.dirty & /*props*/ 8) {
|
13648
|
+
$$invalidate(2, style = objToStyle({
|
13649
|
+
display: 'inline-flex',
|
13650
|
+
alignItems: 'center',
|
13651
|
+
justifyContent: 'center',
|
13652
|
+
borderRadius: '100%',
|
13653
|
+
background: 'none',
|
13654
|
+
border: 0,
|
13655
|
+
outline: 0,
|
13656
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
13657
|
+
width: `${size}px`,
|
13658
|
+
height: `${size}px`,
|
13659
|
+
...props.bordered && { border: '1px solid #666' },
|
13660
|
+
...toCssPosition(props)
|
13661
|
+
}));
|
13662
|
+
}
|
13663
|
+
};
|
13664
|
+
|
13665
|
+
return [layerId, overrideStyle, style, props];
|
13666
|
+
}
|
13667
|
+
|
13668
|
+
class CloseButton extends SvelteComponent {
|
13669
|
+
constructor(options) {
|
13670
|
+
super();
|
13671
|
+
init(this, options, instance, create_fragment, safe_not_equal, { layerId: 0, props: 3, overrideStyle: 1 });
|
13672
|
+
}
|
13673
|
+
}
|
13674
|
+
|
13675
|
+
export { ACTION_HOOK_LABEL, Alignments, AnimationStyles, BackgroundSizes, Box, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, FlexDirections, FlexItem, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYOUT_COMPONENT_NAMES, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, Avatar as V2Avatar, Button as V2Button, CloseButton as V2CloseButton, Icon as V2Icon, Image as V2Image, Layout as V2Layout, Text as V2Text, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|