@adminide-stack/clock-tik-browser 12.0.17-alpha.0 → 12.0.17-alpha.2

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 (187) hide show
  1. package/lib/Validation/Schema.d.ts +54 -0
  2. package/lib/Validation/Schema.d.ts.map +1 -0
  3. package/lib/Validation/Schema.js +26 -0
  4. package/lib/Validation/Schema.js.map +1 -0
  5. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  6. package/lib/components/HelpCenterFooter.js +11 -7
  7. package/lib/components/HelpCenterFooter.js.map +1 -1
  8. package/lib/components/HelpCenterHeader.js +1 -1
  9. package/lib/components/Logo.d.ts.map +1 -1
  10. package/lib/components/Logo.js +56 -91
  11. package/lib/components/Logo.js.map +1 -1
  12. package/lib/components/navbar/index.d.ts.map +1 -1
  13. package/lib/components/navbar/index.js +5 -3
  14. package/lib/components/navbar/index.js.map +1 -1
  15. package/lib/compute.d.ts.map +1 -1
  16. package/lib/compute.js +43 -7
  17. package/lib/compute.js.map +1 -1
  18. package/lib/config/env-config.d.ts +17 -0
  19. package/lib/config/env-config.d.ts.map +1 -0
  20. package/lib/config/env-config.js +52 -0
  21. package/lib/config/env-config.js.map +1 -0
  22. package/lib/{config.d.ts → config/index.d.ts} +2 -13
  23. package/lib/config/index.d.ts.map +1 -0
  24. package/lib/pages/ArticlePage/index.d.ts.map +1 -1
  25. package/lib/pages/ArticlePage/index.js +32 -0
  26. package/lib/pages/ArticlePage/index.js.map +1 -1
  27. package/lib/pages/Contact-us/index.d.ts +3 -0
  28. package/lib/pages/Contact-us/index.d.ts.map +1 -0
  29. package/lib/pages/Contact-us/index.js +159 -0
  30. package/lib/pages/Contact-us/index.js.map +1 -0
  31. package/lib/pages/Feedback/index.d.ts +3 -0
  32. package/lib/pages/Feedback/index.d.ts.map +1 -0
  33. package/lib/pages/Feedback/index.js +126 -0
  34. package/lib/pages/Feedback/index.js.map +1 -0
  35. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  36. package/lib/pages/GetStarted/index.js +14 -14
  37. package/lib/pages/GetStarted/index.js.map +1 -1
  38. package/lib/pages/HelpCenter/components/CaresHero.d.ts +6 -0
  39. package/lib/pages/HelpCenter/components/CaresHero.d.ts.map +1 -0
  40. package/lib/pages/HelpCenter/components/CaresHero.js +55 -0
  41. package/lib/pages/HelpCenter/components/CaresHero.js.map +1 -0
  42. package/lib/pages/HelpCenter/components/CaresLayout.d.ts +11 -0
  43. package/lib/pages/HelpCenter/components/CaresLayout.d.ts.map +1 -0
  44. package/lib/pages/HelpCenter/components/CaresLayout.js +20 -0
  45. package/lib/pages/HelpCenter/components/CaresLayout.js.map +1 -0
  46. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +4 -4
  47. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  48. package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts +6 -0
  49. package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts.map +1 -0
  50. package/lib/pages/HelpCenter/components/NeedHelpWithSection.js +70 -0
  51. package/lib/pages/HelpCenter/components/NeedHelpWithSection.js.map +1 -0
  52. package/lib/pages/HelpCenter/components/PopularArticlesGrid.d.ts +8 -0
  53. package/lib/pages/HelpCenter/components/PopularArticlesGrid.d.ts.map +1 -0
  54. package/lib/pages/HelpCenter/components/PopularArticlesGrid.js +21 -0
  55. package/lib/pages/HelpCenter/components/PopularArticlesGrid.js.map +1 -0
  56. package/lib/pages/HelpCenter/components/SupportPlansSection.d.ts +3 -0
  57. package/lib/pages/HelpCenter/components/SupportPlansSection.d.ts.map +1 -0
  58. package/lib/pages/HelpCenter/components/SupportPlansSection.js +63 -0
  59. package/lib/pages/HelpCenter/components/SupportPlansSection.js.map +1 -0
  60. package/lib/pages/HelpCenter/components/SupportServicesSection.d.ts +3 -0
  61. package/lib/pages/HelpCenter/components/SupportServicesSection.d.ts.map +1 -0
  62. package/lib/pages/HelpCenter/components/SupportServicesSection.js +61 -0
  63. package/lib/pages/HelpCenter/components/SupportServicesSection.js.map +1 -0
  64. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  65. package/lib/pages/HelpCenter/index.js +13 -60
  66. package/lib/pages/HelpCenter/index.js.map +1 -1
  67. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
  68. package/lib/pages/HelpCenter/mockData.js +13 -9
  69. package/lib/pages/HelpCenter/mockData.js.map +1 -1
  70. package/lib/pages/LandingPage/components/Assets.d.ts +26 -0
  71. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
  72. package/lib/pages/LandingPage/components/Assets.js +6 -12
  73. package/lib/pages/LandingPage/components/Assets.js.map +1 -1
  74. package/lib/pages/LandingPage/components/BuildingSoftwareScene.d.ts +4 -0
  75. package/lib/pages/LandingPage/components/BuildingSoftwareScene.d.ts.map +1 -0
  76. package/lib/pages/LandingPage/components/BuildingSoftwareScene.js +1679 -0
  77. package/lib/pages/LandingPage/components/BuildingSoftwareScene.js.map +1 -0
  78. package/lib/pages/LandingPage/components/CodeEditor.d.ts +7 -0
  79. package/lib/pages/LandingPage/components/CodeEditor.d.ts.map +1 -0
  80. package/lib/pages/LandingPage/components/ControlCard.d.ts +6 -0
  81. package/lib/pages/LandingPage/components/ControlCard.d.ts.map +1 -0
  82. package/lib/pages/LandingPage/components/ControlCard.js +98 -0
  83. package/lib/pages/LandingPage/components/ControlCard.js.map +1 -0
  84. package/lib/pages/LandingPage/components/DeployButton.d.ts +8 -0
  85. package/lib/pages/LandingPage/components/DeployButton.d.ts.map +1 -0
  86. package/lib/pages/LandingPage/components/DeploymentResult.d.ts +6 -0
  87. package/lib/pages/LandingPage/components/DeploymentResult.d.ts.map +1 -0
  88. package/lib/pages/LandingPage/components/IconButton.d.ts +8 -0
  89. package/lib/pages/LandingPage/components/IconButton.d.ts.map +1 -0
  90. package/lib/pages/LandingPage/components/ImageCard.d.ts +13 -0
  91. package/lib/pages/LandingPage/components/ImageCard.d.ts.map +1 -0
  92. package/lib/pages/LandingPage/components/ImageCard.js +38 -0
  93. package/lib/pages/LandingPage/components/ImageCard.js.map +1 -0
  94. package/lib/pages/LandingPage/components/InfrastructureCard.d.ts +4 -0
  95. package/lib/pages/LandingPage/components/InfrastructureCard.d.ts.map +1 -0
  96. package/lib/pages/LandingPage/components/InfrastructureCard.js +236 -0
  97. package/lib/pages/LandingPage/components/InfrastructureCard.js.map +1 -0
  98. package/lib/pages/LandingPage/components/InfrastructureTabs.d.ts +4 -0
  99. package/lib/pages/LandingPage/components/InfrastructureTabs.d.ts.map +1 -0
  100. package/lib/pages/LandingPage/components/InfrastructureTabs.js +57 -0
  101. package/lib/pages/LandingPage/components/InfrastructureTabs.js.map +1 -0
  102. package/lib/pages/LandingPage/components/Investigation.d.ts +4 -0
  103. package/lib/pages/LandingPage/components/Investigation.d.ts.map +1 -0
  104. package/lib/pages/LandingPage/components/InvestigationCard.d.ts +6 -0
  105. package/lib/pages/LandingPage/components/InvestigationCard.d.ts.map +1 -0
  106. package/lib/pages/LandingPage/components/InvestigationCard.js +118 -0
  107. package/lib/pages/LandingPage/components/InvestigationCard.js.map +1 -0
  108. package/lib/pages/LandingPage/components/LearningCard.d.ts +9 -0
  109. package/lib/pages/LandingPage/components/LearningCard.d.ts.map +1 -0
  110. package/lib/pages/LandingPage/components/LearningCard.js +22 -0
  111. package/lib/pages/LandingPage/components/LearningCard.js.map +1 -0
  112. package/lib/pages/LandingPage/components/MetricsDisplay.d.ts +6 -0
  113. package/lib/pages/LandingPage/components/MetricsDisplay.d.ts.map +1 -0
  114. package/lib/pages/LandingPage/components/ProfilesCard.d.ts +10 -0
  115. package/lib/pages/LandingPage/components/ProfilesCard.d.ts.map +1 -0
  116. package/lib/pages/LandingPage/components/ProfilesCard.js +52 -0
  117. package/lib/pages/LandingPage/components/ProfilesCard.js.map +1 -0
  118. package/lib/pages/LandingPage/components/Section.d.ts +12 -0
  119. package/lib/pages/LandingPage/components/Section.d.ts.map +1 -0
  120. package/lib/pages/LandingPage/components/Section.js +26 -0
  121. package/lib/pages/LandingPage/components/Section.js.map +1 -0
  122. package/lib/pages/LandingPage/components/Toast.d.ts +12 -0
  123. package/lib/pages/LandingPage/components/Toast.d.ts.map +1 -0
  124. package/lib/pages/LandingPage/components/Toast.js +39 -0
  125. package/lib/pages/LandingPage/components/Toast.js.map +1 -0
  126. package/lib/pages/LandingPage/components/ToastContainer.d.ts +13 -0
  127. package/lib/pages/LandingPage/components/ToastContainer.d.ts.map +1 -0
  128. package/lib/pages/LandingPage/components/ToastContainer.js +62 -0
  129. package/lib/pages/LandingPage/components/ToastContainer.js.map +1 -0
  130. package/lib/pages/LandingPage/components/index.d.ts +16 -0
  131. package/lib/pages/LandingPage/components/index.d.ts.map +1 -0
  132. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  133. package/lib/pages/LandingPage/index.js +641 -189
  134. package/lib/pages/LandingPage/index.js.map +1 -1
  135. package/lib/pages/Privacy/index.d.ts +3 -0
  136. package/lib/pages/Privacy/index.d.ts.map +1 -0
  137. package/lib/pages/Privacy/index.js +7590 -0
  138. package/lib/pages/Privacy/index.js.map +1 -0
  139. package/lib/pages/Thanks/index.d.ts +2 -0
  140. package/lib/pages/Thanks/index.d.ts.map +1 -0
  141. package/lib/pages/Thanks/index.js +56 -0
  142. package/lib/pages/Thanks/index.js.map +1 -0
  143. package/lib/routes.json +44 -0
  144. package/lib/utils/markdownLoader.d.ts +2 -0
  145. package/lib/utils/markdownLoader.d.ts.map +1 -1
  146. package/lib/utils/markdownLoader.js +1590 -1104
  147. package/lib/utils/markdownLoader.js.map +1 -1
  148. package/package.json +2 -2
  149. package/lib/config.d.ts.map +0 -1
  150. package/lib/pages/HelpCenter/components/BookStack.js +0 -36
  151. package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
  152. package/lib/pages/LandingPage/components/ArticleCard.d.ts +0 -11
  153. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +0 -1
  154. package/lib/pages/LandingPage/components/ArticleCard.js +0 -29
  155. package/lib/pages/LandingPage/components/ArticleCard.js.map +0 -1
  156. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +0 -16
  157. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +0 -1
  158. package/lib/pages/LandingPage/components/CategoriesSection.js +0 -31
  159. package/lib/pages/LandingPage/components/CategoriesSection.js.map +0 -1
  160. package/lib/pages/LandingPage/components/CategoryCard.d.ts +0 -11
  161. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +0 -1
  162. package/lib/pages/LandingPage/components/CategoryCard.js +0 -25
  163. package/lib/pages/LandingPage/components/CategoryCard.js.map +0 -1
  164. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +0 -15
  165. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +0 -1
  166. package/lib/pages/LandingPage/components/FeaturedSection.js +0 -24
  167. package/lib/pages/LandingPage/components/FeaturedSection.js.map +0 -1
  168. package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -9
  169. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +0 -1
  170. package/lib/pages/LandingPage/components/HeroSection.js +0 -46
  171. package/lib/pages/LandingPage/components/HeroSection.js.map +0 -1
  172. package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
  173. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  174. package/lib/pages/LandingPage/components/Icons.js +0 -174
  175. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
  176. package/lib/pages/LandingPage/components/ResourceCard.d.ts +0 -12
  177. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +0 -1
  178. package/lib/pages/LandingPage/components/ResourceCard.js +0 -30
  179. package/lib/pages/LandingPage/components/ResourceCard.js.map +0 -1
  180. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +0 -18
  181. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +0 -1
  182. package/lib/pages/LandingPage/components/ResourcesSection.js +0 -26
  183. package/lib/pages/LandingPage/components/ResourcesSection.js.map +0 -1
  184. package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
  185. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
  186. package/lib/pages/LandingPage/components/SearchBar.js +0 -58
  187. package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildingSoftwareScene.js","sources":["../../../../src/pages/LandingPage/components/BuildingSoftwareScene.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ interface CodeEditorProps {
2
+ progress: number;
3
+ code?: string[];
4
+ }
5
+ export declare function CodeEditor({ progress, code }: CodeEditorProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=CodeEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/CodeEditor.tsx"],"names":[],"mappings":"AAEA,UAAU,eAAe;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAYD,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,IAAkB,EAAE,EAAE,eAAe,2CA2C3E"}
@@ -0,0 +1,6 @@
1
+ interface ControlCardProps {
2
+ progress?: number;
3
+ }
4
+ export declare function ControlCard({ progress }: ControlCardProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=ControlCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ControlCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/ControlCard.tsx"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAAE,QAAY,EAAE,EAAE,gBAAgB,2CAuF7D"}
@@ -0,0 +1,98 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {useMemo}from'react';import {Calendar}from'lucide-react';function ControlCard({
2
+ progress = 0
3
+ }) {
4
+ // Map scroll progress (0-1) to slider value (0-100)
5
+ // Progress should animate the slider from 0 to 100 as user scrolls
6
+ const sliderValue = useMemo(() => {
7
+ return Math.min(100, Math.max(0, progress * 100));
8
+ }, [progress]);
9
+ // Toggle turns on when slider reaches ~50%
10
+ const isOn = sliderValue >= 50;
11
+ // Get label based on slider value
12
+ const getLabel = () => {
13
+ if (sliderValue < 33) return 'Off';
14
+ if (sliderValue < 66) return 'Notify before running';
15
+ return 'Fully automated';
16
+ };
17
+ return jsxs("div", {
18
+ className: "max-w-[392px] mx-auto p-5 rounded-2xl bg-[#EBEBEB] border border-black/5",
19
+ children: [jsxs("div", {
20
+ className: "flex items-center justify-between mb-2",
21
+ children: [jsx("h3", {
22
+ className: "text-base font-semibold",
23
+ style: {
24
+ color: 'var(--gray-900)'
25
+ },
26
+ children: "Revert PRs"
27
+ }), jsx("button", {
28
+ className: `w-10 h-5 rounded-full relative transition-all duration-300 ${isOn ? 'bg-green-500' : 'bg-gray-400'}`,
29
+ "aria-label": "Toggle Revert PRs",
30
+ children: jsx("div", {
31
+ className: `w-6 h-6 bg-white rounded-full shadow-lg absolute -top-0.5 transition-all duration-300 ${isOn ? 'left-5' : '-left-0.5'}`
32
+ })
33
+ })]
34
+ }), jsx("p", {
35
+ className: "text-sm mb-4",
36
+ style: {
37
+ color: '#0707077A'
38
+ },
39
+ children: "Undo changes strongly correlated with recent incidents."
40
+ }), jsxs("div", {
41
+ className: "relative mb-6",
42
+ children: [jsxs("div", {
43
+ className: "relative h-2 bg-gray-300 rounded-full",
44
+ children: [jsx("div", {
45
+ className: "absolute top-0 left-0 h-full rounded-full transition-all duration-300 ease-out",
46
+ style: {
47
+ width: `${sliderValue}%`,
48
+ background: isOn ? 'linear-gradient(180deg, rgba(255, 255, 255, 0.20) 15%, rgba(255, 255, 255, 0.00) 50%), rgba(4, 143, 66, 0.60)' : 'linear-gradient(180deg, rgba(255, 255, 255, 0.20) 15%, rgba(255, 255, 255, 0.00) 50%), rgba(4, 143, 66, 0.40)'
49
+ }
50
+ }), jsx("div", {
51
+ className: "absolute top-1/2 -translate-y-1/2 w-6 h-6 bg-white rounded-full shadow-lg pointer-events-none transition-all duration-300 ease-out",
52
+ style: {
53
+ left: `calc(${sliderValue}% - 12px)`
54
+ }
55
+ })]
56
+ }), jsx("div", {
57
+ className: "absolute top-6 transition-all duration-300",
58
+ style: {
59
+ left: `${sliderValue}%`,
60
+ transform: 'translateX(-50%)',
61
+ opacity: sliderValue > 2 ? 1 : 0
62
+ },
63
+ children: jsx("button", {
64
+ className: "px-3 py-1.5 text-xs rounded-md bg-gray-200/80 hover:bg-gray-300/80 transition-colors whitespace-nowrap",
65
+ style: {
66
+ color: 'var(--gray-900)'
67
+ },
68
+ children: getLabel()
69
+ })
70
+ })]
71
+ }), jsxs("button", {
72
+ className: "w-full flex items-center gap-3 px-4 py-3 rounded-lg bg-gray-200/80 hover:bg-gray-300/80 transition-colors",
73
+ children: [jsx("div", {
74
+ className: "w-8 h-8 rounded bg-purple-500 flex items-center justify-center flex-shrink-0",
75
+ children: jsx(Calendar, {
76
+ className: "w-4 h-4 text-white"
77
+ })
78
+ }), jsx("span", {
79
+ className: "flex-1 text-left text-sm font-medium",
80
+ style: {
81
+ color: 'var(--gray-900)'
82
+ },
83
+ children: "Plan"
84
+ }), jsx("svg", {
85
+ className: "w-4 h-4 text-gray-500",
86
+ fill: "none",
87
+ stroke: "currentColor",
88
+ viewBox: "0 0 24 24",
89
+ children: jsx("path", {
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round",
92
+ strokeWidth: 2,
93
+ d: "M19 9l-7 7-7-7"
94
+ })
95
+ })]
96
+ })]
97
+ });
98
+ }export{ControlCard};//# sourceMappingURL=ControlCard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ControlCard.js","sources":["../../../../src/pages/LandingPage/components/ControlCard.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"kHAOgB,WAAW,CAAC;UAC4B,GAAA;;AAEpD;AACI;AACJ,EAAA,MAAI,WAAW,GAAA,OAAA,CAAA,MAAA;IAEf,OAA2C,IAAA,CAAA,GAAA,CAAA,GAAA,EAAA,IAAA,CAAA,GAAA,CAAA,CAAA,EAAA,QAAA,GAAA,GAAA,CAAA,CAAA;AAC3C,GAAA,EAAA,CAAA,QAAU,CAAA,CAAA;;QAGJ,IAAA,GAAA,WAAgB,IAAA,EAAA;;AACI,EAAA,MAAA,QAAA,GAAO,MAAM;QACnC,WAAI,GAAA,IAAc,OAAE,KAAA;AAAE,IAAA,IAAA,WAAO,qCAAwB;AACrD,IAAA,OAAA;AACJ,GAAA;AAEA,EAAA,OAAAA,IACS,CAAA,KAAA,EAAA;yFA2BuC;AACxB,IAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACI,MAAA,SAAA,EAAA,wCAAiH;AACjH,MAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,IAAA,EAAA;4CAIR;;AAQA,UAAA,KAAA,EAAA;;AAEH,QAAA,QAAA,EAAA;AAyBrB,OAAC,CAAA,EAAAA,GAAA,CAAA,QAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,8 @@
1
+ interface DeployButtonProps {
2
+ progress: number;
3
+ isHovered: boolean;
4
+ onHoverChange: (hovered: boolean) => void;
5
+ }
6
+ export declare function DeployButton({ progress, isHovered, onHoverChange }: DeployButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=DeployButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeployButton.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/DeployButton.tsx"],"names":[],"mappings":"AAEA,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,aAAa,EAAE,EAAE,iBAAiB,2CA4BrF"}
@@ -0,0 +1,6 @@
1
+ interface DeploymentResultProps {
2
+ opacity?: number;
3
+ }
4
+ export declare function DeploymentResult({ opacity }: DeploymentResultProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=DeploymentResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeploymentResult.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/DeploymentResult.tsx"],"names":[],"mappings":"AAEA,UAAU,qBAAqB;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,OAAW,EAAE,EAAE,qBAAqB,2CAiDtE"}
@@ -0,0 +1,8 @@
1
+ import { LucideIcon } from 'lucide-react';
2
+ interface IconButtonProps {
3
+ icon: LucideIcon;
4
+ iconColor?: string;
5
+ }
6
+ export declare function IconButton({ icon: Icon, iconColor }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=IconButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,UAAU,eAAe;IACrB,IAAI,EAAE,UAAU,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,SAA6B,EAAE,EAAE,eAAe,2CAYxF"}
@@ -0,0 +1,13 @@
1
+ interface ImageCardProps {
2
+ width: string;
3
+ height: string;
4
+ gradient: string;
5
+ progress: number;
6
+ className?: string;
7
+ iconSize?: string;
8
+ imageUrl?: string;
9
+ alt?: string;
10
+ }
11
+ export declare function ImageCard({ width, height, gradient, progress, className, iconSize, imageUrl, alt, }: ImageCardProps): import("react/jsx-runtime").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=ImageCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/ImageCard.tsx"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,SAAS,CAAC,EACtB,KAAK,EACL,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,SAAc,EACd,QAAsB,EACtB,QAAQ,EACR,GAAyB,GAC5B,EAAE,cAAc,2CA4BhB"}
@@ -0,0 +1,38 @@
1
+ import {jsx}from'react/jsx-runtime';import {Image}from'lucide-react';function ImageCard({
2
+ width,
3
+ height,
4
+ gradient,
5
+ progress,
6
+ className = '',
7
+ iconSize = 'w-10 h-10',
8
+ imageUrl,
9
+ alt = 'Clockbook feature'
10
+ }) {
11
+ return jsx("div", {
12
+ className: `absolute transition-all duration-500 ${className}`,
13
+ style: {
14
+ width,
15
+ height,
16
+ opacity: progress,
17
+ transform: `translateY(${(1 - progress) * -20}px) scale(${0.9 + progress * 0.1})`
18
+ },
19
+ children: jsx("div", {
20
+ className: "w-full h-full rounded-xl overflow-hidden relative",
21
+ style: {
22
+ background: imageUrl ? 'transparent' : gradient,
23
+ boxShadow: '0px 8px 24px rgba(0, 0, 0, 0.15)'
24
+ },
25
+ children: imageUrl ? jsx("img", {
26
+ src: imageUrl,
27
+ alt: alt,
28
+ className: "w-full h-full object-cover",
29
+ loading: "lazy"
30
+ }) : jsx("div", {
31
+ className: "w-full h-full flex items-center justify-center",
32
+ children: jsx(Image, {
33
+ className: `${iconSize} text-white/60`
34
+ })
35
+ })
36
+ })
37
+ });
38
+ }export{ImageCard};//# sourceMappingURL=ImageCard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageCard.js","sources":["../../../../src/pages/LandingPage/components/ImageCard.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"qEAaM,SAAU,SAAS,CAAC;OAUf;;;AAMK,EAAA,QAAA;AACA,EAAA,SAAA,GAAA,EAAA;AACH,EAAA,QAAA,GAAA;;AAMO,EAAA,GAAA,GAAA;;AAapB,EAAC,OAAAA,GAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ export declare const InfrastructureCard: ({ tab }: {
2
+ tab: number;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=InfrastructureCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfrastructureCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/InfrastructureCard.tsx"],"names":[],"mappings":"AA2LA,eAAO,MAAM,kBAAkB,GAAI,SAAS;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,4CAmD1D,CAAC"}
@@ -0,0 +1,236 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useState,useEffect}from'react';import {GitBranch,Check,Loader2,Calendar,ChevronDown,Play}from'lucide-react';const cardStyle = {
2
+ background: 'radial-gradient(50.95% 55.15% at 50% 50%, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(0, 0, 0, 0.08)',
3
+ boxShadow: '0px -0.5px 0.5px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 24px 32px 0px rgba(0, 0, 0, 0.06)'
4
+ };
5
+ const ActionButton = ({
6
+ children,
7
+ onClick,
8
+ className = '',
9
+ style = {}
10
+ }) => {
11
+ const [isLoading, setIsLoading] = useState(true);
12
+ useEffect(() => {
13
+ const timer = setTimeout(() => {
14
+ setIsLoading(false);
15
+ }, 1500);
16
+ return () => clearTimeout(timer);
17
+ }, []);
18
+ return jsx("button", {
19
+ onClick: onClick,
20
+ className: `${className} flex items-center justify-center gap-1.5 transition-all duration-300`,
21
+ style: style,
22
+ children: isLoading ? jsx(Loader2, {
23
+ className: "w-3 h-3 animate-spin"
24
+ }) : children
25
+ });
26
+ };
27
+ const ReviewCard = () => {
28
+ return jsxs("div", {
29
+ className: "rounded-2xl w-full p-5 border border-black/5 transition-all duration-400",
30
+ style: cardStyle,
31
+ children: [jsx("h3", {
32
+ className: "text-base font-semibold mb-2",
33
+ style: {
34
+ color: 'var(--gray-900)'
35
+ },
36
+ children: "A recent deployment (v2.6.1) added uncached timezone lookups"
37
+ }), jsx("p", {
38
+ className: "text-sm mb-4",
39
+ style: {
40
+ color: 'var(--gray-600)'
41
+ },
42
+ children: "Service disrupted. Each request is causing exponential DB load increase, latency spikes, and frontend errors due to partial or failed responses."
43
+ }), jsxs("div", {
44
+ className: "flex items-center justify-between",
45
+ children: [jsx("span", {
46
+ className: "text-sm",
47
+ style: {
48
+ color: 'var(--gray-600)'
49
+ },
50
+ children: "13 findings"
51
+ }), jsxs("div", {
52
+ className: "flex items-center gap-2",
53
+ children: [jsxs("div", {
54
+ className: "flex items-center gap-1.5 px-2.5 py-1 rounded-full text-xs",
55
+ style: {
56
+ color: 'var(--gray-600)',
57
+ backgroundColor: 'rgba(0, 0, 0, 0.04)'
58
+ },
59
+ children: [jsx(GitBranch, {
60
+ className: "w-3 h-3"
61
+ }), "v2.6.1"]
62
+ }), jsx(ActionButton, {
63
+ className: "px-4 py-1.5 rounded-full text-sm font-medium",
64
+ style: {
65
+ background: 'radial-gradient(96.64% 107.81% at 50% -3.12%, rgba(220, 220, 220, 0.00) 30%, rgba(16, 185, 129, 0.12) 100%), radial-gradient(65.62% 65.62% at 50% 50%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(0, 0, 0, 0.06)',
66
+ boxShadow: '0px 4px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 6px 8px -3px rgba(16, 185, 129, 0.16)',
67
+ color: 'var(--gray-900)'
68
+ },
69
+ children: "Open"
70
+ })]
71
+ })]
72
+ })]
73
+ });
74
+ };
75
+ const SolutionCard = ({
76
+ title,
77
+ description
78
+ }) => {
79
+ return jsxs("div", {
80
+ className: "rounded-2xl w-full p-5 border border-black/5 transition-all duration-400",
81
+ style: cardStyle,
82
+ children: [jsx("h3", {
83
+ className: "text-base font-semibold mb-2",
84
+ style: {
85
+ color: 'var(--gray-900)'
86
+ },
87
+ children: title
88
+ }), jsx("p", {
89
+ className: "text-sm mb-4",
90
+ style: {
91
+ color: 'var(--gray-600)'
92
+ },
93
+ children: description
94
+ }), jsxs("div", {
95
+ className: "flex gap-2",
96
+ children: [jsxs("button", {
97
+ className: "flex-1 px-3 py-2 rounded-lg text-sm flex items-center gap-2",
98
+ style: {
99
+ background: 'linear-gradient(to top, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.24) 100%), rgba(0, 0, 0, 0.06)',
100
+ boxShadow: '0px 4px 16px 0px rgba(255, 255, 255, 0.16) inset',
101
+ color: 'var(--gray-700)'
102
+ },
103
+ children: [jsx("div", {
104
+ className: "w-4 h-4 rounded flex items-center justify-center",
105
+ style: {
106
+ backgroundColor: '#8B5CF6'
107
+ },
108
+ children: jsx(Calendar, {
109
+ className: "w-3 h-3 text-white"
110
+ })
111
+ }), "Plan", jsx(ChevronDown, {
112
+ className: "w-3 h-3 ml-auto"
113
+ })]
114
+ }), jsxs(ActionButton, {
115
+ className: "px-4 py-2 rounded-lg text-sm",
116
+ style: {
117
+ background: 'radial-gradient(96.64% 107.81% at 50% -3.12%, rgba(220, 220, 220, 0.00) 30%, rgba(16, 185, 129, 0.12) 100%), radial-gradient(65.62% 65.62% at 50% 50%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(0, 0, 0, 0.06)',
118
+ boxShadow: '0px 4px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 6px 8px -3px rgba(16, 185, 129, 0.16)',
119
+ color: 'var(--gray-900)'
120
+ },
121
+ children: [jsx(Play, {
122
+ className: "w-3 h-3 fill-current"
123
+ }), "Run"]
124
+ })]
125
+ })]
126
+ });
127
+ };
128
+ const SolveCards = () => {
129
+ return jsxs("div", {
130
+ className: "flex flex-col md:flex-row gap-4 w-full max-w-[800px]",
131
+ children: [jsx(SolutionCard, {
132
+ title: "Cache timezone lookups",
133
+ description: "Reduces API and database load instantly."
134
+ }), jsx(SolutionCard, {
135
+ title: "Introduce fallback timezone",
136
+ description: "Quickly stabilizes the experience if caching rollout faces delays."
137
+ })]
138
+ });
139
+ };
140
+ const PreventCard = () => {
141
+ return jsxs("div", {
142
+ className: "rounded-2xl w-full max-w-[600px] p-5 border border-black/5 transition-all duration-400",
143
+ style: cardStyle,
144
+ children: [jsx("h3", {
145
+ className: "text-base font-semibold mb-2",
146
+ style: {
147
+ color: 'var(--gray-900)'
148
+ },
149
+ children: "Strengthen deployment safeguards"
150
+ }), jsx("p", {
151
+ className: "text-sm mb-4",
152
+ style: {
153
+ color: 'var(--gray-600)'
154
+ },
155
+ children: "Block deployments with uncached API calls and require load testing in CI for components that fetch user data on render."
156
+ }), jsxs("div", {
157
+ className: "flex items-center justify-between",
158
+ children: [jsxs("div", {
159
+ className: "flex items-center gap-1.5 px-2.5 py-1 rounded-full text-xs",
160
+ style: {
161
+ color: 'var(--gray-600)',
162
+ backgroundColor: 'rgba(0, 0, 0, 0.04)'
163
+ },
164
+ children: [jsx(GitBranch, {
165
+ className: "w-3 h-3"
166
+ }), "v2.7.8"]
167
+ }), jsxs("div", {
168
+ className: "flex items-center gap-2",
169
+ children: [jsx(ActionButton, {
170
+ className: "px-4 py-1.5 rounded-full text-sm font-medium",
171
+ style: {
172
+ background: 'radial-gradient(96.64% 107.81% at 50% -3.12%, rgba(220, 220, 220, 0.00) 30%, rgba(16, 185, 129, 0.12) 100%), radial-gradient(65.62% 65.62% at 50% 50%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(0, 0, 0, 0.06)',
173
+ boxShadow: '0px 4px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 6px 8px -3px rgba(16, 185, 129, 0.16)',
174
+ color: 'var(--gray-900)'
175
+ },
176
+ children: "Deployed"
177
+ }), jsx("div", {
178
+ className: "w-6 h-6 rounded-full flex items-center justify-center",
179
+ style: {
180
+ background: 'linear-gradient(135deg, #3B82F6 0%, #2563EB 100%)'
181
+ },
182
+ children: jsx(Check, {
183
+ className: "w-4 h-4 text-white"
184
+ })
185
+ })]
186
+ })]
187
+ })]
188
+ });
189
+ };
190
+ const InfrastructureCard = ({
191
+ tab
192
+ }) => {
193
+ const currentTab = Math.min(tab, 2);
194
+ const [displayTab, setDisplayTab] = useState(currentTab);
195
+ const [isTransitioning, setIsTransitioning] = useState(false);
196
+ useEffect(() => {
197
+ if (currentTab !== displayTab) {
198
+ setIsTransitioning(true);
199
+ const timer = setTimeout(() => {
200
+ setDisplayTab(currentTab);
201
+ // Small delay before showing new content for smoother transition
202
+ setTimeout(() => {
203
+ setIsTransitioning(false);
204
+ }, 50);
205
+ }, 300);
206
+ return () => clearTimeout(timer);
207
+ }
208
+ }, [currentTab, displayTab]);
209
+ return jsx("div", {
210
+ className: "w-full flex justify-center relative",
211
+ style: {
212
+ minHeight: '300px'
213
+ },
214
+ children: jsxs("div", {
215
+ className: "w-full transition-all duration-500 ease-in-out",
216
+ style: {
217
+ opacity: isTransitioning ? 0 : 1,
218
+ transform: isTransitioning ? 'translateY(10px) scale(0.98)' : 'translateY(0) scale(1)',
219
+ filter: isTransitioning ? 'blur(4px)' : 'blur(0)'
220
+ },
221
+ children: [displayTab === 0 && jsx("div", {
222
+ className: "w-full flex justify-center",
223
+ children: jsx("div", {
224
+ className: "w-full max-w-[600px]",
225
+ children: jsx(ReviewCard, {})
226
+ })
227
+ }), displayTab === 1 && jsx("div", {
228
+ className: "w-full flex justify-center",
229
+ children: jsx(SolveCards, {})
230
+ }), displayTab === 2 && jsx("div", {
231
+ className: "w-full flex justify-center",
232
+ children: jsx(PreventCard, {})
233
+ })]
234
+ })
235
+ });
236
+ };export{InfrastructureCard};//# sourceMappingURL=InfrastructureCard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfrastructureCard.js","sources":["../../../../src/pages/LandingPage/components/InfrastructureCard.tsx"],"sourcesContent":[null],"names":["_jsx","_jsxs"],"mappings":"6JAGA,MAAM,SAAS,GAAG;AACd,EAAA,UAAA,EAAU,yMACmM;AAC7M,EAAA,SAAA,EAAS;CAEZ;AAED,MAAM,YAAY,GAAG,CAAC;UAWZ;SAEG;AACL,EAAA,SAAA,GAAM,EAAK;;;AAGX,EAAA,MAAA,CAAA,SAAU,EAAE,aAAa,GAAC,QAAO,CAAA,IAAA,CAAA;WAC9B,CAAA,MAAA;AAEP,IAAA,MAAA,KACI,GAAA,UAAA,CACI,MAAO;AAOnB,MAAE,YAAA,CAAA,KAAA,CAAA;AAEF,KAAM,EAAA,IAAA,CAAA;IACF,OAAO,kBACW,CAAA,KAAA,CAAA;AAuBM,GAAA,EAAA,EAAA,CAAA;AAEA,EAAA,OAAAA,GAAA,CAAA,QAAA,EAAA;AAEA,IAAA,OAAA,EAAA,OAAA;AACH,IAAA,SAAA,EAAA,CAAA,EAAA,SAAA,CAAA,qEAOnB,CAAA;AACN,IAAE,KAAA,EAAA,KAAA;AAEF,IAAM,QAAA,EAAA,SAAgB,MAAS,CAAA,OAAA,EAAA;MACpB,SACE,EAAA;AAWW,KAAA,CAAA,GAAA;AAEA,GAAA,CAAA;AACA,CAAA;AACH,MAAA,UAAA,GAAA,MAAA;AAcG,EAAA,OAAAC,IAAA,CAAA,KAAA,EAAA;AAEA,IAAA,SAAA,EAAA,0EACiG;AACjG,IAAA,KAAA,EAAA,SAAA;yBAGJ;AAMpB,MAAE,SAAA,EAAA,8BAAA;AAEF,MAAM,KAAA,EAAA;AACF,QAAA,KACI,EAAA;AAQR,OAAE;AAEF,MAAM,QAAA,EAAA;AACF,KAAA,CAAA,EAAAD,GACI,CACI,GAAA,EAAA;AAsBgB,MAAA,SAAA,EAAA,cAAA;AAEA,MAAA,KAAA,EAAA;AAEA,QAAA,KAAA,EAAA;AACH,OAAA;AAOG,MAAA,QAAA,EAAA;AACH,KAAA,CAAA,EAAAC,IAAA,CAAA,KAAA,EAAA;AAQzB,MAAE,SAAA,EAAA,mCAAA;AAEF,MAAM,QAAyB,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA;QACrB,SAAA,EAAA,SAAkB;QAClB,KAAW,EAAA;UACX,KAAgB,EAAA;SAEb;AACL,QAAA,QAAc,EAAA;cACQ,CAAA,KAAA,EAAA;AAClB,QAAA,SAAA,EAAW,yBAAmB;gBAC1B,EAAa,CAAAC,IAAA,CAAA,KAAC,EAAU;mBACyC,EAAA,4DAAA;iBACvD;oCACY;2BACf,EAAA;;AAEX,UAAA,QAAA,MAAa,YAAY;YAC5B,SAAA,EAAA;AACL,WAAI,CAAA,EAAA,QAAsB;SAEnB,CAAA,EACHD,gBAAc,EAAA;mBAIK,EAAA,8CAAyB;iBACvB;sBACH,EAAE,sTAAyC;qBAGpD,EAAA,6FAEO;AAoBxB,YAAE,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ export declare const InfrastructureTabs: ({ activeTab }: {
2
+ activeTab: number;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=InfrastructureTabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfrastructureTabs.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/InfrastructureTabs.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAAI,eAAe;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,4CA+CtE,CAAC"}
@@ -0,0 +1,57 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {InfrastructureCard}from'./InfrastructureCard.js';const InfrastructureTabs = ({
2
+ activeTab
3
+ }) => {
4
+ const tabs = ['Review', 'Solve', 'Prevent'];
5
+ const tabColors = [{
6
+ active: '#EF4444',
7
+ bg: 'rgba(239, 68, 68, 0.1)'
8
+ },
9
+ // Red for Review
10
+ {
11
+ active: '#10B981',
12
+ bg: 'rgba(16, 185, 129, 0.1)'
13
+ },
14
+ // Green for Solve
15
+ {
16
+ active: '#3B82F6',
17
+ bg: 'rgba(59, 130, 246, 0.1)'
18
+ } // Blue for Prevent
19
+ ];
20
+ return jsxs("div", {
21
+ className: "flex flex-col items-center gap-8",
22
+ children: [jsxs("h2", {
23
+ className: "text-4xl font-semibold text-center max-w-[600px] hidden md:block",
24
+ style: {
25
+ color: 'var(--gray-900)'
26
+ },
27
+ children: ["Infrastructure should know what's ", jsx("strong", {
28
+ children: "wrong"
29
+ }), " and help you fix it. ", jsx("strong", {
30
+ children: "For good."
31
+ })]
32
+ }), jsx("div", {
33
+ className: "flex gap-2 hidden md:flex",
34
+ children: tabs.map((tab, index) => {
35
+ const isActive = activeTab === index;
36
+ const color = tabColors[index];
37
+ return jsxs("button", {
38
+ className: "relative flex items-center gap-2 px-5 py-2 rounded-full text-sm font-medium transition-all duration-200",
39
+ style: {
40
+ backgroundColor: isActive ? color.bg : 'transparent',
41
+ color: isActive ? color.active : 'var(--gray-500)'
42
+ },
43
+ children: [jsx("div", {
44
+ className: "w-2 h-2 rounded-full transition-all duration-300",
45
+ style: {
46
+ backgroundColor: isActive ? color.active : 'transparent',
47
+ opacity: isActive ? 1 : 0,
48
+ transform: isActive ? 'scale(1)' : 'scale(0)'
49
+ }
50
+ }), tab]
51
+ }, tab);
52
+ })
53
+ }), jsx(InfrastructureCard, {
54
+ tab: activeTab
55
+ })]
56
+ });
57
+ };export{InfrastructureTabs};//# sourceMappingURL=InfrastructureTabs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfrastructureTabs.js","sources":["../../../../src/pages/LandingPage/components/InfrastructureTabs.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"wGAEa,kBAAkB,GAAG,CAAC;;AAE/B,CAAA,KAAA;QACI,IAAE,GAAA,CAAM,QAAW,EAAA,OAAM,EAAA,SAAA,CAAA;QACzB,YAAmB,CAAA;UACjB,EAAA,SAAiB;MACrB,EAAA;AAEF,GAAA;AAWgB;AACA,EAAA;AACA,IAAA,MAAA,EAAA,SAAA;;;AAOS;;;;AAQI,GAAA;AAKjB,GAAA;AAMhB,EAAE,OAAAA,IAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ export declare const InvestigationCard: ({ progress }: {
2
+ progress: number;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Investigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Investigation.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/Investigation.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,GAAI,cAAc;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,4CAgEnE,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface InvestigationCardProps {
2
+ progress: number;
3
+ }
4
+ export declare function InvestigationCard({ progress }: InvestigationCardProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=InvestigationCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvestigationCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/InvestigationCard.tsx"],"names":[],"mappings":"AAEA,UAAU,sBAAsB;IAC5B,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAyFrE"}