react-native-mantine 0.13.0 → 0.15.0

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 (511) hide show
  1. package/README.md +138 -0
  2. package/lib/commonjs/components/ActionIcon/ActionIcon.js +1 -1
  3. package/lib/commonjs/components/ActionIcon/ActionIcon.js.map +1 -1
  4. package/lib/commonjs/components/Anchor/index.js +3 -4
  5. package/lib/commonjs/components/Anchor/index.js.map +1 -1
  6. package/lib/commonjs/components/Avatar/index.js +1 -2
  7. package/lib/commonjs/components/Avatar/index.js.map +1 -1
  8. package/lib/commonjs/components/Badge/index.js +54 -24
  9. package/lib/commonjs/components/Badge/index.js.map +1 -1
  10. package/lib/commonjs/components/Blockquote/index.js +4 -5
  11. package/lib/commonjs/components/Blockquote/index.js.map +1 -1
  12. package/lib/commonjs/components/Button/index.js +7 -1
  13. package/lib/commonjs/components/Button/index.js.map +1 -1
  14. package/lib/commonjs/components/Center/index.js.map +1 -1
  15. package/lib/commonjs/components/Checkbox/index.js +4 -5
  16. package/lib/commonjs/components/Checkbox/index.js.map +1 -1
  17. package/lib/commonjs/components/Chip/index.js +40 -21
  18. package/lib/commonjs/components/Chip/index.js.map +1 -1
  19. package/lib/commonjs/components/Code/index.js +6 -4
  20. package/lib/commonjs/components/Code/index.js.map +1 -1
  21. package/lib/commonjs/components/Grid/index.js +18 -13
  22. package/lib/commonjs/components/Grid/index.js.map +1 -1
  23. package/lib/commonjs/components/Highlight/index.js +1 -1
  24. package/lib/commonjs/components/Highlight/index.js.map +1 -1
  25. package/lib/commonjs/components/Indicator/index.js +2 -3
  26. package/lib/commonjs/components/Indicator/index.js.map +1 -1
  27. package/lib/commonjs/components/LinearGradient/PlatformLinearGradient.js +9 -9
  28. package/lib/commonjs/components/LinearGradient/PlatformLinearGradient.js.map +1 -1
  29. package/lib/commonjs/components/Menu/index.js +4 -5
  30. package/lib/commonjs/components/Menu/index.js.map +1 -1
  31. package/lib/commonjs/components/MultiSelect/index.js +8 -9
  32. package/lib/commonjs/components/MultiSelect/index.js.map +1 -1
  33. package/lib/commonjs/components/NativeSelect/index.js +14 -14
  34. package/lib/commonjs/components/NativeSelect/index.js.map +1 -1
  35. package/lib/commonjs/components/NavLink/index.js +43 -20
  36. package/lib/commonjs/components/NavLink/index.js.map +1 -1
  37. package/lib/commonjs/components/Notification/index.js +5 -6
  38. package/lib/commonjs/components/Notification/index.js.map +1 -1
  39. package/lib/commonjs/components/Pagination/index.js +5 -6
  40. package/lib/commonjs/components/Pagination/index.js.map +1 -1
  41. package/lib/commonjs/components/PinInput/index.js +3 -3
  42. package/lib/commonjs/components/PinInput/index.js.map +1 -1
  43. package/lib/commonjs/components/Progress/index.js +3 -5
  44. package/lib/commonjs/components/Progress/index.js.map +1 -1
  45. package/lib/commonjs/components/Radio/index.js +4 -5
  46. package/lib/commonjs/components/Radio/index.js.map +1 -1
  47. package/lib/commonjs/components/Rating/index.js +2 -4
  48. package/lib/commonjs/components/Rating/index.js.map +1 -1
  49. package/lib/commonjs/components/RingProgress/index.js +3 -4
  50. package/lib/commonjs/components/RingProgress/index.js.map +1 -1
  51. package/lib/commonjs/components/Select/index.js +7 -8
  52. package/lib/commonjs/components/Select/index.js.map +1 -1
  53. package/lib/commonjs/components/SimpleGrid/index.js +4 -2
  54. package/lib/commonjs/components/SimpleGrid/index.js.map +1 -1
  55. package/lib/commonjs/components/Spoiler/index.js +1 -1
  56. package/lib/commonjs/components/Spoiler/index.js.map +1 -1
  57. package/lib/commonjs/components/Stepper/index.js +8 -6
  58. package/lib/commonjs/components/Stepper/index.js.map +1 -1
  59. package/lib/commonjs/components/Switch/index.js +4 -5
  60. package/lib/commonjs/components/Switch/index.js.map +1 -1
  61. package/lib/commonjs/components/Text/index.js +78 -17
  62. package/lib/commonjs/components/Text/index.js.map +1 -1
  63. package/lib/commonjs/components/ThemeIcon/index.js +40 -19
  64. package/lib/commonjs/components/ThemeIcon/index.js.map +1 -1
  65. package/lib/commonjs/components/Timeline/index.js +6 -5
  66. package/lib/commonjs/components/Timeline/index.js.map +1 -1
  67. package/lib/commonjs/components/Title/index.js +5 -17
  68. package/lib/commonjs/components/Title/index.js.map +1 -1
  69. package/lib/commonjs/components/Tooltip/index.js +1 -2
  70. package/lib/commonjs/components/Tooltip/index.js.map +1 -1
  71. package/lib/commonjs/components/TransferList/index.js +9 -10
  72. package/lib/commonjs/components/TransferList/index.js.map +1 -1
  73. package/lib/commonjs/components/UnstyledButton/UnstyledButton.styles.js +2 -2
  74. package/lib/commonjs/components/UnstyledButton/UnstyledButton.styles.js.map +1 -1
  75. package/lib/commonjs/components/index.js +35 -46
  76. package/lib/commonjs/components/index.js.map +1 -1
  77. package/lib/commonjs/index.js +34 -0
  78. package/lib/commonjs/index.js.map +1 -1
  79. package/lib/commonjs/theme/create-theme.js +114 -25
  80. package/lib/commonjs/theme/create-theme.js.map +1 -1
  81. package/lib/commonjs/theme/default-colors.js +103 -0
  82. package/lib/commonjs/theme/default-colors.js.map +1 -0
  83. package/lib/commonjs/theme/default-theme.js +144 -128
  84. package/lib/commonjs/theme/default-theme.js.map +1 -1
  85. package/lib/commonjs/theme/functions/attach-functions.js +46 -14
  86. package/lib/commonjs/theme/functions/attach-functions.js.map +1 -1
  87. package/lib/commonjs/theme/functions/fns/breakpoints.js.map +1 -1
  88. package/lib/commonjs/theme/functions/fns/color-scheme-value.js +190 -0
  89. package/lib/commonjs/theme/functions/fns/color-scheme-value.js.map +1 -0
  90. package/lib/commonjs/theme/functions/fns/dimmed.js.map +1 -1
  91. package/lib/commonjs/theme/functions/fns/gradient/gradient.js +3 -3
  92. package/lib/commonjs/theme/functions/fns/gradient/gradient.js.map +1 -1
  93. package/lib/commonjs/theme/functions/fns/helpers.js +51 -3
  94. package/lib/commonjs/theme/functions/fns/helpers.js.map +1 -1
  95. package/lib/commonjs/theme/functions/fns/index.js +151 -6
  96. package/lib/commonjs/theme/functions/fns/index.js.map +1 -1
  97. package/lib/commonjs/theme/functions/fns/primary-shade.js +81 -2
  98. package/lib/commonjs/theme/functions/fns/primary-shade.js.map +1 -1
  99. package/lib/commonjs/theme/functions/fns/shadow.js.map +1 -1
  100. package/lib/commonjs/theme/functions/fns/size.js +2 -1
  101. package/lib/commonjs/theme/functions/fns/size.js.map +1 -1
  102. package/lib/commonjs/theme/functions/fns/theme-color/color-utils.js +196 -0
  103. package/lib/commonjs/theme/functions/fns/theme-color/color-utils.js.map +1 -0
  104. package/lib/commonjs/theme/functions/fns/theme-color/theme-color.js +92 -9
  105. package/lib/commonjs/theme/functions/fns/theme-color/theme-color.js.map +1 -1
  106. package/lib/commonjs/theme/functions/fns/variant.js +112 -17
  107. package/lib/commonjs/theme/functions/fns/variant.js.map +1 -1
  108. package/lib/commonjs/theme/functions/index.js +172 -0
  109. package/lib/commonjs/theme/functions/index.js.map +1 -0
  110. package/lib/commonjs/theme/index.js +116 -14
  111. package/lib/commonjs/theme/index.js.map +1 -1
  112. package/lib/commonjs/theme/theme-provider.js +1 -22
  113. package/lib/commonjs/theme/theme-provider.js.map +1 -1
  114. package/lib/commonjs/theme/types.js +6 -0
  115. package/lib/commonjs/theme/types.js.map +1 -0
  116. package/lib/commonjs/theme/utils/withTextWrapper.js +1 -2
  117. package/lib/commonjs/theme/utils/withTextWrapper.js.map +1 -1
  118. package/lib/module/components/ActionIcon/ActionIcon.js +1 -1
  119. package/lib/module/components/ActionIcon/ActionIcon.js.map +1 -1
  120. package/lib/module/components/Anchor/index.js +3 -4
  121. package/lib/module/components/Anchor/index.js.map +1 -1
  122. package/lib/module/components/Avatar/index.js +1 -2
  123. package/lib/module/components/Avatar/index.js.map +1 -1
  124. package/lib/module/components/Badge/index.js +54 -24
  125. package/lib/module/components/Badge/index.js.map +1 -1
  126. package/lib/module/components/Blockquote/index.js +4 -5
  127. package/lib/module/components/Blockquote/index.js.map +1 -1
  128. package/lib/module/components/Button/index.js +7 -1
  129. package/lib/module/components/Button/index.js.map +1 -1
  130. package/lib/module/components/Center/index.js.map +1 -1
  131. package/lib/module/components/Checkbox/index.js +4 -5
  132. package/lib/module/components/Checkbox/index.js.map +1 -1
  133. package/lib/module/components/Chip/index.js +40 -21
  134. package/lib/module/components/Chip/index.js.map +1 -1
  135. package/lib/module/components/Code/index.js +6 -4
  136. package/lib/module/components/Code/index.js.map +1 -1
  137. package/lib/module/components/Grid/index.js +18 -13
  138. package/lib/module/components/Grid/index.js.map +1 -1
  139. package/lib/module/components/Highlight/index.js +1 -1
  140. package/lib/module/components/Highlight/index.js.map +1 -1
  141. package/lib/module/components/Indicator/index.js +2 -3
  142. package/lib/module/components/Indicator/index.js.map +1 -1
  143. package/lib/module/components/LinearGradient/PlatformLinearGradient.js +9 -9
  144. package/lib/module/components/LinearGradient/PlatformLinearGradient.js.map +1 -1
  145. package/lib/module/components/Menu/index.js +4 -5
  146. package/lib/module/components/Menu/index.js.map +1 -1
  147. package/lib/module/components/MultiSelect/index.js +8 -9
  148. package/lib/module/components/MultiSelect/index.js.map +1 -1
  149. package/lib/module/components/NativeSelect/index.js +14 -14
  150. package/lib/module/components/NativeSelect/index.js.map +1 -1
  151. package/lib/module/components/NavLink/index.js +43 -20
  152. package/lib/module/components/NavLink/index.js.map +1 -1
  153. package/lib/module/components/Notification/index.js +5 -6
  154. package/lib/module/components/Notification/index.js.map +1 -1
  155. package/lib/module/components/Pagination/index.js +5 -6
  156. package/lib/module/components/Pagination/index.js.map +1 -1
  157. package/lib/module/components/PinInput/index.js +3 -3
  158. package/lib/module/components/PinInput/index.js.map +1 -1
  159. package/lib/module/components/Progress/index.js +3 -5
  160. package/lib/module/components/Progress/index.js.map +1 -1
  161. package/lib/module/components/Radio/index.js +4 -5
  162. package/lib/module/components/Radio/index.js.map +1 -1
  163. package/lib/module/components/Rating/index.js +2 -4
  164. package/lib/module/components/Rating/index.js.map +1 -1
  165. package/lib/module/components/RingProgress/index.js +3 -4
  166. package/lib/module/components/RingProgress/index.js.map +1 -1
  167. package/lib/module/components/Select/index.js +7 -8
  168. package/lib/module/components/Select/index.js.map +1 -1
  169. package/lib/module/components/SimpleGrid/index.js +4 -2
  170. package/lib/module/components/SimpleGrid/index.js.map +1 -1
  171. package/lib/module/components/Spoiler/index.js +1 -1
  172. package/lib/module/components/Spoiler/index.js.map +1 -1
  173. package/lib/module/components/Stepper/index.js +8 -6
  174. package/lib/module/components/Stepper/index.js.map +1 -1
  175. package/lib/module/components/Switch/index.js +4 -5
  176. package/lib/module/components/Switch/index.js.map +1 -1
  177. package/lib/module/components/Text/index.js +78 -17
  178. package/lib/module/components/Text/index.js.map +1 -1
  179. package/lib/module/components/ThemeIcon/index.js +40 -19
  180. package/lib/module/components/ThemeIcon/index.js.map +1 -1
  181. package/lib/module/components/Timeline/index.js +6 -5
  182. package/lib/module/components/Timeline/index.js.map +1 -1
  183. package/lib/module/components/Title/index.js +5 -17
  184. package/lib/module/components/Title/index.js.map +1 -1
  185. package/lib/module/components/Tooltip/index.js +1 -2
  186. package/lib/module/components/Tooltip/index.js.map +1 -1
  187. package/lib/module/components/TransferList/index.js +9 -10
  188. package/lib/module/components/TransferList/index.js.map +1 -1
  189. package/lib/module/components/UnstyledButton/UnstyledButton.styles.js +2 -2
  190. package/lib/module/components/UnstyledButton/UnstyledButton.styles.js.map +1 -1
  191. package/lib/module/components/index.js +0 -1
  192. package/lib/module/components/index.js.map +1 -1
  193. package/lib/module/index.js +1 -0
  194. package/lib/module/index.js.map +1 -1
  195. package/lib/module/theme/create-theme.js +114 -24
  196. package/lib/module/theme/create-theme.js.map +1 -1
  197. package/lib/module/theme/default-colors.js +99 -0
  198. package/lib/module/theme/default-colors.js.map +1 -0
  199. package/lib/module/theme/default-theme.js +143 -127
  200. package/lib/module/theme/default-theme.js.map +1 -1
  201. package/lib/module/theme/functions/attach-functions.js +47 -14
  202. package/lib/module/theme/functions/attach-functions.js.map +1 -1
  203. package/lib/module/theme/functions/fns/breakpoints.js.map +1 -1
  204. package/lib/module/theme/functions/fns/color-scheme-value.js +180 -0
  205. package/lib/module/theme/functions/fns/color-scheme-value.js.map +1 -0
  206. package/lib/module/theme/functions/fns/dimmed.js.map +1 -1
  207. package/lib/module/theme/functions/fns/gradient/gradient.js +2 -2
  208. package/lib/module/theme/functions/fns/gradient/gradient.js.map +1 -1
  209. package/lib/module/theme/functions/fns/helpers.js +48 -2
  210. package/lib/module/theme/functions/fns/helpers.js.map +1 -1
  211. package/lib/module/theme/functions/fns/index.js +35 -7
  212. package/lib/module/theme/functions/fns/index.js.map +1 -1
  213. package/lib/module/theme/functions/fns/primary-shade.js +78 -2
  214. package/lib/module/theme/functions/fns/primary-shade.js.map +1 -1
  215. package/lib/module/theme/functions/fns/shadow.js.map +1 -1
  216. package/lib/module/theme/functions/fns/size.js +2 -1
  217. package/lib/module/theme/functions/fns/size.js.map +1 -1
  218. package/lib/module/theme/functions/fns/theme-color/color-utils.js +189 -0
  219. package/lib/module/theme/functions/fns/theme-color/color-utils.js.map +1 -0
  220. package/lib/module/theme/functions/fns/theme-color/theme-color.js +91 -9
  221. package/lib/module/theme/functions/fns/theme-color/theme-color.js.map +1 -1
  222. package/lib/module/theme/functions/fns/variant.js +112 -17
  223. package/lib/module/theme/functions/fns/variant.js.map +1 -1
  224. package/lib/module/theme/functions/index.js +22 -0
  225. package/lib/module/theme/functions/index.js.map +1 -0
  226. package/lib/module/theme/index.js +16 -4
  227. package/lib/module/theme/index.js.map +1 -1
  228. package/lib/module/theme/theme-provider.js +1 -22
  229. package/lib/module/theme/theme-provider.js.map +1 -1
  230. package/lib/module/theme/types.js +4 -0
  231. package/lib/module/theme/types.js.map +1 -0
  232. package/lib/module/theme/utils/withTextWrapper.js +1 -2
  233. package/lib/module/theme/utils/withTextWrapper.js.map +1 -1
  234. package/lib/typescript/commonjs/src/components/Anchor/index.d.ts.map +1 -1
  235. package/lib/typescript/commonjs/src/components/Avatar/index.d.ts.map +1 -1
  236. package/lib/typescript/commonjs/src/components/Badge/index.d.ts.map +1 -1
  237. package/lib/typescript/commonjs/src/components/Blockquote/index.d.ts.map +1 -1
  238. package/lib/typescript/commonjs/src/components/Button/Button.styles.d.ts +8 -8
  239. package/lib/typescript/commonjs/src/components/Button/index.d.ts +1 -1
  240. package/lib/typescript/commonjs/src/components/Button/index.d.ts.map +1 -1
  241. package/lib/typescript/commonjs/src/components/Center/index.d.ts +1 -2
  242. package/lib/typescript/commonjs/src/components/Center/index.d.ts.map +1 -1
  243. package/lib/typescript/commonjs/src/components/Checkbox/index.d.ts.map +1 -1
  244. package/lib/typescript/commonjs/src/components/Chip/index.d.ts.map +1 -1
  245. package/lib/typescript/commonjs/src/components/Code/index.d.ts.map +1 -1
  246. package/lib/typescript/commonjs/src/components/ColorSwatch/index.d.ts +1 -1
  247. package/lib/typescript/commonjs/src/components/ColorSwatch/index.d.ts.map +1 -1
  248. package/lib/typescript/commonjs/src/components/Container/index.d.ts +2 -2
  249. package/lib/typescript/commonjs/src/components/Container/index.d.ts.map +1 -1
  250. package/lib/typescript/commonjs/src/components/Flex/index.d.ts +2 -2
  251. package/lib/typescript/commonjs/src/components/Flex/index.d.ts.map +1 -1
  252. package/lib/typescript/commonjs/src/components/Grid/index.d.ts.map +1 -1
  253. package/lib/typescript/commonjs/src/components/Highlight/index.d.ts.map +1 -1
  254. package/lib/typescript/commonjs/src/components/Indicator/index.d.ts.map +1 -1
  255. package/lib/typescript/commonjs/src/components/LinearGradient/PlatformLinearGradient.d.ts +1 -1
  256. package/lib/typescript/commonjs/src/components/Mark/index.d.ts +1 -1
  257. package/lib/typescript/commonjs/src/components/Mark/index.d.ts.map +1 -1
  258. package/lib/typescript/commonjs/src/components/Menu/index.d.ts.map +1 -1
  259. package/lib/typescript/commonjs/src/components/MultiSelect/index.d.ts.map +1 -1
  260. package/lib/typescript/commonjs/src/components/NativeSelect/index.d.ts.map +1 -1
  261. package/lib/typescript/commonjs/src/components/NavLink/index.d.ts.map +1 -1
  262. package/lib/typescript/commonjs/src/components/Notification/index.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/src/components/Pagination/index.d.ts.map +1 -1
  264. package/lib/typescript/commonjs/src/components/PinInput/index.d.ts.map +1 -1
  265. package/lib/typescript/commonjs/src/components/Progress/index.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/src/components/Radio/index.d.ts.map +1 -1
  267. package/lib/typescript/commonjs/src/components/Rating/index.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/src/components/RingProgress/index.d.ts.map +1 -1
  269. package/lib/typescript/commonjs/src/components/Select/index.d.ts.map +1 -1
  270. package/lib/typescript/commonjs/src/components/SimpleGrid/index.d.ts.map +1 -1
  271. package/lib/typescript/commonjs/src/components/Space/index.d.ts +2 -2
  272. package/lib/typescript/commonjs/src/components/Space/index.d.ts.map +1 -1
  273. package/lib/typescript/commonjs/src/components/Switch/index.d.ts.map +1 -1
  274. package/lib/typescript/commonjs/src/components/Text/index.d.ts +54 -7
  275. package/lib/typescript/commonjs/src/components/Text/index.d.ts.map +1 -1
  276. package/lib/typescript/commonjs/src/components/ThemeIcon/index.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/src/components/Timeline/index.d.ts.map +1 -1
  278. package/lib/typescript/commonjs/src/components/Title/index.d.ts +1 -0
  279. package/lib/typescript/commonjs/src/components/Title/index.d.ts.map +1 -1
  280. package/lib/typescript/commonjs/src/components/Tooltip/index.d.ts.map +1 -1
  281. package/lib/typescript/commonjs/src/components/TransferList/index.d.ts.map +1 -1
  282. package/lib/typescript/commonjs/src/components/UnstyledButton/UnstyledButton.styles.d.ts +2 -2
  283. package/lib/typescript/commonjs/src/components/UnstyledButton/UnstyledButton.styles.d.ts.map +1 -1
  284. package/lib/typescript/commonjs/src/components/index.d.ts +0 -1
  285. package/lib/typescript/commonjs/src/components/index.d.ts.map +1 -1
  286. package/lib/typescript/commonjs/src/index.d.ts +1 -1
  287. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  288. package/lib/typescript/commonjs/src/theme/create-styles.d.ts +1 -1
  289. package/lib/typescript/commonjs/src/theme/create-styles.d.ts.map +1 -1
  290. package/lib/typescript/commonjs/src/theme/create-theme.d.ts +68 -2
  291. package/lib/typescript/commonjs/src/theme/create-theme.d.ts.map +1 -1
  292. package/lib/typescript/commonjs/src/theme/default-colors.d.ts +12 -0
  293. package/lib/typescript/commonjs/src/theme/default-colors.d.ts.map +1 -0
  294. package/lib/typescript/commonjs/src/theme/default-theme.d.ts +15 -108
  295. package/lib/typescript/commonjs/src/theme/default-theme.d.ts.map +1 -1
  296. package/lib/typescript/commonjs/src/theme/functions/attach-functions.d.ts +20 -1
  297. package/lib/typescript/commonjs/src/theme/functions/attach-functions.d.ts.map +1 -1
  298. package/lib/typescript/commonjs/src/theme/functions/fns/breakpoints.d.ts +3 -3
  299. package/lib/typescript/commonjs/src/theme/functions/fns/breakpoints.d.ts.map +1 -1
  300. package/lib/typescript/commonjs/src/theme/functions/fns/color-scheme-value.d.ts +100 -0
  301. package/lib/typescript/commonjs/src/theme/functions/fns/color-scheme-value.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/src/theme/functions/fns/dimmed.d.ts +2 -2
  303. package/lib/typescript/commonjs/src/theme/functions/fns/dimmed.d.ts.map +1 -1
  304. package/lib/typescript/commonjs/src/theme/functions/fns/gradient/gradient.d.ts +4 -5
  305. package/lib/typescript/commonjs/src/theme/functions/fns/gradient/gradient.d.ts.map +1 -1
  306. package/lib/typescript/commonjs/src/theme/functions/fns/helpers.d.ts +36 -8
  307. package/lib/typescript/commonjs/src/theme/functions/fns/helpers.d.ts.map +1 -1
  308. package/lib/typescript/commonjs/src/theme/functions/fns/index.d.ts +40 -14
  309. package/lib/typescript/commonjs/src/theme/functions/fns/index.d.ts.map +1 -1
  310. package/lib/typescript/commonjs/src/theme/functions/fns/primary-shade.d.ts +53 -3
  311. package/lib/typescript/commonjs/src/theme/functions/fns/primary-shade.d.ts.map +1 -1
  312. package/lib/typescript/commonjs/src/theme/functions/fns/shadow.d.ts +1 -1
  313. package/lib/typescript/commonjs/src/theme/functions/fns/shadow.d.ts.map +1 -1
  314. package/lib/typescript/commonjs/src/theme/functions/fns/size.d.ts +2 -2
  315. package/lib/typescript/commonjs/src/theme/functions/fns/size.d.ts.map +1 -1
  316. package/lib/typescript/commonjs/src/theme/functions/fns/theme-color/color-utils.d.ts +50 -0
  317. package/lib/typescript/commonjs/src/theme/functions/fns/theme-color/color-utils.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/src/theme/functions/fns/theme-color/theme-color.d.ts +51 -5
  319. package/lib/typescript/commonjs/src/theme/functions/fns/theme-color/theme-color.d.ts.map +1 -1
  320. package/lib/typescript/commonjs/src/theme/functions/fns/variant.d.ts +52 -19
  321. package/lib/typescript/commonjs/src/theme/functions/fns/variant.d.ts.map +1 -1
  322. package/lib/typescript/commonjs/src/theme/functions/index.d.ts +19 -0
  323. package/lib/typescript/commonjs/src/theme/functions/index.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/src/theme/index.d.ts +9 -6
  325. package/lib/typescript/commonjs/src/theme/index.d.ts.map +1 -1
  326. package/lib/typescript/commonjs/src/theme/theme-provider.d.ts +1 -1
  327. package/lib/typescript/commonjs/src/theme/theme-provider.d.ts.map +1 -1
  328. package/lib/typescript/commonjs/src/theme/types/DefaultProps.d.ts +2 -2
  329. package/lib/typescript/commonjs/src/theme/types/DefaultProps.d.ts.map +1 -1
  330. package/lib/typescript/commonjs/src/theme/types.d.ts +494 -0
  331. package/lib/typescript/commonjs/src/theme/types.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/src/theme/utils/withTextWrapper.d.ts +1 -1
  333. package/lib/typescript/commonjs/src/theme/utils/withTextWrapper.d.ts.map +1 -1
  334. package/lib/typescript/module/src/components/Anchor/index.d.ts.map +1 -1
  335. package/lib/typescript/module/src/components/Avatar/index.d.ts.map +1 -1
  336. package/lib/typescript/module/src/components/Badge/index.d.ts.map +1 -1
  337. package/lib/typescript/module/src/components/Blockquote/index.d.ts.map +1 -1
  338. package/lib/typescript/module/src/components/Button/Button.styles.d.ts +8 -8
  339. package/lib/typescript/module/src/components/Button/index.d.ts +1 -1
  340. package/lib/typescript/module/src/components/Button/index.d.ts.map +1 -1
  341. package/lib/typescript/module/src/components/Center/index.d.ts +1 -2
  342. package/lib/typescript/module/src/components/Center/index.d.ts.map +1 -1
  343. package/lib/typescript/module/src/components/Checkbox/index.d.ts.map +1 -1
  344. package/lib/typescript/module/src/components/Chip/index.d.ts.map +1 -1
  345. package/lib/typescript/module/src/components/Code/index.d.ts.map +1 -1
  346. package/lib/typescript/module/src/components/ColorSwatch/index.d.ts +1 -1
  347. package/lib/typescript/module/src/components/ColorSwatch/index.d.ts.map +1 -1
  348. package/lib/typescript/module/src/components/Container/index.d.ts +2 -2
  349. package/lib/typescript/module/src/components/Container/index.d.ts.map +1 -1
  350. package/lib/typescript/module/src/components/Flex/index.d.ts +2 -2
  351. package/lib/typescript/module/src/components/Flex/index.d.ts.map +1 -1
  352. package/lib/typescript/module/src/components/Grid/index.d.ts.map +1 -1
  353. package/lib/typescript/module/src/components/Highlight/index.d.ts.map +1 -1
  354. package/lib/typescript/module/src/components/Indicator/index.d.ts.map +1 -1
  355. package/lib/typescript/module/src/components/LinearGradient/PlatformLinearGradient.d.ts +1 -1
  356. package/lib/typescript/module/src/components/Mark/index.d.ts +1 -1
  357. package/lib/typescript/module/src/components/Mark/index.d.ts.map +1 -1
  358. package/lib/typescript/module/src/components/Menu/index.d.ts.map +1 -1
  359. package/lib/typescript/module/src/components/MultiSelect/index.d.ts.map +1 -1
  360. package/lib/typescript/module/src/components/NativeSelect/index.d.ts.map +1 -1
  361. package/lib/typescript/module/src/components/NavLink/index.d.ts.map +1 -1
  362. package/lib/typescript/module/src/components/Notification/index.d.ts.map +1 -1
  363. package/lib/typescript/module/src/components/Pagination/index.d.ts.map +1 -1
  364. package/lib/typescript/module/src/components/PinInput/index.d.ts.map +1 -1
  365. package/lib/typescript/module/src/components/Progress/index.d.ts.map +1 -1
  366. package/lib/typescript/module/src/components/Radio/index.d.ts.map +1 -1
  367. package/lib/typescript/module/src/components/Rating/index.d.ts.map +1 -1
  368. package/lib/typescript/module/src/components/RingProgress/index.d.ts.map +1 -1
  369. package/lib/typescript/module/src/components/Select/index.d.ts.map +1 -1
  370. package/lib/typescript/module/src/components/SimpleGrid/index.d.ts.map +1 -1
  371. package/lib/typescript/module/src/components/Space/index.d.ts +2 -2
  372. package/lib/typescript/module/src/components/Space/index.d.ts.map +1 -1
  373. package/lib/typescript/module/src/components/Switch/index.d.ts.map +1 -1
  374. package/lib/typescript/module/src/components/Text/index.d.ts +54 -7
  375. package/lib/typescript/module/src/components/Text/index.d.ts.map +1 -1
  376. package/lib/typescript/module/src/components/ThemeIcon/index.d.ts.map +1 -1
  377. package/lib/typescript/module/src/components/Timeline/index.d.ts.map +1 -1
  378. package/lib/typescript/module/src/components/Title/index.d.ts +1 -0
  379. package/lib/typescript/module/src/components/Title/index.d.ts.map +1 -1
  380. package/lib/typescript/module/src/components/Tooltip/index.d.ts.map +1 -1
  381. package/lib/typescript/module/src/components/TransferList/index.d.ts.map +1 -1
  382. package/lib/typescript/module/src/components/UnstyledButton/UnstyledButton.styles.d.ts +2 -2
  383. package/lib/typescript/module/src/components/UnstyledButton/UnstyledButton.styles.d.ts.map +1 -1
  384. package/lib/typescript/module/src/components/index.d.ts +0 -1
  385. package/lib/typescript/module/src/components/index.d.ts.map +1 -1
  386. package/lib/typescript/module/src/index.d.ts +1 -1
  387. package/lib/typescript/module/src/index.d.ts.map +1 -1
  388. package/lib/typescript/module/src/theme/create-styles.d.ts +1 -1
  389. package/lib/typescript/module/src/theme/create-styles.d.ts.map +1 -1
  390. package/lib/typescript/module/src/theme/create-theme.d.ts +68 -2
  391. package/lib/typescript/module/src/theme/create-theme.d.ts.map +1 -1
  392. package/lib/typescript/module/src/theme/default-colors.d.ts +12 -0
  393. package/lib/typescript/module/src/theme/default-colors.d.ts.map +1 -0
  394. package/lib/typescript/module/src/theme/default-theme.d.ts +15 -108
  395. package/lib/typescript/module/src/theme/default-theme.d.ts.map +1 -1
  396. package/lib/typescript/module/src/theme/functions/attach-functions.d.ts +20 -1
  397. package/lib/typescript/module/src/theme/functions/attach-functions.d.ts.map +1 -1
  398. package/lib/typescript/module/src/theme/functions/fns/breakpoints.d.ts +3 -3
  399. package/lib/typescript/module/src/theme/functions/fns/breakpoints.d.ts.map +1 -1
  400. package/lib/typescript/module/src/theme/functions/fns/color-scheme-value.d.ts +100 -0
  401. package/lib/typescript/module/src/theme/functions/fns/color-scheme-value.d.ts.map +1 -0
  402. package/lib/typescript/module/src/theme/functions/fns/dimmed.d.ts +2 -2
  403. package/lib/typescript/module/src/theme/functions/fns/dimmed.d.ts.map +1 -1
  404. package/lib/typescript/module/src/theme/functions/fns/gradient/gradient.d.ts +4 -5
  405. package/lib/typescript/module/src/theme/functions/fns/gradient/gradient.d.ts.map +1 -1
  406. package/lib/typescript/module/src/theme/functions/fns/helpers.d.ts +36 -8
  407. package/lib/typescript/module/src/theme/functions/fns/helpers.d.ts.map +1 -1
  408. package/lib/typescript/module/src/theme/functions/fns/index.d.ts +40 -14
  409. package/lib/typescript/module/src/theme/functions/fns/index.d.ts.map +1 -1
  410. package/lib/typescript/module/src/theme/functions/fns/primary-shade.d.ts +53 -3
  411. package/lib/typescript/module/src/theme/functions/fns/primary-shade.d.ts.map +1 -1
  412. package/lib/typescript/module/src/theme/functions/fns/shadow.d.ts +1 -1
  413. package/lib/typescript/module/src/theme/functions/fns/shadow.d.ts.map +1 -1
  414. package/lib/typescript/module/src/theme/functions/fns/size.d.ts +2 -2
  415. package/lib/typescript/module/src/theme/functions/fns/size.d.ts.map +1 -1
  416. package/lib/typescript/module/src/theme/functions/fns/theme-color/color-utils.d.ts +50 -0
  417. package/lib/typescript/module/src/theme/functions/fns/theme-color/color-utils.d.ts.map +1 -0
  418. package/lib/typescript/module/src/theme/functions/fns/theme-color/theme-color.d.ts +51 -5
  419. package/lib/typescript/module/src/theme/functions/fns/theme-color/theme-color.d.ts.map +1 -1
  420. package/lib/typescript/module/src/theme/functions/fns/variant.d.ts +52 -19
  421. package/lib/typescript/module/src/theme/functions/fns/variant.d.ts.map +1 -1
  422. package/lib/typescript/module/src/theme/functions/index.d.ts +19 -0
  423. package/lib/typescript/module/src/theme/functions/index.d.ts.map +1 -0
  424. package/lib/typescript/module/src/theme/index.d.ts +9 -6
  425. package/lib/typescript/module/src/theme/index.d.ts.map +1 -1
  426. package/lib/typescript/module/src/theme/theme-provider.d.ts +1 -1
  427. package/lib/typescript/module/src/theme/theme-provider.d.ts.map +1 -1
  428. package/lib/typescript/module/src/theme/types/DefaultProps.d.ts +2 -2
  429. package/lib/typescript/module/src/theme/types/DefaultProps.d.ts.map +1 -1
  430. package/lib/typescript/module/src/theme/types.d.ts +494 -0
  431. package/lib/typescript/module/src/theme/types.d.ts.map +1 -0
  432. package/lib/typescript/module/src/theme/utils/withTextWrapper.d.ts +1 -1
  433. package/lib/typescript/module/src/theme/utils/withTextWrapper.d.ts.map +1 -1
  434. package/package.json +2 -4
  435. package/src/components/ActionIcon/ActionIcon.tsx +3 -3
  436. package/src/components/Anchor/index.tsx +3 -4
  437. package/src/components/Avatar/index.tsx +1 -2
  438. package/src/components/Badge/index.tsx +36 -19
  439. package/src/components/Blockquote/index.tsx +4 -6
  440. package/src/components/Button/index.tsx +6 -2
  441. package/src/components/Center/index.tsx +1 -2
  442. package/src/components/Checkbox/index.tsx +4 -5
  443. package/src/components/Chip/index.tsx +25 -18
  444. package/src/components/Code/index.tsx +7 -5
  445. package/src/components/ColorSwatch/index.tsx +1 -1
  446. package/src/components/Container/index.tsx +2 -2
  447. package/src/components/Flex/index.tsx +2 -2
  448. package/src/components/Grid/index.tsx +16 -10
  449. package/src/components/Highlight/index.tsx +1 -2
  450. package/src/components/Indicator/index.tsx +3 -4
  451. package/src/components/LinearGradient/PlatformLinearGradient.tsx +9 -9
  452. package/src/components/Mark/index.tsx +1 -1
  453. package/src/components/Menu/index.tsx +8 -10
  454. package/src/components/MultiSelect/index.tsx +13 -15
  455. package/src/components/NativeSelect/index.tsx +34 -21
  456. package/src/components/NavLink/index.tsx +27 -23
  457. package/src/components/Notification/index.tsx +5 -6
  458. package/src/components/Pagination/index.tsx +5 -6
  459. package/src/components/PinInput/index.tsx +5 -6
  460. package/src/components/Progress/index.tsx +5 -6
  461. package/src/components/Radio/index.tsx +4 -5
  462. package/src/components/Rating/index.tsx +2 -4
  463. package/src/components/RingProgress/index.tsx +3 -5
  464. package/src/components/Select/index.tsx +11 -13
  465. package/src/components/SimpleGrid/index.tsx +5 -2
  466. package/src/components/Space/index.tsx +2 -2
  467. package/src/components/Spoiler/index.tsx +1 -1
  468. package/src/components/Stepper/index.tsx +17 -17
  469. package/src/components/Switch/index.tsx +5 -6
  470. package/src/components/Text/index.tsx +125 -28
  471. package/src/components/ThemeIcon/index.tsx +23 -23
  472. package/src/components/Timeline/index.tsx +12 -15
  473. package/src/components/Title/index.tsx +5 -22
  474. package/src/components/Tooltip/index.tsx +1 -3
  475. package/src/components/TransferList/index.tsx +16 -18
  476. package/src/components/UnstyledButton/UnstyledButton.styles.ts +4 -2
  477. package/src/components/index.tsx +0 -1
  478. package/src/index.tsx +1 -1
  479. package/src/theme/create-styles.ts +1 -1
  480. package/src/theme/create-theme.ts +134 -23
  481. package/src/theme/default-colors.ts +252 -0
  482. package/src/theme/default-theme.ts +178 -392
  483. package/src/theme/functions/attach-functions.ts +57 -10
  484. package/src/theme/functions/fns/breakpoints.ts +4 -4
  485. package/src/theme/functions/fns/color-scheme-value.ts +200 -0
  486. package/src/theme/functions/fns/dimmed.ts +2 -2
  487. package/src/theme/functions/fns/gradient/gradient.ts +4 -5
  488. package/src/theme/functions/fns/helpers.ts +50 -9
  489. package/src/theme/functions/fns/index.ts +63 -3
  490. package/src/theme/functions/fns/primary-shade.ts +84 -8
  491. package/src/theme/functions/fns/shadow.ts +1 -1
  492. package/src/theme/functions/fns/size.ts +4 -3
  493. package/src/theme/functions/fns/theme-color/color-utils.ts +193 -0
  494. package/src/theme/functions/fns/theme-color/theme-color.ts +85 -17
  495. package/src/theme/functions/fns/variant.ts +106 -44
  496. package/src/theme/functions/index.ts +19 -0
  497. package/src/theme/index.ts +91 -0
  498. package/src/theme/theme-provider.tsx +2 -17
  499. package/src/theme/types/DefaultProps.ts +3 -3
  500. package/src/theme/types.ts +625 -0
  501. package/src/theme/utils/withTextWrapper.tsx +2 -3
  502. package/lib/commonjs/components/Slider/index.js +0 -300
  503. package/lib/commonjs/components/Slider/index.js.map +0 -1
  504. package/lib/module/components/Slider/index.js +0 -295
  505. package/lib/module/components/Slider/index.js.map +0 -1
  506. package/lib/typescript/commonjs/src/components/Slider/index.d.ts +0 -43
  507. package/lib/typescript/commonjs/src/components/Slider/index.d.ts.map +0 -1
  508. package/lib/typescript/module/src/components/Slider/index.d.ts +0 -43
  509. package/lib/typescript/module/src/components/Slider/index.d.ts.map +0 -1
  510. package/src/components/Slider/index.tsx +0 -349
  511. package/src/theme/index.tsx +0 -9
@@ -1,30 +1,120 @@
1
1
  "use strict";
2
2
 
3
- import { DEFAULT_COLORS, DEFAULT_THEME } from "./default-theme.js";
3
+ /**
4
+ * Create custom Mantine theme
5
+ * Merges user overrides with default theme configuration
6
+ * Aligned with Mantine web's createTheme/mergeTheme pattern
7
+ */
8
+
9
+ import { _DEFAULT_THEME, DEFAULT_THEME } from "./default-theme.js";
10
+ import { DEFAULT_COLORS } from "./default-colors.js";
4
11
  import { attachFunctions } from "./functions/attach-functions.js";
5
- export const createTheme = theme => {
6
- const {
7
- primaryShade,
8
- other = {},
9
- components = {}
10
- } = theme || {};
11
- const themeBase = {
12
- ...DEFAULT_THEME,
13
- // Use provided primaryShade or fall back to DEFAULT_THEME's value
14
- primaryShade: primaryShade !== undefined ? primaryShade : DEFAULT_THEME.primaryShade,
15
- other: other,
16
- components: components,
17
- fontFamily: 'Nunito',
18
- primaryColor: 'blue',
19
- secondaryColor: 'cyan',
20
- headings: {
21
- ...DEFAULT_THEME.headings,
22
- fontFamily: 'Nunito'
23
- },
24
- colors: DEFAULT_COLORS
12
+
13
+ /**
14
+ * Deep merge helper for theme objects
15
+ * Handles nested objects and arrays properly
16
+ */
17
+ function deepMerge(target, source) {
18
+ const result = {
19
+ ...target
25
20
  };
21
+ for (const key in source) {
22
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
23
+ const sourceValue = source[key];
24
+ const targetValue = result[key];
25
+ if (sourceValue && typeof sourceValue === 'object' && !Array.isArray(sourceValue) && targetValue && typeof targetValue === 'object' && !Array.isArray(targetValue)) {
26
+ // Recursively merge nested objects
27
+ result[key] = deepMerge(targetValue, sourceValue);
28
+ } else if (sourceValue !== undefined) {
29
+ // Direct assignment for primitives, arrays, and undefined target values
30
+ result[key] = sourceValue;
31
+ }
32
+ }
33
+ }
34
+ return result;
35
+ }
36
+
37
+ /**
38
+ * Create a custom Mantine theme
39
+ *
40
+ * Merges provided theme overrides with the default theme configuration.
41
+ * Returns a complete theme object with all helper functions attached.
42
+ *
43
+ * @param override - Partial theme configuration to override defaults
44
+ * @returns Complete Mantine theme with attached helper functions
45
+ *
46
+ * @example
47
+ * // Create theme with custom primary color
48
+ * const theme = createTheme({
49
+ * primaryColor: 'teal',
50
+ * });
51
+ *
52
+ * @example
53
+ * // Create theme with custom colors and primary shade
54
+ * const theme = createTheme({
55
+ * primaryColor: 'brand',
56
+ * primaryShade: { light: 5, dark: 7 },
57
+ * colors: {
58
+ * brand: [
59
+ * '#e6f7ff',
60
+ * '#bae7ff',
61
+ * '#91d5ff',
62
+ * '#69c0ff',
63
+ * '#40a9ff',
64
+ * '#1890ff',
65
+ * '#096dd9',
66
+ * '#0050b3',
67
+ * '#003a8c',
68
+ * '#002766',
69
+ * ],
70
+ * },
71
+ * });
72
+ *
73
+ * @example
74
+ * // Create theme with custom typography
75
+ * const theme = createTheme({
76
+ * fontFamily: 'Nunito',
77
+ * headings: {
78
+ * fontFamily: 'Nunito-Bold',
79
+ * sizes: {
80
+ * h1: { fontSize: 40, lineHeight: 1.2 },
81
+ * },
82
+ * },
83
+ * });
84
+ */
85
+ export function createTheme(override) {
86
+ if (!override) {
87
+ return DEFAULT_THEME;
88
+ }
89
+
90
+ // Create base theme by merging override with default
91
+ const mergedBase = deepMerge(_DEFAULT_THEME, override);
92
+
93
+ // Ensure colors includes all defaults plus any custom colors
94
+ if (override.colors) {
95
+ mergedBase.colors = {
96
+ ...DEFAULT_COLORS,
97
+ ...override.colors
98
+ };
99
+ }
100
+
101
+ // Attach helper functions to create complete theme
102
+ return attachFunctions(mergedBase);
103
+ }
26
104
 
27
- // Attach theme functions to ensure fn.gradient and other functions are available
28
- return attachFunctions(themeBase);
29
- };
105
+ /**
106
+ * Merge multiple theme overrides
107
+ * Useful for combining theme configurations
108
+ *
109
+ * @param themes - Array of theme overrides to merge
110
+ * @returns Merged theme override
111
+ *
112
+ * @example
113
+ * const brandTheme = { primaryColor: 'brand' };
114
+ * const typographyTheme = { fontFamily: 'Nunito' };
115
+ * const merged = mergeThemeOverrides(brandTheme, typographyTheme);
116
+ */
117
+ export function mergeThemeOverrides(...themes) {
118
+ return themes.reduce((acc, theme) => deepMerge(acc, theme), {});
119
+ }
30
120
  //# sourceMappingURL=create-theme.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["DEFAULT_COLORS","DEFAULT_THEME","attachFunctions","createTheme","theme","primaryShade","other","components","themeBase","undefined","fontFamily","primaryColor","secondaryColor","headings","colors"],"sourceRoot":"../../../src","sources":["theme/create-theme.ts"],"mappings":";;AAAA,SAASA,cAAc,EAAEC,aAAa,QAAQ,oBAAiB;AAE/D,SAASC,eAAe,QAAQ,iCAA8B;AAE9D,OAAO,MAAMC,WAAW,GAAIC,KAA6B,IAAmB;EAC1E,MAAM;IAAEC,YAAY;IAAEC,KAAK,GAAG,CAAC,CAAC;IAAEC,UAAU,GAAG,CAAC;EAAE,CAAC,GAAGH,KAAK,IAAI,CAAC,CAAC;EACjE,MAAMI,SAAS,GAAG;IAChB,GAAGP,aAAa;IAChB;IACAI,YAAY,EAAEA,YAAY,KAAKI,SAAS,GAAGJ,YAAY,GAAGJ,aAAa,CAACI,YAAY;IACpFC,KAAK,EAAEA,KAAK;IACZC,UAAU,EAAEA,UAAU;IACtBG,UAAU,EAAE,QAAQ;IACpBC,YAAY,EAAE,MAAM;IACpBC,cAAc,EAAE,MAAM;IACtBC,QAAQ,EAAE;MACR,GAAGZ,aAAa,CAACY,QAAQ;MACzBH,UAAU,EAAE;IACd,CAAC;IACDI,MAAM,EAAEd;EACV,CAAC;;EAED;EACA,OAAOE,eAAe,CAACM,SAAS,CAAC;AACnC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_DEFAULT_THEME","DEFAULT_THEME","DEFAULT_COLORS","attachFunctions","deepMerge","target","source","result","key","Object","prototype","hasOwnProperty","call","sourceValue","targetValue","Array","isArray","undefined","createTheme","override","mergedBase","colors","mergeThemeOverrides","themes","reduce","acc","theme"],"sourceRoot":"../../../src","sources":["theme/create-theme.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAASA,cAAc,EAAEC,aAAa,QAAQ,oBAAiB;AAC/D,SAASC,cAAc,QAAQ,qBAAkB;AAOjD,SAASC,eAAe,QAAQ,iCAA8B;;AAE9D;AACA;AACA;AACA;AACA,SAASC,SAASA,CAAgCC,MAAS,EAAEC,MAAkB,EAAK;EAClF,MAAMC,MAAM,GAAG;IAAE,GAAGF;EAAO,CAAC;EAE5B,KAAK,MAAMG,GAAG,IAAIF,MAAM,EAAE;IACxB,IAAIG,MAAM,CAACC,SAAS,CAACC,cAAc,CAACC,IAAI,CAACN,MAAM,EAAEE,GAAG,CAAC,EAAE;MACrD,MAAMK,WAAW,GAAGP,MAAM,CAACE,GAAG,CAAC;MAC/B,MAAMM,WAAW,GAAGP,MAAM,CAACC,GAAG,CAAC;MAE/B,IACEK,WAAW,IACX,OAAOA,WAAW,KAAK,QAAQ,IAC/B,CAACE,KAAK,CAACC,OAAO,CAACH,WAAW,CAAC,IAC3BC,WAAW,IACX,OAAOA,WAAW,KAAK,QAAQ,IAC/B,CAACC,KAAK,CAACC,OAAO,CAACF,WAAW,CAAC,EAC3B;QACA;QACAP,MAAM,CAACC,GAAG,CAAC,GAAGJ,SAAS,CAACU,WAAW,EAAED,WAAW,CAAQ;MAC1D,CAAC,MAAM,IAAIA,WAAW,KAAKI,SAAS,EAAE;QACpC;QACAV,MAAM,CAACC,GAAG,CAAC,GAAGK,WAAkB;MAClC;IACF;EACF;EAEA,OAAON,MAAM;AACf;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASW,WAAWA,CAACC,QAA+B,EAAgB;EACzE,IAAI,CAACA,QAAQ,EAAE;IACb,OAAOlB,aAAa;EACtB;;EAEA;EACA,MAAMmB,UAA4B,GAAGhB,SAAS,CAACJ,cAAc,EAAEmB,QAAe,CAAC;;EAE/E;EACA,IAAIA,QAAQ,CAACE,MAAM,EAAE;IACnBD,UAAU,CAACC,MAAM,GAAG;MAClB,GAAGnB,cAAc;MACjB,GAAGiB,QAAQ,CAACE;IACd,CAAuB;EACzB;;EAEA;EACA,OAAOlB,eAAe,CAACiB,UAAU,CAAC;AACpC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASE,mBAAmBA,CACjC,GAAGC,MAA8B,EACX;EACtB,OAAOA,MAAM,CAACC,MAAM,CAClB,CAACC,GAAG,EAAEC,KAAK,KAAKtB,SAAS,CAACqB,GAAG,EAASC,KAAY,CAAC,EACnD,CAAC,CACH,CAAC;AACH","ignoreList":[]}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * Default Mantine color palettes
5
+ * 10-shade system (0 = lightest, 9 = darkest)
6
+ * Identical to Mantine web v6 color values
7
+ */
8
+
9
+ /**
10
+ * Dark color palette - used for UI elements in dark mode
11
+ */
12
+ const dark = ['#C1C2C5', '#A6A7AB', '#909296', '#5c5f66', '#373A40', '#2C2E33', '#25262b', '#1A1B1E', '#141517', '#101113'];
13
+
14
+ /**
15
+ * Gray color palette - neutral colors for UI elements
16
+ */
17
+ const gray = ['#f8f9fa', '#f1f3f5', '#e9ecef', '#dee2e6', '#ced4da', '#adb5bd', '#868e96', '#495057', '#343a40', '#212529'];
18
+
19
+ /**
20
+ * Red color palette
21
+ */
22
+ const red = ['#fff5f5', '#ffe3e3', '#ffc9c9', '#ffa8a8', '#ff8787', '#ff6b6b', '#fa5252', '#f03e3e', '#e03131', '#c92a2a'];
23
+
24
+ /**
25
+ * Pink color palette
26
+ */
27
+ const pink = ['#fff0f6', '#ffdeeb', '#fcc2d7', '#faa2c1', '#f783ac', '#f06595', '#e64980', '#d6336c', '#c2255c', '#a61e4d'];
28
+
29
+ /**
30
+ * Grape color palette
31
+ */
32
+ const grape = ['#f8f0fc', '#f3d9fa', '#eebefa', '#e599f7', '#da77f2', '#cc5de8', '#be4bdb', '#ae3ec9', '#9c36b5', '#862e9c'];
33
+
34
+ /**
35
+ * Violet color palette
36
+ */
37
+ const violet = ['#f3f0ff', '#e5dbff', '#d0bfff', '#b197fc', '#9775fa', '#845ef7', '#7950f2', '#7048e8', '#6741d9', '#5f3dc4'];
38
+
39
+ /**
40
+ * Indigo color palette
41
+ */
42
+ const indigo = ['#edf2ff', '#dbe4ff', '#bac8ff', '#91a7ff', '#748ffc', '#5c7cfa', '#4c6ef5', '#4263eb', '#3b5bdb', '#364fc7'];
43
+
44
+ /**
45
+ * Blue color palette - default primary color
46
+ */
47
+ const blue = ['#e7f5ff', '#d0ebff', '#a5d8ff', '#74c0fc', '#4dabf7', '#339af0', '#228be6', '#1c7ed6', '#1971c2', '#1864ab'];
48
+
49
+ /**
50
+ * Cyan color palette
51
+ */
52
+ const cyan = ['#e3fafc', '#c5f6fa', '#99e9f2', '#66d9e8', '#3bc9db', '#22b8cf', '#15aabf', '#1098ad', '#0c8599', '#0b7285'];
53
+
54
+ /**
55
+ * Teal color palette
56
+ */
57
+ const teal = ['#e6fcf5', '#c3fae8', '#96f2d7', '#63e6be', '#38d9a9', '#20c997', '#12b886', '#0ca678', '#099268', '#087f5b'];
58
+
59
+ /**
60
+ * Green color palette
61
+ */
62
+ const green = ['#ebfbee', '#d3f9d8', '#b2f2bb', '#8ce99a', '#69db7c', '#51cf66', '#40c057', '#37b24d', '#2f9e44', '#2b8a3e'];
63
+
64
+ /**
65
+ * Lime color palette
66
+ */
67
+ const lime = ['#f4fce3', '#e9fac8', '#d8f5a2', '#c0eb75', '#a9e34b', '#94d82d', '#82c91e', '#74b816', '#66a80f', '#5c940d'];
68
+
69
+ /**
70
+ * Yellow color palette
71
+ */
72
+ const yellow = ['#fff9db', '#fff3bf', '#ffec99', '#ffe066', '#ffd43b', '#fcc419', '#fab005', '#f59f00', '#f08c00', '#e67700'];
73
+
74
+ /**
75
+ * Orange color palette
76
+ */
77
+ const orange = ['#fff4e6', '#ffe8cc', '#ffd8a8', '#ffc078', '#ffa94d', '#ff922b', '#fd7e14', '#f76707', '#e8590c', '#d9480f'];
78
+
79
+ /**
80
+ * Default Mantine color palette
81
+ * Contains all 14 default color schemes
82
+ */
83
+ export const DEFAULT_COLORS = {
84
+ dark,
85
+ gray,
86
+ red,
87
+ pink,
88
+ grape,
89
+ violet,
90
+ indigo,
91
+ blue,
92
+ cyan,
93
+ teal,
94
+ green,
95
+ lime,
96
+ yellow,
97
+ orange
98
+ };
99
+ //# sourceMappingURL=default-colors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dark","gray","red","pink","grape","violet","indigo","blue","cyan","teal","green","lime","yellow","orange","DEFAULT_COLORS"],"sourceRoot":"../../../src","sources":["theme/default-colors.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAIA;AACA;AACA;AACA,MAAMA,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,GAAuB,GAAG,CAC9B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,KAAyB,GAAG,CAChC,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,MAA0B,GAAG,CACjC,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,MAA0B,GAAG,CACjC,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,KAAyB,GAAG,CAChC,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,IAAwB,GAAG,CAC/B,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,MAA0B,GAAG,CACjC,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA,MAAMC,MAA0B,GAAG,CACjC,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV;;AAED;AACA;AACA;AACA;AACA,OAAO,MAAMC,cAAkC,GAAG;EAChDd,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,KAAK;EACLC,MAAM;EACNC,MAAM;EACNC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,IAAI;EACJC,MAAM;EACNC;AACF,CAAC","ignoreList":[]}
@@ -1,28 +1,42 @@
1
1
  "use strict";
2
2
 
3
+ /**
4
+ * Default Mantine React Native theme
5
+ * Aligned with Mantine web v6 architecture with React Native adaptations
6
+ */
7
+
3
8
  import { Platform } from 'react-native';
4
9
  import { attachFunctions } from "./functions/attach-functions.js";
5
- export const DEFAULT_COLORS = {
6
- dark: ['#C1C2C5', '#A6A7AB', '#909296', '#5c5f66', '#373A40', '#2C2E33', '#25262b', '#1A1B1E', '#141517', '#101113'],
7
- gray: ['#f8f9fa', '#f1f3f5', '#e9ecef', '#dee2e6', '#ced4da', '#adb5bd', '#868e96', '#495057', '#343a40', '#212529'],
8
- red: ['#fff5f5', '#ffe3e3', '#ffc9c9', '#ffa8a8', '#ff8787', '#ff6b6b', '#fa5252', '#f03e3e', '#e03131', '#c92a2a'],
9
- pink: ['#fff0f6', '#ffdeeb', '#fcc2d7', '#faa2c1', '#f783ac', '#f06595', '#e64980', '#d6336c', '#c2255c', '#a61e4d'],
10
- grape: ['#f8f0fc', '#f3d9fa', '#eebefa', '#e599f7', '#da77f2', '#cc5de8', '#be4bdb', '#ae3ec9', '#9c36b5', '#862e9c'],
11
- violet: ['#f3f0ff', '#e5dbff', '#d0bfff', '#b197fc', '#9775fa', '#845ef7', '#7950f2', '#7048e8', '#6741d9', '#5f3dc4'],
12
- indigo: ['#edf2ff', '#dbe4ff', '#bac8ff', '#91a7ff', '#748ffc', '#5c7cfa', '#4c6ef5', '#4263eb', '#3b5bdb', '#364fc7'],
13
- blue: ['#e7f5ff', '#d0ebff', '#a5d8ff', '#74c0fc', '#4dabf7', '#339af0', '#228be6', '#1c7ed6', '#1971c2', '#1864ab'],
14
- cyan: ['#e3fafc', '#c5f6fa', '#99e9f2', '#66d9e8', '#3bc9db', '#22b8cf', '#15aabf', '#1098ad', '#0c8599', '#0b7285'],
15
- teal: ['#e6fcf5', '#c3fae8', '#96f2d7', '#63e6be', '#38d9a9', '#20c997', '#12b886', '#0ca678', '#099268', '#087f5b'],
16
- green: ['#ebfbee', '#d3f9d8', '#b2f2bb', '#8ce99a', '#69db7c', '#51cf66', '#40c057', '#37b24d', '#2f9e44', '#2b8a3e'],
17
- lime: ['#f4fce3', '#e9fac8', '#d8f5a2', '#c0eb75', '#a9e34b', '#94d82d', '#82c91e', '#74b816', '#66a80f', '#5c940d'],
18
- yellow: ['#fff9db', '#fff3bf', '#ffec99', '#ffe066', '#ffd43b', '#fcc419', '#fab005', '#f59f00', '#f08c00', '#e67700'],
19
- orange: ['#fff4e6', '#ffe8cc', '#ffd8a8', '#ffc078', '#ffa94d', '#ff922b', '#fd7e14', '#f76707', '#e8590c', '#d9480f']
20
- };
21
- const tintColorLight = '#2f95dc';
22
- const tintColorDark = '#fff';
10
+ import { DEFAULT_COLORS } from "./default-colors.js";
11
+ /**
12
+ * Base theme configuration (without functions)
13
+ * Matches Mantine web structure with React Native-specific adaptations
14
+ */
23
15
  export const _DEFAULT_THEME = {
16
+ // ============================================================================
17
+ // Color System
18
+ // ============================================================================
19
+
20
+ colorScheme: 'light',
21
+ primaryColor: 'blue',
22
+ primaryShade: {
23
+ light: 6,
24
+ dark: 8
25
+ },
26
+ colors: DEFAULT_COLORS,
27
+ white: '#ffffff',
28
+ black: '#000000',
29
+ defaultGradient: {
30
+ from: 'blue',
31
+ to: 'cyan',
32
+ deg: 45
33
+ },
34
+ // ============================================================================
35
+ // Typography
36
+ // ============================================================================
37
+
24
38
  // Font configuration matches Mantine web as closely as possible
25
- // Web: '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji'
39
+ // Web: '-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif'
26
40
  // React Native maps to platform-specific system fonts
27
41
  fontFamily: Platform.select({
28
42
  ios: 'System',
@@ -54,6 +68,7 @@ export const _DEFAULT_THEME = {
54
68
  android: 'Roboto',
55
69
  default: 'System'
56
70
  }),
71
+ // Monospace font
57
72
  // Web: 'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace'
58
73
  fontFamilyMonospace: Platform.select({
59
74
  ios: 'Menlo',
@@ -73,42 +88,91 @@ export const _DEFAULT_THEME = {
73
88
  extrabold: '800',
74
89
  black: '900'
75
90
  },
76
- localColor: '#1F2863',
77
- primaryShade: {
78
- light: 6,
79
- dark: 8
91
+ fontSizes: {
92
+ xs: 12,
93
+ sm: 14,
94
+ md: 16,
95
+ lg: 18,
96
+ xl: 20
80
97
  },
81
- colors: DEFAULT_COLORS,
82
- primaryColor: 'blue',
83
- secondaryColor: 'black',
84
- secondaryBgColor: 'white',
85
- white: '#ffffff',
86
- black: '#000000',
87
- defaultGradient: {
88
- from: 'blue',
89
- to: 'cyan',
90
- deg: 45
98
+ lineHeight: 1.55,
99
+ // Matches Mantine web default
100
+
101
+ // Line heights scale (unitless multipliers)
102
+ // Matches Mantine web line height scale
103
+ lineHeights: {
104
+ xs: 1.4,
105
+ sm: 1.45,
106
+ md: 1.55,
107
+ lg: 1.6,
108
+ xl: 1.65
91
109
  },
92
- light: {
93
- text: '#000',
94
- background: '#fdfdfd',
95
- backgroundSecondary: '#fff',
96
- backgroundThird: '#EFEFEF',
97
- tint: tintColorLight,
98
- tabIconDefault: '#ccc',
99
- tabIconSelected: tintColorLight
110
+ headings: {
111
+ // Headings use bold font family for proper weight rendering on iOS/Android
112
+ fontFamily: Platform.select({
113
+ ios: 'System',
114
+ android: 'Roboto-Bold',
115
+ default: 'System'
116
+ }),
117
+ fontWeight: '700',
118
+ // Matches Mantine web heading weight
119
+ sizes: {
120
+ h1: {
121
+ fontSize: 34,
122
+ lineHeight: 1.3
123
+ },
124
+ h2: {
125
+ fontSize: 26,
126
+ lineHeight: 1.35
127
+ },
128
+ h3: {
129
+ fontSize: 22,
130
+ lineHeight: 1.4
131
+ },
132
+ h4: {
133
+ fontSize: 18,
134
+ lineHeight: 1.45
135
+ },
136
+ h5: {
137
+ fontSize: 16,
138
+ lineHeight: 1.5
139
+ },
140
+ h6: {
141
+ fontSize: 14,
142
+ lineHeight: 1.5
143
+ }
144
+ }
100
145
  },
101
- dark: {
102
- text: '#fff',
103
- background: '#272727',
104
- backgroundSecondary: '#464F61',
105
- backgroundThird: '#272727',
106
- tint: tintColorDark,
107
- tabIconDefault: '#ccc',
108
- tabIconSelected: tintColorDark
146
+ // ============================================================================
147
+ // Spacing & Layout
148
+ // ============================================================================
149
+
150
+ spacing: {
151
+ xs: 10,
152
+ sm: 12,
153
+ md: 16,
154
+ lg: 20,
155
+ xl: 24
109
156
  },
110
- components: {},
111
- other: {},
157
+ radius: {
158
+ xs: 2,
159
+ sm: 4,
160
+ md: 8,
161
+ lg: 16,
162
+ xl: 32
163
+ },
164
+ defaultRadius: 'md',
165
+ breakpoints: {
166
+ xs: 576,
167
+ sm: 768,
168
+ md: 992,
169
+ lg: 1200,
170
+ xl: 1408
171
+ },
172
+ // ============================================================================
173
+ // Visual Effects
174
+ // ============================================================================
175
+
112
176
  shadows: Platform.select({
113
177
  ios: {
114
178
  xs: {
@@ -192,86 +256,38 @@ export const _DEFAULT_THEME = {
192
256
  }
193
257
  }
194
258
  }),
195
- fontSizes: {
196
- xs: 12,
197
- sm: 14,
198
- md: 16,
199
- lg: 18,
200
- xl: 20
201
- },
202
- defaultRadius: 8,
203
- radius: {
204
- xs: 2,
205
- sm: 4,
206
- md: 8,
207
- lg: 16,
208
- xl: 32
209
- },
210
- spacing: {
211
- xs: 10,
212
- sm: 12,
213
- md: 16,
214
- lg: 20,
215
- xl: 24
216
- },
217
- breakpoints: {
218
- xs: 576,
219
- sm: 768,
220
- md: 992,
221
- lg: 1200,
222
- xl: 1408
223
- },
224
- headings: {
225
- // Headings use bold font family for proper weight rendering on iOS/Android
226
- // On Android, using Roboto-Bold ensures proper bold rendering
227
- fontFamily: Platform.select({
228
- ios: 'System',
229
- // San Francisco (equivalent to -apple-system)
230
- android: 'Roboto-Bold',
231
- // Android needs explicit bold font family
232
- default: 'System'
233
- }),
234
- fontWeight: '700',
235
- // Matches Mantine web heading weight
236
- sizes: {
237
- h1: {
238
- fontSize: 34,
239
- lineHeight: 1.3,
240
- fontWeight: undefined
241
- },
242
- h2: {
243
- fontSize: 26,
244
- lineHeight: 1.35,
245
- fontWeight: undefined
246
- },
247
- h3: {
248
- fontSize: 22,
249
- lineHeight: 1.4,
250
- fontWeight: undefined
251
- },
252
- h4: {
253
- fontSize: 18,
254
- lineHeight: 1.45,
255
- fontWeight: undefined
256
- },
257
- h5: {
258
- fontSize: 16,
259
- lineHeight: 1.5,
260
- fontWeight: undefined
261
- },
262
- h6: {
263
- fontSize: 14,
264
- lineHeight: 1.5,
265
- fontWeight: undefined
266
- }
267
- }
268
- },
259
+ // ============================================================================
260
+ // Component Overrides
261
+ // ============================================================================
262
+
263
+ components: {},
264
+ // ============================================================================
265
+ // Custom Values
266
+ // ============================================================================
267
+
268
+ other: {},
269
+ // ============================================================================
270
+ // React Native Specific
271
+ // ============================================================================
272
+
269
273
  window: {
270
274
  width: 375,
271
275
  height: 800
272
276
  },
273
- primaryBgColor: 'white',
274
- primaryTextColor: 'black'
277
+ isIOS: Platform.OS === 'ios',
278
+ OSVersion: Platform.Version,
279
+ // ============================================================================
280
+ // Active Styles (for Pressable components)
281
+ // ============================================================================
282
+
283
+ activeStyles: {
284
+ opacity: 0.8
285
+ }
275
286
  };
287
+
288
+ /**
289
+ * Default Mantine theme with attached helper functions
290
+ * This is the main theme object exported for use
291
+ */
276
292
  export const DEFAULT_THEME = attachFunctions(_DEFAULT_THEME);
277
293
  //# sourceMappingURL=default-theme.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Platform","attachFunctions","DEFAULT_COLORS","dark","gray","red","pink","grape","violet","indigo","blue","cyan","teal","green","lime","yellow","orange","tintColorLight","tintColorDark","_DEFAULT_THEME","fontFamily","select","ios","android","default","fontFamilyBold","fontFamilySemiBold","fontFamilyInput","fontFamilyMonospace","fontWeights","thin","extralight","light","normal","medium","semibold","bold","extrabold","black","localColor","primaryShade","colors","primaryColor","secondaryColor","secondaryBgColor","white","defaultGradient","from","to","deg","text","background","backgroundSecondary","backgroundThird","tint","tabIconDefault","tabIconSelected","components","other","shadows","xs","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","sm","md","lg","xl","elevation","fontSizes","defaultRadius","radius","spacing","breakpoints","headings","fontWeight","sizes","h1","fontSize","lineHeight","undefined","h2","h3","h4","h5","h6","window","primaryBgColor","primaryTextColor","DEFAULT_THEME"],"sourceRoot":"../../../src","sources":["theme/default-theme.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["Platform","attachFunctions","DEFAULT_COLORS","_DEFAULT_THEME","colorScheme","primaryColor","primaryShade","light","dark","colors","white","black","defaultGradient","from","to","deg","fontFamily","select","ios","android","default","fontFamilyBold","fontFamilySemiBold","fontFamilyInput","fontFamilyMonospace","fontWeights","thin","extralight","normal","medium","semibold","bold","extrabold","fontSizes","xs","sm","md","lg","xl","lineHeight","lineHeights","headings","fontWeight","sizes","h1","fontSize","h2","h3","h4","h5","h6","spacing","radius","defaultRadius","breakpoints","shadows","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","components","other","window","isIOS","OS","OSVersion","Version","activeStyles","opacity","DEFAULT_THEME"],"sourceRoot":"../../../src","sources":["theme/default-theme.ts"],"mappings":"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","ignoreList":[]}