@plaidev/karte-action-sdk 1.1.214 → 1.1.218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.js +44 -36
- package/dist/index.es.js +44 -36
- package/package.json +10 -10
package/dist/hydrate/index.es.js
CHANGED
@@ -3097,7 +3097,7 @@ const runScript = (handlerName) => () => {
|
|
3097
3097
|
const submitForm = (to) => () => {
|
3098
3098
|
const { values, identifyValues } = submit();
|
3099
3099
|
send_event('_answer_question', values);
|
3100
|
-
if (Object.keys(identifyValues).length > 0) {
|
3100
|
+
if (Object.keys(identifyValues ?? {}).length > 0) {
|
3101
3101
|
send_event('identify', identifyValues);
|
3102
3102
|
}
|
3103
3103
|
_moveTo(to);
|
@@ -3819,7 +3819,7 @@ function add_css$s(target) {
|
|
3819
3819
|
append_styles(target, "svelte-fsihgx", ".modal.svelte-fsihgx{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-fsihgx > .button{flex:auto;display:flex}.close.svelte-fsihgx{position:absolute;top:0;right:0}.close.svelte-fsihgx > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-fsihgx > .button:hover{transform:rotate(90deg)}.modal-content.svelte-fsihgx{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-fsihgx{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc) !important;margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-fsihgx{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp) !important;margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3820
3820
|
}
|
3821
3821
|
|
3822
|
-
// (
|
3822
|
+
// (275:0) {:else}
|
3823
3823
|
function create_else_block$3(ctx) {
|
3824
3824
|
let backgroundoverlay;
|
3825
3825
|
let current;
|
@@ -3866,7 +3866,7 @@ function create_else_block$3(ctx) {
|
|
3866
3866
|
};
|
3867
3867
|
}
|
3868
3868
|
|
3869
|
-
// (
|
3869
|
+
// (264:24)
|
3870
3870
|
function create_if_block_3(ctx) {
|
3871
3871
|
let backgroundoverlay0;
|
3872
3872
|
let t;
|
@@ -3940,7 +3940,7 @@ function create_if_block_3(ctx) {
|
|
3940
3940
|
};
|
3941
3941
|
}
|
3942
3942
|
|
3943
|
-
// (
|
3943
|
+
// (262:0) {#if isPreview()}
|
3944
3944
|
function create_if_block_2(ctx) {
|
3945
3945
|
return {
|
3946
3946
|
c: noop,
|
@@ -3953,7 +3953,7 @@ function create_if_block_2(ctx) {
|
|
3953
3953
|
};
|
3954
3954
|
}
|
3955
3955
|
|
3956
|
-
// (
|
3956
|
+
// (278:0) {#if visible}
|
3957
3957
|
function create_if_block$5(ctx) {
|
3958
3958
|
let div;
|
3959
3959
|
let button;
|
@@ -4048,7 +4048,7 @@ function create_if_block$5(ctx) {
|
|
4048
4048
|
};
|
4049
4049
|
}
|
4050
4050
|
|
4051
|
-
// (
|
4051
|
+
// (291:6) {#if closable}
|
4052
4052
|
function create_if_block_1$1(ctx) {
|
4053
4053
|
let div;
|
4054
4054
|
let button;
|
@@ -4120,7 +4120,7 @@ function create_if_block_1$1(ctx) {
|
|
4120
4120
|
};
|
4121
4121
|
}
|
4122
4122
|
|
4123
|
-
// (
|
4123
|
+
// (293:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4124
4124
|
function create_default_slot_1$1(ctx) {
|
4125
4125
|
let svg;
|
4126
4126
|
let path;
|
@@ -4177,7 +4177,7 @@ function create_default_slot_1$1(ctx) {
|
|
4177
4177
|
};
|
4178
4178
|
}
|
4179
4179
|
|
4180
|
-
// (
|
4180
|
+
// (290:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4181
4181
|
function create_default_slot$6(ctx) {
|
4182
4182
|
let t;
|
4183
4183
|
let div;
|
@@ -7010,7 +7010,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
7010
7010
|
let $value;
|
7011
7011
|
let { name = '' } = $$props;
|
7012
7012
|
let { placeholder = '回答を入力してください' } = $$props;
|
7013
|
-
let { required =
|
7013
|
+
let { required = false } = $$props;
|
7014
7014
|
let { _style = '' } = $$props;
|
7015
7015
|
let { _focusStyle = 'border-width: 2px; border-color: #2aab9f; border-style: solid' } = $$props;
|
7016
7016
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -8135,7 +8135,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8135
8135
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8136
8136
|
|
8137
8137
|
function add_css$e(target) {
|
8138
|
-
append_styles(target, "svelte-
|
8138
|
+
append_styles(target, "svelte-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8139
8139
|
}
|
8140
8140
|
|
8141
8141
|
function get_each_context$2(ctx, list, i) {
|
@@ -8144,7 +8144,7 @@ function get_each_context$2(ctx, list, i) {
|
|
8144
8144
|
return child_ctx;
|
8145
8145
|
}
|
8146
8146
|
|
8147
|
-
// (
|
8147
|
+
// (64:2) {#each [...Array(count).keys()].map(i => i + 1) as i}
|
8148
8148
|
function create_each_block$2(ctx) {
|
8149
8149
|
let button;
|
8150
8150
|
let t0_value = /*i*/ ctx[12] + "";
|
@@ -8170,7 +8170,7 @@ function create_each_block$2(ctx) {
|
|
8170
8170
|
this.h();
|
8171
8171
|
},
|
8172
8172
|
h() {
|
8173
|
-
attr(button, "class", "rating-button svelte-
|
8173
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
8174
8174
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
8175
8175
|
},
|
8176
8176
|
m(target, anchor) {
|
@@ -8233,7 +8233,7 @@ function create_fragment$f(ctx) {
|
|
8233
8233
|
this.h();
|
8234
8234
|
},
|
8235
8235
|
h() {
|
8236
|
-
attr(div, "class", "rating-buttons svelte-
|
8236
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
8237
8237
|
},
|
8238
8238
|
m(target, anchor) {
|
8239
8239
|
insert_hydration(target, div, anchor);
|
@@ -8308,7 +8308,7 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
8308
8308
|
return [
|
8309
8309
|
...buttonStyle.split(';'),
|
8310
8310
|
`font-family:${font}`,
|
8311
|
-
...isActive ? buttonActiveStyle : []
|
8311
|
+
...isActive ? buttonActiveStyle.split(';') : []
|
8312
8312
|
].join(';');
|
8313
8313
|
}
|
8314
8314
|
|
@@ -8581,7 +8581,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8581
8581
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8582
8582
|
|
8583
8583
|
function add_css$c(target) {
|
8584
|
-
append_styles(target, "svelte-
|
8584
|
+
append_styles(target, "svelte-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-f14zo5{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8585
8585
|
}
|
8586
8586
|
|
8587
8587
|
function create_fragment$d(ctx) {
|
@@ -8612,14 +8612,14 @@ function create_fragment$d(ctx) {
|
|
8612
8612
|
this.h();
|
8613
8613
|
},
|
8614
8614
|
h() {
|
8615
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input',
|
8615
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8616
8616
|
attr(input, "type", "text");
|
8617
|
-
input.value = /*$value*/ ctx[
|
8617
|
+
input.value = /*$value*/ ctx[2];
|
8618
8618
|
input.required = /*required*/ ctx[0];
|
8619
8619
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8620
|
-
attr(input, "style", /*style*/ ctx[
|
8621
|
-
attr(div, "class", "input-wrapper svelte-
|
8622
|
-
attr(div, "style", /*styleVariables*/ ctx[
|
8620
|
+
attr(input, "style", /*style*/ ctx[5]);
|
8621
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8622
|
+
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8623
8623
|
},
|
8624
8624
|
m(target, anchor) {
|
8625
8625
|
insert_hydration(target, div, anchor);
|
@@ -8631,12 +8631,12 @@ function create_fragment$d(ctx) {
|
|
8631
8631
|
}
|
8632
8632
|
},
|
8633
8633
|
p(ctx, [dirty]) {
|
8634
|
-
if (dirty &
|
8634
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8635
8635
|
attr(input, "class", input_class_value);
|
8636
8636
|
}
|
8637
8637
|
|
8638
|
-
if (dirty & /*$value*/
|
8639
|
-
input.value = /*$value*/ ctx[
|
8638
|
+
if (dirty & /*$value*/ 4 && input.value !== /*$value*/ ctx[2]) {
|
8639
|
+
input.value = /*$value*/ ctx[2];
|
8640
8640
|
}
|
8641
8641
|
|
8642
8642
|
if (dirty & /*required*/ 1) {
|
@@ -8647,12 +8647,12 @@ function create_fragment$d(ctx) {
|
|
8647
8647
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8648
8648
|
}
|
8649
8649
|
|
8650
|
-
if (dirty & /*style*/
|
8651
|
-
attr(input, "style", /*style*/ ctx[
|
8650
|
+
if (dirty & /*style*/ 32) {
|
8651
|
+
attr(input, "style", /*style*/ ctx[5]);
|
8652
8652
|
}
|
8653
8653
|
|
8654
|
-
if (dirty & /*styleVariables*/
|
8655
|
-
attr(div, "style", /*styleVariables*/ ctx[
|
8654
|
+
if (dirty & /*styleVariables*/ 16) {
|
8655
|
+
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8656
8656
|
}
|
8657
8657
|
},
|
8658
8658
|
i: noop,
|
@@ -8668,8 +8668,9 @@ function create_fragment$d(ctx) {
|
|
8668
8668
|
function instance$d($$self, $$props, $$invalidate) {
|
8669
8669
|
let style;
|
8670
8670
|
let styleVariables;
|
8671
|
-
let
|
8671
|
+
let isValidForUI;
|
8672
8672
|
let $isValid;
|
8673
|
+
let $value;
|
8673
8674
|
let { field = 'email' } = $$props;
|
8674
8675
|
|
8675
8676
|
let { validation = {
|
@@ -8680,7 +8681,7 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8680
8681
|
flags: ''
|
8681
8682
|
} } = $$props;
|
8682
8683
|
|
8683
|
-
let { required =
|
8684
|
+
let { required = false } = $$props;
|
8684
8685
|
let { placeholder = 'メールアドレスを入力' } = $$props;
|
8685
8686
|
let { _style = '' } = $$props;
|
8686
8687
|
let { _focusStyle = 'border-width: 2px; border-color: #2aab9f; border-style: solid' } = $$props;
|
@@ -8713,8 +8714,8 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8713
8714
|
}
|
8714
8715
|
});
|
8715
8716
|
|
8716
|
-
component_subscribe($$self, value, value => $$invalidate(
|
8717
|
-
component_subscribe($$self, isValid, value => $$invalidate(
|
8717
|
+
component_subscribe($$self, value, value => $$invalidate(2, $value = value));
|
8718
|
+
component_subscribe($$self, isValid, value => $$invalidate(17, $isValid = value));
|
8718
8719
|
|
8719
8720
|
function stringInputHandler(event) {
|
8720
8721
|
set_store_value(value, $value = event.target.value, $value);
|
@@ -8739,11 +8740,11 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8739
8740
|
}
|
8740
8741
|
|
8741
8742
|
if ($$self.$$.dirty & /*_style, _textStyle, font*/ 51200) {
|
8742
|
-
$$invalidate(
|
8743
|
+
$$invalidate(5, style = [..._style.split(';'), ..._textStyle.split(';'), `font-family:${font}`].join(';'));
|
8743
8744
|
}
|
8744
8745
|
|
8745
8746
|
if ($$self.$$.dirty & /*_focusStyle, _errorStyle, _placeholderStyle*/ 77824) {
|
8746
|
-
$$invalidate(
|
8747
|
+
$$invalidate(4, styleVariables = (() => {
|
8747
8748
|
const variables = {};
|
8748
8749
|
const focusStyleObj = parseStyle(_focusStyle);
|
8749
8750
|
const errorStyleObj = parseStyle(_errorStyle);
|
@@ -8758,15 +8759,21 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8758
8759
|
return stringifyStyleObj(variables);
|
8759
8760
|
})());
|
8760
8761
|
}
|
8762
|
+
|
8763
|
+
if ($$self.$$.dirty & /*$value, $isValid*/ 131076) {
|
8764
|
+
$$invalidate(3, isValidForUI = (() => {
|
8765
|
+
return $value === '' || $isValid;
|
8766
|
+
})());
|
8767
|
+
}
|
8761
8768
|
};
|
8762
8769
|
|
8763
8770
|
return [
|
8764
8771
|
required,
|
8765
8772
|
placeholder,
|
8773
|
+
$value,
|
8774
|
+
isValidForUI,
|
8766
8775
|
styleVariables,
|
8767
8776
|
style,
|
8768
|
-
$value,
|
8769
|
-
$isValid,
|
8770
8777
|
value,
|
8771
8778
|
isValid,
|
8772
8779
|
stringInputHandler,
|
@@ -8777,7 +8784,8 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8777
8784
|
_errorStyle,
|
8778
8785
|
font,
|
8779
8786
|
_textStyle,
|
8780
|
-
_placeholderStyle
|
8787
|
+
_placeholderStyle,
|
8788
|
+
$isValid
|
8781
8789
|
];
|
8782
8790
|
}
|
8783
8791
|
|
package/dist/index.es.js
CHANGED
@@ -3121,7 +3121,7 @@ const runScript = (handlerName) => () => {
|
|
3121
3121
|
const submitForm = (to) => () => {
|
3122
3122
|
const { values, identifyValues } = submit();
|
3123
3123
|
send_event('_answer_question', values);
|
3124
|
-
if (Object.keys(identifyValues).length > 0) {
|
3124
|
+
if (Object.keys(identifyValues ?? {}).length > 0) {
|
3125
3125
|
send_event('identify', identifyValues);
|
3126
3126
|
}
|
3127
3127
|
_moveTo(to);
|
@@ -3833,7 +3833,7 @@ function add_css$s(target) {
|
|
3833
3833
|
append_styles(target, "svelte-fsihgx", ".modal.svelte-fsihgx{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-fsihgx > .button{flex:auto;display:flex}.close.svelte-fsihgx{position:absolute;top:0;right:0}.close.svelte-fsihgx > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-fsihgx > .button:hover{transform:rotate(90deg)}.modal-content.svelte-fsihgx{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-fsihgx{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc) !important;margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-fsihgx{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp) !important;margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3834
3834
|
}
|
3835
3835
|
|
3836
|
-
// (
|
3836
|
+
// (275:0) {:else}
|
3837
3837
|
function create_else_block$3(ctx) {
|
3838
3838
|
let backgroundoverlay;
|
3839
3839
|
let current;
|
@@ -3877,7 +3877,7 @@ function create_else_block$3(ctx) {
|
|
3877
3877
|
};
|
3878
3878
|
}
|
3879
3879
|
|
3880
|
-
// (
|
3880
|
+
// (264:24)
|
3881
3881
|
function create_if_block_3(ctx) {
|
3882
3882
|
let backgroundoverlay0;
|
3883
3883
|
let t;
|
@@ -3946,7 +3946,7 @@ function create_if_block_3(ctx) {
|
|
3946
3946
|
};
|
3947
3947
|
}
|
3948
3948
|
|
3949
|
-
// (
|
3949
|
+
// (262:0) {#if isPreview()}
|
3950
3950
|
function create_if_block_2(ctx) {
|
3951
3951
|
return {
|
3952
3952
|
c: noop,
|
@@ -3958,7 +3958,7 @@ function create_if_block_2(ctx) {
|
|
3958
3958
|
};
|
3959
3959
|
}
|
3960
3960
|
|
3961
|
-
// (
|
3961
|
+
// (278:0) {#if visible}
|
3962
3962
|
function create_if_block$5(ctx) {
|
3963
3963
|
let div;
|
3964
3964
|
let button;
|
@@ -4037,7 +4037,7 @@ function create_if_block$5(ctx) {
|
|
4037
4037
|
};
|
4038
4038
|
}
|
4039
4039
|
|
4040
|
-
// (
|
4040
|
+
// (291:6) {#if closable}
|
4041
4041
|
function create_if_block_1$1(ctx) {
|
4042
4042
|
let div;
|
4043
4043
|
let button;
|
@@ -4099,7 +4099,7 @@ function create_if_block_1$1(ctx) {
|
|
4099
4099
|
};
|
4100
4100
|
}
|
4101
4101
|
|
4102
|
-
// (
|
4102
|
+
// (293:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4103
4103
|
function create_default_slot_1$1(ctx) {
|
4104
4104
|
let svg;
|
4105
4105
|
let path;
|
@@ -4132,7 +4132,7 @@ function create_default_slot_1$1(ctx) {
|
|
4132
4132
|
};
|
4133
4133
|
}
|
4134
4134
|
|
4135
|
-
// (
|
4135
|
+
// (290:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4136
4136
|
function create_default_slot$6(ctx) {
|
4137
4137
|
let t;
|
4138
4138
|
let div;
|
@@ -6764,7 +6764,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
6764
6764
|
let $value;
|
6765
6765
|
let { name = '' } = $$props;
|
6766
6766
|
let { placeholder = '回答を入力してください' } = $$props;
|
6767
|
-
let { required =
|
6767
|
+
let { required = false } = $$props;
|
6768
6768
|
let { _style = '' } = $$props;
|
6769
6769
|
let { _focusStyle = 'border-width: 2px; border-color: #2aab9f; border-style: solid' } = $$props;
|
6770
6770
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -7778,7 +7778,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7778
7778
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7779
7779
|
|
7780
7780
|
function add_css$e(target) {
|
7781
|
-
append_styles(target, "svelte-
|
7781
|
+
append_styles(target, "svelte-9idbf1", ".rating-buttons.svelte-9idbf1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-9idbf1{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7782
7782
|
}
|
7783
7783
|
|
7784
7784
|
function get_each_context$2(ctx, list, i) {
|
@@ -7787,7 +7787,7 @@ function get_each_context$2(ctx, list, i) {
|
|
7787
7787
|
return child_ctx;
|
7788
7788
|
}
|
7789
7789
|
|
7790
|
-
// (
|
7790
|
+
// (64:2) {#each [...Array(count).keys()].map(i => i + 1) as i}
|
7791
7791
|
function create_each_block$2(ctx) {
|
7792
7792
|
let button;
|
7793
7793
|
let t0_value = /*i*/ ctx[12] + "";
|
@@ -7802,7 +7802,7 @@ function create_each_block$2(ctx) {
|
|
7802
7802
|
button = element("button");
|
7803
7803
|
t0 = text(t0_value);
|
7804
7804
|
t1 = space();
|
7805
|
-
attr(button, "class", "rating-button svelte-
|
7805
|
+
attr(button, "class", "rating-button svelte-9idbf1");
|
7806
7806
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7807
7807
|
},
|
7808
7808
|
m(target, anchor) {
|
@@ -7851,7 +7851,7 @@ function create_fragment$f(ctx) {
|
|
7851
7851
|
each_blocks[i].c();
|
7852
7852
|
}
|
7853
7853
|
|
7854
|
-
attr(div, "class", "rating-buttons svelte-
|
7854
|
+
attr(div, "class", "rating-buttons svelte-9idbf1");
|
7855
7855
|
},
|
7856
7856
|
m(target, anchor) {
|
7857
7857
|
insert(target, div, anchor);
|
@@ -7926,7 +7926,7 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
7926
7926
|
return [
|
7927
7927
|
...buttonStyle.split(';'),
|
7928
7928
|
`font-family:${font}`,
|
7929
|
-
...isActive ? buttonActiveStyle : []
|
7929
|
+
...isActive ? buttonActiveStyle.split(';') : []
|
7930
7930
|
].join(';');
|
7931
7931
|
}
|
7932
7932
|
|
@@ -8174,7 +8174,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8174
8174
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8175
8175
|
|
8176
8176
|
function add_css$c(target) {
|
8177
|
-
append_styles(target, "svelte-
|
8177
|
+
append_styles(target, "svelte-f14zo5", ".input-wrapper.svelte-f14zo5{display:flex;align-items:center;width:100%;height:100%}.input.svelte-f14zo5{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-f14zo5::placeholder{color:var(--placeholder-color)}.input.svelte-f14zo5:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-f14zo5{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8178
8178
|
}
|
8179
8179
|
|
8180
8180
|
function create_fragment$d(ctx) {
|
@@ -8188,14 +8188,14 @@ function create_fragment$d(ctx) {
|
|
8188
8188
|
c() {
|
8189
8189
|
div = element("div");
|
8190
8190
|
input = element("input");
|
8191
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input',
|
8191
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"));
|
8192
8192
|
attr(input, "type", "text");
|
8193
|
-
input.value = /*$value*/ ctx[
|
8193
|
+
input.value = /*$value*/ ctx[2];
|
8194
8194
|
input.required = /*required*/ ctx[0];
|
8195
8195
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8196
|
-
attr(input, "style", /*style*/ ctx[
|
8197
|
-
attr(div, "class", "input-wrapper svelte-
|
8198
|
-
attr(div, "style", /*styleVariables*/ ctx[
|
8196
|
+
attr(input, "style", /*style*/ ctx[5]);
|
8197
|
+
attr(div, "class", "input-wrapper svelte-f14zo5");
|
8198
|
+
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8199
8199
|
},
|
8200
8200
|
m(target, anchor) {
|
8201
8201
|
insert(target, div, anchor);
|
@@ -8207,12 +8207,12 @@ function create_fragment$d(ctx) {
|
|
8207
8207
|
}
|
8208
8208
|
},
|
8209
8209
|
p(ctx, [dirty]) {
|
8210
|
-
if (dirty &
|
8210
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-f14zo5"))) {
|
8211
8211
|
attr(input, "class", input_class_value);
|
8212
8212
|
}
|
8213
8213
|
|
8214
|
-
if (dirty & /*$value*/
|
8215
|
-
input.value = /*$value*/ ctx[
|
8214
|
+
if (dirty & /*$value*/ 4 && input.value !== /*$value*/ ctx[2]) {
|
8215
|
+
input.value = /*$value*/ ctx[2];
|
8216
8216
|
}
|
8217
8217
|
|
8218
8218
|
if (dirty & /*required*/ 1) {
|
@@ -8223,12 +8223,12 @@ function create_fragment$d(ctx) {
|
|
8223
8223
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8224
8224
|
}
|
8225
8225
|
|
8226
|
-
if (dirty & /*style*/
|
8227
|
-
attr(input, "style", /*style*/ ctx[
|
8226
|
+
if (dirty & /*style*/ 32) {
|
8227
|
+
attr(input, "style", /*style*/ ctx[5]);
|
8228
8228
|
}
|
8229
8229
|
|
8230
|
-
if (dirty & /*styleVariables*/
|
8231
|
-
attr(div, "style", /*styleVariables*/ ctx[
|
8230
|
+
if (dirty & /*styleVariables*/ 16) {
|
8231
|
+
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8232
8232
|
}
|
8233
8233
|
},
|
8234
8234
|
i: noop,
|
@@ -8244,8 +8244,9 @@ function create_fragment$d(ctx) {
|
|
8244
8244
|
function instance$d($$self, $$props, $$invalidate) {
|
8245
8245
|
let style;
|
8246
8246
|
let styleVariables;
|
8247
|
-
let
|
8247
|
+
let isValidForUI;
|
8248
8248
|
let $isValid;
|
8249
|
+
let $value;
|
8249
8250
|
let { field = 'email' } = $$props;
|
8250
8251
|
|
8251
8252
|
let { validation = {
|
@@ -8256,7 +8257,7 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8256
8257
|
flags: ''
|
8257
8258
|
} } = $$props;
|
8258
8259
|
|
8259
|
-
let { required =
|
8260
|
+
let { required = false } = $$props;
|
8260
8261
|
let { placeholder = 'メールアドレスを入力' } = $$props;
|
8261
8262
|
let { _style = '' } = $$props;
|
8262
8263
|
let { _focusStyle = 'border-width: 2px; border-color: #2aab9f; border-style: solid' } = $$props;
|
@@ -8289,8 +8290,8 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8289
8290
|
}
|
8290
8291
|
});
|
8291
8292
|
|
8292
|
-
component_subscribe($$self, value, value => $$invalidate(
|
8293
|
-
component_subscribe($$self, isValid, value => $$invalidate(
|
8293
|
+
component_subscribe($$self, value, value => $$invalidate(2, $value = value));
|
8294
|
+
component_subscribe($$self, isValid, value => $$invalidate(17, $isValid = value));
|
8294
8295
|
|
8295
8296
|
function stringInputHandler(event) {
|
8296
8297
|
set_store_value(value, $value = event.target.value, $value);
|
@@ -8315,11 +8316,11 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8315
8316
|
}
|
8316
8317
|
|
8317
8318
|
if ($$self.$$.dirty & /*_style, _textStyle, font*/ 51200) {
|
8318
|
-
$$invalidate(
|
8319
|
+
$$invalidate(5, style = [..._style.split(';'), ..._textStyle.split(';'), `font-family:${font}`].join(';'));
|
8319
8320
|
}
|
8320
8321
|
|
8321
8322
|
if ($$self.$$.dirty & /*_focusStyle, _errorStyle, _placeholderStyle*/ 77824) {
|
8322
|
-
$$invalidate(
|
8323
|
+
$$invalidate(4, styleVariables = (() => {
|
8323
8324
|
const variables = {};
|
8324
8325
|
const focusStyleObj = parseStyle(_focusStyle);
|
8325
8326
|
const errorStyleObj = parseStyle(_errorStyle);
|
@@ -8334,15 +8335,21 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8334
8335
|
return stringifyStyleObj(variables);
|
8335
8336
|
})());
|
8336
8337
|
}
|
8338
|
+
|
8339
|
+
if ($$self.$$.dirty & /*$value, $isValid*/ 131076) {
|
8340
|
+
$$invalidate(3, isValidForUI = (() => {
|
8341
|
+
return $value === '' || $isValid;
|
8342
|
+
})());
|
8343
|
+
}
|
8337
8344
|
};
|
8338
8345
|
|
8339
8346
|
return [
|
8340
8347
|
required,
|
8341
8348
|
placeholder,
|
8349
|
+
$value,
|
8350
|
+
isValidForUI,
|
8342
8351
|
styleVariables,
|
8343
8352
|
style,
|
8344
|
-
$value,
|
8345
|
-
$isValid,
|
8346
8353
|
value,
|
8347
8354
|
isValid,
|
8348
8355
|
stringInputHandler,
|
@@ -8353,7 +8360,8 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
8353
8360
|
_errorStyle,
|
8354
8361
|
font,
|
8355
8362
|
_textStyle,
|
8356
|
-
_placeholderStyle
|
8363
|
+
_placeholderStyle,
|
8364
|
+
$isValid
|
8357
8365
|
];
|
8358
8366
|
}
|
8359
8367
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@plaidev/karte-action-sdk",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.218",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -56,7 +56,6 @@
|
|
56
56
|
"devDependencies": {
|
57
57
|
"@microsoft/api-documenter": "7.19.28",
|
58
58
|
"@microsoft/api-extractor": "7.33.8",
|
59
|
-
"@plaidev/action-compiler": "workspace:*",
|
60
59
|
"@rollup/plugin-alias": "^4.0.0",
|
61
60
|
"@rollup/plugin-commonjs": "^23.0.1",
|
62
61
|
"@rollup/plugin-json": "^5.0.0",
|
@@ -96,7 +95,14 @@
|
|
96
95
|
"tsx": "^3.12.3",
|
97
96
|
"typescript": "^4.7.4",
|
98
97
|
"vitepress": "1.0.0-alpha.30",
|
99
|
-
"vitest": "latest"
|
98
|
+
"vitest": "latest",
|
99
|
+
"@plaidev/action-compiler": "0.4.231"
|
100
|
+
},
|
101
|
+
"publishConfig": {
|
102
|
+
"access": "public"
|
103
|
+
},
|
104
|
+
"dependencies": {
|
105
|
+
"@rollup/plugin-image": "^3.0.2"
|
100
106
|
},
|
101
107
|
"scripts": {
|
102
108
|
"dev": "tsx ./scripts/preview.ts",
|
@@ -125,11 +131,5 @@
|
|
125
131
|
"test:update": "vitest -u",
|
126
132
|
"coverage": "vitest run test --coverage",
|
127
133
|
"icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts"
|
128
|
-
},
|
129
|
-
"publishConfig": {
|
130
|
-
"access": "public"
|
131
|
-
},
|
132
|
-
"dependencies": {
|
133
|
-
"@rollup/plugin-image": "^3.0.2"
|
134
134
|
}
|
135
|
-
}
|
135
|
+
}
|