@hievilmath/browser-formidavim 1.5.10 → 1.6.1

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 (4) hide show
  1. package/README.md +11 -0
  2. package/index.js +97 -97
  3. package/index.mjs +10 -0
  4. package/package.json +1 -1
package/index.mjs CHANGED
@@ -43752,6 +43752,7 @@ const Wj = _e.div`
43752
43752
  muted: r == null ? void 0 : r.muted,
43753
43753
  loop: r == null ? void 0 : r.loop,
43754
43754
  autoPlay: r == null ? void 0 : r.autoPlay,
43755
+ preload: (r == null ? void 0 : r.preload) || "metadata",
43755
43756
  playsInline: !0,
43756
43757
  controls: !0,
43757
43758
  children: /* @__PURE__ */ M.jsx("source", { src: r == null ? void 0 : r.src, type: `video/${i}` })
@@ -43764,6 +43765,7 @@ const Wj = _e.div`
43764
43765
  muted: r == null ? void 0 : r.muted,
43765
43766
  loop: r == null ? void 0 : r.loop,
43766
43767
  autoPlay: r == null ? void 0 : r.autoPlay,
43768
+ preload: (r == null ? void 0 : r.preload) || "metadata",
43767
43769
  playsInline: !0,
43768
43770
  children: /* @__PURE__ */ M.jsx("source", { src: r == null ? void 0 : r.src, type: `video/${i}` })
43769
43771
  },
@@ -48303,6 +48305,14 @@ const CU = ({ formComponent: e, isPreview: r, boundary: i, isVisible: s = !0, fo
48303
48305
  return /* @__PURE__ */ M.jsx(J0, { children: /* @__PURE__ */ M.jsx(fv, { $span: "12", children: /* @__PURE__ */ M.jsx(
48304
48306
  rM,
48305
48307
  {
48308
+ "data-fvim": !0,
48309
+ "data-fvim-id": e.id,
48310
+ "data-fvim-component-id": e.componentId,
48311
+ "data-fvim-condition-id": e.conditionId,
48312
+ "data-fvim-form-id": e.formId,
48313
+ "data-fvim-name": e.name,
48314
+ "data-fvim-props": JSON.stringify(e.props, null, 2),
48315
+ "data-fvim-updated-at": e.updatedAt,
48306
48316
  $margin: (d = e.props) == null ? void 0 : d.margin,
48307
48317
  $boundary: i,
48308
48318
  children: f(e)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hievilmath/browser-formidavim",
3
- "version": "1.5.10",
3
+ "version": "1.6.1",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "typings": "./index.d.ts",