uhuu-components 0.2.39 → 0.2.40

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.39",
2
+ "version": "0.2.40",
3
3
  "name": "uhuu-components",
4
4
  "main": "uhuu-components.umd.js",
5
5
  "module": "uhuu-components.es.js",
@@ -3101,6 +3101,7 @@ const Bt = (e, t, n = !1, r) => {
3101
3101
  repeatable: e.repeatable ?? !1,
3102
3102
  maxInstances: e.maxInstances ?? null,
3103
3103
  integration: e.integration,
3104
+ strictPosition: e.strictPosition,
3104
3105
  pages: s.map((l, f) => {
3105
3106
  const u = typeof l == "string" ? l : l.key, m = typeof l == "string" ? void 0 : l.dataKey;
3106
3107
  return {
@@ -3116,7 +3117,8 @@ const Bt = (e, t, n = !1, r) => {
3116
3117
  label: e.label,
3117
3118
  repeatable: e.repeatable ?? !1,
3118
3119
  maxInstances: e.maxInstances ?? null,
3119
- integration: e.integration
3120
+ integration: e.integration,
3121
+ strictPosition: e.strictPosition
3120
3122
  });
3121
3123
  }, Sr = (e) => e ? Array.isArray(e) ? e : Object.entries(e).map(([t, n]) => ({ ...n, id: t })) : [], Rr = (e, t) => {
3122
3124
  if (!e) return [];
@@ -3161,7 +3163,8 @@ const Bt = (e, t, n = !1, r) => {
3161
3163
  // Keep original (function or array)
3162
3164
  repeatable: y.repeatable ?? !1,
3163
3165
  maxInstances: y.maxInstances ?? null,
3164
- integration: y.integration
3166
+ integration: y.integration,
3167
+ strictPosition: y.strictPosition
3165
3168
  })), C = [
3166
3169
  ...l.filter((y) => i?.[y]?.allowAsSinglePage !== !1).map((y) => {
3167
3170
  const w = i?.[y];