cortex-react-components 1.2.0 → 1.4.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 (205) hide show
  1. package/dist/chunk-32RDLRVK.mjs +1 -0
  2. package/dist/{chunk-MY7YCD7T.mjs → chunk-6VGO3JR7.mjs} +1 -1
  3. package/dist/{chunk-6XQN7JHH.mjs → chunk-7BP5RVYA.mjs} +1 -1
  4. package/dist/chunk-7GXS4GND.mjs +5 -0
  5. package/dist/{chunk-HQ5V5FY5.mjs → chunk-EF2M7XZK.mjs} +1 -1
  6. package/dist/{chunk-RTU6IVSY.mjs → chunk-EMNKQTUC.mjs} +1 -1
  7. package/dist/{chunk-Z3GPNAQX.mjs → chunk-JYZNBFY2.mjs} +1 -1
  8. package/dist/chunk-LFACHBX2.mjs +1 -0
  9. package/dist/chunk-N6Y7HNC6.mjs +1 -0
  10. package/dist/{chunk-I6MWUGBD.mjs → chunk-OVQPFHX2.mjs} +1 -1
  11. package/dist/chunk-Q56L3H6V.mjs +1 -0
  12. package/dist/chunk-S4O43CSD.mjs +1 -0
  13. package/dist/chunk-US547EKQ.mjs +1 -0
  14. package/dist/chunk-UVJPKH6R.mjs +1 -0
  15. package/dist/{chunk-YQY5Z73J.mjs → chunk-VBYC64I2.mjs} +1 -1
  16. package/dist/chunk-VHDG422X.mjs +1 -0
  17. package/dist/chunk-VSTSYVKB.mjs +1 -0
  18. package/dist/client/Blocks/Banner.mjs +1 -1
  19. package/dist/client/Blocks/CallToAction.mjs +1 -1
  20. package/dist/client/Blocks/CaseStudy.mjs +1 -1
  21. package/dist/client/Blocks/CaseStudy.stories.mjs +1 -1
  22. package/dist/client/Blocks/Code.client.mjs +1 -1
  23. package/dist/client/Blocks/Code.mjs +1 -1
  24. package/dist/client/Blocks/ConsultantProfile.mjs +1 -1
  25. package/dist/client/Blocks/ConsultantProfile.stories.mjs +1 -1
  26. package/dist/client/Blocks/Content.mjs +1 -1
  27. package/dist/client/Blocks/CopyButton.mjs +1 -1
  28. package/dist/client/Blocks/FeaturesBlock.mjs +1 -1
  29. package/dist/client/Blocks/FeaturesBlock.stories.mjs +1 -1
  30. package/dist/client/Blocks/HeadingImage.mjs +1 -1
  31. package/dist/client/Blocks/HeadingImage.stories.mjs +1 -1
  32. package/dist/client/Blocks/ImageBlock.mjs +1 -1
  33. package/dist/client/Blocks/InfoTile.mjs +1 -1
  34. package/dist/client/Blocks/InfoTile.stories.mjs +1 -1
  35. package/dist/client/Blocks/Insight.mjs +1 -1
  36. package/dist/client/Blocks/Insight.stories.mjs +1 -1
  37. package/dist/client/Blocks/MOTD.mjs +1 -1
  38. package/dist/client/Blocks/MOTD.stories.mjs +1 -1
  39. package/dist/client/Blocks/MediaBlock.mjs +1 -1
  40. package/dist/client/Blocks/OrgChart.mjs +1 -1
  41. package/dist/client/Blocks/OrgChart.stories.mjs +1 -1
  42. package/dist/client/Blocks/ProposalSummary.mjs +1 -1
  43. package/dist/client/Blocks/ProposalSummary.stories.mjs +1 -1
  44. package/dist/client/Blocks/RelatedPosts.mjs +1 -1
  45. package/dist/client/Blocks/RenderBlocks.mjs +1 -1
  46. package/dist/client/Blocks/WhyUs.mjs +1 -1
  47. package/dist/client/Blocks/WhyUs.stories.mjs +1 -1
  48. package/dist/client/Blocks/index.mjs +1 -1
  49. package/dist/client/Cards/CustomerCard.d.ts +6 -0
  50. package/dist/client/Cards/CustomerCard.js +1 -0
  51. package/dist/client/Cards/CustomerCard.mjs +1 -0
  52. package/dist/client/Cards/CustomerCard.stories.js +1 -0
  53. package/dist/client/Cards/CustomerCard.stories.mjs +1 -0
  54. package/dist/client/Cards/EventCard.d.ts +10 -0
  55. package/dist/client/Cards/EventCard.js +1 -0
  56. package/dist/client/Cards/EventCard.mjs +1 -0
  57. package/dist/client/Cards/EventCard.stories.js +1 -0
  58. package/dist/client/Cards/EventCard.stories.mjs +1 -0
  59. package/dist/client/Cards/FeatureCard.d.ts +8 -0
  60. package/dist/client/Cards/FeatureCard.js +2 -0
  61. package/dist/client/Cards/FeatureCard.mjs +2 -0
  62. package/dist/client/Cards/FeatureCard.stories.js +1 -0
  63. package/dist/client/Cards/FeatureCard.stories.mjs +1 -0
  64. package/dist/client/Cards/Image.d.ts +30 -0
  65. package/dist/client/Cards/Image.js +2 -0
  66. package/dist/client/Cards/Image.mjs +2 -0
  67. package/dist/client/Cards/Image.stories.js +1 -0
  68. package/dist/client/Cards/Image.stories.mjs +1 -0
  69. package/dist/client/Cards/ProjectCard.d.ts +8 -0
  70. package/dist/client/Cards/ProjectCard.js +5 -0
  71. package/dist/client/Cards/ProjectCard.mjs +1 -0
  72. package/dist/client/Cards/ProjectCard.stories.js +5 -0
  73. package/dist/client/Cards/ProjectCard.stories.mjs +1 -0
  74. package/dist/client/Cards/index.d.ts +3 -0
  75. package/dist/client/Cards/index.js +1 -0
  76. package/dist/client/Cards/index.mjs +1 -0
  77. package/dist/client/Images/DynamicIcon.mjs +1 -1
  78. package/dist/client/Images/DynamicIcon.stories.mjs +1 -1
  79. package/dist/client/Images/IconIndex.mjs +1 -1
  80. package/dist/client/Images/customIconList.mjs +1 -1
  81. package/dist/client/Images/index.mjs +1 -1
  82. package/dist/client/Layouts/FeatureGrid.d.ts +7 -0
  83. package/dist/client/Layouts/FeatureGrid.js +2 -0
  84. package/dist/client/Layouts/FeatureGrid.mjs +2 -0
  85. package/dist/client/Layouts/FeatureGrid.stories.js +1 -0
  86. package/dist/client/Layouts/FeatureGrid.stories.mjs +1 -0
  87. package/dist/client/Layouts/NewsGrid.d.ts +1 -0
  88. package/dist/client/Layouts/NewsGrid.js +2 -0
  89. package/dist/client/Layouts/NewsGrid.mjs +2 -0
  90. package/dist/client/Layouts/NewsGrid.stories.js +268 -0
  91. package/dist/client/Layouts/NewsGrid.stories.mjs +268 -0
  92. package/dist/client/Layouts/TextAndImages.d.ts +14 -0
  93. package/dist/client/Layouts/TextAndImages.js +1 -0
  94. package/dist/client/Layouts/TextAndImages.mjs +1 -0
  95. package/dist/client/Layouts/TextAndImages.stories.js +1 -0
  96. package/dist/client/Layouts/TextAndImages.stories.mjs +1 -0
  97. package/dist/client/Layouts/VerticalSlider.d.ts +3 -0
  98. package/dist/client/Layouts/VerticalSlider.js +2 -0
  99. package/dist/client/Layouts/VerticalSlider.mjs +2 -0
  100. package/dist/client/Layouts/VerticalSlider.stories.js +2 -0
  101. package/dist/client/Layouts/VerticalSlider.stories.mjs +2 -0
  102. package/dist/client/Layouts/index.d.ts +4 -0
  103. package/dist/client/Layouts/index.js +1 -0
  104. package/dist/client/Layouts/index.mjs +1 -0
  105. package/dist/client/Payload/Card/index.mjs +1 -1
  106. package/dist/client/Payload/CollectionArchive/index.mjs +1 -1
  107. package/dist/client/Payload/Link/index.mjs +1 -1
  108. package/dist/client/Payload/Logo/Logo.mjs +1 -1
  109. package/dist/client/Payload/Media/ImageMedia/index.mjs +1 -1
  110. package/dist/client/Payload/Media/VideoMedia/index.mjs +1 -1
  111. package/dist/client/Payload/Media/index.mjs +1 -1
  112. package/dist/client/Payload/PageRange/index.mjs +1 -1
  113. package/dist/client/Payload/Pagination/index.mjs +1 -1
  114. package/dist/client/Payload/RichText/index.mjs +1 -1
  115. package/dist/client/Payload/RichText/nodeFormat.mjs +1 -1
  116. package/dist/client/Payload/RichText/serialize.mjs +1 -1
  117. package/dist/client/index.mjs +1 -1
  118. package/dist/client/loader-container/index.mjs +1 -1
  119. package/dist/client/loader-container/loader-container.mjs +1 -1
  120. package/dist/client/loader-container/loader-container.module.mjs +1 -1
  121. package/dist/client/ui/alert.mjs +1 -1
  122. package/dist/client/ui/alert.stories.mjs +1 -1
  123. package/dist/client/ui/avatar.mjs +1 -1
  124. package/dist/client/ui/avatar.stories.mjs +1 -1
  125. package/dist/client/ui/badge.mjs +1 -1
  126. package/dist/client/ui/badge.stories.mjs +1 -1
  127. package/dist/client/ui/breadcrumb.mjs +1 -1
  128. package/dist/client/ui/breadcrumb.stories.mjs +1 -1
  129. package/dist/client/ui/button.mjs +1 -1
  130. package/dist/client/ui/button.stories.mjs +1 -1
  131. package/dist/client/ui/card.mjs +1 -1
  132. package/dist/client/ui/card.stories.mjs +1 -1
  133. package/dist/client/ui/checkbox.mjs +1 -1
  134. package/dist/client/ui/collapsible.mjs +1 -1
  135. package/dist/client/ui/collapsible.stories.mjs +1 -1
  136. package/dist/client/ui/command.mjs +1 -1
  137. package/dist/client/ui/command.stories.mjs +1 -1
  138. package/dist/client/ui/dialog.mjs +1 -1
  139. package/dist/client/ui/dialog.stories.mjs +1 -1
  140. package/dist/client/ui/dropdown-menu.mjs +1 -1
  141. package/dist/client/ui/dropdown-menu.stories.mjs +1 -1
  142. package/dist/client/ui/hover-card.mjs +1 -1
  143. package/dist/client/ui/hover-card.stories.mjs +1 -1
  144. package/dist/client/ui/index.mjs +1 -1
  145. package/dist/client/ui/input.mjs +1 -1
  146. package/dist/client/ui/input.stories.mjs +1 -1
  147. package/dist/client/ui/label.mjs +1 -1
  148. package/dist/client/ui/label.stories.mjs +1 -1
  149. package/dist/client/ui/pagination.mjs +1 -1
  150. package/dist/client/ui/popover.mjs +1 -1
  151. package/dist/client/ui/popover.stories.mjs +1 -1
  152. package/dist/client/ui/scroll-area.mjs +1 -1
  153. package/dist/client/ui/scroll-area.stories.mjs +1 -1
  154. package/dist/client/ui/select.mjs +1 -1
  155. package/dist/client/ui/separator.mjs +1 -1
  156. package/dist/client/ui/separator.stories.mjs +1 -1
  157. package/dist/client/ui/sheet.mjs +1 -1
  158. package/dist/client/ui/sheet.stories.mjs +1 -1
  159. package/dist/client/ui/sidebar.mjs +1 -1
  160. package/dist/client/ui/skeleton.mjs +1 -1
  161. package/dist/client/ui/skeleton.stories.mjs +1 -1
  162. package/dist/client/ui/textarea.mjs +1 -1
  163. package/dist/client/ui/toast.mjs +1 -1
  164. package/dist/client/ui/toast.stories.mjs +1 -1
  165. package/dist/client/ui/toaster.mjs +1 -1
  166. package/dist/client/ui/toggle-group.mjs +1 -1
  167. package/dist/client/ui/toggle.mjs +1 -1
  168. package/dist/client/ui/toggle.stories.mjs +1 -1
  169. package/dist/client/ui/tooltip.mjs +1 -1
  170. package/dist/client/ui/tooltip.stories.mjs +1 -1
  171. package/dist/constants.mjs +1 -1
  172. package/dist/globals.css +1 -1
  173. package/dist/graphql-RT2VGT4S.mjs +177 -0
  174. package/dist/hooks/index.mjs +1 -1
  175. package/dist/hooks/use-loader.mjs +1 -1
  176. package/dist/hooks/use-mobile.mjs +1 -1
  177. package/dist/hooks/use-toast.mjs +1 -1
  178. package/dist/index.mjs +1 -1
  179. package/dist/server/bars/bars1/bars1.mjs +1 -1
  180. package/dist/server/bars/bars1/bars1.module.mjs +1 -1
  181. package/dist/server/bars/bars1/index.mjs +1 -1
  182. package/dist/server/bars/bars2/bars2.mjs +1 -1
  183. package/dist/server/bars/bars2/bars2.module.mjs +1 -1
  184. package/dist/server/bars/bars2/index.mjs +1 -1
  185. package/dist/server/bars/index.mjs +1 -1
  186. package/dist/server/common/base/base.mjs +1 -1
  187. package/dist/server/common/base/index.mjs +1 -1
  188. package/dist/server/common/index.mjs +1 -1
  189. package/dist/server/dots/dots1/dots1.mjs +1 -1
  190. package/dist/server/dots/dots1/dots1.module.mjs +1 -1
  191. package/dist/server/dots/dots1/index.mjs +1 -1
  192. package/dist/server/dots/dots2/dots2.mjs +1 -1
  193. package/dist/server/dots/dots2/dots2.module.mjs +1 -1
  194. package/dist/server/dots/dots2/index.mjs +1 -1
  195. package/dist/server/dots/index.mjs +1 -1
  196. package/dist/server/index.mjs +1 -1
  197. package/dist/styles/Colors.mjs +1 -1
  198. package/dist/styles/Colors.stories.mjs +1 -1
  199. package/dist/styles/Typography.mjs +1 -1
  200. package/dist/utils/canUseDOM.mjs +1 -1
  201. package/dist/utils/cn.mjs +1 -1
  202. package/dist/utils/getURL.mjs +1 -1
  203. package/dist/utils/index.mjs +1 -1
  204. package/dist/utils/useClickableCard.mjs +1 -1
  205. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ interface TextAndImagesProps {
2
+ title: string;
3
+ subtitle: string;
4
+ description: string;
5
+ missionTitle: string;
6
+ missionDescription: string;
7
+ images: string[];
8
+ raisedAmount: string;
9
+ companiesCount: string;
10
+ dealsClosed: string;
11
+ leadsGenerated: string;
12
+ }
13
+ export declare function TextAndImages({ title, subtitle, description, missionTitle, missionDescription, images, raisedAmount, companiesCount, dealsClosed, leadsGenerated, }: TextAndImagesProps): import("react/jsx-runtime").JSX.Element;
14
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var i=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var N=Object.prototype.hasOwnProperty;var f=(s,e)=>{for(var d in e)i(s,d,{get:e[d],enumerable:!0})},v=(s,e,d,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of b(e))!N.call(s,a)&&a!==d&&i(s,a,{get:()=>e[a],enumerable:!(l=p(e,a))||l.enumerable});return s};var y=s=>v(i({},"__esModule",{value:!0}),s);var u={};f(u,{TextAndImages:()=>h});module.exports=y(u);var t=require("react/jsx-runtime");function h({title:s,subtitle:e,description:d,missionTitle:l,missionDescription:a,images:r,raisedAmount:m,companiesCount:o,dealsClosed:g,leadsGenerated:x}){return(0,t.jsx)("div",{className:"overflow-hidden bg-white py-24 sm:py-32",children:(0,t.jsxs)("div",{className:"mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8",children:[(0,t.jsxs)("div",{className:"max-w-4xl",children:[(0,t.jsx)("p",{className:"text-base/7 font-semibold text-indigo-600",children:e}),(0,t.jsx)("h1",{className:"mt-2 text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl",children:s}),(0,t.jsx)("p",{className:"mt-6 text-balance text-xl/8 text-gray-700",children:d})]}),(0,t.jsxs)("section",{className:"mt-20 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-8 lg:gap-y-16",children:[(0,t.jsxs)("div",{className:"lg:pr-8",children:[(0,t.jsx)("h2",{className:"text-pretty text-2xl font-semibold tracking-tight text-gray-900",children:l}),(0,t.jsx)("p",{className:"mt-6 text-base/7 text-gray-600",children:a})]}),(0,t.jsx)("div",{className:"pt-16 lg:row-span-2 lg:-mr-16 xl:mr-auto",children:(0,t.jsx)("div",{className:"-mx-8 grid grid-cols-2 gap-4 sm:-mx-16 sm:grid-cols-4 lg:mx-0 lg:grid-cols-2 lg:gap-4 xl:gap-8",children:r.map((c,n)=>(0,t.jsx)("div",{className:"aspect-square overflow-hidden rounded-xl shadow-xl outline-1 -outline-offset-1 outline-black/10",children:(0,t.jsx)("img",{alt:"",src:c,className:"block size-full object-cover"})},n))})}),(0,t.jsxs)("div",{className:"max-lg:mt-16 lg:col-span-1",children:[(0,t.jsx)("p",{className:"text-base/7 font-semibold text-gray-500",children:"The numbers"}),(0,t.jsx)("hr",{className:"mt-6 border-t border-gray-200"}),(0,t.jsxs)("dl",{className:"mt-6 grid grid-cols-1 gap-x-8 gap-y-4 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"flex flex-col gap-y-2 border-b border-dotted border-gray-200 pb-4",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Raised"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:["$",m]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-y-2 border-b border-dotted border-gray-200 pb-4",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Companies"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[o,"K"]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-y-2 max-sm:border-b max-sm:border-dotted max-sm:border-gray-200 max-sm:pb-4",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Deals Closed"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[g,"M"]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-y-2",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Leads Generated"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[x,"M"]})]})]})]})]})]})})}0&&(module.exports={TextAndImages});
@@ -0,0 +1 @@
1
+ import{a}from"../../chunk-Q56L3H6V.mjs";import"../../chunk-US547EKQ.mjs";export{a as TextAndImages};
@@ -0,0 +1 @@
1
+ "use strict";var r=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var y=(s,e)=>{for(var o in e)r(s,o,{get:e[o],enumerable:!0})},h=(s,e,o,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of b(e))!f.call(s,a)&&a!==o&&r(s,a,{get:()=>e[a],enumerable:!(i=u(e,a))||i.enumerable});return s};var N=s=>h(r({},"__esModule",{value:!0}),s);var A={};y(A,{Primary:()=>w,default:()=>v});module.exports=N(A);var t=require("react/jsx-runtime");function l({title:s,subtitle:e,description:o,missionTitle:i,missionDescription:a,images:d,raisedAmount:m,companiesCount:c,dealsClosed:n,leadsGenerated:g}){return(0,t.jsx)("div",{className:"overflow-hidden bg-white py-24 sm:py-32",children:(0,t.jsxs)("div",{className:"mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8",children:[(0,t.jsxs)("div",{className:"max-w-4xl",children:[(0,t.jsx)("p",{className:"text-base/7 font-semibold text-indigo-600",children:e}),(0,t.jsx)("h1",{className:"mt-2 text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl",children:s}),(0,t.jsx)("p",{className:"mt-6 text-balance text-xl/8 text-gray-700",children:o})]}),(0,t.jsxs)("section",{className:"mt-20 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-8 lg:gap-y-16",children:[(0,t.jsxs)("div",{className:"lg:pr-8",children:[(0,t.jsx)("h2",{className:"text-pretty text-2xl font-semibold tracking-tight text-gray-900",children:i}),(0,t.jsx)("p",{className:"mt-6 text-base/7 text-gray-600",children:a})]}),(0,t.jsx)("div",{className:"pt-16 lg:row-span-2 lg:-mr-16 xl:mr-auto",children:(0,t.jsx)("div",{className:"-mx-8 grid grid-cols-2 gap-4 sm:-mx-16 sm:grid-cols-4 lg:mx-0 lg:grid-cols-2 lg:gap-4 xl:gap-8",children:d.map((x,p)=>(0,t.jsx)("div",{className:"aspect-square overflow-hidden rounded-xl shadow-xl outline-1 -outline-offset-1 outline-black/10",children:(0,t.jsx)("img",{alt:"",src:x,className:"block size-full object-cover"})},p))})}),(0,t.jsxs)("div",{className:"max-lg:mt-16 lg:col-span-1",children:[(0,t.jsx)("p",{className:"text-base/7 font-semibold text-gray-500",children:"The numbers"}),(0,t.jsx)("hr",{className:"mt-6 border-t border-gray-200"}),(0,t.jsxs)("dl",{className:"mt-6 grid grid-cols-1 gap-x-8 gap-y-4 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"flex flex-col gap-y-2 border-b border-dotted border-gray-200 pb-4",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Raised"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:["$",m]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-y-2 border-b border-dotted border-gray-200 pb-4",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Companies"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[c,"K"]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-y-2 max-sm:border-b max-sm:border-dotted max-sm:border-gray-200 max-sm:pb-4",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Deals Closed"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[n,"M"]})]}),(0,t.jsxs)("div",{className:"flex flex-col gap-y-2",children:[(0,t.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Leads Generated"}),(0,t.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[g,"M"]})]})]})]})]})]})})}var v={title:"Layouts/TextAndImages",component:l,argTypes:{title:{control:"text"},subtitle:{control:"text"},description:{control:"text"},missionTitle:{control:"text"},missionDescription:{control:"text"},images:{control:"array"},raisedAmount:{control:"text"},companiesCount:{control:"text"},dealsClosed:{control:"text"},leadsGenerated:{control:"text"}}},w={args:{title:"On a mission to empower remote teams",subtitle:"About us",description:"Aliquet nec orci mattis amet quisque ullamcorper neque, nibh sem. At arcu, sit dui mi, nibh dui, diam eget aliquam.",missionTitle:"Our mission",missionDescription:"Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget risus enim. Mattis mauris semper sed amet vitae sed turpis id.",images:["https://images.unsplash.com/photo-1590650516494-0c8e4a4dd67e?&auto=format&fit=crop&crop=center&w=560&h=560&q=90","https://images.unsplash.com/photo-1557804506-669a67965ba0?&auto=format&fit=crop&crop=left&w=560&h=560&q=90","https://images.unsplash.com/photo-1559136555-9303baea8ebd?&auto=format&fit=crop&crop=left&w=560&h=560&q=90","https://images.unsplash.com/photo-1598257006458-087169a1f08d?&auto=format&fit=crop&crop=center&w=560&h=560&q=90"],raisedAmount:"150",companiesCount:"30",dealsClosed:"1.5",leadsGenerated:"200"}};0&&(module.exports={Primary});
@@ -0,0 +1 @@
1
+ import{a as t}from"../../chunk-Q56L3H6V.mjs";import"../../chunk-US547EKQ.mjs";var e={title:"Layouts/TextAndImages",component:t,argTypes:{title:{control:"text"},subtitle:{control:"text"},description:{control:"text"},missionTitle:{control:"text"},missionDescription:{control:"text"},images:{control:"array"},raisedAmount:{control:"text"},companiesCount:{control:"text"},dealsClosed:{control:"text"},leadsGenerated:{control:"text"}}},s={args:{title:"On a mission to empower remote teams",subtitle:"About us",description:"Aliquet nec orci mattis amet quisque ullamcorper neque, nibh sem. At arcu, sit dui mi, nibh dui, diam eget aliquam.",missionTitle:"Our mission",missionDescription:"Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget risus enim. Mattis mauris semper sed amet vitae sed turpis id.",images:["https://images.unsplash.com/photo-1590650516494-0c8e4a4dd67e?&auto=format&fit=crop&crop=center&w=560&h=560&q=90","https://images.unsplash.com/photo-1557804506-669a67965ba0?&auto=format&fit=crop&crop=left&w=560&h=560&q=90","https://images.unsplash.com/photo-1559136555-9303baea8ebd?&auto=format&fit=crop&crop=left&w=560&h=560&q=90","https://images.unsplash.com/photo-1598257006458-087169a1f08d?&auto=format&fit=crop&crop=center&w=560&h=560&q=90"],raisedAmount:"150",companiesCount:"30",dealsClosed:"1.5",leadsGenerated:"200"}};export{s as Primary,e as default};
@@ -0,0 +1,3 @@
1
+ export declare function VerticalSlider({ sections }: {
2
+ sections: any;
3
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";var d=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var g=(t,r)=>{for(var l in r)d(t,l,{get:r[l],enumerable:!0})},w=(t,r,l,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of b(r))!x.call(t,o)&&o!==l&&d(t,o,{get:()=>r[o],enumerable:!(s=y(r,o))||s.enumerable});return t};var I=t=>w(d({},"__esModule",{value:!0}),t);var N={};g(N,{VerticalSlider:()=>k});module.exports=I(N);var i=require("react"),m=require("lucide-react"),n=require("react/jsx-runtime");function k({sections:t}){var u;let[r,l]=(0,i.useState)((u=t[0])==null?void 0:u.id),s=(0,i.useRef)([]);(0,i.useEffect)(()=>{let e=[];return t.forEach(a=>{let c=new IntersectionObserver(p=>{p.forEach(h=>{h.isIntersecting&&l(a.id)})},{threshold:.5}),f=document.getElementById(a.id);f&&c.observe(f),e.push(c)}),s.current=e,()=>{e.forEach(a=>a.disconnect())}},[t]);let o=e=>{let a=document.getElementById(e);a&&a.scrollIntoView({behavior:"smooth",block:"start"})},v=()=>{let e=t.findIndex(c=>c.id===r),a=t[e+1]||t[0];o(a.id)};return(0,n.jsxs)("div",{className:"flex h-screen relative",children:[(0,n.jsx)("div",{className:"fixed left-0 top-0 flex h-screen w-12 flex-col items-center justify-center bg-gray-100",children:t.map(e=>(0,n.jsx)("button",{className:`group relative my-2 h-16 w-2 cursor-pointer rounded-full transition-all duration-300 ${r===e.id?e.color:"bg-gray-300"}`,onClick:()=>o(e.id),children:(0,n.jsx)("span",{className:"absolute left-full ml-2 hidden -translate-x-2 rotate-90 whitespace-nowrap opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100 lg:block",children:e.title})},e.id))}),(0,n.jsx)("div",{className:"ml-12 flex-1 overflow-y-auto snap-y snap-mandatory",children:t.map(e=>(0,n.jsx)("div",{id:e.id,className:`flex h-screen items-center justify-center snap-always snap-start text-4xl text-white ${e.color}`,children:e.title},e.id))}),(0,n.jsx)("button",{className:"absolute bottom-4 left-4 text-3xl text-primary transition-all duration-300 hover:scale-110",onClick:v,children:(0,n.jsx)(m.CircleChevronDown,{})})]})}0&&(module.exports={VerticalSlider});
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";import{a}from"../../chunk-LFACHBX2.mjs";import"../../chunk-US547EKQ.mjs";export{a as VerticalSlider};
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";var d=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var S=(t,r)=>{for(var l in r)d(t,l,{get:r[l],enumerable:!0})},w=(t,r,l,c)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of g(r))!x.call(t,n)&&n!==l&&d(t,n,{get:()=>r[n],enumerable:!(c=h(r,n))||c.enumerable});return t};var I=t=>w(d({},"__esModule",{value:!0}),t);var O={};S(O,{Primary:()=>E,default:()=>N});module.exports=I(O);var a=require("react"),f=require("lucide-react"),o=require("react/jsx-runtime");function y({sections:t}){var m;let[r,l]=(0,a.useState)((m=t[0])==null?void 0:m.id),c=(0,a.useRef)([]);(0,a.useEffect)(()=>{let e=[];return t.forEach(i=>{let s=new IntersectionObserver(b=>{b.forEach(v=>{v.isIntersecting&&l(i.id)})},{threshold:.5}),u=document.getElementById(i.id);u&&s.observe(u),e.push(s)}),c.current=e,()=>{e.forEach(i=>i.disconnect())}},[t]);let n=e=>{let i=document.getElementById(e);i&&i.scrollIntoView({behavior:"smooth",block:"start"})},p=()=>{let e=t.findIndex(s=>s.id===r),i=t[e+1]||t[0];n(i.id)};return(0,o.jsxs)("div",{className:"flex h-screen relative",children:[(0,o.jsx)("div",{className:"fixed left-0 top-0 flex h-screen w-12 flex-col items-center justify-center bg-gray-100",children:t.map(e=>(0,o.jsx)("button",{className:`group relative my-2 h-16 w-2 cursor-pointer rounded-full transition-all duration-300 ${r===e.id?e.color:"bg-gray-300"}`,onClick:()=>n(e.id),children:(0,o.jsx)("span",{className:"absolute left-full ml-2 hidden -translate-x-2 rotate-90 whitespace-nowrap opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100 lg:block",children:e.title})},e.id))}),(0,o.jsx)("div",{className:"ml-12 flex-1 overflow-y-auto snap-y snap-mandatory",children:t.map(e=>(0,o.jsx)("div",{id:e.id,className:`flex h-screen items-center justify-center snap-always snap-start text-4xl text-white ${e.color}`,children:e.title},e.id))}),(0,o.jsx)("button",{className:"absolute bottom-4 left-4 text-3xl text-primary transition-all duration-300 hover:scale-110",onClick:p,children:(0,o.jsx)(f.CircleChevronDown,{})})]})}var k={title:"Layouts/VerticalSlider",component:y,tags:["autodocs"],argTypes:{}},N=k,E={args:{sections:[{id:"section1",title:"Section 1",color:"bg-red-500"},{id:"section2",title:"Section 2",color:"bg-blue-500"},{id:"section3",title:"Section 3",color:"bg-green-500"},{id:"section4",title:"Section 4",color:"bg-yellow-500"}]}};0&&(module.exports={Primary});
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ "use strict";import{a as t}from"../../chunk-LFACHBX2.mjs";import"../../chunk-US547EKQ.mjs";var e={title:"Layouts/VerticalSlider",component:t,tags:["autodocs"],argTypes:{}},r=e,i={args:{sections:[{id:"section1",title:"Section 1",color:"bg-red-500"},{id:"section2",title:"Section 2",color:"bg-blue-500"},{id:"section3",title:"Section 3",color:"bg-green-500"},{id:"section4",title:"Section 4",color:"bg-yellow-500"}]}};export{i as Primary,r as default};
@@ -0,0 +1,4 @@
1
+ export { FeatureGrid } from './FeatureGrid';
2
+ export { VerticalSlider } from './VerticalSlider';
3
+ export { NewsGrid } from './NewsGrid';
4
+ export { TextAndImages } from './TextAndImages';
@@ -0,0 +1 @@
1
+ "use strict";var Le=Object.create;var Q=Object.defineProperty;var De=Object.getOwnPropertyDescriptor;var Ve=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,je=Object.prototype.hasOwnProperty;var Qe=(e,t)=>{for(var r in t)Q(e,r,{get:t[r],enumerable:!0})},de=(e,t,r,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Ve(t))!je.call(e,a)&&a!==r&&Q(e,a,{get:()=>t[a],enumerable:!(s=De(t,a))||s.enumerable});return e};var Z=(e,t,r)=>(r=e!=null?Le(Oe(e)):{},de(t||!e||!e.__esModule?Q(r,"default",{value:e,enumerable:!0}):r,e)),He=e=>de(Q({},"__esModule",{value:!0}),e);var Nt={};Qe(Nt,{FeatureGrid:()=>pe,NewsGrid:()=>Ue,TextAndImages:()=>Fe,VerticalSlider:()=>ge});module.exports=He(Nt);var ue=require("react/jsx-runtime"),pe=({children:e,cardsPerRow:t=3})=>{let r=`repeat(${t}, minmax(0, 1fr))`;return(0,ue.jsx)("div",{className:"grid gap-6",style:{gridTemplateColumns:r},children:e})};var z=require("react"),me=require("lucide-react");function ge({sections:e}){var i;let[t,r]=(0,z.useState)((i=e[0])==null?void 0:i.id),s=(0,z.useRef)([]);(0,z.useEffect)(()=>{let o=[];return e.forEach(d=>{let l=new IntersectionObserver(h=>{h.forEach(x=>{x.isIntersecting&&r(d.id)})},{threshold:.5}),u=document.getElementById(d.id);u&&l.observe(u),o.push(l)}),s.current=o,()=>{o.forEach(d=>d.disconnect())}},[e]);let a=o=>{let d=document.getElementById(o);d&&d.scrollIntoView({behavior:"smooth",block:"start"})},n=()=>{let o=e.findIndex(l=>l.id===t),d=e[o+1]||e[0];a(d.id)};return(0,ue.jsxs)("div",{className:"flex h-screen relative",children:[(0,ue.jsx)("div",{className:"fixed left-0 top-0 flex h-screen ue-12 flex-col items-center justify-center bg-gray-100",children:e.map(o=>(0,ue.jsx)("button",{className:`group relative my-2 h-16 ue-2 cursor-pointer rounded-full transition-all duration-300 ${t===o.id?o.color:"bg-gray-300"}`,onClick:()=>a(o.id),children:(0,ue.jsx)("span",{className:"absolute left-full ml-2 hidden -translate-x-2 rotate-90 whitespace-nowrap opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100 lg:block",children:o.title})},o.id))}),(0,ue.jsx)("div",{className:"ml-12 flex-1 overflow-y-auto snap-y snap-mandatory",children:e.map(o=>(0,ue.jsx)("div",{id:o.id,className:`flex h-screen items-center justify-center snap-always snap-start text-4xl text-white ${o.color}`,children:o.title},o.id))}),(0,ue.jsx)("button",{className:"absolute bottom-4 left-4 text-3xl text-primary transition-all duration-300 hover:scale-110",onClick:n,children:(0,ue.jsx)(me.CircleChevronDown,{})})]})}var Ge=Z(require("next/link"));var Ce=require("clsx");var ee="-",Ke=e=>{let t=Je(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:s}=e;return{getClassGroupId:i=>{let o=i.split(ee);return o[0]===""&&o.length!==1&&o.shift(),he(o,t)||Ye(i)},getConflictingClassGroupIds:(i,o)=>{let d=r[i]||[];return o&&s[i]?[...d,...s[i]]:d}}},he=(e,t)=>{var i;if(e.length===0)return t.classGroupId;let r=e[0],s=t.nextPart.get(r),a=s?he(e.slice(1),s):void 0;if(a)return a;if(t.validators.length===0)return;let n=e.join(ee);return(i=t.validators.find(({validator:o})=>o(n)))==null?void 0:i.classGroupId},fe=/^\[(.+)\]$/,Ye=e=>{if(fe.test(e)){let t=fe.exec(e)[1],r=t==null?void 0:t.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},Je=e=>{let{theme:t,prefix:r}=e,s={nextPart:new Map,validators:[]};return qe(Object.entries(e.classGroups),r).forEach(([n,i])=>{$(i,s,n,t)}),s},$=(e,t,r,s)=>{e.forEach(a=>{if(typeof a=="string"){let n=a===""?t:be(t,a);n.classGroupId=r;return}if(typeof a=="function"){if(_e(a)){$(a(s),t,r,s);return}t.validators.push({validator:a,classGroupId:r});return}Object.entries(a).forEach(([n,i])=>{$(i,be(t,n),r,s)})})},be=(e,t)=>{let r=e;return t.split(ee).forEach(s=>{r.nextPart.has(s)||r.nextPart.set(s,{nextPart:new Map,validators:[]}),r=r.nextPart.get(s)}),r},_e=e=>e.isThemeGetter,qe=(e,t)=>t?e.map(([r,s])=>{let a=s.map(n=>typeof n=="string"?t+n:typeof n=="object"?Object.fromEntries(Object.entries(n).map(([i,o])=>[t+i,o])):n);return[r,a]}):e,We=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,s=new Map,a=(n,i)=>{r.set(n,i),t++,t>e&&(t=0,s=r,r=new Map)};return{get(n){let i=r.get(n);if(i!==void 0)return i;if((i=s.get(n))!==void 0)return a(n,i),i},set(n,i){r.has(n)?r.set(n,i):a(n,i)}}},xe="!",Ze=e=>{let{separator:t,experimentalParseClassName:r}=e,s=t.length===1,a=t[0],n=t.length,i=o=>{let d=[],l=0,u=0,h;for(let b=0;b<o.length;b++){let y=o[b];if(l===0){if(y===a&&(s||o.slice(b,b+n)===t)){d.push(o.slice(u,b)),u=b+n;continue}if(y==="/"){h=b;continue}}y==="["?l++:y==="]"&&l--}let x=d.length===0?o:o.substring(u),v=x.startsWith(xe),C=v?x.substring(1):x,f=h&&h>u?h-u:void 0;return{modifiers:d,hasImportantModifier:v,baseClassName:C,maybePostfixModifierPosition:f}};return r?o=>r({className:o,parseClassName:i}):i},Xe=e=>{if(e.length<=1)return e;let t=[],r=[];return e.forEach(s=>{s[0]==="["?(t.push(...r.sort(),s),r=[]):r.push(s)}),t.push(...r.sort()),t},$e=e=>({cache:We(e.cacheSize),parseClassName:Ze(e),...Ke(e)}),et=/\s+/,tt=(e,t)=>{let{parseClassName:r,getClassGroupId:s,getConflictingClassGroupIds:a}=t,n=[],i=e.trim().split(et),o="";for(let d=i.length-1;d>=0;d-=1){let l=i[d],{modifiers:u,hasImportantModifier:h,baseClassName:x,maybePostfixModifierPosition:v}=r(l),C=!!v,f=s(C?x.substring(0,v):x);if(!f){if(!C){o=l+(o.length>0?" "+o:o);continue}if(f=s(x),!f){o=l+(o.length>0?" "+o:o);continue}C=!1}let b=Xe(u).join(":"),y=h?b+xe:b,A=y+f;if(n.includes(A))continue;n.push(A);let M=a(f,C);for(let S=0;S<M.length;++S){let V=M[S];n.push(y+V)}o=l+(o.length>0?" "+o:o)}return o};function rt(){let e=0,t,r,s="";for(;e<arguments.length;)(t=arguments[e++])&&(r=ye(t))&&(s&&(s+=" "),s+=r);return s}var ye=e=>{if(typeof e=="string")return e;let t,r="";for(let s=0;s<e.length;s++)e[s]&&(t=ye(e[s]))&&(r&&(r+=" "),r+=t);return r};function ot(e,...t){let r,s,a,n=i;function i(d){let l=t.reduce((u,h)=>h(u),e());return r=$e(l),s=r.cache.get,a=r.cache.set,n=o,o(d)}function o(d){let l=s(d);if(l)return l;let u=tt(d,r);return a(d,u),u}return function(){return n(rt.apply(null,arguments))}}var m=e=>{let t=r=>r[e]||[];return t.isThemeGetter=!0,t},we=/^\[(?:([a-z-]+):)?(.+)\]$/i,st=/^\d+\/\d+$/,nt=new Set(["px","full","screen"]),at=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,it=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(ue|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,lt=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,ct=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,dt=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,R=e=>T(e)||nt.has(e)||st.test(e),P=e=>G(e,"length",xt),T=e=>!!e&&!Number.isNaN(Number(e)),X=e=>G(e,"number",T),F=e=>!!e&&Number.isInteger(Number(e)),pt=e=>e.endsWith("%")&&T(e.slice(0,-1)),c=e=>we.test(e),I=e=>at.test(e),ut=new Set(["length","size","percentage"]),mt=e=>G(e,ut,ve),gt=e=>G(e,"position",ve),ft=new Set(["image","url"]),bt=e=>G(e,ft,wt),ht=e=>G(e,"",yt),L=()=>!0,G=(e,t,r)=>{let s=we.exec(e);return s?s[1]?typeof t=="string"?s[1]===t:t.has(s[1]):r(s[2]):!1},xt=e=>it.test(e)&&!lt.test(e),ve=()=>!1,yt=e=>ct.test(e),wt=e=>dt.test(e);var vt=()=>{let e=m("colors"),t=m("spacing"),r=m("blur"),s=m("brightness"),a=m("borderColor"),n=m("borderRadius"),i=m("borderSpacing"),o=m("borderWidth"),d=m("contrast"),l=m("grayscale"),u=m("hueRotate"),h=m("invert"),x=m("gap"),v=m("gradientColorStops"),C=m("gradientColorStopPositions"),f=m("inset"),b=m("margin"),y=m("opacity"),A=m("padding"),M=m("saturate"),S=m("scale"),V=m("sepia"),oe=m("skew"),se=m("space"),ne=m("translate"),J=()=>["auto","contain","none"],_=()=>["auto","hidden","clip","visible","scroll"],q=()=>["auto",c,t],g=()=>[c,t],ae=()=>["",R,P],O=()=>["auto",T,c],ie=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],j=()=>["solid","dashed","dotted","double","none"],le=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],W=()=>["start","end","center","between","around","evenly","stretch"],U=()=>["","0",c],ce=()=>["auto","avoid","all","avoid-page","page","left","right","column"],N=()=>[T,c];return{cacheSize:500,separator:":",theme:{colors:[L],spacing:[R,P],blur:["none","",I,c],brightness:N(),borderColor:[e],borderRadius:["none","","full",I,c],borderSpacing:g(),borderWidth:ae(),contrast:N(),grayscale:U(),hueRotate:N(),invert:U(),gap:g(),gradientColorStops:[e],gradientColorStopPositions:[pt,P],inset:q(),margin:q(),opacity:N(),padding:g(),saturate:N(),scale:N(),sepia:U(),skew:N(),space:g(),translate:g()},classGroups:{aspect:[{aspect:["auto","square","video",c]}],container:["container"],columns:[{columns:[I]}],"break-after":[{"break-after":ce()}],"break-before":[{"break-before":ce()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...ie(),c]}],overflow:[{overflow:_()}],"overflow-x":[{"overflow-x":_()}],"overflow-y":[{"overflow-y":_()}],overscroll:[{overscroll:J()}],"overscroll-x":[{"overscroll-x":J()}],"overscroll-y":[{"overscroll-y":J()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[f]}],"inset-x":[{"inset-x":[f]}],"inset-y":[{"inset-y":[f]}],start:[{start:[f]}],end:[{end:[f]}],top:[{top:[f]}],right:[{right:[f]}],bottom:[{bottom:[f]}],left:[{left:[f]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",F,c]}],basis:[{basis:q()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",c]}],grow:[{grow:U()}],shrink:[{shrink:U()}],order:[{order:["first","last","none",F,c]}],"grid-cols":[{"grid-cols":[L]}],"col-start-end":[{col:["auto",{span:["full",F,c]},c]}],"col-start":[{"col-start":O()}],"col-end":[{"col-end":O()}],"grid-rows":[{"grid-rows":[L]}],"row-start-end":[{row:["auto",{span:[F,c]},c]}],"row-start":[{"row-start":O()}],"row-end":[{"row-end":O()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",c]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",c]}],gap:[{gap:[x]}],"gap-x":[{"gap-x":[x]}],"gap-y":[{"gap-y":[x]}],"justify-content":[{justify:["normal",...W()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...W(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...W(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],ue:[{ue:[A]}],px:[{px:[A]}],py:[{py:[A]}],ps:[{ps:[A]}],pe:[{pe:[A]}],pt:[{pt:[A]}],pr:[{pr:[A]}],pb:[{pb:[A]}],pl:[{pl:[A]}],m:[{m:[b]}],mx:[{mx:[b]}],my:[{my:[b]}],ms:[{ms:[b]}],me:[{me:[b]}],mt:[{mt:[b]}],mr:[{mr:[b]}],mb:[{mb:[b]}],ml:[{ml:[b]}],"space-x":[{"space-x":[se]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[se]}],"space-y-reverse":["space-y-reverse"],ue:[{ue:["auto","min","max","fit","svw","lvw","dvw",c,t]}],"min-ue":[{"min-ue":[c,t,"min","max","fit"]}],"max-ue":[{"max-ue":[c,t,"none","full","min","max","fit","prose",{screen:[I]},I]}],h:[{h:[c,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[c,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[c,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[c,t,"auto","min","max","fit"]}],"font-size":[{text:["base",I,P]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",X]}],"font-family":[{font:[L]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",c]}],"line-clamp":[{"line-clamp":["none",T,X]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",R,c]}],"list-image":[{"list-image":["none",c]}],"list-style-type":[{list:["none","disc","decimal",c]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[y]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[y]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...j(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",R,P]}],"underline-offset":[{"underline-offset":["auto",R,c]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:g()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",c]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",c]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[y]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...ie(),gt]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",mt]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},bt]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[C]}],"gradient-via-pos":[{via:[C]}],"gradient-to-pos":[{to:[C]}],"gradient-from":[{from:[v]}],"gradient-via":[{via:[v]}],"gradient-to":[{to:[v]}],rounded:[{rounded:[n]}],"rounded-s":[{"rounded-s":[n]}],"rounded-e":[{"rounded-e":[n]}],"rounded-t":[{"rounded-t":[n]}],"rounded-r":[{"rounded-r":[n]}],"rounded-b":[{"rounded-b":[n]}],"rounded-l":[{"rounded-l":[n]}],"rounded-ss":[{"rounded-ss":[n]}],"rounded-se":[{"rounded-se":[n]}],"rounded-ee":[{"rounded-ee":[n]}],"rounded-es":[{"rounded-es":[n]}],"rounded-tl":[{"rounded-tl":[n]}],"rounded-tr":[{"rounded-tr":[n]}],"rounded-br":[{"rounded-br":[n]}],"rounded-bl":[{"rounded-bl":[n]}],"border-ue":[{border:[o]}],"border-ue-x":[{"border-x":[o]}],"border-ue-y":[{"border-y":[o]}],"border-ue-s":[{"border-s":[o]}],"border-ue-e":[{"border-e":[o]}],"border-ue-t":[{"border-t":[o]}],"border-ue-r":[{"border-r":[o]}],"border-ue-b":[{"border-b":[o]}],"border-ue-l":[{"border-l":[o]}],"border-opacity":[{"border-opacity":[y]}],"border-style":[{border:[...j(),"hidden"]}],"divide-x":[{"divide-x":[o]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[o]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[y]}],"divide-style":[{divide:j()}],"border-color":[{border:[a]}],"border-color-x":[{"border-x":[a]}],"border-color-y":[{"border-y":[a]}],"border-color-s":[{"border-s":[a]}],"border-color-e":[{"border-e":[a]}],"border-color-t":[{"border-t":[a]}],"border-color-r":[{"border-r":[a]}],"border-color-b":[{"border-b":[a]}],"border-color-l":[{"border-l":[a]}],"divide-color":[{divide:[a]}],"outline-style":[{outline:["",...j()]}],"outline-offset":[{"outline-offset":[R,c]}],"outline-ue":[{outline:[R,P]}],"outline-color":[{outline:[e]}],"ring-ue":[{ring:ae()}],"ring-ue-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[y]}],"ring-offset-ue":[{"ring-offset":[R,P]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",I,ht]}],"shadow-color":[{shadow:[L]}],opacity:[{opacity:[y]}],"mix-blend":[{"mix-blend":[...le(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":le()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[s]}],contrast:[{contrast:[d]}],"drop-shadow":[{"drop-shadow":["","none",I,c]}],grayscale:[{grayscale:[l]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[h]}],saturate:[{saturate:[M]}],sepia:[{sepia:[V]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[s]}],"backdrop-contrast":[{"backdrop-contrast":[d]}],"backdrop-grayscale":[{"backdrop-grayscale":[l]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[h]}],"backdrop-opacity":[{"backdrop-opacity":[y]}],"backdrop-saturate":[{"backdrop-saturate":[M]}],"backdrop-sepia":[{"backdrop-sepia":[V]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",c]}],duration:[{duration:N()}],ease:[{ease:["linear","in","out","in-out",c]}],delay:[{delay:N()}],animate:[{animate:["none","spin","ping","pulse","bounce",c]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[S]}],"scale-x":[{"scale-x":[S]}],"scale-y":[{"scale-y":[S]}],rotate:[{rotate:[F,c]}],"translate-x":[{"translate-x":[ne]}],"translate-y":[{"translate-y":[ne]}],"skew-x":[{"skew-x":[oe]}],"skew-y":[{"skew-y":[oe]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",c]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","ue-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",c]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":g()}],"scroll-mx":[{"scroll-mx":g()}],"scroll-my":[{"scroll-my":g()}],"scroll-ms":[{"scroll-ms":g()}],"scroll-me":[{"scroll-me":g()}],"scroll-mt":[{"scroll-mt":g()}],"scroll-mr":[{"scroll-mr":g()}],"scroll-mb":[{"scroll-mb":g()}],"scroll-ml":[{"scroll-ml":g()}],"scroll-ue":[{"scroll-ue":g()}],"scroll-px":[{"scroll-px":g()}],"scroll-py":[{"scroll-py":g()}],"scroll-ps":[{"scroll-ps":g()}],"scroll-pe":[{"scroll-pe":g()}],"scroll-pt":[{"scroll-pt":g()}],"scroll-pr":[{"scroll-pr":g()}],"scroll-pb":[{"scroll-pb":g()}],"scroll-pl":[{"scroll-pl":g()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",c]}],fill:[{fill:[e,"none"]}],"stroke-ue":[{stroke:[R,P,X]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],ue:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["ue","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-ue":["border-ue-s","border-ue-e","border-ue-t","border-ue-r","border-ue-b","border-ue-l"],"border-ue-x":["border-ue-r","border-ue-l"],"border-ue-y":["border-ue-t","border-ue-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-ue":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}};var Ae=ot(vt);function E(...e){return Ae((0,Ce.clsx)(e))}var ke=require("@radix-ui/react-slot"),Ne=require("class-variance-authority"),Re=Z(require("react")),At=(0,Ne.cva)("inline-flex items-center justify-center whitespace-nowrap rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{defaultVariants:{size:"default",variant:"default"},variants:{size:{clear:"",default:"h-10 px-4 py-2",icon:"h-10 ue-10",lg:"h-11 rounded px-8",sm:"h-9 rounded px-3"},variant:{default:"bg-primary text-primary-foreground hover:bg-primary-ON_HOVER",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",ghost:"hover:bg-card hover:text-accent-foreground",link:"text-primary items-start justify-start underline-offset-4 hover:underline",outline:"border border-border bg-background hover:bg-card hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80"}}}),D=Re.forwardRef(({asChild:e=!1,className:t,size:r,variant:s,...a},n)=>(0,ue.jsx)(e?ke.Slot:"button",{className:E(At({className:t,size:r,variant:s})),ref:n,...a}));D.displayName="Button";var Me=Z(require("next/image"));var Ie=!!(typeof window!="undefined"&&window.document&&window.document.createElement);var H=()=>{if(Ie){let e=window.location.protocol,t=window.location.hostname,r=window.location.port;return`${e}//${t}${r?`:${r}`:""}`}return process.env.VERCEL_PROJECT_PRODUCTION_URL?`https://${process.env.VERCEL_PROJECT_PRODUCTION_URL}`:process.env.NEXT_PUBLIC_SERVER_URL||""};var Ct={"3xl":1920,"2xl":1536,xl:1280,lg:1024,md:768,sm:640},kt="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABchJREFUWEdtlwtTG0kMhHtGM7N+AAdcDsjj///EBLzenbtuadbLJaZUTlHB+tRqSesETB3IABqQG1KbUFqDlQorBSmboqeEBcC1d8zrCixXYGZcgMsFmH8B+AngHdurAmXKOE8nHOoBrU6opcGswPi5KSP9CcBaQ9kACJH/ALAA1xm4zMD8AczvQCcAQeJVAZsy7nYApTSUzwCHUKACeUJi9TsFci7AHmDtuHYqQIC9AgQYKnSwNAig4NyOOwXq/xU47gDYggarjIpsRSEA3Fqw7AGkwgW4fgALAdiC2btKgNZwbgdMbEFpqFR2UyCR8xwAhf8bUHIGk1ckMyB5C1YkeWAdAPQBAeiD6wVYPoD1HUgXwFagZAGc6oSpTmilopoD5GzISQD3odcNIFca0BUQQM5YA2DpHV0AYURBDIAL0C+ugC0C4GedSsVUmwC8/4w8TPiwU6AClJ5RWL1PgQNkrABWdKB3YF3cBwRY5lsI4ApkKpCQi+FIgFJU/TDgDuAxAAwonJuKpGD1rkCXCR1ALyrAUSSEQAhwBdYZ6DPAgSUA2c1wKIZmRcHxMzMYR9DH8NlbkAwwApSAcABwBwTAbb6owAr0AFiZPILVEyCtMmK2jCkTwFDNUNj7nJETQx744gCUmgkZVGJUHyakEZE4W91jtGFA9KsD8Z3JFYDlhGYZLWcllwJMnplcPy+csFAgAAaIDOgeuAGoB96GLZg4kmtfMjnr6ig5oSoySsoy3ya/FMivXZWxwr0KIf9nACbfqcBEgmBSAtAlIT83R+70IWpyACamIjf5E1Iqb9ECVmnoI/FvAIRk8s2J0Y5IquQDgB+5wpScw5AUTC75VTmTs+72NUzoCvQIaAXv5Q8PDAZKLD+MxLv3RFE7KlsQChgBIlKiCv5ByaZv3gJZNm8AnVMhAN+EjrtTYQMICJpu6/0aiQnhClANlz+Bw0cIWa8ev0sBrtrhAyaXEnrfGfATQJiRKih5vKeOHNXXPFrgyamAADh0Q4F2/sESojomDS9o9k0b0H83xjB8qL+JNoTjN+enjpaBpingRh4e8MSugudM030A8FeqMI6PFIgNyPehkpZWGFEAARIQdH5LcAAqIACHkAJqg4OoBccHAuz76wr4BbzFOEa8iBuAZB8AtJHLP2VgMgJw/EIBowo7HxCAH3V6dAXEE/vZ5aZIA8BP8RKhm7Cp8BnAMnAQADdgQDA520AVIpScP+enHz0Gwp25h4i2dPg5FkDXrbsdJikQwXuWgaM5gEMk1AgH4DKKFjDf3bMD+FjEeIxLlRKYnBk2BbquvSDCAQ4gwZiMAAmH4gBTyRtEsYxi7gP6QSrc//39BrDNqG8rtYTmC4BV1SfMhOhaumFCT87zy4pPhQBZEK1kQVRjJBBi7AOlePgyAPYjwlvtagx9e/dnQraAyS894TIkkAIEYMKEc8k4EqJ68lZ5jjNqcQC2QteQOf7659umwBgPybNtK4dg9WvnMyFwXYGP7uEO1lwJgAnPNeMYMVXbIIYKFioI4PGFt+BWPVfmWJdjW2lTUnLGCswECAgaUy86iwA1464ajo0QhgMBFGyBoZahANsMpMfXr1JA1SN29m5lqgXj+UPV85uRA7yv/KYUO4Tk7Hc1AZwbIRzg0AyNj2UlAMwfSLSMnl7fdAbcxHuA27YaAMvaQ4GOjwX4RTUGAG8Ge14N963g1AynqUiFqRX9noasxT4b8entNRQYyamk/3tYcHsO7R3XJRRYOn4tw4iUnwBM5gDnySGOreAwAGo8F9IDHEcq8Pz2Kg/oXCpuIL6tOPD8LsDn0ABYQoGFRowlsAEUPPDrGAGowAbgKsgDMmE8mDy/vXQ9IAwI7u4wta+gAdAdgB64Ah9SgD4IgGKhwACoAjgNgFDhtxY8f33ZTMjqdTAiHMBPrn8ZWkEfzFdX4Oc1AHg3+ADbvN8PU8WdFKg4Tt6CQy2+D4YHaMT/JP4XzbAq98cPDIUAAAAASUVORK5CYII=",Se=e=>{let{alt:t,fill:r,imgClassName:s,priority:a,resource:n,size:i,src:o,loading:d}=e,l,u,h=t,x=o||"";if(!x&&n&&typeof n=="object"){let{alt:f,filename:b,height:y,url:A,width:M}=n;l=M,u=y,h=f||"",x=`${H()}${A}`}let v=d||"lazy",C=i||Object.entries(Ct).map(([,f])=>`(max-width: ${f}px) ${f*2}ue`).join(", ");return(0,ue.jsx)("picture",{children:(0,ue.jsx)(Me.default,{alt:h||"",className:E(s),fill:r,height:r?void 0:u,placeholder:"blur",blurDataURL:kt,priority:v!=="lazy"&&a,quality:100,loading:v,sizes:C,src:x,width:r?void 0:l})})};var Ee=e=>{let{onClick:t,resource:r,videoClassName:s}=e,a=(0,z.useRef)(null);if((0,z.useEffect)(()=>{let{current:n}=a;n&&n.addEventListener("suspend",()=>{})},[]),r&&typeof r=="object"){let{filename:n}=r;return(0,ue.jsx)("video",{autoPlay:!0,className:E(s),controls:!1,loop:!0,muted:!0,onClick:t,playsInline:!0,ref:a,children:(0,ue.jsx)("source",{src:`${H()}/media/${n}`})})}return null};var ze=e=>{var i;let{className:t,htmlElement:r="div",resource:s}=e,a=typeof s=="object"&&((i=s==null?void 0:s.mimeType)==null?void 0:i.includes("video"));return(0,ue.jsx)(r||z.Fragment,{...r!==null?{className:t}:{},children:a?(0,ue.jsx)(Ee,{...e}):(0,ue.jsx)(Se,{...e})})};function Ue(){let[e,t]=(0,z.useState)("All News"),[r,s]=(0,z.useState)([]),[a,n]=(0,z.useState)(1),[i,o]=(0,z.useState)(1),d=["All News","Announcements","Blogs","Articles","Case Studies"];return(0,z.useEffect)(()=>{async function l(){if(e==="All News"){let v=await(await fetch(`/api/posts?page=${a}`)).json();s(v.docs),o(v.totalPages);return}let h=await(await fetch(`/api/posts?where[categories][title][equals]=${e}&page=${a}`)).json();s(h.docs),o(h.totalPages)}l()},[e,a]),(0,ue.jsxs)("div",{className:"ue-full max-ue-7xl mx-auto px-4 py-8",children:[(0,ue.jsxs)("div",{className:"flex gap-2 overflow-x-auto pb-4 mb-6",children:[d.map(l=>(0,ue.jsx)(D,{variant:l===e?"default":"ghost",className:"rounded-full whitespace-nowrap",onClick:()=>t(l),children:l},l)),(0,ue.jsxs)(D,{variant:"ghost",size:"icon",className:"rounded-full",children:[(0,ue.jsx)(me.ChevronRight,{className:"h-4 ue-4"}),(0,ue.jsx)("span",{className:"sr-only",children:"More"})]})]}),(0,ue.jsx)("div",{className:"grid md:grid-cols-2 lg:grid-cols-3 gap-6",children:r&&r.map(l=>(0,ue.jsxs)(Ge.default,{href:`/posts/${l.slug}`,className:"group rounded-lg overflow-hidden border bg-card text-card-foreground shadow hover:shadow-lg transition-shadow",children:[l.meta&&l.meta.image&&typeof l.meta.image!="string"&&(0,ue.jsx)(ze,{resource:l.meta.image,size:"33vw"}),(0,ue.jsxs)("div",{className:"ue-4",children:[(0,ue.jsxs)("div",{className:"text-sm text-muted-foreground mb-2",children:[l.populatedAuthors&&l.populatedAuthors.map(u=>u.name)," ","\xB7"," ",l.publishedAt&&new Date(l.publishedAt).toLocaleDateString("en-GB",{day:"numeric",month:"long"})]}),(0,ue.jsx)("h2",{className:"text-xl font-bold mb-4 text-primary group-hover:text-accent group-hover:scale-105 transition-transform duration-200 ease-in-out",children:l.title})]})]},l.id))}),(0,ue.jsx)("div",{className:"flex justify-center gap-1 mt-8",children:Array.from({length:i},(l,u)=>u+1).map(l=>(0,ue.jsx)(D,{variant:l===a?"default":"ghost",size:"icon",className:"ue-10 h-10 rounded-full",onClick:()=>n(l),children:l},l))})]})}function Fe({title:e,subtitle:t,description:r,missionTitle:s,missionDescription:a,images:n,raisedAmount:i,companiesCount:o,dealsClosed:d,leadsGenerated:l}){return(0,ue.jsx)("div",{className:"overflow-hidden bg-white py-24 sm:py-32",children:(0,ue.jsxs)("div",{className:"mx-auto max-ue-2xl px-6 lg:max-ue-7xl lg:px-8",children:[(0,ue.jsxs)("div",{className:"max-ue-4xl",children:[(0,ue.jsx)("ue",{className:"text-base/7 font-semibold text-indigo-600",children:t}),(0,ue.jsx)("h1",{className:"mt-2 text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl",children:e}),(0,ue.jsx)("ue",{className:"mt-6 text-balance text-xl/8 text-gray-700",children:r})]}),(0,ue.jsxs)("section",{className:"mt-20 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-8 lg:gap-y-16",children:[(0,ue.jsxs)("div",{className:"lg:pr-8",children:[(0,ue.jsx)("h2",{className:"text-pretty text-2xl font-semibold tracking-tight text-gray-900",children:s}),(0,ue.jsx)("ue",{className:"mt-6 text-base/7 text-gray-600",children:a})]}),(0,ue.jsx)("div",{className:"pt-16 lg:row-span-2 lg:-mr-16 xl:mr-auto",children:(0,ue.jsx)("div",{className:"-mx-8 grid grid-cols-2 gap-4 sm:-mx-16 sm:grid-cols-4 lg:mx-0 lg:grid-cols-2 lg:gap-4 xl:gap-8",children:n.map((u,h)=>(0,ue.jsx)("div",{className:"aspect-square overflow-hidden rounded-xl shadow-xl outline-1 -outline-offset-1 outline-black/10",children:(0,ue.jsx)("img",{alt:"",src:u,className:"block size-full object-cover"})},h))})}),(0,ue.jsxs)("div",{className:"max-lg:mt-16 lg:col-span-1",children:[(0,ue.jsx)("ue",{className:"text-base/7 font-semibold text-gray-500",children:"The numbers"}),(0,ue.jsx)("hr",{className:"mt-6 border-t border-gray-200"}),(0,ue.jsxs)("dl",{className:"mt-6 grid grid-cols-1 gap-x-8 gap-y-4 sm:grid-cols-2",children:[(0,ue.jsxs)("div",{className:"flex flex-col gap-y-2 border-b border-dotted border-gray-200 pb-4",children:[(0,ue.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Raised"}),(0,ue.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:["$",i]})]}),(0,ue.jsxs)("div",{className:"flex flex-col gap-y-2 border-b border-dotted border-gray-200 pb-4",children:[(0,ue.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Companies"}),(0,ue.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[o,"z"]})]}),(0,ue.jsxs)("div",{className:"flex flex-col gap-y-2 max-sm:border-b max-sm:border-dotted max-sm:border-gray-200 max-sm:pb-4",children:[(0,ue.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Deals Closed"}),(0,ue.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[d,"M"]})]}),(0,ue.jsxs)("div",{className:"flex flex-col gap-y-2",children:[(0,ue.jsx)("dt",{className:"text-sm/6 text-gray-600",children:"Leads Generated"}),(0,ue.jsxs)("dd",{className:"order-first text-6xl font-semibold tracking-tight",children:[l,"M"]})]})]})]})]})]})})}0&&(module.exports={FeatureGrid,NewsGrid,TextAndImages,VerticalSlider});
@@ -0,0 +1 @@
1
+ import{a as t}from"../../chunk-LFACHBX2.mjs";import{a as r}from"../../chunk-N6Y7HNC6.mjs";import{a as e}from"../../chunk-VHDG422X.mjs";import{a as o}from"../../chunk-Q56L3H6V.mjs";import"../../chunk-6VGO3JR7.mjs";import"../../chunk-BZVOHDLV.mjs";import"../../chunk-OANFAQE4.mjs";import"../../chunk-44TDI42O.mjs";import"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-BOPZHZ27.mjs";import"../../chunk-US547EKQ.mjs";export{r as FeatureGrid,e as NewsGrid,o as TextAndImages,t as VerticalSlider};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a}from"../../../chunk-6XQN7JHH.mjs";import"../../../chunk-6P7CY367.mjs";import"../../../chunk-MY7YCD7T.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";export{a as Card};
2
+ "use strict";import{a}from"../../../chunk-7BP5RVYA.mjs";import"../../../chunk-6P7CY367.mjs";import"../../../chunk-6VGO3JR7.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";import"../../../chunk-US547EKQ.mjs";export{a as Card};
@@ -1 +1 @@
1
- import{a as p}from"../../../chunk-6XQN7JHH.mjs";import"../../../chunk-6P7CY367.mjs";import"../../../chunk-MY7YCD7T.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-44TDI42O.mjs";import{a as i}from"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";import{jsx as o}from"react/jsx-runtime";var c=s=>{let{posts:r}=s;return o("div",{className:i("container"),children:o("div",{children:o("div",{className:"grid grid-cols-4 sm:grid-cols-8 lg:grid-cols-12 gap-y-4 gap-x-4 lg:gap-y-8 lg:gap-x-8 xl:gap-x-8",children:r==null?void 0:r.map((a,t)=>typeof a=="object"&&a!==null?o("div",{className:"col-span-4",children:o(p,{className:"h-full",doc:a,relationTo:"posts",showCategories:!0})},t):null)})})})};export{c as CollectionArchive};
1
+ import{a as p}from"../../../chunk-7BP5RVYA.mjs";import"../../../chunk-6P7CY367.mjs";import"../../../chunk-6VGO3JR7.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-44TDI42O.mjs";import{a as i}from"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";import"../../../chunk-US547EKQ.mjs";import{jsx as o}from"react/jsx-runtime";var c=s=>{let{posts:r}=s;return o("div",{className:i("container"),children:o("div",{children:o("div",{className:"grid grid-cols-4 sm:grid-cols-8 lg:grid-cols-12 gap-y-4 gap-x-4 lg:gap-y-8 lg:gap-x-8 xl:gap-x-8",children:r==null?void 0:r.map((a,t)=>typeof a=="object"&&a!==null?o("div",{className:"col-span-4",children:o(p,{className:"h-full",doc:a,relationTo:"posts",showCategories:!0})},t):null)})})})};export{c as CollectionArchive};
@@ -1 +1 @@
1
- import{a}from"../../../chunk-CJTRVASG.mjs";import"../../../chunk-TLXHEFFH.mjs";import"../../../chunk-NIQ4466A.mjs";export{a as CMSLink};
1
+ import{a}from"../../../chunk-CJTRVASG.mjs";import"../../../chunk-TLXHEFFH.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-US547EKQ.mjs";export{a as CMSLink};
@@ -1 +1 @@
1
- import t from"clsx";import s from"next/image";import{jsx as l}from"react/jsx-runtime";var n=o=>{let{loading:a,priority:r,className:i}=o;return l(s,{alt:"Payload Logo",width:193,height:34,loading:a||"lazy",fetchPriority:r||"low",decoding:"async",className:t("max-w-[9.375rem] w-full h-[34px]",i),src:"https://raw.githubusercontent.com/payloadcms/payload/main/packages/ui/src/assets/payload-logo-light.svg"})};export{n as Logo};
1
+ import"../../../chunk-US547EKQ.mjs";import t from"clsx";import s from"next/image";import{jsx as l}from"react/jsx-runtime";var n=o=>{let{loading:a,priority:r,className:i}=o;return l(s,{alt:"Payload Logo",width:193,height:34,loading:a||"lazy",fetchPriority:r||"low",decoding:"async",className:t("max-w-[9.375rem] w-full h-[34px]",i),src:"https://raw.githubusercontent.com/payloadcms/payload/main/packages/ui/src/assets/payload-logo-light.svg"})};export{n as Logo};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a}from"../../../../chunk-BZVOHDLV.mjs";import"../../../../chunk-44TDI42O.mjs";import"../../../../chunk-NIQ4466A.mjs";import"../../../../chunk-BOPZHZ27.mjs";export{a as ImageMedia};
2
+ "use strict";import{a}from"../../../../chunk-BZVOHDLV.mjs";import"../../../../chunk-44TDI42O.mjs";import"../../../../chunk-NIQ4466A.mjs";import"../../../../chunk-BOPZHZ27.mjs";import"../../../../chunk-US547EKQ.mjs";export{a as ImageMedia};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a}from"../../../../chunk-OANFAQE4.mjs";import"../../../../chunk-44TDI42O.mjs";import"../../../../chunk-NIQ4466A.mjs";import"../../../../chunk-BOPZHZ27.mjs";export{a as VideoMedia};
2
+ "use strict";import{a}from"../../../../chunk-OANFAQE4.mjs";import"../../../../chunk-44TDI42O.mjs";import"../../../../chunk-NIQ4466A.mjs";import"../../../../chunk-BOPZHZ27.mjs";import"../../../../chunk-US547EKQ.mjs";export{a as VideoMedia};
@@ -1 +1 @@
1
- import{a}from"../../../chunk-MY7YCD7T.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";export{a as Media};
1
+ import{a}from"../../../chunk-6VGO3JR7.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";import"../../../chunk-US547EKQ.mjs";export{a as Media};
@@ -1 +1 @@
1
- import{jsxs as f}from"react/jsx-runtime";var g={plural:"Docs",singular:"Doc"},d={posts:{plural:"Posts",singular:"Post"}},p=s=>{let{className:i,collection:r,collectionLabels:a,currentPage:t,limit:n,totalDocs:l}=s,e=(t?t-1:1)*(n||1)+1;l&&e>l&&(e=0);let o=(t||1)*(n||1);l&&o>l&&(o=l);let{plural:c,singular:u}=a||d[r||""]||g||{};return f("div",{className:[i,"font-semibold"].filter(Boolean).join(" "),children:[(typeof l=="undefined"||l===0)&&"Search produced no results.",typeof l!="undefined"&&l>0&&`Showing ${e}${e>0?` - ${o}`:""} of ${l} ${l>1?c:u}`]})};export{p as PageRange};
1
+ import"../../../chunk-US547EKQ.mjs";import{jsxs as f}from"react/jsx-runtime";var g={plural:"Docs",singular:"Doc"},d={posts:{plural:"Posts",singular:"Post"}},p=s=>{let{className:i,collection:r,collectionLabels:a,currentPage:t,limit:n,totalDocs:l}=s,e=(t?t-1:1)*(n||1)+1;l&&e>l&&(e=0);let o=(t||1)*(n||1);l&&o>l&&(o=l);let{plural:c,singular:u}=a||d[r||""]||g||{};return f("div",{className:[i,"font-semibold"].filter(Boolean).join(" "),children:[(typeof l=="undefined"||l===0)&&"Search produced no results.",typeof l!="undefined"&&l>0&&`Showing ${e}${e>0?` - ${o}`:""} of ${l} ${l>1?c:u}`]})};export{p as PageRange};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a as m,b as r,c as t,d as o,e as c,f as l,g as e}from"../../../chunk-N4CGJXNI.mjs";import"../../../chunk-TLXHEFFH.mjs";import{a as p}from"../../../chunk-NIQ4466A.mjs";import{useRouter as I}from"next/navigation";import{jsx as a,jsxs as d}from"react/jsx-runtime";var $=u=>{let i=I(),{className:C,page:n,totalPages:s}=u,g=n<s,P=n>1,h=n-1>1,k=n+1<s;return a("div",{className:p("my-12",C),children:a(m,{children:d(r,{children:[a(t,{children:a(c,{disabled:!P,onClick:()=>{i.push(`/posts/page/${n-1}`)}})}),h&&a(t,{children:a(e,{})}),P&&a(t,{children:a(o,{onClick:()=>{i.push(`/posts/page/${n-1}`)},children:n-1})}),a(t,{children:a(o,{isActive:!0,onClick:()=>{i.push(`/posts/page/${n}`)},children:n})}),g&&a(t,{children:a(o,{onClick:()=>{i.push(`/posts/page/${n+1}`)},children:n+1})}),k&&a(t,{children:a(e,{})}),a(t,{children:a(l,{disabled:!g,onClick:()=>{i.push(`/posts/page/${n+1}`)}})})]})})})};export{$ as Pagination};
2
+ "use strict";import{a as m,b as r,c as t,d as o,e as c,f as l,g as e}from"../../../chunk-N4CGJXNI.mjs";import"../../../chunk-TLXHEFFH.mjs";import{a as p}from"../../../chunk-NIQ4466A.mjs";import"../../../chunk-US547EKQ.mjs";import{useRouter as I}from"next/navigation";import{jsx as a,jsxs as d}from"react/jsx-runtime";var $=u=>{let i=I(),{className:C,page:n,totalPages:s}=u,g=n<s,P=n>1,h=n-1>1,k=n+1<s;return a("div",{className:p("my-12",C),children:a(m,{children:d(r,{children:[a(t,{children:a(c,{disabled:!P,onClick:()=>{i.push(`/posts/page/${n-1}`)}})}),h&&a(t,{children:a(e,{})}),P&&a(t,{children:a(o,{onClick:()=>{i.push(`/posts/page/${n-1}`)},children:n-1})}),a(t,{children:a(o,{isActive:!0,onClick:()=>{i.push(`/posts/page/${n}`)},children:n})}),g&&a(t,{children:a(o,{onClick:()=>{i.push(`/posts/page/${n+1}`)},children:n+1})}),k&&a(t,{children:a(e,{})}),a(t,{children:a(l,{disabled:!g,onClick:()=>{i.push(`/posts/page/${n+1}`)}})})]})})})};export{$ as Pagination};
@@ -1 +1 @@
1
- import{c as a}from"../../../chunk-RTU6IVSY.mjs";import"../../../chunk-DYHP6A4B.mjs";import"../../../chunk-CJTRVASG.mjs";import"../../../chunk-YQY5Z73J.mjs";import"../../../chunk-MY7YCD7T.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-NEW735FX.mjs";import"../../../chunk-VI6PF7VY.mjs";import"../../../chunk-PV4EARTR.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-TLXHEFFH.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";export{a as default};
1
+ import{c as a}from"../../../chunk-EMNKQTUC.mjs";import"../../../chunk-DYHP6A4B.mjs";import"../../../chunk-CJTRVASG.mjs";import"../../../chunk-VBYC64I2.mjs";import"../../../chunk-6VGO3JR7.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-NEW735FX.mjs";import"../../../chunk-VI6PF7VY.mjs";import"../../../chunk-PV4EARTR.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-TLXHEFFH.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";import"../../../chunk-US547EKQ.mjs";export{a as default};
@@ -1 +1 @@
1
- import{A,B,C,D,E,F,G,H,I,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../../../chunk-DYHP6A4B.mjs";export{E as DETAIL_TYPE_TO_DETAIL,a as DOM_ELEMENT_TYPE,b as DOM_TEXT_TYPE,A as DOUBLE_LINE_BREAK,G as ELEMENT_FORMAT_TO_TYPE,F as ELEMENT_TYPE_TO_FORMAT,e as FULL_RECONCILE,d as HAS_DIRTY_NODES,u as IS_ALIGN_CENTER,y as IS_ALIGN_END,w as IS_ALIGN_JUSTIFY,t as IS_ALIGN_LEFT,v as IS_ALIGN_RIGHT,x as IS_ALIGN_START,q as IS_ALL_FORMATTING,i as IS_BOLD,m as IS_CODE,r as IS_DIRECTIONLESS,p as IS_HIGHLIGHT,j as IS_ITALIC,f as IS_NORMAL,h as IS_SEGMENTED,k as IS_STRIKETHROUGH,n as IS_SUBSCRIPT,o as IS_SUPERSCRIPT,g as IS_TOKEN,l as IS_UNDERLINE,s as IS_UNMERGEABLE,C as LTR_REGEX,z as NON_BREAKING_SPACE,c as NO_DIRTY_NODES,B as RTL_REGEX,H as TEXT_MODE_TO_TYPE,D as TEXT_TYPE_TO_FORMAT,I as TEXT_TYPE_TO_MODE};
1
+ import{A,B,C,D,E,F,G,H,I,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../../../chunk-DYHP6A4B.mjs";import"../../../chunk-US547EKQ.mjs";export{E as DETAIL_TYPE_TO_DETAIL,a as DOM_ELEMENT_TYPE,b as DOM_TEXT_TYPE,A as DOUBLE_LINE_BREAK,G as ELEMENT_FORMAT_TO_TYPE,F as ELEMENT_TYPE_TO_FORMAT,e as FULL_RECONCILE,d as HAS_DIRTY_NODES,u as IS_ALIGN_CENTER,y as IS_ALIGN_END,w as IS_ALIGN_JUSTIFY,t as IS_ALIGN_LEFT,v as IS_ALIGN_RIGHT,x as IS_ALIGN_START,q as IS_ALL_FORMATTING,i as IS_BOLD,m as IS_CODE,r as IS_DIRECTIONLESS,p as IS_HIGHLIGHT,j as IS_ITALIC,f as IS_NORMAL,h as IS_SEGMENTED,k as IS_STRIKETHROUGH,n as IS_SUBSCRIPT,o as IS_SUPERSCRIPT,g as IS_TOKEN,l as IS_UNDERLINE,s as IS_UNMERGEABLE,C as LTR_REGEX,z as NON_BREAKING_SPACE,c as NO_DIRTY_NODES,B as RTL_REGEX,H as TEXT_MODE_TO_TYPE,D as TEXT_TYPE_TO_FORMAT,I as TEXT_TYPE_TO_MODE};
@@ -1 +1 @@
1
- import{b as a}from"../../../chunk-RTU6IVSY.mjs";import"../../../chunk-DYHP6A4B.mjs";import"../../../chunk-CJTRVASG.mjs";import"../../../chunk-YQY5Z73J.mjs";import"../../../chunk-MY7YCD7T.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-NEW735FX.mjs";import"../../../chunk-VI6PF7VY.mjs";import"../../../chunk-PV4EARTR.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-TLXHEFFH.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";export{a as serializeLexical};
1
+ import{b as a}from"../../../chunk-EMNKQTUC.mjs";import"../../../chunk-DYHP6A4B.mjs";import"../../../chunk-CJTRVASG.mjs";import"../../../chunk-VBYC64I2.mjs";import"../../../chunk-6VGO3JR7.mjs";import"../../../chunk-BZVOHDLV.mjs";import"../../../chunk-OANFAQE4.mjs";import"../../../chunk-NEW735FX.mjs";import"../../../chunk-VI6PF7VY.mjs";import"../../../chunk-PV4EARTR.mjs";import"../../../chunk-44TDI42O.mjs";import"../../../chunk-TLXHEFFH.mjs";import"../../../chunk-NIQ4466A.mjs";import"../../../chunk-BOPZHZ27.mjs";import"../../../chunk-US547EKQ.mjs";export{a as serializeLexical};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a}from"../chunk-EUWFH5P5.mjs";import"../chunk-FQFHKJZP.mjs";export{a as LoaderContainer};
2
+ "use strict";import{a}from"../chunk-EUWFH5P5.mjs";import"../chunk-FQFHKJZP.mjs";import"../chunk-US547EKQ.mjs";export{a as LoaderContainer};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a}from"../../chunk-EUWFH5P5.mjs";import"../../chunk-FQFHKJZP.mjs";export{a as LoaderContainer};
2
+ "use strict";import{a}from"../../chunk-EUWFH5P5.mjs";import"../../chunk-FQFHKJZP.mjs";import"../../chunk-US547EKQ.mjs";export{a as LoaderContainer};
@@ -1 +1 @@
1
- import{a}from"../../chunk-EUWFH5P5.mjs";import"../../chunk-FQFHKJZP.mjs";export{a as LoaderContainer};
1
+ import{a}from"../../chunk-EUWFH5P5.mjs";import"../../chunk-FQFHKJZP.mjs";import"../../chunk-US547EKQ.mjs";export{a as LoaderContainer};
@@ -1 +1 @@
1
- var o={container:"loader-container__container",loading:"loader-container__loading"};export{o as default};
1
+ import"../../chunk-US547EKQ.mjs";var o={container:"loader-container__container",loading:"loader-container__loading"};export{o as default};
@@ -1 +1 @@
1
- import{a,b,c}from"../../chunk-J3KUUMK4.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Alert,c as AlertDescription,b as AlertTitle};
1
+ import{a,b,c}from"../../chunk-J3KUUMK4.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Alert,c as AlertDescription,b as AlertTitle};
@@ -1 +1 @@
1
- import{a as e,b as o,c as a}from"../../chunk-J3KUUMK4.mjs";import"../../chunk-NIQ4466A.mjs";import{AlertCircle as i}from"lucide-react";import{jsx as t,jsxs as s}from"react/jsx-runtime";var l={title:"Base/Alert",component:e,tags:["autodocs","server"],argTypes:{variant:{options:["default","destructive"],control:{type:"radio"}}},args:{variant:"default"},render:r=>s(e,{...r,children:[t(o,{children:"Heads up!"}),t(a,{children:"You can add components to your app using the cli."})]})},c=l,d={},y={render:r=>s(e,{...r,children:[t(i,{className:"h-4 w-4"}),t(o,{children:"Error"}),t(a,{children:"Your session has expired. Please log in again."})]}),args:{variant:"destructive"}};export{d as Default,y as Destructive,c as default};
1
+ import{a as e,b as o,c as a}from"../../chunk-J3KUUMK4.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{AlertCircle as i}from"lucide-react";import{jsx as t,jsxs as s}from"react/jsx-runtime";var l={title:"Base/Alert",component:e,tags:["autodocs","server"],argTypes:{variant:{options:["default","destructive"],control:{type:"radio"}}},args:{variant:"default"},render:r=>s(e,{...r,children:[t(o,{children:"Heads up!"}),t(a,{children:"You can add components to your app using the cli."})]})},c=l,d={},y={render:r=>s(e,{...r,children:[t(i,{className:"h-4 w-4"}),t(o,{children:"Error"}),t(a,{children:"Your session has expired. Please log in again."})]}),args:{variant:"destructive"}};export{d as Default,y as Destructive,c as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c}from"../../chunk-IYOWTF4E.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Avatar,c as AvatarFallback,b as AvatarImage};
2
+ "use strict";import{a,b,c}from"../../chunk-IYOWTF4E.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Avatar,c as AvatarFallback,b as AvatarImage};
@@ -1 +1 @@
1
- import{a as t,b as a,c as r}from"../../chunk-IYOWTF4E.mjs";import"../../chunk-NIQ4466A.mjs";import{jsx as e,jsxs as s}from"react/jsx-runtime";var p={title:"Base/Avatar",component:t,tags:["autodocs"],argTypes:{},render:o=>s(t,{...o,children:[e(a,{src:"https://github.com/shadcn.png"}),e(r,{children:"CN"})]}),parameters:{layout:"centered"}},m=p,y={};export{y as Default,m as default};
1
+ import{a as t,b as a,c as r}from"../../chunk-IYOWTF4E.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{jsx as e,jsxs as s}from"react/jsx-runtime";var p={title:"Base/Avatar",component:t,tags:["autodocs"],argTypes:{},render:o=>s(t,{...o,children:[e(a,{src:"https://github.com/shadcn.png"}),e(r,{children:"CN"})]}),parameters:{layout:"centered"}},m=p,y={};export{y as Default,m as default};
@@ -1 +1 @@
1
- import{a,b}from"../../chunk-NQ4FAZ5U.mjs";import"../../chunk-NIQ4466A.mjs";export{b as Badge,a as badgeVariants};
1
+ import{a,b}from"../../chunk-NQ4FAZ5U.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{b as Badge,a as badgeVariants};
@@ -1 +1 @@
1
- import{b as t}from"../../chunk-NQ4FAZ5U.mjs";import"../../chunk-NIQ4466A.mjs";var e={title:"Base/Badge",component:t,tags:["autodocs"],argTypes:{children:{control:"text"}},args:{children:"Badge"},parameters:{layout:"centered"}},r=e,a={},s={args:{variant:"secondary"}},n={args:{variant:"destructive"}},c={args:{variant:"outline"}};export{a as Default,n as Destructive,c as Outline,s as Secondary,r as default};
1
+ import{b as t}from"../../chunk-NQ4FAZ5U.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";var e={title:"Base/Badge",component:t,tags:["autodocs"],argTypes:{children:{control:"text"}},args:{children:"Badge"},parameters:{layout:"centered"}},r=e,a={},s={args:{variant:"secondary"}},n={args:{variant:"destructive"}},c={args:{variant:"outline"}};export{a as Default,n as Destructive,c as Outline,s as Secondary,r as default};
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g}from"../../chunk-3PLMWMUD.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Breadcrumb,g as BreadcrumbEllipsis,c as BreadcrumbItem,d as BreadcrumbLink,b as BreadcrumbList,e as BreadcrumbPage,f as BreadcrumbSeparator};
1
+ import{a,b,c,d,e,f,g}from"../../chunk-3PLMWMUD.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Breadcrumb,g as BreadcrumbEllipsis,c as BreadcrumbItem,d as BreadcrumbLink,b as BreadcrumbList,e as BreadcrumbPage,f as BreadcrumbSeparator};
@@ -1 +1 @@
1
- import{a as m,b as c,c as e,d as a,e as d,f as t}from"../../chunk-3PLMWMUD.mjs";import"../../chunk-NIQ4466A.mjs";import{ArrowRightSquare as u}from"lucide-react";import{jsx as r,jsxs as b}from"react/jsx-runtime";var B={title:"Base/Breadcrumb",component:m,tags:["autodocs"],argTypes:{},args:{},render:o=>r(m,{...o,children:b(c,{children:[r(e,{children:r(a,{children:"Home"})}),r(t,{}),r(e,{children:r(a,{children:"Components"})}),r(t,{}),r(e,{children:r(d,{children:"Breadcrumb"})})]})}),parameters:{layout:"centered"}},i=B,n={},y={render:o=>r(m,{...o,children:b(c,{children:[r(e,{children:r(a,{children:"Home"})}),r(t,{children:r(u,{})}),r(e,{children:r(a,{children:"Components"})}),r(t,{children:r(u,{})}),r(e,{children:r(d,{children:"Breadcrumb"})})]})})};export{n as Default,y as WithCustomSeparator,i as default};
1
+ import{a as m,b as c,c as e,d as a,e as d,f as t}from"../../chunk-3PLMWMUD.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{ArrowRightSquare as u}from"lucide-react";import{jsx as r,jsxs as b}from"react/jsx-runtime";var B={title:"Base/Breadcrumb",component:m,tags:["autodocs"],argTypes:{},args:{},render:o=>r(m,{...o,children:b(c,{children:[r(e,{children:r(a,{children:"Home"})}),r(t,{}),r(e,{children:r(a,{children:"Components"})}),r(t,{}),r(e,{children:r(d,{children:"Breadcrumb"})})]})}),parameters:{layout:"centered"}},i=B,n={},y={render:o=>r(m,{...o,children:b(c,{children:[r(e,{children:r(a,{children:"Home"})}),r(t,{children:r(u,{})}),r(e,{children:r(a,{children:"Components"})}),r(t,{children:r(u,{})}),r(e,{children:r(d,{children:"Breadcrumb"})})]})})};export{n as Default,y as WithCustomSeparator,i as default};
@@ -1 +1 @@
1
- import{a,b}from"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";export{b as Button,a as buttonVariants};
1
+ import{a,b}from"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{b as Button,a as buttonVariants};
@@ -1 +1 @@
1
- import{b as t}from"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";import{Loader2 as n,Mail as e}from"lucide-react";import{jsx as r,jsxs as s}from"react/jsx-runtime";var i={title:"Base/Button",component:t,tags:["autodocs"],argTypes:{children:{control:"text"}},parameters:{layout:"centered"},args:{variant:"default",size:"default",children:"Button"}},l=i,g={},c={args:{variant:"outline"}},d={args:{variant:"ghost"}},a={args:{variant:"secondary"}},m={args:{variant:"destructive"}},u={args:{variant:"link"}},S={render:o=>s(t,{...o,children:[r(n,{className:"mr-2 h-4 w-4 animate-spin"}),"Button"]}),args:{...c.args,disabled:!0}},x={render:o=>s(t,{...o,children:[r(e,{className:"mr-2 h-4 w-4"})," Login with Email Button"]}),args:{...a.args}},f={args:{size:"sm"}},h={args:{size:"lg"}},B={args:{...a.args,size:"icon",children:r(e,{})}},v={args:{disabled:!0}};export{g as Default,m as Destructive,v as Disabled,d as Ghost,B as Icon,h as Large,u as Link,S as Loading,c as Outline,a as Secondary,f as Small,x as WithIcon,l as default};
1
+ import{b as t}from"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{Loader2 as n,Mail as e}from"lucide-react";import{jsx as r,jsxs as s}from"react/jsx-runtime";var i={title:"Base/Button",component:t,tags:["autodocs"],argTypes:{children:{control:"text"}},parameters:{layout:"centered"},args:{variant:"default",size:"default",children:"Button"}},l=i,g={},c={args:{variant:"outline"}},d={args:{variant:"ghost"}},a={args:{variant:"secondary"}},m={args:{variant:"destructive"}},u={args:{variant:"link"}},S={render:o=>s(t,{...o,children:[r(n,{className:"mr-2 h-4 w-4 animate-spin"}),"Button"]}),args:{...c.args,disabled:!0}},x={render:o=>s(t,{...o,children:[r(e,{className:"mr-2 h-4 w-4"})," Login with Email Button"]}),args:{...a.args}},f={args:{size:"sm"}},h={args:{size:"lg"}},B={args:{...a.args,size:"icon",children:r(e,{})}},v={args:{disabled:!0}};export{g as Default,m as Destructive,v as Disabled,d as Ghost,B as Icon,h as Large,u as Link,S as Loading,c as Outline,a as Secondary,f as Small,x as WithIcon,l as default};
@@ -1 +1 @@
1
- import{a,b,c,d,e,f}from"../../chunk-MA5FR2EM.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Card,e as CardContent,d as CardDescription,f as CardFooter,b as CardHeader,c as CardTitle};
1
+ import{a,b,c,d,e,f}from"../../chunk-MA5FR2EM.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Card,e as CardContent,d as CardDescription,f as CardFooter,b as CardHeader,c as CardTitle};
@@ -1 +1 @@
1
- import{a as o,b as r,c as s,d as i,e as d,f as n}from"../../chunk-MA5FR2EM.mjs";import"../../chunk-NIQ4466A.mjs";import{BellRing as l}from"lucide-react";import{jsx as e,jsxs as t}from"react/jsx-runtime";var m=[{title:"Your call has been confirmed.",description:"1 hour ago"},{title:"You have a new message!",description:"1 hour ago"},{title:"Your subscription is expiring soon!",description:"2 hours ago"}],C={title:"Base/Card",component:o,tags:["autodocs"],argTypes:{},args:{className:"w-96"},render:p=>t(o,{...p,children:[t(r,{children:[e(s,{children:"Notifications"}),e(i,{children:"You have 3 unread messages."})]}),e(d,{className:"grid gap-4",children:m.map((a,c)=>t("div",{className:"flex items-center gap-4",children:[e(l,{className:"size-6"}),t("div",{children:[e("p",{children:a.title}),e("p",{className:"text-foreground/50",children:a.description})]})]},c))}),e(n,{children:e("button",{className:"hover:underline",children:"Close"})})]}),parameters:{layout:"centered"}},f=C,y={};export{y as Default,f as default};
1
+ import{a as o,b as r,c as s,d as i,e as d,f as n}from"../../chunk-MA5FR2EM.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{BellRing as l}from"lucide-react";import{jsx as e,jsxs as t}from"react/jsx-runtime";var m=[{title:"Your call has been confirmed.",description:"1 hour ago"},{title:"You have a new message!",description:"1 hour ago"},{title:"Your subscription is expiring soon!",description:"2 hours ago"}],C={title:"Base/Card",component:o,tags:["autodocs"],argTypes:{},args:{className:"w-96"},render:p=>t(o,{...p,children:[t(r,{children:[e(s,{children:"Notifications"}),e(i,{children:"You have 3 unread messages."})]}),e(d,{className:"grid gap-4",children:m.map((a,c)=>t("div",{className:"flex items-center gap-4",children:[e(l,{className:"size-6"}),t("div",{children:[e("p",{children:a.title}),e("p",{className:"text-foreground/50",children:a.description})]})]},c))}),e(n,{children:e("button",{className:"hover:underline",children:"Close"})})]}),parameters:{layout:"centered"}},f=C,y={};export{y as Default,f as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a as i}from"../../chunk-NIQ4466A.mjs";import*as e from"@radix-ui/react-checkbox";import{Check as s}from"lucide-react";import*as t from"react";import{jsx as o}from"react/jsx-runtime";var m=t.forwardRef(({className:r,...c},a)=>o(e.Root,{className:i("peer h-4 w-4 shrink-0 rounded border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",r),ref:a,...c,children:o(e.Indicator,{className:i("flex items-center justify-center text-current"),children:o(s,{className:"h-4 w-4"})})}));m.displayName=e.Root.displayName;export{m as Checkbox};
2
+ "use strict";import{a as i}from"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import*as e from"@radix-ui/react-checkbox";import{Check as s}from"lucide-react";import*as t from"react";import{jsx as o}from"react/jsx-runtime";var m=t.forwardRef(({className:r,...c},a)=>o(e.Root,{className:i("peer h-4 w-4 shrink-0 rounded border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",r),ref:a,...c,children:o(e.Indicator,{className:i("flex items-center justify-center text-current"),children:o(s,{className:"h-4 w-4"})})}));m.displayName=e.Root.displayName;export{m as Checkbox};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c}from"../../chunk-4TIAA7YP.mjs";export{a as Collapsible,c as CollapsibleContent,b as CollapsibleTrigger};
2
+ "use strict";import{a,b,c}from"../../chunk-4TIAA7YP.mjs";import"../../chunk-US547EKQ.mjs";export{a as Collapsible,c as CollapsibleContent,b as CollapsibleTrigger};
@@ -1 +1 @@
1
- import{a as e,b as t,c as a}from"../../chunk-4TIAA7YP.mjs";import{Info as r}from"lucide-react";import{jsx as o,jsxs as s}from"react/jsx-runtime";var i={title:"Base/Collapsible",component:e,tags:["autodocs"],argTypes:{},args:{className:"w-96",disabled:!1},render:l=>s(e,{...l,children:[s(t,{className:"flex gap-2",children:[o("h3",{className:"font-semibold",children:"Can I use this in my project?"}),o(r,{className:"size-6"})]}),o(a,{children:"Yes. Free to use for personal and commercial projects. No attribution required."})]}),parameters:{layout:"centered"}},n=i,b={},c={args:{disabled:!0}};export{b as Default,c as Disabled,n as default};
1
+ import{a as e,b as t,c as a}from"../../chunk-4TIAA7YP.mjs";import"../../chunk-US547EKQ.mjs";import{Info as r}from"lucide-react";import{jsx as o,jsxs as s}from"react/jsx-runtime";var i={title:"Base/Collapsible",component:e,tags:["autodocs"],argTypes:{},args:{className:"w-96",disabled:!1},render:l=>s(e,{...l,children:[s(t,{className:"flex gap-2",children:[o("h3",{className:"font-semibold",children:"Can I use this in my project?"}),o(r,{className:"size-6"})]}),o(a,{children:"Yes. Free to use for personal and commercial projects. No attribution required."})]}),parameters:{layout:"centered"}},n=i,b={},c={args:{disabled:!0}};export{b as Default,c as Disabled,n as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c,d,e,f,g,h,i}from"../../chunk-4NZ3SPPA.mjs";import"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Command,b as CommandDialog,e as CommandEmpty,f as CommandGroup,c as CommandInput,h as CommandItem,d as CommandList,g as CommandSeparator,i as CommandShortcut};
2
+ "use strict";import{a,b,c,d,e,f,g,h,i}from"../../chunk-4NZ3SPPA.mjs";import"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Command,b as CommandDialog,e as CommandEmpty,f as CommandGroup,c as CommandInput,h as CommandItem,d as CommandList,g as CommandSeparator,i as CommandShortcut};
@@ -1 +1 @@
1
- import{a as t,c as r,d as n,e as d,f as e,h as o}from"../../chunk-4NZ3SPPA.mjs";import"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";import{CommandSeparator as p}from"cmdk";import{jsx as m,jsxs as a}from"react/jsx-runtime";var C={title:"Base/Command",component:t,tags:["autodocs"],argTypes:{},args:{className:"rounded-lg w-96 border shadow-md"},render:s=>a(t,{...s,children:[m(r,{placeholder:"Type a command or search..."}),a(n,{children:[m(d,{children:"No results found."}),a(e,{heading:"Suggestions",children:[m(o,{children:"Calendar"}),m(o,{children:"Search Emoji"}),m(o,{children:"Calculator"})]}),m(p,{}),a(e,{heading:"Settings",children:[m(o,{children:"Profile"}),m(o,{children:"Billing"}),m(o,{children:"Settings"})]})]})]}),parameters:{layout:"centered"}},y=C,c={};export{c as Default,y as default};
1
+ import{a as t,c as r,d as n,e as d,f as e,h as o}from"../../chunk-4NZ3SPPA.mjs";import"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{CommandSeparator as p}from"cmdk";import{jsx as m,jsxs as a}from"react/jsx-runtime";var C={title:"Base/Command",component:t,tags:["autodocs"],argTypes:{},args:{className:"rounded-lg w-96 border shadow-md"},render:s=>a(t,{...s,children:[m(r,{placeholder:"Type a command or search..."}),a(n,{children:[m(d,{children:"No results found."}),a(e,{heading:"Suggestions",children:[m(o,{children:"Calendar"}),m(o,{children:"Search Emoji"}),m(o,{children:"Calculator"})]}),m(p,{}),a(e,{heading:"Settings",children:[m(o,{children:"Profile"}),m(o,{children:"Billing"}),m(o,{children:"Settings"})]})]})]}),parameters:{layout:"centered"}},y=C,c={};export{c as Default,y as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Dialog,d as DialogClose,f as DialogContent,j as DialogDescription,h as DialogFooter,g as DialogHeader,e as DialogOverlay,c as DialogPortal,i as DialogTitle,b as DialogTrigger};
2
+ "use strict";import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Dialog,d as DialogClose,f as DialogContent,j as DialogDescription,h as DialogFooter,g as DialogHeader,e as DialogOverlay,c as DialogPortal,i as DialogTitle,b as DialogTrigger};
@@ -1 +1 @@
1
- import{a as t,b as a,d as r,f as i,g as l,h as n,i as g,j as s}from"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";import{jsx as o,jsxs as e}from"react/jsx-runtime";var D={title:"Base/Dialog",component:t,tags:["autodocs"],argTypes:{},render:p=>e(t,{...p,children:[o(a,{children:"Open"}),e(i,{children:[e(l,{children:[o(g,{children:"Are you absolutely sure?"}),o(s,{children:"This action cannot be undone. This will permanently delete your account and remove your data from our servers."})]}),e(n,{className:"gap-4",children:[o("button",{className:"hover:underline",children:"Cancel"}),o(r,{children:o("button",{className:"rounded bg-primary px-4 py-2 text-primary-foreground",children:"Continue"})})]})]})]}),parameters:{layout:"centered"}},y=D,m={};export{m as Default,y as default};
1
+ import{a as t,b as a,d as r,f as i,g as l,h as n,i as g,j as s}from"../../chunk-OQNGQGJV.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{jsx as o,jsxs as e}from"react/jsx-runtime";var D={title:"Base/Dialog",component:t,tags:["autodocs"],argTypes:{},render:p=>e(t,{...p,children:[o(a,{children:"Open"}),e(i,{children:[e(l,{children:[o(g,{children:"Are you absolutely sure?"}),o(s,{children:"This action cannot be undone. This will permanently delete your account and remove your data from our servers."})]}),e(n,{className:"gap-4",children:[o("button",{className:"hover:underline",children:"Cancel"}),o(r,{children:o("button",{className:"rounded bg-primary px-4 py-2 text-primary-foreground",children:"Continue"})})]})]})]}),parameters:{layout:"centered"}},y=D,m={};export{m as Default,y as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o}from"../../chunk-E53JVQZX.mjs";import"../../chunk-NIQ4466A.mjs";export{a as DropdownMenu,k as DropdownMenuCheckboxItem,i as DropdownMenuContent,c as DropdownMenuGroup,j as DropdownMenuItem,m as DropdownMenuLabel,d as DropdownMenuPortal,f as DropdownMenuRadioGroup,l as DropdownMenuRadioItem,n as DropdownMenuSeparator,o as DropdownMenuShortcut,e as DropdownMenuSub,h as DropdownMenuSubContent,g as DropdownMenuSubTrigger,b as DropdownMenuTrigger};
2
+ "use strict";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o}from"../../chunk-E53JVQZX.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as DropdownMenu,k as DropdownMenuCheckboxItem,i as DropdownMenuContent,c as DropdownMenuGroup,j as DropdownMenuItem,m as DropdownMenuLabel,d as DropdownMenuPortal,f as DropdownMenuRadioGroup,l as DropdownMenuRadioItem,n as DropdownMenuSeparator,o as DropdownMenuShortcut,e as DropdownMenuSub,h as DropdownMenuSubContent,g as DropdownMenuSubTrigger,b as DropdownMenuTrigger};
@@ -1 +1 @@
1
- import{a as t,b as p,c as D,d as m,e as i,f as c,g as l,h as S,i as u,j as n,k as M,l as d,m as w,n as s,o as a}from"../../chunk-E53JVQZX.mjs";import"../../chunk-NIQ4466A.mjs";import{Mail as g,Plus as I,PlusCircle as b,Search as h,UserPlus as y}from"lucide-react";import{jsx as o,jsxs as e}from"react/jsx-runtime";var C={title:"Base/DropdownMenu",component:t,tags:["autodocs"],argTypes:{},render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[o(w,{children:"My Account"}),o(s,{}),o(n,{children:"Profile"}),o(n,{children:"Billing"}),o(n,{children:"Team"}),o(n,{children:"Subscription"})]})]}),parameters:{layout:"centered"}},N=C,x={},R={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[o(w,{children:"Controls"}),e(n,{children:["Back",o(a,{children:"\u2318["})]}),e(n,{disabled:!0,children:["Forward",o(a,{children:"\u2318]"})]})]})]})},k={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[e(n,{children:[o(h,{className:"size-4 mr-2"}),o("span",{children:"Search"})]}),o(s,{}),e(D,{children:[e(n,{children:[o(I,{className:"size-4 mr-2"}),o("span",{children:"New Team"}),o(a,{children:"\u2318+T"})]}),e(i,{children:[e(l,{children:[o(y,{className:"size-4 mr-2"}),o("span",{children:"Invite users"})]}),o(m,{children:e(S,{children:[e(n,{children:[o(g,{className:"size-4 mr-2"}),o("span",{children:"Email"})]}),o(s,{}),e(n,{children:[o(b,{className:"size-4 mr-2"}),o("span",{children:"More..."})]})]})})]})]})]})]})},O={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[o(w,{inset:!0,children:"Status"}),e(c,{value:"warning",children:[o(d,{value:"info",children:"Info"}),o(d,{value:"warning",children:"Warning"}),o(d,{value:"error",children:"Error"})]})]})]})},v={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[e(M,{checked:!0,children:["Autosave",o(a,{children:"\u2318S"})]}),o(M,{children:"Show Comments"})]})]})};export{x as Default,v as WithCheckboxes,O as WithRadioItems,R as WithShortcuts,k as WithSubmenus,N as default};
1
+ import{a as t,b as p,c as D,d as m,e as i,f as c,g as l,h as S,i as u,j as n,k as M,l as d,m as w,n as s,o as a}from"../../chunk-E53JVQZX.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{Mail as g,Plus as I,PlusCircle as b,Search as h,UserPlus as y}from"lucide-react";import{jsx as o,jsxs as e}from"react/jsx-runtime";var C={title:"Base/DropdownMenu",component:t,tags:["autodocs"],argTypes:{},render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[o(w,{children:"My Account"}),o(s,{}),o(n,{children:"Profile"}),o(n,{children:"Billing"}),o(n,{children:"Team"}),o(n,{children:"Subscription"})]})]}),parameters:{layout:"centered"}},N=C,x={},R={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[o(w,{children:"Controls"}),e(n,{children:["Back",o(a,{children:"\u2318["})]}),e(n,{disabled:!0,children:["Forward",o(a,{children:"\u2318]"})]})]})]})},k={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[e(n,{children:[o(h,{className:"size-4 mr-2"}),o("span",{children:"Search"})]}),o(s,{}),e(D,{children:[e(n,{children:[o(I,{className:"size-4 mr-2"}),o("span",{children:"New Team"}),o(a,{children:"\u2318+T"})]}),e(i,{children:[e(l,{children:[o(y,{className:"size-4 mr-2"}),o("span",{children:"Invite users"})]}),o(m,{children:e(S,{children:[e(n,{children:[o(g,{className:"size-4 mr-2"}),o("span",{children:"Email"})]}),o(s,{}),e(n,{children:[o(b,{className:"size-4 mr-2"}),o("span",{children:"More..."})]})]})})]})]})]})]})},O={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[o(w,{inset:!0,children:"Status"}),e(c,{value:"warning",children:[o(d,{value:"info",children:"Info"}),o(d,{value:"warning",children:"Warning"}),o(d,{value:"error",children:"Error"})]})]})]})},v={render:r=>e(t,{...r,children:[o(p,{children:"Open"}),e(u,{className:"w-44",children:[e(M,{checked:!0,children:["Autosave",o(a,{children:"\u2318S"})]}),o(M,{children:"Show Comments"})]})]})};export{x as Default,v as WithCheckboxes,O as WithRadioItems,R as WithShortcuts,k as WithSubmenus,N as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c}from"../../chunk-I5PVVLPG.mjs";import"../../chunk-NIQ4466A.mjs";export{a as HoverCard,c as HoverCardContent,b as HoverCardTrigger};
2
+ "use strict";import{a,b,c}from"../../chunk-I5PVVLPG.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as HoverCard,c as HoverCardContent,b as HoverCardTrigger};
@@ -1 +1 @@
1
- import{a as e,b as r,c as t}from"../../chunk-I5PVVLPG.mjs";import"../../chunk-NIQ4466A.mjs";import{jsx as o,jsxs as s}from"react/jsx-runtime";var n={title:"Base/HoverCard",component:e,tags:["autodocs"],argTypes:{},args:{},render:a=>s(e,{...a,children:[o(r,{children:"Hover"}),o(t,{children:"The React Framework - created and maintained by @vercel."})]}),parameters:{layout:"centered"}},y=n,p={},c={args:{openDelay:0,closeDelay:0}};export{p as Default,c as Instant,y as default};
1
+ import{a as e,b as r,c as t}from"../../chunk-I5PVVLPG.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{jsx as o,jsxs as s}from"react/jsx-runtime";var n={title:"Base/HoverCard",component:e,tags:["autodocs"],argTypes:{},args:{},render:a=>s(e,{...a,children:[o(r,{children:"Hover"}),o(t,{children:"The React Framework - created and maintained by @vercel."})]}),parameters:{layout:"centered"}},y=n,p={},c={args:{openDelay:0,closeDelay:0}};export{p as Default,c as Instant,y as default};
@@ -1 +1 @@
1
- import{a as te,b as ae}from"../../chunk-LVMTOUN5.mjs";import{a as ee,b as re}from"../../chunk-62HF5YVD.mjs";import{a as wo,b as vo,c as ho,d as Io,e as Bo,f as Ao,g as Po,h as Go,i as Ho,j as Lo,k as ko,l as yo,m as Fo,n as Vo,o as Eo,p as Ro,q as Oo,r as jo,s as qo,t as zo,u as Jo,v as Ko,w as No,x as Qo}from"../../chunk-Z3GPNAQX.mjs";import{a as So,b as bo,c as go,d as so,e as To,f as Do,g as Co,h as xo,i as fo,j as Mo}from"../../chunk-RAZKAPLW.mjs";import{a as co}from"../../chunk-RBF2IQIG.mjs";import{a as oe}from"../../chunk-BJYY3KBF.mjs";import{a as Uo,b as Wo,c as Xo,d as Yo,e as Zo,f as _o,g as $o}from"../../chunk-4PTHCL6I.mjs";import{a as pe,b as de,c as me,d as le}from"../../chunk-RH5IBKKX.mjs";import{a as ne,b as ie}from"../../chunk-LE63372T.mjs";import{a as uo}from"../../chunk-YAZZUJPQ.mjs";import{a as io,b as po,c as mo}from"../../chunk-I5PVVLPG.mjs";import{a as lo}from"../../chunk-G2GEVAGD.mjs";import{a as ue}from"../../chunk-LAIB3DU5.mjs";import{a as w,b as v,c as h}from"../../chunk-4TIAA7YP.mjs";import{a as V,b as E,c as R,d as O,e as j,f as q,g as z,h as J,i as K}from"../../chunk-4NZ3SPPA.mjs";import{a as I,b as B,c as A,d as P,e as G,f as H,g as L,h as k,i as y,j as F}from"../../chunk-OQNGQGJV.mjs";import{a as N,b as Q,c as U,d as W,e as X,f as Y,g as Z,h as _,i as $,j as oo,k as eo,l as ro,m as to,n as ao,o as no}from"../../chunk-E53JVQZX.mjs";import{a as T,b as D,c as C,d as x,e as f,f as M,g as c}from"../../chunk-3PLMWMUD.mjs";import{a as l,b as u,c as S}from"../../chunk-J3KUUMK4.mjs";import{a as b,b as g,c as s}from"../../chunk-IYOWTF4E.mjs";import{a as d,b as m}from"../../chunk-NQ4FAZ5U.mjs";import{a as o}from"../../chunk-FRWX5YES.mjs";import{c as e}from"../../chunk-CV7PH2KH.mjs";import{a,b as n,c as i,d as p}from"../../chunk-TNVXZARJ.mjs";import{a as r,b as t}from"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";export{l as Alert,S as AlertDescription,u as AlertTitle,b as Avatar,s as AvatarFallback,g as AvatarImage,m as Badge,T as Breadcrumb,c as BreadcrumbEllipsis,C as BreadcrumbItem,x as BreadcrumbLink,D as BreadcrumbList,f as BreadcrumbPage,M as BreadcrumbSeparator,t as Button,w as Collapsible,h as CollapsibleContent,v as CollapsibleTrigger,V as Command,E as CommandDialog,j as CommandEmpty,q as CommandGroup,R as CommandInput,J as CommandItem,O as CommandList,z as CommandSeparator,K as CommandShortcut,I as Dialog,P as DialogClose,H as DialogContent,F as DialogDescription,k as DialogFooter,L as DialogHeader,G as DialogOverlay,A as DialogPortal,y as DialogTitle,B as DialogTrigger,N as DropdownMenu,eo as DropdownMenuCheckboxItem,$ as DropdownMenuContent,U as DropdownMenuGroup,oo as DropdownMenuItem,to as DropdownMenuLabel,W as DropdownMenuPortal,Y as DropdownMenuRadioGroup,ro as DropdownMenuRadioItem,ao as DropdownMenuSeparator,no as DropdownMenuShortcut,X as DropdownMenuSub,_ as DropdownMenuSubContent,Z as DropdownMenuSubTrigger,Q as DropdownMenuTrigger,io as HoverCard,mo as HoverCardContent,po as HoverCardTrigger,lo as Input,ue as Label,pe as Popover,me as PopoverAnchor,le as PopoverContent,de as PopoverTrigger,ne as ScrollArea,ie as ScrollBar,uo as Separator,So as Sheet,go as SheetClose,Do as SheetContent,Mo as SheetDescription,xo as SheetFooter,Co as SheetHeader,To as SheetOverlay,so as SheetPortal,fo as SheetTitle,bo as SheetTrigger,ho as Sidebar,ko as SidebarContent,Ho as SidebarFooter,yo as SidebarGroup,Vo as SidebarGroupAction,Eo as SidebarGroupContent,Fo as SidebarGroupLabel,Go as SidebarHeader,Po as SidebarInput,Ao as SidebarInset,Ro as SidebarMenu,qo as SidebarMenuAction,zo as SidebarMenuBadge,jo as SidebarMenuButton,Oo as SidebarMenuItem,Jo as SidebarMenuSkeleton,Ko as SidebarMenuSub,Qo as SidebarMenuSubButton,No as SidebarMenuSubItem,vo as SidebarProvider,Bo as SidebarRail,Lo as SidebarSeparator,Io as SidebarTrigger,co as Skeleton,Xo as Toast,Yo as ToastAction,Zo as ToastClose,$o as ToastDescription,Uo as ToastProvider,_o as ToastTitle,Wo as ToastViewport,oe as Toaster,re as Toggle,te as ToggleGroup,ae as ToggleGroupItem,n as Tooltip,p as TooltipContent,a as TooltipProvider,i as TooltipTrigger,d as badgeVariants,r as buttonVariants,ee as toggleVariants,o as useIsMobile,wo as useSidebar,e as useToast};
1
+ import{a as oe}from"../../chunk-BJYY3KBF.mjs";import{a as Uo,b as Wo,c as Xo,d as Yo,e as Zo,f as _o,g as $o}from"../../chunk-4PTHCL6I.mjs";import{a as te,b as ae}from"../../chunk-LVMTOUN5.mjs";import{a as ee,b as re}from"../../chunk-62HF5YVD.mjs";import{a as wo,b as vo,c as ho,d as Io,e as Bo,f as Ao,g as Po,h as Go,i as Ho,j as Lo,k as ko,l as yo,m as Fo,n as Vo,o as Eo,p as Ro,q as Oo,r as jo,s as qo,t as zo,u as Jo,v as Ko,w as No,x as Qo}from"../../chunk-JYZNBFY2.mjs";import{a as uo}from"../../chunk-YAZZUJPQ.mjs";import{a as So,b as bo,c as go,d as so,e as To,f as Do,g as Co,h as xo,i as fo,j as Mo}from"../../chunk-RAZKAPLW.mjs";import{a as co}from"../../chunk-RBF2IQIG.mjs";import{a as lo}from"../../chunk-G2GEVAGD.mjs";import{a as ue}from"../../chunk-LAIB3DU5.mjs";import{a as pe,b as de,c as me,d as le}from"../../chunk-RH5IBKKX.mjs";import{a as ne,b as ie}from"../../chunk-LE63372T.mjs";import{a as N,b as Q,c as U,d as W,e as X,f as Y,g as Z,h as _,i as $,j as oo,k as eo,l as ro,m as to,n as ao,o as no}from"../../chunk-E53JVQZX.mjs";import{a as io,b as po,c as mo}from"../../chunk-I5PVVLPG.mjs";import{a as k,b as y,c as F}from"../../chunk-4TIAA7YP.mjs";import{a as V,b as E,c as R,d as O,e as j,f as q,g as z,h as J,i as K}from"../../chunk-4NZ3SPPA.mjs";import{a as w,b as v,c as h}from"../../chunk-J3KUUMK4.mjs";import{a as I,b as B,c as A,d as P,e as G,f as H,g as L}from"../../chunk-3PLMWMUD.mjs";import{a as b,b as g,c as s,d as T,e as D,f as C,g as x,h as f,i as M,j as c}from"../../chunk-OQNGQGJV.mjs";import{a as l,b as u,c as S}from"../../chunk-IYOWTF4E.mjs";import{a as d,b as m}from"../../chunk-NQ4FAZ5U.mjs";import{a as o}from"../../chunk-FRWX5YES.mjs";import{c as e}from"../../chunk-CV7PH2KH.mjs";import{a,b as n,c as i,d as p}from"../../chunk-TNVXZARJ.mjs";import{a as r,b as t}from"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{w as Alert,h as AlertDescription,v as AlertTitle,l as Avatar,S as AvatarFallback,u as AvatarImage,m as Badge,I as Breadcrumb,L as BreadcrumbEllipsis,A as BreadcrumbItem,P as BreadcrumbLink,B as BreadcrumbList,G as BreadcrumbPage,H as BreadcrumbSeparator,t as Button,k as Collapsible,F as CollapsibleContent,y as CollapsibleTrigger,V as Command,E as CommandDialog,j as CommandEmpty,q as CommandGroup,R as CommandInput,J as CommandItem,O as CommandList,z as CommandSeparator,K as CommandShortcut,b as Dialog,T as DialogClose,C as DialogContent,c as DialogDescription,f as DialogFooter,x as DialogHeader,D as DialogOverlay,s as DialogPortal,M as DialogTitle,g as DialogTrigger,N as DropdownMenu,eo as DropdownMenuCheckboxItem,$ as DropdownMenuContent,U as DropdownMenuGroup,oo as DropdownMenuItem,to as DropdownMenuLabel,W as DropdownMenuPortal,Y as DropdownMenuRadioGroup,ro as DropdownMenuRadioItem,ao as DropdownMenuSeparator,no as DropdownMenuShortcut,X as DropdownMenuSub,_ as DropdownMenuSubContent,Z as DropdownMenuSubTrigger,Q as DropdownMenuTrigger,io as HoverCard,mo as HoverCardContent,po as HoverCardTrigger,lo as Input,ue as Label,pe as Popover,me as PopoverAnchor,le as PopoverContent,de as PopoverTrigger,ne as ScrollArea,ie as ScrollBar,uo as Separator,So as Sheet,go as SheetClose,Do as SheetContent,Mo as SheetDescription,xo as SheetFooter,Co as SheetHeader,To as SheetOverlay,so as SheetPortal,fo as SheetTitle,bo as SheetTrigger,ho as Sidebar,ko as SidebarContent,Ho as SidebarFooter,yo as SidebarGroup,Vo as SidebarGroupAction,Eo as SidebarGroupContent,Fo as SidebarGroupLabel,Go as SidebarHeader,Po as SidebarInput,Ao as SidebarInset,Ro as SidebarMenu,qo as SidebarMenuAction,zo as SidebarMenuBadge,jo as SidebarMenuButton,Oo as SidebarMenuItem,Jo as SidebarMenuSkeleton,Ko as SidebarMenuSub,Qo as SidebarMenuSubButton,No as SidebarMenuSubItem,vo as SidebarProvider,Bo as SidebarRail,Lo as SidebarSeparator,Io as SidebarTrigger,co as Skeleton,Xo as Toast,Yo as ToastAction,Zo as ToastClose,$o as ToastDescription,Uo as ToastProvider,_o as ToastTitle,Wo as ToastViewport,oe as Toaster,re as Toggle,te as ToggleGroup,ae as ToggleGroupItem,n as Tooltip,p as TooltipContent,a as TooltipProvider,i as TooltipTrigger,d as badgeVariants,r as buttonVariants,ee as toggleVariants,o as useIsMobile,wo as useSidebar,e as useToast};
@@ -1 +1 @@
1
- import{a}from"../../chunk-G2GEVAGD.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Input};
1
+ import{a}from"../../chunk-G2GEVAGD.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Input};
@@ -1 +1 @@
1
- import{a as r}from"../../chunk-G2GEVAGD.mjs";import"../../chunk-NIQ4466A.mjs";import{jsx as t,jsxs as a}from"react/jsx-runtime";var o={title:"Base/Input",component:r,tags:["autodocs"],argTypes:{},args:{className:"w-96",type:"email",placeholder:"Email",disabled:!1},parameters:{layout:"centered"}},s=o,i={},p={args:{disabled:!0}},m={render:e=>a("div",{className:"grid items-center gap-1.5",children:[t("label",{htmlFor:"email",children:e.placeholder}),t(r,{...e,id:"email"})]})},d={render:e=>a("div",{className:"grid items-center gap-1.5",children:[t("label",{htmlFor:"email-2",children:e.placeholder}),t(r,{...e,id:"email-2"}),t("p",{className:"text-sm text-foreground/50",children:"Enter your email address."})]})},c={render:e=>a("div",{className:"flex items-center space-x-2",children:[t(r,{...e}),t("button",{className:"rounded bg-primary px-4 py-2 text-primary-foreground",type:"submit",children:"Subscribe"})]})};export{i as Default,p as Disabled,c as WithButton,d as WithHelperText,m as WithLabel,s as default};
1
+ import{a as r}from"../../chunk-G2GEVAGD.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{jsx as t,jsxs as a}from"react/jsx-runtime";var o={title:"Base/Input",component:r,tags:["autodocs"],argTypes:{},args:{className:"w-96",type:"email",placeholder:"Email",disabled:!1},parameters:{layout:"centered"}},s=o,i={},p={args:{disabled:!0}},m={render:e=>a("div",{className:"grid items-center gap-1.5",children:[t("label",{htmlFor:"email",children:e.placeholder}),t(r,{...e,id:"email"})]})},d={render:e=>a("div",{className:"grid items-center gap-1.5",children:[t("label",{htmlFor:"email-2",children:e.placeholder}),t(r,{...e,id:"email-2"}),t("p",{className:"text-sm text-foreground/50",children:"Enter your email address."})]})},c={render:e=>a("div",{className:"flex items-center space-x-2",children:[t(r,{...e}),t("button",{className:"rounded bg-primary px-4 py-2 text-primary-foreground",type:"submit",children:"Subscribe"})]})};export{i as Default,p as Disabled,c as WithButton,d as WithHelperText,m as WithLabel,s as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a}from"../../chunk-LAIB3DU5.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Label};
2
+ "use strict";import{a}from"../../chunk-LAIB3DU5.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Label};
@@ -1 +1 @@
1
- import{a as t}from"../../chunk-LAIB3DU5.mjs";import"../../chunk-NIQ4466A.mjs";var e={title:"Base/Label",component:t,tags:["autodocs"],argTypes:{children:{control:{type:"text"}}},args:{children:"Your email address",htmlFor:"email"}},r=e,a={};export{a as Default,r as default};
1
+ import{a as t}from"../../chunk-LAIB3DU5.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";var e={title:"Base/Label",component:t,tags:["autodocs"],argTypes:{children:{control:{type:"text"}}},args:{children:"Your email address",htmlFor:"email"}},r=e,a={};export{a as Default,r as default};
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g}from"../../chunk-N4CGJXNI.mjs";import"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Pagination,b as PaginationContent,g as PaginationEllipsis,c as PaginationItem,d as PaginationLink,f as PaginationNext,e as PaginationPrevious};
1
+ import{a,b,c,d,e,f,g}from"../../chunk-N4CGJXNI.mjs";import"../../chunk-TLXHEFFH.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Pagination,b as PaginationContent,g as PaginationEllipsis,c as PaginationItem,d as PaginationLink,f as PaginationNext,e as PaginationPrevious};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b,c,d}from"../../chunk-RH5IBKKX.mjs";import"../../chunk-NIQ4466A.mjs";export{a as Popover,c as PopoverAnchor,d as PopoverContent,b as PopoverTrigger};
2
+ "use strict";import{a,b,c,d}from"../../chunk-RH5IBKKX.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as Popover,c as PopoverAnchor,d as PopoverContent,b as PopoverTrigger};
@@ -1 +1 @@
1
- import{a as o,b as e,d as t}from"../../chunk-RH5IBKKX.mjs";import"../../chunk-NIQ4466A.mjs";import{jsx as r,jsxs as n}from"react/jsx-runtime";var a={title:"Base/Popover",component:o,tags:["autodocs"],argTypes:{},render:p=>n(o,{...p,children:[r(e,{children:"Open"}),r(t,{children:"Place content for the popover here."})]}),parameters:{layout:"centered"}},y=a,f={};export{f as Default,y as default};
1
+ import{a as o,b as e,d as t}from"../../chunk-RH5IBKKX.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";import{jsx as r,jsxs as n}from"react/jsx-runtime";var a={title:"Base/Popover",component:o,tags:["autodocs"],argTypes:{},render:p=>n(o,{...p,children:[r(e,{children:"Open"}),r(t,{children:"Place content for the popover here."})]}),parameters:{layout:"centered"}},y=a,f={};export{f as Default,y as default};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- "use strict";import{a,b}from"../../chunk-LE63372T.mjs";import"../../chunk-NIQ4466A.mjs";export{a as ScrollArea,b as ScrollBar};
2
+ "use strict";import{a,b}from"../../chunk-LE63372T.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";export{a as ScrollArea,b as ScrollBar};
@@ -1 +1 @@
1
- import{a as e}from"../../chunk-LE63372T.mjs";import"../../chunk-NIQ4466A.mjs";var t={title:"Base/ScrollArea",component:e,tags:["autodocs"],argTypes:{children:{control:"text"}},args:{className:"h-32 w-80 rounded-md border p-4",type:"auto",children:"Jokester began sneaking into the castle in the middle of the night and leaving jokes all over the place: under the king's pillow, in his soup, even in the royal toilet. The king was furious, but he couldn't seem to stop Jokester. And then, one day, the people of the kingdom discovered that the jokes left by Jokester were so funny that they couldn't help but laugh. And once they started laughing, they couldn't stop. The king was so angry that he banished Jokester from the kingdom, but the people still laughed, and they laughed, and they laughed. And they all lived happily ever after."},parameters:{layout:"centered"}},r=t,a={},l={args:{type:"always"}},s={args:{type:"hover"}},n={args:{type:"scroll"}};export{l as Always,a as Default,s as Hover,n as Scroll,r as default};
1
+ import{a as e}from"../../chunk-LE63372T.mjs";import"../../chunk-NIQ4466A.mjs";import"../../chunk-US547EKQ.mjs";var t={title:"Base/ScrollArea",component:e,tags:["autodocs"],argTypes:{children:{control:"text"}},args:{className:"h-32 w-80 rounded-md border p-4",type:"auto",children:"Jokester began sneaking into the castle in the middle of the night and leaving jokes all over the place: under the king's pillow, in his soup, even in the royal toilet. The king was furious, but he couldn't seem to stop Jokester. And then, one day, the people of the kingdom discovered that the jokes left by Jokester were so funny that they couldn't help but laugh. And once they started laughing, they couldn't stop. The king was so angry that he banished Jokester from the kingdom, but the people still laughed, and they laughed, and they laughed. And they all lived happily ever after."},parameters:{layout:"centered"}},r=t,a={},l={args:{type:"always"}},s={args:{type:"hover"}},n={args:{type:"scroll"}};export{l as Always,a as Default,s as Hover,n as Scroll,r as default};