@hiver/connector-admin 0.0.10-beta.5 → 0.0.10-beta.51

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 (222) hide show
  1. package/app/connectors/index.d.ts +1 -1
  2. package/app/connectors/index.d.ts.map +1 -1
  3. package/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts.map +1 -0
  4. package/app/connectors/pages/api-view/index.d.ts.map +1 -0
  5. package/app/connectors/pages/api-view/style.d.ts.map +1 -0
  6. package/app/connectors/pages/auth-success/index.d.ts.map +1 -1
  7. package/app/connectors/pages/connector-view/agent/index.d.ts.map +1 -1
  8. package/app/connectors/pages/connector-view/agent/styles.d.ts +4 -0
  9. package/app/connectors/pages/connector-view/agent/styles.d.ts.map +1 -0
  10. package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -1
  11. package/app/connectors/pages/connector-view/dashboard/styles.d.ts +1 -16
  12. package/app/connectors/pages/connector-view/dashboard/styles.d.ts.map +1 -1
  13. package/app/connectors/pages/connector-view/index.d.ts.map +1 -1
  14. package/app/connectors/pages/connector-view/style.d.ts +5 -0
  15. package/app/connectors/pages/connector-view/style.d.ts.map +1 -0
  16. package/app/connectors/pages/settings/index.d.ts.map +1 -1
  17. package/app/connectors/pages/settings/styles.d.ts +2 -3
  18. package/app/connectors/pages/settings/styles.d.ts.map +1 -1
  19. package/app/connectors/pages/upgrade-page/index.d.ts +7 -0
  20. package/app/connectors/pages/upgrade-page/index.d.ts.map +1 -0
  21. package/app/connectors/pages/upgrade-page/style.d.ts +16 -0
  22. package/app/connectors/pages/upgrade-page/style.d.ts.map +1 -0
  23. package/app/connectors/router.d.ts +1 -1
  24. package/app/connectors/router.d.ts.map +1 -1
  25. package/app/style.d.ts +5 -0
  26. package/app/style.d.ts.map +1 -0
  27. package/components/layouts/sidebar/index.d.ts.map +1 -1
  28. package/components/layouts/sidebar/styles.d.ts.map +1 -1
  29. package/components/ui/bread-crumbs/index.d.ts +6 -2
  30. package/components/ui/bread-crumbs/index.d.ts.map +1 -1
  31. package/components/ui/bread-crumbs/styles.d.ts.map +1 -1
  32. package/components/ui/form/index.d.ts +7 -1
  33. package/components/ui/form/index.d.ts.map +1 -1
  34. package/components/ui/form-fields/index.d.ts +4 -0
  35. package/components/ui/form-fields/index.d.ts.map +1 -1
  36. package/components/ui/form-fields/styles.d.ts.map +1 -1
  37. package/constants/bread-crumbs.d.ts +0 -2
  38. package/constants/bread-crumbs.d.ts.map +1 -1
  39. package/constants/global-constants.d.ts +12 -0
  40. package/constants/global-constants.d.ts.map +1 -0
  41. package/constants/router-paths.d.ts +1 -1
  42. package/constants/sidebar.d.ts +3 -0
  43. package/constants/sidebar.d.ts.map +1 -1
  44. package/context/index.d.ts +5 -0
  45. package/context/index.d.ts.map +1 -1
  46. package/context/main-app-provider/index.d.ts.map +1 -1
  47. package/features/agent/components/agent-landing/index.d.ts +3 -0
  48. package/features/agent/components/agent-landing/index.d.ts.map +1 -0
  49. package/features/agent/components/agent-landing/styles.d.ts +8 -0
  50. package/features/agent/components/agent-landing/styles.d.ts.map +1 -0
  51. package/features/agent/constants/index.d.ts +6 -0
  52. package/features/agent/constants/index.d.ts.map +1 -0
  53. package/features/api-library/components/api-library/index.d.ts +11 -0
  54. package/features/api-library/components/api-library/index.d.ts.map +1 -0
  55. package/features/api-library/components/api-library/styles.d.ts +5 -0
  56. package/features/api-library/components/api-library/styles.d.ts.map +1 -0
  57. package/features/api-library/components/api-library-skeleton/index.d.ts.map +1 -0
  58. package/features/{connector-library → api-library}/components/api-library-skeleton/styles.d.ts +3 -1
  59. package/features/api-library/components/api-library-skeleton/styles.d.ts.map +1 -0
  60. package/features/api-library/constants/api-library.d.ts +4 -0
  61. package/features/api-library/constants/api-library.d.ts.map +1 -0
  62. package/features/auth/api/index.d.ts +0 -1
  63. package/features/auth/api/index.d.ts.map +1 -1
  64. package/features/auth/components/api-executor/index.d.ts.map +1 -1
  65. package/features/auth/components/auth-form/index.d.ts.map +1 -1
  66. package/features/auth/components/auth-form/styles.d.ts +1 -1
  67. package/features/auth/components/auth-form/styles.d.ts.map +1 -1
  68. package/features/auth/constants/api.d.ts +0 -1
  69. package/features/auth/constants/api.d.ts.map +1 -1
  70. package/features/auth/constants/form-config.d.ts.map +1 -1
  71. package/features/auth/constants/index.d.ts +5 -2
  72. package/features/auth/constants/index.d.ts.map +1 -1
  73. package/features/auth/store/initial-state.d.ts +0 -3
  74. package/features/auth/store/initial-state.d.ts.map +1 -1
  75. package/features/auth/store/selectors.d.ts +0 -3
  76. package/features/auth/store/selectors.d.ts.map +1 -1
  77. package/features/auth/store/slice.d.ts +2 -17
  78. package/features/auth/store/slice.d.ts.map +1 -1
  79. package/features/auth/types/request.d.ts +2 -2
  80. package/features/auth/types/request.d.ts.map +1 -1
  81. package/features/auth/utils/index.d.ts.map +1 -1
  82. package/features/connector-library/api/index.d.ts +1 -2
  83. package/features/connector-library/api/index.d.ts.map +1 -1
  84. package/features/connector-library/components/custom-connector-card-item/index.d.ts +12 -0
  85. package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -0
  86. package/features/connector-library/components/custom-connector-card-item/styles.d.ts +10 -0
  87. package/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +1 -0
  88. package/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts.map +1 -0
  89. package/features/connector-library/components/custom-connector-card-list/index.d.ts +8 -0
  90. package/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -0
  91. package/features/connector-library/components/custom-connector-card-list/style.d.ts.map +1 -0
  92. package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +9 -0
  93. package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +1 -0
  94. package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +1 -0
  95. package/features/connector-library/constants/api.d.ts +1 -2
  96. package/features/connector-library/constants/api.d.ts.map +1 -1
  97. package/features/connector-library/store/initial-state.d.ts +4 -10
  98. package/features/connector-library/store/initial-state.d.ts.map +1 -1
  99. package/features/connector-library/store/selectors.d.ts +2 -8
  100. package/features/connector-library/store/selectors.d.ts.map +1 -1
  101. package/features/connector-library/store/slice.d.ts +10 -36
  102. package/features/connector-library/store/slice.d.ts.map +1 -1
  103. package/features/request-new-connector/components/request-new-card/index.d.ts.map +1 -1
  104. package/features/request-new-connector/components/request-new-card/styles.d.ts +0 -11
  105. package/features/request-new-connector/components/request-new-card/styles.d.ts.map +1 -1
  106. package/features/request-new-connector/components/request-new-modal/index.d.ts +1 -1
  107. package/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -1
  108. package/features/request-new-connector/components/request-new-modal/styles.d.ts +2 -1
  109. package/features/request-new-connector/components/request-new-modal/styles.d.ts.map +1 -1
  110. package/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map +1 -1
  111. package/features/request-new-connector/constants/index.d.ts.map +1 -1
  112. package/features/request-new-connector/types/index.d.ts +2 -2
  113. package/features/request-new-connector/types/index.d.ts.map +1 -1
  114. package/features/template-library/api/index.d.ts +7 -0
  115. package/features/template-library/api/index.d.ts.map +1 -0
  116. package/features/template-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +1 -0
  117. package/features/template-library/components/library-card-list/index.d.ts.map +1 -0
  118. package/features/{connector-library → template-library}/components/library-card-list/styles.d.ts +0 -2
  119. package/features/template-library/components/library-card-list/styles.d.ts.map +1 -0
  120. package/features/template-library/components/library-card-skeleton/index.d.ts.map +1 -0
  121. package/features/template-library/components/library-card-skeleton/styles.d.ts.map +1 -0
  122. package/features/template-library/components/library-edit-list/index.d.ts.map +1 -0
  123. package/features/template-library/components/library-edit-list/styles.d.ts.map +1 -0
  124. package/features/template-library/constants/api.d.ts +3 -0
  125. package/features/template-library/constants/api.d.ts.map +1 -0
  126. package/features/template-library/constants/content-page.d.ts.map +1 -0
  127. package/features/template-library/store/initial-state.d.ts +15 -0
  128. package/features/template-library/store/initial-state.d.ts.map +1 -0
  129. package/features/template-library/store/selectors.d.ts +9 -0
  130. package/features/template-library/store/selectors.d.ts.map +1 -0
  131. package/features/template-library/store/slice.d.ts +41 -0
  132. package/features/template-library/store/slice.d.ts.map +1 -0
  133. package/features/toast-message/constants/toast.d.ts +2 -0
  134. package/features/toast-message/constants/toast.d.ts.map +1 -1
  135. package/features/toast-message/showMessage.d.ts.map +1 -1
  136. package/hooks-DYonfgcv.js +6 -0
  137. package/index-B4eOjxbG.js +102 -0
  138. package/{index-Bwgd-kA9.js → index-BetkvhgK.js} +11383 -9768
  139. package/index-Bg6r-b2V.js +188 -0
  140. package/index-DEqOnCKm.js +74 -0
  141. package/index-DQtkZhxb.js +80 -0
  142. package/{index-CTn1_lWw.js → index-DfB3BKpc.js} +1442 -1366
  143. package/index-DtbXXIxN.js +29 -0
  144. package/{index-BFMXPZEa.js → index-nHIEBZu6.js} +1652 -1444
  145. package/index.es.js +5 -5
  146. package/index.umd.js +1322 -409
  147. package/main.d.ts +1 -0
  148. package/main.d.ts.map +1 -1
  149. package/package.json +1 -1
  150. package/selectors-BZXXKPzK.js +9 -0
  151. package/{styled-ui-components-BovwpLAa.js → showMessage-d7VDbiKC.js} +665 -593
  152. package/store/hooks.d.ts +2 -0
  153. package/store/hooks.d.ts.map +1 -1
  154. package/store/index.d.ts +4 -0
  155. package/store/index.d.ts.map +1 -1
  156. package/store/request-connector-api/initial-state.d.ts +1 -1
  157. package/store/request-connector-api/slice.d.ts +1 -1
  158. package/testing/mocks/handlers/auth.d.ts.map +1 -1
  159. package/testing/mocks/handlers/connector-template.d.ts +1 -0
  160. package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
  161. package/testing/setup-store.d.ts +2 -0
  162. package/testing/setup-store.d.ts.map +1 -1
  163. package/types/common.d.ts +4 -0
  164. package/types/common.d.ts.map +1 -1
  165. package/types/connector.d.ts +10 -6
  166. package/types/connector.d.ts.map +1 -1
  167. package/types/router.d.ts +4 -0
  168. package/types/router.d.ts.map +1 -1
  169. package/utils/index.d.ts +11 -0
  170. package/utils/index.d.ts.map +1 -1
  171. package/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts.map +0 -1
  172. package/app/connectors/pages/settings/connector-config/index.d.ts.map +0 -1
  173. package/app/connectors/pages/settings/connector-config/style.d.ts.map +0 -1
  174. package/features/auth/utils/type-guards.d.ts +0 -8
  175. package/features/auth/utils/type-guards.d.ts.map +0 -1
  176. package/features/connector-library/components/api-library/index.d.ts +0 -7
  177. package/features/connector-library/components/api-library/index.d.ts.map +0 -1
  178. package/features/connector-library/components/api-library/styles.d.ts +0 -4
  179. package/features/connector-library/components/api-library/styles.d.ts.map +0 -1
  180. package/features/connector-library/components/api-library-skeleton/index.d.ts.map +0 -1
  181. package/features/connector-library/components/api-library-skeleton/styles.d.ts.map +0 -1
  182. package/features/connector-library/components/connector-enabled-modal/index.d.ts +0 -9
  183. package/features/connector-library/components/connector-enabled-modal/index.d.ts.map +0 -1
  184. package/features/connector-library/components/connector-enabled-modal/styles.d.ts.map +0 -1
  185. package/features/connector-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +0 -1
  186. package/features/connector-library/components/library-card-list/index.d.ts.map +0 -1
  187. package/features/connector-library/components/library-card-list/styles.d.ts.map +0 -1
  188. package/features/connector-library/components/library-card-skeleton/index.d.ts.map +0 -1
  189. package/features/connector-library/components/library-card-skeleton/styles.d.ts.map +0 -1
  190. package/features/connector-library/components/library-edit-list/index.d.ts.map +0 -1
  191. package/features/connector-library/components/library-edit-list/styles.d.ts.map +0 -1
  192. package/features/connector-library/constants/api-library.d.ts +0 -3
  193. package/features/connector-library/constants/api-library.d.ts.map +0 -1
  194. package/features/connector-library/constants/content-page.d.ts.map +0 -1
  195. package/features/connector-library/types/connector.d.ts +0 -13
  196. package/features/connector-library/types/connector.d.ts.map +0 -1
  197. package/features/connector-library/utils/type-guards.d.ts +0 -8
  198. package/features/connector-library/utils/type-guards.d.ts.map +0 -1
  199. package/features/request-new-connector/components/custom-connector-card/__tests__/custom-connector-card.test.d.ts.map +0 -1
  200. package/features/request-new-connector/components/custom-connector-card/index.d.ts +0 -10
  201. package/features/request-new-connector/components/custom-connector-card/index.d.ts.map +0 -1
  202. package/features/request-new-connector/components/custom-connector-card/style.d.ts.map +0 -1
  203. package/features/request-new-connector/utils/type-guards.d.ts +0 -3
  204. package/features/request-new-connector/utils/type-guards.d.ts.map +0 -1
  205. package/index-C76hf1m5.js +0 -68
  206. package/index-Cc7r77c0.js +0 -711
  207. package/index-CdfdDJLu.js +0 -5
  208. package/index-bbel4hCj.js +0 -54
  209. /package/app/connectors/pages/{settings/connector-config → api-view}/__tests__/connector-config.test.d.ts +0 -0
  210. /package/app/connectors/pages/{settings/connector-config → api-view}/index.d.ts +0 -0
  211. /package/app/connectors/pages/{settings/connector-config → api-view}/style.d.ts +0 -0
  212. /package/features/{connector-library → api-library}/components/api-library-skeleton/index.d.ts +0 -0
  213. /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/__tests__/custom-connector-card.test.d.ts +0 -0
  214. /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/style.d.ts +0 -0
  215. /package/features/connector-library/components/{connector-enabled-modal → custom-connector-enabled-modal}/styles.d.ts +0 -0
  216. /package/features/{connector-library → template-library}/components/library-card-list/__tests__/library-card-list.test.d.ts +0 -0
  217. /package/features/{connector-library → template-library}/components/library-card-list/index.d.ts +0 -0
  218. /package/features/{connector-library → template-library}/components/library-card-skeleton/index.d.ts +0 -0
  219. /package/features/{connector-library → template-library}/components/library-card-skeleton/styles.d.ts +0 -0
  220. /package/features/{connector-library → template-library}/components/library-edit-list/index.d.ts +0 -0
  221. /package/features/{connector-library → template-library}/components/library-edit-list/styles.d.ts +0 -0
  222. /package/features/{connector-library → template-library}/constants/content-page.d.ts +0 -0
@@ -1,3 +1,3 @@
1
1
  import { IAppRouter } from '../../types/router';
2
- export declare const ConnectorsApp: ({ basename, baseUrls }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ConnectorsApp: ({ basename, baseUrls, availableFeatures }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,eAAO,MAAM,aAAa,2BAA4B,UAAU,4CAgB/D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjD,eAAO,MAAM,aAAa,8CAAoD,UAAU,4CA6BvF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connector-config.test.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/api-view/__tests__/connector-config.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"AAkBA,eAAO,MAAM,eAAe,+CAgD3B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/style.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,UAAU,CAG7D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAQ3D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/auth-success/index.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW,+CAiCvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/auth-success/index.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,+CA8BvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CAEjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/index.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,+CAMjB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ContentParentWrapper: StyledComponent<StackProps>;
4
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAQ5D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AA6BhD,eAAO,MAAM,SAAS,EAAE,EAwDvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AA8BhD,eAAO,MAAM,SAAS,EAAE,EA8DvB,CAAC"}
@@ -1,24 +1,9 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
- import { BoxProps, TypographyProps, IconProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
2
+ import { BoxProps, TypographyProps, StackProps } from '@hiver/hiver-ui-kit';
3
3
  export declare const ContentParentWrapper: StyledComponent<BoxProps>;
4
4
  export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
5
5
  export declare const TitleHeader: StyledComponent<TypographyProps>;
6
6
  export declare const DescriptionHeader: StyledComponent<TypographyProps>;
7
- export declare const IconWrapper: StyledComponent<IconProps>;
8
- export declare const EnhanceConnectorWrapper: StyledComponent<StackProps>;
9
7
  export declare const LibraryText: StyledComponent<TypographyProps>;
10
8
  export declare const LibraryDescription: StyledComponent<TypographyProps>;
11
- export declare const LibraryCardWrapper: StyledComponent<BoxProps>;
12
- export declare const LibraryCard: StyledComponent<BoxProps>;
13
- export declare const CardIconWrapper: StyledComponent<IconProps>;
14
- export declare const EnhanceContent: StyledComponent<BoxProps>;
15
- export declare const EnhanceText: StyledComponent<TypographyProps>;
16
- export declare const LibraryCardDescription: StyledComponent<TypographyProps>;
17
- export declare const EnhanceTextDescripion: StyledComponent<TypographyProps>;
18
- export declare const ButtonWrapper: StyledComponent<StackProps>;
19
- export declare const RequestNewButton: StyledComponent<ButtonProps>;
20
- export declare const CreateOwnButton: StyledComponent<ButtonProps>;
21
- export declare const BreadCrumbsWrapper: StyledComponent<StackProps>;
22
- export declare const BreadCrumbsText: StyledComponent<TypographyProps>;
23
- export declare const ArrowWrapper: StyledComponent<StackProps>;
24
9
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEzG,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAK1D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAI/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,eAAe,CAK9D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,SAAS,CAGlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAQ/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAE/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,QAAQ,CAKxD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAWjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,SAAS,CAMtD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,eAAe,CASnE,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,eAAe,CAKlE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAGrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,WAAW,CASzD,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,WAAW,CAOxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAG1D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAI/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,eAAe,CAK9D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAE/D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAO3B,eAAO,MAAM,aAAa,EAAE,EAO3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQ3B,eAAO,MAAM,aAAa,EAAE,EAS3B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ConnectorViewWrapper: StyledComponent<StackProps>;
4
+ export declare const OutletWrapper: StyledComponent<BoxProps>;
5
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAI5D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAInD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAyBA,eAAO,MAAM,QAAQ,+CAgGpB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAyBA,eAAO,MAAM,QAAQ,+CA0HpB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
- import { BoxProps } from '@hiver/hiver-ui-kit';
3
- export declare const SideBarCrumbWrapper: StyledComponent<BoxProps>;
4
- export declare const ContentWrapper: StyledComponent<BoxProps>;
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const SideBarCrumbWrapper: StyledComponent<StackProps>;
5
4
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,CAQzD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAAiB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAO3D,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { IAvailableFtr } from '../../../../types/router';
2
+ interface IUpgradeConnectos {
3
+ availableFeatures: IAvailableFtr;
4
+ }
5
+ export declare const UpgradeConnectors: ({ availableFeatures }: IUpgradeConnectos) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/upgrade-page/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,UAAU,iBAAiB;IACzB,iBAAiB,EAAE,aAAa,CAAC;CAClC;AAED,eAAO,MAAM,iBAAiB,0BAA2B,iBAAiB,4CAqCzE,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, TypographyProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ContentParentWrapper: StyledComponent<BoxProps>;
4
+ export declare const FlexWrapper: StyledComponent<StackProps>;
5
+ export declare const ContactUsWrapper: StyledComponent<StackProps>;
6
+ export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
7
+ export declare const StackWrapper: StyledComponent<StackProps>;
8
+ export declare const UpgradeContentWrapper: StyledComponent<BoxProps>;
9
+ export declare const UpgradeImageWrapper: StyledComponent<StackProps>;
10
+ export declare const UpgradeCrownWrapper: StyledComponent<StackProps>;
11
+ export declare const HigherPlanText: StyledComponent<TypographyProps>;
12
+ export declare const UpgradeDescription: StyledComponent<TypographyProps>;
13
+ export declare const UpgradeButton: StyledComponent<ButtonProps>;
14
+ export declare const LearnMoreBtn: StyledComponent<ButtonProps>;
15
+ export declare const ContactUsText: StyledComponent<TypographyProps>;
16
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/upgrade-page/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAE9F,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAI1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAGnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAKxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAK/D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAOpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,QAAQ,CAM3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAQ3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAa3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAS3D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAI/D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAKtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,WAAW,CAarD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAE1D,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import { IAppRouter } from '../../types/router';
2
- export declare const AppRouter: ({ basename }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const AppRouter: ({ basename, availableFeatures }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=router.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AA2EjD,eAAO,MAAM,SAAS,iBAAwB,UAAU,4CAGvD,CAAC"}
1
+ {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAgEjD,eAAO,MAAM,SAAS,oCAAgD,UAAU,4CAS/E,CAAC"}
package/app/style.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps } from '@hiver/hiver-ui-kit';
3
+ export declare const AppNormaliseWrapper: StyledComponent<BoxProps>;
4
+ export declare const ToastifyWrapper: StyledComponent<BoxProps>;
5
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/app/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,CA+FzD,CAAC;AAguBF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAiDrD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CAyB7D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAInD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CA8C7D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErE,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAMhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,eAAe,CAGhE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAqBpD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErE,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAOhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,eAAe,CAGhE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAsBpD,CAAC"}
@@ -1,3 +1,7 @@
1
- import { FC } from 'react';
2
- export declare const BreadCrumbs: FC;
1
+ import { IBreadCrumbItem } from '../../../types/common';
2
+ interface BreadCrumbProps {
3
+ options: IBreadCrumbItem[];
4
+ }
5
+ export declare const BreadCrumbs: ({ options }: BreadCrumbProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
3
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,eAAO,MAAM,WAAW,EAAE,EAsBzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,UAAU,eAAe;IACvB,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B;AACD,eAAO,MAAM,WAAW,gBAAiB,eAAe,4CAmCvD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAG5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
@@ -13,7 +13,13 @@ interface IForm {
13
13
  selectChangeHandler?: (event: unknown, action: ActionMeta<unknown>) => void;
14
14
  onValidationError?: (name: string, error: string | boolean) => void;
15
15
  validations?: FormValidation;
16
+ icons?: {
17
+ [key: string]: {
18
+ icon: React.ReactNode;
19
+ toolTipText: string;
20
+ };
21
+ };
16
22
  }
17
- export declare const Form: ({ formConfig, inputChangeHandler, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const Form: ({ formConfig, inputChangeHandler, icons, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
18
24
  export {};
19
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,KAAK;IACb,UAAU,EAAE,WAAW,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACpC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,cAAc,CAAC;CAC9B;AAED,eAAO,MAAM,IAAI,gHAQd,KAAK,4CAuCP,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,KAAK;IACb,UAAU,EAAE,WAAW,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACpC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;YAAC,WAAW,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC3E;AAED,eAAO,MAAM,IAAI,uHASd,KAAK,4CAwCP,CAAC"}
@@ -8,6 +8,10 @@ type FormField = FormFieldProps & {
8
8
  selectChangeHandler?: (event: unknown, action: ActionMeta<unknown>) => void;
9
9
  inputChangeHandler?: (event: React.ChangeEvent<HTMLInputElement>) => void;
10
10
  onValidationError?: (name: string, error: string | boolean) => void;
11
+ iconData?: {
12
+ icon: React.ReactNode;
13
+ toolTipText: string;
14
+ };
11
15
  };
12
16
  export declare const FormFields: (props: FormField) => import("react/jsx-runtime").JSX.Element;
13
17
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,SAAS,GAAG,cAAc,GAAG;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,SAAS,4CAoI1C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,SAAS,GAAG,cAAc,GAAG;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,QAAQ,CAAC,EAAE;QAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,SAAS,4CA0I1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAQ7D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CA8BnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAUhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAMlD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAQ7D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CA8BnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAUhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAclD,CAAC"}
@@ -1,5 +1,3 @@
1
1
  export declare const CUSTOM_CONNECTORS: string;
2
- export declare const SALESFORCE_CONNECTOR: string;
3
2
  export declare const SETTINGS: string;
4
- export declare const BREADCRUMBS_ARRAY: Array<string>;
5
3
  //# sourceMappingURL=bread-crumbs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bread-crumbs.d.ts","sourceRoot":"","sources":["../../src/constants/bread-crumbs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,MAA4B,CAAC;AAC7D,eAAO,MAAM,oBAAoB,EAAE,MAAmC,CAAC;AACvE,eAAO,MAAM,QAAQ,EAAE,MAAmB,CAAC;AAC3C,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAuD,CAAC"}
1
+ {"version":3,"file":"bread-crumbs.d.ts","sourceRoot":"","sources":["../../src/constants/bread-crumbs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,MAA4B,CAAC;AAC7D,eAAO,MAAM,QAAQ,EAAE,MAAmB,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare const CONNECTORS_RELEASE_FLAG = "rls-connectors-enabled";
2
+ export declare const CONNECTORS_FEATURE_FLAG = "ftr-connectors-enabled";
3
+ export declare const HIGHER_PLAN = "On a higher plan";
4
+ export declare const UPGRADE_DESCRIPTION_TEXT = "Create, authenticate and enable powerful integrations to enhance your team's productivity within Gmail.";
5
+ export declare const UPGRADE = "Upgrade";
6
+ export declare const LEARN_MORE = "Learn more";
7
+ export declare const HAVE_QUESTIONS = "Have any questions?";
8
+ export declare const CONTACT_US = "Contact us";
9
+ export declare const CHAT_CDN_URL = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
10
+ export declare const HIVER_CHAT_SUPPORT = "Hiver Chat Support";
11
+ export declare const COPY_CLIPBOARD = "Copy";
12
+ //# sourceMappingURL=global-constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAEhE,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAC9C,eAAO,MAAM,wBAAwB,4GAA4G,CAAC;AAClJ,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,wBAAwB,CAAC;AACpD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,YAAY,yDAAyD,CAAC;AACnF,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,cAAc,SAAS,CAAC"}
@@ -4,7 +4,7 @@ export declare const ROUTES: {
4
4
  DASHBOARD: string;
5
5
  AGENT: string;
6
6
  CONNECTOR_CONFIG: string;
7
- CARD_SETTINGS: string;
7
+ API_VIEW: string;
8
8
  AUTH_SUCCESS: string;
9
9
  };
10
10
  //# sourceMappingURL=router-paths.d.ts.map
@@ -4,4 +4,7 @@ export declare const CONNECTORS_DESCRIPTION = "Connectors help you get a better
4
4
  export declare const CONNECTORS: SidebarItem;
5
5
  export declare const AGENT_VIEW: SidebarItem;
6
6
  export declare const SIDEBAR_OPTIONS: SidebarList;
7
+ export declare const SIDEBAR_MAPPER: {
8
+ [x: string]: string[];
9
+ };
7
10
  //# sourceMappingURL=sidebar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/constants/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEhE,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,4FACwD,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,WAA4E,CAAC;AACtG,eAAO,MAAM,UAAU,EAAE,WAAuE,CAAC;AACjG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC"}
1
+ {"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/constants/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGhE,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,4FACwD,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,WAAgF,CAAC;AAC1G,eAAO,MAAM,UAAU,EAAE,WAA2E,CAAC;AACrG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC;AAErE,eAAO,MAAM,cAAc;;CAS1B,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { IAvailableFtr } from '../types/router';
1
2
  export interface IConnectorType {
2
3
  id: string;
3
4
  name: string;
@@ -12,6 +13,8 @@ interface IMainAppContext {
12
13
  setCurrentConnector: (str: string) => void;
13
14
  setCurrentSideBar: (str: string) => void;
14
15
  baseUrls: IBaseUrls;
16
+ availableFeatures: IAvailableFtr;
17
+ setAvailableFeatures: (obj: IAvailableFtr) => void;
15
18
  setBaseUrls: (obj: IBaseUrls) => void;
16
19
  currentAvailableConnectors: Array<IConnectorType>;
17
20
  setCurrentAvailableConnectors: (arr: Array<IConnectorType>) => void;
@@ -25,6 +28,8 @@ export declare const defaultMainAppvalues: {
25
28
  setCurrentAvailableConnectors: () => void;
26
29
  baseUrls: {};
27
30
  setBaseUrls: () => void;
31
+ availableFeatures: {};
32
+ setAvailableFeatures: () => void;
28
33
  };
29
34
  export declare const MainAppContext: import('react').Context<IMainAppContext>;
30
35
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AAED,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACrE;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;CAShC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AAED,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,EAAE,aAAa,CAAC;IACjC,oBAAoB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACnD,WAAW,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACrE;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;;;CAWhC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAK5C,UAAU,MAAM;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAMD,QAAA,MAAM,eAAe,iBAAkB,MAAM,4CAqB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAM5C,UAAU,MAAM;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAMD,QAAA,MAAM,eAAe,iBAAkB,MAAM,4CAwB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const AgentLanding: FC;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA0B,MAAM,OAAO,CAAC;AAmBnD,eAAO,MAAM,YAAY,EAAE,EA6B1B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const AgentWrapper: StyledComponent<StackProps>;
4
+ export declare const ViewWrapper: StyledComponent<StackProps>;
5
+ export declare const MessageWrapper: StyledComponent<BoxProps>;
6
+ export declare const ImageWrapper: StyledComponent<BoxProps>;
7
+ export declare const Chip: StyledComponent<StackProps>;
8
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAKnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAcpD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CASlD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,UAAU,CAW5C,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const AGENT_PAGE_HEADING = "Customising connectors on the agent\u2019s panel";
2
+ export declare const AGENT_PAGE_DESCRIPTION = "Configure your Connectors in the right panel, add your cards and name them how you want the agents to see and update them.";
3
+ export declare const COMING_SOON = "Coming Soon";
4
+ export declare const HAVE_QUESTIONS = "Have any questions? ";
5
+ export declare const INTERNAL_CHAT_FEATURE_FLAG = "internal-chat";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/agent/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,qDAAgD,CAAC;AAChF,eAAO,MAAM,sBAAsB,+HAC2F,CAAC;AAC/H,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,cAAc,yBAAyB,CAAC;AACrD,eAAO,MAAM,0BAA0B,kBAAkB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { IAPI } from '../../../../types/connector';
2
+ interface IProps {
3
+ isLoading?: boolean;
4
+ apiList: IAPI[];
5
+ connectorName?: string;
6
+ connectorType?: string;
7
+ isEdit?: boolean;
8
+ }
9
+ export declare const APILibrary: ({ connectorName, connectorType, apiList, isLoading, isEdit }: IProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAIzC,UAAU,MAAM;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,IAAI,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,iEAAkF,MAAM,4CAoD9G,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ButtonProps, StackProps } from '@hiver/hiver-ui-kit';
2
+ import { StyledComponent } from '@emotion/styled';
3
+ export declare const APILibraryWrapper: StyledComponent<StackProps>;
4
+ export declare const RequestNewApiButton: StyledComponent<ButtonProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAS,UAAU,EAAiB,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAEzD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,WAAW,CAO5D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library-skeleton/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,+CAe9B,CAAC"}
@@ -1,4 +1,6 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
2
  import { StackProps } from '@hiver/hiver-ui-kit';
3
- export declare const SkeletonWrapper: StyledComponent<StackProps>;
3
+ export declare const SkeletonWrapper: StyledComponent<StackProps & {
4
+ height?: string;
5
+ }>;
4
6
  //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library-skeleton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,UAAU,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAQ7E,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const API_LIB_TITLE = "{{connector}} features";
2
+ export declare const API_LIB_DESCRIPTION = "Following are the list of features that you will find in this connector";
3
+ export declare const REQUEST_NEW_API = "Request new API";
4
+ //# sourceMappingURL=api-library.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-library.d.ts","sourceRoot":"","sources":["../../../../src/features/api-library/constants/api-library.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,2BAA2B,CAAC;AACtD,eAAO,MAAM,mBAAmB,4EAA4E,CAAC;AAC7G,eAAO,MAAM,eAAe,oBAAoB,CAAC"}
@@ -3,6 +3,5 @@ import { AuthRequest, EditAuthRequest } from '../types/request';
3
3
  export declare const postAuthDetailsApi: (data: AuthRequest) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
4
4
  export declare const patchAuthDetailsApi: (data: EditAuthRequest, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
5
5
  export declare const testAuthApi: (data: JSONValue, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
6
- export declare const getConnectorDetail: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
7
6
  export declare const postVerifyToken: (data: JSONValue, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
8
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/api/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,SAAU,WAAW,iEAMnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAU,eAAe,eAAe,MAAM,iEAO7E,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,SAAS,eAAe,MAAM,iEAO/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,iEAMrD,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,SAAS,eAAe,MAAM,iEAOnE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/api/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,SAAU,WAAW,iEAMnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAU,eAAe,eAAe,MAAM,iEAO7E,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,SAAS,eAAe,MAAM,iEAO/D,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,SAAS,eAAe,MAAM,iEAOnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"AAWA,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,WAAW,mCAA4C,gBAAgB,4CA2CnF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"AAWA,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,WAAW,mCAA4C,gBAAgB,4CA6CnF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/index.tsx"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAG3D,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,UAAU,EAAE,YAAY,CAAC;CAC1B;AAED,eAAO,MAAM,QAAQ,kEAAmF,SAAS,4CAiJhH,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/index.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAIxD,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,UAAU,EAAE,YAAY,CAAC;CAC1B;AAED,eAAO,MAAM,QAAQ,kEAAmF,SAAS,4CA4KhH,CAAC"}
@@ -4,5 +4,5 @@ export declare const PageTitle: StyledComponent<TypographyProps>;
4
4
  export declare const Description: StyledComponent<TypographyProps>;
5
5
  export declare const FormWrapper: StyledComponent<StackProps>;
6
6
  export declare const AuthWrapper: StyledComponent<BoxProps>;
7
- export declare const ButtonWrapper: StyledComponent<BoxProps>;
7
+ export declare const ButtonWrapper: StyledComponent<StackProps>;
8
8
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAGtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAQnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAEjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAInD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAGtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAenD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAEjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAIrD,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export declare const POST_AUTH_DETAILS: string;
2
2
  export declare const TEST_AUTH: string;
3
3
  export declare const PATCH_AUTH_DETAILS: string;
4
- export declare const CONNECTOR_DETAIL: string;
5
4
  export declare const VERIFY_TOKEN: string;
6
5
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,QAAiC,CAAC;AAChE,eAAO,MAAM,SAAS,QAA6C,CAAC;AACpE,eAAO,MAAM,kBAAkB,QAAwC,CAAC;AACxE,eAAO,MAAM,gBAAgB,QAAoC,CAAC;AAClE,eAAO,MAAM,YAAY,QAAwD,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,QAAiC,CAAC;AAChE,eAAO,MAAM,SAAS,QAA6C,CAAC;AACpE,eAAO,MAAM,kBAAkB,QAAwC,CAAC;AACxE,eAAO,MAAM,YAAY,QAAwD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-config.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/form-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAG/D,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;CAM5B,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;;;;;CAUrB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;CAIpB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;CAGpB,CAAC;AAEX,eAAO,MAAM,cAAc;;;;;;;;;CAGjB,CAAC;AAEX,eAAO,MAAM,cAAc,EAAE,WAAW,EAqBvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,WAAW,EA0C1C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,WAAW,EA4EnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cAqCzB,CAAC;AAEF,MAAM,MAAM,eAAe,GACvB,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAChD,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,YAAY,CAU1E,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAEtH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,aAAa,CAOjE,CAAC"}
1
+ {"version":3,"file":"form-config.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/form-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAG/D,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;CAM5B,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;;;;;CAUrB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;CAIpB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;CAGpB,CAAC;AAEX,eAAO,MAAM,cAAc;;;;;;;;;CAGjB,CAAC;AAEX,eAAO,MAAM,cAAc,EAAE,WAAW,EAsBvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,WAAW,EA2C1C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,WAAW,EA8EnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cAwCzB,CAAC;AAEF,MAAM,MAAM,eAAe,GACvB,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAChD,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,YAAY,CAU1E,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAEtH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,aAAa,CAOjE,CAAC"}
@@ -1,9 +1,12 @@
1
1
  import { IAUTH_STATUS } from '../types/request';
2
2
  export declare const AUTH_SUCCESS_MSG = "authSuccedded";
3
3
  export declare const AUTH_FAILED_MSG = "authFaield";
4
- export declare const CONNECTOR_ID = "custom_connectorId";
5
- export declare const AUTH = "auth";
4
+ export declare const TOKEN = "token";
5
+ export declare const CONNECTOR_ID_PARAM = "connector_id";
6
6
  export declare const AUTH_STATUS: {
7
7
  [key: string]: IAUTH_STATUS;
8
8
  };
9
+ export declare const AUTH_SUCCESS_TOAST_MSG = "Successfully Authorized";
10
+ export declare const AUTH_FAILED_TOAST_MSG = "Authorizarion Failed";
11
+ export declare const COPY_SUCCESS = "Copied to clipboard";
9
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,eAAe,CAAC;AAC5C,eAAO,MAAM,YAAY,uBAAuB,CAAC;AACjD,eAAO,MAAM,IAAI,SAAS,CAAC;AAE3B,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAKtD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,eAAe,CAAC;AAC5C,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,kBAAkB,iBAAiB,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAKtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAA4B,CAAC;AAChE,eAAO,MAAM,qBAAqB,yBAAyB,CAAC;AAC5D,eAAO,MAAM,YAAY,wBAAwB,CAAC"}
@@ -1,11 +1,8 @@
1
1
  import { ApiStatus } from '../../../types/api';
2
- import { IConnectorDetails } from '../../../types/connector';
3
2
  import { IAUTH_STATUS, ITestUrlData } from '../types/request';
4
3
  export interface AuthState {
5
4
  authSubmitApiStatus: ApiStatus;
6
5
  testApiStatus: ApiStatus;
7
- connectorDetailApiStatus: ApiStatus;
8
- connectorDetails: IConnectorDetails | null;
9
6
  isAuthenticated: {
10
7
  [key: string]: boolean;
11
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE9D,MAAM,WAAW,SAAS;IACxB,mBAAmB,EAAE,SAAS,CAAC;IAC/B,aAAa,EAAE,SAAS,CAAC;IACzB,wBAAwB,EAAE,SAAS,CAAC;IACpC,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC3C,eAAe,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,SAAS,CAAC;IAChC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;CAClC;AAGD,eAAO,MAAM,YAAY,EAAE,SAW1B,CAAC"}
1
+ {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE9D,MAAM,WAAW,SAAS;IACxB,mBAAmB,EAAE,SAAS,CAAC;IAC/B,aAAa,EAAE,SAAS,CAAC;IACzB,eAAe,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,SAAS,CAAC;IAChC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;CAClC;AAGD,eAAO,MAAM,YAAY,EAAE,SAS1B,CAAC"}
@@ -1,7 +1,4 @@
1
1
  import { RootState } from '../../../store';
2
- export declare const selectConnectorDetail: (state: RootState) => import('../../../types/connector').IConnectorDetails | null;
3
- export declare const selectConnectorDetailApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
4
- export declare const selectorConnectorDetailApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
5
2
  export declare const selectorAuthSubmitApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
6
3
  export declare const selectAuthUrl: (state: RootState) => string;
7
4
  export declare const selectVerifyTokenApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,qBAAqB,UAAW,SAAS,gEAAgC,CAAC;AACvF,eAAO,MAAM,8BAA8B,UAAW,SAAS,2CAAwC,CAAC;AACxG,eAAO,MAAM,gCAAgC,UAAW,SAAS,2CAAwC,CAAC;AAC1G,eAAO,MAAM,2BAA2B,UAAW,SAAS,2CAAmC,CAAC;AAChG,eAAO,MAAM,aAAa,UAAW,SAAS,WAAuB,CAAC;AACtE,eAAO,MAAM,0BAA0B,UAAW,SAAS,2CAAoC,CAAC;AAChG,eAAO,MAAM,4BAA4B,UAAW,SAAS,YAAoC,CAAC;AAClG,eAAO,MAAM,gBAAgB,UAAW,SAAS,4CAA0B,CAAC;AAC5E,eAAO,MAAM,mBAAmB,UAAW,SAAS,2CAA6B,CAAC;AAClF,eAAO,MAAM,iBAAiB,UAAW,SAAS,mDAA2B,CAAC"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,2BAA2B,UAAW,SAAS,2CAAmC,CAAC;AAChG,eAAO,MAAM,aAAa,UAAW,SAAS,WAAuB,CAAC;AACtE,eAAO,MAAM,0BAA0B,UAAW,SAAS,2CAAoC,CAAC;AAChG,eAAO,MAAM,4BAA4B,UAAW,SAAS,YAAoC,CAAC;AAClG,eAAO,MAAM,gBAAgB,UAAW,SAAS,4CAA0B,CAAC;AAC5E,eAAO,MAAM,mBAAmB,UAAW,SAAS,2CAA6B,CAAC;AAClF,eAAO,MAAM,iBAAiB,UAAW,SAAS,mDAA2B,CAAC"}