@plaidev/karte-action-sdk 1.1.134-27960664.0e89c978 → 1.1.134-27960692.e720b7c2
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
@@ -3398,7 +3398,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
3398
3398
|
let { height = '256px' } = $$props;
|
3399
3399
|
let { rows } = $$props;
|
3400
3400
|
let { columns } = $$props;
|
3401
|
-
let { gap = '
|
3401
|
+
let { gap = 'auto' } = $$props;
|
3402
3402
|
let { background = 'transparent' } = $$props;
|
3403
3403
|
|
3404
3404
|
const toExpr = exp => typeof exp === 'number'
|
package/dist/index.es.js
CHANGED
@@ -3390,7 +3390,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
3390
3390
|
let { height = '256px' } = $$props;
|
3391
3391
|
let { rows } = $$props;
|
3392
3392
|
let { columns } = $$props;
|
3393
|
-
let { gap = '
|
3393
|
+
let { gap = 'auto' } = $$props;
|
3394
3394
|
let { background = 'transparent' } = $$props;
|
3395
3395
|
|
3396
3396
|
const toExpr = exp => typeof exp === 'number'
|