@plaidev/karte-action-sdk 1.1.125-27947768.57120ff7 → 1.1.125-27949042.8d693744
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 +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -4349,7 +4349,7 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
4349
4349
|
|
4350
4350
|
let { _textStyle = 'font-size:12px;' } = $$props;
|
4351
4351
|
let { textDirection = 'horizontal' } = $$props;
|
4352
|
-
let { _style = '' } = $$props;
|
4352
|
+
let { _style = 'cursor: pointer;' } = $$props;
|
4353
4353
|
|
4354
4354
|
function div0_binding($$value) {
|
4355
4355
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
package/dist/index.es.js
CHANGED
@@ -4240,7 +4240,7 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
4240
4240
|
|
4241
4241
|
let { _textStyle = 'font-size:12px;' } = $$props;
|
4242
4242
|
let { textDirection = 'horizontal' } = $$props;
|
4243
|
-
let { _style = '' } = $$props;
|
4243
|
+
let { _style = 'cursor: pointer;' } = $$props;
|
4244
4244
|
|
4245
4245
|
function div0_binding($$value) {
|
4246
4246
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|