@almadar/ui 5.34.0 → 5.35.0
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/dist/avl/index.cjs +4 -4
- package/dist/avl/index.js +4 -4
- package/dist/components/index.cjs +4 -4
- package/dist/components/index.js +4 -4
- package/dist/providers/index.cjs +4 -4
- package/dist/providers/index.js +4 -4
- package/dist/runtime/index.cjs +4 -4
- package/dist/runtime/index.js +4 -4
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -12833,7 +12833,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
12833
12833
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
12834
12834
|
if (!resolved) return null;
|
|
12835
12835
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
12836
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12836
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
12837
12837
|
HeroSection,
|
|
12838
12838
|
{
|
|
12839
12839
|
tag: resolved.hero.tag,
|
|
@@ -41654,7 +41654,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
41654
41654
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41655
41655
|
if (!resolved) return null;
|
|
41656
41656
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41657
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
41657
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
41658
41658
|
HeroSection,
|
|
41659
41659
|
{
|
|
41660
41660
|
tag: resolved.hero.tag,
|
|
@@ -43174,7 +43174,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
43174
43174
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
43175
43175
|
if (!resolved) return null;
|
|
43176
43176
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
43177
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
43177
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
43178
43178
|
HeroSection,
|
|
43179
43179
|
{
|
|
43180
43180
|
tag: resolved.hero.tag,
|
|
@@ -44395,7 +44395,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
44395
44395
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
44396
44396
|
if (!resolved) return null;
|
|
44397
44397
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
44398
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
44398
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
44399
44399
|
HeroSection,
|
|
44400
44400
|
{
|
|
44401
44401
|
tag: resolved.hero.tag,
|
package/dist/avl/index.js
CHANGED
|
@@ -12784,7 +12784,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
12784
12784
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
12785
12785
|
if (!resolved) return null;
|
|
12786
12786
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
12787
|
-
/* @__PURE__ */ jsx(
|
|
12787
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
12788
12788
|
HeroSection,
|
|
12789
12789
|
{
|
|
12790
12790
|
tag: resolved.hero.tag,
|
|
@@ -41605,7 +41605,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
41605
41605
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41606
41606
|
if (!resolved) return null;
|
|
41607
41607
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41608
|
-
/* @__PURE__ */ jsx(
|
|
41608
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
41609
41609
|
HeroSection,
|
|
41610
41610
|
{
|
|
41611
41611
|
tag: resolved.hero.tag,
|
|
@@ -43125,7 +43125,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
43125
43125
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
43126
43126
|
if (!resolved) return null;
|
|
43127
43127
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
43128
|
-
/* @__PURE__ */ jsx(
|
|
43128
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
43129
43129
|
HeroSection,
|
|
43130
43130
|
{
|
|
43131
43131
|
tag: resolved.hero.tag,
|
|
@@ -44346,7 +44346,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
44346
44346
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
44347
44347
|
if (!resolved) return null;
|
|
44348
44348
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
44349
|
-
/* @__PURE__ */ jsx(
|
|
44349
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
44350
44350
|
HeroSection,
|
|
44351
44351
|
{
|
|
44352
44352
|
tag: resolved.hero.tag,
|
|
@@ -7997,7 +7997,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
7997
7997
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
7998
7998
|
if (!resolved) return null;
|
|
7999
7999
|
return /* @__PURE__ */ jsxRuntime.jsxs(exports.VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
8000
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8000
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
8001
8001
|
exports.HeroSection,
|
|
8002
8002
|
{
|
|
8003
8003
|
tag: resolved.hero.tag,
|
|
@@ -40152,7 +40152,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
40152
40152
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40153
40153
|
if (!resolved) return null;
|
|
40154
40154
|
return /* @__PURE__ */ jsxRuntime.jsxs(exports.VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
40155
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40155
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
40156
40156
|
exports.HeroSection,
|
|
40157
40157
|
{
|
|
40158
40158
|
tag: resolved.hero.tag,
|
|
@@ -41679,7 +41679,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
41679
41679
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41680
41680
|
if (!resolved) return null;
|
|
41681
41681
|
return /* @__PURE__ */ jsxRuntime.jsxs(exports.VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41682
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
41682
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
41683
41683
|
exports.HeroSection,
|
|
41684
41684
|
{
|
|
41685
41685
|
tag: resolved.hero.tag,
|
|
@@ -42993,7 +42993,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
42993
42993
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
42994
42994
|
if (!resolved) return null;
|
|
42995
42995
|
return /* @__PURE__ */ jsxRuntime.jsxs(exports.VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
42996
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42996
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
42997
42997
|
exports.HeroSection,
|
|
42998
42998
|
{
|
|
42999
42999
|
tag: resolved.hero.tag,
|
package/dist/components/index.js
CHANGED
|
@@ -7949,7 +7949,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
7949
7949
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
7950
7950
|
if (!resolved) return null;
|
|
7951
7951
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
7952
|
-
/* @__PURE__ */ jsx(
|
|
7952
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
7953
7953
|
HeroSection,
|
|
7954
7954
|
{
|
|
7955
7955
|
tag: resolved.hero.tag,
|
|
@@ -40104,7 +40104,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
40104
40104
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40105
40105
|
if (!resolved) return null;
|
|
40106
40106
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
40107
|
-
/* @__PURE__ */ jsx(
|
|
40107
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
40108
40108
|
HeroSection,
|
|
40109
40109
|
{
|
|
40110
40110
|
tag: resolved.hero.tag,
|
|
@@ -41631,7 +41631,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
41631
41631
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41632
41632
|
if (!resolved) return null;
|
|
41633
41633
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41634
|
-
/* @__PURE__ */ jsx(
|
|
41634
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
41635
41635
|
HeroSection,
|
|
41636
41636
|
{
|
|
41637
41637
|
tag: resolved.hero.tag,
|
|
@@ -42945,7 +42945,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
42945
42945
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
42946
42946
|
if (!resolved) return null;
|
|
42947
42947
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
42948
|
-
/* @__PURE__ */ jsx(
|
|
42948
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
42949
42949
|
HeroSection,
|
|
42950
42950
|
{
|
|
42951
42951
|
tag: resolved.hero.tag,
|
package/dist/providers/index.cjs
CHANGED
|
@@ -9539,7 +9539,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9539
9539
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9540
9540
|
if (!resolved) return null;
|
|
9541
9541
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
9542
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9542
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
9543
9543
|
HeroSection,
|
|
9544
9544
|
{
|
|
9545
9545
|
tag: resolved.hero.tag,
|
|
@@ -39586,7 +39586,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
39586
39586
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
39587
39587
|
if (!resolved) return null;
|
|
39588
39588
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
39589
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
39589
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
39590
39590
|
HeroSection,
|
|
39591
39591
|
{
|
|
39592
39592
|
tag: resolved.hero.tag,
|
|
@@ -41106,7 +41106,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
41106
41106
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41107
41107
|
if (!resolved) return null;
|
|
41108
41108
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41109
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
41109
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
41110
41110
|
HeroSection,
|
|
41111
41111
|
{
|
|
41112
41112
|
tag: resolved.hero.tag,
|
|
@@ -42327,7 +42327,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
42327
42327
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
42328
42328
|
if (!resolved) return null;
|
|
42329
42329
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
42330
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
42330
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
42331
42331
|
HeroSection,
|
|
42332
42332
|
{
|
|
42333
42333
|
tag: resolved.hero.tag,
|
package/dist/providers/index.js
CHANGED
|
@@ -9490,7 +9490,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9490
9490
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9491
9491
|
if (!resolved) return null;
|
|
9492
9492
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
9493
|
-
/* @__PURE__ */ jsx(
|
|
9493
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
9494
9494
|
HeroSection,
|
|
9495
9495
|
{
|
|
9496
9496
|
tag: resolved.hero.tag,
|
|
@@ -39537,7 +39537,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
39537
39537
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
39538
39538
|
if (!resolved) return null;
|
|
39539
39539
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
39540
|
-
/* @__PURE__ */ jsx(
|
|
39540
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
39541
39541
|
HeroSection,
|
|
39542
39542
|
{
|
|
39543
39543
|
tag: resolved.hero.tag,
|
|
@@ -41057,7 +41057,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
41057
41057
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41058
41058
|
if (!resolved) return null;
|
|
41059
41059
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41060
|
-
/* @__PURE__ */ jsx(
|
|
41060
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
41061
41061
|
HeroSection,
|
|
41062
41062
|
{
|
|
41063
41063
|
tag: resolved.hero.tag,
|
|
@@ -42278,7 +42278,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
42278
42278
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
42279
42279
|
if (!resolved) return null;
|
|
42280
42280
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
42281
|
-
/* @__PURE__ */ jsx(
|
|
42281
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
42282
42282
|
HeroSection,
|
|
42283
42283
|
{
|
|
42284
42284
|
tag: resolved.hero.tag,
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -9094,7 +9094,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9094
9094
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9095
9095
|
if (!resolved) return null;
|
|
9096
9096
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
9097
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9097
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
9098
9098
|
HeroSection,
|
|
9099
9099
|
{
|
|
9100
9100
|
tag: resolved.hero.tag,
|
|
@@ -39153,7 +39153,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
39153
39153
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
39154
39154
|
if (!resolved) return null;
|
|
39155
39155
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
39156
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
39156
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
39157
39157
|
HeroSection,
|
|
39158
39158
|
{
|
|
39159
39159
|
tag: resolved.hero.tag,
|
|
@@ -40673,7 +40673,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40673
40673
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40674
40674
|
if (!resolved) return null;
|
|
40675
40675
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
40676
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40676
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
40677
40677
|
HeroSection,
|
|
40678
40678
|
{
|
|
40679
40679
|
tag: resolved.hero.tag,
|
|
@@ -41894,7 +41894,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41894
41894
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41895
41895
|
if (!resolved) return null;
|
|
41896
41896
|
return /* @__PURE__ */ jsxRuntime.jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41897
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
41897
|
+
resolved.hero && /* @__PURE__ */ jsxRuntime.jsx(
|
|
41898
41898
|
HeroSection,
|
|
41899
41899
|
{
|
|
41900
41900
|
tag: resolved.hero.tag,
|
package/dist/runtime/index.js
CHANGED
|
@@ -9045,7 +9045,7 @@ var init_AboutPageTemplate = __esm({
|
|
|
9045
9045
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
9046
9046
|
if (!resolved) return null;
|
|
9047
9047
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
9048
|
-
/* @__PURE__ */ jsx(
|
|
9048
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
9049
9049
|
HeroSection,
|
|
9050
9050
|
{
|
|
9051
9051
|
tag: resolved.hero.tag,
|
|
@@ -39104,7 +39104,7 @@ var init_FeatureDetailPageTemplate = __esm({
|
|
|
39104
39104
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
39105
39105
|
if (!resolved) return null;
|
|
39106
39106
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
39107
|
-
/* @__PURE__ */ jsx(
|
|
39107
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
39108
39108
|
HeroSection,
|
|
39109
39109
|
{
|
|
39110
39110
|
tag: resolved.hero.tag,
|
|
@@ -40624,7 +40624,7 @@ var init_LandingPageTemplate = __esm({
|
|
|
40624
40624
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
40625
40625
|
if (!resolved) return null;
|
|
40626
40626
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
40627
|
-
/* @__PURE__ */ jsx(
|
|
40627
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
40628
40628
|
HeroSection,
|
|
40629
40629
|
{
|
|
40630
40630
|
tag: resolved.hero.tag,
|
|
@@ -41845,7 +41845,7 @@ var init_PricingPageTemplate = __esm({
|
|
|
41845
41845
|
const resolved = entity && typeof entity === "object" && !Array.isArray(entity) ? entity : void 0;
|
|
41846
41846
|
if (!resolved) return null;
|
|
41847
41847
|
return /* @__PURE__ */ jsxs(VStack, { gap: "none", className: cn("w-full", className), children: [
|
|
41848
|
-
/* @__PURE__ */ jsx(
|
|
41848
|
+
resolved.hero && /* @__PURE__ */ jsx(
|
|
41849
41849
|
HeroSection,
|
|
41850
41850
|
{
|
|
41851
41851
|
tag: resolved.hero.tag,
|