@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.
Files changed (41) hide show
  1. package/dist/avl/index.cjs +1837 -0
  2. package/dist/avl/index.d.cts +312 -0
  3. package/dist/avl/index.d.ts +33 -0
  4. package/dist/avl/index.js +1801 -0
  5. package/dist/components/atoms/avl/AvlApplication.d.ts +8 -0
  6. package/dist/components/atoms/avl/AvlBinding.d.ts +12 -0
  7. package/dist/components/atoms/avl/AvlBindingRef.d.ts +7 -0
  8. package/dist/components/atoms/avl/AvlEffect.d.ts +8 -0
  9. package/dist/components/atoms/avl/AvlEntity.d.ts +9 -0
  10. package/dist/components/atoms/avl/AvlEvent.d.ts +7 -0
  11. package/dist/components/atoms/avl/AvlField.d.ts +10 -0
  12. package/dist/components/atoms/avl/AvlFieldType.d.ts +8 -0
  13. package/dist/components/atoms/avl/AvlGuard.d.ts +7 -0
  14. package/dist/components/atoms/avl/AvlLiteral.d.ts +7 -0
  15. package/dist/components/atoms/avl/AvlOperator.d.ts +8 -0
  16. package/dist/components/atoms/avl/AvlOrbital.d.ts +11 -0
  17. package/dist/components/atoms/avl/AvlPage.d.ts +7 -0
  18. package/dist/components/atoms/avl/AvlPersistence.d.ts +8 -0
  19. package/dist/components/atoms/avl/AvlSExpr.d.ts +8 -0
  20. package/dist/components/atoms/avl/AvlState.d.ts +10 -0
  21. package/dist/components/atoms/avl/AvlTrait.d.ts +13 -0
  22. package/dist/components/atoms/avl/AvlTransition.d.ts +18 -0
  23. package/dist/components/atoms/avl/index.d.ts +20 -0
  24. package/dist/components/atoms/avl/types.d.ts +19 -0
  25. package/dist/components/index.cjs +4 -4
  26. package/dist/components/index.js +4 -4
  27. package/dist/components/molecules/avl/AvlClosedCircuit.d.ts +20 -0
  28. package/dist/components/molecules/avl/AvlEmitListen.d.ts +16 -0
  29. package/dist/components/molecules/avl/AvlExprTree.d.ts +13 -0
  30. package/dist/components/molecules/avl/AvlOrbitalUnit.d.ts +20 -0
  31. package/dist/components/molecules/avl/AvlSlotMap.d.ts +17 -0
  32. package/dist/components/molecules/avl/AvlStateMachine.d.ts +22 -0
  33. package/dist/components/molecules/avl/avl-layout.d.ts +31 -0
  34. package/dist/components/molecules/avl/index.d.ts +7 -0
  35. package/dist/illustrations/index.cjs +1789 -20
  36. package/dist/illustrations/index.d.cts +276 -1
  37. package/dist/illustrations/index.d.ts +24 -0
  38. package/dist/illustrations/index.js +1765 -20
  39. package/dist/marketing/index.cjs +4 -4
  40. package/dist/marketing/index.js +4 -4
  41. package/package.json +6 -1
@@ -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-x-hidden overflow-y-visible",
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
  );
@@ -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-x-hidden overflow-y-visible",
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.15.12",
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",