@twreporter/react-typescript-components 0.1.0-beta.22 → 0.1.0-beta.24

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 (682) hide show
  1. package/lib/action-links-D_lFzUQn.mjs +31 -0
  2. package/lib/action-links-D_lFzUQn.mjs.map +1 -0
  3. package/lib/action-links-DoKEgLL1.js +42 -0
  4. package/lib/action-links-DoKEgLL1.js.map +1 -0
  5. package/lib/animation-C_7J1YwC.mjs +12 -0
  6. package/lib/animation-C_7J1YwC.mjs.map +1 -0
  7. package/lib/animation-DX-GxmUj.js +18 -0
  8. package/lib/animation-DX-GxmUj.js.map +1 -0
  9. package/lib/auth-store-HJRR819m.mjs +18 -0
  10. package/lib/auth-store-HJRR819m.mjs.map +1 -0
  11. package/lib/auth-store-cAn9fol9.js +25 -0
  12. package/lib/auth-store-cAn9fol9.js.map +1 -0
  13. package/lib/button/components/icon-button/index.d.mts +5 -0
  14. package/lib/button/components/icon-button/index.d.ts +5 -0
  15. package/lib/button/components/icon-button/index.js +6 -0
  16. package/lib/button/components/icon-button/index.mjs +6 -0
  17. package/lib/button/components/icon-button/theme.d.mts +11 -0
  18. package/lib/button/components/icon-button/theme.d.ts +11 -0
  19. package/lib/button/components/icon-button/theme.js +5 -0
  20. package/lib/button/components/icon-button/theme.mjs +4 -0
  21. package/lib/button/components/icon-with-text-button/index.d.mts +4 -0
  22. package/lib/button/components/icon-with-text-button/index.d.ts +4 -0
  23. package/lib/button/components/icon-with-text-button/index.js +7 -0
  24. package/lib/button/components/icon-with-text-button/index.mjs +7 -0
  25. package/lib/button/components/icon-with-text-button/theme.d.mts +13 -0
  26. package/lib/button/components/icon-with-text-button/theme.d.ts +13 -0
  27. package/lib/button/components/icon-with-text-button/theme.js +4 -0
  28. package/lib/button/components/icon-with-text-button/theme.mjs +4 -0
  29. package/lib/button/components/menu-button/index.d.mts +4 -0
  30. package/lib/button/components/menu-button/index.d.ts +4 -0
  31. package/lib/button/components/menu-button/index.js +5 -0
  32. package/lib/button/components/menu-button/index.mjs +5 -0
  33. package/lib/button/components/pill-button/index.d.mts +5 -0
  34. package/lib/button/components/pill-button/index.d.ts +5 -0
  35. package/lib/button/components/pill-button/index.js +8 -0
  36. package/lib/button/components/pill-button/index.mjs +8 -0
  37. package/lib/button/components/pill-button/theme.d.mts +28 -0
  38. package/lib/button/components/pill-button/theme.d.ts +28 -0
  39. package/lib/button/components/pill-button/theme.js +6 -0
  40. package/lib/button/components/pill-button/theme.mjs +5 -0
  41. package/lib/button/components/text-button/index.d.mts +5 -0
  42. package/lib/button/components/text-button/index.d.ts +5 -0
  43. package/lib/button/components/text-button/index.js +8 -0
  44. package/lib/button/components/text-button/index.mjs +8 -0
  45. package/lib/button/components/text-button/theme.d.mts +13 -0
  46. package/lib/button/components/text-button/theme.d.ts +13 -0
  47. package/lib/button/components/text-button/theme.js +7 -0
  48. package/lib/button/components/text-button/theme.mjs +5 -0
  49. package/lib/button/constants.d.mts +2 -2
  50. package/lib/button/constants.d.ts +1 -1
  51. package/lib/button/index.d.mts +9 -86
  52. package/lib/button/index.d.ts +16 -93
  53. package/lib/button/index.js +16 -7
  54. package/lib/button/index.mjs +11 -2
  55. package/lib/button-BLRV4Hwe.js +23 -0
  56. package/lib/button-BLRV4Hwe.js.map +1 -0
  57. package/lib/button-ubJKEMLe.mjs +18 -0
  58. package/lib/button-ubJKEMLe.mjs.map +1 -0
  59. package/lib/card/list/constants.d.mts +3 -0
  60. package/lib/card/list/constants.d.ts +3 -0
  61. package/lib/card/list/constants.js +3 -0
  62. package/lib/card/list/constants.mjs +3 -0
  63. package/lib/card/list/img-placeholder.d.mts +7 -0
  64. package/lib/card/list/img-placeholder.d.ts +6 -0
  65. package/lib/card/list/img-placeholder.js +3 -0
  66. package/lib/card/list/img-placeholder.mjs +3 -0
  67. package/lib/card/list/index.d.mts +30 -0
  68. package/lib/card/list/index.d.ts +29 -0
  69. package/lib/card/list/index.js +109 -0
  70. package/lib/card/list/index.js.map +1 -0
  71. package/lib/card/list/index.mjs +105 -0
  72. package/lib/card/list/index.mjs.map +1 -0
  73. package/lib/card/list/loading.d.mts +14 -0
  74. package/lib/card/list/loading.d.ts +14 -0
  75. package/lib/card/list/loading.js +5 -0
  76. package/lib/card/list/loading.mjs +3 -0
  77. package/lib/channels-BaqRhrZM.mjs +63 -0
  78. package/lib/channels-BaqRhrZM.mjs.map +1 -0
  79. package/lib/channels-C-6MztKV.mjs +210 -0
  80. package/lib/channels-C-6MztKV.mjs.map +1 -0
  81. package/lib/channels-DIQKIHpB.js +73 -0
  82. package/lib/channels-DIQKIHpB.js.map +1 -0
  83. package/lib/channels-DMEzu4xY.js +221 -0
  84. package/lib/channels-DMEzu4xY.js.map +1 -0
  85. package/lib/constants/external-links.js +1 -1
  86. package/lib/constants/external-links.mjs +1 -1
  87. package/lib/constants/internal-links.js +1 -1
  88. package/lib/constants/internal-links.mjs +1 -1
  89. package/lib/constants/release-branch.d.mts +2 -2
  90. package/lib/constants/release-branch.d.ts +1 -1
  91. package/lib/constants/release-branch.js +1 -1
  92. package/lib/constants/release-branch.mjs +1 -1
  93. package/lib/constants/request-origins.js +2 -2
  94. package/lib/constants/request-origins.mjs +2 -2
  95. package/lib/constants/theme.d.mts +2 -2
  96. package/lib/constants/theme.d.ts +1 -1
  97. package/lib/{constants-CZ7dxJ-t.d.ts → constants-BC_JdEyk.d.ts} +1 -1
  98. package/lib/{constants-MpdMPjnk.d.mts → constants-BD_W9lzE.d.mts} +2 -2
  99. package/lib/{constants-DVYCKpJ0.d.mts → constants-BVpJd-Eq.d.mts} +2 -2
  100. package/lib/constants-BZZgQcEy.mjs +9 -0
  101. package/lib/constants-BZZgQcEy.mjs.map +1 -0
  102. package/lib/{constants-z9Q8ph_H.mjs → constants-BapA_oKv.mjs} +1 -1
  103. package/lib/{constants-z9Q8ph_H.mjs.map → constants-BapA_oKv.mjs.map} +1 -1
  104. package/lib/{constants-CBjyeHSl.d.ts → constants-BkxOSlW7.d.ts} +1 -1
  105. package/lib/constants-Bx32cjdN.js +64 -0
  106. package/lib/constants-Bx32cjdN.js.map +1 -0
  107. package/lib/constants-CCYwjB2d.js +15 -0
  108. package/lib/constants-CCYwjB2d.js.map +1 -0
  109. package/lib/{constants-ZGhPn0d6.d.mts → constants-CFstRAZ_.d.mts} +2 -2
  110. package/lib/{constants-5phfWHvb.mjs → constants-CeaoKGr8.mjs} +1 -1
  111. package/lib/{constants-5phfWHvb.mjs.map → constants-CeaoKGr8.mjs.map} +1 -1
  112. package/lib/{constants-CzHmv07x.d.ts → constants-CncdMRN6.d.ts} +1 -1
  113. package/lib/constants-CuIg3dyv.mjs +59 -0
  114. package/lib/constants-CuIg3dyv.mjs.map +1 -0
  115. package/lib/{constants-B_1Vpdib.js → constants-CyHvY9kx.js} +3 -3
  116. package/lib/{constants-B_1Vpdib.js.map → constants-CyHvY9kx.js.map} +1 -1
  117. package/lib/{constants-D8wNUvoZ.js → constants-D3LxY6rh.js} +1 -1
  118. package/lib/{constants-D8wNUvoZ.js.map → constants-D3LxY6rh.js.map} +1 -1
  119. package/lib/{constants-oNjXcfW2.d.mts → constants-D3kwLyJT.d.mts} +2 -2
  120. package/lib/{constants-CMMcn0f-.d.ts → constants-DNT9OrhT.d.ts} +1 -1
  121. package/lib/constants-DP5x2xfg.d.mts +11 -0
  122. package/lib/{constants-nmH6p6-y.js → constants-DPKsY2bm.js} +1 -1
  123. package/lib/{constants-nmH6p6-y.js.map → constants-DPKsY2bm.js.map} +1 -1
  124. package/lib/{constants-DRxdMM_X.mjs → constants-DfLtvCn3.mjs} +1 -1
  125. package/lib/{constants-DRxdMM_X.mjs.map → constants-DfLtvCn3.mjs.map} +1 -1
  126. package/lib/constants-Dk98cPGb.d.ts +11 -0
  127. package/lib/{constants-gCmka4Fp.d.ts → constants-YK2KhqPU.d.ts} +1 -1
  128. package/lib/{constants-Br6I254P.mjs → constants-cPryXhfO.mjs} +3 -3
  129. package/lib/{constants-Br6I254P.mjs.map → constants-cPryXhfO.mjs.map} +1 -1
  130. package/lib/{constants-C_OX3J7_.d.mts → constants-jR2WUCRY.d.mts} +2 -2
  131. package/lib/{constants-C2moxnps.js → constants-yYOy9aLl.js} +1 -1
  132. package/lib/{constants-C2moxnps.js.map → constants-yYOy9aLl.js.map} +1 -1
  133. package/lib/{context-I1lTR5SO.js → context-CDuykLw5.js} +2 -2
  134. package/lib/{context-I1lTR5SO.js.map → context-CDuykLw5.js.map} +1 -1
  135. package/lib/{context-BgdqM3zA.mjs → context-rWQ3FoMt.mjs} +2 -2
  136. package/lib/{context-BgdqM3zA.mjs.map → context-rWQ3FoMt.mjs.map} +1 -1
  137. package/lib/customized-link/external-link.d.mts +2 -2
  138. package/lib/customized-link/external-link.d.ts +2 -2
  139. package/lib/customized-link/external-link.js +1 -1
  140. package/lib/customized-link/external-link.mjs +1 -1
  141. package/lib/customized-link/index.d.mts +6 -6
  142. package/lib/customized-link/index.d.ts +6 -6
  143. package/lib/customized-link/index.js +3 -3
  144. package/lib/customized-link/index.mjs +2 -2
  145. package/lib/customized-link/internal-link.d.mts +2 -2
  146. package/lib/customized-link/internal-link.d.ts +2 -2
  147. package/lib/customized-link/internal-link.js +1 -1
  148. package/lib/customized-link/type.d.mts +1 -1
  149. package/lib/customized-link/type.d.ts +1 -1
  150. package/lib/{customized-link-M65Amhsm.mjs → customized-link-B4xfnPSR.mjs} +2 -2
  151. package/lib/{customized-link-M65Amhsm.mjs.map → customized-link-B4xfnPSR.mjs.map} +1 -1
  152. package/lib/{customized-link-BuleQPlC.js → customized-link-BQWDtLYD.js} +3 -3
  153. package/lib/{customized-link-BuleQPlC.js.map → customized-link-BQWDtLYD.js.map} +1 -1
  154. package/lib/desktop-and-above-ClCAjINL.js +67 -0
  155. package/lib/desktop-and-above-ClCAjINL.js.map +1 -0
  156. package/lib/desktop-and-above-DwkEQkPO.mjs +57 -0
  157. package/lib/desktop-and-above-DwkEQkPO.mjs.map +1 -0
  158. package/lib/divider/constants.d.mts +2 -2
  159. package/lib/divider/constants.d.ts +1 -1
  160. package/lib/divider/constants.js +1 -1
  161. package/lib/divider/constants.mjs +1 -1
  162. package/lib/divider/index.d.mts +2 -2
  163. package/lib/divider/index.d.ts +1 -1
  164. package/lib/divider/index.js +2 -2
  165. package/lib/divider/index.mjs +2 -2
  166. package/lib/{divider-B1zvSjNJ.js → divider-DlnnAUAf.js} +2 -2
  167. package/lib/{divider-B1zvSjNJ.js.map → divider-DlnnAUAf.js.map} +1 -1
  168. package/lib/{divider-CE4u6SR5.mjs → divider-DoxG-5AA.mjs} +2 -2
  169. package/lib/{divider-CE4u6SR5.mjs.map → divider-DoxG-5AA.mjs.map} +1 -1
  170. package/lib/dropdown-menu/dropdown-menu-item/index.d.mts +9 -0
  171. package/lib/dropdown-menu/dropdown-menu-item/index.d.ts +8 -0
  172. package/lib/dropdown-menu/dropdown-menu-item/index.js +10 -0
  173. package/lib/dropdown-menu/dropdown-menu-item/index.mjs +10 -0
  174. package/lib/dropdown-menu/index.d.mts +1 -1
  175. package/lib/dropdown-menu/index.d.ts +1 -1
  176. package/lib/dropdown-menu/index.js +12 -10
  177. package/lib/dropdown-menu/index.mjs +11 -9
  178. package/lib/dropdown-menu-C49xSGea.mjs +40 -0
  179. package/lib/dropdown-menu-C49xSGea.mjs.map +1 -0
  180. package/lib/dropdown-menu-Cy7c4sIK.js +49 -0
  181. package/lib/dropdown-menu-Cy7c4sIK.js.map +1 -0
  182. package/lib/dropdown-menu-item-BtfM9-Yn.mjs +24 -0
  183. package/lib/dropdown-menu-item-BtfM9-Yn.mjs.map +1 -0
  184. package/lib/dropdown-menu-item-Ju2VwEMe.js +33 -0
  185. package/lib/dropdown-menu-item-Ju2VwEMe.js.map +1 -0
  186. package/lib/{external-link-BMIFL3DE.mjs → external-link-B7TYHbGX.mjs} +1 -1
  187. package/lib/{external-link-BMIFL3DE.mjs.map → external-link-B7TYHbGX.mjs.map} +1 -1
  188. package/lib/{external-link-BMxYePU7.d.ts → external-link-C63qcPni.d.ts} +2 -2
  189. package/lib/{external-link-CvvjuS1W.d.mts → external-link-DYhF6muk.d.mts} +2 -2
  190. package/lib/{external-link-Ce1_loKh.js → external-link-N6pHzsZ9.js} +1 -1
  191. package/lib/{external-link-Ce1_loKh.js.map → external-link-N6pHzsZ9.js.map} +1 -1
  192. package/lib/{external-links-B-A17Osq.mjs → external-links-TcghBJyz.mjs} +1 -1
  193. package/lib/{external-links-B-A17Osq.mjs.map → external-links-TcghBJyz.mjs.map} +1 -1
  194. package/lib/{external-links-DCn-uTD-.js → external-links-xe0gZr3J.js} +1 -1
  195. package/lib/{external-links-DCn-uTD-.js.map → external-links-xe0gZr3J.js.map} +1 -1
  196. package/lib/footer/index.d.mts +4 -4
  197. package/lib/footer/index.d.ts +3 -3
  198. package/lib/footer/index.js +32 -19
  199. package/lib/footer/index.js.map +1 -1
  200. package/lib/footer/index.mjs +28 -15
  201. package/lib/footer/index.mjs.map +1 -1
  202. package/lib/footer/links.d.mts +4 -4
  203. package/lib/footer/links.d.ts +3 -3
  204. package/lib/footer/links.js +19 -10
  205. package/lib/footer/links.mjs +18 -9
  206. package/lib/footer/logo.d.mts +2 -2
  207. package/lib/footer/logo.d.ts +1 -1
  208. package/lib/footer/logo.js +11 -7
  209. package/lib/footer/logo.mjs +10 -6
  210. package/lib/footer/types.d.mts +3 -3
  211. package/lib/footer/types.d.ts +2 -2
  212. package/lib/hamburger-menu/components/icon-link.d.mts +14 -0
  213. package/lib/hamburger-menu/components/icon-link.d.ts +13 -0
  214. package/lib/hamburger-menu/components/icon-link.js +15 -0
  215. package/lib/hamburger-menu/components/icon-link.mjs +15 -0
  216. package/lib/hamburger-menu/components/light-link.d.mts +13 -0
  217. package/lib/hamburger-menu/components/light-link.d.ts +12 -0
  218. package/lib/hamburger-menu/components/light-link.js +13 -0
  219. package/lib/hamburger-menu/components/light-link.mjs +13 -0
  220. package/lib/hamburger-menu/components/social-media.d.mts +12 -0
  221. package/lib/hamburger-menu/components/social-media.d.ts +11 -0
  222. package/lib/hamburger-menu/components/social-media.js +21 -0
  223. package/lib/hamburger-menu/components/social-media.mjs +21 -0
  224. package/lib/hamburger-menu/constants/channels.d.mts +210 -0
  225. package/lib/hamburger-menu/constants/channels.d.ts +210 -0
  226. package/lib/hamburger-menu/constants/channels.js +6 -0
  227. package/lib/hamburger-menu/constants/channels.mjs +5 -0
  228. package/lib/hamburger-menu/constants/social-media.d.mts +14 -0
  229. package/lib/hamburger-menu/constants/social-media.d.ts +14 -0
  230. package/lib/hamburger-menu/constants/social-media.js +5 -0
  231. package/lib/hamburger-menu/constants/social-media.mjs +5 -0
  232. package/lib/hamburger-menu/index.js +41 -19
  233. package/lib/hamburger-menu/index.mjs +40 -18
  234. package/lib/hamburger-menu/utils/theme.d.mts +28 -0
  235. package/lib/hamburger-menu/utils/theme.d.ts +28 -0
  236. package/lib/hamburger-menu/utils/theme.js +8 -0
  237. package/lib/hamburger-menu/utils/theme.mjs +5 -0
  238. package/lib/hamburger-menu-1qZB3p9I.mjs +181 -0
  239. package/lib/hamburger-menu-1qZB3p9I.mjs.map +1 -0
  240. package/lib/hamburger-menu-DjK9qGJc.js +190 -0
  241. package/lib/hamburger-menu-DjK9qGJc.js.map +1 -0
  242. package/lib/header/components/channels/constants/index.d.mts +12 -0
  243. package/lib/header/components/channels/constants/index.d.ts +12 -0
  244. package/lib/header/components/channels/constants/index.js +4 -0
  245. package/lib/header/components/channels/constants/index.mjs +4 -0
  246. package/lib/header/components/channels/index.d.mts +7 -0
  247. package/lib/header/components/channels/index.d.ts +6 -0
  248. package/lib/header/components/channels/index.js +28 -0
  249. package/lib/header/components/channels/index.mjs +28 -0
  250. package/lib/header/components/desktop-and-above.d.mts +13 -0
  251. package/lib/header/components/desktop-and-above.d.ts +12 -0
  252. package/lib/header/components/desktop-and-above.js +47 -0
  253. package/lib/header/components/desktop-and-above.mjs +47 -0
  254. package/lib/header/components/tablet-and-below.d.mts +13 -0
  255. package/lib/header/components/tablet-and-below.d.ts +12 -0
  256. package/lib/header/components/tablet-and-below.js +35 -0
  257. package/lib/header/components/tablet-and-below.mjs +35 -0
  258. package/lib/header/components/top-row/icons.d.mts +13 -0
  259. package/lib/header/components/top-row/icons.d.ts +13 -0
  260. package/lib/header/components/top-row/icons.js +30 -0
  261. package/lib/header/components/top-row/icons.mjs +30 -0
  262. package/lib/header/components/top-row/index.d.mts +13 -0
  263. package/lib/header/components/top-row/index.d.ts +12 -0
  264. package/lib/header/components/top-row/index.js +42 -0
  265. package/lib/header/components/top-row/index.mjs +42 -0
  266. package/lib/header/constants/action-links.d.mts +16 -0
  267. package/lib/header/constants/action-links.d.ts +16 -0
  268. package/lib/header/constants/action-links.js +7 -0
  269. package/lib/header/constants/action-links.mjs +6 -0
  270. package/lib/header/constants/animation.d.mts +11 -0
  271. package/lib/header/constants/animation.d.ts +11 -0
  272. package/lib/header/constants/animation.js +3 -0
  273. package/lib/header/constants/animation.mjs +3 -0
  274. package/lib/header/constants/z-index.d.mts +12 -0
  275. package/lib/header/constants/z-index.d.ts +12 -0
  276. package/lib/header/constants/z-index.js +3 -0
  277. package/lib/header/constants/z-index.mjs +3 -0
  278. package/lib/header/context/index.d.mts +5 -0
  279. package/lib/header/context/index.d.ts +5 -0
  280. package/lib/header/context/index.js +6 -0
  281. package/lib/header/context/index.mjs +5 -0
  282. package/lib/header/index.d.mts +4 -11
  283. package/lib/header/index.d.ts +3 -10
  284. package/lib/header/index.js +65 -464
  285. package/lib/header/index.js.map +1 -1
  286. package/lib/header/index.mjs +59 -452
  287. package/lib/header/index.mjs.map +1 -1
  288. package/lib/header/store/auth-actions.d.mts +10 -0
  289. package/lib/header/store/auth-actions.d.ts +10 -0
  290. package/lib/header/store/auth-actions.js +32 -0
  291. package/lib/header/store/auth-actions.js.map +1 -0
  292. package/lib/header/store/auth-actions.mjs +30 -0
  293. package/lib/header/store/auth-actions.mjs.map +1 -0
  294. package/lib/header/store/auth-store.d.mts +14 -0
  295. package/lib/header/store/auth-store.d.ts +14 -0
  296. package/lib/header/store/auth-store.js +3 -0
  297. package/lib/header/store/auth-store.mjs +3 -0
  298. package/lib/header/utils/jwt.d.mts +2 -0
  299. package/lib/header/utils/jwt.d.ts +2 -0
  300. package/lib/header/utils/jwt.js +5 -0
  301. package/lib/header/utils/jwt.mjs +3 -0
  302. package/lib/header/utils/links.d.mts +8 -0
  303. package/lib/header/utils/links.d.ts +8 -0
  304. package/lib/header/utils/links.js +5 -0
  305. package/lib/header/utils/links.mjs +5 -0
  306. package/lib/header/utils/theme.d.mts +13 -0
  307. package/lib/header/utils/theme.d.ts +13 -0
  308. package/lib/header/utils/theme.js +7 -0
  309. package/lib/header/utils/theme.mjs +5 -0
  310. package/lib/{heading-CCsID-nv.mjs → heading-BVKLYfXi.mjs} +1 -1
  311. package/lib/{heading-CCsID-nv.mjs.map → heading-BVKLYfXi.mjs.map} +1 -1
  312. package/lib/{heading-D7slLGoI.js → heading-D5Lv6X0M.js} +1 -1
  313. package/lib/{heading-D7slLGoI.js.map → heading-D5Lv6X0M.js.map} +1 -1
  314. package/lib/hook-DGSr4R5I.mjs +27 -0
  315. package/lib/hook-DGSr4R5I.mjs.map +1 -0
  316. package/lib/hook-DUH3wp9d.js +34 -0
  317. package/lib/hook-DUH3wp9d.js.map +1 -0
  318. package/lib/hooks/index.d.mts +3 -3
  319. package/lib/hooks/index.d.ts +3 -3
  320. package/lib/hooks/index.js +2 -2
  321. package/lib/hooks/index.mjs +2 -2
  322. package/lib/hooks/use-outside-click.d.mts +1 -1
  323. package/lib/hooks/use-outside-click.d.ts +1 -1
  324. package/lib/hooks/use-outside-click.js +1 -1
  325. package/lib/hooks/use-outside-click.mjs +1 -1
  326. package/lib/{hooks-B0DKeSXi.js → hooks-B1IbKUM0.js} +2 -2
  327. package/lib/{hooks-B0DKeSXi.js.map → hooks-B1IbKUM0.js.map} +1 -1
  328. package/lib/{hooks-CDCpkU85.mjs → hooks-DK7a6uoy.mjs} +2 -2
  329. package/lib/{hooks-CDCpkU85.mjs.map → hooks-DK7a6uoy.mjs.map} +1 -1
  330. package/lib/icon-button-B-71Zncn.mjs +28 -0
  331. package/lib/icon-button-B-71Zncn.mjs.map +1 -0
  332. package/lib/icon-button-Vqwyow05.js +36 -0
  333. package/lib/icon-button-Vqwyow05.js.map +1 -0
  334. package/lib/icon-link-rJwBrEBE.mjs +34 -0
  335. package/lib/icon-link-rJwBrEBE.mjs.map +1 -0
  336. package/lib/icon-link-y7Ak0aCk.js +43 -0
  337. package/lib/icon-link-y7Ak0aCk.js.map +1 -0
  338. package/lib/icon-with-text-button-CTWmp6He.mjs +31 -0
  339. package/lib/icon-with-text-button-CTWmp6He.mjs.map +1 -0
  340. package/lib/icon-with-text-button-DOj_-gz0.js +39 -0
  341. package/lib/icon-with-text-button-DOj_-gz0.js.map +1 -0
  342. package/lib/icons/constants.d.mts +2 -2
  343. package/lib/icons/constants.d.ts +1 -1
  344. package/lib/icons/constants.js +1 -1
  345. package/lib/icons/constants.mjs +1 -1
  346. package/lib/icons/index.d.mts +3 -3
  347. package/lib/icons/index.d.ts +2 -2
  348. package/lib/icons/index.js +3 -3
  349. package/lib/icons/index.mjs +3 -3
  350. package/lib/{icons-I7T-auOQ.mjs → icons-CQv9VD7t.mjs} +3 -3
  351. package/lib/{icons-I7T-auOQ.mjs.map → icons-CQv9VD7t.mjs.map} +1 -1
  352. package/lib/icons-CpXimyQ8.mjs +81 -0
  353. package/lib/icons-CpXimyQ8.mjs.map +1 -0
  354. package/lib/icons-K_IzFJPf.js +90 -0
  355. package/lib/icons-K_IzFJPf.js.map +1 -0
  356. package/lib/{icons-qP5oNB0W.js → icons-UUg8_T_o.js} +3 -3
  357. package/lib/{icons-qP5oNB0W.js.map → icons-UUg8_T_o.js.map} +1 -1
  358. package/lib/img-placeholder-D-fbn9IG.js +41 -0
  359. package/lib/img-placeholder-D-fbn9IG.js.map +1 -0
  360. package/lib/img-placeholder-DhOOFcVQ.mjs +33 -0
  361. package/lib/img-placeholder-DhOOFcVQ.mjs.map +1 -0
  362. package/lib/index-B1cqLG7H.d.ts +26 -0
  363. package/lib/index-B5cZ2bgU.d.mts +21 -0
  364. package/lib/index-B7-bdIVL.d.ts +25 -0
  365. package/lib/index-BLWHIu0E.d.ts +20 -0
  366. package/lib/index-BNr6dtKF.d.mts +20 -0
  367. package/lib/index-BooeuGHA.d.mts +25 -0
  368. package/lib/index-C_Y_QOX7.d.mts +25 -0
  369. package/lib/index-Cav_aW5H.d.mts +17 -0
  370. package/lib/index-CxmCLH2N.d.ts +13 -0
  371. package/lib/index-D3PCeivr.d.ts +25 -0
  372. package/lib/index-D6x__0gM.d.mts +13 -0
  373. package/lib/index-D9_HCa05.d.ts +21 -0
  374. package/lib/index-Dg9CXOZr.d.mts +26 -0
  375. package/lib/{index-CUE6zs36.d.mts → index-HhQuz4hd.d.mts} +1 -1
  376. package/lib/index-XkB8HVPQ.d.ts +17 -0
  377. package/lib/input/components/search-bar.d.mts +5 -0
  378. package/lib/input/components/search-bar.d.ts +5 -0
  379. package/lib/input/components/search-bar.js +21 -0
  380. package/lib/input/components/search-bar.mjs +21 -0
  381. package/lib/input/constants.d.mts +1 -1
  382. package/lib/input/index.d.mts +6 -22
  383. package/lib/input/index.d.ts +5 -21
  384. package/lib/input/index.js +18 -8
  385. package/lib/input/index.mjs +17 -7
  386. package/lib/input/theme.d.mts +2 -2
  387. package/lib/input/theme.d.ts +1 -1
  388. package/lib/input/theme.js +1 -1
  389. package/lib/input/theme.mjs +1 -1
  390. package/lib/input-Bcl_-gS9.mjs +8 -0
  391. package/lib/input-Bcl_-gS9.mjs.map +1 -0
  392. package/lib/input-CpACY-JO.js +13 -0
  393. package/lib/input-CpACY-JO.js.map +1 -0
  394. package/lib/{internal-link-DyK4bABh.js → internal-link-CQYfLFmN.js} +1 -1
  395. package/lib/{internal-link-DyK4bABh.js.map → internal-link-CQYfLFmN.js.map} +1 -1
  396. package/lib/{internal-link-BL950cs3.d.ts → internal-link-CnC6mb4i.d.ts} +2 -2
  397. package/lib/{internal-link-DgOMen4w.d.mts → internal-link-F7DL65ZS.d.mts} +2 -2
  398. package/lib/{internal-links-DxtMobuI.js → internal-links-D7poW27s.js} +1 -1
  399. package/lib/{internal-links-DxtMobuI.js.map → internal-links-D7poW27s.js.map} +1 -1
  400. package/lib/{internal-links-CP3dqmrz.mjs → internal-links-DOdRudQQ.mjs} +1 -1
  401. package/lib/{internal-links-CP3dqmrz.mjs.map → internal-links-DOdRudQQ.mjs.map} +1 -1
  402. package/lib/jwt-B3e1_IVb.d.ts +11 -0
  403. package/lib/jwt-BpdQDGBb.mjs +18 -0
  404. package/lib/jwt-BpdQDGBb.mjs.map +1 -0
  405. package/lib/jwt-D5ouC3Ti.d.mts +11 -0
  406. package/lib/jwt-DPaLchNC.js +31 -0
  407. package/lib/jwt-DPaLchNC.js.map +1 -0
  408. package/lib/light-link-7CpN-g0K.js +38 -0
  409. package/lib/light-link-7CpN-g0K.js.map +1 -0
  410. package/lib/light-link-C1fi_Qgl.mjs +29 -0
  411. package/lib/light-link-C1fi_Qgl.mjs.map +1 -0
  412. package/lib/{links-Cq5mjJ_J.js → links-BwQUFx5u.js} +7 -7
  413. package/lib/{links-Cq5mjJ_J.js.map → links-BwQUFx5u.js.map} +1 -1
  414. package/lib/links-C37r2iCr.js +20 -0
  415. package/lib/links-C37r2iCr.js.map +1 -0
  416. package/lib/links-CZvBgl6Y.mjs +15 -0
  417. package/lib/links-CZvBgl6Y.mjs.map +1 -0
  418. package/lib/{links-B2pHDaBW.mjs → links-CbxQX5DC.mjs} +6 -6
  419. package/lib/{links-B2pHDaBW.mjs.map → links-CbxQX5DC.mjs.map} +1 -1
  420. package/lib/loading-BeEKq8Mb.mjs +100 -0
  421. package/lib/loading-BeEKq8Mb.mjs.map +1 -0
  422. package/lib/loading-CFCk4kkD.js +120 -0
  423. package/lib/loading-CFCk4kkD.js.map +1 -0
  424. package/lib/logo/components/logo-footer.d.mts +5 -0
  425. package/lib/logo/components/logo-footer.d.ts +5 -0
  426. package/lib/logo/components/logo-footer.js +6 -0
  427. package/lib/logo/components/logo-footer.mjs +6 -0
  428. package/lib/logo/components/logo-header.d.mts +5 -0
  429. package/lib/logo/components/logo-header.d.ts +5 -0
  430. package/lib/logo/components/logo-header.js +6 -0
  431. package/lib/logo/components/logo-header.mjs +6 -0
  432. package/lib/logo/components/logo-symbol.d.mts +5 -0
  433. package/lib/logo/components/logo-symbol.d.ts +5 -0
  434. package/lib/logo/components/logo-symbol.js +6 -0
  435. package/lib/logo/components/logo-symbol.mjs +6 -0
  436. package/lib/logo/constants.d.mts +2 -2
  437. package/lib/logo/constants.d.ts +1 -1
  438. package/lib/logo/constants.js +1 -1
  439. package/lib/logo/constants.mjs +1 -1
  440. package/lib/logo/index.d.mts +13 -38
  441. package/lib/logo/index.d.ts +12 -37
  442. package/lib/logo/index.js +10 -6
  443. package/lib/logo/index.mjs +7 -3
  444. package/lib/logo/utils/path.d.mts +12 -0
  445. package/lib/logo/utils/path.d.ts +11 -0
  446. package/lib/logo/utils/path.js +3 -0
  447. package/lib/logo/utils/path.mjs +3 -0
  448. package/lib/{logo-DlhZVVLN.js → logo-BayakBqF.js} +6 -6
  449. package/lib/{logo-DlhZVVLN.js.map → logo-BayakBqF.js.map} +1 -1
  450. package/lib/logo-CCa4SIA9.js +19 -0
  451. package/lib/logo-CCa4SIA9.js.map +1 -0
  452. package/lib/logo-CdyJH6YH.mjs +14 -0
  453. package/lib/logo-CdyJH6YH.mjs.map +1 -0
  454. package/lib/{logo-CUVtS0IX.mjs → logo-EVf_4KeU.mjs} +3 -3
  455. package/lib/{logo-CUVtS0IX.mjs.map → logo-EVf_4KeU.mjs.map} +1 -1
  456. package/lib/logo-footer-A3-hcXEt.js +30 -0
  457. package/lib/logo-footer-A3-hcXEt.js.map +1 -0
  458. package/lib/logo-footer-CmA2BnzS.d.ts +15 -0
  459. package/lib/logo-footer-DVLWPonJ.mjs +22 -0
  460. package/lib/logo-footer-DVLWPonJ.mjs.map +1 -0
  461. package/lib/logo-footer-NUo251uv.d.mts +15 -0
  462. package/lib/logo-header-B-cabrdp.js +27 -0
  463. package/lib/logo-header-B-cabrdp.js.map +1 -0
  464. package/lib/logo-header-BDLCtLT6.d.mts +15 -0
  465. package/lib/logo-header-DvUP30Y7.d.ts +15 -0
  466. package/lib/logo-header-ZUiyUo-f.mjs +20 -0
  467. package/lib/logo-header-ZUiyUo-f.mjs.map +1 -0
  468. package/lib/logo-symbol-Cs4TfBGq.mjs +20 -0
  469. package/lib/logo-symbol-Cs4TfBGq.mjs.map +1 -0
  470. package/lib/logo-symbol-DUagMBN9.js +27 -0
  471. package/lib/logo-symbol-DUagMBN9.js.map +1 -0
  472. package/lib/logo-symbol-OQi-RG-l.d.ts +15 -0
  473. package/lib/logo-symbol-S6fmcutW.d.mts +15 -0
  474. package/lib/menu-button-BzXGdc8T.mjs +22 -0
  475. package/lib/menu-button-BzXGdc8T.mjs.map +1 -0
  476. package/lib/menu-button-DP302FyB.js +30 -0
  477. package/lib/menu-button-DP302FyB.js.map +1 -0
  478. package/lib/{paragraph-iuz3jP0Q.js → paragraph-Bve022HS.js} +2 -2
  479. package/lib/paragraph-Bve022HS.js.map +1 -0
  480. package/lib/{paragraph-Cf9jr8RF.mjs → paragraph-QihuIWot.mjs} +2 -2
  481. package/lib/paragraph-QihuIWot.mjs.map +1 -0
  482. package/lib/path-CG9-S9re.mjs +27 -0
  483. package/lib/path-CG9-S9re.mjs.map +1 -0
  484. package/lib/path-Cqgq79mD.js +33 -0
  485. package/lib/path-Cqgq79mD.js.map +1 -0
  486. package/lib/pill-button-CNbShnjT.js +68 -0
  487. package/lib/pill-button-CNbShnjT.js.map +1 -0
  488. package/lib/pill-button-y0eh5cgT.mjs +59 -0
  489. package/lib/pill-button-y0eh5cgT.mjs.map +1 -0
  490. package/lib/{release-branch-CRZV4Ivz.js → release-branch-BX28p3l9.js} +1 -1
  491. package/lib/{release-branch-CRZV4Ivz.js.map → release-branch-BX28p3l9.js.map} +1 -1
  492. package/lib/{release-branch-CsBbhuYE.d.ts → release-branch-CnwfO6yj.d.ts} +1 -1
  493. package/lib/{release-branch-DNCD1uH_.mjs → release-branch-DDaNiKrr.mjs} +1 -1
  494. package/lib/{release-branch-DNCD1uH_.mjs.map → release-branch-DDaNiKrr.mjs.map} +1 -1
  495. package/lib/{release-branch-uF0B5lcE.d.mts → release-branch-IPa6pTGS.d.mts} +2 -2
  496. package/lib/{request-origins-BDXulkK9.js → request-origins-3W1mZD5S.js} +2 -2
  497. package/lib/{request-origins-BDXulkK9.js.map → request-origins-3W1mZD5S.js.map} +1 -1
  498. package/lib/{request-origins-CGkNWg8R.mjs → request-origins-Bn7P7Zk5.mjs} +2 -2
  499. package/lib/{request-origins-CGkNWg8R.mjs.map → request-origins-Bn7P7Zk5.mjs.map} +1 -1
  500. package/lib/{input-VmgNb9pm.js → search-bar-B6Ze_F-A.js} +7 -17
  501. package/lib/search-bar-B6Ze_F-A.js.map +1 -0
  502. package/lib/search-bar-BkH6o5Oz.d.mts +22 -0
  503. package/lib/search-bar-C3NMJ9ks.d.ts +22 -0
  504. package/lib/{input-BU_QJnbj.mjs → search-bar-CLs6UYMz.mjs} +6 -10
  505. package/lib/search-bar-CLs6UYMz.mjs.map +1 -0
  506. package/lib/social-media-Br_Byxii.mjs +26 -0
  507. package/lib/social-media-Br_Byxii.mjs.map +1 -0
  508. package/lib/social-media-CHDZitsM.js +35 -0
  509. package/lib/social-media-CHDZitsM.js.map +1 -0
  510. package/lib/social-media-Cc0bkShp.js +35 -0
  511. package/lib/social-media-Cc0bkShp.js.map +1 -0
  512. package/lib/social-media-CpxoM0xN.mjs +30 -0
  513. package/lib/social-media-CpxoM0xN.mjs.map +1 -0
  514. package/lib/storybook/utils/get-enum-arg.d.mts +21 -0
  515. package/lib/storybook/utils/get-enum-arg.d.ts +21 -0
  516. package/lib/storybook/utils/get-enum-arg.js +28 -0
  517. package/lib/storybook/utils/get-enum-arg.js.map +1 -0
  518. package/lib/storybook/utils/get-enum-arg.mjs +26 -0
  519. package/lib/storybook/utils/get-enum-arg.mjs.map +1 -0
  520. package/lib/styles.css +182 -3
  521. package/lib/tab-bar/constants.d.mts +3 -3
  522. package/lib/tab-bar/constants.d.ts +2 -2
  523. package/lib/tab-bar/constants.js +5 -5
  524. package/lib/tab-bar/constants.mjs +5 -5
  525. package/lib/tab-bar/index.js +23 -13
  526. package/lib/tab-bar/index.mjs +22 -12
  527. package/lib/tab-bar/theme.d.mts +2 -2
  528. package/lib/tab-bar/theme.d.ts +1 -1
  529. package/lib/tab-bar/theme.js +1 -1
  530. package/lib/tab-bar/theme.mjs +1 -1
  531. package/lib/{tab-bar-BiduNX4N.js → tab-bar-DCIXtwup.js} +12 -28
  532. package/lib/tab-bar-DCIXtwup.js.map +1 -0
  533. package/lib/{tab-bar-Cl1QLEj1.mjs → tab-bar-DJus-K09.mjs} +9 -19
  534. package/lib/tab-bar-DJus-K09.mjs.map +1 -0
  535. package/lib/tab-item-DVJ6vhql.js +37 -0
  536. package/lib/tab-item-DVJ6vhql.js.map +1 -0
  537. package/lib/tab-item-DefWiW0b.mjs +29 -0
  538. package/lib/tab-item-DefWiW0b.mjs.map +1 -0
  539. package/lib/tablet-and-below-Dx2Rvp02.js +113 -0
  540. package/lib/tablet-and-below-Dx2Rvp02.js.map +1 -0
  541. package/lib/tablet-and-below-sMts1JEc.mjs +101 -0
  542. package/lib/tablet-and-below-sMts1JEc.mjs.map +1 -0
  543. package/lib/text/constants.d.mts +2 -2
  544. package/lib/text/constants.d.ts +1 -1
  545. package/lib/text/heading.d.mts +2 -2
  546. package/lib/text/heading.d.ts +1 -1
  547. package/lib/text/heading.js +1 -1
  548. package/lib/text/heading.mjs +1 -1
  549. package/lib/text/paragraph.d.mts +2 -2
  550. package/lib/text/paragraph.d.ts +1 -1
  551. package/lib/text/paragraph.js +1 -1
  552. package/lib/text/paragraph.mjs +1 -1
  553. package/lib/text-button-DkD8OA65.mjs +66 -0
  554. package/lib/text-button-DkD8OA65.mjs.map +1 -0
  555. package/lib/text-button-DlMVqsvV.js +75 -0
  556. package/lib/text-button-DlMVqsvV.js.map +1 -0
  557. package/lib/theme-B4rsurcB.js +58 -0
  558. package/lib/theme-B4rsurcB.js.map +1 -0
  559. package/lib/theme-B5GNXw4M.js +48 -0
  560. package/lib/theme-B5GNXw4M.js.map +1 -0
  561. package/lib/{theme-CE2RkJwt.mjs → theme-C942t67I.mjs} +1 -1
  562. package/lib/{theme-CE2RkJwt.mjs.map → theme-C942t67I.mjs.map} +1 -1
  563. package/lib/theme-CILxIDaP.mjs +67 -0
  564. package/lib/theme-CILxIDaP.mjs.map +1 -0
  565. package/lib/theme-CJDY-Vlz.mjs +37 -0
  566. package/lib/theme-CJDY-Vlz.mjs.map +1 -0
  567. package/lib/theme-CKrQVNS4.mjs +53 -0
  568. package/lib/theme-CKrQVNS4.mjs.map +1 -0
  569. package/lib/theme-CWIKvBG4.js +90 -0
  570. package/lib/theme-CWIKvBG4.js.map +1 -0
  571. package/lib/{theme-BDGfJ8n-.d.ts → theme-Ce9CLqLS.d.ts} +1 -1
  572. package/lib/theme-CfGmIUoO.mjs +42 -0
  573. package/lib/theme-CfGmIUoO.mjs.map +1 -0
  574. package/lib/{theme-CmvdSSbX.js → theme-Cynd7pF9.js} +1 -1
  575. package/lib/{theme-CmvdSSbX.js.map → theme-Cynd7pF9.js.map} +1 -1
  576. package/lib/{theme-DKi2E2si.d.mts → theme-ECp4BKXJ.d.mts} +2 -2
  577. package/lib/theme-VVqGnnPq.js +307 -0
  578. package/lib/theme-VVqGnnPq.js.map +1 -0
  579. package/lib/theme-YXaUsVJu.mjs +296 -0
  580. package/lib/theme-YXaUsVJu.mjs.map +1 -0
  581. package/lib/theme-gPGrAR2u.mjs +46 -0
  582. package/lib/theme-gPGrAR2u.mjs.map +1 -0
  583. package/lib/theme-ingLagfo.js +63 -0
  584. package/lib/theme-ingLagfo.js.map +1 -0
  585. package/lib/{theme-Cv8rt4oO.js → theme-ods4yogr.js} +1 -1
  586. package/lib/{theme-Cv8rt4oO.js.map → theme-ods4yogr.js.map} +1 -1
  587. package/lib/{theme-Bgd_TUHZ.mjs → theme-uDVEiufm.mjs} +1 -1
  588. package/lib/{theme-Bgd_TUHZ.mjs.map → theme-uDVEiufm.mjs.map} +1 -1
  589. package/lib/theme-wttBp_sN.js +59 -0
  590. package/lib/theme-wttBp_sN.js.map +1 -0
  591. package/lib/title-bar/components/title-tab/hook.d.mts +7 -0
  592. package/lib/title-bar/components/title-tab/hook.d.ts +7 -0
  593. package/lib/title-bar/components/title-tab/hook.js +3 -0
  594. package/lib/title-bar/components/title-tab/hook.mjs +3 -0
  595. package/lib/title-bar/components/title-tab/index.d.mts +3 -0
  596. package/lib/title-bar/components/title-tab/index.d.ts +3 -0
  597. package/lib/title-bar/components/title-tab/index.js +23 -0
  598. package/lib/title-bar/components/title-tab/index.mjs +23 -0
  599. package/lib/title-bar/components/title-tab/tab-item.d.mts +12 -0
  600. package/lib/title-bar/components/title-tab/tab-item.d.ts +11 -0
  601. package/lib/title-bar/components/title-tab/tab-item.js +20 -0
  602. package/lib/title-bar/components/title-tab/tab-item.mjs +20 -0
  603. package/lib/title-bar/components/title-tab/type.d.mts +2 -0
  604. package/lib/title-bar/components/title-tab/type.d.ts +2 -0
  605. package/lib/title-bar/components/title-tab/type.js +0 -0
  606. package/lib/title-bar/components/title-tab/type.mjs +1 -0
  607. package/lib/title-bar/components/title1.d.mts +2 -0
  608. package/lib/title-bar/components/title1.d.ts +2 -0
  609. package/lib/title-bar/components/title1.js +6 -0
  610. package/lib/title-bar/components/title1.mjs +6 -0
  611. package/lib/title-bar/components/title2.d.mts +2 -0
  612. package/lib/title-bar/components/title2.d.ts +2 -0
  613. package/lib/title-bar/components/title2.js +6 -0
  614. package/lib/title-bar/components/title2.mjs +6 -0
  615. package/lib/title-bar/index.d.mts +4 -34
  616. package/lib/title-bar/index.d.ts +8 -38
  617. package/lib/title-bar/index.js +26 -141
  618. package/lib/title-bar/index.js.map +1 -1
  619. package/lib/title-bar/index.mjs +20 -131
  620. package/lib/title-bar/index.mjs.map +1 -1
  621. package/lib/title-tab-Bzo2mEUS.js +55 -0
  622. package/lib/title-tab-Bzo2mEUS.js.map +1 -0
  623. package/lib/title-tab-DyTYe4dn.mjs +46 -0
  624. package/lib/title-tab-DyTYe4dn.mjs.map +1 -0
  625. package/lib/title1-CB1C3lVX.js +34 -0
  626. package/lib/title1-CB1C3lVX.js.map +1 -0
  627. package/lib/title1-CkuzBJgg.d.ts +12 -0
  628. package/lib/title1-DMIzZ_Ce.d.mts +12 -0
  629. package/lib/title1-FLSEnRkW.mjs +26 -0
  630. package/lib/title1-FLSEnRkW.mjs.map +1 -0
  631. package/lib/title2-C2R8IF0W.d.ts +13 -0
  632. package/lib/title2-Dmq-RO59.mjs +29 -0
  633. package/lib/title2-Dmq-RO59.mjs.map +1 -0
  634. package/lib/title2-DxioNGe1.d.mts +13 -0
  635. package/lib/title2-MnbXvYzY.js +37 -0
  636. package/lib/title2-MnbXvYzY.js.map +1 -0
  637. package/lib/top-row-DlBl7qMk.js +85 -0
  638. package/lib/top-row-DlBl7qMk.js.map +1 -0
  639. package/lib/top-row-zMxUSbFn.mjs +76 -0
  640. package/lib/top-row-zMxUSbFn.mjs.map +1 -0
  641. package/lib/{type-CcygKers.d.ts → type-BnDFCU6X.d.ts} +1 -1
  642. package/lib/type-CLXaT3at.d.ts +10 -0
  643. package/lib/{type-Bsf9A8YX.d.mts → type-CUK24s0m.d.mts} +1 -1
  644. package/lib/type-CeVcN-Qd.d.mts +10 -0
  645. package/lib/types/index.d.mts +1 -1
  646. package/lib/{types-p8V2pbqn.d.mts → types-Blyo2r50.d.mts} +2 -2
  647. package/lib/{types-dW_WJa4D.d.ts → types-Ds7aLWpi.d.ts} +2 -2
  648. package/lib/use-outside-click-BhQu1ic3.d.mts +7 -0
  649. package/lib/use-outside-click-BnOIw72r.d.ts +7 -0
  650. package/lib/{use-outside-click-DAfe2vPE.mjs → use-outside-click-D6gPe2ZQ.mjs} +1 -1
  651. package/lib/{use-outside-click-DAfe2vPE.mjs.map → use-outside-click-D6gPe2ZQ.mjs.map} +1 -1
  652. package/lib/{use-outside-click-BB1MpRid.js → use-outside-click-DAqO6JA3.js} +1 -1
  653. package/lib/{use-outside-click-BB1MpRid.js.map → use-outside-click-DAqO6JA3.js.map} +1 -1
  654. package/lib/z-index-BdObyvJF.js +19 -0
  655. package/lib/z-index-BdObyvJF.js.map +1 -0
  656. package/lib/z-index-CPbhhoLg.mjs +13 -0
  657. package/lib/z-index-CPbhhoLg.mjs.map +1 -0
  658. package/package.json +4 -3
  659. package/lib/button-D_AWI7r9.mjs +0 -597
  660. package/lib/button-D_AWI7r9.mjs.map +0 -1
  661. package/lib/button-Dk0MxlKd.js +0 -636
  662. package/lib/button-Dk0MxlKd.js.map +0 -1
  663. package/lib/dropdown-menu-BAHX8io9.js +0 -150
  664. package/lib/dropdown-menu-BAHX8io9.js.map +0 -1
  665. package/lib/dropdown-menu-BBodM9gi.mjs +0 -117
  666. package/lib/dropdown-menu-BBodM9gi.mjs.map +0 -1
  667. package/lib/hamburger-menu-B8A2Jjyu.mjs +0 -482
  668. package/lib/hamburger-menu-B8A2Jjyu.mjs.map +0 -1
  669. package/lib/hamburger-menu-BKiIxEbP.js +0 -497
  670. package/lib/hamburger-menu-BKiIxEbP.js.map +0 -1
  671. package/lib/input-BU_QJnbj.mjs.map +0 -1
  672. package/lib/input-VmgNb9pm.js.map +0 -1
  673. package/lib/logo-B3GSkN1O.js +0 -106
  674. package/lib/logo-B3GSkN1O.js.map +0 -1
  675. package/lib/logo-NfYCtrtN.mjs +0 -80
  676. package/lib/logo-NfYCtrtN.mjs.map +0 -1
  677. package/lib/paragraph-Cf9jr8RF.mjs.map +0 -1
  678. package/lib/paragraph-iuz3jP0Q.js.map +0 -1
  679. package/lib/tab-bar-BiduNX4N.js.map +0 -1
  680. package/lib/tab-bar-Cl1QLEj1.mjs.map +0 -1
  681. package/lib/use-outside-click-CMgRy6Pr.d.mts +0 -7
  682. package/lib/use-outside-click-CWX94QPE.d.ts +0 -7
@@ -1,91 +1,14 @@
1
- import "../index-CUE6zs36.mjs";
2
- import { SIZE, STYLE, Size, Style, TYPE, Type } from "../constants-ZGhPn0d6.mjs";
3
- import { THEME, Theme } from "../theme-DKi2E2si.mjs";
4
- import { WEIGHT, Weight } from "../constants-C_OX3J7_.mjs";
1
+ import "../index-HhQuz4hd.mjs";
2
+ import { THEME, Theme } from "../theme-ECp4BKXJ.mjs";
3
+ import { SIZE, STYLE, Size, Style, TYPE, Type } from "../constants-CFstRAZ_.mjs";
4
+ import { IconButton } from "../index-B5cZ2bgU.mjs";
5
+ import { IconWithTextButton } from "../index-BNr6dtKF.mjs";
6
+ import { WEIGHT, Weight } from "../constants-jR2WUCRY.mjs";
7
+ import { MenuButton } from "../index-Cav_aW5H.mjs";
8
+ import { PillButton } from "../index-Dg9CXOZr.mjs";
9
+ import { TextButton } from "../index-C_Y_QOX7.mjs";
5
10
  import * as react0 from "react";
6
- import React$1, { FC, ReactElement } from "react";
7
11
 
8
- //#region src/button/components/text-button/index.d.ts
9
- type TextButtonProps = {
10
- text: string;
11
- leftIconComponent?: ReactElement;
12
- rightIconComponent?: ReactElement;
13
- size?: Size;
14
- style?: Style;
15
- theme?: Theme;
16
- active?: boolean;
17
- disabled?: boolean;
18
- loading?: boolean;
19
- className?: string;
20
- };
21
- declare const TextButton: FC<TextButtonProps> & {
22
- Size: typeof SIZE;
23
- Style: typeof STYLE;
24
- Theme: typeof THEME;
25
- };
26
- //#endregion
27
- //#region src/button/components/icon-button/index.d.ts
28
- type IconButtonProps = {
29
- iconComponent: React$1.ReactElement;
30
- theme?: Theme;
31
- type?: Type;
32
- disabled?: boolean;
33
- active?: boolean;
34
- className?: string;
35
- onClick?: (e: React$1.MouseEvent<HTMLButtonElement>) => void;
36
- };
37
- declare const IconButton: React$1.FC<IconButtonProps> & {
38
- Theme: typeof THEME;
39
- Type: typeof TYPE;
40
- };
41
- //#endregion
42
- //#region src/button/components/menu-button/index.d.ts
43
- type MenuButtonProps = {
44
- text: string;
45
- color: string;
46
- fontWeight: Weight;
47
- className?: string;
48
- p1ClassName?: string;
49
- };
50
- declare const MenuButton: React$1.FC<MenuButtonProps> & {
51
- FontWeight: typeof WEIGHT;
52
- };
53
- //#endregion
54
- //#region src/button/components/pill-button/index.d.ts
55
- type PillButtonProps = {
56
- text?: string;
57
- leftIconComponent?: React.ReactElement;
58
- rightIconComponent?: React.ReactElement;
59
- size?: Size;
60
- theme?: Theme;
61
- type?: Type;
62
- style?: Style;
63
- disabled?: boolean;
64
- loading?: boolean;
65
- className?: string;
66
- };
67
- declare const PillButton: FC<PillButtonProps> & {
68
- Theme: typeof THEME;
69
- Type: typeof TYPE;
70
- Size: typeof SIZE;
71
- Style: typeof STYLE;
72
- };
73
- //#endregion
74
- //#region src/button/components/icon-with-text-button/index.d.ts
75
- type IconWithTextButtonProps = {
76
- text?: string;
77
- iconComponent: React.ReactNode;
78
- theme?: Theme;
79
- disabled?: boolean;
80
- active?: boolean;
81
- hideText?: boolean;
82
- className?: string;
83
- onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
84
- };
85
- declare const IconWithTextButton: FC<IconWithTextButtonProps> & {
86
- Theme: typeof THEME;
87
- };
88
- //#endregion
89
12
  //#region src/button/index.d.ts
90
13
  declare const _default: {
91
14
  TextButton: react0.FC<{
@@ -1,97 +1,20 @@
1
1
  import "../index-H3peA2d_.js";
2
- import { SIZE, STYLE, Size, Style, TYPE, Type } from "../constants-gCmka4Fp.js";
3
- import { THEME, Theme } from "../theme-BDGfJ8n-.js";
4
- import { WEIGHT, Weight } from "../constants-CZ7dxJ-t.js";
5
- import * as react0 from "react";
6
- import React$1, { FC, ReactElement } from "react";
2
+ import { THEME, Theme } from "../theme-Ce9CLqLS.js";
3
+ import { SIZE, STYLE, Size, Style, TYPE, Type } from "../constants-YK2KhqPU.js";
4
+ import { IconButton } from "../index-D9_HCa05.js";
5
+ import { IconWithTextButton } from "../index-BLWHIu0E.js";
6
+ import { WEIGHT, Weight } from "../constants-BC_JdEyk.js";
7
+ import { MenuButton } from "../index-XkB8HVPQ.js";
8
+ import { PillButton } from "../index-B1cqLG7H.js";
9
+ import { TextButton } from "../index-B7-bdIVL.js";
10
+ import * as react16 from "react";
7
11
 
8
- //#region src/button/components/text-button/index.d.ts
9
- type TextButtonProps = {
10
- text: string;
11
- leftIconComponent?: ReactElement;
12
- rightIconComponent?: ReactElement;
13
- size?: Size;
14
- style?: Style;
15
- theme?: Theme;
16
- active?: boolean;
17
- disabled?: boolean;
18
- loading?: boolean;
19
- className?: string;
20
- };
21
- declare const TextButton: FC<TextButtonProps> & {
22
- Size: typeof SIZE;
23
- Style: typeof STYLE;
24
- Theme: typeof THEME;
25
- };
26
- //#endregion
27
- //#region src/button/components/icon-button/index.d.ts
28
- type IconButtonProps = {
29
- iconComponent: React$1.ReactElement;
30
- theme?: Theme;
31
- type?: Type;
32
- disabled?: boolean;
33
- active?: boolean;
34
- className?: string;
35
- onClick?: (e: React$1.MouseEvent<HTMLButtonElement>) => void;
36
- };
37
- declare const IconButton: React$1.FC<IconButtonProps> & {
38
- Theme: typeof THEME;
39
- Type: typeof TYPE;
40
- };
41
- //#endregion
42
- //#region src/button/components/menu-button/index.d.ts
43
- type MenuButtonProps = {
44
- text: string;
45
- color: string;
46
- fontWeight: Weight;
47
- className?: string;
48
- p1ClassName?: string;
49
- };
50
- declare const MenuButton: React$1.FC<MenuButtonProps> & {
51
- FontWeight: typeof WEIGHT;
52
- };
53
- //#endregion
54
- //#region src/button/components/pill-button/index.d.ts
55
- type PillButtonProps = {
56
- text?: string;
57
- leftIconComponent?: React.ReactElement;
58
- rightIconComponent?: React.ReactElement;
59
- size?: Size;
60
- theme?: Theme;
61
- type?: Type;
62
- style?: Style;
63
- disabled?: boolean;
64
- loading?: boolean;
65
- className?: string;
66
- };
67
- declare const PillButton: FC<PillButtonProps> & {
68
- Theme: typeof THEME;
69
- Type: typeof TYPE;
70
- Size: typeof SIZE;
71
- Style: typeof STYLE;
72
- };
73
- //#endregion
74
- //#region src/button/components/icon-with-text-button/index.d.ts
75
- type IconWithTextButtonProps = {
76
- text?: string;
77
- iconComponent: React.ReactNode;
78
- theme?: Theme;
79
- disabled?: boolean;
80
- active?: boolean;
81
- hideText?: boolean;
82
- className?: string;
83
- onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
84
- };
85
- declare const IconWithTextButton: FC<IconWithTextButtonProps> & {
86
- Theme: typeof THEME;
87
- };
88
- //#endregion
89
12
  //#region src/button/index.d.ts
90
13
  declare const _default: {
91
- TextButton: react0.FC<{
14
+ TextButton: react16.FC<{
92
15
  text: string;
93
- leftIconComponent?: react0.ReactElement;
94
- rightIconComponent?: react0.ReactElement;
16
+ leftIconComponent?: react16.ReactElement;
17
+ rightIconComponent?: react16.ReactElement;
95
18
  size?: Size;
96
19
  style?: Style;
97
20
  theme?: Theme;
@@ -104,7 +27,7 @@ declare const _default: {
104
27
  Style: typeof STYLE;
105
28
  Theme: typeof THEME;
106
29
  };
107
- IconButton: react0.FC<{
30
+ IconButton: react16.FC<{
108
31
  iconComponent: React.ReactElement;
109
32
  theme?: Theme;
110
33
  type?: Type;
@@ -116,7 +39,7 @@ declare const _default: {
116
39
  Theme: typeof THEME;
117
40
  Type: typeof TYPE;
118
41
  };
119
- MenuButton: react0.FC<{
42
+ MenuButton: react16.FC<{
120
43
  text: string;
121
44
  color: string;
122
45
  fontWeight: Weight;
@@ -125,7 +48,7 @@ declare const _default: {
125
48
  }> & {
126
49
  FontWeight: typeof WEIGHT;
127
50
  };
128
- PillButton: react0.FC<{
51
+ PillButton: react16.FC<{
129
52
  text?: string;
130
53
  leftIconComponent?: React.ReactElement;
131
54
  rightIconComponent?: React.ReactElement;
@@ -142,7 +65,7 @@ declare const _default: {
142
65
  Size: typeof SIZE;
143
66
  Style: typeof STYLE;
144
67
  };
145
- IconWithTextButton: react0.FC<{
68
+ IconWithTextButton: react16.FC<{
146
69
  text?: string;
147
70
  iconComponent: React.ReactNode;
148
71
  theme?: Theme;
@@ -1,13 +1,22 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
  require('../constants-BmxSMOOn.js');
3
3
  require('../constants-Cndhv6qr.js');
4
- require('../paragraph-iuz3jP0Q.js');
4
+ require('../paragraph-Bve022HS.js');
5
5
  require('../theme-DDBlIbeS.js');
6
- const require_button = require('../button-Dk0MxlKd.js');
6
+ require('../theme-ingLagfo.js');
7
+ const require_text_button = require('../text-button-DlMVqsvV.js');
8
+ require('../theme-B5GNXw4M.js');
9
+ const require_icon_button = require('../icon-button-Vqwyow05.js');
10
+ const require_menu_button = require('../menu-button-DP302FyB.js');
11
+ require('../theme-VVqGnnPq.js');
12
+ const require_pill_button = require('../pill-button-CNbShnjT.js');
13
+ require('../theme-B4rsurcB.js');
14
+ const require_icon_with_text_button = require('../icon-with-text-button-DOj_-gz0.js');
15
+ const require_button = require('../button-BLRV4Hwe.js');
7
16
 
8
- exports.IconButton = require_button.icon_button_default;
9
- exports.IconWithTextButton = require_button.icon_with_text_button_default;
10
- exports.MenuButton = require_button.menu_button_default;
11
- exports.PillButton = require_button.pill_button_default;
12
- exports.TextButton = require_button.text_button_default;
17
+ exports.IconButton = require_icon_button.icon_button_default;
18
+ exports.IconWithTextButton = require_icon_with_text_button.icon_with_text_button_default;
19
+ exports.MenuButton = require_menu_button.menu_button_default;
20
+ exports.PillButton = require_pill_button.pill_button_default;
21
+ exports.TextButton = require_text_button.text_button_default;
13
22
  exports.default = require_button.button_default;
@@ -1,7 +1,16 @@
1
1
  import "../constants-oTHAnh6r.mjs";
2
2
  import "../constants-CBSEPx91.mjs";
3
- import "../paragraph-Cf9jr8RF.mjs";
3
+ import "../paragraph-QihuIWot.mjs";
4
4
  import "../theme-BG6yZVj-.mjs";
5
- import { button_default, icon_button_default, icon_with_text_button_default, menu_button_default, pill_button_default, text_button_default } from "../button-D_AWI7r9.mjs";
5
+ import "../theme-gPGrAR2u.mjs";
6
+ import { text_button_default } from "../text-button-DkD8OA65.mjs";
7
+ import "../theme-CJDY-Vlz.mjs";
8
+ import { icon_button_default } from "../icon-button-B-71Zncn.mjs";
9
+ import { menu_button_default } from "../menu-button-BzXGdc8T.mjs";
10
+ import "../theme-YXaUsVJu.mjs";
11
+ import { pill_button_default } from "../pill-button-y0eh5cgT.mjs";
12
+ import "../theme-CKrQVNS4.mjs";
13
+ import { icon_with_text_button_default } from "../icon-with-text-button-CTWmp6He.mjs";
14
+ import { button_default } from "../button-ubJKEMLe.mjs";
6
15
 
7
16
  export { icon_button_default as IconButton, icon_with_text_button_default as IconWithTextButton, menu_button_default as MenuButton, pill_button_default as PillButton, text_button_default as TextButton, button_default as default };
@@ -0,0 +1,23 @@
1
+ const require_text_button = require('./text-button-DlMVqsvV.js');
2
+ const require_icon_button = require('./icon-button-Vqwyow05.js');
3
+ const require_menu_button = require('./menu-button-DP302FyB.js');
4
+ const require_pill_button = require('./pill-button-CNbShnjT.js');
5
+ const require_icon_with_text_button = require('./icon-with-text-button-DOj_-gz0.js');
6
+
7
+ //#region src/button/index.ts
8
+ var button_default = {
9
+ TextButton: require_text_button.text_button_default,
10
+ IconButton: require_icon_button.icon_button_default,
11
+ MenuButton: require_menu_button.menu_button_default,
12
+ PillButton: require_pill_button.pill_button_default,
13
+ IconWithTextButton: require_icon_with_text_button.icon_with_text_button_default
14
+ };
15
+
16
+ //#endregion
17
+ Object.defineProperty(exports, 'button_default', {
18
+ enumerable: true,
19
+ get: function () {
20
+ return button_default;
21
+ }
22
+ });
23
+ //# sourceMappingURL=button-BLRV4Hwe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-BLRV4Hwe.js","names":[],"sources":["../src/button/index.ts"],"sourcesContent":["import TextButton from './components/text-button'\nimport IconButton from './components/icon-button'\nimport MenuButton from './components/menu-button'\nimport PillButton from './components/pill-button'\nimport IconWithTextButton from './components/icon-with-text-button'\n\nexport { TextButton, IconButton, MenuButton, PillButton, IconWithTextButton }\n\nexport default {\n TextButton,\n IconButton,\n MenuButton,\n PillButton,\n IconWithTextButton,\n}\n"],"mappings":";;;;;;;AAQA,qBAAe;CACb;CACA;CACA;CACA;CACA;CACD"}
@@ -0,0 +1,18 @@
1
+ import { text_button_default } from "./text-button-DkD8OA65.mjs";
2
+ import { icon_button_default } from "./icon-button-B-71Zncn.mjs";
3
+ import { menu_button_default } from "./menu-button-BzXGdc8T.mjs";
4
+ import { pill_button_default } from "./pill-button-y0eh5cgT.mjs";
5
+ import { icon_with_text_button_default } from "./icon-with-text-button-CTWmp6He.mjs";
6
+
7
+ //#region src/button/index.ts
8
+ var button_default = {
9
+ TextButton: text_button_default,
10
+ IconButton: icon_button_default,
11
+ MenuButton: menu_button_default,
12
+ PillButton: pill_button_default,
13
+ IconWithTextButton: icon_with_text_button_default
14
+ };
15
+
16
+ //#endregion
17
+ export { button_default };
18
+ //# sourceMappingURL=button-ubJKEMLe.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-ubJKEMLe.mjs","names":[],"sources":["../src/button/index.ts"],"sourcesContent":["import TextButton from './components/text-button'\nimport IconButton from './components/icon-button'\nimport MenuButton from './components/menu-button'\nimport PillButton from './components/pill-button'\nimport IconWithTextButton from './components/icon-with-text-button'\n\nexport { TextButton, IconButton, MenuButton, PillButton, IconWithTextButton }\n\nexport default {\n TextButton,\n IconButton,\n MenuButton,\n PillButton,\n IconWithTextButton,\n}\n"],"mappings":";;;;;;;AAQA,qBAAe;CACb;CACA;CACA;CACA;CACA;CACD"}
@@ -0,0 +1,3 @@
1
+ import "../../index-HhQuz4hd.mjs";
2
+ import { SIZE, Size } from "../../constants-DP5x2xfg.mjs";
3
+ export { SIZE, Size };
@@ -0,0 +1,3 @@
1
+ import "../../index-H3peA2d_.js";
2
+ import { SIZE, Size } from "../../constants-Dk98cPGb.js";
3
+ export { SIZE, Size };
@@ -0,0 +1,3 @@
1
+ const require_constants = require('../../constants-CCYwjB2d.js');
2
+
3
+ exports.SIZE = require_constants.SIZE;
@@ -0,0 +1,3 @@
1
+ import { SIZE } from "../../constants-BZZgQcEy.mjs";
2
+
3
+ export { SIZE };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
2
+
3
+ //#region src/card/list/img-placeholder.d.ts
4
+ declare const ImgPlaceholder: () => react_jsx_runtime10.JSX.Element;
5
+ //#endregion
6
+ export { ImgPlaceholder as default };
7
+ //# sourceMappingURL=img-placeholder.d.mts.map
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
2
+
3
+ //#region src/card/list/img-placeholder.d.ts
4
+ declare const ImgPlaceholder: () => react_jsx_runtime10.JSX.Element;
5
+ export = ImgPlaceholder;
6
+ //# sourceMappingURL=img-placeholder.d.ts.map
@@ -0,0 +1,3 @@
1
+ const require_img_placeholder = require('../../img-placeholder-D-fbn9IG.js');
2
+
3
+ module.exports = require_img_placeholder.img_placeholder_default;
@@ -0,0 +1,3 @@
1
+ import { img_placeholder_default } from "../../img-placeholder-DhOOFcVQ.mjs";
2
+
3
+ export { img_placeholder_default as default };
@@ -0,0 +1,30 @@
1
+ import "../../index-HhQuz4hd.mjs";
2
+ import { SIZE, Size } from "../../constants-DP5x2xfg.mjs";
3
+ import { FC } from "react";
4
+
5
+ //#region src/card/list/index.d.ts
6
+ type CardListBaseProps = {
7
+ categoryLabel?: string;
8
+ publishedDate?: string;
9
+ title: string;
10
+ description: string;
11
+ image?: {
12
+ src: string;
13
+ alt?: string;
14
+ };
15
+ size: Size;
16
+ };
17
+ type CardListLoadingProps = {
18
+ isLoading: true;
19
+ size: Size;
20
+ };
21
+ type CardListDetailProps = CardListBaseProps & {
22
+ isLoading?: false;
23
+ };
24
+ type CardListProps = CardListLoadingProps | CardListDetailProps;
25
+ declare const CardList: FC<CardListProps> & {
26
+ Size: typeof SIZE;
27
+ };
28
+ //#endregion
29
+ export { CardList as default };
30
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1,29 @@
1
+ import "../../index-H3peA2d_.js";
2
+ import { SIZE, Size } from "../../constants-Dk98cPGb.js";
3
+ import { FC } from "react";
4
+
5
+ //#region src/card/list/index.d.ts
6
+ type CardListBaseProps = {
7
+ categoryLabel?: string;
8
+ publishedDate?: string;
9
+ title: string;
10
+ description: string;
11
+ image?: {
12
+ src: string;
13
+ alt?: string;
14
+ };
15
+ size: Size;
16
+ };
17
+ type CardListLoadingProps = {
18
+ isLoading: true;
19
+ size: Size;
20
+ };
21
+ type CardListDetailProps = CardListBaseProps & {
22
+ isLoading?: false;
23
+ };
24
+ type CardListProps = CardListLoadingProps | CardListDetailProps;
25
+ declare const CardList: FC<CardListProps> & {
26
+ Size: typeof SIZE;
27
+ };
28
+ export = CardList;
29
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,109 @@
1
+ const require_chunk = require('../../chunk-BxBTb9qk.js');
2
+ require('../../constants-Cndhv6qr.js');
3
+ const require_paragraph = require('../../paragraph-Bve022HS.js');
4
+ const require_heading = require('../../heading-D5Lv6X0M.js');
5
+ const require_constants$1 = require('../../constants-CCYwjB2d.js');
6
+ const require_img_placeholder = require('../../img-placeholder-D-fbn9IG.js');
7
+ const require_loading = require('../../loading-CFCk4kkD.js');
8
+ let react = require("react");
9
+ react = require_chunk.__toESM(react);
10
+ let clsx = require("clsx");
11
+ clsx = require_chunk.__toESM(clsx);
12
+ let react_jsx_runtime = require("react/jsx-runtime");
13
+ react_jsx_runtime = require_chunk.__toESM(react_jsx_runtime);
14
+
15
+ //#region src/card/list/index.tsx
16
+ const CardList = (props) => {
17
+ const { size, isLoading = false } = props;
18
+ const [failedImageKey, setFailedImageKey] = (0, react.useState)(null);
19
+ const imageSrc = "image" in props ? props.image?.src : void 0;
20
+ const imageKey = `${size}:${imageSrc ?? ""}`;
21
+ const isImageFailed = failedImageKey === imageKey;
22
+ if (size === require_constants$1.SIZE.s) {
23
+ if (isLoading) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_loading.SmallSkeleton, {});
24
+ const { categoryLabel: categoryLabel$1, publishedDate: publishedDate$1, title: title$1, description: description$1, image: image$1 } = props;
25
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
26
+ className: (0, clsx.default)("flex flex-col w-full gap-[8px]", "hover:opacity-70", "hover:cursor-pointer"),
27
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
28
+ className: "flex flex-row gap-[8px]",
29
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
30
+ className: "flex flex-col w-full gap-[4px]",
31
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
32
+ className: "flex flex-row gap-[8px]",
33
+ children: [categoryLabel$1 ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_paragraph.P3, {
34
+ className: "text-gray-600",
35
+ text: categoryLabel$1
36
+ }) : null, publishedDate$1 ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_paragraph.P3, {
37
+ className: "text-gray-600",
38
+ text: publishedDate$1
39
+ }) : null]
40
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_heading.H4, {
41
+ className: "text-gray-800 !text-[18px]",
42
+ text: title$1,
43
+ type: require_heading.H4.Type.article
44
+ })]
45
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
46
+ className: "flex justify-center items-center",
47
+ children: image$1?.src && !isImageFailed ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("img", {
48
+ src: image$1.src,
49
+ alt: image$1.alt ?? "",
50
+ className: "w-[72px] h-[72px] object-cover shrink-0",
51
+ onError: () => setFailedImageKey(imageKey)
52
+ }) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
53
+ className: "w-[72px] h-[72px] shrink-0 flex items-center justify-center bg-gray-100",
54
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_img_placeholder.img_placeholder_default, {})
55
+ })
56
+ })]
57
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_paragraph.P2, {
58
+ className: "text-gray-800 line-clamp-3",
59
+ text: description$1
60
+ })]
61
+ });
62
+ }
63
+ if (isLoading) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_loading.LargeSkeleton, {});
64
+ const { categoryLabel, publishedDate, title, description, image } = props;
65
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
66
+ className: (0, clsx.default)("flex flex-row w-full gap-[32px]", "hover:opacity-70", "hover:cursor-pointer"),
67
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
68
+ className: "flex flex-col w-full gap-[8px]",
69
+ children: [
70
+ /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
71
+ className: "flex flex-row gap-[8px]",
72
+ children: [categoryLabel ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_paragraph.P3, {
73
+ className: "text-gray-600",
74
+ text: categoryLabel
75
+ }) : null, publishedDate ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_paragraph.P3, {
76
+ className: "text-gray-600",
77
+ text: publishedDate
78
+ }) : null]
79
+ }),
80
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_heading.H4, {
81
+ className: "text-gray-800 !text-[22px]",
82
+ text: title,
83
+ type: require_heading.H4.Type.article
84
+ }),
85
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_paragraph.P1, {
86
+ className: "text-gray-800 line-clamp-3",
87
+ text: description
88
+ })
89
+ ]
90
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
91
+ className: "flex justify-center items-center",
92
+ children: image?.src && !isImageFailed ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("img", {
93
+ src: image.src,
94
+ alt: image.alt ?? "",
95
+ className: "w-[216px] h-[144px] object-cover shrink-0",
96
+ onError: () => setFailedImageKey(imageKey)
97
+ }) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
98
+ className: "w-[216px] h-[144px] shrink-0 flex items-center justify-center bg-gray-100",
99
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_img_placeholder.img_placeholder_default, {})
100
+ })
101
+ })]
102
+ });
103
+ };
104
+ CardList.Size = require_constants$1.SIZE;
105
+ var list_default = CardList;
106
+
107
+ //#endregion
108
+ module.exports = list_default;
109
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["CardList: FC<CardListProps> & { Size: typeof SIZE }","SIZE","SmallSkeleton","categoryLabel","P3","publishedDate","H4","title","image","ImgPlaceholder","P2","description","LargeSkeleton","P1"],"sources":["../../../src/card/list/index.tsx"],"sourcesContent":["import { type FC, useState } from 'react'\nimport clsx from 'clsx'\n// text\nimport { P1, P2, P3 } from '../../text/paragraph'\nimport { H4 } from '../../text/heading'\n// constants\nimport { SIZE, type Size } from './constants'\n// skeleton\nimport { LargeSkeleton, SmallSkeleton } from './loading'\n// placeholder\nimport ImgPlaceholder from './img-placeholder'\n\ntype CardListBaseProps = {\n categoryLabel?: string\n publishedDate?: string\n title: string\n description: string\n image?: {\n src: string\n alt?: string\n }\n size: Size\n // TODO: add isBookmark when bookmark feature is ready\n // isBookmark?: boolean\n // onBookmarkClick?: () => void\n}\n\ntype CardListLoadingProps = {\n isLoading: true\n size: Size\n}\n\ntype CardListDetailProps = CardListBaseProps & {\n isLoading?: false\n}\n\ntype CardListProps = CardListLoadingProps | CardListDetailProps\n\nconst CardList: FC<CardListProps> & { Size: typeof SIZE } = (props) => {\n const { size, isLoading = false } = props\n const [failedImageKey, setFailedImageKey] = useState<string | null>(null)\n const imageSrc = 'image' in props ? props.image?.src : undefined\n const imageKey = `${size}:${imageSrc ?? ''}`\n const isImageFailed = failedImageKey === imageKey\n\n if (size === SIZE.s) {\n if (isLoading) {\n return <SmallSkeleton />\n }\n const { categoryLabel, publishedDate, title, description, image } =\n props as CardListDetailProps\n return (\n <div\n className={clsx(\n 'flex flex-col w-full gap-[8px]',\n 'hover:opacity-70',\n 'hover:cursor-pointer'\n )}\n >\n <div className=\"flex flex-row gap-[8px]\">\n <div className=\"flex flex-col w-full gap-[4px]\">\n <div className=\"flex flex-row gap-[8px]\">\n {categoryLabel ? (\n <P3 className=\"text-gray-600\" text={categoryLabel} />\n ) : null}\n {publishedDate ? (\n <P3 className=\"text-gray-600\" text={publishedDate} />\n ) : null}\n </div>\n <H4\n className=\"text-gray-800 !text-[18px]\"\n text={title}\n type={H4.Type.article}\n />\n </div>\n <div className=\"flex justify-center items-center\">\n {image?.src && !isImageFailed ? (\n // biome-ignore lint/performance/noImgElement: use next image later\n <img\n src={image.src}\n alt={image.alt ?? ''}\n className=\"w-[72px] h-[72px] object-cover shrink-0\"\n onError={() => setFailedImageKey(imageKey)}\n />\n ) : (\n <div className=\"w-[72px] h-[72px] shrink-0 flex items-center justify-center bg-gray-100\">\n <ImgPlaceholder />\n </div>\n )}\n </div>\n </div>\n <P2 className=\"text-gray-800 line-clamp-3\" text={description} />\n </div>\n )\n }\n\n if (isLoading) {\n return <LargeSkeleton />\n }\n\n const { categoryLabel, publishedDate, title, description, image } =\n props as CardListDetailProps\n return (\n <div\n className={clsx(\n 'flex flex-row w-full gap-[32px]',\n 'hover:opacity-70',\n 'hover:cursor-pointer'\n )}\n >\n <div className=\"flex flex-col w-full gap-[8px]\">\n <div className=\"flex flex-row gap-[8px]\">\n {categoryLabel ? (\n <P3 className=\"text-gray-600\" text={categoryLabel} />\n ) : null}\n {publishedDate ? (\n <P3 className=\"text-gray-600\" text={publishedDate} />\n ) : null}\n </div>\n <H4\n className=\"text-gray-800 !text-[22px]\"\n text={title}\n type={H4.Type.article}\n />\n <P1 className=\"text-gray-800 line-clamp-3\" text={description} />\n </div>\n <div className=\"flex justify-center items-center\">\n {image?.src && !isImageFailed ? (\n // biome-ignore lint/performance/noImgElement: use next image later\n <img\n src={image.src}\n alt={image.alt ?? ''}\n className=\"w-[216px] h-[144px] object-cover shrink-0\"\n onError={() => setFailedImageKey(imageKey)}\n />\n ) : (\n <div className=\"w-[216px] h-[144px] shrink-0 flex items-center justify-center bg-gray-100\">\n <ImgPlaceholder />\n </div>\n )}\n </div>\n </div>\n )\n}\n\nCardList.Size = SIZE\nexport default CardList\n"],"mappings":";;;;;;;;;;;;;;;AAsCA,MAAMA,YAAuD,UAAU;CACrE,MAAM,EAAE,MAAM,YAAY,UAAU;CACpC,MAAM,CAAC,gBAAgB,yCAA6C,KAAK;CACzE,MAAM,WAAW,WAAW,QAAQ,MAAM,OAAO,MAAM;CACvD,MAAM,WAAW,GAAG,KAAK,GAAG,YAAY;CACxC,MAAM,gBAAgB,mBAAmB;AAEzC,KAAI,SAASC,yBAAK,GAAG;AACnB,MAAI,UACF,QAAO,2CAACC,kCAAgB;EAE1B,MAAM,EAAE,gCAAe,gCAAe,gBAAO,4BAAa,mBACxD;AACF,SACE,4CAAC;GACC,6BACE,kCACA,oBACA,uBACD;cAED,4CAAC;IAAI,WAAU;eACb,4CAAC;KAAI,WAAU;gBACb,4CAAC;MAAI,WAAU;iBACZC,kBACC,2CAACC;OAAG,WAAU;OAAgB,MAAMD;QAAiB,GACnD,MACHE,kBACC,2CAACD;OAAG,WAAU;OAAgB,MAAMC;QAAiB,GACnD;OACA,EACN,2CAACC;MACC,WAAU;MACV,MAAMC;MACN,MAAMD,mBAAG,KAAK;OACd;MACE,EACN,2CAAC;KAAI,WAAU;eACZE,SAAO,OAAO,CAAC,gBAEd,2CAAC;MACC,KAAKA,QAAM;MACX,KAAKA,QAAM,OAAO;MAClB,WAAU;MACV,eAAe,kBAAkB,SAAS;OAC1C,GAEF,2CAAC;MAAI,WAAU;gBACb,2CAACC,oDAAiB;OACd;MAEJ;KACF,EACN,2CAACC;IAAG,WAAU;IAA6B,MAAMC;KAAe;IAC5D;;AAIV,KAAI,UACF,QAAO,2CAACC,kCAAgB;CAG1B,MAAM,EAAE,eAAe,eAAe,OAAO,aAAa,UACxD;AACF,QACE,4CAAC;EACC,6BACE,mCACA,oBACA,uBACD;aAED,4CAAC;GAAI,WAAU;;IACb,4CAAC;KAAI,WAAU;gBACZ,gBACC,2CAACR;MAAG,WAAU;MAAgB,MAAM;OAAiB,GACnD,MACH,gBACC,2CAACA;MAAG,WAAU;MAAgB,MAAM;OAAiB,GACnD;MACA;IACN,2CAACE;KACC,WAAU;KACV,MAAM;KACN,MAAMA,mBAAG,KAAK;MACd;IACF,2CAACO;KAAG,WAAU;KAA6B,MAAM;MAAe;;IAC5D,EACN,2CAAC;GAAI,WAAU;aACZ,OAAO,OAAO,CAAC,gBAEd,2CAAC;IACC,KAAK,MAAM;IACX,KAAK,MAAM,OAAO;IAClB,WAAU;IACV,eAAe,kBAAkB,SAAS;KAC1C,GAEF,2CAAC;IAAI,WAAU;cACb,2CAACJ,oDAAiB;KACd;IAEJ;GACF;;AAIV,SAAS,OAAOR;AAChB,mBAAe"}