@almadar/ui 2.15.12 → 2.16.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 +1837 -0
- package/dist/avl/index.d.cts +312 -0
- package/dist/avl/index.d.ts +33 -0
- package/dist/avl/index.js +1801 -0
- package/dist/components/atoms/avl/AvlApplication.d.ts +8 -0
- package/dist/components/atoms/avl/AvlBinding.d.ts +12 -0
- package/dist/components/atoms/avl/AvlBindingRef.d.ts +7 -0
- package/dist/components/atoms/avl/AvlEffect.d.ts +8 -0
- package/dist/components/atoms/avl/AvlEntity.d.ts +9 -0
- package/dist/components/atoms/avl/AvlEvent.d.ts +7 -0
- package/dist/components/atoms/avl/AvlField.d.ts +10 -0
- package/dist/components/atoms/avl/AvlFieldType.d.ts +8 -0
- package/dist/components/atoms/avl/AvlGuard.d.ts +7 -0
- package/dist/components/atoms/avl/AvlLiteral.d.ts +7 -0
- package/dist/components/atoms/avl/AvlOperator.d.ts +8 -0
- package/dist/components/atoms/avl/AvlOrbital.d.ts +11 -0
- package/dist/components/atoms/avl/AvlPage.d.ts +7 -0
- package/dist/components/atoms/avl/AvlPersistence.d.ts +8 -0
- package/dist/components/atoms/avl/AvlSExpr.d.ts +8 -0
- package/dist/components/atoms/avl/AvlState.d.ts +10 -0
- package/dist/components/atoms/avl/AvlTrait.d.ts +13 -0
- package/dist/components/atoms/avl/AvlTransition.d.ts +18 -0
- package/dist/components/atoms/avl/index.d.ts +20 -0
- package/dist/components/atoms/avl/types.d.ts +19 -0
- package/dist/components/index.cjs +4 -4
- package/dist/components/index.js +4 -4
- package/dist/components/molecules/avl/AvlClosedCircuit.d.ts +20 -0
- package/dist/components/molecules/avl/AvlEmitListen.d.ts +16 -0
- package/dist/components/molecules/avl/AvlExprTree.d.ts +13 -0
- package/dist/components/molecules/avl/AvlOrbitalUnit.d.ts +20 -0
- package/dist/components/molecules/avl/AvlSlotMap.d.ts +17 -0
- package/dist/components/molecules/avl/AvlStateMachine.d.ts +22 -0
- package/dist/components/molecules/avl/avl-layout.d.ts +31 -0
- package/dist/components/molecules/avl/index.d.ts +7 -0
- package/dist/illustrations/index.cjs +1789 -20
- package/dist/illustrations/index.d.cts +276 -1
- package/dist/illustrations/index.d.ts +24 -0
- package/dist/illustrations/index.js +1765 -20
- package/dist/marketing/index.cjs +4 -4
- package/dist/marketing/index.js +4 -4
- package/package.json +6 -1
package/dist/marketing/index.cjs
CHANGED
|
@@ -3687,7 +3687,7 @@ var HeroSection = ({
|
|
|
3687
3687
|
className: cn(
|
|
3688
3688
|
"w-full min-h-[60vh] flex items-center justify-center",
|
|
3689
3689
|
"px-6 py-20",
|
|
3690
|
-
"relative overflow-
|
|
3690
|
+
"relative overflow-hidden",
|
|
3691
3691
|
className
|
|
3692
3692
|
),
|
|
3693
3693
|
children: [
|
|
@@ -4021,9 +4021,9 @@ var SplitSection = ({
|
|
|
4021
4021
|
className
|
|
4022
4022
|
),
|
|
4023
4023
|
padding: "lg",
|
|
4024
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
4025
|
-
textContent,
|
|
4026
|
-
mediaContent
|
|
4024
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
4025
|
+
/* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
|
|
4026
|
+
/* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
|
|
4027
4027
|
] })
|
|
4028
4028
|
}
|
|
4029
4029
|
);
|
package/dist/marketing/index.js
CHANGED
|
@@ -3663,7 +3663,7 @@ var HeroSection = ({
|
|
|
3663
3663
|
className: cn(
|
|
3664
3664
|
"w-full min-h-[60vh] flex items-center justify-center",
|
|
3665
3665
|
"px-6 py-20",
|
|
3666
|
-
"relative overflow-
|
|
3666
|
+
"relative overflow-hidden",
|
|
3667
3667
|
className
|
|
3668
3668
|
),
|
|
3669
3669
|
children: [
|
|
@@ -3997,9 +3997,9 @@ var SplitSection = ({
|
|
|
3997
3997
|
className
|
|
3998
3998
|
),
|
|
3999
3999
|
padding: "lg",
|
|
4000
|
-
children: /* @__PURE__ */ jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
4001
|
-
textContent,
|
|
4002
|
-
mediaContent
|
|
4000
|
+
children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
4001
|
+
/* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
|
|
4002
|
+
/* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
|
|
4003
4003
|
] })
|
|
4004
4004
|
}
|
|
4005
4005
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"description": "React UI components, hooks, and providers for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/components/index.js",
|
|
@@ -84,6 +84,11 @@
|
|
|
84
84
|
"import": "./dist/illustrations/index.js",
|
|
85
85
|
"require": "./dist/illustrations/index.cjs"
|
|
86
86
|
},
|
|
87
|
+
"./avl": {
|
|
88
|
+
"types": "./dist/avl/index.d.ts",
|
|
89
|
+
"import": "./dist/avl/index.js",
|
|
90
|
+
"require": "./dist/avl/index.cjs"
|
|
91
|
+
},
|
|
87
92
|
"./themes/*.css": "./themes/*.css",
|
|
88
93
|
"./locales": {
|
|
89
94
|
"types": "./dist/locales/index.d.ts",
|