@korsolutions/ui 0.0.86 → 0.0.88

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 (279) hide show
  1. package/dist/module/components/alert/variants/default.js +2 -1
  2. package/dist/module/components/alert/variants/default.js.map +1 -1
  3. package/dist/module/components/alert/variants/destructive.js +2 -1
  4. package/dist/module/components/alert/variants/destructive.js.map +1 -1
  5. package/dist/module/components/alert-dialog/variants/default.js +4 -1
  6. package/dist/module/components/alert-dialog/variants/default.js.map +1 -1
  7. package/dist/module/components/avatar/variants/default.js +1 -0
  8. package/dist/module/components/avatar/variants/default.js.map +1 -1
  9. package/dist/module/components/badge/variants/default.js +1 -0
  10. package/dist/module/components/badge/variants/default.js.map +1 -1
  11. package/dist/module/components/badge/variants/secondary.js +1 -0
  12. package/dist/module/components/badge/variants/secondary.js.map +1 -1
  13. package/dist/module/components/button/button.js +3 -2
  14. package/dist/module/components/button/button.js.map +1 -1
  15. package/dist/module/components/button/variants/default.js +1 -0
  16. package/dist/module/components/button/variants/default.js.map +1 -1
  17. package/dist/module/components/button/variants/ghost.js +1 -0
  18. package/dist/module/components/button/variants/ghost.js.map +1 -1
  19. package/dist/module/components/button/variants/secondary.js +1 -0
  20. package/dist/module/components/button/variants/secondary.js.map +1 -1
  21. package/dist/module/components/calendar/calendar/variants/default.js +3 -0
  22. package/dist/module/components/calendar/calendar/variants/default.js.map +1 -1
  23. package/dist/module/components/calendar/timeline/variants/default.js +1 -0
  24. package/dist/module/components/calendar/timeline/variants/default.js.map +1 -1
  25. package/dist/module/components/calendar/week-calendar/variants/default.js +3 -0
  26. package/dist/module/components/calendar/week-calendar/variants/default.js.map +1 -1
  27. package/dist/module/components/card/variants/default.js +1 -0
  28. package/dist/module/components/card/variants/default.js.map +1 -1
  29. package/dist/module/components/checkbox/variants/default.js +2 -0
  30. package/dist/module/components/checkbox/variants/default.js.map +1 -1
  31. package/dist/module/components/checkbox/variants/outlined.js +2 -0
  32. package/dist/module/components/checkbox/variants/outlined.js.map +1 -1
  33. package/dist/module/components/combobox/variants/default.js +3 -0
  34. package/dist/module/components/combobox/variants/default.js.map +1 -1
  35. package/dist/module/components/empty/variants/default.js +2 -0
  36. package/dist/module/components/empty/variants/default.js.map +1 -1
  37. package/dist/module/components/field/variants/default.js +3 -0
  38. package/dist/module/components/field/variants/default.js.map +1 -1
  39. package/dist/module/components/index.js +1 -0
  40. package/dist/module/components/index.js.map +1 -1
  41. package/dist/module/components/input/variants/default.js +1 -0
  42. package/dist/module/components/input/variants/default.js.map +1 -1
  43. package/dist/module/components/input/variants/secondary.js +1 -0
  44. package/dist/module/components/input/variants/secondary.js.map +1 -1
  45. package/dist/module/components/link/variants/default.js +1 -0
  46. package/dist/module/components/link/variants/default.js.map +1 -1
  47. package/dist/module/components/menu/variants/default.js +3 -0
  48. package/dist/module/components/menu/variants/default.js.map +1 -1
  49. package/dist/module/components/phone-input/variants/default.js +4 -0
  50. package/dist/module/components/phone-input/variants/default.js.map +1 -1
  51. package/dist/module/components/portal/portal.web.js +15 -0
  52. package/dist/module/components/portal/portal.web.js.map +1 -1
  53. package/dist/module/components/radio-group/variants/default.js +2 -0
  54. package/dist/module/components/radio-group/variants/default.js.map +1 -1
  55. package/dist/module/components/radio-group/variants/outlined.js +2 -0
  56. package/dist/module/components/radio-group/variants/outlined.js.map +1 -1
  57. package/dist/module/components/select/variants/default.js +3 -0
  58. package/dist/module/components/select/variants/default.js.map +1 -1
  59. package/dist/module/components/sidebar/components/sidebar-content.js +19 -0
  60. package/dist/module/components/sidebar/components/sidebar-content.js.map +1 -0
  61. package/dist/module/components/sidebar/components/sidebar-footer.js +18 -0
  62. package/dist/module/components/sidebar/components/sidebar-footer.js.map +1 -0
  63. package/dist/module/components/sidebar/components/sidebar-group-label.js +18 -0
  64. package/dist/module/components/sidebar/components/sidebar-group-label.js.map +1 -0
  65. package/dist/module/components/sidebar/components/sidebar-group.js +18 -0
  66. package/dist/module/components/sidebar/components/sidebar-group.js.map +1 -0
  67. package/dist/module/components/sidebar/components/sidebar-header.js +18 -0
  68. package/dist/module/components/sidebar/components/sidebar-header.js.map +1 -0
  69. package/dist/module/components/sidebar/components/sidebar-menu-item.js +36 -0
  70. package/dist/module/components/sidebar/components/sidebar-menu-item.js.map +1 -0
  71. package/dist/module/components/sidebar/components/sidebar-menu-sub.js +22 -0
  72. package/dist/module/components/sidebar/components/sidebar-menu-sub.js.map +1 -0
  73. package/dist/module/components/sidebar/components/sidebar-menu.js +18 -0
  74. package/dist/module/components/sidebar/components/sidebar-menu.js.map +1 -0
  75. package/dist/module/components/sidebar/components/sidebar-provider.js +47 -0
  76. package/dist/module/components/sidebar/components/sidebar-provider.js.map +1 -0
  77. package/dist/module/components/sidebar/components/sidebar-root.js +27 -0
  78. package/dist/module/components/sidebar/components/sidebar-root.js.map +1 -0
  79. package/dist/module/components/sidebar/context.js +12 -0
  80. package/dist/module/components/sidebar/context.js.map +1 -0
  81. package/dist/module/components/sidebar/index.js +26 -0
  82. package/dist/module/components/sidebar/index.js.map +1 -0
  83. package/dist/module/components/sidebar/types.js +4 -0
  84. package/dist/module/components/sidebar/types.js.map +1 -0
  85. package/dist/module/components/sidebar/variants/default.js +102 -0
  86. package/dist/module/components/sidebar/variants/default.js.map +1 -0
  87. package/dist/module/components/sidebar/variants/index.js +7 -0
  88. package/dist/module/components/sidebar/variants/index.js.map +1 -0
  89. package/dist/module/components/tabs/variants/default.js +1 -0
  90. package/dist/module/components/tabs/variants/default.js.map +1 -1
  91. package/dist/module/components/tabs/variants/line.js +1 -0
  92. package/dist/module/components/tabs/variants/line.js.map +1 -1
  93. package/dist/module/components/textarea/variants/default.js +1 -0
  94. package/dist/module/components/textarea/variants/default.js.map +1 -1
  95. package/dist/module/components/toast/variants/danger.js +2 -0
  96. package/dist/module/components/toast/variants/danger.js.map +1 -1
  97. package/dist/module/components/toast/variants/default.js +2 -0
  98. package/dist/module/components/toast/variants/default.js.map +1 -1
  99. package/dist/module/components/toast/variants/success.js +2 -0
  100. package/dist/module/components/toast/variants/success.js.map +1 -1
  101. package/dist/module/components/typography/typography.js +7 -2
  102. package/dist/module/components/typography/typography.js.map +1 -1
  103. package/dist/module/components/typography/variants/body.js +28 -0
  104. package/dist/module/components/typography/variants/body.js.map +1 -0
  105. package/dist/module/components/typography/variants/heading.js +29 -0
  106. package/dist/module/components/typography/variants/heading.js.map +1 -0
  107. package/dist/module/components/typography/variants/index.js +4 -12
  108. package/dist/module/components/typography/variants/index.js.map +1 -1
  109. package/dist/module/utils/size-scale.js +3 -1
  110. package/dist/module/utils/size-scale.js.map +1 -1
  111. package/dist/typescript/src/components/alert/variants/default.d.ts.map +1 -1
  112. package/dist/typescript/src/components/alert/variants/destructive.d.ts.map +1 -1
  113. package/dist/typescript/src/components/alert-dialog/variants/default.d.ts.map +1 -1
  114. package/dist/typescript/src/components/avatar/variants/default.d.ts.map +1 -1
  115. package/dist/typescript/src/components/badge/variants/default.d.ts.map +1 -1
  116. package/dist/typescript/src/components/badge/variants/secondary.d.ts.map +1 -1
  117. package/dist/typescript/src/components/button/button.d.ts.map +1 -1
  118. package/dist/typescript/src/components/button/types.d.ts +3 -2
  119. package/dist/typescript/src/components/button/types.d.ts.map +1 -1
  120. package/dist/typescript/src/components/button/variants/default.d.ts.map +1 -1
  121. package/dist/typescript/src/components/button/variants/ghost.d.ts.map +1 -1
  122. package/dist/typescript/src/components/button/variants/secondary.d.ts.map +1 -1
  123. package/dist/typescript/src/components/calendar/calendar/variants/default.d.ts.map +1 -1
  124. package/dist/typescript/src/components/calendar/timeline/variants/default.d.ts.map +1 -1
  125. package/dist/typescript/src/components/calendar/week-calendar/variants/default.d.ts.map +1 -1
  126. package/dist/typescript/src/components/card/variants/default.d.ts.map +1 -1
  127. package/dist/typescript/src/components/checkbox/variants/default.d.ts.map +1 -1
  128. package/dist/typescript/src/components/checkbox/variants/outlined.d.ts.map +1 -1
  129. package/dist/typescript/src/components/combobox/variants/default.d.ts.map +1 -1
  130. package/dist/typescript/src/components/empty/variants/default.d.ts.map +1 -1
  131. package/dist/typescript/src/components/field/variants/default.d.ts.map +1 -1
  132. package/dist/typescript/src/components/index.d.ts +1 -0
  133. package/dist/typescript/src/components/index.d.ts.map +1 -1
  134. package/dist/typescript/src/components/input/variants/default.d.ts.map +1 -1
  135. package/dist/typescript/src/components/input/variants/secondary.d.ts.map +1 -1
  136. package/dist/typescript/src/components/link/variants/default.d.ts.map +1 -1
  137. package/dist/typescript/src/components/menu/variants/default.d.ts.map +1 -1
  138. package/dist/typescript/src/components/phone-input/variants/default.d.ts.map +1 -1
  139. package/dist/typescript/src/components/portal/portal.web.d.ts.map +1 -1
  140. package/dist/typescript/src/components/radio-group/variants/default.d.ts.map +1 -1
  141. package/dist/typescript/src/components/radio-group/variants/outlined.d.ts.map +1 -1
  142. package/dist/typescript/src/components/select/variants/default.d.ts.map +1 -1
  143. package/dist/typescript/src/components/sidebar/components/sidebar-content.d.ts +8 -0
  144. package/dist/typescript/src/components/sidebar/components/sidebar-content.d.ts.map +1 -0
  145. package/dist/typescript/src/components/sidebar/components/sidebar-footer.d.ts +8 -0
  146. package/dist/typescript/src/components/sidebar/components/sidebar-footer.d.ts.map +1 -0
  147. package/dist/typescript/src/components/sidebar/components/sidebar-group-label.d.ts +8 -0
  148. package/dist/typescript/src/components/sidebar/components/sidebar-group-label.d.ts.map +1 -0
  149. package/dist/typescript/src/components/sidebar/components/sidebar-group.d.ts +8 -0
  150. package/dist/typescript/src/components/sidebar/components/sidebar-group.d.ts.map +1 -0
  151. package/dist/typescript/src/components/sidebar/components/sidebar-header.d.ts +8 -0
  152. package/dist/typescript/src/components/sidebar/components/sidebar-header.d.ts.map +1 -0
  153. package/dist/typescript/src/components/sidebar/components/sidebar-menu-item.d.ts +12 -0
  154. package/dist/typescript/src/components/sidebar/components/sidebar-menu-item.d.ts.map +1 -0
  155. package/dist/typescript/src/components/sidebar/components/sidebar-menu-sub.d.ts +10 -0
  156. package/dist/typescript/src/components/sidebar/components/sidebar-menu-sub.d.ts.map +1 -0
  157. package/dist/typescript/src/components/sidebar/components/sidebar-menu.d.ts +8 -0
  158. package/dist/typescript/src/components/sidebar/components/sidebar-menu.d.ts.map +1 -0
  159. package/dist/typescript/src/components/sidebar/components/sidebar-provider.d.ts +17 -0
  160. package/dist/typescript/src/components/sidebar/components/sidebar-provider.d.ts.map +1 -0
  161. package/dist/typescript/src/components/sidebar/components/sidebar-root.d.ts +8 -0
  162. package/dist/typescript/src/components/sidebar/components/sidebar-root.d.ts.map +1 -0
  163. package/dist/typescript/src/components/sidebar/context.d.ts +12 -0
  164. package/dist/typescript/src/components/sidebar/context.d.ts.map +1 -0
  165. package/dist/typescript/src/components/sidebar/index.d.ts +35 -0
  166. package/dist/typescript/src/components/sidebar/index.d.ts.map +1 -0
  167. package/dist/typescript/src/components/sidebar/types.d.ts +29 -0
  168. package/dist/typescript/src/components/sidebar/types.d.ts.map +1 -0
  169. package/dist/typescript/src/components/sidebar/variants/default.d.ts +3 -0
  170. package/dist/typescript/src/components/sidebar/variants/default.d.ts.map +1 -0
  171. package/dist/typescript/src/components/sidebar/variants/index.d.ts +5 -0
  172. package/dist/typescript/src/components/sidebar/variants/index.d.ts.map +1 -0
  173. package/dist/typescript/src/components/tabs/variants/default.d.ts.map +1 -1
  174. package/dist/typescript/src/components/tabs/variants/line.d.ts.map +1 -1
  175. package/dist/typescript/src/components/textarea/variants/default.d.ts.map +1 -1
  176. package/dist/typescript/src/components/toast/variants/danger.d.ts.map +1 -1
  177. package/dist/typescript/src/components/toast/variants/default.d.ts.map +1 -1
  178. package/dist/typescript/src/components/toast/variants/success.d.ts.map +1 -1
  179. package/dist/typescript/src/components/typography/typography.d.ts +2 -0
  180. package/dist/typescript/src/components/typography/typography.d.ts.map +1 -1
  181. package/dist/typescript/src/components/typography/variants/body.d.ts +4 -0
  182. package/dist/typescript/src/components/typography/variants/body.d.ts.map +1 -0
  183. package/dist/typescript/src/components/typography/variants/heading.d.ts +4 -0
  184. package/dist/typescript/src/components/typography/variants/heading.d.ts.map +1 -0
  185. package/dist/typescript/src/components/typography/variants/index.d.ts +4 -12
  186. package/dist/typescript/src/components/typography/variants/index.d.ts.map +1 -1
  187. package/dist/typescript/src/themes/types.d.ts +4 -0
  188. package/dist/typescript/src/themes/types.d.ts.map +1 -1
  189. package/dist/typescript/src/utils/size-scale.d.ts +3 -1
  190. package/dist/typescript/src/utils/size-scale.d.ts.map +1 -1
  191. package/package.json +4 -5
  192. package/src/components/alert/variants/default.tsx +2 -1
  193. package/src/components/alert/variants/destructive.tsx +2 -1
  194. package/src/components/alert-dialog/variants/default.tsx +4 -1
  195. package/src/components/avatar/variants/default.tsx +1 -0
  196. package/src/components/badge/variants/default.tsx +1 -0
  197. package/src/components/badge/variants/secondary.tsx +1 -0
  198. package/src/components/button/button.tsx +2 -2
  199. package/src/components/button/types.ts +3 -2
  200. package/src/components/button/variants/default.tsx +1 -0
  201. package/src/components/button/variants/ghost.tsx +1 -0
  202. package/src/components/button/variants/secondary.tsx +1 -0
  203. package/src/components/calendar/calendar/variants/default.tsx +3 -0
  204. package/src/components/calendar/timeline/variants/default.tsx +1 -0
  205. package/src/components/calendar/week-calendar/variants/default.tsx +3 -0
  206. package/src/components/card/variants/default.tsx +1 -0
  207. package/src/components/checkbox/variants/default.tsx +2 -0
  208. package/src/components/checkbox/variants/outlined.tsx +2 -0
  209. package/src/components/combobox/variants/default.tsx +3 -0
  210. package/src/components/empty/variants/default.tsx +2 -0
  211. package/src/components/field/variants/default.tsx +3 -0
  212. package/src/components/index.ts +1 -0
  213. package/src/components/input/variants/default.tsx +1 -0
  214. package/src/components/input/variants/secondary.tsx +1 -0
  215. package/src/components/link/variants/default.tsx +1 -0
  216. package/src/components/menu/variants/default.tsx +3 -0
  217. package/src/components/phone-input/variants/default.tsx +4 -0
  218. package/src/components/portal/portal.web.tsx +15 -0
  219. package/src/components/radio-group/variants/default.tsx +2 -0
  220. package/src/components/radio-group/variants/outlined.tsx +2 -0
  221. package/src/components/select/variants/default.tsx +3 -0
  222. package/src/components/sidebar/components/sidebar-content.tsx +19 -0
  223. package/src/components/sidebar/components/sidebar-footer.tsx +15 -0
  224. package/src/components/sidebar/components/sidebar-group-label.tsx +15 -0
  225. package/src/components/sidebar/components/sidebar-group.tsx +15 -0
  226. package/src/components/sidebar/components/sidebar-header.tsx +15 -0
  227. package/src/components/sidebar/components/sidebar-menu-item.tsx +61 -0
  228. package/src/components/sidebar/components/sidebar-menu-sub.tsx +23 -0
  229. package/src/components/sidebar/components/sidebar-menu.tsx +15 -0
  230. package/src/components/sidebar/components/sidebar-provider.tsx +73 -0
  231. package/src/components/sidebar/components/sidebar-root.tsx +19 -0
  232. package/src/components/sidebar/context.ts +21 -0
  233. package/src/components/sidebar/index.ts +37 -0
  234. package/src/components/sidebar/types.ts +31 -0
  235. package/src/components/sidebar/variants/default.tsx +97 -0
  236. package/src/components/sidebar/variants/index.ts +5 -0
  237. package/src/components/tabs/variants/default.tsx +1 -0
  238. package/src/components/tabs/variants/line.tsx +1 -0
  239. package/src/components/textarea/variants/default.tsx +1 -0
  240. package/src/components/toast/variants/danger.tsx +2 -0
  241. package/src/components/toast/variants/default.tsx +2 -0
  242. package/src/components/toast/variants/success.tsx +2 -0
  243. package/src/components/typography/typography.tsx +5 -2
  244. package/src/components/typography/variants/body.tsx +26 -0
  245. package/src/components/typography/variants/heading.tsx +27 -0
  246. package/src/components/typography/variants/index.ts +4 -12
  247. package/src/themes/types.ts +4 -0
  248. package/src/utils/size-scale.ts +6 -2
  249. package/README.md +0 -4
  250. package/dist/module/components/typography/variants/body-lg.js +0 -18
  251. package/dist/module/components/typography/variants/body-lg.js.map +0 -1
  252. package/dist/module/components/typography/variants/body-md.js +0 -18
  253. package/dist/module/components/typography/variants/body-md.js.map +0 -1
  254. package/dist/module/components/typography/variants/body-sm.js +0 -18
  255. package/dist/module/components/typography/variants/body-sm.js.map +0 -1
  256. package/dist/module/components/typography/variants/heading-lg.js +0 -19
  257. package/dist/module/components/typography/variants/heading-lg.js.map +0 -1
  258. package/dist/module/components/typography/variants/heading-md.js +0 -19
  259. package/dist/module/components/typography/variants/heading-md.js.map +0 -1
  260. package/dist/module/components/typography/variants/heading-sm.js +0 -19
  261. package/dist/module/components/typography/variants/heading-sm.js.map +0 -1
  262. package/dist/typescript/src/components/typography/variants/body-lg.d.ts +0 -3
  263. package/dist/typescript/src/components/typography/variants/body-lg.d.ts.map +0 -1
  264. package/dist/typescript/src/components/typography/variants/body-md.d.ts +0 -3
  265. package/dist/typescript/src/components/typography/variants/body-md.d.ts.map +0 -1
  266. package/dist/typescript/src/components/typography/variants/body-sm.d.ts +0 -3
  267. package/dist/typescript/src/components/typography/variants/body-sm.d.ts.map +0 -1
  268. package/dist/typescript/src/components/typography/variants/heading-lg.d.ts +0 -3
  269. package/dist/typescript/src/components/typography/variants/heading-lg.d.ts.map +0 -1
  270. package/dist/typescript/src/components/typography/variants/heading-md.d.ts +0 -3
  271. package/dist/typescript/src/components/typography/variants/heading-md.d.ts.map +0 -1
  272. package/dist/typescript/src/components/typography/variants/heading-sm.d.ts +0 -3
  273. package/dist/typescript/src/components/typography/variants/heading-sm.d.ts.map +0 -1
  274. package/src/components/typography/variants/body-lg.tsx +0 -14
  275. package/src/components/typography/variants/body-md.tsx +0 -14
  276. package/src/components/typography/variants/body-sm.tsx +0 -14
  277. package/src/components/typography/variants/heading-lg.tsx +0 -15
  278. package/src/components/typography/variants/heading-md.tsx +0 -15
  279. package/src/components/typography/variants/heading-sm.tsx +0 -15
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/combobox/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,IAAI,GAAG,cAAc,CAmGpE"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/combobox/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,IAAI,GAAG,cAAc,CAsGpE"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/empty/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AAGzC,wBAAgB,sBAAsB,IAAI,WAAW,CA+BpD"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/empty/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AAGzC,wBAAgB,sBAAsB,IAAI,WAAW,CAiCpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/field/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AAGzC,eAAO,MAAM,sBAAsB,QAAO,WAyBzC,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/field/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,OAAO,CAAC;AAGzC,eAAO,MAAM,sBAAsB,QAAO,WA4BzC,CAAC"}
@@ -23,6 +23,7 @@ export * from "./radio-group";
23
23
  export * from "./scroll-bar";
24
24
  export * from "./select";
25
25
  export * from "./separator";
26
+ export * from "./sidebar";
26
27
  export * from "./spinner";
27
28
  export * from "./table";
28
29
  export * from "./tabs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/input/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,GAAG,WAAW,CAwC9D"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/input/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,GAAG,WAAW,CAyC9D"}
@@ -1 +1 @@
1
- {"version":3,"file":"secondary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/input/variants/secondary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,IAAI,GAAG,WAAW,CAwChE"}
1
+ {"version":3,"file":"secondary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/input/variants/secondary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,IAAI,GAAG,WAAW,CAyChE"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,wBAAgB,qBAAqB,IAAI,SAAS,CAUjD"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,wBAAgB,qBAAqB,IAAI,SAAS,CAWjD"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/menu/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,qBAAqB,QAAO,UA6FxC,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/menu/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,qBAAqB,QAAO,UAgGxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/phone-input/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,IAAI,GAAG,gBAAgB,CAyHxE"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/phone-input/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,IAAI,GAAG,gBAAgB,CA6HxE"}
@@ -1 +1 @@
1
- {"version":3,"file":"portal.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/portal/portal.web.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAE3E,wBAAgB,UAAU,gCAEzB;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,QAA8B,EAAE,QAAQ,EAAE,EAAE,WAAW,+BAcrF"}
1
+ {"version":3,"file":"portal.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/portal/portal.web.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAE3E,wBAAgB,UAAU,gCAEzB;AAgBD,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,QAA8B,EAAE,QAAQ,EAAE,EAAE,WAAW,+BAerF"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-group/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,2BAA2B,QAAO,gBA0E9C,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-group/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,2BAA2B,QAAO,gBA4E9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"outlined.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-group/variants/outlined.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,4BAA4B,QAAO,gBAsF/C,CAAC"}
1
+ {"version":3,"file":"outlined.d.ts","sourceRoot":"","sources":["../../../../../../src/components/radio-group/variants/outlined.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,4BAA4B,QAAO,gBAwF/C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/select/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,IAAI,GAAG,YAAY,CAkFhE"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/select/variants/default.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,IAAI,GAAG,YAAY,CAqFhE"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarContentProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function SidebarContent(props: SidebarContentProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-content.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-content.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,qBASxD"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarFooterProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function SidebarFooter(props: SidebarFooterProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-footer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,qBAKtD"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type TextStyle } from "react-native";
3
+ export interface SidebarGroupLabelProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<TextStyle>;
6
+ }
7
+ export declare function SidebarGroupLabel(props: SidebarGroupLabelProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-group-label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-group-label.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-group-label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,qBAK9D"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarGroupProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function SidebarGroup(props: SidebarGroupProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-group.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAKpD"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarHeaderProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function SidebarHeader(props: SidebarHeaderProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-header.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,qBAKtD"}
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ import { type PressableProps, type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarMenuItemProps extends Omit<PressableProps, "style"> {
4
+ children?: React.ReactNode;
5
+ /** Mark as active item */
6
+ isActive?: boolean;
7
+ /** Size variant */
8
+ size?: "default" | "lg";
9
+ style?: StyleProp<ViewStyle>;
10
+ }
11
+ export declare function SidebarMenuItem(props: SidebarMenuItemProps): React.JSX.Element;
12
+ //# sourceMappingURL=sidebar-menu-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-menu-item.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-menu-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,SAAS,EAEd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC;IACzE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,mBAAmB;IACnB,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAExB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,qBAoC1D"}
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarMenuSubProps {
4
+ children?: React.ReactNode;
5
+ /** Whether the submenu is open (controlled) */
6
+ open?: boolean;
7
+ style?: StyleProp<ViewStyle>;
8
+ }
9
+ export declare function SidebarMenuSub(props: SidebarMenuSubProps): React.JSX.Element | null;
10
+ //# sourceMappingURL=sidebar-menu-sub.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-menu-sub.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-menu-sub.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,+CAA+C;IAC/C,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,4BASxD"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarMenuProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function SidebarMenu(props: SidebarMenuProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-menu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAKlD"}
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+ import { SidebarVariants } from "../variants";
3
+ export interface SidebarProviderProps {
4
+ children?: React.ReactNode;
5
+ /** Variant key for sidebar theming */
6
+ variant?: keyof typeof SidebarVariants;
7
+ /** Width of the sidebar in pixels (default: 256) */
8
+ width?: number;
9
+ /** Default open state (uncontrolled) */
10
+ defaultOpen?: boolean;
11
+ /** Open state (controlled) */
12
+ open?: boolean;
13
+ /** Callback when open state changes (controlled) */
14
+ onOpenChange?: (open: boolean) => void;
15
+ }
16
+ export declare function SidebarProvider(props: SidebarProviderProps): React.JSX.Element;
17
+ //# sourceMappingURL=sidebar-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-provider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,sCAAsC;IACtC,OAAO,CAAC,EAAE,MAAM,OAAO,eAAe,CAAC;IAEvC,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,wCAAwC;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,8BAA8B;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,oDAAoD;IACpD,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,qBA+C1D"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { type StyleProp, type ViewStyle } from "react-native";
3
+ export interface SidebarRootProps {
4
+ children?: React.ReactNode;
5
+ style?: StyleProp<ViewStyle>;
6
+ }
7
+ export declare function SidebarRoot(props: SidebarRootProps): React.JSX.Element;
8
+ //# sourceMappingURL=sidebar-root.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar-root.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/components/sidebar-root.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBASlD"}
@@ -0,0 +1,12 @@
1
+ import type { SidebarState, SidebarStyles } from "./types";
2
+ export interface SidebarContextValue {
3
+ state: SidebarState;
4
+ open: boolean;
5
+ setOpen: (open: boolean) => void;
6
+ toggleSidebar: () => void;
7
+ width?: number;
8
+ styles?: SidebarStyles;
9
+ }
10
+ export declare const SidebarContext: import("react").Context<SidebarContextValue | undefined>;
11
+ export declare const useSidebar: () => SidebarContextValue;
12
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../../src/components/sidebar/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE3D,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,YAAY,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,aAAa,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,0DAA4D,CAAC;AAExF,eAAO,MAAM,UAAU,2BAMtB,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { SidebarContent } from "./components/sidebar-content";
2
+ import { SidebarFooter } from "./components/sidebar-footer";
3
+ import { SidebarGroup } from "./components/sidebar-group";
4
+ import { SidebarGroupLabel } from "./components/sidebar-group-label";
5
+ import { SidebarHeader } from "./components/sidebar-header";
6
+ import { SidebarMenuItem } from "./components/sidebar-menu-item";
7
+ import { SidebarMenuSub } from "./components/sidebar-menu-sub";
8
+ import { SidebarMenu } from "./components/sidebar-menu";
9
+ import { SidebarProvider } from "./components/sidebar-provider";
10
+ import { SidebarRoot } from "./components/sidebar-root";
11
+ export declare const Sidebar: {
12
+ Provider: typeof SidebarProvider;
13
+ Root: typeof SidebarRoot;
14
+ Header: typeof SidebarHeader;
15
+ Footer: typeof SidebarFooter;
16
+ Content: typeof SidebarContent;
17
+ Group: typeof SidebarGroup;
18
+ GroupLabel: typeof SidebarGroupLabel;
19
+ Menu: typeof SidebarMenu;
20
+ MenuItem: typeof SidebarMenuItem;
21
+ MenuSub: typeof SidebarMenuSub;
22
+ };
23
+ export { useSidebar } from "./context";
24
+ export type { SidebarProviderProps } from "./components/sidebar-provider";
25
+ export type { SidebarRootProps } from "./components/sidebar-root";
26
+ export type { SidebarHeaderProps } from "./components/sidebar-header";
27
+ export type { SidebarFooterProps } from "./components/sidebar-footer";
28
+ export type { SidebarContentProps } from "./components/sidebar-content";
29
+ export type { SidebarGroupProps } from "./components/sidebar-group";
30
+ export type { SidebarGroupLabelProps } from "./components/sidebar-group-label";
31
+ export type { SidebarMenuProps } from "./components/sidebar-menu";
32
+ export type { SidebarMenuItemProps } from "./components/sidebar-menu-item";
33
+ export type { SidebarMenuSubProps } from "./components/sidebar-menu-sub";
34
+ export type { SidebarStyles, SidebarState } from "./types";
35
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,eAAO,MAAM,OAAO;;;;;;;;;;;CAWnB,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,YAAY,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ import type { StyleProp, TextStyle, ViewStyle } from "react-native";
2
+ import type { IconProps } from "../icon";
3
+ export type SidebarState = "expanded" | "collapsed";
4
+ export type SidebarMenuButtonState = "default" | "active" | "hovered";
5
+ export interface SidebarStyles {
6
+ /** The sidebar container */
7
+ root?: StyleProp<ViewStyle>;
8
+ /** Header (sticky top) */
9
+ header?: StyleProp<ViewStyle>;
10
+ /** Footer (sticky bottom) */
11
+ footer?: StyleProp<ViewStyle>;
12
+ /** Scrollable content area */
13
+ content?: StyleProp<ViewStyle>;
14
+ /** Group container */
15
+ group?: StyleProp<ViewStyle>;
16
+ /** Group label text */
17
+ groupLabel?: StyleProp<TextStyle>;
18
+ /** Menu list container */
19
+ menu?: StyleProp<ViewStyle>;
20
+ /** Menu item */
21
+ menuItem?: Partial<Record<SidebarMenuButtonState, StyleProp<ViewStyle>>>;
22
+ /** Menu item text */
23
+ menuItemText?: Partial<Record<SidebarMenuButtonState, StyleProp<TextStyle>>>;
24
+ /** Menu item icon */
25
+ menuItemIcon?: Partial<Record<SidebarMenuButtonState, IconProps>>;
26
+ /** Submenu container */
27
+ menuSub?: StyleProp<ViewStyle>;
28
+ }
29
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/sidebar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,WAAW,CAAC;AAEpD,MAAM,MAAM,sBAAsB,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;AAEtE,MAAM,WAAW,aAAa;IAC5B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,0BAA0B;IAC1B,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC9B,6BAA6B;IAC7B,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC9B,8BAA8B;IAC9B,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/B,sBAAsB;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,uBAAuB;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC,0BAA0B;IAC1B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,gBAAgB;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,sBAAsB,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IACzE,qBAAqB;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,sBAAsB,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IAC7E,qBAAqB;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,sBAAsB,EAAE,SAAS,CAAC,CAAC,CAAC;IAClE,wBAAwB;IACxB,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC"}
@@ -0,0 +1,3 @@
1
+ import type { SidebarStyles } from "../types";
2
+ export declare function useSidebarVariantDefault(): SidebarStyles;
3
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,wBAAgB,wBAAwB,IAAI,aAAa,CA6FxD"}
@@ -0,0 +1,5 @@
1
+ import { useSidebarVariantDefault } from "./default";
2
+ export declare const SidebarVariants: {
3
+ default: typeof useSidebarVariantDefault;
4
+ };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sidebar/variants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAErD,eAAO,MAAM,eAAe;;CAE3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tabs/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,eAAO,MAAM,qBAAqB,QAAO,UA8DxC,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tabs/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,eAAO,MAAM,qBAAqB,QAAO,UA+DxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tabs/variants/line.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,kBAAkB,QAAO,UAwDrC,CAAC"}
1
+ {"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tabs/variants/line.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,kBAAkB,QAAO,UAyDrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/textarea/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,wBAAgB,yBAAyB,IAAI,cAAc,CAwC1D"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/textarea/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,wBAAgB,yBAAyB,IAAI,cAAc,CAyC1D"}
@@ -1 +1 @@
1
- {"version":3,"file":"danger.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast/variants/danger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,qBAAqB,QAAO,WAuCxC,CAAC"}
1
+ {"version":3,"file":"danger.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast/variants/danger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,qBAAqB,QAAO,WAyCxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,sBAAsB,QAAO,WAsCzC,CAAC"}
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast/variants/default.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,sBAAsB,QAAO,WAwCzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"success.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast/variants/success.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,sBAAsB,QAAO,WAuCzC,CAAC"}
1
+ {"version":3,"file":"success.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast/variants/success.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,sBAAsB,QAAO,WAyCzC,CAAC"}
@@ -1,8 +1,10 @@
1
1
  import React from "react";
2
2
  import { type TextProps as RnTextProps } from "react-native";
3
+ import type { Size } from "../../utils/size-scale";
3
4
  import { TypographyVariants } from "./variants";
4
5
  export interface TypographyProps extends RnTextProps {
5
6
  variant?: keyof typeof TypographyVariants;
7
+ size?: Size;
6
8
  }
7
9
  export declare function Typography(props: TypographyProps): React.JSX.Element;
8
10
  //# sourceMappingURL=typography.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../src/components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA8B,KAAK,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,OAAO,CAAC,EAAE,MAAM,OAAO,kBAAkB,CAAC;CAC3C;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,qBAMhD"}
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../src/components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA8B,KAAK,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AACzF,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,OAAO,CAAC,EAAE,MAAM,OAAO,kBAAkB,CAAC;IAC1C,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,qBAOhD"}
@@ -0,0 +1,4 @@
1
+ import { type TextStyle } from "react-native";
2
+ import type { Size } from "../../../utils/size-scale";
3
+ export declare function useTextVariantBody(size: Size): TextStyle;
4
+ //# sourceMappingURL=body.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"body.d.ts","sourceRoot":"","sources":["../../../../../../src/components/typography/variants/body.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAStD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,CAexD"}
@@ -0,0 +1,4 @@
1
+ import { type TextStyle } from "react-native";
2
+ import type { Size } from "../../../utils/size-scale";
3
+ export declare function useTextVariantHeading(size: Size): TextStyle;
4
+ //# sourceMappingURL=heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../../../src/components/typography/variants/heading.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAStD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,CAgB3D"}
@@ -1,15 +1,7 @@
1
- import { useTextVariantBodyLg } from "./body-lg";
2
- import { useTextVariantBodyMd } from "./body-md";
3
- import { useTextVariantBodySm } from "./body-sm";
4
- import { useTextVariantHeadingLg } from "./heading-lg";
5
- import { useTextVariantHeadingMd } from "./heading-md";
6
- import { useTextVariantHeadingSm } from "./heading-sm";
1
+ import { useTextVariantBody } from "./body";
2
+ import { useTextVariantHeading } from "./heading";
7
3
  export declare const TypographyVariants: {
8
- "body-sm": typeof useTextVariantBodySm;
9
- "body-md": typeof useTextVariantBodyMd;
10
- "body-lg": typeof useTextVariantBodyLg;
11
- "heading-sm": typeof useTextVariantHeadingSm;
12
- "heading-md": typeof useTextVariantHeadingMd;
13
- "heading-lg": typeof useTextVariantHeadingLg;
4
+ body: typeof useTextVariantBody;
5
+ heading: typeof useTextVariantHeading;
14
6
  };
15
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/typography/variants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAEvD,eAAO,MAAM,kBAAkB;;;;;;;CAO9B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/typography/variants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAElD,eAAO,MAAM,kBAAkB;;;CAG9B,CAAC"}
@@ -54,6 +54,7 @@ import type { ProgressStyles } from "../components/progress/types";
54
54
  import type { RadioGroupStyles } from "../components/radio-group/types";
55
55
  import type { SelectStyles } from "../components/select/types";
56
56
  import type { SeparatorStyles } from "../components/separator/types";
57
+ import type { SidebarStyles } from "../components/sidebar/types";
57
58
  import type { SpinnerStyles } from "../components/spinner/types";
58
59
  import type { TableStyles } from "../components/table/types";
59
60
  import type { TabsStyles } from "../components/tabs/types";
@@ -129,6 +130,9 @@ export interface ComponentsConfig {
129
130
  separator?: {
130
131
  styles?: SeparatorStyles;
131
132
  };
133
+ sidebar?: {
134
+ styles?: SidebarStyles;
135
+ };
132
136
  spinner?: {
133
137
  styles?: SpinnerStyles;
134
138
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/themes/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/themes/types.ts"],"names":[],"mappings":"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"}
@@ -8,7 +8,9 @@ interface SizeScaleValues {
8
8
  gap: number;
9
9
  /** fontSize * 0.875 | 1 | 1.125 */
10
10
  fontSize: number;
11
- /** fontSize * 0.875 | 1 | 1.125 (alias for icon sizing) */
11
+ /** fontSize * 1.25 (line height for text) */
12
+ lineHeight: number;
13
+ /** Equal to lineHeight (icons match text line height) */
12
14
  iconSize: number;
13
15
  /** 1.75 | 2 | 2.25 */
14
16
  strokeWidth: number;
@@ -1 +1 @@
1
- {"version":3,"file":"size-scale.d.ts","sourceRoot":"","sources":["../../../../src/utils/size-scale.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEtC,UAAU,eAAe;IACvB,4BAA4B;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,4BAA4B;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gCAAgC;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,mCAAmC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,2DAA2D;IAC3D,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,8BAA8B;IAC9B,MAAM,EAAE,MAAM,CAAC;CAChB;AAWD,wBAAgB,YAAY,CAC1B,IAAI,EAAE,IAAI,YAAO,EACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,GACf,eAAe,CAYjB"}
1
+ {"version":3,"file":"size-scale.d.ts","sourceRoot":"","sources":["../../../../src/utils/size-scale.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEtC,UAAU,eAAe;IACvB,4BAA4B;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,4BAA4B;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gCAAgC;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,mCAAmC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,yDAAyD;IACzD,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,8BAA8B;IAC9B,MAAM,EAAE,MAAM,CAAC;CAChB;AAWD,wBAAgB,YAAY,CAC1B,IAAI,EAAE,IAAI,YAAO,EACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,GACf,eAAe,CAcjB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@korsolutions/ui",
3
- "version": "0.0.86",
3
+ "version": "0.0.88",
4
4
  "bugs": {
5
5
  "url": "https://github.com/KorSoftwareSolutions/ui/issues"
6
6
  },
@@ -27,12 +27,11 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@react-navigation/native": "^7.1.28",
30
- "@types/react": "^19.2.3",
31
- "@types/react-dom": "^19.2.3",
30
+ "@types/react": "catalog:",
31
+ "@types/react-dom": "catalog:",
32
32
  "react-native-builder-bob": "^0.40.17",
33
33
  "react-native-reanimated": "catalog:",
34
- "react-native-worklets": "catalog:",
35
- "typescript": "^5.9.3"
34
+ "react-native-worklets": "catalog:"
36
35
  },
37
36
  "peerDependencies": {
38
37
  "react": "*",
@@ -25,6 +25,7 @@ export const useAlertVariantDefault = (): AlertStyles => {
25
25
  },
26
26
  title: {
27
27
  fontSize: fontSize,
28
+ lineHeight: Math.round(fontSize * 1.25),
28
29
  fontWeight: "600",
29
30
  color: colors.foreground,
30
31
  marginBottom: 4,
@@ -32,7 +33,7 @@ export const useAlertVariantDefault = (): AlertStyles => {
32
33
  description: {
33
34
  fontSize: fontSize * 0.875,
34
35
  color: colors.mutedForeground,
35
- lineHeight: 20,
36
+ lineHeight: Math.round(fontSize * 0.875 * 1.25),
36
37
  },
37
38
  }),
38
39
  );
@@ -25,6 +25,7 @@ export const useAlertVariantDestructive = (): AlertStyles => {
25
25
  },
26
26
  title: {
27
27
  fontSize: fontSize,
28
+ lineHeight: Math.round(fontSize * 1.25),
28
29
  fontWeight: "600",
29
30
  color: colors.danger,
30
31
  marginBottom: 4,
@@ -32,7 +33,7 @@ export const useAlertVariantDestructive = (): AlertStyles => {
32
33
  description: {
33
34
  fontSize: fontSize * 0.875,
34
35
  color: colors.danger,
35
- lineHeight: 20,
36
+ lineHeight: Math.round(fontSize * 0.875 * 1.25),
36
37
  opacity: 0.9,
37
38
  },
38
39
  }),