@traefik-labs/faency 12.0.7

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 (509) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +160 -0
  3. package/dist/colors/deepBlue.cjs +63 -0
  4. package/dist/colors/deepBlue.cjs.map +1 -0
  5. package/dist/colors/deepBlue.js +63 -0
  6. package/dist/colors/deepBlue.js.map +1 -0
  7. package/dist/colors/elevation.cjs +21 -0
  8. package/dist/colors/elevation.cjs.map +1 -0
  9. package/dist/colors/elevation.js +21 -0
  10. package/dist/colors/elevation.js.map +1 -0
  11. package/dist/colors/grayBlue.cjs +63 -0
  12. package/dist/colors/grayBlue.cjs.map +1 -0
  13. package/dist/colors/grayBlue.js +63 -0
  14. package/dist/colors/grayBlue.js.map +1 -0
  15. package/dist/colors/index.cjs +86 -0
  16. package/dist/colors/index.cjs.map +1 -0
  17. package/dist/colors/index.js +86 -0
  18. package/dist/colors/index.js.map +1 -0
  19. package/dist/colors/neon.cjs +63 -0
  20. package/dist/colors/neon.cjs.map +1 -0
  21. package/dist/colors/neon.js +63 -0
  22. package/dist/colors/neon.js.map +1 -0
  23. package/dist/colors/orange.cjs +63 -0
  24. package/dist/colors/orange.cjs.map +1 -0
  25. package/dist/colors/orange.js +63 -0
  26. package/dist/colors/orange.js.map +1 -0
  27. package/dist/colors/red.cjs +63 -0
  28. package/dist/colors/red.cjs.map +1 -0
  29. package/dist/colors/red.js +63 -0
  30. package/dist/colors/red.js.map +1 -0
  31. package/dist/components/AccessibleIcon/AccessibleIcon.cjs +23 -0
  32. package/dist/components/AccessibleIcon/AccessibleIcon.cjs.map +1 -0
  33. package/dist/components/AccessibleIcon/AccessibleIcon.js +6 -0
  34. package/dist/components/AccessibleIcon/AccessibleIcon.js.map +1 -0
  35. package/dist/components/Accordion/Accordion.cjs +160 -0
  36. package/dist/components/Accordion/Accordion.cjs.map +1 -0
  37. package/dist/components/Accordion/Accordion.js +143 -0
  38. package/dist/components/Accordion/Accordion.js.map +1 -0
  39. package/dist/components/Accordion/Accordion.themes.cjs +21 -0
  40. package/dist/components/Accordion/Accordion.themes.cjs.map +1 -0
  41. package/dist/components/Accordion/Accordion.themes.js +22 -0
  42. package/dist/components/Accordion/Accordion.themes.js.map +1 -0
  43. package/dist/components/Alert/Alert.cjs +40 -0
  44. package/dist/components/Alert/Alert.cjs.map +1 -0
  45. package/dist/components/Alert/Alert.js +40 -0
  46. package/dist/components/Alert/Alert.js.map +1 -0
  47. package/dist/components/AriaTable/AriaTable.cjs +196 -0
  48. package/dist/components/AriaTable/AriaTable.cjs.map +1 -0
  49. package/dist/components/AriaTable/AriaTable.js +196 -0
  50. package/dist/components/AriaTable/AriaTable.js.map +1 -0
  51. package/dist/components/Avatar/Avatar.cjs +174 -0
  52. package/dist/components/Avatar/Avatar.cjs.map +1 -0
  53. package/dist/components/Avatar/Avatar.js +157 -0
  54. package/dist/components/Avatar/Avatar.js.map +1 -0
  55. package/dist/components/Badge/Badge.cjs +137 -0
  56. package/dist/components/Badge/Badge.cjs.map +1 -0
  57. package/dist/components/Badge/Badge.js +137 -0
  58. package/dist/components/Badge/Badge.js.map +1 -0
  59. package/dist/components/Badge/Badge.theme.cjs +13 -0
  60. package/dist/components/Badge/Badge.theme.cjs.map +1 -0
  61. package/dist/components/Badge/Badge.theme.js +13 -0
  62. package/dist/components/Badge/Badge.theme.js.map +1 -0
  63. package/dist/components/Badge/Badge.themes.cjs +15 -0
  64. package/dist/components/Badge/Badge.themes.cjs.map +1 -0
  65. package/dist/components/Badge/Badge.themes.js +16 -0
  66. package/dist/components/Badge/Badge.themes.js.map +1 -0
  67. package/dist/components/Badge/Badge.vanilla.cjs +48 -0
  68. package/dist/components/Badge/Badge.vanilla.cjs.map +1 -0
  69. package/dist/components/Badge/Badge.vanilla.css.cjs +9 -0
  70. package/dist/components/Badge/Badge.vanilla.css.cjs.map +1 -0
  71. package/dist/components/Badge/Badge.vanilla.css.js +9 -0
  72. package/dist/components/Badge/Badge.vanilla.css.js.map +1 -0
  73. package/dist/components/Badge/Badge.vanilla.js +48 -0
  74. package/dist/components/Badge/Badge.vanilla.js.map +1 -0
  75. package/dist/components/Blockquote/Blockquote.cjs +10 -0
  76. package/dist/components/Blockquote/Blockquote.cjs.map +1 -0
  77. package/dist/components/Blockquote/Blockquote.js +10 -0
  78. package/dist/components/Blockquote/Blockquote.js.map +1 -0
  79. package/dist/components/Blockquote/Blockquote.vanilla.cjs +46 -0
  80. package/dist/components/Blockquote/Blockquote.vanilla.cjs.map +1 -0
  81. package/dist/components/Blockquote/Blockquote.vanilla.css.cjs +7 -0
  82. package/dist/components/Blockquote/Blockquote.vanilla.css.cjs.map +1 -0
  83. package/dist/components/Blockquote/Blockquote.vanilla.css.js +7 -0
  84. package/dist/components/Blockquote/Blockquote.vanilla.css.js.map +1 -0
  85. package/dist/components/Blockquote/Blockquote.vanilla.js +46 -0
  86. package/dist/components/Blockquote/Blockquote.vanilla.js.map +1 -0
  87. package/dist/components/Box/Box.cjs +9 -0
  88. package/dist/components/Box/Box.cjs.map +1 -0
  89. package/dist/components/Box/Box.js +9 -0
  90. package/dist/components/Box/Box.js.map +1 -0
  91. package/dist/components/Box/Box.vanilla.cjs +33 -0
  92. package/dist/components/Box/Box.vanilla.cjs.map +1 -0
  93. package/dist/components/Box/Box.vanilla.css.cjs +6 -0
  94. package/dist/components/Box/Box.vanilla.css.cjs.map +1 -0
  95. package/dist/components/Box/Box.vanilla.css.js +6 -0
  96. package/dist/components/Box/Box.vanilla.css.js.map +1 -0
  97. package/dist/components/Box/Box.vanilla.js +33 -0
  98. package/dist/components/Box/Box.vanilla.js.map +1 -0
  99. package/dist/components/Bubble/Bubble.cjs +81 -0
  100. package/dist/components/Bubble/Bubble.cjs.map +1 -0
  101. package/dist/components/Bubble/Bubble.js +81 -0
  102. package/dist/components/Bubble/Bubble.js.map +1 -0
  103. package/dist/components/Button/Button.cjs +295 -0
  104. package/dist/components/Button/Button.cjs.map +1 -0
  105. package/dist/components/Button/Button.js +295 -0
  106. package/dist/components/Button/Button.js.map +1 -0
  107. package/dist/components/Button/Button.themes.cjs +37 -0
  108. package/dist/components/Button/Button.themes.cjs.map +1 -0
  109. package/dist/components/Button/Button.themes.js +38 -0
  110. package/dist/components/Button/Button.themes.js.map +1 -0
  111. package/dist/components/Button/Button.vanilla.cjs +45 -0
  112. package/dist/components/Button/Button.vanilla.cjs.map +1 -0
  113. package/dist/components/Button/Button.vanilla.css.cjs +7 -0
  114. package/dist/components/Button/Button.vanilla.css.cjs.map +1 -0
  115. package/dist/components/Button/Button.vanilla.css.js +7 -0
  116. package/dist/components/Button/Button.vanilla.css.js.map +1 -0
  117. package/dist/components/Button/Button.vanilla.js +45 -0
  118. package/dist/components/Button/Button.vanilla.js.map +1 -0
  119. package/dist/components/ButtonSwitch/ButtonSwitch.cjs +81 -0
  120. package/dist/components/ButtonSwitch/ButtonSwitch.cjs.map +1 -0
  121. package/dist/components/ButtonSwitch/ButtonSwitch.js +64 -0
  122. package/dist/components/ButtonSwitch/ButtonSwitch.js.map +1 -0
  123. package/dist/components/ButtonSwitch/ButtonSwitch.themes.cjs +20 -0
  124. package/dist/components/ButtonSwitch/ButtonSwitch.themes.cjs.map +1 -0
  125. package/dist/components/ButtonSwitch/ButtonSwitch.themes.js +21 -0
  126. package/dist/components/ButtonSwitch/ButtonSwitch.themes.js.map +1 -0
  127. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.cjs +67 -0
  128. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.cjs.map +1 -0
  129. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.css.cjs +8 -0
  130. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.css.cjs.map +1 -0
  131. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.css.js +8 -0
  132. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.css.js.map +1 -0
  133. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.js +50 -0
  134. package/dist/components/ButtonSwitch/ButtonSwitch.vanilla.js.map +1 -0
  135. package/dist/components/Card/Card.cjs +101 -0
  136. package/dist/components/Card/Card.cjs.map +1 -0
  137. package/dist/components/Card/Card.js +101 -0
  138. package/dist/components/Card/Card.js.map +1 -0
  139. package/dist/components/Card/Card.theme.cjs +26 -0
  140. package/dist/components/Card/Card.theme.cjs.map +1 -0
  141. package/dist/components/Card/Card.theme.js +26 -0
  142. package/dist/components/Card/Card.theme.js.map +1 -0
  143. package/dist/components/Card/Card.themes.cjs +29 -0
  144. package/dist/components/Card/Card.themes.cjs.map +1 -0
  145. package/dist/components/Card/Card.themes.js +30 -0
  146. package/dist/components/Card/Card.themes.js.map +1 -0
  147. package/dist/components/Card/Card.vanilla.cjs +41 -0
  148. package/dist/components/Card/Card.vanilla.cjs.map +1 -0
  149. package/dist/components/Card/Card.vanilla.css.cjs +10 -0
  150. package/dist/components/Card/Card.vanilla.css.cjs.map +1 -0
  151. package/dist/components/Card/Card.vanilla.css.js +10 -0
  152. package/dist/components/Card/Card.vanilla.css.js.map +1 -0
  153. package/dist/components/Card/Card.vanilla.js +41 -0
  154. package/dist/components/Card/Card.vanilla.js.map +1 -0
  155. package/dist/components/Checkbox/Checkbox.cjs +115 -0
  156. package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
  157. package/dist/components/Checkbox/Checkbox.js +98 -0
  158. package/dist/components/Checkbox/Checkbox.js.map +1 -0
  159. package/dist/components/Checkbox/Checkbox.themes.cjs +35 -0
  160. package/dist/components/Checkbox/Checkbox.themes.cjs.map +1 -0
  161. package/dist/components/Checkbox/Checkbox.themes.js +36 -0
  162. package/dist/components/Checkbox/Checkbox.themes.js.map +1 -0
  163. package/dist/components/Container/Container.cjs +38 -0
  164. package/dist/components/Container/Container.cjs.map +1 -0
  165. package/dist/components/Container/Container.js +38 -0
  166. package/dist/components/Container/Container.js.map +1 -0
  167. package/dist/components/Container/Container.vanilla.cjs +35 -0
  168. package/dist/components/Container/Container.vanilla.cjs.map +1 -0
  169. package/dist/components/Container/Container.vanilla.css.cjs +9 -0
  170. package/dist/components/Container/Container.vanilla.css.cjs.map +1 -0
  171. package/dist/components/Container/Container.vanilla.css.js +9 -0
  172. package/dist/components/Container/Container.vanilla.css.js.map +1 -0
  173. package/dist/components/Container/Container.vanilla.js +35 -0
  174. package/dist/components/Container/Container.vanilla.js.map +1 -0
  175. package/dist/components/DateTimePicker/DateTimePicker.cjs +283 -0
  176. package/dist/components/DateTimePicker/DateTimePicker.cjs.map +1 -0
  177. package/dist/components/DateTimePicker/DateTimePicker.js +283 -0
  178. package/dist/components/DateTimePicker/DateTimePicker.js.map +1 -0
  179. package/dist/components/DateTimePickerInput/DateTimePickerInput.cjs +154 -0
  180. package/dist/components/DateTimePickerInput/DateTimePickerInput.cjs.map +1 -0
  181. package/dist/components/DateTimePickerInput/DateTimePickerInput.js +154 -0
  182. package/dist/components/DateTimePickerInput/DateTimePickerInput.js.map +1 -0
  183. package/dist/components/Dialog/Dialog.cjs +93 -0
  184. package/dist/components/Dialog/Dialog.cjs.map +1 -0
  185. package/dist/components/Dialog/Dialog.js +76 -0
  186. package/dist/components/Dialog/Dialog.js.map +1 -0
  187. package/dist/components/Dialog/Dialog.themes.cjs +12 -0
  188. package/dist/components/Dialog/Dialog.themes.cjs.map +1 -0
  189. package/dist/components/Dialog/Dialog.themes.js +13 -0
  190. package/dist/components/Dialog/Dialog.themes.js.map +1 -0
  191. package/dist/components/DropdownMenu/DropdownMenu.cjs +69 -0
  192. package/dist/components/DropdownMenu/DropdownMenu.cjs.map +1 -0
  193. package/dist/components/DropdownMenu/DropdownMenu.js +52 -0
  194. package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -0
  195. package/dist/components/DropdownMenu/styles.cjs +55 -0
  196. package/dist/components/DropdownMenu/styles.cjs.map +1 -0
  197. package/dist/components/DropdownMenu/styles.js +55 -0
  198. package/dist/components/DropdownMenu/styles.js.map +1 -0
  199. package/dist/components/Elevation/Elevation.cjs +40 -0
  200. package/dist/components/Elevation/Elevation.cjs.map +1 -0
  201. package/dist/components/Elevation/Elevation.js +40 -0
  202. package/dist/components/Elevation/Elevation.js.map +1 -0
  203. package/dist/components/Elevation/Elevation.vanilla.cjs +28 -0
  204. package/dist/components/Elevation/Elevation.vanilla.cjs.map +1 -0
  205. package/dist/components/Elevation/Elevation.vanilla.css.cjs +7 -0
  206. package/dist/components/Elevation/Elevation.vanilla.css.cjs.map +1 -0
  207. package/dist/components/Elevation/Elevation.vanilla.css.js +7 -0
  208. package/dist/components/Elevation/Elevation.vanilla.css.js.map +1 -0
  209. package/dist/components/Elevation/Elevation.vanilla.js +28 -0
  210. package/dist/components/Elevation/Elevation.vanilla.js.map +1 -0
  211. package/dist/components/FaencyProvider.cjs +7 -0
  212. package/dist/components/FaencyProvider.cjs.map +1 -0
  213. package/dist/components/FaencyProvider.js +7 -0
  214. package/dist/components/FaencyProvider.js.map +1 -0
  215. package/dist/components/Flex/Flex.cjs +120 -0
  216. package/dist/components/Flex/Flex.cjs.map +1 -0
  217. package/dist/components/Flex/Flex.js +120 -0
  218. package/dist/components/Flex/Flex.js.map +1 -0
  219. package/dist/components/Flex/Flex.vanilla.cjs +35 -0
  220. package/dist/components/Flex/Flex.vanilla.cjs.map +1 -0
  221. package/dist/components/Flex/Flex.vanilla.css.cjs +9 -0
  222. package/dist/components/Flex/Flex.vanilla.css.cjs.map +1 -0
  223. package/dist/components/Flex/Flex.vanilla.css.js +9 -0
  224. package/dist/components/Flex/Flex.vanilla.css.js.map +1 -0
  225. package/dist/components/Flex/Flex.vanilla.js +35 -0
  226. package/dist/components/Flex/Flex.vanilla.js.map +1 -0
  227. package/dist/components/Grid/Grid.cjs +160 -0
  228. package/dist/components/Grid/Grid.cjs.map +1 -0
  229. package/dist/components/Grid/Grid.js +160 -0
  230. package/dist/components/Grid/Grid.js.map +1 -0
  231. package/dist/components/Grid/Grid.vanilla.cjs +53 -0
  232. package/dist/components/Grid/Grid.vanilla.cjs.map +1 -0
  233. package/dist/components/Grid/Grid.vanilla.css.cjs +9 -0
  234. package/dist/components/Grid/Grid.vanilla.css.cjs.map +1 -0
  235. package/dist/components/Grid/Grid.vanilla.css.js +9 -0
  236. package/dist/components/Grid/Grid.vanilla.css.js.map +1 -0
  237. package/dist/components/Grid/Grid.vanilla.js +53 -0
  238. package/dist/components/Grid/Grid.vanilla.js.map +1 -0
  239. package/dist/components/Heading/Heading.cjs +61 -0
  240. package/dist/components/Heading/Heading.cjs.map +1 -0
  241. package/dist/components/Heading/Heading.js +61 -0
  242. package/dist/components/Heading/Heading.js.map +1 -0
  243. package/dist/components/Heading/Heading.themes.cjs +13 -0
  244. package/dist/components/Heading/Heading.themes.cjs.map +1 -0
  245. package/dist/components/Heading/Heading.themes.js +14 -0
  246. package/dist/components/Heading/Heading.themes.js.map +1 -0
  247. package/dist/components/IconButton/IconButton.cjs +109 -0
  248. package/dist/components/IconButton/IconButton.cjs.map +1 -0
  249. package/dist/components/IconButton/IconButton.js +109 -0
  250. package/dist/components/IconButton/IconButton.js.map +1 -0
  251. package/dist/components/IconButton/IconButton.themes.cjs +18 -0
  252. package/dist/components/IconButton/IconButton.themes.cjs.map +1 -0
  253. package/dist/components/IconButton/IconButton.themes.js +19 -0
  254. package/dist/components/IconButton/IconButton.themes.js.map +1 -0
  255. package/dist/components/IconButton/IconButton.vanilla.cjs +34 -0
  256. package/dist/components/IconButton/IconButton.vanilla.cjs.map +1 -0
  257. package/dist/components/IconButton/IconButton.vanilla.css.cjs +7 -0
  258. package/dist/components/IconButton/IconButton.vanilla.css.cjs.map +1 -0
  259. package/dist/components/IconButton/IconButton.vanilla.css.js +7 -0
  260. package/dist/components/IconButton/IconButton.vanilla.css.js.map +1 -0
  261. package/dist/components/IconButton/IconButton.vanilla.js +34 -0
  262. package/dist/components/IconButton/IconButton.vanilla.js.map +1 -0
  263. package/dist/components/Image/Image.cjs +10 -0
  264. package/dist/components/Image/Image.cjs.map +1 -0
  265. package/dist/components/Image/Image.js +10 -0
  266. package/dist/components/Image/Image.js.map +1 -0
  267. package/dist/components/Input/Input.cjs +379 -0
  268. package/dist/components/Input/Input.cjs.map +1 -0
  269. package/dist/components/Input/Input.js +379 -0
  270. package/dist/components/Input/Input.js.map +1 -0
  271. package/dist/components/Input/Input.theme.cjs +40 -0
  272. package/dist/components/Input/Input.theme.cjs.map +1 -0
  273. package/dist/components/Input/Input.theme.js +40 -0
  274. package/dist/components/Input/Input.theme.js.map +1 -0
  275. package/dist/components/Input/Input.themes.cjs +29 -0
  276. package/dist/components/Input/Input.themes.cjs.map +1 -0
  277. package/dist/components/Input/Input.themes.js +30 -0
  278. package/dist/components/Input/Input.themes.js.map +1 -0
  279. package/dist/components/Input/Input.vanilla.cjs +56 -0
  280. package/dist/components/Input/Input.vanilla.cjs.map +1 -0
  281. package/dist/components/Input/Input.vanilla.css.cjs +11 -0
  282. package/dist/components/Input/Input.vanilla.css.cjs.map +1 -0
  283. package/dist/components/Input/Input.vanilla.css.js +11 -0
  284. package/dist/components/Input/Input.vanilla.css.js.map +1 -0
  285. package/dist/components/Input/Input.vanilla.js +56 -0
  286. package/dist/components/Input/Input.vanilla.js.map +1 -0
  287. package/dist/components/Label/Label.cjs +36 -0
  288. package/dist/components/Label/Label.cjs.map +1 -0
  289. package/dist/components/Label/Label.js +19 -0
  290. package/dist/components/Label/Label.js.map +1 -0
  291. package/dist/components/Label/Label.vanilla.cjs +50 -0
  292. package/dist/components/Label/Label.vanilla.cjs.map +1 -0
  293. package/dist/components/Label/Label.vanilla.css.cjs +7 -0
  294. package/dist/components/Label/Label.vanilla.css.cjs.map +1 -0
  295. package/dist/components/Label/Label.vanilla.css.js +7 -0
  296. package/dist/components/Label/Label.vanilla.css.js.map +1 -0
  297. package/dist/components/Label/Label.vanilla.js +33 -0
  298. package/dist/components/Label/Label.vanilla.js.map +1 -0
  299. package/dist/components/Link/Link.cjs +88 -0
  300. package/dist/components/Link/Link.cjs.map +1 -0
  301. package/dist/components/Link/Link.js +88 -0
  302. package/dist/components/Link/Link.js.map +1 -0
  303. package/dist/components/Link/Link.themes.cjs +43 -0
  304. package/dist/components/Link/Link.themes.cjs.map +1 -0
  305. package/dist/components/Link/Link.themes.js +44 -0
  306. package/dist/components/Link/Link.themes.js.map +1 -0
  307. package/dist/components/List/List.cjs +169 -0
  308. package/dist/components/List/List.cjs.map +1 -0
  309. package/dist/components/List/List.js +169 -0
  310. package/dist/components/List/List.js.map +1 -0
  311. package/dist/components/List/List.themes.cjs +16 -0
  312. package/dist/components/List/List.themes.cjs.map +1 -0
  313. package/dist/components/List/List.themes.js +17 -0
  314. package/dist/components/List/List.themes.js.map +1 -0
  315. package/dist/components/Navigation/Navigation.cjs +173 -0
  316. package/dist/components/Navigation/Navigation.cjs.map +1 -0
  317. package/dist/components/Navigation/Navigation.js +173 -0
  318. package/dist/components/Navigation/Navigation.js.map +1 -0
  319. package/dist/components/Navigation/Navigation.themes.cjs +35 -0
  320. package/dist/components/Navigation/Navigation.themes.cjs.map +1 -0
  321. package/dist/components/Navigation/Navigation.themes.js +36 -0
  322. package/dist/components/Navigation/Navigation.themes.js.map +1 -0
  323. package/dist/components/NavigationMenu/NavigationMenu.cjs +73 -0
  324. package/dist/components/NavigationMenu/NavigationMenu.cjs.map +1 -0
  325. package/dist/components/NavigationMenu/NavigationMenu.js +56 -0
  326. package/dist/components/NavigationMenu/NavigationMenu.js.map +1 -0
  327. package/dist/components/NavigationTree/NavigationTreeContainer.cjs +24 -0
  328. package/dist/components/NavigationTree/NavigationTreeContainer.cjs.map +1 -0
  329. package/dist/components/NavigationTree/NavigationTreeContainer.js +24 -0
  330. package/dist/components/NavigationTree/NavigationTreeContainer.js.map +1 -0
  331. package/dist/components/NavigationTree/NavigationTreeDrawer.cjs +19 -0
  332. package/dist/components/NavigationTree/NavigationTreeDrawer.cjs.map +1 -0
  333. package/dist/components/NavigationTree/NavigationTreeDrawer.js +19 -0
  334. package/dist/components/NavigationTree/NavigationTreeDrawer.js.map +1 -0
  335. package/dist/components/NavigationTree/NavigationTreeItem.cjs +105 -0
  336. package/dist/components/NavigationTree/NavigationTreeItem.cjs.map +1 -0
  337. package/dist/components/NavigationTree/NavigationTreeItem.js +105 -0
  338. package/dist/components/NavigationTree/NavigationTreeItem.js.map +1 -0
  339. package/dist/components/Overlay.cjs +10 -0
  340. package/dist/components/Overlay.cjs.map +1 -0
  341. package/dist/components/Overlay.js +10 -0
  342. package/dist/components/Overlay.js.map +1 -0
  343. package/dist/components/Panel/Panel.cjs +12 -0
  344. package/dist/components/Panel/Panel.cjs.map +1 -0
  345. package/dist/components/Panel/Panel.js +12 -0
  346. package/dist/components/Panel/Panel.js.map +1 -0
  347. package/dist/components/Panel/Panel.theme.cjs +11 -0
  348. package/dist/components/Panel/Panel.theme.cjs.map +1 -0
  349. package/dist/components/Panel/Panel.theme.js +11 -0
  350. package/dist/components/Panel/Panel.theme.js.map +1 -0
  351. package/dist/components/Panel/Panel.vanilla.cjs +27 -0
  352. package/dist/components/Panel/Panel.vanilla.cjs.map +1 -0
  353. package/dist/components/Panel/Panel.vanilla.css.cjs +6 -0
  354. package/dist/components/Panel/Panel.vanilla.css.cjs.map +1 -0
  355. package/dist/components/Panel/Panel.vanilla.css.js +6 -0
  356. package/dist/components/Panel/Panel.vanilla.css.js.map +1 -0
  357. package/dist/components/Panel/Panel.vanilla.js +27 -0
  358. package/dist/components/Panel/Panel.vanilla.js.map +1 -0
  359. package/dist/components/Paragraph/Paragraph.cjs +34 -0
  360. package/dist/components/Paragraph/Paragraph.cjs.map +1 -0
  361. package/dist/components/Paragraph/Paragraph.js +34 -0
  362. package/dist/components/Paragraph/Paragraph.js.map +1 -0
  363. package/dist/components/Paragraph/Paragraph.vanilla.cjs +34 -0
  364. package/dist/components/Paragraph/Paragraph.vanilla.cjs.map +1 -0
  365. package/dist/components/Paragraph/Paragraph.vanilla.css.cjs +7 -0
  366. package/dist/components/Paragraph/Paragraph.vanilla.css.cjs.map +1 -0
  367. package/dist/components/Paragraph/Paragraph.vanilla.css.js +7 -0
  368. package/dist/components/Paragraph/Paragraph.vanilla.css.js.map +1 -0
  369. package/dist/components/Paragraph/Paragraph.vanilla.js +34 -0
  370. package/dist/components/Paragraph/Paragraph.vanilla.js.map +1 -0
  371. package/dist/components/Popover/Popover.cjs +87 -0
  372. package/dist/components/Popover/Popover.cjs.map +1 -0
  373. package/dist/components/Popover/Popover.js +70 -0
  374. package/dist/components/Popover/Popover.js.map +1 -0
  375. package/dist/components/Radio/Radio.cjs +126 -0
  376. package/dist/components/Radio/Radio.cjs.map +1 -0
  377. package/dist/components/Radio/Radio.js +109 -0
  378. package/dist/components/Radio/Radio.js.map +1 -0
  379. package/dist/components/Radio/Radio.themes.cjs +27 -0
  380. package/dist/components/Radio/Radio.themes.cjs.map +1 -0
  381. package/dist/components/Radio/Radio.themes.js +28 -0
  382. package/dist/components/Radio/Radio.themes.js.map +1 -0
  383. package/dist/components/RadioAccordion/RadioAccordion.cjs +50 -0
  384. package/dist/components/RadioAccordion/RadioAccordion.cjs.map +1 -0
  385. package/dist/components/RadioAccordion/RadioAccordion.js +50 -0
  386. package/dist/components/RadioAccordion/RadioAccordion.js.map +1 -0
  387. package/dist/components/Select/Select.cjs +239 -0
  388. package/dist/components/Select/Select.cjs.map +1 -0
  389. package/dist/components/Select/Select.js +239 -0
  390. package/dist/components/Select/Select.js.map +1 -0
  391. package/dist/components/Select/Select.themes.cjs +24 -0
  392. package/dist/components/Select/Select.themes.cjs.map +1 -0
  393. package/dist/components/Select/Select.themes.js +25 -0
  394. package/dist/components/Select/Select.themes.js.map +1 -0
  395. package/dist/components/SidePanel/SidePanel.cjs +129 -0
  396. package/dist/components/SidePanel/SidePanel.cjs.map +1 -0
  397. package/dist/components/SidePanel/SidePanel.js +112 -0
  398. package/dist/components/SidePanel/SidePanel.js.map +1 -0
  399. package/dist/components/SidePanel/SidePanel.themes.cjs +12 -0
  400. package/dist/components/SidePanel/SidePanel.themes.cjs.map +1 -0
  401. package/dist/components/SidePanel/SidePanel.themes.js +13 -0
  402. package/dist/components/SidePanel/SidePanel.themes.js.map +1 -0
  403. package/dist/components/Skeleton/Skeleton.cjs +66 -0
  404. package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
  405. package/dist/components/Skeleton/Skeleton.js +66 -0
  406. package/dist/components/Skeleton/Skeleton.js.map +1 -0
  407. package/dist/components/Skeleton/Skeleton.themes.cjs +14 -0
  408. package/dist/components/Skeleton/Skeleton.themes.cjs.map +1 -0
  409. package/dist/components/Skeleton/Skeleton.themes.js +15 -0
  410. package/dist/components/Skeleton/Skeleton.themes.js.map +1 -0
  411. package/dist/components/Switch/Switch.cjs +116 -0
  412. package/dist/components/Switch/Switch.cjs.map +1 -0
  413. package/dist/components/Switch/Switch.js +99 -0
  414. package/dist/components/Switch/Switch.js.map +1 -0
  415. package/dist/components/Switch/Switch.themes.cjs +19 -0
  416. package/dist/components/Switch/Switch.themes.cjs.map +1 -0
  417. package/dist/components/Switch/Switch.themes.js +20 -0
  418. package/dist/components/Switch/Switch.themes.js.map +1 -0
  419. package/dist/components/Table/Table.cjs +290 -0
  420. package/dist/components/Table/Table.cjs.map +1 -0
  421. package/dist/components/Table/Table.js +290 -0
  422. package/dist/components/Table/Table.js.map +1 -0
  423. package/dist/components/Table/Table.themes.cjs +33 -0
  424. package/dist/components/Table/Table.themes.cjs.map +1 -0
  425. package/dist/components/Table/Table.themes.js +34 -0
  426. package/dist/components/Table/Table.themes.js.map +1 -0
  427. package/dist/components/Tabs/Tabs.cjs +59 -0
  428. package/dist/components/Tabs/Tabs.cjs.map +1 -0
  429. package/dist/components/Tabs/Tabs.js +42 -0
  430. package/dist/components/Tabs/Tabs.js.map +1 -0
  431. package/dist/components/Text/Text.cjs +129 -0
  432. package/dist/components/Text/Text.cjs.map +1 -0
  433. package/dist/components/Text/Text.js +129 -0
  434. package/dist/components/Text/Text.js.map +1 -0
  435. package/dist/components/Text/Text.themes.cjs +21 -0
  436. package/dist/components/Text/Text.themes.cjs.map +1 -0
  437. package/dist/components/Text/Text.themes.js +22 -0
  438. package/dist/components/Text/Text.themes.js.map +1 -0
  439. package/dist/components/TextField/TextField.cjs +167 -0
  440. package/dist/components/TextField/TextField.cjs.map +1 -0
  441. package/dist/components/TextField/TextField.js +167 -0
  442. package/dist/components/TextField/TextField.js.map +1 -0
  443. package/dist/components/TextField/TextField.vanilla.cjs +168 -0
  444. package/dist/components/TextField/TextField.vanilla.cjs.map +1 -0
  445. package/dist/components/TextField/TextField.vanilla.js +168 -0
  446. package/dist/components/TextField/TextField.vanilla.js.map +1 -0
  447. package/dist/components/Textarea/Textarea.cjs +280 -0
  448. package/dist/components/Textarea/Textarea.cjs.map +1 -0
  449. package/dist/components/Textarea/Textarea.js +280 -0
  450. package/dist/components/Textarea/Textarea.js.map +1 -0
  451. package/dist/components/Textarea/Textarea.theme.cjs +40 -0
  452. package/dist/components/Textarea/Textarea.theme.cjs.map +1 -0
  453. package/dist/components/Textarea/Textarea.theme.js +40 -0
  454. package/dist/components/Textarea/Textarea.theme.js.map +1 -0
  455. package/dist/components/Textarea/Textarea.themes.cjs +29 -0
  456. package/dist/components/Textarea/Textarea.themes.cjs.map +1 -0
  457. package/dist/components/Textarea/Textarea.themes.js +30 -0
  458. package/dist/components/Textarea/Textarea.themes.js.map +1 -0
  459. package/dist/components/Textarea/Textarea.vanilla.cjs +97 -0
  460. package/dist/components/Textarea/Textarea.vanilla.cjs.map +1 -0
  461. package/dist/components/Textarea/Textarea.vanilla.css.cjs +11 -0
  462. package/dist/components/Textarea/Textarea.vanilla.css.cjs.map +1 -0
  463. package/dist/components/Textarea/Textarea.vanilla.css.js +11 -0
  464. package/dist/components/Textarea/Textarea.vanilla.css.js.map +1 -0
  465. package/dist/components/Textarea/Textarea.vanilla.js +97 -0
  466. package/dist/components/Textarea/Textarea.vanilla.js.map +1 -0
  467. package/dist/components/Tooltip/Tooltip.cjs +104 -0
  468. package/dist/components/Tooltip/Tooltip.cjs.map +1 -0
  469. package/dist/components/Tooltip/Tooltip.js +87 -0
  470. package/dist/components/Tooltip/Tooltip.js.map +1 -0
  471. package/dist/components/Tooltip/Tooltip.themes.cjs +14 -0
  472. package/dist/components/Tooltip/Tooltip.themes.cjs.map +1 -0
  473. package/dist/components/Tooltip/Tooltip.themes.js +15 -0
  474. package/dist/components/Tooltip/Tooltip.themes.js.map +1 -0
  475. package/dist/components/VisuallyHidden/VisuallyHidden.cjs +23 -0
  476. package/dist/components/VisuallyHidden/VisuallyHidden.cjs.map +1 -0
  477. package/dist/components/VisuallyHidden/VisuallyHidden.js +6 -0
  478. package/dist/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
  479. package/dist/faency.css +7643 -0
  480. package/dist/index.cjs +239 -0
  481. package/dist/index.cjs.map +1 -0
  482. package/dist/index.d.ts +33642 -0
  483. package/dist/index.js +233 -0
  484. package/dist/index.js.map +1 -0
  485. package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.cjs +109 -0
  486. package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.cjs.map +1 -0
  487. package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +109 -0
  488. package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js.map +1 -0
  489. package/dist/stitches.config.cjs +272 -0
  490. package/dist/stitches.config.cjs.map +1 -0
  491. package/dist/stitches.config.js +272 -0
  492. package/dist/stitches.config.js.map +1 -0
  493. package/dist/styles/cssProps.cjs +315 -0
  494. package/dist/styles/cssProps.cjs.map +1 -0
  495. package/dist/styles/cssProps.js +315 -0
  496. package/dist/styles/cssProps.js.map +1 -0
  497. package/dist/styles/themeContext.cjs +120 -0
  498. package/dist/styles/themeContext.cjs.map +1 -0
  499. package/dist/styles/themeContext.js +120 -0
  500. package/dist/styles/themeContext.js.map +1 -0
  501. package/dist/styles/themes.css.cjs +21 -0
  502. package/dist/styles/themes.css.cjs.map +1 -0
  503. package/dist/styles/themes.css.js +21 -0
  504. package/dist/styles/themes.css.js.map +1 -0
  505. package/dist/utils/getPrimaryColorInfo.cjs +11 -0
  506. package/dist/utils/getPrimaryColorInfo.cjs.map +1 -0
  507. package/dist/utils/getPrimaryColorInfo.js +12 -0
  508. package/dist/utils/getPrimaryColorInfo.js.map +1 -0
  509. package/package.json +184 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2022 Traefik Labs
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,160 @@
1
+ # Traefik Labs Faency
2
+
3
+ This is the React component library and design system for [Traefik Labs](https://traefik.io).
4
+
5
+ Built with React, Typescript, [Stitches](https://github.com/modulz/stitches) and [Radix UI Primitives](https://radix-ui.com/primitives/docs/overview/introduction).
6
+
7
+ ## Demo (Storybook)
8
+
9
+ You can find the Storybook with an example for every component in this library [here](https://traefik.github.io/faency).
10
+
11
+ ## Getting started
12
+
13
+ ### How to use Faency
14
+
15
+ ```sh
16
+ npm install @traefik-labs/faency@next
17
+
18
+ # or
19
+
20
+ yarn add @traefik-labs/faency@next
21
+ ```
22
+
23
+ #### Using Stitches Components (Current)
24
+
25
+ Wire up the FaencyProvider which will hold the context with the Theme configuration:
26
+
27
+ > The provider accepts one parameter besides the `children`, which is the `primaryColor`, that will be used to build the colors used on the Theme. This color can be one of the colors exported by the `Stitches` config, just by adding `$` as a prefix, or can be any string that represents a CSS color.
28
+
29
+ ```jsx
30
+ import { FaencyProvider } from '@traefik-labs/faency';
31
+
32
+ const App = () => <FaencyProvider primaryColor="$blue8">{/* your app */}</FaencyProvider>;
33
+ ```
34
+
35
+ Then you are ready to import components and use them on your project:
36
+
37
+ ```jsx
38
+ import { Flex, styled } from '@traefik-labs/faency';
39
+
40
+ const Container = styled(Flex, {
41
+ padding: '$3',
42
+ bg: '$black', // alias for backgroundColor
43
+ mx: '$2', // alias for margin left and right
44
+ });
45
+
46
+ const MyComponent = () => <Container>{children}</Container>;
47
+ ```
48
+
49
+ #### Using Vanilla Extract Components (New - Recommended)
50
+
51
+ For better performance with static CSS, use the new Vanilla Extract components:
52
+
53
+ 1. Import the CSS file in your app's entry point:
54
+
55
+ ```jsx
56
+ import '@traefik-labs/faency/dist/style.css';
57
+ ```
58
+
59
+ 2. Wrap your app with the VanillaExtractThemeProvider:
60
+
61
+ ```jsx
62
+ import { VanillaExtractThemeProvider } from '@traefik-labs/faency';
63
+ import { BoxVanilla, BadgeVanilla } from '@traefik-labs/faency';
64
+
65
+ const App = () => (
66
+ <VanillaExtractThemeProvider defaultTheme="light" primaryColor="blue">
67
+ <BoxVanilla css={{ p: '$4' }}>
68
+ <BadgeVanilla variant="blue">Hello Faency!</BadgeVanilla>
69
+ </BoxVanilla>
70
+ </VanillaExtractThemeProvider>
71
+ );
72
+ ```
73
+
74
+ > **Note**: Vanilla Extract components use static CSS generated at build time, providing better performance than runtime CSS-in-JS. Components with the `Vanilla` suffix (e.g., `BadgeVanilla`, `BoxVanilla`) require the CSS import above.
75
+
76
+ ## How to contribute
77
+
78
+ - Make sure you have Node 18+, or if you prefer, you can work in a Docker container:
79
+
80
+ ```sh
81
+ docker run -it -v $(pwd):/usr/local/src/ -w /usr/local/src/ -p 3000:3000 node:latest bash
82
+ ```
83
+
84
+ - Install the project dependencies
85
+
86
+ ```sh
87
+ yarn install
88
+ ```
89
+
90
+ - Patch the package
91
+
92
+ Stitches package needs to be patched after the upgrade to TypeScript version 5. You can run this script after installing the dependencies to apply the patch:
93
+
94
+ ```sh
95
+ yarn patch-package
96
+ ```
97
+
98
+ - Run the Storybook
99
+
100
+ ```sh
101
+ yarn storybook
102
+ ```
103
+
104
+ At this point, Storybook should automatically open up in your browser and you can start coding, it has hot reload so it will automatically re-render whenever a change is detected on the code.
105
+
106
+ ### Writing stories
107
+
108
+ We use Stories to demonstrate how components can behave and which variants they can take, so it's expected that every component has a Story.
109
+ Check out how to create stories in the [Storybook Docs](https://storybook.js.org/docs/react/writing-stories/introduction).
110
+
111
+ ### Opening Pull requests
112
+
113
+ [Pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) are always welcome, but if you have a big change that you would like to work on, it's recommended to open an issue, so we can discuss it beforehand.
114
+
115
+ A good PR is small, focuses on a single feature or improvement, and clearly communicates the problem it solves.
116
+
117
+ Try not to include more than one issue in a single PR. It's much easier for us to review multiple small pull requests than one that is large and unwieldy.
118
+
119
+ Note we follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
120
+
121
+ Please follow the provided [PR template](/.github/pull_request_template.md).
122
+
123
+ ### Release process
124
+
125
+ We use [semantic-release/semantic-release](https://github.com/semantic-release/semantic-release) to automagically release any commit on the `master` branch.
126
+
127
+ Recommended conventional commit types:
128
+
129
+ ```json
130
+ ["build", "chore", "ci", "docs", "feat", "fix", "revert", "test"]
131
+ ```
132
+
133
+ - `build`/`chore`: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
134
+ - `ci`: Changes to CI configuration files and scripts (examples: CircleCi, SauceLabs)
135
+ - `docs`: Documentation (comments) only changes
136
+ - `feat`: A new feature
137
+ - `fix`: A bug fix
138
+ - `revert`: Reverts a previous commit
139
+ - `test`: Adding missing tests or correcting existing tests
140
+
141
+ Breaking change syntax:
142
+
143
+ ```text
144
+ <type>!: <description>
145
+ ```
146
+
147
+ Matching between commit type and release
148
+
149
+ ```js
150
+ [
151
+ { breaking: true, release: 'major' },
152
+ // types impacting release version
153
+ { revert: true, release: 'patch' },
154
+ { type: 'feat', release: 'minor' },
155
+ { type: 'fix', release: 'patch' },
156
+ { type: 'perf', release: 'patch' },
157
+ ];
158
+ ```
159
+
160
+ See [semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer#readme) for more information.
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const deepBlue = {
4
+ deepBlue1: "hsl(240, 14.0%, 99.0%)",
5
+ deepBlue2: "hsl(210, 90.0%, 96.1%)",
6
+ deepBlue3: "hsl(210, 67.8%, 94.6%)",
7
+ deepBlue4: "hsl(210, 49.1%, 92.2%)",
8
+ deepBlue5: "hsl(210, 34.8%, 88.1%)",
9
+ deepBlue6: "hsl(209, 24.6%, 81.0%)",
10
+ deepBlue7: "hsl(209, 17.6%, 67.9%)",
11
+ deepBlue8: "hsl(208, 16.0%, 36.0%)",
12
+ deepBlue9: "hsl(208, 24.0%, 27.0%)",
13
+ deepBlue10: "hsl(208, 40.0%, 18.0%)",
14
+ deepBlue11: "hsl(209, 88.0%, 9.0%)",
15
+ deepBlue12: "hsl(208, 89.0%, 7.0%)"
16
+ };
17
+ const deepBlueA = {
18
+ deepBlueA1: "hsl(200, 94.9%, 38.7%, 0.016)",
19
+ deepBlueA2: "hsl(210, 98.6%, 47.7%, 0.075)",
20
+ deepBlueA3: "hsl(212, 97.9%, 41.8%, 0.091)",
21
+ deepBlueA4: "hsl(210, 99.1%, 33.5%, 0.118)",
22
+ deepBlueA5: "hsl(209, 99.5%, 25.7%, 0.161)",
23
+ deepBlueA6: "hsl(209, 98.5%, 19.4%, 0.236)",
24
+ deepBlueA7: "hsl(209, 99.1%, 15.2%, 0.377)",
25
+ deepBlueA8: "hsl(207 99.7% 8.3% / 0.682)",
26
+ deepBlueA9: "hsl(207, 98.6%, 8.2%, 0.797)",
27
+ deepBlueA10: "hsl(208, 98.9%, 8.0%, 0.891)",
28
+ deepBlueA11: "hsl(210, 100%, 7.6%, 0.980)",
29
+ deepBlueA12: "hsl(211, 100%, 5.8%, 0.980)"
30
+ };
31
+ const deepBlueDark = {
32
+ deepBlue1: "hsl(208, 53.0%, 4.0%)",
33
+ deepBlue2: "hsl(209, 88.0%, 7.0%)",
34
+ deepBlue3: "hsl(209, 88.0%, 9.0%)",
35
+ deepBlue4: "hsl(209, 45.6%, 16.0%)",
36
+ deepBlue5: "hsl(209, 44.5%, 17.7%)",
37
+ deepBlue6: "hsl(208, 43.4%, 19.6%)",
38
+ deepBlue7: "hsl(208, 42.2%, 22.6%)",
39
+ deepBlue8: "hsl(208, 40.5%, 29.0%)",
40
+ deepBlue9: "hsl(208, 40.0%, 58.0%)",
41
+ deepBlue10: "hsl(209, 40.0%, 68.0%)",
42
+ deepBlue11: "hsl(209, 40.0%, 78.0%)",
43
+ deepBlue12: "hsl(209, 60.0%, 94.0%)"
44
+ };
45
+ const deepBlueDarkA = {
46
+ deepBlueA1: "hsl(0, 0%, 0%, 0)",
47
+ deepBlueA2: "hsl(216 100% 49.6% / 0.076)",
48
+ deepBlueA3: "hsl(210 100% 50% / 0.113)",
49
+ deepBlueA4: "hsl(210, 99.9%, 69.5%, 0.180)",
50
+ deepBlueA5: "hsl(209, 98.5%, 69.8%, 0.206)",
51
+ deepBlueA6: "hsl(209, 99.1%, 70.0%, 0.235)",
52
+ deepBlueA7: "hsl(208, 99.0%, 70.7%, 0.277)",
53
+ deepBlueA8: "hsl(208, 99.3%, 71.6%, 0.369)",
54
+ deepBlueA9: "hsl(208, 99.6%, 77.7%, 0.733)",
55
+ deepBlueA10: "hsl(210, 100%, 84.5%, 0.795)",
56
+ deepBlueA11: "hsl(208, 99.7%, 90.0%, 0.858)",
57
+ deepBlueA12: "hsl(210, 99.7%, 96.4%, 0.975)"
58
+ };
59
+ exports.deepBlue = deepBlue;
60
+ exports.deepBlueA = deepBlueA;
61
+ exports.deepBlueDark = deepBlueDark;
62
+ exports.deepBlueDarkA = deepBlueDarkA;
63
+ //# sourceMappingURL=deepBlue.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deepBlue.cjs","sources":["../../colors/deepBlue.ts"],"sourcesContent":["export const deepBlue = {\n deepBlue1: 'hsl(240, 14.0%, 99.0%)',\n deepBlue2: 'hsl(210, 90.0%, 96.1%)',\n deepBlue3: 'hsl(210, 67.8%, 94.6%)',\n deepBlue4: 'hsl(210, 49.1%, 92.2%)',\n deepBlue5: 'hsl(210, 34.8%, 88.1%)',\n deepBlue6: 'hsl(209, 24.6%, 81.0%)',\n deepBlue7: 'hsl(209, 17.6%, 67.9%)',\n deepBlue8: 'hsl(208, 16.0%, 36.0%)',\n deepBlue9: 'hsl(208, 24.0%, 27.0%)',\n deepBlue10: 'hsl(208, 40.0%, 18.0%)',\n deepBlue11: 'hsl(209, 88.0%, 9.0%)',\n deepBlue12: 'hsl(208, 89.0%, 7.0%)',\n};\n\nexport const deepBlueA = {\n deepBlueA1: 'hsl(200, 94.9%, 38.7%, 0.016)',\n deepBlueA2: 'hsl(210, 98.6%, 47.7%, 0.075)',\n deepBlueA3: 'hsl(212, 97.9%, 41.8%, 0.091)',\n deepBlueA4: 'hsl(210, 99.1%, 33.5%, 0.118)',\n deepBlueA5: 'hsl(209, 99.5%, 25.7%, 0.161)',\n deepBlueA6: 'hsl(209, 98.5%, 19.4%, 0.236)',\n deepBlueA7: 'hsl(209, 99.1%, 15.2%, 0.377)',\n deepBlueA8: 'hsl(207 99.7% 8.3% / 0.682)',\n deepBlueA9: 'hsl(207, 98.6%, 8.2%, 0.797)',\n deepBlueA10: 'hsl(208, 98.9%, 8.0%, 0.891)',\n deepBlueA11: 'hsl(210, 100%, 7.6%, 0.980)',\n deepBlueA12: 'hsl(211, 100%, 5.8%, 0.980)',\n};\n\nexport const deepBlueDark = {\n deepBlue1: 'hsl(208, 53.0%, 4.0%)',\n deepBlue2: 'hsl(209, 88.0%, 7.0%)',\n deepBlue3: 'hsl(209, 88.0%, 9.0%)',\n deepBlue4: 'hsl(209, 45.6%, 16.0%)',\n deepBlue5: 'hsl(209, 44.5%, 17.7%)',\n deepBlue6: 'hsl(208, 43.4%, 19.6%)',\n deepBlue7: 'hsl(208, 42.2%, 22.6%)',\n deepBlue8: 'hsl(208, 40.5%, 29.0%)',\n deepBlue9: 'hsl(208, 40.0%, 58.0%)',\n deepBlue10: 'hsl(209, 40.0%, 68.0%)',\n deepBlue11: 'hsl(209, 40.0%, 78.0%)',\n deepBlue12: 'hsl(209, 60.0%, 94.0%)',\n};\n\nexport const deepBlueDarkA = {\n deepBlueA1: 'hsl(0, 0%, 0%, 0)',\n deepBlueA2: 'hsl(216 100% 49.6% / 0.076)',\n deepBlueA3: 'hsl(210 100% 50% / 0.113)',\n deepBlueA4: 'hsl(210, 99.9%, 69.5%, 0.180)',\n deepBlueA5: 'hsl(209, 98.5%, 69.8%, 0.206)',\n deepBlueA6: 'hsl(209, 99.1%, 70.0%, 0.235)',\n deepBlueA7: 'hsl(208, 99.0%, 70.7%, 0.277)',\n deepBlueA8: 'hsl(208, 99.3%, 71.6%, 0.369)',\n deepBlueA9: 'hsl(208, 99.6%, 77.7%, 0.733)',\n deepBlueA10: 'hsl(210, 100%, 84.5%, 0.795)',\n deepBlueA11: 'hsl(208, 99.7%, 90.0%, 0.858)',\n deepBlueA12: 'hsl(210, 99.7%, 96.4%, 0.975)',\n};\n"],"names":[],"mappings":";;AAAO,MAAM,WAAW;AAAA,EACtB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AACd;AAEO,MAAM,YAAY;AAAA,EACvB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AACf;AAEO,MAAM,eAAe;AAAA,EAC1B,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AACd;AAEO,MAAM,gBAAgB;AAAA,EAC3B,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AACf;;;;;"}
@@ -0,0 +1,63 @@
1
+ const deepBlue = {
2
+ deepBlue1: "hsl(240, 14.0%, 99.0%)",
3
+ deepBlue2: "hsl(210, 90.0%, 96.1%)",
4
+ deepBlue3: "hsl(210, 67.8%, 94.6%)",
5
+ deepBlue4: "hsl(210, 49.1%, 92.2%)",
6
+ deepBlue5: "hsl(210, 34.8%, 88.1%)",
7
+ deepBlue6: "hsl(209, 24.6%, 81.0%)",
8
+ deepBlue7: "hsl(209, 17.6%, 67.9%)",
9
+ deepBlue8: "hsl(208, 16.0%, 36.0%)",
10
+ deepBlue9: "hsl(208, 24.0%, 27.0%)",
11
+ deepBlue10: "hsl(208, 40.0%, 18.0%)",
12
+ deepBlue11: "hsl(209, 88.0%, 9.0%)",
13
+ deepBlue12: "hsl(208, 89.0%, 7.0%)"
14
+ };
15
+ const deepBlueA = {
16
+ deepBlueA1: "hsl(200, 94.9%, 38.7%, 0.016)",
17
+ deepBlueA2: "hsl(210, 98.6%, 47.7%, 0.075)",
18
+ deepBlueA3: "hsl(212, 97.9%, 41.8%, 0.091)",
19
+ deepBlueA4: "hsl(210, 99.1%, 33.5%, 0.118)",
20
+ deepBlueA5: "hsl(209, 99.5%, 25.7%, 0.161)",
21
+ deepBlueA6: "hsl(209, 98.5%, 19.4%, 0.236)",
22
+ deepBlueA7: "hsl(209, 99.1%, 15.2%, 0.377)",
23
+ deepBlueA8: "hsl(207 99.7% 8.3% / 0.682)",
24
+ deepBlueA9: "hsl(207, 98.6%, 8.2%, 0.797)",
25
+ deepBlueA10: "hsl(208, 98.9%, 8.0%, 0.891)",
26
+ deepBlueA11: "hsl(210, 100%, 7.6%, 0.980)",
27
+ deepBlueA12: "hsl(211, 100%, 5.8%, 0.980)"
28
+ };
29
+ const deepBlueDark = {
30
+ deepBlue1: "hsl(208, 53.0%, 4.0%)",
31
+ deepBlue2: "hsl(209, 88.0%, 7.0%)",
32
+ deepBlue3: "hsl(209, 88.0%, 9.0%)",
33
+ deepBlue4: "hsl(209, 45.6%, 16.0%)",
34
+ deepBlue5: "hsl(209, 44.5%, 17.7%)",
35
+ deepBlue6: "hsl(208, 43.4%, 19.6%)",
36
+ deepBlue7: "hsl(208, 42.2%, 22.6%)",
37
+ deepBlue8: "hsl(208, 40.5%, 29.0%)",
38
+ deepBlue9: "hsl(208, 40.0%, 58.0%)",
39
+ deepBlue10: "hsl(209, 40.0%, 68.0%)",
40
+ deepBlue11: "hsl(209, 40.0%, 78.0%)",
41
+ deepBlue12: "hsl(209, 60.0%, 94.0%)"
42
+ };
43
+ const deepBlueDarkA = {
44
+ deepBlueA1: "hsl(0, 0%, 0%, 0)",
45
+ deepBlueA2: "hsl(216 100% 49.6% / 0.076)",
46
+ deepBlueA3: "hsl(210 100% 50% / 0.113)",
47
+ deepBlueA4: "hsl(210, 99.9%, 69.5%, 0.180)",
48
+ deepBlueA5: "hsl(209, 98.5%, 69.8%, 0.206)",
49
+ deepBlueA6: "hsl(209, 99.1%, 70.0%, 0.235)",
50
+ deepBlueA7: "hsl(208, 99.0%, 70.7%, 0.277)",
51
+ deepBlueA8: "hsl(208, 99.3%, 71.6%, 0.369)",
52
+ deepBlueA9: "hsl(208, 99.6%, 77.7%, 0.733)",
53
+ deepBlueA10: "hsl(210, 100%, 84.5%, 0.795)",
54
+ deepBlueA11: "hsl(208, 99.7%, 90.0%, 0.858)",
55
+ deepBlueA12: "hsl(210, 99.7%, 96.4%, 0.975)"
56
+ };
57
+ export {
58
+ deepBlue,
59
+ deepBlueA,
60
+ deepBlueDark,
61
+ deepBlueDarkA
62
+ };
63
+ //# sourceMappingURL=deepBlue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deepBlue.js","sources":["../../colors/deepBlue.ts"],"sourcesContent":["export const deepBlue = {\n deepBlue1: 'hsl(240, 14.0%, 99.0%)',\n deepBlue2: 'hsl(210, 90.0%, 96.1%)',\n deepBlue3: 'hsl(210, 67.8%, 94.6%)',\n deepBlue4: 'hsl(210, 49.1%, 92.2%)',\n deepBlue5: 'hsl(210, 34.8%, 88.1%)',\n deepBlue6: 'hsl(209, 24.6%, 81.0%)',\n deepBlue7: 'hsl(209, 17.6%, 67.9%)',\n deepBlue8: 'hsl(208, 16.0%, 36.0%)',\n deepBlue9: 'hsl(208, 24.0%, 27.0%)',\n deepBlue10: 'hsl(208, 40.0%, 18.0%)',\n deepBlue11: 'hsl(209, 88.0%, 9.0%)',\n deepBlue12: 'hsl(208, 89.0%, 7.0%)',\n};\n\nexport const deepBlueA = {\n deepBlueA1: 'hsl(200, 94.9%, 38.7%, 0.016)',\n deepBlueA2: 'hsl(210, 98.6%, 47.7%, 0.075)',\n deepBlueA3: 'hsl(212, 97.9%, 41.8%, 0.091)',\n deepBlueA4: 'hsl(210, 99.1%, 33.5%, 0.118)',\n deepBlueA5: 'hsl(209, 99.5%, 25.7%, 0.161)',\n deepBlueA6: 'hsl(209, 98.5%, 19.4%, 0.236)',\n deepBlueA7: 'hsl(209, 99.1%, 15.2%, 0.377)',\n deepBlueA8: 'hsl(207 99.7% 8.3% / 0.682)',\n deepBlueA9: 'hsl(207, 98.6%, 8.2%, 0.797)',\n deepBlueA10: 'hsl(208, 98.9%, 8.0%, 0.891)',\n deepBlueA11: 'hsl(210, 100%, 7.6%, 0.980)',\n deepBlueA12: 'hsl(211, 100%, 5.8%, 0.980)',\n};\n\nexport const deepBlueDark = {\n deepBlue1: 'hsl(208, 53.0%, 4.0%)',\n deepBlue2: 'hsl(209, 88.0%, 7.0%)',\n deepBlue3: 'hsl(209, 88.0%, 9.0%)',\n deepBlue4: 'hsl(209, 45.6%, 16.0%)',\n deepBlue5: 'hsl(209, 44.5%, 17.7%)',\n deepBlue6: 'hsl(208, 43.4%, 19.6%)',\n deepBlue7: 'hsl(208, 42.2%, 22.6%)',\n deepBlue8: 'hsl(208, 40.5%, 29.0%)',\n deepBlue9: 'hsl(208, 40.0%, 58.0%)',\n deepBlue10: 'hsl(209, 40.0%, 68.0%)',\n deepBlue11: 'hsl(209, 40.0%, 78.0%)',\n deepBlue12: 'hsl(209, 60.0%, 94.0%)',\n};\n\nexport const deepBlueDarkA = {\n deepBlueA1: 'hsl(0, 0%, 0%, 0)',\n deepBlueA2: 'hsl(216 100% 49.6% / 0.076)',\n deepBlueA3: 'hsl(210 100% 50% / 0.113)',\n deepBlueA4: 'hsl(210, 99.9%, 69.5%, 0.180)',\n deepBlueA5: 'hsl(209, 98.5%, 69.8%, 0.206)',\n deepBlueA6: 'hsl(209, 99.1%, 70.0%, 0.235)',\n deepBlueA7: 'hsl(208, 99.0%, 70.7%, 0.277)',\n deepBlueA8: 'hsl(208, 99.3%, 71.6%, 0.369)',\n deepBlueA9: 'hsl(208, 99.6%, 77.7%, 0.733)',\n deepBlueA10: 'hsl(210, 100%, 84.5%, 0.795)',\n deepBlueA11: 'hsl(208, 99.7%, 90.0%, 0.858)',\n deepBlueA12: 'hsl(210, 99.7%, 96.4%, 0.975)',\n};\n"],"names":[],"mappings":"AAAO,MAAM,WAAW;AAAA,EACtB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AACd;AAEO,MAAM,YAAY;AAAA,EACvB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AACf;AAEO,MAAM,eAAe;AAAA,EAC1B,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AACd;AAEO,MAAM,gBAAgB;AAAA,EAC3B,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AACf;"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const elevation = {
4
+ "00dp": "hsl(240, 4%, 95%)",
5
+ "01dp": "hsl(0, 0%, 99%)",
6
+ "02dp": "hsl(0, 0%, 99%)",
7
+ "03dp": "hsl(0, 0%, 99%)",
8
+ "04dp": "hsl(0, 0%, 99%)",
9
+ "05dp": "hsl(0, 0%, 99%)"
10
+ };
11
+ const elevationDark = {
12
+ "00dp": "hsl(210, 68%, 9%)",
13
+ "01dp": "hsl(208, 37%, 15%)",
14
+ "02dp": "hsl(207, 32%, 17%)",
15
+ "03dp": "hsl(209, 28%, 19%)",
16
+ "04dp": "hsl(209, 23%, 21%)",
17
+ "05dp": "hsl(209, 21%, 23%)"
18
+ };
19
+ exports.elevation = elevation;
20
+ exports.elevationDark = elevationDark;
21
+ //# sourceMappingURL=elevation.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elevation.cjs","sources":["../../colors/elevation.ts"],"sourcesContent":["export const elevation = {\n '00dp': 'hsl(240, 4%, 95%)',\n '01dp': 'hsl(0, 0%, 99%)',\n '02dp': 'hsl(0, 0%, 99%)',\n '03dp': 'hsl(0, 0%, 99%)',\n '04dp': 'hsl(0, 0%, 99%)',\n '05dp': 'hsl(0, 0%, 99%)',\n};\n\nexport const elevationDark = {\n '00dp': 'hsl(210, 68%, 9%)',\n '01dp': 'hsl(208, 37%, 15%)',\n '02dp': 'hsl(207, 32%, 17%)',\n '03dp': 'hsl(209, 28%, 19%)',\n '04dp': 'hsl(209, 23%, 21%)',\n '05dp': 'hsl(209, 21%, 23%)',\n};\n"],"names":[],"mappings":";;AAAO,MAAM,YAAY;AAAA,EACvB,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AACV;AAEO,MAAM,gBAAgB;AAAA,EAC3B,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AACV;;;"}
@@ -0,0 +1,21 @@
1
+ const elevation = {
2
+ "00dp": "hsl(240, 4%, 95%)",
3
+ "01dp": "hsl(0, 0%, 99%)",
4
+ "02dp": "hsl(0, 0%, 99%)",
5
+ "03dp": "hsl(0, 0%, 99%)",
6
+ "04dp": "hsl(0, 0%, 99%)",
7
+ "05dp": "hsl(0, 0%, 99%)"
8
+ };
9
+ const elevationDark = {
10
+ "00dp": "hsl(210, 68%, 9%)",
11
+ "01dp": "hsl(208, 37%, 15%)",
12
+ "02dp": "hsl(207, 32%, 17%)",
13
+ "03dp": "hsl(209, 28%, 19%)",
14
+ "04dp": "hsl(209, 23%, 21%)",
15
+ "05dp": "hsl(209, 21%, 23%)"
16
+ };
17
+ export {
18
+ elevation,
19
+ elevationDark
20
+ };
21
+ //# sourceMappingURL=elevation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elevation.js","sources":["../../colors/elevation.ts"],"sourcesContent":["export const elevation = {\n '00dp': 'hsl(240, 4%, 95%)',\n '01dp': 'hsl(0, 0%, 99%)',\n '02dp': 'hsl(0, 0%, 99%)',\n '03dp': 'hsl(0, 0%, 99%)',\n '04dp': 'hsl(0, 0%, 99%)',\n '05dp': 'hsl(0, 0%, 99%)',\n};\n\nexport const elevationDark = {\n '00dp': 'hsl(210, 68%, 9%)',\n '01dp': 'hsl(208, 37%, 15%)',\n '02dp': 'hsl(207, 32%, 17%)',\n '03dp': 'hsl(209, 28%, 19%)',\n '04dp': 'hsl(209, 23%, 21%)',\n '05dp': 'hsl(209, 21%, 23%)',\n};\n"],"names":[],"mappings":"AAAO,MAAM,YAAY;AAAA,EACvB,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AACV;AAEO,MAAM,gBAAgB;AAAA,EAC3B,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AACV;"}
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const grayBlue = {
4
+ grayBlue1: "hsl(208 9.0% 99.0%)",
5
+ grayBlue2: "hsl(210 10.0% 96.1%)",
6
+ grayBlue3: "hsl(210 9.9% 95.7%)",
7
+ grayBlue4: "hsl(210 9.8% 94.9%)",
8
+ grayBlue5: "hsl(210 9.7% 93.1%)",
9
+ grayBlue6: "hsl(210 9.6% 89.8%)",
10
+ grayBlue7: "hsl(210 9.4% 83.2%)",
11
+ grayBlue8: "hsl(208, 9.0%, 80.0%)",
12
+ grayBlue9: "hsl(208, 9.0%, 73.0%)",
13
+ grayBlue10: "hsl(208 9.0% 53.0%)",
14
+ grayBlue11: "hsl(208 9.0% 33.0%)",
15
+ grayBlue12: "hsl(208 9.0% 13.0%)"
16
+ };
17
+ const grayBlueA = {
18
+ grayBlueA1: "hsl(240 89.3% 18.3% / 0.012)",
19
+ grayBlueA2: "hsl(182 89% 7.1% / 0.032)",
20
+ grayBlueA3: "hsl(210 80.6% 10.1% / 0.048)",
21
+ grayBlueA4: "hsl(210 97.6% 7.3% / 0.055)",
22
+ grayBlueA5: "hsl(220 92.3% 8.5% / 0.075)",
23
+ grayBlueA6: "hsl(204 97.3% 8.8% / 0.114)",
24
+ grayBlueA7: "hsl(210 95.8% 8.9% / 0.185)",
25
+ grayBlueA8: "hsl(207 96.4% 8.9% / 0.211)",
26
+ grayBlueA9: "hsl(205 96.4% 8.3% / 0.295)",
27
+ grayBlueA10: "hsl(207 99.4% 8.4% / 0.514)",
28
+ grayBlueA11: "hsl(208 96.8% 4.3% / 0.699)",
29
+ grayBlueA12: "hsl(210 94.8% 1.4% / 0.883)"
30
+ };
31
+ const grayBlueDark = {
32
+ grayBlue1: "hsl(209 40.0% 2.0%)",
33
+ grayBlue2: "hsl(210 40.0% 3.9%)",
34
+ grayBlue3: "hsl(209 38.1% 4.8%)",
35
+ grayBlue4: "hsl(208 35.4% 5.8%)",
36
+ grayBlue5: "hsl(208 32.4% 6.9%)",
37
+ grayBlue6: "hsl(209 31.0% 8.2%)",
38
+ grayBlue7: "hsl(209, 38.0%, 12.0%)",
39
+ grayBlue8: "hsl(209, 38.0%, 25.0%)",
40
+ grayBlue9: "hsl(208, 11.0%, 45.0%)",
41
+ grayBlue10: "hsl(208 11.0% 68.0%)",
42
+ grayBlue11: "hsl(208 11.0% 78.0%)",
43
+ grayBlue12: "hsl(208 11.0% 88.0%)"
44
+ };
45
+ const grayBlueDarkA = {
46
+ grayBlueA1: "hsl(0 0% 0% / 0)",
47
+ grayBlueA2: "hsl(210 91.5% 69.6% / 0.029)",
48
+ grayBlueA3: "hsl(216 93.9% 73.7% / 0.041)",
49
+ grayBlueA4: "hsl(210 95.6% 76.0% / 0.053)",
50
+ grayBlueA5: "hsl(206 96.8% 77.4% / 0.065)",
51
+ grayBlueA6: "hsl(207 98.1% 77% / 0.081)",
52
+ grayBlueA7: "hsl(208 97.8% 72.4% / 0.142)",
53
+ grayBlueA8: "hsl(209 99.6% 72.7% / 0.327)",
54
+ grayBlueA9: "hsl(206 99.7% 90.7% / 0.484)",
55
+ grayBlueA10: "hsl(206 99.0% 95.3% / 0.706)",
56
+ grayBlueA11: "hsl(210 97.4% 97.2% / 0.799)",
57
+ grayBlueA12: "hsl(205 93.8% 98.5% / 0.892)"
58
+ };
59
+ exports.grayBlue = grayBlue;
60
+ exports.grayBlueA = grayBlueA;
61
+ exports.grayBlueDark = grayBlueDark;
62
+ exports.grayBlueDarkA = grayBlueDarkA;
63
+ //# sourceMappingURL=grayBlue.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grayBlue.cjs","sources":["../../colors/grayBlue.ts"],"sourcesContent":["export const grayBlue = {\n grayBlue1: 'hsl(208 9.0% 99.0%)',\n grayBlue2: 'hsl(210 10.0% 96.1%)',\n grayBlue3: 'hsl(210 9.9% 95.7%)',\n grayBlue4: 'hsl(210 9.8% 94.9%)',\n grayBlue5: 'hsl(210 9.7% 93.1%)',\n grayBlue6: 'hsl(210 9.6% 89.8%)',\n grayBlue7: 'hsl(210 9.4% 83.2%)',\n grayBlue8: 'hsl(208, 9.0%, 80.0%)',\n grayBlue9: 'hsl(208, 9.0%, 73.0%)',\n grayBlue10: 'hsl(208 9.0% 53.0%)',\n grayBlue11: 'hsl(208 9.0% 33.0%)',\n grayBlue12: 'hsl(208 9.0% 13.0%)',\n};\n\nexport const grayBlueA = {\n grayBlueA1: 'hsl(240 89.3% 18.3% / 0.012)',\n grayBlueA2: 'hsl(182 89% 7.1% / 0.032)',\n grayBlueA3: 'hsl(210 80.6% 10.1% / 0.048)',\n grayBlueA4: 'hsl(210 97.6% 7.3% / 0.055)',\n grayBlueA5: 'hsl(220 92.3% 8.5% / 0.075)',\n grayBlueA6: 'hsl(204 97.3% 8.8% / 0.114)',\n grayBlueA7: 'hsl(210 95.8% 8.9% / 0.185)',\n grayBlueA8: 'hsl(207 96.4% 8.9% / 0.211)',\n grayBlueA9: 'hsl(205 96.4% 8.3% / 0.295)',\n grayBlueA10: 'hsl(207 99.4% 8.4% / 0.514)',\n grayBlueA11: 'hsl(208 96.8% 4.3% / 0.699)',\n grayBlueA12: 'hsl(210 94.8% 1.4% / 0.883)',\n};\n\nexport const grayBlueDark = {\n grayBlue1: 'hsl(209 40.0% 2.0%)',\n grayBlue2: 'hsl(210 40.0% 3.9%)',\n grayBlue3: 'hsl(209 38.1% 4.8%)',\n grayBlue4: 'hsl(208 35.4% 5.8%)',\n grayBlue5: 'hsl(208 32.4% 6.9%)',\n grayBlue6: 'hsl(209 31.0% 8.2%)',\n grayBlue7: 'hsl(209, 38.0%, 12.0%)',\n grayBlue8: 'hsl(209, 38.0%, 25.0%)',\n grayBlue9: 'hsl(208, 11.0%, 45.0%)',\n grayBlue10: 'hsl(208 11.0% 68.0%)',\n grayBlue11: 'hsl(208 11.0% 78.0%)',\n grayBlue12: 'hsl(208 11.0% 88.0%)',\n};\n\nexport const grayBlueDarkA = {\n grayBlueA1: 'hsl(0 0% 0% / 0)',\n grayBlueA2: 'hsl(210 91.5% 69.6% / 0.029)',\n grayBlueA3: 'hsl(216 93.9% 73.7% / 0.041)',\n grayBlueA4: 'hsl(210 95.6% 76.0% / 0.053)',\n grayBlueA5: 'hsl(206 96.8% 77.4% / 0.065)',\n grayBlueA6: 'hsl(207 98.1% 77% / 0.081)',\n grayBlueA7: 'hsl(208 97.8% 72.4% / 0.142)',\n grayBlueA8: 'hsl(209 99.6% 72.7% / 0.327)',\n grayBlueA9: 'hsl(206 99.7% 90.7% / 0.484)',\n grayBlueA10: 'hsl(206 99.0% 95.3% / 0.706)',\n grayBlueA11: 'hsl(210 97.4% 97.2% / 0.799)',\n grayBlueA12: 'hsl(205 93.8% 98.5% / 0.892)',\n};\n"],"names":[],"mappings":";;AAAO,MAAM,WAAW;AAAA,EACtB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AACd;AAEO,MAAM,YAAY;AAAA,EACvB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AACf;AAEO,MAAM,eAAe;AAAA,EAC1B,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AACd;AAEO,MAAM,gBAAgB;AAAA,EAC3B,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AACf;;;;;"}