@plaidev/karte-action-sdk 1.1.268-29127338.e0debfc5 → 1.1.268-29128731.e21f076b
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/components-flex/layout/types.d.ts +2 -2
- package/dist/components-flex/modal/types.d.ts +2 -2
- package/dist/components-flex/props.d.ts +8 -0
- package/dist/components-flex/utils/prop-to-style.d.ts +2 -3
- package/dist/hydrate/components-flex/layout/types.d.ts +2 -2
- package/dist/hydrate/components-flex/modal/types.d.ts +2 -2
- package/dist/hydrate/components-flex/props.d.ts +8 -0
- package/dist/hydrate/components-flex/utils/prop-to-style.d.ts +2 -3
- package/dist/hydrate/index.es.js +107 -111
- package/dist/index.es.js +105 -109
- package/dist/svelte5/components-flex/layout/types.d.ts +2 -2
- package/dist/svelte5/components-flex/modal/types.d.ts +2 -2
- package/dist/svelte5/components-flex/props.d.ts +8 -0
- package/dist/svelte5/components-flex/utils/prop-to-style.d.ts +2 -3
- package/dist/svelte5/hydrate/components-flex/layout/types.d.ts +2 -2
- package/dist/svelte5/hydrate/components-flex/modal/types.d.ts +2 -2
- package/dist/svelte5/hydrate/components-flex/props.d.ts +8 -0
- package/dist/svelte5/hydrate/components-flex/utils/prop-to-style.d.ts +2 -3
- package/dist/svelte5/hydrate/index.es.js +36 -40
- package/dist/svelte5/index.es.js +36 -40
- package/dist/svelte5/index.front2.es.js +36 -40
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -6432,7 +6432,7 @@ var TextButtonElement_default = TextButtonElement;
|
|
6432
6432
|
//#endregion
|
6433
6433
|
//#region src/components/ImageElement.svelte
|
6434
6434
|
function add_css$48(target) {
|
6435
|
-
append_styles(target, "svelte-
|
6435
|
+
append_styles(target, "svelte-1vf67bu", ".image-element.svelte-1vf67bu{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1vf67bu > .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-1vf67bu > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1vf67bu > .button:not(._disabled):hover,.image-element.transport.svelte-1vf67bu > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1),\n 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-1vf67bu{width:100%;height:100%}");
|
6436
6436
|
}
|
6437
6437
|
function create_default_slot$5(ctx) {
|
6438
6438
|
let img;
|
@@ -6441,7 +6441,7 @@ function create_default_slot$5(ctx) {
|
|
6441
6441
|
return {
|
6442
6442
|
c() {
|
6443
6443
|
img = element("img");
|
6444
|
-
attr(img, "class", "image svelte-
|
6444
|
+
attr(img, "class", "image svelte-1vf67bu");
|
6445
6445
|
attr(img, "loading", "lazy");
|
6446
6446
|
attr(img, "width", "auto");
|
6447
6447
|
attr(img, "height", "auto");
|
@@ -6488,7 +6488,7 @@ function create_fragment$84(ctx) {
|
|
6488
6488
|
c() {
|
6489
6489
|
div = element("div");
|
6490
6490
|
create_component(button.$$.fragment);
|
6491
|
-
attr(div, "class", div_class_value = "image-element " + (ctx[2] ? " transport" : "") + " svelte-
|
6491
|
+
attr(div, "class", div_class_value = "image-element " + (ctx[2] ? " transport" : "") + " svelte-1vf67bu");
|
6492
6492
|
},
|
6493
6493
|
m(target, anchor) {
|
6494
6494
|
insert(target, div, anchor);
|
@@ -6505,7 +6505,7 @@ function create_fragment$84(ctx) {
|
|
6505
6505
|
ctx: ctx$1
|
6506
6506
|
};
|
6507
6507
|
button.$set(button_changes);
|
6508
|
-
if (!current || dirty & 4 && div_class_value !== (div_class_value = "image-element " + (ctx$1[2] ? " transport" : "") + " svelte-
|
6508
|
+
if (!current || dirty & 4 && div_class_value !== (div_class_value = "image-element " + (ctx$1[2] ? " transport" : "") + " svelte-1vf67bu")) attr(div, "class", div_class_value);
|
6509
6509
|
},
|
6510
6510
|
i(local) {
|
6511
6511
|
if (current) return;
|
@@ -6723,7 +6723,7 @@ var List_default$1 = List$1;
|
|
6723
6723
|
//#endregion
|
6724
6724
|
//#region src/components/ListItem.svelte
|
6725
6725
|
function add_css$46(target) {
|
6726
|
-
append_styles(target, "svelte-
|
6726
|
+
append_styles(target, "svelte-r2zttu", ".list-item.svelte-r2zttu{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-r2zttu > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6727
6727
|
}
|
6728
6728
|
function create_default_slot$4(ctx) {
|
6729
6729
|
let current;
|
@@ -6794,7 +6794,7 @@ function create_fragment$82(ctx) {
|
|
6794
6794
|
c() {
|
6795
6795
|
div = element("div");
|
6796
6796
|
create_component(button.$$.fragment);
|
6797
|
-
attr(div, "class", "list-item svelte-
|
6797
|
+
attr(div, "class", "list-item svelte-r2zttu");
|
6798
6798
|
attr(
|
6799
6799
|
div,
|
6800
6800
|
"style",
|
@@ -6973,7 +6973,7 @@ var EmbedElement_default = EmbedElement;
|
|
6973
6973
|
//#endregion
|
6974
6974
|
//#region src/components/MovieYouTubeElement.svelte
|
6975
6975
|
function add_css$44(target) {
|
6976
|
-
append_styles(target, "svelte-
|
6976
|
+
append_styles(target, "svelte-1fyqoy1", ".embed.svelte-1fyqoy1{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-1fyqoy1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6977
6977
|
}
|
6978
6978
|
function create_fragment$80(ctx) {
|
6979
6979
|
let div1;
|
@@ -6983,7 +6983,7 @@ function create_fragment$80(ctx) {
|
|
6983
6983
|
div1 = element("div");
|
6984
6984
|
div0 = element("div");
|
6985
6985
|
attr(div0, "class", "karte-player");
|
6986
|
-
attr(div1, "class", "embed svelte-
|
6986
|
+
attr(div1, "class", "embed svelte-1fyqoy1");
|
6987
6987
|
attr(
|
6988
6988
|
div1,
|
6989
6989
|
"style",
|
@@ -7262,7 +7262,7 @@ var MovieYouTubeElement_default = MovieYouTubeElement;
|
|
7262
7262
|
//#endregion
|
7263
7263
|
//#region src/components/MovieVimeoElement.svelte
|
7264
7264
|
function add_css$43(target) {
|
7265
|
-
append_styles(target, "svelte-
|
7265
|
+
append_styles(target, "svelte-1fyqoy1", ".embed.svelte-1fyqoy1{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-1fyqoy1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
7266
7266
|
}
|
7267
7267
|
function create_fragment$79(ctx) {
|
7268
7268
|
let div1;
|
@@ -7272,7 +7272,7 @@ function create_fragment$79(ctx) {
|
|
7272
7272
|
div1 = element("div");
|
7273
7273
|
div0 = element("div");
|
7274
7274
|
attr(div0, "class", "karte-player");
|
7275
|
-
attr(div1, "class", "embed svelte-
|
7275
|
+
attr(div1, "class", "embed svelte-1fyqoy1");
|
7276
7276
|
attr(
|
7277
7277
|
div1,
|
7278
7278
|
"style",
|
@@ -7426,7 +7426,7 @@ var MovieVimeoElement_default = MovieVimeoElement;
|
|
7426
7426
|
//#endregion
|
7427
7427
|
//#region src/components/FormTextarea.svelte
|
7428
7428
|
function add_css$42(target) {
|
7429
|
-
append_styles(target, "svelte-
|
7429
|
+
append_styles(target, "svelte-augwt8", ".textarea-wrapper.svelte-augwt8{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-augwt8{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-augwt8::placeholder{color:var(--placeholder-color)}.textarea.svelte-augwt8:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7430
7430
|
}
|
7431
7431
|
function create_fragment$78(ctx) {
|
7432
7432
|
let div;
|
@@ -7437,7 +7437,7 @@ function create_fragment$78(ctx) {
|
|
7437
7437
|
c() {
|
7438
7438
|
div = element("div");
|
7439
7439
|
textarea = element("textarea");
|
7440
|
-
attr(textarea, "class", "textarea svelte-
|
7440
|
+
attr(textarea, "class", "textarea svelte-augwt8");
|
7441
7441
|
textarea.value = ctx[4];
|
7442
7442
|
textarea.required = ctx[1];
|
7443
7443
|
attr(
|
@@ -7452,7 +7452,7 @@ function create_fragment$78(ctx) {
|
|
7452
7452
|
/*style*/
|
7453
7453
|
ctx[3]
|
7454
7454
|
);
|
7455
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7455
|
+
attr(div, "class", "textarea-wrapper svelte-augwt8");
|
7456
7456
|
attr(
|
7457
7457
|
div,
|
7458
7458
|
"style",
|
@@ -7594,7 +7594,7 @@ var FormTextarea_default = FormTextarea;
|
|
7594
7594
|
//#endregion
|
7595
7595
|
//#region src/components/FormRadioButtons.svelte
|
7596
7596
|
function add_css$41(target) {
|
7597
|
-
append_styles(target, "svelte-
|
7597
|
+
append_styles(target, "svelte-152kveg", ".radio-buttons.svelte-152kveg{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-152kveg{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-152kveg{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-152kveg: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),\n 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-152kveg{margin-left:0.5em}");
|
7598
7598
|
}
|
7599
7599
|
function get_each_context$7(ctx, list, i) {
|
7600
7600
|
const child_ctx = ctx.slice();
|
@@ -7624,7 +7624,7 @@ function create_each_block$7(ctx) {
|
|
7624
7624
|
t1 = text(t1_value);
|
7625
7625
|
t2 = space();
|
7626
7626
|
attr(input, "type", "radio");
|
7627
|
-
attr(input, "class", "radio-button-input svelte-
|
7627
|
+
attr(input, "class", "radio-button-input svelte-152kveg");
|
7628
7628
|
attr(
|
7629
7629
|
input,
|
7630
7630
|
"style",
|
@@ -7639,9 +7639,9 @@ function create_each_block$7(ctx) {
|
|
7639
7639
|
);
|
7640
7640
|
input.value = input_value_value = ctx[17];
|
7641
7641
|
input.checked = input_checked_value = ctx[17] === ctx[3];
|
7642
|
-
attr(span, "class", "radio-button-text svelte-
|
7642
|
+
attr(span, "class", "radio-button-text svelte-152kveg");
|
7643
7643
|
attr(span, "style", span_style_value = `${ctx[2]} ${ctx[6]}`);
|
7644
|
-
attr(label, "class", "radio-button svelte-
|
7644
|
+
attr(label, "class", "radio-button svelte-152kveg");
|
7645
7645
|
},
|
7646
7646
|
m(target, anchor) {
|
7647
7647
|
insert(target, label, anchor);
|
@@ -7698,7 +7698,7 @@ function create_fragment$77(ctx) {
|
|
7698
7698
|
c() {
|
7699
7699
|
div = element("div");
|
7700
7700
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
7701
|
-
attr(div, "class", "radio-buttons svelte-
|
7701
|
+
attr(div, "class", "radio-buttons svelte-152kveg");
|
7702
7702
|
attr(
|
7703
7703
|
div,
|
7704
7704
|
"style",
|
@@ -7841,7 +7841,7 @@ var FormRadioButtons_default = FormRadioButtons;
|
|
7841
7841
|
//#endregion
|
7842
7842
|
//#region src/components/FormSelect.svelte
|
7843
7843
|
function add_css$40(target) {
|
7844
|
-
append_styles(target, "svelte-
|
7844
|
+
append_styles(target, "svelte-163uiff", ".select.svelte-163uiff{width:100%;height:100%}.select-select.svelte-163uiff{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-163uiff: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-163uiff{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}");
|
7845
7845
|
}
|
7846
7846
|
function get_each_context$6(ctx, list, i) {
|
7847
7847
|
const child_ctx = ctx.slice();
|
@@ -7955,15 +7955,15 @@ function create_fragment$76(ctx) {
|
|
7955
7955
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
7956
7956
|
t = space();
|
7957
7957
|
div0 = element("div");
|
7958
|
-
attr(select, "class", "select-select svelte-
|
7958
|
+
attr(select, "class", "select-select svelte-163uiff");
|
7959
7959
|
attr(
|
7960
7960
|
select,
|
7961
7961
|
"style",
|
7962
7962
|
/*style*/
|
7963
7963
|
ctx[3]
|
7964
7964
|
);
|
7965
|
-
attr(div0, "class", "select-icon svelte-
|
7966
|
-
attr(div1, "class", "select svelte-
|
7965
|
+
attr(div0, "class", "select-icon svelte-163uiff");
|
7966
|
+
attr(div1, "class", "select svelte-163uiff");
|
7967
7967
|
attr(
|
7968
7968
|
div1,
|
7969
7969
|
"style",
|
@@ -8137,7 +8137,7 @@ var FormSelect_default = FormSelect;
|
|
8137
8137
|
//#endregion
|
8138
8138
|
//#region src/components/FormCheckBoxes.svelte
|
8139
8139
|
function add_css$39(target) {
|
8140
|
-
append_styles(target, "svelte-
|
8140
|
+
append_styles(target, "svelte-1fqm5oa", ".check-boxes.svelte-1fqm5oa.svelte-1fqm5oa{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1fqm5oa.svelte-1fqm5oa{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1fqm5oa.svelte-1fqm5oa{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1fqm5oa.svelte-1fqm5oa{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-1fqm5oa.svelte-1fqm5oa{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1fqm5oa.svelte-1fqm5oa: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-1fqm5oa.svelte-1fqm5oa{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1fqm5oa .check-box-icon.svelte-1fqm5oa:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1fqm5oa.svelte-1fqm5oa{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
8141
8141
|
}
|
8142
8142
|
function get_each_context$5(ctx, list, i) {
|
8143
8143
|
const child_ctx = ctx.slice();
|
@@ -8172,7 +8172,7 @@ function create_each_block$5(ctx) {
|
|
8172
8172
|
span2 = element("span");
|
8173
8173
|
t2 = text(t2_value);
|
8174
8174
|
t3 = space();
|
8175
|
-
attr(input, "class", "check-box-input svelte-
|
8175
|
+
attr(input, "class", "check-box-input svelte-1fqm5oa");
|
8176
8176
|
attr(input, "type", "checkbox");
|
8177
8177
|
attr(
|
8178
8178
|
input,
|
@@ -8181,11 +8181,11 @@ function create_each_block$5(ctx) {
|
|
8181
8181
|
ctx[0]
|
8182
8182
|
);
|
8183
8183
|
input.checked = input_checked_value = ctx[4][ctx[19]];
|
8184
|
-
attr(span0, "class", "check-box-icon svelte-
|
8185
|
-
attr(span1, "class", span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-
|
8186
|
-
attr(span2, "class", "check-box-text svelte-
|
8184
|
+
attr(span0, "class", "check-box-icon svelte-1fqm5oa");
|
8185
|
+
attr(span1, "class", span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-1fqm5oa");
|
8186
|
+
attr(span2, "class", "check-box-text svelte-1fqm5oa");
|
8187
8187
|
attr(span2, "style", span2_style_value = `${ctx[2]} ${ctx[6]}`);
|
8188
|
-
attr(label, "class", "check-box svelte-
|
8188
|
+
attr(label, "class", "check-box svelte-1fqm5oa");
|
8189
8189
|
attr(
|
8190
8190
|
label,
|
8191
8191
|
"style",
|
@@ -8225,7 +8225,7 @@ function create_each_block$5(ctx) {
|
|
8225
8225
|
ctx[0]
|
8226
8226
|
);
|
8227
8227
|
if (dirty & 16 && input_checked_value !== (input_checked_value = ctx[4][ctx[19]])) input.checked = input_checked_value;
|
8228
|
-
if (dirty & 16 && span1_class_value !== (span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-
|
8228
|
+
if (dirty & 16 && span1_class_value !== (span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-1fqm5oa")) attr(span1, "class", span1_class_value);
|
8229
8229
|
if (dirty & 8 && t2_value !== (t2_value = ctx[17] + "")) set_data(t2, t2_value);
|
8230
8230
|
if (dirty & 4 && span2_style_value !== (span2_style_value = `${ctx[2]} ${ctx[6]}`)) attr(span2, "style", span2_style_value);
|
8231
8231
|
if (dirty & 32) attr(
|
@@ -8251,7 +8251,7 @@ function create_fragment$75(ctx) {
|
|
8251
8251
|
c() {
|
8252
8252
|
div = element("div");
|
8253
8253
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
8254
|
-
attr(div, "class", "check-boxes svelte-
|
8254
|
+
attr(div, "class", "check-boxes svelte-1fqm5oa");
|
8255
8255
|
attr(
|
8256
8256
|
div,
|
8257
8257
|
"style",
|
@@ -8402,7 +8402,7 @@ var FormCheckBoxes_default = FormCheckBoxes;
|
|
8402
8402
|
//#endregion
|
8403
8403
|
//#region src/components/FormRatingButtonsNumber.svelte
|
8404
8404
|
function add_css$38(target) {
|
8405
|
-
append_styles(target, "svelte-
|
8405
|
+
append_styles(target, "svelte-1b5niix", ".rating-buttons.svelte-1b5niix{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1b5niix{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s,\n box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8406
8406
|
}
|
8407
8407
|
function get_each_context$4(ctx, list, i) {
|
8408
8408
|
const child_ctx = ctx.slice();
|
@@ -8422,7 +8422,7 @@ function create_each_block$4(ctx) {
|
|
8422
8422
|
button = element("button");
|
8423
8423
|
t0 = text(t0_value);
|
8424
8424
|
t1 = space();
|
8425
|
-
attr(button, "class", "rating-button svelte-
|
8425
|
+
attr(button, "class", "rating-button svelte-1b5niix");
|
8426
8426
|
attr(button, "style", button_style_value = ctx[5](
|
8427
8427
|
/*i*/
|
8428
8428
|
ctx[14] === ctx[2]
|
@@ -8478,7 +8478,7 @@ function create_fragment$74(ctx) {
|
|
8478
8478
|
c() {
|
8479
8479
|
div = element("div");
|
8480
8480
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
8481
|
-
attr(div, "class", "rating-buttons svelte-
|
8481
|
+
attr(div, "class", "rating-buttons svelte-1b5niix");
|
8482
8482
|
},
|
8483
8483
|
m(target, anchor) {
|
8484
8484
|
insert(target, div, anchor);
|
@@ -8595,7 +8595,7 @@ var FormRatingButtonsNumber_default = FormRatingButtonsNumber;
|
|
8595
8595
|
//#endregion
|
8596
8596
|
//#region src/components/FormRatingButtonsFace.svelte
|
8597
8597
|
function add_css$37(target) {
|
8598
|
-
append_styles(target, "svelte-
|
8598
|
+
append_styles(target, "svelte-rjdxzu", ".rating-buttons.svelte-rjdxzu{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-rjdxzu{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-rjdxzu{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-rjdxzu:not(._active){filter:grayscale(100%)}");
|
8599
8599
|
}
|
8600
8600
|
function get_each_context$3(ctx, list, i) {
|
8601
8601
|
const child_ctx = ctx.slice();
|
@@ -8617,9 +8617,9 @@ function create_each_block$3(ctx) {
|
|
8617
8617
|
img = element("img");
|
8618
8618
|
t = space();
|
8619
8619
|
if (!src_url_equal(img.src, img_src_value = ctx[2][ctx[10]])) attr(img, "src", img_src_value);
|
8620
|
-
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-
|
8620
|
+
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-rjdxzu");
|
8621
8621
|
attr(img, "alt", img_alt_value = "rate" + ctx[10]);
|
8622
|
-
attr(button, "class", "rating-button svelte-
|
8622
|
+
attr(button, "class", "rating-button svelte-rjdxzu");
|
8623
8623
|
attr(
|
8624
8624
|
button,
|
8625
8625
|
"style",
|
@@ -8646,7 +8646,7 @@ function create_each_block$3(ctx) {
|
|
8646
8646
|
},
|
8647
8647
|
p(new_ctx, dirty) {
|
8648
8648
|
ctx = new_ctx;
|
8649
|
-
if (dirty & 2 && img_class_value !== (img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-
|
8649
|
+
if (dirty & 2 && img_class_value !== (img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-rjdxzu")) attr(img, "class", img_class_value);
|
8650
8650
|
if (dirty & 1) attr(
|
8651
8651
|
button,
|
8652
8652
|
"style",
|
@@ -8670,7 +8670,7 @@ function create_fragment$73(ctx) {
|
|
8670
8670
|
c() {
|
8671
8671
|
div = element("div");
|
8672
8672
|
for (let i = 0; i < each_blocks.length; i += 1) each_blocks[i].c();
|
8673
|
-
attr(div, "class", "rating-buttons svelte-
|
8673
|
+
attr(div, "class", "rating-buttons svelte-rjdxzu");
|
8674
8674
|
},
|
8675
8675
|
m(target, anchor) {
|
8676
8676
|
insert(target, div, anchor);
|
@@ -8970,7 +8970,7 @@ var FormIdentifyInput_default = FormIdentifyInput;
|
|
8970
8970
|
//#endregion
|
8971
8971
|
//#region src/components/FormIdentifyChoices.svelte
|
8972
8972
|
function add_css$35(target) {
|
8973
|
-
append_styles(target, "svelte-
|
8973
|
+
append_styles(target, "svelte-152kveg", ".radio-buttons.svelte-152kveg{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-152kveg{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-152kveg{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-152kveg: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),\n 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-152kveg{margin-left:0.5em}");
|
8974
8974
|
}
|
8975
8975
|
function create_fragment$71(ctx) {
|
8976
8976
|
let div;
|
@@ -9006,7 +9006,7 @@ function create_fragment$71(ctx) {
|
|
9006
9006
|
span1 = element("span");
|
9007
9007
|
t4 = text("いいえ");
|
9008
9008
|
attr(input0, "type", "radio");
|
9009
|
-
attr(input0, "class", "radio-button-input svelte-
|
9009
|
+
attr(input0, "class", "radio-button-input svelte-152kveg");
|
9010
9010
|
attr(
|
9011
9011
|
input0,
|
9012
9012
|
"style",
|
@@ -9014,11 +9014,11 @@ function create_fragment$71(ctx) {
|
|
9014
9014
|
ctx[2]
|
9015
9015
|
);
|
9016
9016
|
input0.checked = input0_checked_value = ctx[3] === true;
|
9017
|
-
attr(span0, "class", "radio-button-text svelte-
|
9017
|
+
attr(span0, "class", "radio-button-text svelte-152kveg");
|
9018
9018
|
attr(span0, "style", span0_style_value = `${ctx[1]} ${ctx[4]}`);
|
9019
|
-
attr(label0, "class", "radio-button svelte-
|
9019
|
+
attr(label0, "class", "radio-button svelte-152kveg");
|
9020
9020
|
attr(input1, "type", "radio");
|
9021
|
-
attr(input1, "class", "radio-button-input svelte-
|
9021
|
+
attr(input1, "class", "radio-button-input svelte-152kveg");
|
9022
9022
|
attr(
|
9023
9023
|
input1,
|
9024
9024
|
"style",
|
@@ -9026,10 +9026,10 @@ function create_fragment$71(ctx) {
|
|
9026
9026
|
ctx[2]
|
9027
9027
|
);
|
9028
9028
|
input1.checked = input1_checked_value = ctx[3] === false;
|
9029
|
-
attr(span1, "class", "radio-button-text svelte-
|
9029
|
+
attr(span1, "class", "radio-button-text svelte-152kveg");
|
9030
9030
|
attr(span1, "style", span1_style_value = `${ctx[1]} ${ctx[4]}`);
|
9031
|
-
attr(label1, "class", "radio-button svelte-
|
9032
|
-
attr(div, "class", "radio-buttons svelte-
|
9031
|
+
attr(label1, "class", "radio-button svelte-152kveg");
|
9032
|
+
attr(div, "class", "radio-buttons svelte-152kveg");
|
9033
9033
|
attr(
|
9034
9034
|
div,
|
9035
9035
|
"style",
|
@@ -9188,7 +9188,7 @@ var FormIdentifyChoices_default = FormIdentifyChoices;
|
|
9188
9188
|
//#endregion
|
9189
9189
|
//#region src/components/Slide.svelte
|
9190
9190
|
function add_css$34(target) {
|
9191
|
-
append_styles(target, "svelte-
|
9191
|
+
append_styles(target, "svelte-zx7o47", ".root.svelte-zx7o47{width:100%;height:100%;position:relative}.container.svelte-zx7o47{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-zx7o47{height:100%;position:absolute;display:flex}.transition.svelte-zx7o47{transition:left 0.2s cubic-bezier(0.04, 0.67, 0.53, 0.96)}.item.svelte-zx7o47{height:100%;flex:none}.prev-button-container.svelte-zx7o47,.next-button-container.svelte-zx7o47{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-zx7o47{left:0}.next-button-container.svelte-zx7o47{right:0}.move-button.svelte-zx7o47{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-zx7o47{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-zx7o47{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-zx7o47{border-radius:51%}");
|
9192
9192
|
}
|
9193
9193
|
function get_each_context$2(ctx, list, i) {
|
9194
9194
|
const child_ctx = ctx.slice();
|
@@ -9218,14 +9218,14 @@ function create_if_block_1$2(ctx) {
|
|
9218
9218
|
/*prevIconStyle*/
|
9219
9219
|
ctx[10]
|
9220
9220
|
);
|
9221
|
-
attr(button, "class", "move-button svelte-
|
9221
|
+
attr(button, "class", "move-button svelte-zx7o47");
|
9222
9222
|
attr(
|
9223
9223
|
button,
|
9224
9224
|
"style",
|
9225
9225
|
/*_prevButtonContainerStyle*/
|
9226
9226
|
ctx[9]
|
9227
9227
|
);
|
9228
|
-
attr(div, "class", "prev-button-container svelte-
|
9228
|
+
attr(div, "class", "prev-button-container svelte-zx7o47");
|
9229
9229
|
},
|
9230
9230
|
m(target, anchor) {
|
9231
9231
|
insert(target, div, anchor);
|
@@ -9285,14 +9285,14 @@ function create_if_block$11(ctx) {
|
|
9285
9285
|
/*nextIconStyle*/
|
9286
9286
|
ctx[8]
|
9287
9287
|
);
|
9288
|
-
attr(button, "class", "move-button svelte-
|
9288
|
+
attr(button, "class", "move-button svelte-zx7o47");
|
9289
9289
|
attr(
|
9290
9290
|
button,
|
9291
9291
|
"style",
|
9292
9292
|
/*_nextButtonContainerStyle*/
|
9293
9293
|
ctx[7]
|
9294
9294
|
);
|
9295
|
-
attr(div, "class", "next-button-container svelte-
|
9295
|
+
attr(div, "class", "next-button-container svelte-zx7o47");
|
9296
9296
|
},
|
9297
9297
|
m(target, anchor) {
|
9298
9298
|
insert(target, div, anchor);
|
@@ -9348,12 +9348,12 @@ function create_each_block$2(ctx) {
|
|
9348
9348
|
button = element("button");
|
9349
9349
|
div = element("div");
|
9350
9350
|
t = space();
|
9351
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9351
|
+
attr(div, "class", "navigation-item-inner circle svelte-zx7o47");
|
9352
9352
|
attr(div, "style", div_style_value = ctx[5](
|
9353
9353
|
/*i*/
|
9354
9354
|
ctx[63]
|
9355
9355
|
));
|
9356
|
-
attr(button, "class", "navigation-item svelte-
|
9356
|
+
attr(button, "class", "navigation-item svelte-zx7o47");
|
9357
9357
|
attr(
|
9358
9358
|
button,
|
9359
9359
|
"style",
|
@@ -9432,21 +9432,21 @@ function create_fragment$70(ctx) {
|
|
9432
9432
|
attr(div0, "class", div0_class_value = null_to_empty(
|
9433
9433
|
/*slideClass*/
|
9434
9434
|
ctx[13]
|
9435
|
-
) + " svelte-
|
9435
|
+
) + " svelte-zx7o47");
|
9436
9436
|
attr(
|
9437
9437
|
div0,
|
9438
9438
|
"style",
|
9439
9439
|
/*slideStyle*/
|
9440
9440
|
ctx[14]
|
9441
9441
|
);
|
9442
|
-
attr(div1, "class", "container svelte-
|
9442
|
+
attr(div1, "class", "container svelte-zx7o47");
|
9443
9443
|
attr(
|
9444
9444
|
div1,
|
9445
9445
|
"style",
|
9446
9446
|
/*_style*/
|
9447
9447
|
ctx[0]
|
9448
9448
|
);
|
9449
|
-
attr(div2, "class", "navigation svelte-
|
9449
|
+
attr(div2, "class", "navigation svelte-zx7o47");
|
9450
9450
|
attr(
|
9451
9451
|
div2,
|
9452
9452
|
"style",
|
@@ -9454,7 +9454,7 @@ function create_fragment$70(ctx) {
|
|
9454
9454
|
ctx[4]
|
9455
9455
|
);
|
9456
9456
|
set_attributes(div3, div3_data);
|
9457
|
-
toggle_class(div3, "svelte-
|
9457
|
+
toggle_class(div3, "svelte-zx7o47", true);
|
9458
9458
|
},
|
9459
9459
|
m(target, anchor) {
|
9460
9460
|
insert(target, div3, anchor);
|
@@ -9496,7 +9496,7 @@ function create_fragment$70(ctx) {
|
|
9496
9496
|
if (!current || dirty[0] & 8192 && div0_class_value !== (div0_class_value = null_to_empty(
|
9497
9497
|
/*slideClass*/
|
9498
9498
|
ctx$1[13]
|
9499
|
-
) + " svelte-
|
9499
|
+
) + " svelte-zx7o47")) attr(div0, "class", div0_class_value);
|
9500
9500
|
if (!current || dirty[0] & 16384) attr(
|
9501
9501
|
div0,
|
9502
9502
|
"style",
|
@@ -9551,7 +9551,7 @@ function create_fragment$70(ctx) {
|
|
9551
9551
|
ctx$1[4]
|
9552
9552
|
);
|
9553
9553
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation("click")]));
|
9554
|
-
toggle_class(div3, "svelte-
|
9554
|
+
toggle_class(div3, "svelte-zx7o47", true);
|
9555
9555
|
},
|
9556
9556
|
i(local) {
|
9557
9557
|
if (current) return;
|
@@ -9943,7 +9943,7 @@ var Slide_default = Slide;
|
|
9943
9943
|
//#endregion
|
9944
9944
|
//#region src/components/SlideItem.svelte
|
9945
9945
|
function add_css$33(target) {
|
9946
|
-
append_styles(target, "svelte-
|
9946
|
+
append_styles(target, "svelte-18y82pg", ".item.svelte-18y82pg{height:100%;flex:none;position:relative}.item.svelte-18y82pg img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-18y82pg{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9947
9947
|
}
|
9948
9948
|
function create_fragment$69(ctx) {
|
9949
9949
|
let div1;
|
@@ -9962,14 +9962,14 @@ function create_fragment$69(ctx) {
|
|
9962
9962
|
div1 = element("div");
|
9963
9963
|
div0 = element("div");
|
9964
9964
|
if (default_slot) default_slot.c();
|
9965
|
-
attr(div0, "class", "item-inner svelte-
|
9965
|
+
attr(div0, "class", "item-inner svelte-18y82pg");
|
9966
9966
|
attr(
|
9967
9967
|
div0,
|
9968
9968
|
"style",
|
9969
9969
|
/*_style*/
|
9970
9970
|
ctx[0]
|
9971
9971
|
);
|
9972
|
-
attr(div1, "class", "item svelte-
|
9972
|
+
attr(div1, "class", "item svelte-18y82pg");
|
9973
9973
|
attr(
|
9974
9974
|
div1,
|
9975
9975
|
"style",
|
@@ -10387,7 +10387,7 @@ var Box_default = Box;
|
|
10387
10387
|
//#endregion
|
10388
10388
|
//#region src/components/IconElement.svelte
|
10389
10389
|
function add_css$30(target) {
|
10390
|
-
append_styles(target, "svelte-
|
10390
|
+
append_styles(target, "svelte-1iet6ze", ".icon.svelte-1iet6ze{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1iet6ze > .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-1iet6ze > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1iet6ze svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10391
10391
|
}
|
10392
10392
|
function create_if_block$10(ctx) {
|
10393
10393
|
let html_tag;
|
@@ -10464,7 +10464,7 @@ function create_fragment$66(ctx) {
|
|
10464
10464
|
c() {
|
10465
10465
|
div = element("div");
|
10466
10466
|
create_component(button.$$.fragment);
|
10467
|
-
attr(div, "class", "icon svelte-
|
10467
|
+
attr(div, "class", "icon svelte-1iet6ze");
|
10468
10468
|
},
|
10469
10469
|
m(target, anchor) {
|
10470
10470
|
insert(target, div, anchor);
|
@@ -11428,7 +11428,7 @@ var TextButtonBlock_default = TextButtonBlock;
|
|
11428
11428
|
//#endregion
|
11429
11429
|
//#region src/components/ImageBlock.svelte
|
11430
11430
|
function add_css$24(target) {
|
11431
|
-
append_styles(target, "svelte-
|
11431
|
+
append_styles(target, "svelte-1f85nmx", ".image-block.svelte-1f85nmx{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-1f85nmx{width:100%;height:100%}.transport.svelte-1f85nmx:hover,.transport.svelte-1f85nmx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1),\n 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11432
11432
|
}
|
11433
11433
|
function create_fragment$59(ctx) {
|
11434
11434
|
let div;
|
@@ -11442,7 +11442,7 @@ function create_fragment$59(ctx) {
|
|
11442
11442
|
c() {
|
11443
11443
|
div = element("div");
|
11444
11444
|
img = element("img");
|
11445
|
-
attr(img, "class", "image svelte-
|
11445
|
+
attr(img, "class", "image svelte-1f85nmx");
|
11446
11446
|
attr(img, "loading", "lazy");
|
11447
11447
|
attr(img, "width", "auto");
|
11448
11448
|
attr(img, "height", "auto");
|
@@ -11454,7 +11454,7 @@ function create_fragment$59(ctx) {
|
|
11454
11454
|
/*alt*/
|
11455
11455
|
ctx[1]
|
11456
11456
|
);
|
11457
|
-
attr(div, "class", div_class_value = null_to_empty("image-block" + (ctx[2] ? " transport" : "")) + " svelte-
|
11457
|
+
attr(div, "class", div_class_value = null_to_empty("image-block" + (ctx[2] ? " transport" : "")) + " svelte-1f85nmx");
|
11458
11458
|
attr(
|
11459
11459
|
div,
|
11460
11460
|
"style",
|
@@ -11484,7 +11484,7 @@ function create_fragment$59(ctx) {
|
|
11484
11484
|
/*alt*/
|
11485
11485
|
ctx$1[1]
|
11486
11486
|
);
|
11487
|
-
if (dirty & 4 && div_class_value !== (div_class_value = null_to_empty("image-block" + (ctx$1[2] ? " transport" : "")) + " svelte-
|
11487
|
+
if (dirty & 4 && div_class_value !== (div_class_value = null_to_empty("image-block" + (ctx$1[2] ? " transport" : "")) + " svelte-1f85nmx")) attr(div, "class", div_class_value);
|
11488
11488
|
if (dirty & 32) attr(
|
11489
11489
|
div,
|
11490
11490
|
"style",
|
@@ -11761,7 +11761,7 @@ const toCssPadding = (p) => {
|
|
11761
11761
|
paddingBottom: p?.paddingBottom
|
11762
11762
|
};
|
11763
11763
|
};
|
11764
|
-
const
|
11764
|
+
const toCssBackground = (p) => {
|
11765
11765
|
const url = p?.backgroundImageUrl;
|
11766
11766
|
return {
|
11767
11767
|
backgroundImage: url ? `url(${url})` : void 0,
|
@@ -11769,12 +11769,10 @@ const toCssBackgroundImage = (p) => {
|
|
11769
11769
|
backgroundPositionX: p?.backgroundPositionX ?? "center",
|
11770
11770
|
backgroundPositionY: p?.backgroundPositionY ?? "center",
|
11771
11771
|
backgroundBlendMode: p?.backgroundBlendMode,
|
11772
|
-
backgroundColor: p?.backgroundBlendColor
|
11772
|
+
backgroundColor: p?.backgroundBlendColor ?? p?.backgroundColor,
|
11773
|
+
backgroundRepeat: "no-repeat"
|
11773
11774
|
};
|
11774
11775
|
};
|
11775
|
-
const toCssBackgroundColor = (p) => {
|
11776
|
-
return { backgroundColor: p?.backgroundColor };
|
11777
|
-
};
|
11778
11776
|
const toCssRadius = (p) => {
|
11779
11777
|
return {
|
11780
11778
|
borderTopLeftRadius: p?.borderTopLeftRadius,
|
@@ -11885,7 +11883,7 @@ const AVATAR_SIZE_STYLES = {
|
|
11885
11883
|
//#endregion
|
11886
11884
|
//#region src/components-flex/avatar/Avatar.svelte
|
11887
11885
|
function add_css$23(target) {
|
11888
|
-
append_styles(target, "svelte-
|
11886
|
+
append_styles(target, "svelte-1xhdr99", ".avatar.svelte-1xhdr99{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:0;background:none;padding:0;margin:0;text-align:left;-webkit-appearance:none}");
|
11889
11887
|
}
|
11890
11888
|
function create_dynamic_element$11(ctx) {
|
11891
11889
|
let svelte_element;
|
@@ -11910,7 +11908,7 @@ function create_dynamic_element$11(ctx) {
|
|
11910
11908
|
);
|
11911
11909
|
img = element("img");
|
11912
11910
|
if (!src_url_equal(img.src, img_src_value = ctx[0].image)) attr(img, "src", img_src_value);
|
11913
|
-
attr(img, "class", "avatar-image svelte-
|
11911
|
+
attr(img, "class", "avatar-image svelte-1xhdr99");
|
11914
11912
|
attr(img, "alt", img_alt_value = ctx[0].alt);
|
11915
11913
|
attr(
|
11916
11914
|
img,
|
@@ -11923,7 +11921,7 @@ function create_dynamic_element$11(ctx) {
|
|
11923
11921
|
ctx[5]
|
11924
11922
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
11925
11923
|
else set_attributes(svelte_element, svelte_element_data);
|
11926
|
-
toggle_class(svelte_element, "svelte-
|
11924
|
+
toggle_class(svelte_element, "svelte-1xhdr99", true);
|
11927
11925
|
},
|
11928
11926
|
m(target, anchor) {
|
11929
11927
|
insert(target, svelte_element, anchor);
|
@@ -11958,7 +11956,7 @@ function create_dynamic_element$11(ctx) {
|
|
11958
11956
|
ctx$1[5]
|
11959
11957
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
11960
11958
|
else set_attributes(svelte_element, svelte_element_data);
|
11961
|
-
toggle_class(svelte_element, "svelte-
|
11959
|
+
toggle_class(svelte_element, "svelte-1xhdr99", true);
|
11962
11960
|
},
|
11963
11961
|
d(detaching) {
|
11964
11962
|
if (detaching) detach(svelte_element);
|
@@ -14246,7 +14244,7 @@ function darkenColor(color, percent) {
|
|
14246
14244
|
//#endregion
|
14247
14245
|
//#region src/components-flex/button/Button.svelte
|
14248
14246
|
function add_css$21(target) {
|
14249
|
-
append_styles(target, "svelte-
|
14247
|
+
append_styles(target, "svelte-l0rauj", ".button.svelte-l0rauj{display:inline-flex;gap:0.8em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;color:var(--color);border-color:var(--border-color);background-color:var(--bg-color)}.button.svelte-l0rauj:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-l0rauj{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14250
14248
|
}
|
14251
14249
|
function create_if_block$9(ctx) {
|
14252
14250
|
let div;
|
@@ -14262,7 +14260,7 @@ function create_if_block$9(ctx) {
|
|
14262
14260
|
c() {
|
14263
14261
|
div = element("div");
|
14264
14262
|
create_component(icon.$$.fragment);
|
14265
|
-
attr(div, "class", "button-icon svelte-
|
14263
|
+
attr(div, "class", "button-icon svelte-l0rauj");
|
14266
14264
|
},
|
14267
14265
|
m(target, anchor) {
|
14268
14266
|
insert(target, div, anchor);
|
@@ -14329,7 +14327,7 @@ function create_dynamic_element$9(ctx) {
|
|
14329
14327
|
ctx[4]
|
14330
14328
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14331
14329
|
else set_attributes(svelte_element, svelte_element_data);
|
14332
|
-
toggle_class(svelte_element, "svelte-
|
14330
|
+
toggle_class(svelte_element, "svelte-l0rauj", true);
|
14333
14331
|
},
|
14334
14332
|
m(target, anchor) {
|
14335
14333
|
insert(target, svelte_element, anchor);
|
@@ -14378,7 +14376,7 @@ function create_dynamic_element$9(ctx) {
|
|
14378
14376
|
ctx$1[4]
|
14379
14377
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14380
14378
|
else set_attributes(svelte_element, svelte_element_data);
|
14381
|
-
toggle_class(svelte_element, "svelte-
|
14379
|
+
toggle_class(svelte_element, "svelte-l0rauj", true);
|
14382
14380
|
},
|
14383
14381
|
i(local) {
|
14384
14382
|
if (current) return;
|
@@ -14632,7 +14630,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
14632
14630
|
//#endregion
|
14633
14631
|
//#region src/components-flex/button-outlined/ButtonOutlined.svelte
|
14634
14632
|
function add_css$20(target) {
|
14635
|
-
append_styles(target, "svelte-
|
14633
|
+
append_styles(target, "svelte-z8gomx", ".button-outlined.svelte-z8gomx{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-z8gomx:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-z8gomx{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14636
14634
|
}
|
14637
14635
|
function create_if_block$8(ctx) {
|
14638
14636
|
let div;
|
@@ -14648,7 +14646,7 @@ function create_if_block$8(ctx) {
|
|
14648
14646
|
c() {
|
14649
14647
|
div = element("div");
|
14650
14648
|
create_component(icon.$$.fragment);
|
14651
|
-
attr(div, "class", "button-outlined-icon svelte-
|
14649
|
+
attr(div, "class", "button-outlined-icon svelte-z8gomx");
|
14652
14650
|
},
|
14653
14651
|
m(target, anchor) {
|
14654
14652
|
insert(target, div, anchor);
|
@@ -14708,13 +14706,13 @@ function create_dynamic_element$8(ctx) {
|
|
14708
14706
|
t0 = space();
|
14709
14707
|
span = element("span");
|
14710
14708
|
t1 = text(t1_value);
|
14711
|
-
attr(span, "class", "button-outlined-label svelte-
|
14709
|
+
attr(span, "class", "button-outlined-label svelte-z8gomx");
|
14712
14710
|
if (/-/.test(
|
14713
14711
|
/*element*/
|
14714
14712
|
ctx[4]
|
14715
14713
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14716
14714
|
else set_attributes(svelte_element, svelte_element_data);
|
14717
|
-
toggle_class(svelte_element, "svelte-
|
14715
|
+
toggle_class(svelte_element, "svelte-z8gomx", true);
|
14718
14716
|
},
|
14719
14717
|
m(target, anchor) {
|
14720
14718
|
insert(target, svelte_element, anchor);
|
@@ -14762,7 +14760,7 @@ function create_dynamic_element$8(ctx) {
|
|
14762
14760
|
ctx$1[4]
|
14763
14761
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
14764
14762
|
else set_attributes(svelte_element, svelte_element_data);
|
14765
|
-
toggle_class(svelte_element, "svelte-
|
14763
|
+
toggle_class(svelte_element, "svelte-z8gomx", true);
|
14766
14764
|
},
|
14767
14765
|
i(local) {
|
14768
14766
|
if (current) return;
|
@@ -14948,7 +14946,7 @@ const getButtonTextThemeStyles = getPropStyles(callback$2);
|
|
14948
14946
|
//#endregion
|
14949
14947
|
//#region src/components-flex/button-text/ButtonText.svelte
|
14950
14948
|
function add_css$19(target) {
|
14951
|
-
append_styles(target, "svelte-
|
14949
|
+
append_styles(target, "svelte-l90o4j", ".button-text.svelte-l90o4j{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-l90o4j:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-l90o4j{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14952
14950
|
}
|
14953
14951
|
function create_if_block$7(ctx) {
|
14954
14952
|
let div;
|
@@ -14964,7 +14962,7 @@ function create_if_block$7(ctx) {
|
|
14964
14962
|
c() {
|
14965
14963
|
div = element("div");
|
14966
14964
|
create_component(icon.$$.fragment);
|
14967
|
-
attr(div, "class", "button-text-icon svelte-
|
14965
|
+
attr(div, "class", "button-text-icon svelte-l90o4j");
|
14968
14966
|
},
|
14969
14967
|
m(target, anchor) {
|
14970
14968
|
insert(target, div, anchor);
|
@@ -15024,13 +15022,13 @@ function create_dynamic_element$7(ctx) {
|
|
15024
15022
|
t0 = space();
|
15025
15023
|
span = element("span");
|
15026
15024
|
t1 = text(t1_value);
|
15027
|
-
attr(span, "class", "button-text-label svelte-
|
15025
|
+
attr(span, "class", "button-text-label svelte-l90o4j");
|
15028
15026
|
if (/-/.test(
|
15029
15027
|
/*element*/
|
15030
15028
|
ctx[4]
|
15031
15029
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15032
15030
|
else set_attributes(svelte_element, svelte_element_data);
|
15033
|
-
toggle_class(svelte_element, "svelte-
|
15031
|
+
toggle_class(svelte_element, "svelte-l90o4j", true);
|
15034
15032
|
},
|
15035
15033
|
m(target, anchor) {
|
15036
15034
|
insert(target, svelte_element, anchor);
|
@@ -15078,7 +15076,7 @@ function create_dynamic_element$7(ctx) {
|
|
15078
15076
|
ctx$1[4]
|
15079
15077
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15080
15078
|
else set_attributes(svelte_element, svelte_element_data);
|
15081
|
-
toggle_class(svelte_element, "svelte-
|
15079
|
+
toggle_class(svelte_element, "svelte-l90o4j", true);
|
15082
15080
|
},
|
15083
15081
|
i(local) {
|
15084
15082
|
if (current) return;
|
@@ -15218,7 +15216,7 @@ const BUTTON_TEXT_THEME = {
|
|
15218
15216
|
//#endregion
|
15219
15217
|
//#region src/components-flex/close-button/CloseButton.svelte
|
15220
15218
|
function add_css$18(target) {
|
15221
|
-
append_styles(target, "svelte-
|
15219
|
+
append_styles(target, "svelte-1xcn1yw", ".close-button.svelte-1xcn1yw.svelte-1xcn1yw{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s}.close-button.svelte-1xcn1yw svg.svelte-1xcn1yw{transition:transform 0.12s}.close-button.svelte-1xcn1yw:hover svg.svelte-1xcn1yw{transform:rotate(90deg)}.close-button-order-one.svelte-1xcn1yw.svelte-1xcn1yw{order:1}.close-button-order-two.svelte-1xcn1yw.svelte-1xcn1yw{order:2}");
|
15222
15220
|
}
|
15223
15221
|
function create_if_block$6(ctx) {
|
15224
15222
|
let span;
|
@@ -15237,7 +15235,7 @@ function create_if_block$6(ctx) {
|
|
15237
15235
|
/*labelStyle*/
|
15238
15236
|
ctx[2]
|
15239
15237
|
);
|
15240
|
-
attr(span, "class", span_class_value = "close-button-label " + (ctx[10] ? "close-button-order-one" : "") + " svelte-
|
15238
|
+
attr(span, "class", span_class_value = "close-button-label " + (ctx[10] ? "close-button-order-one" : "") + " svelte-1xcn1yw");
|
15241
15239
|
},
|
15242
15240
|
m(target, anchor) {
|
15243
15241
|
insert(target, span, anchor);
|
@@ -15296,7 +15294,7 @@ function create_dynamic_element$6(ctx) {
|
|
15296
15294
|
/*color*/
|
15297
15295
|
ctx[8]
|
15298
15296
|
);
|
15299
|
-
attr(svg, "class", "svelte-
|
15297
|
+
attr(svg, "class", "svelte-1xcn1yw");
|
15300
15298
|
attr(
|
15301
15299
|
span,
|
15302
15300
|
"style",
|
@@ -15308,7 +15306,7 @@ function create_dynamic_element$6(ctx) {
|
|
15308
15306
|
ctx[6]
|
15309
15307
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15310
15308
|
else set_attributes(svelte_element, svelte_element_data);
|
15311
|
-
toggle_class(svelte_element, "svelte-
|
15309
|
+
toggle_class(svelte_element, "svelte-1xcn1yw", true);
|
15312
15310
|
},
|
15313
15311
|
m(target, anchor) {
|
15314
15312
|
insert(target, svelte_element, anchor);
|
@@ -15355,7 +15353,7 @@ function create_dynamic_element$6(ctx) {
|
|
15355
15353
|
ctx$1[6]
|
15356
15354
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15357
15355
|
else set_attributes(svelte_element, svelte_element_data);
|
15358
|
-
toggle_class(svelte_element, "svelte-
|
15356
|
+
toggle_class(svelte_element, "svelte-1xcn1yw", true);
|
15359
15357
|
},
|
15360
15358
|
d(detaching) {
|
15361
15359
|
if (detaching) detach(svelte_element);
|
@@ -15766,7 +15764,7 @@ const IMAGE_ASPECT_VARIANTS = {
|
|
15766
15764
|
//#endregion
|
15767
15765
|
//#region src/components-flex/layout/Layout.svelte
|
15768
15766
|
function add_css$16(target) {
|
15769
|
-
append_styles(target, "svelte-
|
15767
|
+
append_styles(target, "svelte-1o103hp", ".layout.svelte-1o103hp{text-decoration:none;color:inherit}.layout[data-clickable='true'].svelte-1o103hp{cursor:pointer}.layout[data-clickable='true'].svelte-1o103hp:hover{opacity:0.8}");
|
15770
15768
|
}
|
15771
15769
|
function create_dynamic_element$4(ctx) {
|
15772
15770
|
let svelte_element;
|
@@ -15795,7 +15793,7 @@ function create_dynamic_element$4(ctx) {
|
|
15795
15793
|
if (default_slot) default_slot.c();
|
15796
15794
|
if (/-/.test("div")) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15797
15795
|
else set_attributes(svelte_element, svelte_element_data);
|
15798
|
-
toggle_class(svelte_element, "svelte-
|
15796
|
+
toggle_class(svelte_element, "svelte-1o103hp", true);
|
15799
15797
|
},
|
15800
15798
|
m(target, anchor) {
|
15801
15799
|
insert(target, svelte_element, anchor);
|
@@ -15840,7 +15838,7 @@ function create_dynamic_element$4(ctx) {
|
|
15840
15838
|
]);
|
15841
15839
|
if (/-/.test("div")) set_custom_element_data_map(svelte_element, svelte_element_data);
|
15842
15840
|
else set_attributes(svelte_element, svelte_element_data);
|
15843
|
-
toggle_class(svelte_element, "svelte-
|
15841
|
+
toggle_class(svelte_element, "svelte-1o103hp", true);
|
15844
15842
|
},
|
15845
15843
|
i(local) {
|
15846
15844
|
if (current) return;
|
@@ -15926,8 +15924,7 @@ function instance$20($$self, $$props, $$invalidate) {
|
|
15926
15924
|
...toCssOverflow(props),
|
15927
15925
|
...toCssShadow(props),
|
15928
15926
|
...toCssRadius(props),
|
15929
|
-
...
|
15930
|
-
...toCssBackgroundImage(props),
|
15927
|
+
...toCssBackground(props),
|
15931
15928
|
...toCssCommon(props),
|
15932
15929
|
...toCssPadding(props),
|
15933
15930
|
...toCssBorder(props)
|
@@ -16740,7 +16737,7 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
16740
16737
|
color: getColor(),
|
16741
16738
|
...getCssSize(),
|
16742
16739
|
...toCssRadius(props),
|
16743
|
-
...
|
16740
|
+
...toCssBackground(props),
|
16744
16741
|
...toCssCommon(props),
|
16745
16742
|
...toCssPosition(props),
|
16746
16743
|
...toCssPadding(props),
|
@@ -17776,8 +17773,7 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
17776
17773
|
...toCssOverflow(props),
|
17777
17774
|
...toCssShadow(props),
|
17778
17775
|
...toCssRadius(props),
|
17779
|
-
...
|
17780
|
-
...toCssBackgroundColor(props),
|
17776
|
+
...toCssBackground(props),
|
17781
17777
|
...toCssBorder(props)
|
17782
17778
|
});
|
17783
17779
|
modalStyles.add(propsStyle);
|
@@ -19076,7 +19072,7 @@ const useText = (props) => {
|
|
19076
19072
|
color: getColor(),
|
19077
19073
|
...getCssSize(),
|
19078
19074
|
...toCssRadius(props),
|
19079
|
-
...
|
19075
|
+
...toCssBackground(props),
|
19080
19076
|
...toCssCommon(props),
|
19081
19077
|
...toCssPosition(props),
|
19082
19078
|
...toCssPadding(props),
|
@@ -19185,7 +19181,7 @@ var CountDownValue_default = CountDownValue;
|
|
19185
19181
|
//#endregion
|
19186
19182
|
//#region src/components-flex/clip-copy/ClipCopy.svelte
|
19187
19183
|
function add_css$1(target) {
|
19188
|
-
append_styles(target, "svelte-
|
19184
|
+
append_styles(target, "svelte-orhp4c", ".clipboard.svelte-orhp4c{position:relative;display:inline-flex}.clipboard-button.svelte-orhp4c{position:relative;display:inline-flex;align-items:center;white-space:nowrap;gap:12px;background:none;border:0;transition:0.12s;cursor:pointer}.clipboard-button.svelte-orhp4c:hover{opacity:0.8}.clipboard-button.svelte-orhp4c:active{opacity:0.6}.clipboard-tooltip.svelte-orhp4c{position:absolute;top:-8px;left:50%;display:block;transform:translate(-50%, -100%);padding:4px 10px;background-color:#333333;color:#ffffff;font-size:11px;font-weight:bold;border-radius:4px;transition:transform 0.2s ease-out;white-space:nowrap;pointer-events:none}.clipboard-tooltip.svelte-orhp4c:after{content:'';display:block;position:absolute;bottom:0;left:50%;width:8px;height:8px;background-color:#333333;border-radius:1px;transform:translate(-50%, 40%) rotate(45deg)}.clipboard-tooltip[aria-hidden='true'].svelte-orhp4c{opacity:0;transform:translate(-50%, -80%)}");
|
19189
19185
|
}
|
19190
19186
|
function create_fragment$4(ctx) {
|
19191
19187
|
let div;
|
@@ -19213,10 +19209,10 @@ function create_fragment$4(ctx) {
|
|
19213
19209
|
t0 = space();
|
19214
19210
|
span = element("span");
|
19215
19211
|
t1 = text("コピーしました");
|
19216
|
-
attr(button, "class", "clipboard-button svelte-
|
19212
|
+
attr(button, "class", "clipboard-button svelte-orhp4c");
|
19217
19213
|
attr(span, "aria-hidden", span_aria_hidden_value = !ctx[2]);
|
19218
|
-
attr(span, "class", "clipboard-tooltip svelte-
|
19219
|
-
attr(div, "class", "clipboard svelte-
|
19214
|
+
attr(span, "class", "clipboard-tooltip svelte-orhp4c");
|
19215
|
+
attr(div, "class", "clipboard svelte-orhp4c");
|
19220
19216
|
attr(
|
19221
19217
|
div,
|
19222
19218
|
"data-layer-id",
|