@lionad/cx-comps-tanstack-charts 0.1.0-alpha.20 → 0.1.0-alpha.21

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1520,7 +1520,7 @@ const _sfc_main$6 = /*@__PURE__*/ defineComponent({
1520
1520
  className: props.className,
1521
1521
  idPrefix,
1522
1522
  renderer: motion({
1523
- initial: props.motionOptions?.initial ?? true,
1523
+ initial: props.motionOptions?.initial ?? "always",
1524
1524
  resize: props.motionOptions?.resize
1525
1525
  })
1526
1526
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionad/cx-comps-tanstack-charts",
3
- "version": "0.1.0-alpha.20",
3
+ "version": "0.1.0-alpha.21",
4
4
  "description": "cx material components wrapping TanStack Charts (@tanstack/charts/vue)",
5
5
  "keywords": [
6
6
  "charts",