@almadar/ui 4.15.1 → 4.15.2

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.
@@ -47131,7 +47131,7 @@ function SlotContentRenderer({
47131
47131
  "data-pattern-path": myPath,
47132
47132
  "data-pattern-type": content.pattern,
47133
47133
  "data-accepts-children": acceptsChildren ? "true" : void 0,
47134
- children: /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren })
47134
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps })
47135
47135
  }
47136
47136
  );
47137
47137
  }
package/dist/avl/index.js CHANGED
@@ -47085,7 +47085,7 @@ function SlotContentRenderer({
47085
47085
  "data-pattern-path": myPath,
47086
47086
  "data-pattern-type": content.pattern,
47087
47087
  "data-accepts-children": acceptsChildren ? "true" : void 0,
47088
- children: /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren })
47088
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsx(PatternComponent, { ...finalProps })
47089
47089
  }
47090
47090
  );
47091
47091
  }
@@ -37890,7 +37890,7 @@ function SlotContentRenderer({
37890
37890
  "data-pattern-path": myPath,
37891
37891
  "data-pattern-type": content.pattern,
37892
37892
  "data-accepts-children": acceptsChildren ? "true" : void 0,
37893
- children: /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren })
37893
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps })
37894
37894
  }
37895
37895
  );
37896
37896
  }
@@ -37845,7 +37845,7 @@ function SlotContentRenderer({
37845
37845
  "data-pattern-path": myPath,
37846
37846
  "data-pattern-type": content.pattern,
37847
37847
  "data-accepts-children": acceptsChildren ? "true" : void 0,
37848
- children: /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren })
37848
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsx(PatternComponent, { ...finalProps })
37849
37849
  }
37850
37850
  );
37851
37851
  }
@@ -38410,7 +38410,7 @@ function SlotContentRenderer({
38410
38410
  "data-pattern-path": myPath,
38411
38411
  "data-pattern-type": content.pattern,
38412
38412
  "data-accepts-children": acceptsChildren ? "true" : void 0,
38413
- children: /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren })
38413
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps })
38414
38414
  }
38415
38415
  );
38416
38416
  }
@@ -38365,7 +38365,7 @@ function SlotContentRenderer({
38365
38365
  "data-pattern-path": myPath,
38366
38366
  "data-pattern-type": content.pattern,
38367
38367
  "data-accepts-children": acceptsChildren ? "true" : void 0,
38368
- children: /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren })
38368
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsx(PatternComponent, { ...finalProps })
38369
38369
  }
38370
38370
  );
38371
38371
  }
@@ -38003,7 +38003,7 @@ function SlotContentRenderer({
38003
38003
  "data-pattern-path": myPath,
38004
38004
  "data-pattern-type": content.pattern,
38005
38005
  "data-accepts-children": acceptsChildren ? "true" : void 0,
38006
- children: /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren })
38006
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsxRuntime.jsx(PatternComponent, { ...finalProps })
38007
38007
  }
38008
38008
  );
38009
38009
  }
@@ -37958,7 +37958,7 @@ function SlotContentRenderer({
37958
37958
  "data-pattern-path": myPath,
37959
37959
  "data-pattern-type": content.pattern,
37960
37960
  "data-accepts-children": acceptsChildren ? "true" : void 0,
37961
- children: /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren })
37961
+ children: renderedChildren !== void 0 ? /* @__PURE__ */ jsx(PatternComponent, { ...finalProps, children: renderedChildren }) : /* @__PURE__ */ jsx(PatternComponent, { ...finalProps })
37962
37962
  }
37963
37963
  );
37964
37964
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.15.1",
3
+ "version": "4.15.2",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",