@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/hydrate/index.es.js
CHANGED
@@ -3988,7 +3988,7 @@ function create_fragment$95(ctx) {
|
|
3988
3988
|
if_block_anchor = empty();
|
3989
3989
|
},
|
3990
3990
|
l(nodes) {
|
3991
|
-
const head_nodes = head_selector("svelte-
|
3991
|
+
const head_nodes = head_selector("svelte-1xy0775", document.head);
|
3992
3992
|
if (if_block) if_block.l(head_nodes);
|
3993
3993
|
if_block_anchor = empty();
|
3994
3994
|
head_nodes.forEach(detach);
|
@@ -6946,7 +6946,7 @@ var TextButtonElement_default = TextButtonElement;
|
|
6946
6946
|
//#endregion
|
6947
6947
|
//#region src/components/ImageElement.svelte
|
6948
6948
|
function add_css$48(target) {
|
6949
|
-
append_styles(target, "svelte-
|
6949
|
+
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%}");
|
6950
6950
|
}
|
6951
6951
|
function create_default_slot$5(ctx) {
|
6952
6952
|
let img;
|
@@ -6970,7 +6970,7 @@ function create_default_slot$5(ctx) {
|
|
6970
6970
|
this.h();
|
6971
6971
|
},
|
6972
6972
|
h() {
|
6973
|
-
attr(img, "class", "image svelte-
|
6973
|
+
attr(img, "class", "image svelte-1vf67bu");
|
6974
6974
|
attr(img, "loading", "lazy");
|
6975
6975
|
attr(img, "width", "auto");
|
6976
6976
|
attr(img, "height", "auto");
|
@@ -7027,7 +7027,7 @@ function create_fragment$84(ctx) {
|
|
7027
7027
|
this.h();
|
7028
7028
|
},
|
7029
7029
|
h() {
|
7030
|
-
attr(div, "class", div_class_value = "image-element " + (ctx[2] ? " transport" : "") + " svelte-
|
7030
|
+
attr(div, "class", div_class_value = "image-element " + (ctx[2] ? " transport" : "") + " svelte-1vf67bu");
|
7031
7031
|
},
|
7032
7032
|
m(target, anchor) {
|
7033
7033
|
insert_hydration(target, div, anchor);
|
@@ -7044,7 +7044,7 @@ function create_fragment$84(ctx) {
|
|
7044
7044
|
ctx: ctx$1
|
7045
7045
|
};
|
7046
7046
|
button.$set(button_changes);
|
7047
|
-
if (!current || dirty & 4 && div_class_value !== (div_class_value = "image-element " + (ctx$1[2] ? " transport" : "") + " svelte-
|
7047
|
+
if (!current || dirty & 4 && div_class_value !== (div_class_value = "image-element " + (ctx$1[2] ? " transport" : "") + " svelte-1vf67bu")) attr(div, "class", div_class_value);
|
7048
7048
|
},
|
7049
7049
|
i(local) {
|
7050
7050
|
if (current) return;
|
@@ -7275,7 +7275,7 @@ var List_default$1 = List$1;
|
|
7275
7275
|
//#endregion
|
7276
7276
|
//#region src/components/ListItem.svelte
|
7277
7277
|
function add_css$46(target) {
|
7278
|
-
append_styles(target, "svelte-
|
7278
|
+
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}");
|
7279
7279
|
}
|
7280
7280
|
function create_default_slot$4(ctx) {
|
7281
7281
|
let current;
|
@@ -7362,7 +7362,7 @@ function create_fragment$82(ctx) {
|
|
7362
7362
|
this.h();
|
7363
7363
|
},
|
7364
7364
|
h() {
|
7365
|
-
attr(div, "class", "list-item svelte-
|
7365
|
+
attr(div, "class", "list-item svelte-r2zttu");
|
7366
7366
|
attr(
|
7367
7367
|
div,
|
7368
7368
|
"style",
|
@@ -7553,7 +7553,7 @@ var EmbedElement_default = EmbedElement;
|
|
7553
7553
|
//#endregion
|
7554
7554
|
//#region src/components/MovieYouTubeElement.svelte
|
7555
7555
|
function add_css$44(target) {
|
7556
|
-
append_styles(target, "svelte-
|
7556
|
+
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%}");
|
7557
7557
|
}
|
7558
7558
|
function create_fragment$80(ctx) {
|
7559
7559
|
let div1;
|
@@ -7577,7 +7577,7 @@ function create_fragment$80(ctx) {
|
|
7577
7577
|
},
|
7578
7578
|
h() {
|
7579
7579
|
attr(div0, "class", "karte-player");
|
7580
|
-
attr(div1, "class", "embed svelte-
|
7580
|
+
attr(div1, "class", "embed svelte-1fyqoy1");
|
7581
7581
|
attr(
|
7582
7582
|
div1,
|
7583
7583
|
"style",
|
@@ -7856,7 +7856,7 @@ var MovieYouTubeElement_default = MovieYouTubeElement;
|
|
7856
7856
|
//#endregion
|
7857
7857
|
//#region src/components/MovieVimeoElement.svelte
|
7858
7858
|
function add_css$43(target) {
|
7859
|
-
append_styles(target, "svelte-
|
7859
|
+
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%}");
|
7860
7860
|
}
|
7861
7861
|
function create_fragment$79(ctx) {
|
7862
7862
|
let div1;
|
@@ -7880,7 +7880,7 @@ function create_fragment$79(ctx) {
|
|
7880
7880
|
},
|
7881
7881
|
h() {
|
7882
7882
|
attr(div0, "class", "karte-player");
|
7883
|
-
attr(div1, "class", "embed svelte-
|
7883
|
+
attr(div1, "class", "embed svelte-1fyqoy1");
|
7884
7884
|
attr(
|
7885
7885
|
div1,
|
7886
7886
|
"style",
|
@@ -8034,7 +8034,7 @@ var MovieVimeoElement_default = MovieVimeoElement;
|
|
8034
8034
|
//#endregion
|
8035
8035
|
//#region src/components/FormTextarea.svelte
|
8036
8036
|
function add_css$42(target) {
|
8037
|
-
append_styles(target, "svelte-
|
8037
|
+
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}");
|
8038
8038
|
}
|
8039
8039
|
function create_fragment$78(ctx) {
|
8040
8040
|
let div;
|
@@ -8063,7 +8063,7 @@ function create_fragment$78(ctx) {
|
|
8063
8063
|
this.h();
|
8064
8064
|
},
|
8065
8065
|
h() {
|
8066
|
-
attr(textarea, "class", "textarea svelte-
|
8066
|
+
attr(textarea, "class", "textarea svelte-augwt8");
|
8067
8067
|
textarea.value = ctx[4];
|
8068
8068
|
textarea.required = ctx[1];
|
8069
8069
|
attr(
|
@@ -8078,7 +8078,7 @@ function create_fragment$78(ctx) {
|
|
8078
8078
|
/*style*/
|
8079
8079
|
ctx[3]
|
8080
8080
|
);
|
8081
|
-
attr(div, "class", "textarea-wrapper svelte-
|
8081
|
+
attr(div, "class", "textarea-wrapper svelte-augwt8");
|
8082
8082
|
attr(
|
8083
8083
|
div,
|
8084
8084
|
"style",
|
@@ -8220,7 +8220,7 @@ var FormTextarea_default = FormTextarea;
|
|
8220
8220
|
//#endregion
|
8221
8221
|
//#region src/components/FormRadioButtons.svelte
|
8222
8222
|
function add_css$41(target) {
|
8223
|
-
append_styles(target, "svelte-
|
8223
|
+
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}");
|
8224
8224
|
}
|
8225
8225
|
function get_each_context$7(ctx, list, i) {
|
8226
8226
|
const child_ctx = ctx.slice();
|
@@ -8274,7 +8274,7 @@ function create_each_block$7(ctx) {
|
|
8274
8274
|
},
|
8275
8275
|
h() {
|
8276
8276
|
attr(input, "type", "radio");
|
8277
|
-
attr(input, "class", "radio-button-input svelte-
|
8277
|
+
attr(input, "class", "radio-button-input svelte-152kveg");
|
8278
8278
|
attr(
|
8279
8279
|
input,
|
8280
8280
|
"style",
|
@@ -8289,9 +8289,9 @@ function create_each_block$7(ctx) {
|
|
8289
8289
|
);
|
8290
8290
|
input.value = input_value_value = ctx[17];
|
8291
8291
|
input.checked = input_checked_value = ctx[17] === ctx[3];
|
8292
|
-
attr(span, "class", "radio-button-text svelte-
|
8292
|
+
attr(span, "class", "radio-button-text svelte-152kveg");
|
8293
8293
|
attr(span, "style", span_style_value = `${ctx[2]} ${ctx[6]}`);
|
8294
|
-
attr(label, "class", "radio-button svelte-
|
8294
|
+
attr(label, "class", "radio-button svelte-152kveg");
|
8295
8295
|
},
|
8296
8296
|
m(target, anchor) {
|
8297
8297
|
insert_hydration(target, label, anchor);
|
@@ -8361,7 +8361,7 @@ function create_fragment$77(ctx) {
|
|
8361
8361
|
this.h();
|
8362
8362
|
},
|
8363
8363
|
h() {
|
8364
|
-
attr(div, "class", "radio-buttons svelte-
|
8364
|
+
attr(div, "class", "radio-buttons svelte-152kveg");
|
8365
8365
|
attr(
|
8366
8366
|
div,
|
8367
8367
|
"style",
|
@@ -8504,7 +8504,7 @@ var FormRadioButtons_default = FormRadioButtons;
|
|
8504
8504
|
//#endregion
|
8505
8505
|
//#region src/components/FormSelect.svelte
|
8506
8506
|
function add_css$40(target) {
|
8507
|
-
append_styles(target, "svelte-
|
8507
|
+
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}");
|
8508
8508
|
}
|
8509
8509
|
function get_each_context$6(ctx, list, i) {
|
8510
8510
|
const child_ctx = ctx.slice();
|
@@ -8661,15 +8661,15 @@ function create_fragment$76(ctx) {
|
|
8661
8661
|
this.h();
|
8662
8662
|
},
|
8663
8663
|
h() {
|
8664
|
-
attr(select, "class", "select-select svelte-
|
8664
|
+
attr(select, "class", "select-select svelte-163uiff");
|
8665
8665
|
attr(
|
8666
8666
|
select,
|
8667
8667
|
"style",
|
8668
8668
|
/*style*/
|
8669
8669
|
ctx[3]
|
8670
8670
|
);
|
8671
|
-
attr(div0, "class", "select-icon svelte-
|
8672
|
-
attr(div1, "class", "select svelte-
|
8671
|
+
attr(div0, "class", "select-icon svelte-163uiff");
|
8672
|
+
attr(div1, "class", "select svelte-163uiff");
|
8673
8673
|
attr(
|
8674
8674
|
div1,
|
8675
8675
|
"style",
|
@@ -8843,7 +8843,7 @@ var FormSelect_default = FormSelect;
|
|
8843
8843
|
//#endregion
|
8844
8844
|
//#region src/components/FormCheckBoxes.svelte
|
8845
8845
|
function add_css$39(target) {
|
8846
|
-
append_styles(target, "svelte-
|
8846
|
+
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}");
|
8847
8847
|
}
|
8848
8848
|
function get_each_context$5(ctx, list, i) {
|
8849
8849
|
const child_ctx = ctx.slice();
|
@@ -8911,7 +8911,7 @@ function create_each_block$5(ctx) {
|
|
8911
8911
|
this.h();
|
8912
8912
|
},
|
8913
8913
|
h() {
|
8914
|
-
attr(input, "class", "check-box-input svelte-
|
8914
|
+
attr(input, "class", "check-box-input svelte-1fqm5oa");
|
8915
8915
|
attr(input, "type", "checkbox");
|
8916
8916
|
attr(
|
8917
8917
|
input,
|
@@ -8920,11 +8920,11 @@ function create_each_block$5(ctx) {
|
|
8920
8920
|
ctx[0]
|
8921
8921
|
);
|
8922
8922
|
input.checked = input_checked_value = ctx[4][ctx[19]];
|
8923
|
-
attr(span0, "class", "check-box-icon svelte-
|
8924
|
-
attr(span1, "class", span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-
|
8925
|
-
attr(span2, "class", "check-box-text svelte-
|
8923
|
+
attr(span0, "class", "check-box-icon svelte-1fqm5oa");
|
8924
|
+
attr(span1, "class", span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-1fqm5oa");
|
8925
|
+
attr(span2, "class", "check-box-text svelte-1fqm5oa");
|
8926
8926
|
attr(span2, "style", span2_style_value = `${ctx[2]} ${ctx[6]}`);
|
8927
|
-
attr(label, "class", "check-box svelte-
|
8927
|
+
attr(label, "class", "check-box svelte-1fqm5oa");
|
8928
8928
|
attr(
|
8929
8929
|
label,
|
8930
8930
|
"style",
|
@@ -8964,7 +8964,7 @@ function create_each_block$5(ctx) {
|
|
8964
8964
|
ctx[0]
|
8965
8965
|
);
|
8966
8966
|
if (dirty & 16 && input_checked_value !== (input_checked_value = ctx[4][ctx[19]])) input.checked = input_checked_value;
|
8967
|
-
if (dirty & 16 && span1_class_value !== (span1_class_value = null_to_empty(`check-box-check${ctx[4][ctx[19]] ? " _checked" : ""}`) + " svelte-
|
8967
|
+
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);
|
8968
8968
|
if (dirty & 8 && t2_value !== (t2_value = ctx[17] + "")) set_data(t2, t2_value);
|
8969
8969
|
if (dirty & 4 && span2_style_value !== (span2_style_value = `${ctx[2]} ${ctx[6]}`)) attr(span2, "style", span2_style_value);
|
8970
8970
|
if (dirty & 32) attr(
|
@@ -9003,7 +9003,7 @@ function create_fragment$75(ctx) {
|
|
9003
9003
|
this.h();
|
9004
9004
|
},
|
9005
9005
|
h() {
|
9006
|
-
attr(div, "class", "check-boxes svelte-
|
9006
|
+
attr(div, "class", "check-boxes svelte-1fqm5oa");
|
9007
9007
|
attr(
|
9008
9008
|
div,
|
9009
9009
|
"style",
|
@@ -9154,7 +9154,7 @@ var FormCheckBoxes_default = FormCheckBoxes;
|
|
9154
9154
|
//#endregion
|
9155
9155
|
//#region src/components/FormRatingButtonsNumber.svelte
|
9156
9156
|
function add_css$38(target) {
|
9157
|
-
append_styles(target, "svelte-
|
9157
|
+
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}");
|
9158
9158
|
}
|
9159
9159
|
function get_each_context$4(ctx, list, i) {
|
9160
9160
|
const child_ctx = ctx.slice();
|
@@ -9188,7 +9188,7 @@ function create_each_block$4(ctx) {
|
|
9188
9188
|
this.h();
|
9189
9189
|
},
|
9190
9190
|
h() {
|
9191
|
-
attr(button, "class", "rating-button svelte-
|
9191
|
+
attr(button, "class", "rating-button svelte-1b5niix");
|
9192
9192
|
attr(button, "style", button_style_value = ctx[5](
|
9193
9193
|
/*i*/
|
9194
9194
|
ctx[14] === ctx[2]
|
@@ -9254,7 +9254,7 @@ function create_fragment$74(ctx) {
|
|
9254
9254
|
this.h();
|
9255
9255
|
},
|
9256
9256
|
h() {
|
9257
|
-
attr(div, "class", "rating-buttons svelte-
|
9257
|
+
attr(div, "class", "rating-buttons svelte-1b5niix");
|
9258
9258
|
},
|
9259
9259
|
m(target, anchor) {
|
9260
9260
|
insert_hydration(target, div, anchor);
|
@@ -9371,7 +9371,7 @@ var FormRatingButtonsNumber_default = FormRatingButtonsNumber;
|
|
9371
9371
|
//#endregion
|
9372
9372
|
//#region src/components/FormRatingButtonsFace.svelte
|
9373
9373
|
function add_css$37(target) {
|
9374
|
-
append_styles(target, "svelte-
|
9374
|
+
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%)}");
|
9375
9375
|
}
|
9376
9376
|
function get_each_context$3(ctx, list, i) {
|
9377
9377
|
const child_ctx = ctx.slice();
|
@@ -9411,9 +9411,9 @@ function create_each_block$3(ctx) {
|
|
9411
9411
|
},
|
9412
9412
|
h() {
|
9413
9413
|
if (!src_url_equal(img.src, img_src_value = ctx[2][ctx[10]])) attr(img, "src", img_src_value);
|
9414
|
-
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-
|
9414
|
+
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-rjdxzu");
|
9415
9415
|
attr(img, "alt", img_alt_value = "rate" + ctx[10]);
|
9416
|
-
attr(button, "class", "rating-button svelte-
|
9416
|
+
attr(button, "class", "rating-button svelte-rjdxzu");
|
9417
9417
|
attr(
|
9418
9418
|
button,
|
9419
9419
|
"style",
|
@@ -9440,7 +9440,7 @@ function create_each_block$3(ctx) {
|
|
9440
9440
|
},
|
9441
9441
|
p(new_ctx, dirty) {
|
9442
9442
|
ctx = new_ctx;
|
9443
|
-
if (dirty & 2 && img_class_value !== (img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-
|
9443
|
+
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);
|
9444
9444
|
if (dirty & 1) attr(
|
9445
9445
|
button,
|
9446
9446
|
"style",
|
@@ -9474,7 +9474,7 @@ function create_fragment$73(ctx) {
|
|
9474
9474
|
this.h();
|
9475
9475
|
},
|
9476
9476
|
h() {
|
9477
|
-
attr(div, "class", "rating-buttons svelte-
|
9477
|
+
attr(div, "class", "rating-buttons svelte-rjdxzu");
|
9478
9478
|
},
|
9479
9479
|
m(target, anchor) {
|
9480
9480
|
insert_hydration(target, div, anchor);
|
@@ -9792,7 +9792,7 @@ var FormIdentifyInput_default = FormIdentifyInput;
|
|
9792
9792
|
//#endregion
|
9793
9793
|
//#region src/components/FormIdentifyChoices.svelte
|
9794
9794
|
function add_css$35(target) {
|
9795
|
-
append_styles(target, "svelte-
|
9795
|
+
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}");
|
9796
9796
|
}
|
9797
9797
|
function create_fragment$71(ctx) {
|
9798
9798
|
let div;
|
@@ -9873,7 +9873,7 @@ function create_fragment$71(ctx) {
|
|
9873
9873
|
},
|
9874
9874
|
h() {
|
9875
9875
|
attr(input0, "type", "radio");
|
9876
|
-
attr(input0, "class", "radio-button-input svelte-
|
9876
|
+
attr(input0, "class", "radio-button-input svelte-152kveg");
|
9877
9877
|
attr(
|
9878
9878
|
input0,
|
9879
9879
|
"style",
|
@@ -9881,11 +9881,11 @@ function create_fragment$71(ctx) {
|
|
9881
9881
|
ctx[2]
|
9882
9882
|
);
|
9883
9883
|
input0.checked = input0_checked_value = ctx[3] === true;
|
9884
|
-
attr(span0, "class", "radio-button-text svelte-
|
9884
|
+
attr(span0, "class", "radio-button-text svelte-152kveg");
|
9885
9885
|
attr(span0, "style", span0_style_value = `${ctx[1]} ${ctx[4]}`);
|
9886
|
-
attr(label0, "class", "radio-button svelte-
|
9886
|
+
attr(label0, "class", "radio-button svelte-152kveg");
|
9887
9887
|
attr(input1, "type", "radio");
|
9888
|
-
attr(input1, "class", "radio-button-input svelte-
|
9888
|
+
attr(input1, "class", "radio-button-input svelte-152kveg");
|
9889
9889
|
attr(
|
9890
9890
|
input1,
|
9891
9891
|
"style",
|
@@ -9893,10 +9893,10 @@ function create_fragment$71(ctx) {
|
|
9893
9893
|
ctx[2]
|
9894
9894
|
);
|
9895
9895
|
input1.checked = input1_checked_value = ctx[3] === false;
|
9896
|
-
attr(span1, "class", "radio-button-text svelte-
|
9896
|
+
attr(span1, "class", "radio-button-text svelte-152kveg");
|
9897
9897
|
attr(span1, "style", span1_style_value = `${ctx[1]} ${ctx[4]}`);
|
9898
|
-
attr(label1, "class", "radio-button svelte-
|
9899
|
-
attr(div, "class", "radio-buttons svelte-
|
9898
|
+
attr(label1, "class", "radio-button svelte-152kveg");
|
9899
|
+
attr(div, "class", "radio-buttons svelte-152kveg");
|
9900
9900
|
attr(
|
9901
9901
|
div,
|
9902
9902
|
"style",
|
@@ -10055,7 +10055,7 @@ var FormIdentifyChoices_default = FormIdentifyChoices;
|
|
10055
10055
|
//#endregion
|
10056
10056
|
//#region src/components/Slide.svelte
|
10057
10057
|
function add_css$34(target) {
|
10058
|
-
append_styles(target, "svelte-
|
10058
|
+
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%}");
|
10059
10059
|
}
|
10060
10060
|
function get_each_context$2(ctx, list, i) {
|
10061
10061
|
const child_ctx = ctx.slice();
|
@@ -10109,14 +10109,14 @@ function create_if_block_1$2(ctx) {
|
|
10109
10109
|
/*prevIconStyle*/
|
10110
10110
|
ctx[10]
|
10111
10111
|
);
|
10112
|
-
attr(button, "class", "move-button svelte-
|
10112
|
+
attr(button, "class", "move-button svelte-zx7o47");
|
10113
10113
|
attr(
|
10114
10114
|
button,
|
10115
10115
|
"style",
|
10116
10116
|
/*_prevButtonContainerStyle*/
|
10117
10117
|
ctx[9]
|
10118
10118
|
);
|
10119
|
-
attr(div, "class", "prev-button-container svelte-
|
10119
|
+
attr(div, "class", "prev-button-container svelte-zx7o47");
|
10120
10120
|
},
|
10121
10121
|
m(target, anchor) {
|
10122
10122
|
insert_hydration(target, div, anchor);
|
@@ -10200,14 +10200,14 @@ function create_if_block$11(ctx) {
|
|
10200
10200
|
/*nextIconStyle*/
|
10201
10201
|
ctx[8]
|
10202
10202
|
);
|
10203
|
-
attr(button, "class", "move-button svelte-
|
10203
|
+
attr(button, "class", "move-button svelte-zx7o47");
|
10204
10204
|
attr(
|
10205
10205
|
button,
|
10206
10206
|
"style",
|
10207
10207
|
/*_nextButtonContainerStyle*/
|
10208
10208
|
ctx[7]
|
10209
10209
|
);
|
10210
|
-
attr(div, "class", "next-button-container svelte-
|
10210
|
+
attr(div, "class", "next-button-container svelte-zx7o47");
|
10211
10211
|
},
|
10212
10212
|
m(target, anchor) {
|
10213
10213
|
insert_hydration(target, div, anchor);
|
@@ -10281,12 +10281,12 @@ function create_each_block$2(ctx) {
|
|
10281
10281
|
this.h();
|
10282
10282
|
},
|
10283
10283
|
h() {
|
10284
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
10284
|
+
attr(div, "class", "navigation-item-inner circle svelte-zx7o47");
|
10285
10285
|
attr(div, "style", div_style_value = ctx[5](
|
10286
10286
|
/*i*/
|
10287
10287
|
ctx[63]
|
10288
10288
|
));
|
10289
|
-
attr(button, "class", "navigation-item svelte-
|
10289
|
+
attr(button, "class", "navigation-item svelte-zx7o47");
|
10290
10290
|
attr(
|
10291
10291
|
button,
|
10292
10292
|
"style",
|
@@ -10399,21 +10399,21 @@ function create_fragment$70(ctx) {
|
|
10399
10399
|
attr(div0, "class", div0_class_value = null_to_empty(
|
10400
10400
|
/*slideClass*/
|
10401
10401
|
ctx[13]
|
10402
|
-
) + " svelte-
|
10402
|
+
) + " svelte-zx7o47");
|
10403
10403
|
attr(
|
10404
10404
|
div0,
|
10405
10405
|
"style",
|
10406
10406
|
/*slideStyle*/
|
10407
10407
|
ctx[14]
|
10408
10408
|
);
|
10409
|
-
attr(div1, "class", "container svelte-
|
10409
|
+
attr(div1, "class", "container svelte-zx7o47");
|
10410
10410
|
attr(
|
10411
10411
|
div1,
|
10412
10412
|
"style",
|
10413
10413
|
/*_style*/
|
10414
10414
|
ctx[0]
|
10415
10415
|
);
|
10416
|
-
attr(div2, "class", "navigation svelte-
|
10416
|
+
attr(div2, "class", "navigation svelte-zx7o47");
|
10417
10417
|
attr(
|
10418
10418
|
div2,
|
10419
10419
|
"style",
|
@@ -10421,7 +10421,7 @@ function create_fragment$70(ctx) {
|
|
10421
10421
|
ctx[4]
|
10422
10422
|
);
|
10423
10423
|
set_attributes(div3, div3_data);
|
10424
|
-
toggle_class(div3, "svelte-
|
10424
|
+
toggle_class(div3, "svelte-zx7o47", true);
|
10425
10425
|
},
|
10426
10426
|
m(target, anchor) {
|
10427
10427
|
insert_hydration(target, div3, anchor);
|
@@ -10463,7 +10463,7 @@ function create_fragment$70(ctx) {
|
|
10463
10463
|
if (!current || dirty[0] & 8192 && div0_class_value !== (div0_class_value = null_to_empty(
|
10464
10464
|
/*slideClass*/
|
10465
10465
|
ctx$1[13]
|
10466
|
-
) + " svelte-
|
10466
|
+
) + " svelte-zx7o47")) attr(div0, "class", div0_class_value);
|
10467
10467
|
if (!current || dirty[0] & 16384) attr(
|
10468
10468
|
div0,
|
10469
10469
|
"style",
|
@@ -10518,7 +10518,7 @@ function create_fragment$70(ctx) {
|
|
10518
10518
|
ctx$1[4]
|
10519
10519
|
);
|
10520
10520
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation("click")]));
|
10521
|
-
toggle_class(div3, "svelte-
|
10521
|
+
toggle_class(div3, "svelte-zx7o47", true);
|
10522
10522
|
},
|
10523
10523
|
i(local) {
|
10524
10524
|
if (current) return;
|
@@ -10910,7 +10910,7 @@ var Slide_default = Slide;
|
|
10910
10910
|
//#endregion
|
10911
10911
|
//#region src/components/SlideItem.svelte
|
10912
10912
|
function add_css$33(target) {
|
10913
|
-
append_styles(target, "svelte-
|
10913
|
+
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}");
|
10914
10914
|
}
|
10915
10915
|
function create_fragment$69(ctx) {
|
10916
10916
|
let div1;
|
@@ -10948,14 +10948,14 @@ function create_fragment$69(ctx) {
|
|
10948
10948
|
this.h();
|
10949
10949
|
},
|
10950
10950
|
h() {
|
10951
|
-
attr(div0, "class", "item-inner svelte-
|
10951
|
+
attr(div0, "class", "item-inner svelte-18y82pg");
|
10952
10952
|
attr(
|
10953
10953
|
div0,
|
10954
10954
|
"style",
|
10955
10955
|
/*_style*/
|
10956
10956
|
ctx[0]
|
10957
10957
|
);
|
10958
|
-
attr(div1, "class", "item svelte-
|
10958
|
+
attr(div1, "class", "item svelte-18y82pg");
|
10959
10959
|
attr(
|
10960
10960
|
div1,
|
10961
10961
|
"style",
|
@@ -11402,7 +11402,7 @@ var Box_default = Box;
|
|
11402
11402
|
//#endregion
|
11403
11403
|
//#region src/components/IconElement.svelte
|
11404
11404
|
function add_css$30(target) {
|
11405
|
-
append_styles(target, "svelte-
|
11405
|
+
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)}");
|
11406
11406
|
}
|
11407
11407
|
function create_if_block$10(ctx) {
|
11408
11408
|
let html_tag;
|
@@ -11501,7 +11501,7 @@ function create_fragment$66(ctx) {
|
|
11501
11501
|
this.h();
|
11502
11502
|
},
|
11503
11503
|
h() {
|
11504
|
-
attr(div, "class", "icon svelte-
|
11504
|
+
attr(div, "class", "icon svelte-1iet6ze");
|
11505
11505
|
},
|
11506
11506
|
m(target, anchor) {
|
11507
11507
|
insert_hydration(target, div, anchor);
|
@@ -12551,7 +12551,7 @@ var TextButtonBlock_default = TextButtonBlock;
|
|
12551
12551
|
//#endregion
|
12552
12552
|
//#region src/components/ImageBlock.svelte
|
12553
12553
|
function add_css$24(target) {
|
12554
|
-
append_styles(target, "svelte-
|
12554
|
+
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)}");
|
12555
12555
|
}
|
12556
12556
|
function create_fragment$59(ctx) {
|
12557
12557
|
let div;
|
@@ -12586,7 +12586,7 @@ function create_fragment$59(ctx) {
|
|
12586
12586
|
this.h();
|
12587
12587
|
},
|
12588
12588
|
h() {
|
12589
|
-
attr(img, "class", "image svelte-
|
12589
|
+
attr(img, "class", "image svelte-1f85nmx");
|
12590
12590
|
attr(img, "loading", "lazy");
|
12591
12591
|
attr(img, "width", "auto");
|
12592
12592
|
attr(img, "height", "auto");
|
@@ -12598,7 +12598,7 @@ function create_fragment$59(ctx) {
|
|
12598
12598
|
/*alt*/
|
12599
12599
|
ctx[1]
|
12600
12600
|
);
|
12601
|
-
attr(div, "class", div_class_value = null_to_empty("image-block" + (ctx[2] ? " transport" : "")) + " svelte-
|
12601
|
+
attr(div, "class", div_class_value = null_to_empty("image-block" + (ctx[2] ? " transport" : "")) + " svelte-1f85nmx");
|
12602
12602
|
attr(
|
12603
12603
|
div,
|
12604
12604
|
"style",
|
@@ -12628,7 +12628,7 @@ function create_fragment$59(ctx) {
|
|
12628
12628
|
/*alt*/
|
12629
12629
|
ctx$1[1]
|
12630
12630
|
);
|
12631
|
-
if (dirty & 4 && div_class_value !== (div_class_value = null_to_empty("image-block" + (ctx$1[2] ? " transport" : "")) + " svelte-
|
12631
|
+
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);
|
12632
12632
|
if (dirty & 32) attr(
|
12633
12633
|
div,
|
12634
12634
|
"style",
|
@@ -12905,7 +12905,7 @@ const toCssPadding = (p) => {
|
|
12905
12905
|
paddingBottom: p?.paddingBottom
|
12906
12906
|
};
|
12907
12907
|
};
|
12908
|
-
const
|
12908
|
+
const toCssBackground = (p) => {
|
12909
12909
|
const url = p?.backgroundImageUrl;
|
12910
12910
|
return {
|
12911
12911
|
backgroundImage: url ? `url(${url})` : void 0,
|
@@ -12913,12 +12913,10 @@ const toCssBackgroundImage = (p) => {
|
|
12913
12913
|
backgroundPositionX: p?.backgroundPositionX ?? "center",
|
12914
12914
|
backgroundPositionY: p?.backgroundPositionY ?? "center",
|
12915
12915
|
backgroundBlendMode: p?.backgroundBlendMode,
|
12916
|
-
backgroundColor: p?.backgroundBlendColor
|
12916
|
+
backgroundColor: p?.backgroundBlendColor ?? p?.backgroundColor,
|
12917
|
+
backgroundRepeat: "no-repeat"
|
12917
12918
|
};
|
12918
12919
|
};
|
12919
|
-
const toCssBackgroundColor = (p) => {
|
12920
|
-
return { backgroundColor: p?.backgroundColor };
|
12921
|
-
};
|
12922
12920
|
const toCssRadius = (p) => {
|
12923
12921
|
return {
|
12924
12922
|
borderTopLeftRadius: p?.borderTopLeftRadius,
|
@@ -13029,7 +13027,7 @@ const AVATAR_SIZE_STYLES = {
|
|
13029
13027
|
//#endregion
|
13030
13028
|
//#region src/components-flex/avatar/Avatar.svelte
|
13031
13029
|
function add_css$23(target) {
|
13032
|
-
append_styles(target, "svelte-
|
13030
|
+
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}");
|
13033
13031
|
}
|
13034
13032
|
function create_dynamic_element$11(ctx) {
|
13035
13033
|
let svelte_element;
|
@@ -13073,7 +13071,7 @@ function create_dynamic_element$11(ctx) {
|
|
13073
13071
|
},
|
13074
13072
|
h() {
|
13075
13073
|
if (!src_url_equal(img.src, img_src_value = ctx[0].image)) attr(img, "src", img_src_value);
|
13076
|
-
attr(img, "class", "avatar-image svelte-
|
13074
|
+
attr(img, "class", "avatar-image svelte-1xhdr99");
|
13077
13075
|
attr(img, "alt", img_alt_value = ctx[0].alt);
|
13078
13076
|
attr(
|
13079
13077
|
img,
|
@@ -13086,7 +13084,7 @@ function create_dynamic_element$11(ctx) {
|
|
13086
13084
|
ctx[5]
|
13087
13085
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13088
13086
|
else set_attributes(svelte_element, svelte_element_data);
|
13089
|
-
toggle_class(svelte_element, "svelte-
|
13087
|
+
toggle_class(svelte_element, "svelte-1xhdr99", true);
|
13090
13088
|
},
|
13091
13089
|
m(target, anchor) {
|
13092
13090
|
insert_hydration(target, svelte_element, anchor);
|
@@ -13121,7 +13119,7 @@ function create_dynamic_element$11(ctx) {
|
|
13121
13119
|
ctx$1[5]
|
13122
13120
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
13123
13121
|
else set_attributes(svelte_element, svelte_element_data);
|
13124
|
-
toggle_class(svelte_element, "svelte-
|
13122
|
+
toggle_class(svelte_element, "svelte-1xhdr99", true);
|
13125
13123
|
},
|
13126
13124
|
d(detaching) {
|
13127
13125
|
if (detaching) detach(svelte_element);
|
@@ -15992,7 +15990,7 @@ function darkenColor(color, percent) {
|
|
15992
15990
|
//#endregion
|
15993
15991
|
//#region src/components-flex/button/Button.svelte
|
15994
15992
|
function add_css$21(target) {
|
15995
|
-
append_styles(target, "svelte-
|
15993
|
+
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}");
|
15996
15994
|
}
|
15997
15995
|
function create_if_block$9(ctx) {
|
15998
15996
|
let div;
|
@@ -16018,7 +16016,7 @@ function create_if_block$9(ctx) {
|
|
16018
16016
|
this.h();
|
16019
16017
|
},
|
16020
16018
|
h() {
|
16021
|
-
attr(div, "class", "button-icon svelte-
|
16019
|
+
attr(div, "class", "button-icon svelte-l0rauj");
|
16022
16020
|
},
|
16023
16021
|
m(target, anchor) {
|
16024
16022
|
insert_hydration(target, div, anchor);
|
@@ -16105,7 +16103,7 @@ function create_dynamic_element$9(ctx) {
|
|
16105
16103
|
ctx[4]
|
16106
16104
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16107
16105
|
else set_attributes(svelte_element, svelte_element_data);
|
16108
|
-
toggle_class(svelte_element, "svelte-
|
16106
|
+
toggle_class(svelte_element, "svelte-l0rauj", true);
|
16109
16107
|
},
|
16110
16108
|
m(target, anchor) {
|
16111
16109
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16154,7 +16152,7 @@ function create_dynamic_element$9(ctx) {
|
|
16154
16152
|
ctx$1[4]
|
16155
16153
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16156
16154
|
else set_attributes(svelte_element, svelte_element_data);
|
16157
|
-
toggle_class(svelte_element, "svelte-
|
16155
|
+
toggle_class(svelte_element, "svelte-l0rauj", true);
|
16158
16156
|
},
|
16159
16157
|
i(local) {
|
16160
16158
|
if (current) return;
|
@@ -16412,7 +16410,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
16412
16410
|
//#endregion
|
16413
16411
|
//#region src/components-flex/button-outlined/ButtonOutlined.svelte
|
16414
16412
|
function add_css$20(target) {
|
16415
|
-
append_styles(target, "svelte-
|
16413
|
+
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}");
|
16416
16414
|
}
|
16417
16415
|
function create_if_block$8(ctx) {
|
16418
16416
|
let div;
|
@@ -16438,7 +16436,7 @@ function create_if_block$8(ctx) {
|
|
16438
16436
|
this.h();
|
16439
16437
|
},
|
16440
16438
|
h() {
|
16441
|
-
attr(div, "class", "button-outlined-icon svelte-
|
16439
|
+
attr(div, "class", "button-outlined-icon svelte-z8gomx");
|
16442
16440
|
},
|
16443
16441
|
m(target, anchor) {
|
16444
16442
|
insert_hydration(target, div, anchor);
|
@@ -16517,13 +16515,13 @@ function create_dynamic_element$8(ctx) {
|
|
16517
16515
|
this.h();
|
16518
16516
|
},
|
16519
16517
|
h() {
|
16520
|
-
attr(span, "class", "button-outlined-label svelte-
|
16518
|
+
attr(span, "class", "button-outlined-label svelte-z8gomx");
|
16521
16519
|
if (/-/.test(
|
16522
16520
|
/*element*/
|
16523
16521
|
ctx[4]
|
16524
16522
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16525
16523
|
else set_attributes(svelte_element, svelte_element_data);
|
16526
|
-
toggle_class(svelte_element, "svelte-
|
16524
|
+
toggle_class(svelte_element, "svelte-z8gomx", true);
|
16527
16525
|
},
|
16528
16526
|
m(target, anchor) {
|
16529
16527
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16571,7 +16569,7 @@ function create_dynamic_element$8(ctx) {
|
|
16571
16569
|
ctx$1[4]
|
16572
16570
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16573
16571
|
else set_attributes(svelte_element, svelte_element_data);
|
16574
|
-
toggle_class(svelte_element, "svelte-
|
16572
|
+
toggle_class(svelte_element, "svelte-z8gomx", true);
|
16575
16573
|
},
|
16576
16574
|
i(local) {
|
16577
16575
|
if (current) return;
|
@@ -16761,7 +16759,7 @@ const getButtonTextThemeStyles = getPropStyles(callback$2);
|
|
16761
16759
|
//#endregion
|
16762
16760
|
//#region src/components-flex/button-text/ButtonText.svelte
|
16763
16761
|
function add_css$19(target) {
|
16764
|
-
append_styles(target, "svelte-
|
16762
|
+
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}");
|
16765
16763
|
}
|
16766
16764
|
function create_if_block$7(ctx) {
|
16767
16765
|
let div;
|
@@ -16787,7 +16785,7 @@ function create_if_block$7(ctx) {
|
|
16787
16785
|
this.h();
|
16788
16786
|
},
|
16789
16787
|
h() {
|
16790
|
-
attr(div, "class", "button-text-icon svelte-
|
16788
|
+
attr(div, "class", "button-text-icon svelte-l90o4j");
|
16791
16789
|
},
|
16792
16790
|
m(target, anchor) {
|
16793
16791
|
insert_hydration(target, div, anchor);
|
@@ -16866,13 +16864,13 @@ function create_dynamic_element$7(ctx) {
|
|
16866
16864
|
this.h();
|
16867
16865
|
},
|
16868
16866
|
h() {
|
16869
|
-
attr(span, "class", "button-text-label svelte-
|
16867
|
+
attr(span, "class", "button-text-label svelte-l90o4j");
|
16870
16868
|
if (/-/.test(
|
16871
16869
|
/*element*/
|
16872
16870
|
ctx[4]
|
16873
16871
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16874
16872
|
else set_attributes(svelte_element, svelte_element_data);
|
16875
|
-
toggle_class(svelte_element, "svelte-
|
16873
|
+
toggle_class(svelte_element, "svelte-l90o4j", true);
|
16876
16874
|
},
|
16877
16875
|
m(target, anchor) {
|
16878
16876
|
insert_hydration(target, svelte_element, anchor);
|
@@ -16920,7 +16918,7 @@ function create_dynamic_element$7(ctx) {
|
|
16920
16918
|
ctx$1[4]
|
16921
16919
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
16922
16920
|
else set_attributes(svelte_element, svelte_element_data);
|
16923
|
-
toggle_class(svelte_element, "svelte-
|
16921
|
+
toggle_class(svelte_element, "svelte-l90o4j", true);
|
16924
16922
|
},
|
16925
16923
|
i(local) {
|
16926
16924
|
if (current) return;
|
@@ -17064,7 +17062,7 @@ const BUTTON_TEXT_THEME = {
|
|
17064
17062
|
//#endregion
|
17065
17063
|
//#region src/components-flex/close-button/CloseButton.svelte
|
17066
17064
|
function add_css$18(target) {
|
17067
|
-
append_styles(target, "svelte-
|
17065
|
+
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}");
|
17068
17066
|
}
|
17069
17067
|
function create_if_block$6(ctx) {
|
17070
17068
|
let span;
|
@@ -17100,7 +17098,7 @@ function create_if_block$6(ctx) {
|
|
17100
17098
|
/*labelStyle*/
|
17101
17099
|
ctx[2]
|
17102
17100
|
);
|
17103
|
-
attr(span, "class", span_class_value = "close-button-label " + (ctx[10] ? "close-button-order-one" : "") + " svelte-
|
17101
|
+
attr(span, "class", span_class_value = "close-button-label " + (ctx[10] ? "close-button-order-one" : "") + " svelte-1xcn1yw");
|
17104
17102
|
},
|
17105
17103
|
m(target, anchor) {
|
17106
17104
|
insert_hydration(target, span, anchor);
|
@@ -17188,7 +17186,7 @@ function create_dynamic_element$6(ctx) {
|
|
17188
17186
|
/*color*/
|
17189
17187
|
ctx[8]
|
17190
17188
|
);
|
17191
|
-
attr(svg, "class", "svelte-
|
17189
|
+
attr(svg, "class", "svelte-1xcn1yw");
|
17192
17190
|
attr(
|
17193
17191
|
span,
|
17194
17192
|
"style",
|
@@ -17200,7 +17198,7 @@ function create_dynamic_element$6(ctx) {
|
|
17200
17198
|
ctx[6]
|
17201
17199
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
17202
17200
|
else set_attributes(svelte_element, svelte_element_data);
|
17203
|
-
toggle_class(svelte_element, "svelte-
|
17201
|
+
toggle_class(svelte_element, "svelte-1xcn1yw", true);
|
17204
17202
|
},
|
17205
17203
|
m(target, anchor) {
|
17206
17204
|
insert_hydration(target, svelte_element, anchor);
|
@@ -17247,7 +17245,7 @@ function create_dynamic_element$6(ctx) {
|
|
17247
17245
|
ctx$1[6]
|
17248
17246
|
)) set_custom_element_data_map(svelte_element, svelte_element_data);
|
17249
17247
|
else set_attributes(svelte_element, svelte_element_data);
|
17250
|
-
toggle_class(svelte_element, "svelte-
|
17248
|
+
toggle_class(svelte_element, "svelte-1xcn1yw", true);
|
17251
17249
|
},
|
17252
17250
|
d(detaching) {
|
17253
17251
|
if (detaching) detach(svelte_element);
|
@@ -17684,7 +17682,7 @@ const IMAGE_ASPECT_VARIANTS = {
|
|
17684
17682
|
//#endregion
|
17685
17683
|
//#region src/components-flex/layout/Layout.svelte
|
17686
17684
|
function add_css$16(target) {
|
17687
|
-
append_styles(target, "svelte-
|
17685
|
+
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}");
|
17688
17686
|
}
|
17689
17687
|
function create_dynamic_element$4(ctx) {
|
17690
17688
|
let svelte_element;
|
@@ -17727,7 +17725,7 @@ function create_dynamic_element$4(ctx) {
|
|
17727
17725
|
h() {
|
17728
17726
|
if (/-/.test("div")) set_custom_element_data_map(svelte_element, svelte_element_data);
|
17729
17727
|
else set_attributes(svelte_element, svelte_element_data);
|
17730
|
-
toggle_class(svelte_element, "svelte-
|
17728
|
+
toggle_class(svelte_element, "svelte-1o103hp", true);
|
17731
17729
|
},
|
17732
17730
|
m(target, anchor) {
|
17733
17731
|
insert_hydration(target, svelte_element, anchor);
|
@@ -17772,7 +17770,7 @@ function create_dynamic_element$4(ctx) {
|
|
17772
17770
|
]);
|
17773
17771
|
if (/-/.test("div")) set_custom_element_data_map(svelte_element, svelte_element_data);
|
17774
17772
|
else set_attributes(svelte_element, svelte_element_data);
|
17775
|
-
toggle_class(svelte_element, "svelte-
|
17773
|
+
toggle_class(svelte_element, "svelte-1o103hp", true);
|
17776
17774
|
},
|
17777
17775
|
i(local) {
|
17778
17776
|
if (current) return;
|
@@ -17862,8 +17860,7 @@ function instance$20($$self, $$props, $$invalidate) {
|
|
17862
17860
|
...toCssOverflow(props),
|
17863
17861
|
...toCssShadow(props),
|
17864
17862
|
...toCssRadius(props),
|
17865
|
-
...
|
17866
|
-
...toCssBackgroundImage(props),
|
17863
|
+
...toCssBackground(props),
|
17867
17864
|
...toCssCommon(props),
|
17868
17865
|
...toCssPadding(props),
|
17869
17866
|
...toCssBorder(props)
|
@@ -18751,7 +18748,7 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
18751
18748
|
color: getColor(),
|
18752
18749
|
...getCssSize(),
|
18753
18750
|
...toCssRadius(props),
|
18754
|
-
...
|
18751
|
+
...toCssBackground(props),
|
18755
18752
|
...toCssCommon(props),
|
18756
18753
|
...toCssPosition(props),
|
18757
18754
|
...toCssPadding(props),
|
@@ -19868,8 +19865,7 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
19868
19865
|
...toCssOverflow(props),
|
19869
19866
|
...toCssShadow(props),
|
19870
19867
|
...toCssRadius(props),
|
19871
|
-
...
|
19872
|
-
...toCssBackgroundColor(props),
|
19868
|
+
...toCssBackground(props),
|
19873
19869
|
...toCssBorder(props)
|
19874
19870
|
});
|
19875
19871
|
modalStyles.add(propsStyle);
|
@@ -21287,7 +21283,7 @@ const useText = (props) => {
|
|
21287
21283
|
color: getColor(),
|
21288
21284
|
...getCssSize(),
|
21289
21285
|
...toCssRadius(props),
|
21290
|
-
...
|
21286
|
+
...toCssBackground(props),
|
21291
21287
|
...toCssCommon(props),
|
21292
21288
|
...toCssPosition(props),
|
21293
21289
|
...toCssPadding(props),
|
@@ -21414,7 +21410,7 @@ var CountDownValue_default = CountDownValue;
|
|
21414
21410
|
//#endregion
|
21415
21411
|
//#region src/components-flex/clip-copy/ClipCopy.svelte
|
21416
21412
|
function add_css$1(target) {
|
21417
|
-
append_styles(target, "svelte-
|
21413
|
+
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%)}");
|
21418
21414
|
}
|
21419
21415
|
function create_fragment$4(ctx) {
|
21420
21416
|
let div;
|
@@ -21466,10 +21462,10 @@ function create_fragment$4(ctx) {
|
|
21466
21462
|
this.h();
|
21467
21463
|
},
|
21468
21464
|
h() {
|
21469
|
-
attr(button, "class", "clipboard-button svelte-
|
21465
|
+
attr(button, "class", "clipboard-button svelte-orhp4c");
|
21470
21466
|
attr(span, "aria-hidden", span_aria_hidden_value = !ctx[2]);
|
21471
|
-
attr(span, "class", "clipboard-tooltip svelte-
|
21472
|
-
attr(div, "class", "clipboard svelte-
|
21467
|
+
attr(span, "class", "clipboard-tooltip svelte-orhp4c");
|
21468
|
+
attr(div, "class", "clipboard svelte-orhp4c");
|
21473
21469
|
attr(
|
21474
21470
|
div,
|
21475
21471
|
"data-layer-id",
|
@@ -21646,7 +21642,7 @@ function create_fragment$3(ctx) {
|
|
21646
21642
|
if_block_anchor = empty();
|
21647
21643
|
},
|
21648
21644
|
l(nodes) {
|
21649
|
-
const head_nodes = head_selector("svelte-
|
21645
|
+
const head_nodes = head_selector("svelte-1xy0775", document.head);
|
21650
21646
|
if (if_block) if_block.l(head_nodes);
|
21651
21647
|
if_block_anchor = empty();
|
21652
21648
|
head_nodes.forEach(detach);
|