@plaidev/karte-action-sdk 1.1.143-27973887.953b1981 → 1.1.143-27973900.ca1547b4
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 +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -3796,7 +3796,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
3796
3796
|
|
3797
3797
|
let { _textStyle = 'font-size:12px;' } = $$props;
|
3798
3798
|
let { textDirection = 'horizontal' } = $$props;
|
3799
|
-
let { _style = '
|
3799
|
+
let { _style = '' } = $$props;
|
3800
3800
|
|
3801
3801
|
function div0_binding($$value) {
|
3802
3802
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
@@ -3974,7 +3974,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
3974
3974
|
|
3975
3975
|
let { eventName = '' } = $$props;
|
3976
3976
|
let { _buttonStyle = 'color:#ffffff; font-size:14px; font-weight:bold; justify-content:center; align-items:center; padding:1px 6px 1px 6px;' } = $$props;
|
3977
|
-
let { _style = 'background-color: #000000; border-radius:4px;' } = $$props;
|
3977
|
+
let { _style = 'background-color: #000000; border-radius:4px; cursor: pointer' } = $$props;
|
3978
3978
|
const { path: statePath } = getStateItemContext() ?? { path: '/' };
|
3979
3979
|
const valuesAreValid = getValuesAreValidReader(statePath);
|
3980
3980
|
component_subscribe($$self, valuesAreValid, value => $$invalidate(8, $valuesAreValid = value));
|
package/dist/index.es.js
CHANGED
@@ -3732,7 +3732,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
3732
3732
|
|
3733
3733
|
let { _textStyle = 'font-size:12px;' } = $$props;
|
3734
3734
|
let { textDirection = 'horizontal' } = $$props;
|
3735
|
-
let { _style = '
|
3735
|
+
let { _style = '' } = $$props;
|
3736
3736
|
|
3737
3737
|
function div0_binding($$value) {
|
3738
3738
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
@@ -3897,7 +3897,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
3897
3897
|
|
3898
3898
|
let { eventName = '' } = $$props;
|
3899
3899
|
let { _buttonStyle = 'color:#ffffff; font-size:14px; font-weight:bold; justify-content:center; align-items:center; padding:1px 6px 1px 6px;' } = $$props;
|
3900
|
-
let { _style = 'background-color: #000000; border-radius:4px;' } = $$props;
|
3900
|
+
let { _style = 'background-color: #000000; border-radius:4px; cursor: pointer' } = $$props;
|
3901
3901
|
const { path: statePath } = getStateItemContext() ?? { path: '/' };
|
3902
3902
|
const valuesAreValid = getValuesAreValidReader(statePath);
|
3903
3903
|
component_subscribe($$self, valuesAreValid, value => $$invalidate(8, $valuesAreValid = value));
|