@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
@@ -1 +1 @@
1
- {"version":3,"file":"HelpCategoryCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/HelpCategoryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC9B;AAED,UAAU,qBAAqB;IAC3B,QAAQ,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAgF5D,CAAC"}
1
+ {"version":3,"file":"HelpCategoryCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/HelpCategoryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC9B;AAED,UAAU,qBAAqB;IAC3B,QAAQ,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAgF5D,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import type { Category } from '../../../utils/markdownLoader';
3
+ export declare const NeedHelpWithSection: ({ categories }: {
4
+ categories: Category[];
5
+ }) => React.ReactElement;
6
+ //# sourceMappingURL=NeedHelpWithSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NeedHelpWithSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/NeedHelpWithSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D,eAAO,MAAM,mBAAmB,GAAI,gBAAgB;IAAE,UAAU,EAAE,QAAQ,EAAE,CAAA;CAAE,KAAG,KAAK,CAAC,YAkFtF,CAAC"}
@@ -0,0 +1,70 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import React__default from'react';import {useNavigate}from'@remix-run/react';import {CaresSection,CaresContainer}from'./CaresLayout.js';import {HelpCategoryCard}from'./HelpCategoryCard.js';const NeedHelpWithSection = ({
2
+ categories
3
+ }) => {
4
+ const [active, setActive] = React__default.useState(() => categories?.[0]?.id ?? '');
5
+ const navigate = useNavigate();
6
+ const handleCategoryClick = to => {
7
+ // Navigate to category page
8
+ navigate(to);
9
+ };
10
+ const activeCategory = categories.find(c => c.id === active) ?? categories[0];
11
+ return jsx(CaresSection, {
12
+ tone: "default",
13
+ children: jsxs(CaresContainer, {
14
+ className: "py-16",
15
+ children: [jsx("h2", {
16
+ className: "text-center text-2xl font-semibold text-foreground",
17
+ children: "What do you need help with?"
18
+ }), jsx("div", {
19
+ className: "mt-14 text-center text-xs font-semibold tracking-widest text-foreground/60",
20
+ children: "Documentation"
21
+ }), jsxs("div", {
22
+ className: "mt-10 grid gap-10 lg:grid-cols-12",
23
+ children: [jsx("div", {
24
+ className: "lg:col-span-3",
25
+ children: jsx("div", {
26
+ className: "space-y-1",
27
+ children: categories?.map(c => {
28
+ const isActive = c.id === active;
29
+ return jsxs("button", {
30
+ type: "button",
31
+ onClick: () => setActive(c.id),
32
+ className: `group flex w-full items-center justify-between rounded-sm px-4 py-3 text-left text-sm ${isActive ? 'bg-[#FFF2E7] text-[#F97316]' : 'text-foreground hover:bg-[#FFF2E7]/50'}`,
33
+ style: {
34
+ borderLeft: isActive ? '3px solid #F97316' : '3px solid transparent'
35
+ },
36
+ children: [jsx("span", {
37
+ className: "flex items-center gap-3",
38
+ children: jsx("span", {
39
+ className: `${isActive ? 'font-semibold' : 'font-medium'}`,
40
+ children: c?.title
41
+ })
42
+ }), jsx("span", {
43
+ className: `${isActive ? 'text-[#F97316]' : 'text-foreground/30'}`,
44
+ children: "\u203A"
45
+ })]
46
+ }, c.id);
47
+ })
48
+ })
49
+ }), jsxs("div", {
50
+ className: "lg:col-span-9",
51
+ children: [jsx("div", {
52
+ className: "grid grid-cols-2 gap-7 sm:grid-cols-3",
53
+ children: (activeCategory?.articles ?? []).slice(0, 8).map(article => jsx(HelpCategoryCard, {
54
+ category: article,
55
+ onClick: () => handleCategoryClick(`/help-center/${activeCategory.id}/${article.slug}`)
56
+ }, article.id))
57
+ }), activeCategory ? jsx("div", {
58
+ className: "mt-6",
59
+ children: jsxs("button", {
60
+ type: "button",
61
+ onClick: () => handleCategoryClick(`/help-center/${activeCategory.id}`),
62
+ className: "text-sm font-semibold text-[#F97316] hover:underline",
63
+ children: ["View all in ", activeCategory.title, " \u2192"]
64
+ })
65
+ }) : null]
66
+ })]
67
+ })]
68
+ })
69
+ });
70
+ };export{NeedHelpWithSection};//# sourceMappingURL=NeedHelpWithSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NeedHelpWithSection.js","sources":["../../../../src/pages/HelpCenter/components/NeedHelpWithSection.tsx"],"sourcesContent":[null],"names":["React","_jsxs"],"mappings":"4OAMa,mBAAmB,GAAG,CAAC;;AAEhC,CAAA,KAAA;AAEA,EAAA,MAAA,CAAA,MAAyB,EAAA,SAAA,CAAA,GAAAA,cAAc,SAAI,CAAA,MAAA,UAAA,GAAA,CAAA,CAAA,EAAA,EAAA,IAAA,EAAA,CAAA;QACvC,QAA4B,GAAA,WAAA,EAAA;QAC5B,mBAAa,GAAA,EAAA,IAAA;AACjB;IAEA,QAAM,CAAA,EAAA,CAAA;;AAesB,EAAA,MAAA,cAAA,GAAA,UAAA,CAAA,IAAA,CAAA,CAAM,QAAQ,KAAK,MAAE,CAAK,cAAO,CAAA,CAAA,CAAA;;AAQjB,IAAA,IAAA,EAAA,SAAA;AACA,IAAA,QAAA,EAAAC,IAAA,CAAA,cAAA,EAAA;;;uEAqBE;AA4BlD,QAAE,QAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export declare const PopularArticlesGrid: ({ items }: {
3
+ items: {
4
+ title: string;
5
+ link: string;
6
+ }[];
7
+ }) => React.ReactElement;
8
+ //# sourceMappingURL=PopularArticlesGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopularArticlesGrid.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticlesGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,mBAAmB,GAAI,WAAW;IAAE,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,KAAG,KAAK,CAAC,YAcnG,CAAC"}
@@ -0,0 +1,21 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {CaresSection,CaresContainer}from'./CaresLayout.js';import {popularArticlesMock}from'../mockData.js';import {PopularArticle}from'./PopularArticle.js';const PopularArticlesGrid = ({
2
+ items
3
+ }) => {
4
+ return jsx(CaresSection, {
5
+ tone: "default",
6
+ children: jsxs(CaresContainer, {
7
+ className: "py-14",
8
+ children: [jsx("h2", {
9
+ className: "text-center text-xl font-semibold text-foreground",
10
+ children: "Popular Articles"
11
+ }), jsx("p", {
12
+ className: "text-lg text-muted-foreground text-center mb-10",
13
+ children: "Most helpful content from our community"
14
+ }), popularArticlesMock.map(article => jsx(PopularArticle, {
15
+ title: article.title,
16
+ link: article.link,
17
+ className: "mb-4"
18
+ }, article.id))]
19
+ })
20
+ });
21
+ };export{PopularArticlesGrid};//# sourceMappingURL=PopularArticlesGrid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopularArticlesGrid.js","sources":["../../../../src/pages/HelpCenter/components/PopularArticlesGrid.tsx"],"sourcesContent":[null],"names":[],"mappings":"4MAKa,mBAAmB,GAAG,CAAC;AAChC,EAAA;AAaJ,CAAC,KAAC;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const SupportPlansSection: () => React.ReactElement;
3
+ //# sourceMappingURL=SupportPlansSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SupportPlansSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/SupportPlansSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqC1B,eAAO,MAAM,mBAAmB,QAAO,KAAK,CAAC,YA+B5C,CAAC"}
@@ -0,0 +1,63 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {CaresSection,CaresContainer}from'./CaresLayout.js';const PlanCard = ({
2
+ badge,
3
+ title,
4
+ body,
5
+ bullets
6
+ }) => {
7
+ return jsxs("div", {
8
+ className: "rounded-xl bg-white p-7 shadow-sm ring-1 ring-black/5",
9
+ children: [badge ? jsx("div", {
10
+ className: "inline-flex rounded-full bg-[#F6C945] px-3 py-1 text-xs font-semibold text-foreground",
11
+ children: badge
12
+ }) : null, jsx("div", {
13
+ className: "mt-3 text-lg font-semibold",
14
+ children: title
15
+ }), jsx("p", {
16
+ className: "mt-3 text-sm leading-6 text-foreground/70",
17
+ children: body
18
+ }), bullets?.length ? jsx("ul", {
19
+ className: "mt-5 space-y-2 text-sm text-foreground/80",
20
+ children: bullets.map(b => jsxs("li", {
21
+ className: "flex gap-2",
22
+ children: [jsx("span", {
23
+ className: "text-emerald-600",
24
+ children: "\u2022"
25
+ }), jsx("span", {
26
+ children: b
27
+ })]
28
+ }, b))
29
+ }) : null]
30
+ });
31
+ };
32
+ const SupportPlansSection = () => {
33
+ return jsx(CaresSection, {
34
+ tone: "soft",
35
+ children: jsxs(CaresContainer, {
36
+ className: "py-16",
37
+ children: [jsx("h2", {
38
+ className: "text-center text-2xl font-semibold text-foreground",
39
+ children: "Our support plans"
40
+ }), jsx("p", {
41
+ className: "mx-auto mt-3 max-w-2xl text-center text-sm text-foreground/70",
42
+ children: "Pick the right plan for your team and get the assistance you need."
43
+ }), jsxs("div", {
44
+ className: "mt-12 grid gap-6 lg:grid-cols-3",
45
+ children: [jsx(PlanCard, {
46
+ badge: "The 90s",
47
+ title: "Classic Support",
48
+ body: "Email-based support to help you get unstuck and keep moving.",
49
+ bullets: ['Knowledge base access', 'Standard response times', 'Community support']
50
+ }), jsx(PlanCard, {
51
+ title: "Premium Support",
52
+ body: "Priority assistance with faster response times and guided troubleshooting.",
53
+ bullets: ['Priority ticket handling', 'Faster SLAs', 'Onboarding guidance']
54
+ }), jsx(PlanCard, {
55
+ badge: "Most popular",
56
+ title: "Enterprise Support",
57
+ body: "White-glove support for mission-critical teams with deeper implementation help.",
58
+ bullets: ['Dedicated manager options', '24/7 availability add-ons', 'Implementation support']
59
+ })]
60
+ })]
61
+ })
62
+ });
63
+ };export{SupportPlansSection};//# sourceMappingURL=SupportPlansSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SupportPlansSection.js","sources":["../../../../src/pages/HelpCenter/components/SupportPlansSection.tsx"],"sourcesContent":[null],"names":[],"mappings":"oGAGA,MAAM,QAAQ,GAAG,CAAC;AAWd,EAAA,KAAA;AAqBJ,EAAE,KAAA;AAEF,EAAA,IAAM;;AA+BN,CAAC,KAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const SupportServicesSection: () => React.ReactElement;
3
+ //# sourceMappingURL=SupportServicesSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SupportServicesSection.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/SupportServicesSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,eAAO,MAAM,sBAAsB,QAAO,KAAK,CAAC,YA+B/C,CAAC"}
@@ -0,0 +1,61 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {CaresSection,CaresContainer}from'./CaresLayout.js';const ServiceBlock = ({
2
+ title,
3
+ body,
4
+ align = 'left'
5
+ }) => {
6
+ return jsxs("div", {
7
+ className: `grid gap-8 lg:grid-cols-12 lg:items-center ${align === 'right' ? 'lg:flex-row-reverse' : ''}`,
8
+ children: [jsxs("div", {
9
+ className: `lg:col-span-7 ${align === 'right' ? 'lg:order-2' : ''}`,
10
+ children: [jsx("h3", {
11
+ className: "text-xl font-semibold text-foreground",
12
+ children: title
13
+ }), jsx("p", {
14
+ className: "mt-3 max-w-xl text-sm leading-6 text-foreground/70",
15
+ children: body
16
+ }), jsx("button", {
17
+ className: "mt-5 rounded-md bg-[#F59E0B] px-4 py-2 text-sm font-semibold text-white hover:bg-[#d97706]",
18
+ children: "Learn more"
19
+ })]
20
+ }), jsx("div", {
21
+ className: `lg:col-span-5 ${align === 'right' ? 'lg:order-1' : ''}`,
22
+ children: jsx("div", {
23
+ className: "grid h-48 place-items-center rounded-xl bg-white ring-1 ring-black/5",
24
+ children: jsx("div", {
25
+ className: "h-20 w-20 rounded-full bg-[#FBF3E8]"
26
+ })
27
+ })
28
+ })]
29
+ });
30
+ };
31
+ const SupportServicesSection = () => {
32
+ return jsx(CaresSection, {
33
+ tone: "default",
34
+ children: jsxs(CaresContainer, {
35
+ className: "py-16",
36
+ children: [jsx("h2", {
37
+ className: "text-center text-2xl font-semibold text-foreground",
38
+ children: "Support Services"
39
+ }), jsxs("div", {
40
+ className: "mt-14 grid gap-16",
41
+ children: [jsx(ServiceBlock, {
42
+ title: "Turnkey Solutions",
43
+ body: "Experts who help set up your suite, tailor workflows, and get your team productive quickly.",
44
+ align: "left"
45
+ }), jsx(ServiceBlock, {
46
+ title: "Configuration help",
47
+ body: "Need help setting up modules, access control, or integrations? We\u2019ll guide you end to end.",
48
+ align: "right"
49
+ }), jsx(ServiceBlock, {
50
+ title: "Product Training",
51
+ body: "Training sessions to help your team master the tools and adopt best practices.",
52
+ align: "left"
53
+ }), jsx(ServiceBlock, {
54
+ title: "Onboarding",
55
+ body: "A guided onboarding journey that ensures a smooth start and successful rollout.",
56
+ align: "right"
57
+ })]
58
+ })]
59
+ })
60
+ });
61
+ };export{SupportServicesSection};//# sourceMappingURL=SupportServicesSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SupportServicesSection.js","sources":["../../../../src/pages/HelpCenter/components/SupportServicesSection.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"oGAGA,MAAM,YAAY,GAAG,CAAC;AASlB,EAAA,KAAA;AAgBJ,EAAE,IAAA;AAEF,EAAA,KAAO,GAAA;MACI;AA8BX,EAAE,OAAAA,IAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/HelpCenter/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAmE3B,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/HelpCenter/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EA0B3B,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,71 +1,24 @@
1
- import {jsxs,jsx}from'react/jsx-runtime';import {useNavigate}from'@remix-run/react';import {HelpCenterHeader}from'../../components/HelpCenterHeader.js';import {HelpCategoryCard}from'./components/HelpCategoryCard.js';import {PopularArticle}from'./components/PopularArticle.js';import {BookStack}from'./components/BookStack.js';import {getAllCategoriesMetadata}from'../../utils/markdownLoader.js';import {popularArticlesMock}from'./mockData.js';const HelpCenterPage = () => {
2
- const navigate = useNavigate();
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {getAllCategoriesMetadata}from'../../utils/markdownLoader.js';import {popularArticlesMock}from'./mockData.js';import {CaresHero}from'./components/CaresHero.js';import {NeedHelpWithSection}from'./components/NeedHelpWithSection.js';import {SupportPlansSection}from'./components/SupportPlansSection.js';import {SupportServicesSection}from'./components/SupportServicesSection.js';import {PopularArticlesGrid}from'./components/PopularArticlesGrid.js';const HelpCenterPage = () => {
3
2
  // Get categories from markdown loader
4
3
  const helpCategories = getAllCategoriesMetadata();
5
4
  const handleSearch = query => {
6
5
  console.log('Searching for:', query);
7
6
  // Implement search functionality
8
7
  };
9
- const handleCategoryClick = id => {
10
- console.log('Category clicked:', id);
11
- // Navigate to category page
12
- navigate(`/help-center/${id}`);
13
- };
14
8
  return jsxs("div", {
15
9
  className: "min-h-screen bg-background text-foreground",
16
- children: [jsxs("div", {
17
- className: "flex items-center justify-center overflow-hidden bg-[#057d78] pt-20",
18
- children: [jsx(HelpCenterHeader, {
19
- onSearch: handleSearch
20
- }), jsx(BookStack, {})]
21
- }), jsxs("main", {
22
- className: "relative z-10",
23
- children: [jsx("section", {
24
- className: "py-20",
25
- children: jsxs("div", {
26
- className: "container mx-auto px-6 lg:px-16",
27
- children: [jsxs("div", {
28
- className: "mb-16 text-center",
29
- children: [jsx("h2", {
30
- className: "mb-4 text-4xl font-light tracking-tight text-foreground",
31
- children: "Browse by category"
32
- }), jsx("p", {
33
- className: "text-lg text-muted-foreground",
34
- children: "Find answers organized by topic"
35
- })]
36
- }), jsx("div", {
37
- className: "grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3",
38
- children: helpCategories.map(category => jsx(HelpCategoryCard, {
39
- category: category,
40
- onClick: handleCategoryClick
41
- }, category.id))
42
- })]
43
- })
44
- }), jsx("section", {
45
- className: "bg-card py-20",
46
- children: jsxs("div", {
47
- className: "container mx-auto px-6 lg:px-16",
48
- children: [jsxs("div", {
49
- className: "mb-16 text-center",
50
- children: [jsx("h2", {
51
- className: "mb-4 text-4xl font-light tracking-tight text-foreground",
52
- children: "Popular articles"
53
- }), jsx("p", {
54
- className: "text-lg text-muted-foreground",
55
- children: "Most helpful content from our community"
56
- })]
57
- }), jsx("div", {
58
- className: "max-w-4xl mx-auto",
59
- children: jsx("div", {
60
- className: "space-y-3",
61
- children: popularArticlesMock.map(article => jsx(PopularArticle, {
62
- title: article.title,
63
- link: article.link
64
- }, article.id))
65
- })
66
- })]
67
- })
68
- })]
10
+ children: [jsx(CaresHero, {
11
+ onSearch: handleSearch
12
+ }), jsx(NeedHelpWithSection, {
13
+ categories: helpCategories
14
+ }), jsx(SupportPlansSection, {}), jsx(SupportServicesSection, {}), jsx(PopularArticlesGrid, {
15
+ items: [...popularArticlesMock.map(a => ({
16
+ title: a.title,
17
+ link: a.link
18
+ })), ...helpCategories.slice(0, 6).map(c => ({
19
+ title: `Browse: ${c.title}`,
20
+ link: `/help-center/${c.id}`
21
+ }))]
69
22
  })]
70
23
  });
71
24
  };export{HelpCenterPage as default};//# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/pages/HelpCenter/index.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"2bASM,MAAA,cAAc,GAAa,MAAK;AAClC,EAAA,MAAA,QAAc,GAAA,WAAc,EAAA;;AAG5B,EAAA,MAAA,cAAoB,GAAA,wBAA2B,EAAA;AAE/C,EAAA,MAAA,YAAkB,GAAA,KAAI;AAClB,IAAA,OAAA,CAAA,GAAO,CAAC,uBAAsB,CAAA;;AAElC,GAAA;AAEA,EAAA,MAAA,mBAAyB,GAAA,EAAG;AACxB,IAAA,OAAA,CAAA,GAAO,CAAC,uBAAuB,CAAE;;AAEjC,IAAA,QAAA,CAAA,CAAA,aAAS,EAAA,EAAA,CAAA,CAAgB,CAAE;AAC/B,GAAA;AAEA,EAAA,OAAAA,IACS,CAAA,KAAA,EAAA;AAiDb,IAAE,SAAA,EAAA,4CAAA;AAEF,IAAA,QAAA,EAAA,CAAeA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/pages/HelpCenter/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"8eASM,MAAA,cAAc,GAAa,MAAK;;AAElC,EAAA,MAAA,cAAoB,GAAA,wBAA2B,EAAA;AAE/C,EAAA,MAAA,YAAkB,GAAA,KAAI;AAClB,IAAA,OAAA,CAAA,GAAO,CAAC,uBAAsB,CAAA;;AAElC,GAAA;AAEA,EAAA,OAAAA,IACI,CAAA,KAAA,EAAA;2DAOiD;AACrC,IAAA,QAAA,EAAA,CAAAC,GAAA,CAAA;AACI,MAAA,QAAA,EAAA;AACA,KAAA,CAAA,EAAAA,GAAA,CAAA,mBAAM,EAAA;AACT,MAAA,UAAA,EAAA;+BAIf,EAAA,EAAA,CAAA,EAAAA,GAAA,CAAA,sBAAA,EAAA,EAAA,CAAA,EAAAA,GAAA,CAAA,mBAAA,EAAA;AACN,MAAE,KAAA,EAAA,CAAA,GAAA,mBAAA,CAAA,GAAA,CAAA,CAAA,KAAA;AAEF,QAAA,KAAA,EAAe;;;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"mockData.d.ts","sourceRoot":"","sources":["../../../src/pages/HelpCenter/mockData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE7D,eAAO,MAAM,kBAAkB,EAAE,YAAY,EAgI5C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;GAgB/B,CAAC"}
1
+ {"version":3,"file":"mockData.d.ts","sourceRoot":"","sources":["../../../src/pages/HelpCenter/mockData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE7D,eAAO,MAAM,kBAAkB,EAAE,YAAY,EA8L5C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;GAqB/B,CAAC"}
@@ -1,13 +1,17 @@
1
1
  const popularArticlesMock = [{
2
- id: 'what-is-yantra',
3
- title: 'What is Yantra?',
4
- link: '/help-center/what-is-yantra'
2
+ id: 'workspaces',
3
+ title: 'Workspaces',
4
+ link: '/help-center/docs/workspaces'
5
5
  }, {
6
- id: 'getting-started',
7
- title: 'Getting Started with Yantra',
8
- link: '/get-started'
6
+ id: 'gettingstarted',
7
+ title: 'Getting Started',
8
+ link: '/help-center/docs/gettingstarted'
9
9
  }, {
10
- id: 'practical-tips',
11
- title: 'Practical Tips for Using Yantra',
12
- link: '/help-center/technical-questions'
10
+ id: 'timetracking',
11
+ title: 'Time Tracking',
12
+ link: '/help-center/docs/timetracking'
13
+ }, {
14
+ id: 'time-rounding-blog',
15
+ title: 'The Rules, Standards & Practices for Timeclock rounding',
16
+ link: '/help-center/blog/time-rounding-blog'
13
17
  }];export{popularArticlesMock};//# sourceMappingURL=mockData.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mockData.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
1
+ {"version":3,"file":"mockData.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -2,6 +2,24 @@ export declare const Images: {
2
2
  hero: {
3
3
  books: string;
4
4
  };
5
+ marketing: {
6
+ dashboard: string;
7
+ teams: string;
8
+ marketing: string;
9
+ service: string;
10
+ finance: string;
11
+ hr: string;
12
+ operations: string;
13
+ ecommerce: string;
14
+ chat: string;
15
+ abstract: string;
16
+ footer: string;
17
+ collab_communications: string;
18
+ collab_collaboration: string;
19
+ collab_content: string;
20
+ collab_projects: string;
21
+ collab_productivity: string;
22
+ };
5
23
  faq: {
6
24
  person: string;
7
25
  };
@@ -11,5 +29,13 @@ export declare const Images: {
11
29
  supply: {
12
30
  products: string;
13
31
  };
32
+ clockbook: {
33
+ analytics: string;
34
+ collaboration: string;
35
+ finance: string;
36
+ dashboard: string;
37
+ charts: string;
38
+ business: string;
39
+ };
14
40
  };
15
41
  //# sourceMappingURL=Assets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Assets.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/Assets.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAC"}
1
+ {"version":3,"file":"Assets.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/Assets.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2ClB,CAAC"}
@@ -1,14 +1,8 @@
1
1
  const Images = {
2
- hero: {
3
- books: 'https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?q=80&w=500&auto=format&fit=crop'
4
- },
5
- faq: {
6
- person: 'https://images.unsplash.com/photo-1599566150163-29194dcaad36?q=80&w=500&auto=format&fit=crop'
7
- },
8
- categories: {
9
- background: 'https://images.unsplash.com/photo-1524578271613-d550eacf6090?q=80&w=500&auto=format&fit=crop'
10
- },
11
- supply: {
12
- products: 'https://images.unsplash.com/photo-1525373698358-041e3a460346?q=80&w=500&auto=format&fit=crop'
13
- }
2
+ marketing: {
3
+ dashboard: 'https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=1600&auto=format&fit=crop'},
4
+ clockbook: {
5
+ analytics: 'https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=400&auto=format&fit=crop',
6
+ collaboration: 'https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=400&auto=format&fit=crop',
7
+ finance: 'https://images.unsplash.com/photo-1554224155-6726b3ff858f?q=80&w=400&auto=format&fit=crop'}
14
8
  };export{Images};//# sourceMappingURL=Assets.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Assets.js","sources":["../../../../src/pages/LandingPage/components/Assets.tsx"],"sourcesContent":[null],"names":[],"mappings":"AAAa,MAAA,MAAM,GAAG;AAClB,EAAA,IAAA,EAAI;AACA,IAAA,KAAA,EAAA;AACH,GAAA;AACD,EAAA,GAAA,EAAG;AACC,IAAA,MAAA,EAAA;AACH,GAAA;AACD,EAAA,UAAA,EAAU;AACN,IAAA,UAAA,EAAA;AACH,GAAA;AACD,EAAA,MAAA,EAAM;AACF,IAAA,QAAA,EAAA;AACH;"}
1
+ {"version":3,"file":"Assets.js","sources":["../../../../src/pages/LandingPage/components/Assets.tsx"],"sourcesContent":[null],"names":[],"mappings":"AAAa,MAAA,MAAM,GAAG;AAClB,EAGA,SAAA,EAAS;AACL,IAAA,SAAA,EAAA,4FAoBH,CAAA;AACD,EASA,SAAA,EAAS;AACL,IAAA,SAAA,EAAA,2FAAsG;AACtG,IAAA,aAAA,EAAA,8FAA6G;AAC7G,IAAA,OAAA,EAAA,2FAIH;"}
@@ -0,0 +1,4 @@
1
+ export declare const BuildingSoftwareScene: ({ progress }: {
2
+ progress: number;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=BuildingSoftwareScene.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildingSoftwareScene.d.ts","sourceRoot":"","sources":["../../../../src/pages/LandingPage/components/BuildingSoftwareScene.tsx"],"names":[],"mappings":"AAyCA,eAAO,MAAM,qBAAqB,GAAI,cAAc;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,4CA2bvE,CAAC"}