@almadar/ui 5.5.8 → 5.5.9

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.
@@ -39972,7 +39972,7 @@ var init_FeatureDetailPageTemplate = __esm({
39972
39972
  background: resolved.hero.background
39973
39973
  }
39974
39974
  ),
39975
- resolved.sections.map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
39975
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
39976
39976
  SplitSection,
39977
39977
  {
39978
39978
  title: section.title,
package/dist/avl/index.js CHANGED
@@ -39923,7 +39923,7 @@ var init_FeatureDetailPageTemplate = __esm({
39923
39923
  background: resolved.hero.background
39924
39924
  }
39925
39925
  ),
39926
- resolved.sections.map((section, index) => /* @__PURE__ */ jsx(
39926
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsx(
39927
39927
  SplitSection,
39928
39928
  {
39929
39929
  title: section.title,
@@ -36030,7 +36030,7 @@ var init_FeatureDetailPageTemplate = __esm({
36030
36030
  background: resolved.hero.background
36031
36031
  }
36032
36032
  ),
36033
- resolved.sections.map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
36033
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
36034
36034
  exports.SplitSection,
36035
36035
  {
36036
36036
  title: section.title,
@@ -35981,7 +35981,7 @@ var init_FeatureDetailPageTemplate = __esm({
35981
35981
  background: resolved.hero.background
35982
35982
  }
35983
35983
  ),
35984
- resolved.sections.map((section, index) => /* @__PURE__ */ jsx(
35984
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsx(
35985
35985
  SplitSection,
35986
35986
  {
35987
35987
  title: section.title,
@@ -36787,7 +36787,7 @@ var init_FeatureDetailPageTemplate = __esm({
36787
36787
  background: resolved.hero.background
36788
36788
  }
36789
36789
  ),
36790
- resolved.sections.map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
36790
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
36791
36791
  SplitSection,
36792
36792
  {
36793
36793
  title: section.title,
@@ -36738,7 +36738,7 @@ var init_FeatureDetailPageTemplate = __esm({
36738
36738
  background: resolved.hero.background
36739
36739
  }
36740
36740
  ),
36741
- resolved.sections.map((section, index) => /* @__PURE__ */ jsx(
36741
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsx(
36742
36742
  SplitSection,
36743
36743
  {
36744
36744
  title: section.title,
@@ -36354,7 +36354,7 @@ var init_FeatureDetailPageTemplate = __esm({
36354
36354
  background: resolved.hero.background
36355
36355
  }
36356
36356
  ),
36357
- resolved.sections.map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
36357
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsxRuntime.jsx(
36358
36358
  SplitSection,
36359
36359
  {
36360
36360
  title: section.title,
@@ -36305,7 +36305,7 @@ var init_FeatureDetailPageTemplate = __esm({
36305
36305
  background: resolved.hero.background
36306
36306
  }
36307
36307
  ),
36308
- resolved.sections.map((section, index) => /* @__PURE__ */ jsx(
36308
+ (Array.isArray(resolved.sections) ? resolved.sections : []).map((section, index) => /* @__PURE__ */ jsx(
36309
36309
  SplitSection,
36310
36310
  {
36311
36311
  title: section.title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.5.8",
3
+ "version": "5.5.9",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [