@fluidattacks/design 3.1.7 → 3.1.8

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 (566) hide show
  1. package/dist/_commonjsHelpers-C37NGDzP.js +1 -0
  2. package/dist/_commonjsHelpers-D6CrkqQz.mjs +6 -0
  3. package/dist/assets/design.css +1 -0
  4. package/dist/components/@core/index.d.ts +5 -0
  5. package/dist/components/@core/index.js +1 -0
  6. package/dist/components/@core/styles.d.ts +6 -0
  7. package/{types → dist}/components/@core/types.d.ts +2 -2
  8. package/{types → dist}/components/@core/utils.d.ts +2 -2
  9. package/{types → dist}/components/@core/variants/utils.d.ts +2 -2
  10. package/{types → dist}/components/accordion/accordion-content/index.d.ts +1 -1
  11. package/dist/components/accordion/accordion-content/index.js +1 -0
  12. package/dist/components/accordion/index.d.ts +4 -0
  13. package/dist/components/accordion/index.js +1 -0
  14. package/dist/components/alert/index.d.ts +4 -0
  15. package/dist/components/alert/index.js +6 -0
  16. package/dist/components/alert/styles.d.ts +9 -0
  17. package/{types → dist}/components/alert/types.d.ts +2 -2
  18. package/dist/components/button/index.d.ts +4 -0
  19. package/dist/components/button/index.js +1 -0
  20. package/dist/components/button/styles.d.ts +9 -0
  21. package/{types → dist}/components/button/types.d.ts +3 -3
  22. package/{types → dist}/components/card/card-header/index.d.ts +1 -1
  23. package/dist/components/card/card-header/index.js +1 -0
  24. package/{types → dist}/components/card/card-with-image/index.d.ts +2 -2
  25. package/dist/components/card/card-with-image/index.js +1 -0
  26. package/{types → dist}/components/card/card-with-input/index.d.ts +1 -1
  27. package/dist/components/card/card-with-input/index.js +3 -0
  28. package/dist/components/card/card-with-input/styles.d.ts +8 -0
  29. package/{types → dist}/components/card/card-with-selector/index.d.ts +1 -1
  30. package/dist/components/card/card-with-selector/index.js +1 -0
  31. package/{types → dist}/components/card/card-with-switch/index.d.ts +1 -1
  32. package/dist/components/card/card-with-switch/index.js +1 -0
  33. package/dist/components/card/index.d.ts +6 -0
  34. package/dist/components/card/index.js +1 -0
  35. package/{types → dist}/components/card/types.d.ts +7 -7
  36. package/dist/components/carousel/index.d.ts +4 -0
  37. package/dist/components/carousel/index.js +24 -0
  38. package/dist/components/carousel/styles.d.ts +10 -0
  39. package/dist/components/checkbox/index.d.ts +3 -0
  40. package/dist/components/checkbox/index.js +3 -0
  41. package/dist/components/checkbox/styles.d.ts +2 -0
  42. package/{types → dist}/components/checkbox/types.d.ts +1 -1
  43. package/{types → dist}/components/cloud-image/index.d.ts +2 -2
  44. package/dist/components/cloud-image/index.js +1 -0
  45. package/{types → dist}/components/cloud-image/types.d.ts +1 -1
  46. package/{types → dist}/components/code-snippet/index.d.ts +1 -1
  47. package/dist/components/code-snippet/index.js +1 -0
  48. package/dist/components/code-snippet/location-code/index.d.ts +3 -0
  49. package/dist/components/code-snippet/location-code/index.js +1 -0
  50. package/dist/components/code-snippet/styles.d.ts +3 -0
  51. package/{types → dist}/components/colors/index.d.ts +3 -3
  52. package/dist/components/colors/index.js +1 -0
  53. package/{types → dist}/components/confirm-dialog/index.d.ts +2 -2
  54. package/dist/components/confirm-dialog/index.js +1 -0
  55. package/dist/components/container/index.d.ts +4 -0
  56. package/dist/components/container/index.js +3 -0
  57. package/dist/components/container/styles.d.ts +9 -0
  58. package/{types → dist}/components/container/types.d.ts +2 -2
  59. package/dist/components/content-card/category-tag/index.js +1 -0
  60. package/dist/components/content-card/event-date/index.js +1 -0
  61. package/{types → dist}/components/content-card/index.d.ts +1 -1
  62. package/dist/components/content-card/index.js +3 -0
  63. package/dist/components/content-card/styles.d.ts +2 -0
  64. package/{types → dist}/components/content-card/types.d.ts +1 -1
  65. package/{types → dist}/components/content-card-carousel/index.d.ts +1 -1
  66. package/dist/components/content-card-carousel/index.js +1 -0
  67. package/{types → dist}/components/content-card-carousel/scroll-buttons/index.d.ts +1 -1
  68. package/dist/components/content-card-carousel/scroll-buttons/index.js +1 -0
  69. package/dist/components/content-card-carousel/styles.d.ts +3 -0
  70. package/{types → dist}/components/content-card-carousel/types.d.ts +1 -1
  71. package/dist/components/divider/index.d.ts +3 -0
  72. package/dist/components/divider/index.js +1 -0
  73. package/{types → dist}/components/divider/types.d.ts +1 -1
  74. package/{types → dist}/components/empty-state/empty-button/index.d.ts +3 -3
  75. package/dist/components/empty-state/empty-button/index.js +1 -0
  76. package/{types → dist}/components/empty-state/index.d.ts +1 -1
  77. package/dist/components/empty-state/index.js +35 -0
  78. package/dist/components/empty-state/styles.d.ts +8 -0
  79. package/{types → dist}/components/empty-state/types.d.ts +1 -1
  80. package/{types → dist}/components/file-preview/index.d.ts +1 -1
  81. package/dist/components/file-preview/index.js +16 -0
  82. package/dist/components/file-preview/styles.d.ts +6 -0
  83. package/{types → dist}/components/file-preview/utils.d.ts +1 -1
  84. package/dist/components/form/index.d.ts +4 -0
  85. package/dist/components/form/index.js +3 -0
  86. package/dist/components/form/styles.d.ts +2 -0
  87. package/{types → dist}/components/form/types.d.ts +1 -1
  88. package/dist/components/grid-container/index.d.ts +4 -0
  89. package/dist/components/grid-container/index.js +7 -0
  90. package/dist/components/grid-container/styles.d.ts +12 -0
  91. package/{types → dist}/components/grid-container/types.d.ts +1 -1
  92. package/dist/components/grid-layout/styles.d.ts +12 -0
  93. package/{types → dist}/components/group-selector/index.d.ts +1 -1
  94. package/dist/components/group-selector/index.js +1 -0
  95. package/{types → dist}/components/group-selector/option-container/index.d.ts +2 -2
  96. package/dist/components/group-selector/option-container/index.js +1 -0
  97. package/dist/components/group-selector/styles.d.ts +7 -0
  98. package/dist/components/icon/index.d.ts +3 -0
  99. package/dist/components/icon/index.js +10 -0
  100. package/dist/components/icon/styles.d.ts +15 -0
  101. package/{types → dist}/components/icon/types.d.ts +2 -2
  102. package/dist/components/icon-button/index.d.ts +3 -0
  103. package/dist/components/icon-button/index.js +3 -0
  104. package/dist/components/icon-button/styles.d.ts +9 -0
  105. package/{types → dist}/components/icon-button/types.d.ts +4 -4
  106. package/{types → dist}/components/indicator-card/index.d.ts +2 -2
  107. package/dist/components/indicator-card/index.js +1 -0
  108. package/{types → dist}/components/indicator-card/types.d.ts +2 -2
  109. package/{types → dist}/components/info-sidebar/index.d.ts +2 -2
  110. package/dist/components/info-sidebar/index.js +1 -0
  111. package/{types → dist}/components/info-sidebar/types.d.ts +2 -2
  112. package/dist/components/inputs/fields/combobox/index.d.ts +4 -0
  113. package/dist/components/inputs/fields/combobox/index.js +1 -0
  114. package/{types → dist}/components/inputs/fields/combobox/option/index.d.ts +1 -1
  115. package/dist/components/inputs/fields/combobox/option/index.js +1 -0
  116. package/dist/components/inputs/fields/combobox/styles.d.ts +3 -0
  117. package/{types → dist}/components/inputs/fields/combobox/types.d.ts +3 -3
  118. package/{types → dist}/components/inputs/fields/date/calendar/cell/index.d.ts +1 -1
  119. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -0
  120. package/{types → dist}/components/inputs/fields/date/calendar/grid/index.d.ts +1 -1
  121. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -0
  122. package/{types → dist}/components/inputs/fields/date/calendar/header/index.d.ts +1 -1
  123. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -0
  124. package/{types → dist}/components/inputs/fields/date/calendar/index.d.ts +1 -1
  125. package/dist/components/inputs/fields/date/calendar/index.js +1 -0
  126. package/dist/components/inputs/fields/date/calendar/styles.d.ts +13 -0
  127. package/dist/components/inputs/fields/date/index.d.ts +3 -0
  128. package/dist/components/inputs/fields/date/index.js +1 -0
  129. package/{types → dist}/components/inputs/fields/date/types.d.ts +3 -3
  130. package/{types → dist}/components/inputs/fields/date-range/calendar/index.d.ts +1 -1
  131. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -0
  132. package/dist/components/inputs/fields/date-range/index.d.ts +4 -0
  133. package/dist/components/inputs/fields/date-range/index.js +3 -0
  134. package/dist/components/inputs/fields/date-range/styles.d.ts +5 -0
  135. package/{types → dist}/components/inputs/fields/date-time/calendar/index.d.ts +2 -2
  136. package/dist/components/inputs/fields/date-time/calendar/index.js +9 -0
  137. package/dist/components/inputs/fields/date-time/calendar/styles.d.ts +3 -0
  138. package/dist/components/inputs/fields/date-time/index.d.ts +4 -0
  139. package/dist/components/inputs/fields/date-time/index.js +1 -0
  140. package/{types → dist}/components/inputs/fields/editable/index.d.ts +2 -2
  141. package/dist/components/inputs/fields/editable/index.js +1 -0
  142. package/dist/components/inputs/fields/input/index.d.ts +3 -0
  143. package/dist/components/inputs/fields/input/index.js +1 -0
  144. package/dist/components/inputs/fields/input-file/index.d.ts +3 -0
  145. package/dist/components/inputs/fields/input-file/index.js +12 -0
  146. package/dist/components/inputs/fields/input-file/styles.d.ts +6 -0
  147. package/dist/components/inputs/fields/input-tags/index.d.ts +3 -0
  148. package/dist/components/inputs/fields/input-tags/index.js +7 -0
  149. package/dist/components/inputs/fields/input-tags/styles.d.ts +2 -0
  150. package/dist/components/inputs/fields/number/index.d.ts +3 -0
  151. package/dist/components/inputs/fields/number/index.js +1 -0
  152. package/dist/components/inputs/fields/number-range/index.d.ts +3 -0
  153. package/dist/components/inputs/fields/number-range/index.js +1 -0
  154. package/dist/components/inputs/fields/phone/index.d.ts +3 -0
  155. package/dist/components/inputs/fields/phone/index.js +16 -0
  156. package/dist/components/inputs/fields/phone/styles.d.ts +6 -0
  157. package/dist/components/inputs/fields/text-area/index.d.ts +3 -0
  158. package/dist/components/inputs/fields/text-area/index.js +1 -0
  159. package/dist/components/inputs/index.d.ts +14 -0
  160. package/dist/components/inputs/index.js +1 -0
  161. package/{types → dist}/components/inputs/label/index.d.ts +1 -1
  162. package/dist/components/inputs/label/index.js +1 -0
  163. package/{types → dist}/components/inputs/outline-container/index.d.ts +2 -2
  164. package/dist/components/inputs/outline-container/index.js +1 -0
  165. package/dist/components/inputs/styles.d.ts +3 -0
  166. package/{types → dist}/components/inputs/types.d.ts +1 -1
  167. package/dist/components/inputs/utils/action-button/index.d.ts +3 -0
  168. package/dist/components/inputs/utils/action-button/index.js +1 -0
  169. package/{types → dist}/components/inputs/utils/calendar-button/index.d.ts +2 -2
  170. package/dist/components/inputs/utils/calendar-button/index.js +1 -0
  171. package/{types → dist}/components/inputs/utils/date-selector/index.d.ts +1 -1
  172. package/dist/components/inputs/utils/date-selector/index.js +1 -0
  173. package/{types → dist}/components/inputs/utils/date-time-field/index.d.ts +1 -1
  174. package/dist/components/inputs/utils/date-time-field/index.js +1 -0
  175. package/{types → dist}/components/inputs/utils/dialog/index.d.ts +2 -2
  176. package/dist/components/inputs/utils/dialog/index.js +1 -0
  177. package/{types → dist}/components/inputs/utils/number-field/index.d.ts +2 -2
  178. package/dist/components/inputs/utils/number-field/index.js +1 -0
  179. package/{types → dist}/components/inputs/utils/popover/index.d.ts +2 -2
  180. package/dist/components/inputs/utils/popover/index.js +1 -0
  181. package/dist/components/inputs/utils/styles.d.ts +17 -0
  182. package/{types → dist}/components/inputs/utils/types.d.ts +4 -4
  183. package/{types → dist}/components/interactive-card/icon/index.d.ts +1 -1
  184. package/dist/components/interactive-card/icon/index.js +1 -0
  185. package/{types → dist}/components/interactive-card/index.d.ts +1 -1
  186. package/dist/components/interactive-card/index.js +1 -0
  187. package/dist/components/interactive-card/styles.d.ts +3 -0
  188. package/{types → dist}/components/interactive-card/types.d.ts +1 -1
  189. package/{types → dist}/components/language-selector/index.d.ts +1 -1
  190. package/dist/components/language-selector/index.js +1 -0
  191. package/{types → dist}/components/language-selector/item-list/index.d.ts +1 -1
  192. package/dist/components/language-selector/item-list/index.js +1 -0
  193. package/dist/components/language-selector/styles.d.ts +5 -0
  194. package/{types → dist}/components/language-selector/types.d.ts +1 -1
  195. package/{types → dist}/components/link/index.d.ts +2 -2
  196. package/dist/components/link/index.js +7 -0
  197. package/dist/components/link/styles.d.ts +8 -0
  198. package/{types → dist}/components/list-item/index.d.ts +2 -2
  199. package/dist/components/list-item/index.js +1 -0
  200. package/dist/components/list-item/styles.d.ts +3 -0
  201. package/{types → dist}/components/list-item/types.d.ts +2 -2
  202. package/{types → dist}/components/little-flag/index.d.ts +1 -1
  203. package/dist/components/little-flag/index.js +3 -0
  204. package/{types → dist}/components/little-flag/styles.d.ts +1 -1
  205. package/{types → dist}/components/loading/index.d.ts +1 -1
  206. package/dist/components/loading/index.js +53 -0
  207. package/dist/components/loading/styles.d.ts +9 -0
  208. package/{types → dist}/components/logo/index.d.ts +1 -1
  209. package/dist/components/logo/index.js +1 -0
  210. package/{types → dist}/components/logo-carousel/index.d.ts +1 -1
  211. package/dist/components/logo-carousel/index.js +46 -0
  212. package/dist/components/logo-carousel/styles.d.ts +4 -0
  213. package/{types → dist}/components/lottie/index.d.ts +1 -1
  214. package/dist/components/lottie/index.js +3 -0
  215. package/dist/components/lottie/styles.d.ts +41 -0
  216. package/{types → dist}/components/lottie/types.d.ts +1 -1
  217. package/{types → dist}/components/menu/index.d.ts +2 -2
  218. package/dist/components/menu/index.js +1 -0
  219. package/{types → dist}/components/message-banner/index.d.ts +1 -1
  220. package/dist/components/message-banner/index.js +18 -0
  221. package/dist/components/message-banner/styles.d.ts +2 -0
  222. package/{types → dist}/components/message-banner/types.d.ts +3 -3
  223. package/{types → dist}/components/message-banner/utils.d.ts +2 -2
  224. package/{types → dist}/components/modal/index.d.ts +3 -3
  225. package/dist/components/modal/index.js +1 -0
  226. package/{types → dist}/components/modal/modal-confirm/index.d.ts +1 -1
  227. package/dist/components/modal/modal-confirm/index.js +1 -0
  228. package/{types → dist}/components/modal/modal-footer/index.d.ts +1 -1
  229. package/dist/components/modal/modal-footer/index.js +1 -0
  230. package/{types → dist}/components/modal/modal-header/index.d.ts +1 -1
  231. package/dist/components/modal/modal-header/index.js +1 -0
  232. package/dist/components/modal/styles.d.ts +16 -0
  233. package/{types → dist}/components/modal/types.d.ts +1 -1
  234. package/{types → dist}/components/notification/index.d.ts +1 -1
  235. package/dist/components/notification/index.js +5 -0
  236. package/dist/components/notification/styles.d.ts +7 -0
  237. package/dist/components/notification/utils.d.ts +4 -0
  238. package/dist/components/notification-sign/index.d.ts +3 -0
  239. package/dist/components/notification-sign/index.js +10 -0
  240. package/dist/components/notification-sign/styles.d.ts +9 -0
  241. package/{types → dist}/components/notification-sign/types.d.ts +1 -1
  242. package/{types → dist}/components/number-input/index.d.ts +2 -2
  243. package/dist/components/number-input/index.js +34 -0
  244. package/dist/components/number-input/styles.d.ts +3 -0
  245. package/{types → dist}/components/number-input/types.d.ts +1 -1
  246. package/{types → dist}/components/oauth-selector/index.d.ts +3 -3
  247. package/dist/components/oauth-selector/index.js +1 -0
  248. package/{types → dist}/components/oauth-selector/option-container/index.d.ts +1 -1
  249. package/dist/components/oauth-selector/option-container/index.js +1 -0
  250. package/{types → dist}/components/oauth-selector/types.d.ts +3 -3
  251. package/{types → dist}/components/plan-card/index.d.ts +1 -1
  252. package/dist/components/plan-card/index.js +5 -0
  253. package/dist/components/plan-card/recommended-tag/index.js +1 -0
  254. package/dist/components/plan-card/styles.d.ts +3 -0
  255. package/{types → dist}/components/plan-card/types.d.ts +1 -1
  256. package/{types → dist}/components/plan-card/utils.d.ts +1 -1
  257. package/dist/components/pop-up/description/index.js +1 -0
  258. package/{types → dist}/components/pop-up/index.d.ts +2 -2
  259. package/dist/components/pop-up/index.js +1 -0
  260. package/{types → dist}/components/pop-up/types.d.ts +1 -1
  261. package/{types → dist}/components/premium-feature/index.d.ts +1 -1
  262. package/dist/components/premium-feature/index.js +3 -0
  263. package/dist/components/premium-feature/styles.d.ts +2 -0
  264. package/{types → dist}/components/premium-feature/types.d.ts +1 -1
  265. package/{types → dist}/components/priority-score/index.d.ts +1 -1
  266. package/dist/components/priority-score/index.js +1 -0
  267. package/{types → dist}/components/progress/index.d.ts +1 -1
  268. package/dist/components/progress/index.js +14 -0
  269. package/dist/components/progress/styles.d.ts +6 -0
  270. package/{types → dist}/components/progress/types.d.ts +1 -1
  271. package/{types → dist}/components/progress-bar/index.d.ts +1 -1
  272. package/dist/components/progress-bar/index.js +5 -0
  273. package/dist/components/progress-bar/styles.d.ts +13 -0
  274. package/dist/components/radio-button/index.d.ts +3 -0
  275. package/dist/components/radio-button/index.js +3 -0
  276. package/dist/components/radio-button/styles.d.ts +5 -0
  277. package/{types → dist}/components/radio-button/types.d.ts +1 -1
  278. package/{types → dist}/components/scroll-button/index.d.ts +2 -2
  279. package/dist/components/scroll-button/index.js +6 -0
  280. package/dist/components/scroll-button/styles.d.ts +4 -0
  281. package/dist/components/search/index.d.ts +3 -0
  282. package/dist/components/search/index.js +7 -0
  283. package/dist/components/search/styles.d.ts +4 -0
  284. package/{types → dist}/components/search/types.d.ts +1 -1
  285. package/{types → dist}/components/search-bar/index.d.ts +1 -1
  286. package/dist/components/search-bar/index.js +1 -0
  287. package/{types → dist}/components/search-bar/item-searching/index.d.ts +1 -1
  288. package/dist/components/search-bar/item-searching/index.js +1 -0
  289. package/dist/components/search-bar/styles.d.ts +15 -0
  290. package/{types → dist}/components/search-bar/types.d.ts +1 -1
  291. package/{types → dist}/components/search-bar/utils.d.ts +1 -1
  292. package/{types → dist}/components/severity-badge/index.d.ts +1 -1
  293. package/dist/components/severity-badge/index.js +1 -0
  294. package/{types → dist}/components/severity-badge/utils.d.ts +1 -1
  295. package/{types → dist}/components/severity-overview/badge/index.d.ts +1 -1
  296. package/dist/components/severity-overview/badge/index.js +1 -0
  297. package/{types → dist}/components/severity-overview/index.d.ts +1 -1
  298. package/dist/components/severity-overview/index.js +1 -0
  299. package/{types → dist}/components/severity-overview/utils.d.ts +1 -1
  300. package/{types → dist}/components/show-on-hover/index.d.ts +1 -1
  301. package/dist/components/show-on-hover/index.js +3 -0
  302. package/dist/components/show-on-hover/styles.d.ts +2 -0
  303. package/{types → dist}/components/show-on-hover/types.d.ts +1 -1
  304. package/{types → dist}/components/slide-out-menu/index.d.ts +2 -2
  305. package/dist/components/slide-out-menu/index.js +3 -0
  306. package/{types → dist}/components/slide-out-menu/menu-item/index.d.ts +1 -1
  307. package/dist/components/slide-out-menu/menu-item/index.js +1 -0
  308. package/dist/components/slide-out-menu/styles.d.ts +2 -0
  309. package/{types → dist}/components/slide-out-menu/types.d.ts +1 -1
  310. package/{types → dist}/components/slider/index.d.ts +1 -1
  311. package/dist/components/slider/index.js +7 -0
  312. package/dist/components/slider/styles.d.ts +7 -0
  313. package/{types → dist}/components/slider/thumb/index.d.ts +1 -1
  314. package/dist/components/slider/thumb/index.js +1 -0
  315. package/{types → dist}/components/slider/types.d.ts +2 -2
  316. package/{types → dist}/components/step-lapse/index.d.ts +1 -1
  317. package/dist/components/step-lapse/index.js +15 -0
  318. package/dist/components/step-lapse/styles.d.ts +8 -0
  319. package/{types → dist}/components/step-lapse/types.d.ts +1 -1
  320. package/{types → dist}/components/table-button/index.d.ts +1 -1
  321. package/dist/components/table-button/index.js +3 -0
  322. package/dist/components/table-button/styles.d.ts +2 -0
  323. package/{types → dist}/components/table-button/types.d.ts +2 -2
  324. package/{types → dist}/components/tabs/fixed-tabs/index.d.ts +1 -1
  325. package/dist/components/tabs/fixed-tabs/index.js +1 -0
  326. package/{types → dist}/components/tabs/index.d.ts +3 -3
  327. package/dist/components/tabs/index.js +1 -0
  328. package/dist/components/tabs/styles.d.ts +4 -0
  329. package/{types → dist}/components/tabs/tab/index.d.ts +1 -1
  330. package/dist/components/tabs/tab/index.js +1 -0
  331. package/{types → dist}/components/tabs/types.d.ts +1 -1
  332. package/{types → dist}/components/tag/index.d.ts +1 -1
  333. package/dist/components/tag/index.js +3 -0
  334. package/dist/components/tag/styles.d.ts +7 -0
  335. package/{types → dist}/components/tag/types.d.ts +1 -1
  336. package/{types → dist}/components/timeline/card/index.d.ts +1 -1
  337. package/dist/components/timeline/card/index.js +1 -0
  338. package/{types → dist}/components/timeline/index.d.ts +2 -2
  339. package/dist/components/timeline/index.js +1 -0
  340. package/dist/components/timeline/styles.d.ts +3 -0
  341. package/{types → dist}/components/toggle/index.d.ts +2 -2
  342. package/dist/components/toggle/index.js +32 -0
  343. package/dist/components/toggle/styles.d.ts +4 -0
  344. package/{types → dist}/components/toggle/types.d.ts +2 -2
  345. package/{types → dist}/components/toggle-buttons/index.d.ts +1 -1
  346. package/dist/components/toggle-buttons/index.js +5 -0
  347. package/dist/components/toggle-buttons/styles.d.ts +3 -0
  348. package/dist/components/tooltip/index.d.ts +4 -0
  349. package/dist/components/tooltip/index.js +1 -0
  350. package/dist/components/tooltip/styles.d.ts +7 -0
  351. package/{types → dist}/components/tooltip/types.d.ts +2 -2
  352. package/{types → dist}/components/tour/index.d.ts +2 -2
  353. package/dist/components/tour/index.js +39 -0
  354. package/{types → dist}/components/tour/types.d.ts +1 -1
  355. package/dist/components/typography/heading/index.d.ts +3 -0
  356. package/dist/components/typography/heading/index.js +1 -0
  357. package/dist/components/typography/index.d.ts +4 -0
  358. package/dist/components/typography/index.js +1 -0
  359. package/dist/components/typography/span/index.d.ts +3 -0
  360. package/dist/components/typography/span/index.js +1 -0
  361. package/dist/components/typography/styles.d.ts +26 -0
  362. package/dist/components/typography/text/index.d.ts +3 -0
  363. package/dist/components/typography/text/index.js +1 -0
  364. package/{types → dist}/components/typography/types.d.ts +2 -2
  365. package/{types → dist}/components/web-form/index.d.ts +3 -3
  366. package/dist/components/web-form/index.js +19 -0
  367. package/dist/components/web-form/styles.d.ts +4 -0
  368. package/dist/gradients.svg +13 -0
  369. package/dist/hooks/index.d.ts +8 -0
  370. package/dist/hooks/index.js +1 -0
  371. package/{types → dist}/hooks/use-cloudinary-image.d.ts +1 -1
  372. package/{types → dist}/hooks/use-debounced-callback.d.ts +1 -1
  373. package/dist/index-BH27NQKA.mjs +2311 -0
  374. package/dist/index-Bcw2vW_n.mjs +75 -0
  375. package/dist/index-C0_LPuYU.mjs +106 -0
  376. package/dist/index-C8zdgAVH.mjs +82 -0
  377. package/dist/index-CA_9DXWd.js +5 -0
  378. package/dist/index-CmylnDrF.js +14 -0
  379. package/dist/index-DUMgwAbO.js +26 -0
  380. package/dist/index-DpQYiwGu.js +5 -0
  381. package/dist/index-Dy8ZUIYs.js +5 -0
  382. package/dist/index-JPf5Yzg6.js +17 -0
  383. package/dist/index-OBZtKZuT.mjs +1021 -0
  384. package/dist/index-SsXlDjK4.mjs +122 -0
  385. package/dist/index-TKLFHcRp.js +18 -0
  386. package/dist/index-TnyKqJHo.mjs +61 -0
  387. package/dist/index-Yr95Cb7Z.mjs +54 -0
  388. package/dist/index-h9-U5wxq.mjs +209 -0
  389. package/dist/index-qCiUU4sZ.js +9 -0
  390. package/dist/index-qe0nJwzl.js +15 -0
  391. package/dist/index.d.ts +66 -0
  392. package/dist/index.js +1 -0
  393. package/dist/styles--Elze-LV.js +3 -0
  394. package/dist/styles-3pR4Xdvy.js +33 -0
  395. package/dist/styles-59h91S9m.mjs +65 -0
  396. package/dist/styles-BAhpqi6C.mjs +133 -0
  397. package/dist/styles-BCwLWpC3.mjs +126 -0
  398. package/dist/styles-BJ7-0I5X.mjs +74 -0
  399. package/dist/styles-BKObp9bh.mjs +76 -0
  400. package/dist/styles-BWVdbvFu.js +5 -0
  401. package/dist/styles-Bl-CstrT.js +5 -0
  402. package/dist/styles-Bn42XCW5.js +7 -0
  403. package/dist/styles-C2CoGJl7.js +33 -0
  404. package/dist/styles-CNzziAXG.js +5 -0
  405. package/dist/styles-CdD9waPD.js +29 -0
  406. package/dist/styles-CnKTwnFk.mjs +110 -0
  407. package/dist/styles-D4R-eerv.mjs +77 -0
  408. package/dist/styles-DNIIhyRC.mjs +144 -0
  409. package/dist/styles-DV8yOaqV.mjs +131 -0
  410. package/dist/styles-DYoftbd3.js +42 -0
  411. package/dist/styles-DlmKLhPh.js +7 -0
  412. package/dist/styles-be8gOdgy.mjs +106 -0
  413. package/dist/use-carousel-64dKFW4E.js +1 -0
  414. package/dist/use-carousel-D7xeL3YZ.mjs +17 -0
  415. package/dist/use-click-outside-BqkLISED.js +1 -0
  416. package/dist/use-click-outside-C4Z4pdiW.mjs +18 -0
  417. package/dist/use-cloudinary-image-DKMl7jbx.mjs +612 -0
  418. package/dist/use-cloudinary-image-YMMafagv.js +1 -0
  419. package/dist/use-modal-CNbLSSQb.mjs +14 -0
  420. package/dist/use-modal-_bYY6M_n.js +1 -0
  421. package/dist/use-search-75ip5xR-.mjs +12 -0
  422. package/dist/use-search-DeL4UDMh.js +1 -0
  423. package/dist/utils-C2whpEd3.js +1 -0
  424. package/dist/utils-Da0qL35u.mjs +4 -0
  425. package/package.json +15 -17
  426. package/button.js +0 -1
  427. package/button.mjs +0 -5
  428. package/index-BRxUTT0G.js +0 -63
  429. package/index-i8Ii0UcD.mjs +0 -2062
  430. package/index.js +0 -668
  431. package/index.mjs +0 -20398
  432. package/types/components/@core/index.d.ts +0 -5
  433. package/types/components/@core/styles.d.ts +0 -6
  434. package/types/components/accordion/index.d.ts +0 -4
  435. package/types/components/alert/index.d.ts +0 -4
  436. package/types/components/alert/styles.d.ts +0 -9
  437. package/types/components/button/index.d.ts +0 -4
  438. package/types/components/button/styles.d.ts +0 -9
  439. package/types/components/card/card-with-input/styles.d.ts +0 -8
  440. package/types/components/card/index.d.ts +0 -6
  441. package/types/components/carousel/index.d.ts +0 -4
  442. package/types/components/carousel/styles.d.ts +0 -10
  443. package/types/components/checkbox/index.d.ts +0 -3
  444. package/types/components/checkbox/styles.d.ts +0 -2
  445. package/types/components/code-snippet/location-code/index.d.ts +0 -5
  446. package/types/components/code-snippet/styles.d.ts +0 -3
  447. package/types/components/container/index.d.ts +0 -4
  448. package/types/components/container/styles.d.ts +0 -9
  449. package/types/components/content-card/styles.d.ts +0 -2
  450. package/types/components/content-card-carousel/styles.d.ts +0 -3
  451. package/types/components/divider/index.d.ts +0 -3
  452. package/types/components/empty-state/styles.d.ts +0 -8
  453. package/types/components/file-preview/styles.d.ts +0 -6
  454. package/types/components/form/index.d.ts +0 -4
  455. package/types/components/form/styles.d.ts +0 -2
  456. package/types/components/grid-container/index.d.ts +0 -4
  457. package/types/components/grid-container/styles.d.ts +0 -12
  458. package/types/components/grid-layout/styles.d.ts +0 -12
  459. package/types/components/group-selector/styles.d.ts +0 -7
  460. package/types/components/icon/index.d.ts +0 -3
  461. package/types/components/icon/styles.d.ts +0 -15
  462. package/types/components/icon-button/index.d.ts +0 -3
  463. package/types/components/icon-button/styles.d.ts +0 -9
  464. package/types/components/inputs/fields/combobox/index.d.ts +0 -4
  465. package/types/components/inputs/fields/combobox/styles.d.ts +0 -3
  466. package/types/components/inputs/fields/date/calendar/styles.d.ts +0 -13
  467. package/types/components/inputs/fields/date/index.d.ts +0 -3
  468. package/types/components/inputs/fields/date-range/index.d.ts +0 -4
  469. package/types/components/inputs/fields/date-range/styles.d.ts +0 -5
  470. package/types/components/inputs/fields/date-time/calendar/styles.d.ts +0 -3
  471. package/types/components/inputs/fields/date-time/index.d.ts +0 -4
  472. package/types/components/inputs/fields/input/index.d.ts +0 -3
  473. package/types/components/inputs/fields/input-file/index.d.ts +0 -3
  474. package/types/components/inputs/fields/input-file/styles.d.ts +0 -6
  475. package/types/components/inputs/fields/input-tags/index.d.ts +0 -3
  476. package/types/components/inputs/fields/input-tags/styles.d.ts +0 -2
  477. package/types/components/inputs/fields/number/index.d.ts +0 -3
  478. package/types/components/inputs/fields/number-range/index.d.ts +0 -3
  479. package/types/components/inputs/fields/phone/index.d.ts +0 -3
  480. package/types/components/inputs/fields/phone/styles.d.ts +0 -6
  481. package/types/components/inputs/fields/text-area/index.d.ts +0 -3
  482. package/types/components/inputs/index.d.ts +0 -14
  483. package/types/components/inputs/styles.d.ts +0 -3
  484. package/types/components/inputs/utils/action-button/index.d.ts +0 -3
  485. package/types/components/inputs/utils/styles.d.ts +0 -17
  486. package/types/components/interactive-card/styles.d.ts +0 -3
  487. package/types/components/language-selector/styles.d.ts +0 -5
  488. package/types/components/link/styles.d.ts +0 -8
  489. package/types/components/list-item/styles.d.ts +0 -3
  490. package/types/components/loading/styles.d.ts +0 -9
  491. package/types/components/logo-carousel/styles.d.ts +0 -4
  492. package/types/components/lottie/styles.d.ts +0 -41
  493. package/types/components/message-banner/styles.d.ts +0 -2
  494. package/types/components/modal/styles.d.ts +0 -16
  495. package/types/components/notification/styles.d.ts +0 -7
  496. package/types/components/notification/utils.d.ts +0 -4
  497. package/types/components/notification-sign/index.d.ts +0 -3
  498. package/types/components/notification-sign/styles.d.ts +0 -9
  499. package/types/components/number-input/styles.d.ts +0 -3
  500. package/types/components/plan-card/styles.d.ts +0 -3
  501. package/types/components/premium-feature/styles.d.ts +0 -2
  502. package/types/components/progress/styles.d.ts +0 -6
  503. package/types/components/progress-bar/styles.d.ts +0 -13
  504. package/types/components/radio-button/index.d.ts +0 -3
  505. package/types/components/radio-button/styles.d.ts +0 -5
  506. package/types/components/scroll-button/styles.d.ts +0 -4
  507. package/types/components/search/index.d.ts +0 -3
  508. package/types/components/search/styles.d.ts +0 -4
  509. package/types/components/search-bar/styles.d.ts +0 -15
  510. package/types/components/show-on-hover/styles.d.ts +0 -2
  511. package/types/components/slide-out-menu/styles.d.ts +0 -2
  512. package/types/components/slider/styles.d.ts +0 -7
  513. package/types/components/step-lapse/styles.d.ts +0 -8
  514. package/types/components/table-button/styles.d.ts +0 -2
  515. package/types/components/tabs/styles.d.ts +0 -4
  516. package/types/components/tag/styles.d.ts +0 -7
  517. package/types/components/timeline/styles.d.ts +0 -3
  518. package/types/components/toggle/styles.d.ts +0 -4
  519. package/types/components/toggle-buttons/styles.d.ts +0 -3
  520. package/types/components/tooltip/index.d.ts +0 -4
  521. package/types/components/tooltip/styles.d.ts +0 -7
  522. package/types/components/typography/heading/index.d.ts +0 -3
  523. package/types/components/typography/index.d.ts +0 -4
  524. package/types/components/typography/span/index.d.ts +0 -3
  525. package/types/components/typography/styles.d.ts +0 -26
  526. package/types/components/typography/text/index.d.ts +0 -3
  527. package/types/components/web-form/styles.d.ts +0 -4
  528. package/types/hooks/index.d.ts +0 -8
  529. package/types/index.d.ts +0 -67
  530. /package/{types → dist}/components/@core/constants.d.ts +0 -0
  531. /package/{types → dist}/components/accordion/types.d.ts +0 -0
  532. /package/{types → dist}/components/carousel/types.d.ts +0 -0
  533. /package/{types → dist}/components/code-snippet/types.d.ts +0 -0
  534. /package/{types → dist}/components/confirm-dialog/types.d.ts +0 -0
  535. /package/{types → dist}/components/content-card/category-tag/index.d.ts +0 -0
  536. /package/{types → dist}/components/content-card/event-date/index.d.ts +0 -0
  537. /package/{types → dist}/components/file-preview/types.d.ts +0 -0
  538. /package/{types → dist}/components/group-selector/types.d.ts +0 -0
  539. /package/{types → dist}/components/inputs/fields/editable/types.d.ts +0 -0
  540. /package/{types → dist}/components/inputs/utils.d.ts +0 -0
  541. /package/{types → dist}/components/link/types.d.ts +0 -0
  542. /package/{types → dist}/components/little-flag/types.d.ts +0 -0
  543. /package/{types → dist}/components/loading/types.d.ts +0 -0
  544. /package/{types → dist}/components/logo/types.d.ts +0 -0
  545. /package/{types → dist}/components/logo-carousel/types.d.ts +0 -0
  546. /package/{types → dist}/components/logo-carousel/utils.d.ts +0 -0
  547. /package/{types → dist}/components/menu/types.d.ts +0 -0
  548. /package/{types → dist}/components/notification/types.d.ts +0 -0
  549. /package/{types → dist}/components/plan-card/recommended-tag/index.d.ts +0 -0
  550. /package/{types → dist}/components/pop-up/description/index.d.ts +0 -0
  551. /package/{types → dist}/components/priority-score/types.d.ts +0 -0
  552. /package/{types → dist}/components/progress/utils.d.ts +0 -0
  553. /package/{types → dist}/components/progress-bar/types.d.ts +0 -0
  554. /package/{types → dist}/components/scroll-button/types.d.ts +0 -0
  555. /package/{types → dist}/components/severity-badge/types.d.ts +0 -0
  556. /package/{types → dist}/components/severity-overview/types.d.ts +0 -0
  557. /package/{types → dist}/components/slider/utils.d.ts +0 -0
  558. /package/{types → dist}/components/timeline/types.d.ts +0 -0
  559. /package/{types → dist}/components/toggle-buttons/types.d.ts +0 -0
  560. /package/{types → dist}/components/web-form/types.d.ts +0 -0
  561. /package/{types → dist}/hooks/use-carousel.d.ts +0 -0
  562. /package/{types → dist}/hooks/use-click-outside.d.ts +0 -0
  563. /package/{types → dist}/hooks/use-modal.d.ts +0 -0
  564. /package/{types → dist}/hooks/use-search.d.ts +0 -0
  565. /package/{types → dist}/utils/date.d.ts +0 -0
  566. /package/{types → dist}/utils/open-url.d.ts +0 -0
@@ -0,0 +1 @@
1
+ "use strict";exports.getDefaultExportFromCjs=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t};
@@ -0,0 +1,6 @@
1
+ function e(e2) {
2
+ return e2 && e2.__esModule && Object.prototype.hasOwnProperty.call(e2, "default") ? e2.default : e2;
3
+ }
4
+ export {
5
+ e as g
6
+ };
@@ -0,0 +1 @@
1
+ *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.mb-1\.5{margin-bottom:.375rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}.h-\[900px\]{height:900px}.w-\[400px\]{width:400px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.max-w-72{max-width:18rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-12{padding-left:3rem;padding-right:3rem}.px-8{padding-left:2rem;padding-right:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[90px\]{padding-top:90px;padding-bottom:90px}.align-middle{vertical-align:middle}.text-sm{font-size:.875rem;line-height:1.25rem}.capitalize{text-transform:capitalize}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@property --btn-padding-x{syntax: "<length>"; initial-value: 16px; inherits: false;}@property --btn-padding-y{syntax: "<length>"; initial-value: 10px; inherits: false;}@property --btn-spacing{syntax: "<length>"; initial-value: 8px; inherits: false;}@property --grid-columns{syntax: "<number>"; initial-value: 12; inherits: false;}@property --grid-width{syntax: "<length>"; initial-value: 1440px; inherits: false;}@property --angle-grad{syntax: "<angle>"; initial-value: 45deg; inherits: false;}@property --opacity-grad{syntax: "<number>"; initial-value: 0; inherits: false;}@property --tag-padding-x{syntax: "<length>"; initial-value: 4px; inherits: false;}@property --tag-padding-y{syntax: "<length>"; initial-value: 0; inherits: false;}@keyframes spinAnimation{to{--border-angle: 360deg}}@keyframes gradientAnimation{0%{--animate-position: 45deg}33%{--animate-position: -50deg}66%{--animate-position: -100deg}to{--animate-position: 45deg}}pre[data-line]{position:relative;padding:1em 0 1em 3em}.line-highlight{position:absolute;left:0;right:0;padding:inherit 0;margin-top:1em;background:#997a6614;background:linear-gradient(to right,#997a661a 70%,#997a6600);pointer-events:none;line-height:inherit;white-space:pre}@media print{.line-highlight{-webkit-print-color-adjust:exact;color-adjust:exact}}.line-highlight:before,.line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;background-color:#997a6666;color:#f5f2f0;font:700 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px #fff}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.line-numbers .line-highlight:before,.line-numbers .line-highlight:after{content:none}pre[id].linkable-line-numbers span.line-numbers-rows{pointer-events:all}pre[id].linkable-line-numbers span.line-numbers-rows>span:before{cursor:pointer}pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#80808033}
@@ -0,0 +1,5 @@
1
+ export * from './variants/utils';
2
+ export * from './constants';
3
+ export * from './styles';
4
+ export * from './types';
5
+ export * from './utils';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../utils-C2whpEd3.js"),t=require("../../styles-C2CoGJl7.js");exports.variantBuilder=e.variantBuilder,exports.BaseButtonComponent=t.BaseButtonComponent,exports.BaseComponent=t.BaseComponent,exports.BaseSpanComponent=t.BaseSpanComponent,exports.BaseTextComponent=t.BaseTextComponent,exports.getStyledConfig=t.getStyledConfig,exports.hiddenProps=t.hiddenProps,exports.setBorder=t.setBorder,exports.setDisplay=t.setDisplay,exports.setInteraction=t.setInteraction,exports.setMargin=t.setMargin,exports.setPadding=t.setPadding,exports.setPosition=t.setPosition,exports.setText=t.setText;
@@ -0,0 +1,6 @@
1
+ import { TModifiable } from './types';
2
+ declare const BaseComponent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TModifiable>> & string;
3
+ declare const BaseButtonComponent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, TModifiable>> & string;
4
+ declare const BaseTextComponent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, TModifiable>> & string;
5
+ declare const BaseSpanComponent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, TModifiable>> & string;
6
+ export { BaseComponent, BaseButtonComponent, BaseTextComponent, BaseSpanComponent, };
@@ -1,5 +1,5 @@
1
- import type { IconName } from "@fortawesome/free-solid-svg-icons";
2
- import type { Property } from "csstype";
1
+ import { IconName } from '@fortawesome/free-solid-svg-icons';
2
+ import { Property } from 'csstype';
3
3
  type ColorGradient = "01" | "02";
4
4
  type ColorPalette = "25" | "50" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
5
5
  /**
@@ -1,5 +1,5 @@
1
- import type { StyledOptions } from "styled-components";
2
- import type { IBorderModifiable, IDisplayModifiable, IInteractionModifiable, IMarginModifiable, IPaddingModifiable, IPositionModifiable, ITextModifiable } from "./types";
1
+ import { StyledOptions } from 'styled-components';
2
+ import { IBorderModifiable, IDisplayModifiable, IInteractionModifiable, IMarginModifiable, IPaddingModifiable, IPositionModifiable, ITextModifiable } from './types';
3
3
  declare const setPadding: (props: Readonly<IPaddingModifiable>) => string;
4
4
  declare const setMargin: (props: Readonly<IMarginModifiable>) => string;
5
5
  declare const setPosition: (props: Readonly<IPositionModifiable>) => string;
@@ -1,5 +1,5 @@
1
- import type { IconPrefix } from "@fortawesome/free-solid-svg-icons";
2
- import type { DefaultTheme } from "styled-components";
1
+ import { IconPrefix } from '@fortawesome/free-solid-svg-icons';
2
+ import { DefaultTheme } from 'styled-components';
3
3
  /**
4
4
  * Object with the icons to be printed on Iconography section.
5
5
  * The key is the name of the icon and the value is an array of icon prefixes.
@@ -1,3 +1,3 @@
1
- import { IAccordionContentProps } from "../types";
1
+ import { IAccordionContentProps } from '../types';
2
2
  declare const AccordionContent: ({ item, }: Readonly<IAccordionContentProps>) => JSX.Element;
3
3
  export { AccordionContent };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("../../container/index.js");require("../../typography/heading/index.js"),require("../../typography/span/index.js");const t=require("../../typography/text/index.js");exports.AccordionContent=({item:r})=>e.jsxs(i.Container,{display:"block",id:`panel-${r.title}`,padding:[.75,.75,.75,.75],children:[r.description?e.jsx(t.Text,{mb:r.extraElement?.5:void 0,size:"sm",children:r.description}):void 0,r.extraElement?e.jsx(i.Container,{children:r.extraElement}):void 0]});
@@ -0,0 +1,4 @@
1
+ import { IAccordionProps } from './types';
2
+ declare const Accordion: import('react').ForwardRefExoticComponent<Readonly<IAccordionProps> & import('react').RefAttributes<HTMLDivElement>>;
3
+ export { Accordion };
4
+ export type { IAccordionProps };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("react"),t=require("styled-components"),o=require("./accordion-content/index.js"),i=require("../container/index.js"),n=require("../icon/index.js");require("../typography/heading/index.js"),require("../typography/span/index.js");const a=require("../typography/text/index.js"),s=r.forwardRef((function({aligned:s="end",items:l,bgColor:c},d){const p=t.useTheme(),[x,u]=r.useState(!1),[g,h]=r.useState(-1),y=r.useCallback((e=>()=>{h(e),u(e!==g||(e=>!e))}),[g]);return e.jsx(i.Container,{ref:d,children:l.map(((r,t)=>{const d=t===g&&x;return e.jsxs(i.Container,{bgColor:c??p.palette.white,children:[e.jsx(i.Container,{"aria-controls":`panel-${r.title}`,"aria-expanded":x,"aria-label":r.title,as:"button",bgColor:c??p.palette.white,bgColorHover:p.palette.gray[100],borderBottom:d||t===l.length-1?"1px solid":void 0,borderColor:p.palette.gray[200],borderTop:"1px solid",cursor:"pointer",display:"flex",onClick:y(t),padding:[.75,.75,.75,.75],width:"100%",children:e.jsxs(i.Container,{as:"summary",display:"flex",flexDirection:"end"===s?"row":"row-reverse",gap:.75,justify:"space-between",width:"100%",children:[e.jsx(a.Text,{color:p.palette.gray[800],fontWeight:"bold",size:"sm",sizeSm:"sm",textAlign:"start",children:r.title}),e.jsx(n.Icon,{icon:d?"chevron-up":"chevron-down",iconColor:p.palette.gray[400],iconSize:"xs",iconType:"fa-light"})]})}),d&&e.jsx(o.AccordionContent,{item:r})]},r.title)}))})}));exports.Accordion=s;
@@ -0,0 +1,4 @@
1
+ import { IAlertProps } from './types';
2
+ declare const Alert: import('react').ForwardRefExoticComponent<Readonly<IAlertProps> & import('react').RefAttributes<HTMLDivElement>>;
3
+ export type { IAlertProps };
4
+ export { Alert };
@@ -0,0 +1,6 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),e=require("react"),t=require("styled-components"),r=require("../../utils-C2whpEd3.js"),o=require("../container/index.js"),i=require("../icon/index.js"),a=require("../icon-button/index.js"),c=n=>{switch(n){case"warning":return"triangle-exclamation";case"info":return"circle-info";case"success":return"circle-check";default:return"circle-exclamation"}},{getVariant:l}=r.variantBuilder((n=>({error:`\n background: ${n.palette.error[50]};\n border: 1px solid ${n.palette.error[500]};\n color: ${n.palette.error[700]};\n\n button {\n color: ${n.palette.error[700]};\n\n &:hover:not([disabled]) {\n background-color: ${n.palette.error[200]};\n color: ${n.palette.error[700]};\n }\n }\n `,info:`\n background: ${n.palette.info[50]};\n border: 1px solid ${n.palette.info[500]};\n color: ${n.palette.info[700]};\n\n button {\n color: ${n.palette.info[700]};\n\n &:hover:not([disabled]) {\n background-color: ${n.palette.info[200]};\n color: ${n.palette.info[700]};\n }\n }\n `,success:`\n background: ${n.palette.success[50]};\n border: 1px solid ${n.palette.success[500]};\n color: ${n.palette.success[700]};\n\n button {\n color: ${n.palette.success[700]};\n\n &:hover:not([disabled]) {\n background-color: ${n.palette.success[200]};\n color: ${n.palette.success[700]};\n }\n }\n `,warning:`\n background: ${n.palette.warning[50]};\n border: 1px solid ${n.palette.warning[500]};\n color: ${n.palette.warning[700]};\n\n button {\n color: ${n.palette.warning[700]};\n\n &:hover:not([disabled]) {\n background-color: ${n.palette.warning[200]};\n color: ${n.palette.warning[700]};\n }\n }\n `}))),s=t.styled.div`
2
+ ${({theme:n,$variant:e})=>`\n background: transparent;\n align-items: center;\n border-radius: ${n.spacing[.25]};\n display: inline-flex;\n font-family: ${n.typography.type.primary};\n font-size: ${n.typography.text.sm};\n font-weight: ${n.typography.weight.bold};\n line-height: ${n.spacing[1.25]};\n min-width: 250px;\n width: 100%;\n padding: ${n.spacing[.75]};\n position: relative;\n gap: ${n.spacing[.75]};\n\n button {\n background-color: transparent;\n }\n\n ${l(n,e??"error")}\n `}
3
+ `,d=t.styled.div`
4
+ padding-right: 4px;
5
+ width: 100%;
6
+ `,p=e.forwardRef((function({autoHide:t=!1,children:r,closable:l=!1,onTimeOut:p,show:u=!0,time:g=8,variant:$="error",id:b,...h},f){const[x,y]=e.useState(u),w=e.useCallback((()=>{y(!1)}),[]);return e.useEffect((()=>{const n=setTimeout((()=>{null==p||p(!0),t&&w()}),1e3*g);return()=>{clearTimeout(n)}}),[t,w,g,p]),e.useEffect((()=>{y(u)}),[u,y]),n.jsx(o.Container,{display:x?"block":"none",ref:f,role:"alert",...h,children:n.jsxs(s,{$variant:$,id:b,children:[n.jsx(i.Icon,{clickable:!1,icon:c($),iconSize:"xs",iconType:"fa-light"}),n.jsx(d,{children:r}),l?n.jsx(a.IconButton,{height:"fit-content",icon:"close",iconSize:"xs",iconType:"fa-light",onClick:w,px:.125,py:.125,variant:"ghost"}):void 0]})})}));exports.Alert=p;
@@ -0,0 +1,9 @@
1
+ import { IconName } from '@fortawesome/free-solid-svg-icons';
2
+ import { TAlertAndNotifyVariant } from './types';
3
+ interface IStyledAlertAndNotifyProps {
4
+ $variant?: TAlertAndNotifyVariant;
5
+ }
6
+ declare const getIcon: (variant: TAlertAndNotifyVariant) => IconName;
7
+ declare const AlertContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IStyledAlertAndNotifyProps>> & string;
8
+ declare const MessageContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export { getIcon, AlertContainer, MessageContainer };
@@ -1,5 +1,5 @@
1
- import type { Dispatch, HTMLAttributes, SetStateAction } from "react";
2
- import type { IMarginModifiable } from "components/@core/types";
1
+ import { Dispatch, HTMLAttributes, SetStateAction } from 'react';
2
+ import { IMarginModifiable } from '../@core/types';
3
3
  type TAlertAndNotifyVariant = "error" | "info" | "success" | "warning";
4
4
  /**
5
5
  * Alert component props.
@@ -0,0 +1,4 @@
1
+ import { IButtonProps } from './types';
2
+ declare const Button: import('react').ForwardRefExoticComponent<Readonly<IButtonProps> & import('react').RefAttributes<HTMLButtonElement>>;
3
+ export type { IButtonProps };
4
+ export { Button };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),o=require("../../styles--Elze-LV.js"),r=require("../icon/index.js"),n=require("../../index-CmylnDrF.js"),t=require("lodash"),l=i.forwardRef((function({children:l,disabled:a=!1,external:s=!1,href:d,id:c,icon:u,name:p,onClick:x,showArrow:b=!1,type:f="button",tooltip:j,tooltipPlace:h="bottom",underline:v=!1,value:y,variant:m="primary",...q},w){const g=void 0!==j,k=`${c}-tooltip`,S=i.useCallback((()=>{d&&((e,i=!0)=>{const o=window.open(e,i?void 0:"_self","noopener,noreferrer,");t.isObject(o)&&(o.opener=null)})(d,s)}),[s,d]);return e.jsx(n.Tooltip,{disabled:!g,id:k,place:h,tip:j,children:e.jsxs(o.StyledButton,{$variant:m,"aria-disabled":a,className:v?"underline":void 0,disabled:a,id:c,name:p,onClick:"link"===m?S:x,ref:w,type:f,value:y,...g?{"data-tooltip-id":k}:{},...q,children:[void 0!==u&&e.jsx(r.Icon,{icon:u,iconSize:"xs",iconType:"fa-light"}),l,(b||"link"===m)&&e.jsx(r.Icon,{icon:"arrow-right",iconSize:"xs",iconType:"fa-light"})]})})}));exports.Button=l;
@@ -0,0 +1,9 @@
1
+ import { TVariant } from './types';
2
+ interface IStyledButtonProps {
3
+ $variant?: TVariant;
4
+ }
5
+ declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import('../@core').IPaddingModifiable | keyof import('../@core').IMarginModifiable | keyof import('../@core').IPositionModifiable | keyof import('../@core').IBorderModifiable | keyof import('../@core').IDisplayModifiable | keyof import('../@core').ITextModifiable | keyof import('../@core').IInteractionModifiable> & import('../@core').IBorderModifiable & import('../@core').IDisplayModifiable & import('../@core').IInteractionModifiable & import('../@core').IMarginModifiable & import('../@core').IPaddingModifiable & import('../@core').IPositionModifiable & import('../@core').ITextModifiable, "ref"> & {
6
+ ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
7
+ }, IStyledButtonProps>> & string;
8
+ export type { IStyledButtonProps, TVariant };
9
+ export { StyledButton };
@@ -1,6 +1,6 @@
1
- import type { ButtonHTMLAttributes } from "react";
2
- import type { IBorderModifiable, IDisplayModifiable, IIconModifiable, IMarginModifiable, IPaddingModifiable, TMode } from "components/@core";
3
- import type { TPlace } from "components/tooltip/types";
1
+ import { ButtonHTMLAttributes } from 'react';
2
+ import { IBorderModifiable, IDisplayModifiable, IIconModifiable, IMarginModifiable, IPaddingModifiable, TMode } from '../@core';
3
+ import { TPlace } from '../tooltip/types';
4
4
  type TVariant = "primary" | "secondary" | "tertiary" | "ghost" | "link";
5
5
  /**
6
6
  * Button component props.
@@ -1,3 +1,3 @@
1
- import type { ICardHeader } from "../types";
1
+ import { ICardHeader } from '../types';
2
2
  declare const CardHeader: ({ authorEmail, date, description, descriptionColor, id, title, titleColor, textAlign, textSpacing, tooltip, }: Readonly<ICardHeader>) => JSX.Element;
3
3
  export { CardHeader };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("styled-components"),r=require("../../container/index.js"),i=require("../../../index-CmylnDrF.js");require("../../typography/heading/index.js"),require("../../typography/span/index.js");const o=require("../../typography/text/index.js");exports.CardHeader=({authorEmail:n,date:l,description:s,descriptionColor:a,id:d,title:x,titleColor:c,textAlign:p,textSpacing:g=0,tooltip:h})=>{const u=t.useTheme();return e.jsxs(r.Container,{width:"100%",children:["string"==typeof x?e.jsx(o.Text,{color:c??u.palette.gray[800],fontWeight:"bold",mb:g,size:"sm",textAlign:p,wordBreak:"break-word",children:x}):x,e.jsxs(r.Container,{alignItems:"start",display:"flex",flexDirection:"column",gap:.25,children:[s&&e.jsx(o.Text,{color:a??u.palette.gray[800],fontWeight:void 0===s?"bold":"regular",size:"sm",textAlign:p,wordBreak:"break-word",children:s}),l&&e.jsx(o.Text,{color:u.palette.gray[800],fontWeight:"bold",size:"sm",textAlign:p,wordBreak:"break-word",children:`Date: ${l.split(" ")[0]}`}),n&&e.jsx(o.Text,{color:u.palette.gray[800],fontWeight:"bold",size:"sm",textAlign:p,wordBreak:"break-word",children:`$Author: ${n}`}),h&&e.jsx(i.Tooltip,{icon:"circle-info",id:d,tip:h})]})]})};
@@ -1,4 +1,4 @@
1
- import { PropsWithChildren } from "react";
2
- import type { ICardWithImageProps } from "../types";
1
+ import { PropsWithChildren } from 'react';
2
+ import { ICardWithImageProps } from '../types';
3
3
  declare const CardWithImage: ({ alt, authorEmail, date, description, src, children, isEditing, onClick, title, hideDescription, headerType, showMaximize, }: Readonly<PropsWithChildren<ICardWithImageProps>>) => JSX.Element;
4
4
  export { CardWithImage };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),r=require("styled-components"),t=require("../card-header/index.js"),o=require("../../container/index.js"),n=require("../../file-preview/index.js"),a=require("../../icon-button/index.js");exports.CardWithImage=({alt:s,authorEmail:d,date:l,description:c,src:p,children:u,isEditing:x,onClick:h,title:g,hideDescription:j=!1,headerType:m="image",showMaximize:b=!0})=>{const y=r.useTheme(),[C,v]=i.useState(!1),f=i.useCallback((()=>{v(!0)}),[]),w=i.useCallback((()=>{v(!1)}),[]);return e.jsxs(o.Container,{bgColor:"transparent",border:"1px solid transparent",borderColorHover:"black",borderRadius:y.spacing[.25],display:"flex",flexDirection:"column",gap:1,onHover:f,onLeave:w,padding:[.5,.5,.5,.5],width:"100%",children:[e.jsx(o.Container,{cursor:x?"unset":"pointer",display:"inline-flex",justify:"center",onClick:h,position:"relative",width:"100%",children:void 0===u?e.jsxs(i.Fragment,{children:[e.jsx(n.FilePreview,{alt:s,fileType:m,height:"147px",opacity:C?.3:0,src:p,width:"100%"}),b?e.jsx(o.Container,{bottom:"10px",position:"absolute",right:"10px",children:e.jsx(a.IconButton,{color:"white",icon:"arrows-maximize",iconSize:"xxs",iconType:"fa-light",variant:"secondary"})}):void 0]}):u}),j?null:e.jsx(t.CardHeader,{authorEmail:d,date:l,description:c,descriptionColor:y.palette.gray[600],id:`${s}-card-header`,title:g})]})};
@@ -1,3 +1,3 @@
1
- import type { ICardWithInputProps } from "../types";
1
+ import { ICardWithInputProps } from '../types';
2
2
  declare const CardWithInput: ({ description, disabled, id, align, inputType, inputNumberProps, minHeight, minWidth, name, placeholder, tooltip, title, }: Readonly<ICardWithInputProps>) => JSX.Element;
3
3
  export { CardWithInput };
@@ -0,0 +1,3 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),n=require("styled-components"),t=require("../card-header/index.js");require("../../inputs/fields/combobox/index.js");const r=require("../../inputs/fields/date/index.js");require("../../inputs/fields/date-range/index.js"),require("../../inputs/fields/date-time/index.js"),require("lodash"),require("../../icon/index.js"),require("../../../index-CmylnDrF.js"),require("../../container/index.js"),require("../../link/index.js"),require("../../typography/heading/index.js"),require("../../typography/span/index.js"),require("../../typography/text/index.js");const s=require("../../inputs/fields/input/index.js");require("../../inputs/fields/input-file/index.js"),require("../../inputs/fields/input-tags/index.js");const d=require("../../inputs/fields/number/index.js");require("../../inputs/fields/number-range/index.js"),require("../../inputs/fields/phone/index.js"),require("../../inputs/fields/text-area/index.js"),require("../../../styles-Bl-CstrT.js"),require("../../tag/index.js"),require("../../icon-button/index.js");const u=n.styled.div`
2
+ ${({theme:e,$align:i="center",$minWidth:n="auto",$minHeight:t="auto"})=>`\n display: flex;\n background-color: ${e.palette.white};\n border-radius: ${e.spacing[.25]};\n border: 1px solid ${e.palette.gray[200]};\n flex-direction: column;\n justify-content: center;\n gap: ${e.spacing[.5]};\n min-width: ${n};\n min-height: ${t};\n padding: ${e.spacing[1]};\n\n input {\n color: ${e.palette.gray[800]};\n line-height: ${e.spacing[1.5]};\n text-align: ${i};\n }\n `}
3
+ `;exports.CardWithInput=({description:n,disabled:a,id:l,align:p,inputType:o="text",inputNumberProps:x,minHeight:c,minWidth:j,name:m,placeholder:g,tooltip:q,title:h})=>{const f=i.useMemo((()=>{if("text"===o)return e.jsx(s.Input,{disabled:a,name:m,placeholder:g});if("date"===o)return e.jsx(r.InputDate,{disabled:a,name:m});const{decimalPlaces:i,max:n,min:t}=x??{};return e.jsx(d.InputNumber,{decimalPlaces:i,disabled:a,max:n,min:t,name:m,placeholder:g})}),[a,x,o,m,g]);return e.jsxs(u,{$align:p,$minHeight:c,$minWidth:j,children:[e.jsx(t.CardHeader,{description:n,id:l,title:h,tooltip:q}),f]})};
@@ -0,0 +1,8 @@
1
+ import { Property } from 'csstype';
2
+ interface ICardInputContainerProps {
3
+ $align?: Property.TextAlign;
4
+ $minHeight?: string;
5
+ $minWidth?: string;
6
+ }
7
+ declare const CardInputContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ICardInputContainerProps>> & string;
8
+ export { CardInputContainer };
@@ -1,3 +1,3 @@
1
- import type { ICardWithSelectorProps } from "../types";
1
+ import { ICardWithSelectorProps } from '../types';
2
2
  declare const CardWithSelector: ({ alt, imageId, icon, selectorProps, onClick, title, width, }: Readonly<ICardWithSelectorProps>) => JSX.Element;
3
3
  export { CardWithSelector };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("styled-components"),t=require("../../../index-TKLFHcRp.js"),r=require("../../container/index.js"),n=require("../../icon/index.js"),o=require("../../radio-button/index.js"),a=require("../../typography/heading/index.js");require("../../typography/span/index.js"),require("../../typography/text/index.js"),exports.CardWithSelector=({alt:d,imageId:s,icon:l,selectorProps:c,onClick:p,title:x,width:g="fit-content"})=>{const u=i.useTheme();return e.jsxs(r.Container,{alignItems:"center",border:`1px solid ${u.palette.gray[200]}`,borderColorHover:u.palette.gray[600],borderRadius:u.spacing[.25],display:"inline-flex",padding:[1,1,1,1],shadowHover:"md",width:g,children:[e.jsx(r.Container,{alignSelf:"start",display:"flex",width:"fit-content",children:e.jsx(o.RadioButton,{name:c.name,onClick:p,value:c.value})}),e.jsxs(r.Container,{alignItems:"center",display:"flex",gap:.5,justify:"space-between",ml:1,mr:1,width:"100%",children:[void 0===s?void 0:e.jsx(t.MemoizedImage,{alt:d??"card image",height:"32px",publicId:s,width:"32px"}),void 0===l?void 0:e.jsx(n.Icon,{icon:l,iconSize:"sm",iconType:"fa-light"}),e.jsx(a.Heading,{fontWeight:"bold",lineSpacing:1.75,size:"xs",children:x})]})]})};
@@ -1,3 +1,3 @@
1
- import type { ICardWithSwitchProps } from "../types";
1
+ import { ICardWithSwitchProps } from '../types';
2
2
  declare const CardWithSwitch: ({ id, title, toggles, minWidth, height, }: Readonly<ICardWithSwitchProps>) => JSX.Element;
3
3
  export { CardWithSwitch };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("styled-components"),t=require("../card-header/index.js"),r=require("../../container/index.js"),n=require("../../toggle/index.js");exports.CardWithSwitch=({id:o,title:a,toggles:d,minWidth:s="auto",height:l="auto"})=>{const g=i.useTheme();return e.jsxs(r.Container,{alignItems:"center",bgColor:g.palette.white,border:`1px solid ${g.palette.gray[200]}`,borderRadius:g.spacing[.25],display:"flex",flexDirection:"column",gap:.5,height:l,justify:"center",minHeight:"100px",minWidth:s,padding:[1.25,1.25,1.25,1.25],children:[e.jsx(t.CardHeader,{id:o,title:a}),e.jsx(r.Container,{display:"flex",flexDirection:"column",gap:.5,minHeight:"40px",width:"100%",children:d.map((i=>e.jsx(n.Toggle,{...i},`$card-toggle-${i.name}`)))})]})};
@@ -0,0 +1,6 @@
1
+ import { CardHeader } from './card-header';
2
+ import { CardWithImage } from './card-with-image';
3
+ import { CardWithInput } from './card-with-input';
4
+ import { CardWithSelector } from './card-with-selector';
5
+ import { CardWithSwitch } from './card-with-switch';
6
+ export { CardHeader, CardWithInput, CardWithImage, CardWithSelector, CardWithSwitch, };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./card-header/index.js"),r=require("./card-with-image/index.js"),t=require("./card-with-input/index.js"),i=require("./card-with-selector/index.js"),d=require("./card-with-switch/index.js");exports.CardHeader=e.CardHeader,exports.CardWithImage=r.CardWithImage,exports.CardWithInput=t.CardWithInput,exports.CardWithSelector=i.CardWithSelector,exports.CardWithSwitch=d.CardWithSwitch;
@@ -1,10 +1,10 @@
1
- import { IconName } from "@fortawesome/free-solid-svg-icons";
2
- import type { Property } from "csstype";
3
- import type { MouseEventHandler } from "react";
4
- import type { TSpacing } from "components/@core/types";
5
- import type { TFileType } from "components/file-preview/types";
6
- import { IRadioButtonProps } from "components/radio-button/types";
7
- import { IToggleProps } from "components/toggle/types";
1
+ import { IconName } from '@fortawesome/free-solid-svg-icons';
2
+ import { Property } from 'csstype';
3
+ import { MouseEventHandler } from 'react';
4
+ import { TSpacing } from '../@core/types';
5
+ import { TFileType } from '../file-preview/types';
6
+ import { IRadioButtonProps } from '../radio-button/types';
7
+ import { IToggleProps } from '../toggle/types';
8
8
  type TInputType = "date" | "number" | "text";
9
9
  /**
10
10
  * Card component shared props.
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { ICarouselProps } from './types';
3
+ declare const Carousel: FC<ICarouselProps>;
4
+ export { Carousel };
@@ -0,0 +1,24 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("react"),r=require("styled-components"),i=require("../../use-carousel-64dKFW4E.js");require("lodash");const n=r.styled.div`
2
+ position: relative;
3
+ margin: auto;
4
+ overflow: hidden;
5
+ `,s=r.styled.div`
6
+ display: flex;
7
+ transition: transform 0.5s ease-in-out;
8
+ transform: translateX(
9
+ ${({$currentIndex:e})=>100*-e}%
10
+ );
11
+ `,a=r.styled.div`
12
+ align-items: center;
13
+ display: flex;
14
+ justify-content: center;
15
+ min-width: 100%;
16
+ `,l=r.styled.button`
17
+ ${({theme:e,$isActive:t})=>`\n background-color: ${t?e.palette.primary[400]:e.palette.white};\n border: none;\n border-radius: 50%;\n cursor: pointer;\n height: ${e.spacing[.75]};\n width: ${e.spacing[.75]};\n `}
18
+ `,o=r.styled.div`
19
+ align-items: center;
20
+ display: flex;
21
+ gap: ${({theme:e})=>e.spacing[.5]};
22
+ justify-content: center;
23
+ margin-top: ${({theme:e})=>e.spacing[2]};
24
+ `;exports.Carousel=({slides:r,interval:c=300})=>{const{cycle:d,setCycle:u,setProgress:p}=i.useCarousel(c,r.length),m=t.useCallback((e=>()=>{u(e),p(0)}),[u,p]);return e.jsxs(n,{"aria-roledescription":"carousel",children:[e.jsx(s,{$currentIndex:d,children:r.map(((t,r)=>{const i=`slide-${r}`;return e.jsx(a,{"aria-label":i,"aria-roledescription":"slide",children:t.content},i)}))}),e.jsx(o,{children:r.map(((t,r)=>{const i=`nav-button-${r}`;return e.jsx(l,{$isActive:r===d,"aria-label":`Go to slide ${r+1}`,"data-testid":r===d?"active":"inactive",onClick:m(r)},i)}))})]})};
@@ -0,0 +1,10 @@
1
+ declare const CarouselContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const CarouselWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
+ $currentIndex: number;
4
+ }>> & string;
5
+ declare const CarouselSlide: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ declare const NavButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
7
+ $isActive: boolean;
8
+ }>> & string;
9
+ declare const NavContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export { CarouselContainer, CarouselWrapper, CarouselSlide, NavContainer, NavButton, };
@@ -0,0 +1,3 @@
1
+ import { ICheckboxProps } from './types';
2
+ declare const Checkbox: import('react').ForwardRefExoticComponent<Readonly<ICheckboxProps> & import('react').RefAttributes<HTMLInputElement>>;
3
+ export { Checkbox };
@@ -0,0 +1,3 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),e=require("react"),t=require("styled-components"),a=require("../icon/index.js"),i=t.styled.label`
2
+ ${({theme:n})=>`\n align-items: start;\n color: ${n.palette.gray[600]};\n display: flex;\n cursor: pointer;\n font-family: ${n.typography.type.primary};\n font-size: ${n.typography.text.sm};\n font-weight: ${n.typography.weight.regular};\n line-height: ${n.spacing[1]};\n letter-spacing: 0;\n position: relative;\n text-align: left;\n\n &[aria-disabled="true"] {\n color: ${n.palette.gray[300]};\n cursor: not-allowed;\n }\n\n input {\n position: absolute;\n opacity: 0;\n cursor: pointer;\n height: 0;\n width: 0;\n }\n\n svg {\n background-color: ${n.palette.white};\n border-radius: ${n.spacing[.25]};\n border: 1px solid ${n.palette.gray[600]};\n top: 0;\n left: 0;\n height: ${n.spacing[.5]};\n margin-right: ${n.spacing[.5]};\n width: ${n.spacing[.5]};\n padding: ${n.spacing[.25]};\n }\n\n svg > path {\n fill: ${n.palette.white};\n }\n\n input:checked ~ span > svg {\n background-color: ${n.palette.primary[500]};\n border: 1px solid ${n.palette.primary[500]};\n }\n\n input:disabled ~ span > svg {\n border: 1px solid ${n.palette.gray[300]};\n cursor: not-allowed;\n }\n\n input:not(:disabled):hover ~ span > svg {\n box-shadow: 0 0 0 4px ${n.palette.gray[100]};\n }\n\n input:checked:disabled ~ span > svg {\n background-color: ${n.palette.gray[300]};\n border: 1px solid ${n.palette.gray[300]};\n }\n\n input:not(:disabled):hover:checked ~ span > svg {\n box-shadow: 0 0 0 4px ${n.palette.primary[50]};\n }\n\n input:checked ~ span > svg > path {\n fill: ${n.palette.white};\n }\n\n input:checked:disabled ~ span > svg > path {\n fill: ${n.palette.white};\n }\n `}
3
+ `,r=e.forwardRef((function({defaultChecked:e=!1,disabled:t=!1,label:r,name:o,onChange:l,onClick:p,onFocus:s,onKeyDown:d,value:c,...g},h){return n.jsxs(i,{"aria-disabled":t,htmlFor:o,children:[n.jsx("input",{"aria-checked":e,"aria-disabled":t,"aria-label":o,defaultChecked:e,disabled:t,id:o,name:o,onChange:l,onClick:p,onFocus:s,onKeyDown:d,ref:h,type:"checkbox",value:c,...g}),n.jsx(a.Icon,{disabled:t,icon:"check",iconSize:"sm"}),r??c]})}));exports.Checkbox=r;
@@ -0,0 +1,2 @@
1
+ declare const InputContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
2
+ export { InputContainer };
@@ -1,4 +1,4 @@
1
- import type { HTMLAttributes } from "react";
1
+ import { HTMLAttributes } from 'react';
2
2
  /**
3
3
  * Checkbox props.
4
4
  * @interface ICheckboxProps
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import { ICloudImageProps } from "./types";
1
+ import { default as React } from 'react';
2
+ import { ICloudImageProps } from './types';
3
3
  declare const MemoizedImage: React.MemoExoticComponent<({ alt, height, width, plugins, publicId, }: Readonly<ICloudImageProps>) => JSX.Element>;
4
4
  export type { ICloudImageProps };
5
5
  export { MemoizedImage as CloudImage };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),require("react/jsx-runtime");const e=require("../../index-TKLFHcRp.js");require("react"),require("../../use-cloudinary-image-YMMafagv.js"),require("lodash"),exports.CloudImage=e.MemoizedImage;
@@ -1,4 +1,4 @@
1
- import type { Plugins } from "@cloudinary/html";
1
+ import { Plugins } from '@cloudinary/html';
2
2
  /**
3
3
  * Cloud image component props.
4
4
  * @interface ICloudImageProps
@@ -1,3 +1,3 @@
1
- import type { ICodeSnippetProps } from "./types";
1
+ import { ICodeSnippetProps } from './types';
2
2
  declare const CodeSnippet: ({ noCodeMessage, snippet, }: Readonly<ICodeSnippetProps>) => JSX.Element;
3
3
  export { CodeSnippet };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("lodash"),n=require("react"),t=require("styled-components"),o=require("../../styles-CNzziAXG.js"),r=require("../button/index.js"),s=require("../container/index.js"),a=require("../icon/index.js"),l=require("../icon-button/index.js");exports.CodeSnippet=({noCodeMessage:c="Code snippet not available",snippet:u})=>{const p=t.useTheme(),[d,h]=n.useState(!1),[x,g]=n.useState(!0),j=n.useCallback((()=>{h((e=>!e))}),[h]),C=n.useCallback((()=>{if(i.isNil(u)||i.isEmpty(u)||!i.isString(u))return g(!1),c;const e=u.split("\n");return e.length>8&&!d?`${[...e].splice(0,7).join("\n")}\n${e[8]}...`:(e.length<8&&g(!1),u)}),[d,u,c]),y=n.useMemo(C,[C]),b=n.useCallback((async()=>{await navigator.clipboard.writeText(y)}),[y]);return e.jsxs(s.Container,{bgColor:p.palette.gray[100],borderRadius:"4px",display:"inline-flex",minWidth:"565px",position:"relative",children:[e.jsx(o.CodeContainer,{"data-private":!0,children:e.jsx("pre",{children:e.jsx("code",{className:"language-none",children:y})})}),e.jsxs(o.ButtonsContainer,{children:[e.jsx(l.IconButton,{height:p.spacing[2.5],icon:"copy",iconColor:p.palette.gray[700],iconSize:"xs",iconType:"fa-light",onClick:b,variant:"ghost",width:p.spacing[2.5]}),!!x&&e.jsxs(r.Button,{onClick:j,variant:"ghost",children:[d?"Show Less":"Show more",e.jsx(a.Icon,{icon:d?"chevron-up":"chevron-down",iconColor:p.palette.gray[700],iconSize:"xxs",iconType:"fa-light",ml:.25,onClick:b})]})]})]})};
@@ -0,0 +1,3 @@
1
+ import { ICodeSnippetProps } from '../types';
2
+ declare const Code: ({ noCodeMessage, snippet, specific, }: Readonly<ICodeSnippetProps>) => JSX.Element;
3
+ export { Code };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("lodash"),i=require("prismjs"),n=require("react"),r=require("../../../styles-CNzziAXG.js");!function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document&&document.querySelector){var e,t="line-numbers",i="linkable-line-numbers",n=/\n(?!$)/g,r=!0;Prism.plugins.lineHighlight={highlightLines:function(s,u,c){var d=(u="string"==typeof u?u:s.getAttribute("data-line")||"").replace(/\s+/g,"").split(",").filter(Boolean),h=+s.getAttribute("data-line-offset")||0,p=(function(){if(void 0===e){var t=document.createElement("div");t.style.fontSize="13px",t.style.lineHeight="1.5",t.style.padding="0",t.style.border="0",t.innerHTML="&nbsp;<br />&nbsp;",document.body.appendChild(t),e=38===t.offsetHeight,document.body.removeChild(t)}return e}()?parseInt:parseFloat)(getComputedStyle(s).lineHeight),g=Prism.util.isActive(s,t),f=s.querySelector("code"),m=g?s:f||s,v=[],y=f.textContent.match(n),b=y?y.length+1:1,x=f&&m!=f?function(e,t){var i=getComputedStyle(e),n=getComputedStyle(t);function r(e){return+e.substr(0,e.length-2)}return t.offsetTop+r(n.borderTopWidth)+r(n.paddingTop)-r(i.paddingTop)}(s,f):0;d.forEach((function(e){var t=e.split("-"),i=+t[0],n=+t[1]||i;if(!((n=Math.min(b+h,n))<i)){var r=s.querySelector('.line-highlight[data-range="'+e+'"]')||document.createElement("div");if(v.push((function(){r.setAttribute("aria-hidden","true"),r.setAttribute("data-range",e),r.className=(c||"")+" line-highlight"})),g&&Prism.plugins.lineNumbers){var o=Prism.plugins.lineNumbers.getLine(s,i),l=Prism.plugins.lineNumbers.getLine(s,n);if(o){var a=o.offsetTop+x+"px";v.push((function(){r.style.top=a}))}if(l){var u=l.offsetTop-o.offsetTop+l.offsetHeight+"px";v.push((function(){r.style.height=u}))}}else v.push((function(){r.setAttribute("data-start",String(i)),n>i&&r.setAttribute("data-end",String(n)),r.style.top=(i-h-1)*p+x+"px",r.textContent=new Array(n-i+2).join(" \n")}));v.push((function(){r.style.width=s.scrollWidth+"px"})),v.push((function(){m.appendChild(r)}))}}));var A=s.id;if(g&&Prism.util.isActive(s,i)&&A){l(s,i)||v.push((function(){s.classList.add(i)}));var C=parseInt(s.getAttribute("data-start")||"1");o(".line-numbers-rows > span",s).forEach((function(e,t){var i=t+C;e.onclick=function(){var e=A+"."+i;r=!1,location.hash=e,setTimeout((function(){r=!0}),1)}}))}return function(){v.forEach(a)}}};var s=0;Prism.hooks.add("before-sanity-check",(function(e){var t=e.element.parentElement;if(u(t)){var i=0;o(".line-highlight",t).forEach((function(e){i+=e.textContent.length,e.parentNode.removeChild(e)})),i&&/^(?: \n)+$/.test(e.code.slice(-i))&&(e.code=e.code.slice(0,-i))}})),Prism.hooks.add("complete",(function e(i){var n=i.element.parentElement;if(u(n)){clearTimeout(s);var r=Prism.plugins.lineNumbers,o=i.plugins&&i.plugins.lineNumbers;l(n,t)&&r&&!o?Prism.hooks.add("line-numbers",e):(Prism.plugins.lineHighlight.highlightLines(n)(),s=setTimeout(c,1))}})),window.addEventListener("hashchange",c),window.addEventListener("resize",(function(){o("pre").filter(u).map((function(e){return Prism.plugins.lineHighlight.highlightLines(e)})).forEach(a)}))}function o(e,t){return Array.prototype.slice.call((t||document).querySelectorAll(e))}function l(e,t){return e.classList.contains(t)}function a(e){e()}function u(e){return!!(e&&/pre/i.test(e.nodeName)&&(e.hasAttribute("data-line")||e.id&&Prism.util.isActive(e,i)))}function c(){var e=location.hash.slice(1);o(".temporary.line-highlight").forEach((function(e){e.parentNode.removeChild(e)}));var t=(e.match(/\.([\d,-]+)$/)||[,""])[1];if(t&&!document.getElementById(e)){var i=e.slice(0,e.lastIndexOf(".")),n=document.getElementById(i);n&&(n.hasAttribute("data-line")||n.setAttribute("data-line",""),Prism.plugins.lineHighlight.highlightLines(n,t,"temporary ")(),r&&document.querySelector(".temporary.line-highlight").scrollIntoView())}}}(),exports.Code=({noCodeMessage:s="Code snippet not available",snippet:o,specific:l})=>(n.useEffect((()=>{i.highlightAll()}),[]),e.jsx(r.CodeContainer,{"data-private":!0,children:e.jsx("pre",{className:"line-highlight","data-line-offset":t.isNil(o)||t.isString(o)?0:o.offset+.7,...void 0!==l?{"data-line":String(Number(l))}:{},children:t.isNil(o)||t.isString(o)||t.isEmpty(o.content)?e.jsx("div",{className:"no-data",children:e.jsx("p",{children:s})}):e.jsx("code",{className:"language-none",children:o.content})})}));
@@ -0,0 +1,3 @@
1
+ declare const CodeContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ declare const ButtonsContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export { ButtonsContainer, CodeContainer };
@@ -1,6 +1,6 @@
1
- import type { IconName, IconPrefix } from "@fortawesome/free-solid-svg-icons";
2
- import React from "react";
3
- import { type DefaultTheme } from "styled-components";
1
+ import { IconName, IconPrefix } from '@fortawesome/free-solid-svg-icons';
2
+ import { default as React } from 'react';
3
+ import { DefaultTheme } from 'styled-components';
4
4
  declare const icons: IconName[];
5
5
  declare const uniqueIcons: [IconPrefix, IconName][];
6
6
  declare const theme: DefaultTheme;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("styled-components"),a={typography:{type:{primary:"Roboto, sans-serif",poppins:"'Poppins', sans-serif",mono:"'Space Mono', monospace"},heading:{xxl:"64px",xl:"48px",lg:"32px",md:"24px",sm:"20px",xs:"16px"},text:{xl:"20px",lg:"18px",md:"16px",sm:"14px",xs:"12px"},weight:{bold:"700",semibold:"600",regular:"400"}},shadows:{none:"none",sm:"0px 1px 2px 0px rgba(16, 24, 40, 0.15)",md:"0px 4px 6px 0px rgba(16, 24, 40, 0.15)",lg:"0px 8px 24px 0px rgba(16, 24, 40, 0.15)"},breakpoints:{mobile:"480px",tablet:"960px",sm:"1024px",md:"1440px",lg:"1920px"},spacing:{0:"0rem",.125:"0.125rem",.188:"0.188rem",.25:"0.25rem",.5:"0.5rem",.625:"0.625rem",.75:"0.75rem",1:"1rem",1.25:"1.25rem",1.5:"1.5rem",1.75:"1.75rem",2:"2rem",2.25:"2.25rem",2.5:"2.5rem",3:"3rem",3.5:"3.5rem",4:"4rem",4.5:"4.5rem",5:"5rem",6:"6rem"},palette:{primary:{25:"#fef2f3",50:"#fddfe2",100:"#fbbac0",200:"#f9959e",300:"#f65e6a",400:"#f32637",500:"#bf0b1a",600:"#ac0a17",700:"#9a0915",800:"#870812",900:"#750710"},complementary:{25:"",50:"",100:"#ffe6ff",200:"",300:"#b8075d",400:"",500:"#7f0540",600:"",700:"#59042d",800:"",900:"#460323"},error:{25:"",50:"#fef3f2",100:"",200:"#fecdca",300:"",400:"",500:"#f04438",600:"",700:"#b42318",800:"",900:""},info:{25:"",50:"#eff8ff",100:"",200:"#b2ddff",300:"",400:"",500:"#2e90fa",600:"",700:"#175cd3",800:"",900:""},warning:{25:"",50:"#fffaeb",100:"",200:"#fef0c7",300:"",400:"#ffd562",500:"#fdb022",600:"#dc6803",700:"#b54708",800:"",900:""},success:{25:"",50:"#f6fef9",100:"",200:"#a6f4c5",300:"",400:"",500:"#12b76a",600:"",700:"#027a48",800:"",900:""},black:"#0c111d",white:"#ffffff",gray:{25:"#fcfcfd",50:"#f9fafb",100:"#f2f4f7",200:"#eaecf0",300:"#d0d5dd",400:"#98a2b3",500:"#667085",600:"#475467",700:"#2f394b",800:"#212a36",900:"#161b25"},gradients:{"01":"linear-gradient(45deg, #f32637 0%, #b8075d 100%)","02":"linear-gradient(45deg, #fcfcfd 0%, #667085 100%)"}}};exports.CustomThemeProvider=({children:f})=>e.jsx(r.ThemeProvider,{theme:a,children:f}),exports.icons=["lock-keyhole","bars-sort","bolt","books","brain-circuit","briefcase","bug","buildings","bullseye-pointer","calendar-clock","calendar-xmark","chart-network","clipboard-check","comment","envelope","eye","file","flag","globe","hand-holding-dollar","hands-clapping","headset","hexagon-exclamation","light-emergency-on","magnifying-glass","pen-line","plane-departure","screwdriver-wrench","sensor-triangle-exclamation","shield-check","sidebar","skull","sliders","star-christmas","telescope","trash","unlock","user-group","user-hoodie","xmark"],exports.theme=a,exports.uniqueIcons=[["fal","arrow-down"],["fal","arrow-left"],["fal","arrow-right"],["fal","arrow-up"],["fal","plus"],["fal","minus"],["fas","check"],["fas","circle-question"]];
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import type { IConfirmDialogProps } from "./types";
1
+ import { default as React } from 'react';
2
+ import { IConfirmDialogProps } from './types';
3
3
  declare const useConfirmDialog: () => {
4
4
  confirm: (props: Readonly<IConfirmDialogProps>) => Promise<boolean>;
5
5
  ConfirmDialog: React.FC<Readonly<{
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("react"),r=require("../modal/index.js");require("lodash");const o=require("../../use-modal-_bYY6M_n.js"),i=require("../modal/modal-confirm/index.js");exports.useConfirmDialog=()=>{const[a,n]=l.useState(!1),[s,u]=l.useState(),d=l.useRef(null),t=o.useModal("confirm-dialog-modal"),c=l.useCallback((async e=>(u(e),n(!0),new Promise((e=>{d.current=e})))),[]),m=l.useCallback((()=>{var e;n(!1),u(void 0),null==(e=d.current)||e.call(d,!0)}),[]),f=l.useCallback((()=>{var e;n(!1),u(void 0),null==(e=d.current)||e.call(d,!1)}),[]);return l.useEffect((()=>{t.setIsOpen(a)}),[a,t]),{ConfirmDialog:({id:l="confirm-dialog-modal",children:o})=>e.jsxs(r.Modal,{id:l,modalRef:{...t,close:f},size:"sm",title:null==s?void 0:s.title,children:[o,null==s?void 0:s.message,e.jsx(i.ModalConfirm,{id:null==s?void 0:s.id,onCancel:f,onConfirm:m})]}),confirm:c}};
@@ -0,0 +1,4 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { IContainerProps } from './types';
3
+ declare const Container: import('react').ForwardRefExoticComponent<Readonly<PropsWithChildren<IContainerProps>> & import('react').RefAttributes<HTMLDivElement>>;
4
+ export { Container };
@@ -0,0 +1,3 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("react"),t=require("styled-components"),r=require("../../styles-C2CoGJl7.js"),s=t.styled(r.BaseComponent)`
2
+ ${({theme:e,$center:n=!1,$styleMd:t,$styleSm:r})=>`\n ${n?"margin: auto;":""}\n scrollbar-color: ${e.palette.gray[600]} ${e.palette.gray[100]};\n scroll-padding: ${e.spacing[.5]};\n\n @media screen\n and (min-width: ${e.breakpoints.mobile})\n and (max-width: ${e.breakpoints.tablet})\n {\n ${t};\n }\n\n @media screen and (max-width: ${e.breakpoints.mobile}) {\n ${r};\n }\n `}
3
+ `,a=n.forwardRef((function({as:n="div",center:t,children:r,id:a,onHover:o,onLeave:i,styleMd:l,styleSm:d,...c},m){return e.jsx(s,{$center:t,$styleMd:l,$styleSm:d,as:n,id:a,onMouseLeave:i,onMouseOver:o,ref:m,...c,children:r})}));exports.Container=a;
@@ -0,0 +1,9 @@
1
+ interface IStyledContainerProps {
2
+ $center?: boolean;
3
+ $styleMd?: string;
4
+ $styleSm?: string;
5
+ }
6
+ declare const StyledContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('../@core').IPaddingModifiable | keyof import('../@core').IMarginModifiable | keyof import('../@core').IPositionModifiable | keyof import('../@core').IBorderModifiable | keyof import('../@core').IDisplayModifiable | keyof import('../@core').ITextModifiable | keyof import('../@core').IInteractionModifiable> & import('../@core').IBorderModifiable & import('../@core').IDisplayModifiable & import('../@core').IInteractionModifiable & import('../@core').IMarginModifiable & import('../@core').IPaddingModifiable & import('../@core').IPositionModifiable & import('../@core').ITextModifiable, "ref"> & {
7
+ ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
8
+ }, IStyledContainerProps>> & string;
9
+ export { StyledContainer };
@@ -1,5 +1,5 @@
1
- import type { HTMLAttributes, ReactHTML } from "react";
2
- import type { TModifiable } from "components/@core";
1
+ import { HTMLAttributes, ReactHTML } from 'react';
2
+ import { TModifiable } from '../@core';
3
3
  type THtmlTag = keyof ReactHTML;
4
4
  /**
5
5
  * Container component props.
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("styled-components"),i=require("../../container/index.js");require("../../typography/heading/index.js"),require("../../typography/span/index.js");const r=require("../../typography/text/index.js");exports.CategoryTag=({tag:n,tagPosition:o})=>{const s=t.useTheme();return n?e.jsx(i.Container,{alignItems:"center",bgColor:s.palette.white,borderRadius:"8px",display:"flex",justify:"center",margin:"top"===o?[.75,.75,.75,.75]:void 0,padding:[.25,.5,.25,.5],position:"top"===o?"absolute":"relative",top:"0",width:"max-content",children:e.jsx(r.Text,{color:s.palette.gray[900],lineSpacing:1.5,lineSpacingSm:1.25,size:"md",sizeSm:"sm",textAlign:"center",children:n})}):null};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("lodash"),i=require("styled-components"),n=require("../../container/index.js"),r=require("../../typography/heading/index.js");require("../../typography/span/index.js");const s=require("../../typography/text/index.js");exports.EventDate=({eventDate:o})=>{const l=i.useTheme(),a=t.isEmpty(o)?null:null==o?void 0:o.split("-");if(a){const[t,i]=a;return e.jsxs(n.Container,{alignItems:"center",bgColor:l.palette.white,borderRadius:"8px",display:"flex",flexDirection:"column",margin:[.75,.75,.75,.75],padding:[.75,1.5,.75,1.5],position:"absolute",right:"0",shadow:"md",top:"0",children:[e.jsx(r.Heading,{fontWeight:"semibold",lineSpacingSm:1.25,size:"md",sizeSm:"sm",textAlign:"center",children:t}),e.jsx(s.Text,{color:l.palette.gray[800],fontWeight:"semibold",lineSpacing:1.5,lineSpacingSm:1.25,size:"md",sizeSm:"sm",textAlign:"center",children:i.toUpperCase()})]})}return null};
@@ -1,3 +1,3 @@
1
- import { IContentCardProps } from "./types";
1
+ import { IContentCardProps } from './types';
2
2
  declare const ContentCard: ({ author, buttonText, description, eventDate, href, imageId, mode, publishDate, readingTime, tag, tagPosition, title, }: Readonly<IContentCardProps>) => JSX.Element;
3
3
  export { ContentCard };
@@ -0,0 +1,3 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("styled-components"),n=require("./category-tag/index.js"),i=require("./event-date/index.js"),r=require("../button/index.js"),a=require("../../index-TKLFHcRp.js"),s=require("../container/index.js"),o=require("../icon/index.js"),l=require("../typography/heading/index.js");require("../typography/span/index.js");const d=require("../typography/text/index.js"),c=t.div`
2
+ ${({theme:e})=>`\n align-items: flex-start;\n display: flex;\n flex-direction: column;\n gap: ${e.spacing[1.5]};\n width: 384px;\n\n img {\n height: 100%;\n width: 100%;\n }\n\n #card-image {\n border-radius: ${e.spacing[1]};\n height: 240px;\n overflow: hidden;\n }\n\n &:hover {\n img {\n transform: scale(1.2);\n }\n\n > #card-content {\n > .title-dark {\n color: ${e.palette.gray[400]};\n }\n > .title-light {\n background: ${e.palette.gradients["01"]};\n background-clip: text;\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n }\n }\n }\n\n @media screen and (max-width: ${e.breakpoints.mobile}) {\n width: 320px;\n\n #card-image {\n height: 200px;\n }\n }\n `}
3
+ `;exports.ContentCard=({author:g,buttonText:x,description:p,eventDate:h,href:m,imageId:u,mode:j="light",publishDate:y,readingTime:f,tag:b,tagPosition:v="top",title:q})=>{const w=t.useTheme(),$=null==y?void 0:y.split("-"),z="dark"===j,T=e.jsxs(c,{"data-testid":`content-card-${q}`,children:[u||h||b&&"top"===v?e.jsxs(s.Container,{id:"card-image",position:"relative",children:[u&&e.jsx(a.MemoizedImage,{publicId:u}),"top"===v&&e.jsx(n.CategoryTag,{tag:b,tagPosition:v}),e.jsx(i.EventDate,{eventDate:h})]}):void 0,e.jsxs(s.Container,{alignItems:"flex-start",display:"flex",flexDirection:"column",gap:.5,id:"card-content",children:["bottom"===v&&e.jsx(n.CategoryTag,{tag:b,tagPosition:v}),g||$||f?e.jsxs(s.Container,{display:"flex",justify:"space-between",width:"100%",children:[g&&$&&e.jsx(d.Text,{color:w.palette.gray[z?300:400],fontWeight:"semibold",size:"sm",sizeSm:"xs",children:g+` • ${$[0]} ${$[1]}, ${$[2]}`}),f&&e.jsxs(s.Container,{alignItems:"center",display:"flex",gap:.25,justify:"center",minWidth:"60px",children:[e.jsx(o.Icon,{icon:"eye",iconColor:w.palette.gray[z?300:400],iconSize:"xs",iconType:"fa-light"}),e.jsx(d.Text,{color:w.palette.gray[z?300:400],size:"sm",sizeSm:"xs",textAlign:"right",children:f})]})]}):void 0,e.jsx(l.Heading,{className:`title-${j}`,color:z?w.palette.white:w.palette.gray[800],fontWeight:"semibold",size:"sm",sizeSm:"xs",children:q}),p&&e.jsx(d.Text,{color:w.palette.gray[z?100:600],size:"md",sizeSm:"sm",children:p}),x&&m&&e.jsx(r.Button,{href:m,variant:"link",children:x})]})]});return m?e.jsx("a",{className:"flex w-fit",href:m,rel:"noopener noreferrer",target:"_self",children:T}):T};
@@ -0,0 +1,2 @@
1
+ declare const CardContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export { CardContainer };
@@ -1,4 +1,4 @@
1
- import { TMode } from "components/@core";
1
+ import { TMode } from '../@core';
2
2
  /**
3
3
  * Properties for the Content Card component.
4
4
  * ** Note: All dates need to be provided in dayjs format.
@@ -1,3 +1,3 @@
1
- import { IContentCardCarouselProps } from "./types";
1
+ import { IContentCardCarouselProps } from './types';
2
2
  declare const ContentCardCarousel: ({ description, items, title, titleHighlighted, }: Readonly<IContentCardCarouselProps>) => JSX.Element;
3
3
  export { ContentCardCarousel };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("react"),n=require("../../index-DUMgwAbO.js"),t=require("../container/index.js"),r=require("../content-card/index.js"),s=require("../typography/heading/index.js");require("../typography/span/index.js");const l=require("../typography/text/index.js");exports.ContentCardCarousel=({description:a,items:d,title:o,titleHighlighted:c})=>{const x=i.useRef(null);return e.jsxs(n.OutlineContainer,{"data-testid":"content-card-carousel",children:[e.jsxs(t.Container,{alignItems:"flex-start",display:"flex",justify:"space-between",children:[e.jsxs(t.Container,{alignItems:"flex-start",display:"flex",flexDirection:"column",gap:.625,maxWidth:"800px",children:[e.jsxs(s.Heading,{display:"inline",fontWeight:"semibold",lineSpacing:2.25,lineSpacingSm:1.75,size:"lg",sizeSm:"md",children:[o+" "," ",e.jsx("span",{className:"inline",children:c})]}),e.jsx(l.Text,{lineSpacing:1.5,lineSpacingSm:1.25,size:"md",sizeSm:"sm",children:a})]}),e.jsx(n.ScrollButtons,{containerRef:x,id:"desktop"})]}),e.jsx(t.Container,{alignSelf:"stretch",display:"flex",id:"carousel",pb:1,pr:2.25,ref:x,scroll:"x",children:e.jsx(t.Container,{alignItems:"flex-start",display:"flex",gap:1.5,width:"max-content",children:d.map(((i,n)=>e.jsx(r.ContentCard,{...i},`${n}-${i.title}`)))})}),e.jsx(n.ScrollButtons,{containerRef:x,id:"mobile"})]})};
@@ -1,4 +1,4 @@
1
- import { RefObject } from "react";
1
+ import { RefObject } from 'react';
2
2
  declare const ScrollButtons: ({ containerRef, id, }: Readonly<{
3
3
  containerRef?: RefObject<HTMLDivElement>;
4
4
  id: string;