@akad/design-system 0.2.0-beta.9 → 1.0.0-alpha.2

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 (383) hide show
  1. package/css/core.css +1 -0
  2. package/css/package.json +9 -1
  3. package/css/theme-aon.css +1 -0
  4. package/css/theme-bees.css +1 -0
  5. package/css/theme-bmc.css +1 -0
  6. package/css/theme-default.css +1 -0
  7. package/css/theme-linker.css +1 -0
  8. package/css/theme-oggi.css +1 -0
  9. package/css/theme-streetgo.css +1 -0
  10. package/package.json +1 -1
  11. package/react/package.json +1 -1
  12. package/react/react-lib.js +2717 -2911
  13. package/react/react-lib.umd.cjs +5 -5
  14. package/react/src/components/atoms/Button/Button.config.d.ts +106 -0
  15. package/react/{components → src/components}/atoms/Button/Button.d.ts +11 -7
  16. package/react/{components → src/components}/atoms/Button/Button.stories.d.ts +5 -5
  17. package/react/src/components/atoms/Button/index.d.ts +4 -0
  18. package/react/src/components/atoms/Caption/Caption.config.d.ts +6 -0
  19. package/react/{components → src/components}/atoms/Caption/Caption.stories.d.ts +2 -2
  20. package/react/src/components/atoms/Caption/index.d.ts +4 -0
  21. package/react/src/components/atoms/Card/Card.config.d.ts +92 -0
  22. package/react/{components → src/components}/atoms/Card/Card.d.ts +8 -4
  23. package/react/{components → src/components}/atoms/Card/Card.stories.d.ts +4 -4
  24. package/react/src/components/atoms/Card/index.d.ts +4 -0
  25. package/react/{components → src/components}/atoms/Checkbox/Checkbox.config.d.ts +18 -18
  26. package/react/src/components/atoms/Checkbox/Checkbox.stories.d.ts +23 -0
  27. package/react/src/components/atoms/Checkbox/index.d.ts +4 -0
  28. package/react/src/components/atoms/Heading/Heading.config.d.ts +22 -0
  29. package/react/src/components/atoms/Heading/Heading.stories.d.ts +48 -0
  30. package/react/src/components/atoms/Heading/index.d.ts +4 -0
  31. package/react/src/components/atoms/HorizontalRule/HorizontalRule.config.d.ts +30 -0
  32. package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.d.ts +2 -2
  33. package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.stories.d.ts +2 -2
  34. package/react/src/components/atoms/HorizontalRule/index.d.ts +4 -0
  35. package/react/src/components/atoms/Icon/Icon.config.d.ts +125 -0
  36. package/react/{components → src/components}/atoms/Icon/Icon.d.ts +4 -4
  37. package/react/src/components/atoms/Icon/Icon.stories.d.ts +19 -0
  38. package/react/src/components/atoms/Icon/index.d.ts +4 -0
  39. package/react/src/components/atoms/Input/Input.config.d.ts +146 -0
  40. package/react/{components → src/components}/atoms/Input/Input.stories.d.ts +4 -4
  41. package/react/src/components/atoms/Input/index.d.ts +4 -0
  42. package/react/src/components/atoms/Loading/Loading.config.d.ts +52 -0
  43. package/react/{components → src/components}/atoms/Loading/Loading.d.ts +1 -1
  44. package/react/{components → src/components}/atoms/Loading/Loading.stories.d.ts +2 -2
  45. package/react/src/components/atoms/Loading/index.d.ts +4 -0
  46. package/react/src/components/atoms/Option/Option.config.d.ts +53 -0
  47. package/react/{components → src/components}/atoms/Option/Option.stories.d.ts +2 -2
  48. package/react/src/components/atoms/Option/index.d.ts +4 -0
  49. package/react/src/components/atoms/Paragraph/Paragraph.config.d.ts +19 -0
  50. package/react/src/components/atoms/Paragraph/Paragraph.stories.d.ts +21 -0
  51. package/react/src/components/atoms/Paragraph/index.d.ts +4 -0
  52. package/react/src/components/atoms/Progress/Progress.config.d.ts +30 -0
  53. package/react/{components → src/components}/atoms/Progress/Progress.stories.d.ts +2 -2
  54. package/react/src/components/atoms/Progress/index.d.ts +4 -0
  55. package/react/src/components/atoms/Select/Select.config.d.ts +121 -0
  56. package/react/{components → src/components}/atoms/Select/Select.stories.d.ts +6 -6
  57. package/react/src/components/atoms/Select/index.d.ts +4 -0
  58. package/react/src/components/atoms/Subtitle/Subtitle.config.d.ts +18 -0
  59. package/react/src/components/atoms/Subtitle/Subtitle.stories.d.ts +23 -0
  60. package/react/src/components/atoms/Subtitle/index.d.ts +4 -0
  61. package/react/src/components/atoms/TextArea/TextArea.config.d.ts +128 -0
  62. package/react/{components → src/components}/atoms/TextArea/TextArea.d.ts +0 -1
  63. package/react/{components → src/components}/atoms/TextArea/TextArea.stories.d.ts +5 -5
  64. package/react/src/components/atoms/TextArea/index.d.ts +4 -0
  65. package/react/src/components/atoms/Tooltip/Tooltip.config.d.ts +41 -0
  66. package/react/{components → src/components}/atoms/Tooltip/Tooltip.d.ts +4 -2
  67. package/react/src/components/atoms/Tooltip/Tooltip.stories.d.ts +46 -0
  68. package/react/src/components/atoms/Tooltip/index.d.ts +4 -0
  69. package/react/src/components/bosons/Container/Container.config.d.ts +18 -0
  70. package/react/{components → src/components}/bosons/Container/Container.stories.d.ts +3 -3
  71. package/react/src/components/bosons/Container/index.d.ts +4 -0
  72. package/react/{components → src/components}/bosons/FlexLayout/FlexElement.config.d.ts +2 -2
  73. package/react/src/components/bosons/FlexLayout/FlexLayout.config.d.ts +95 -0
  74. package/react/src/components/bosons/FlexLayout/FlexLayout.stories.d.ts +20 -0
  75. package/react/src/components/bosons/FlexLayout/index.d.ts +8 -0
  76. package/react/{components → src/components}/bosons/GridLayout/GridElement.config.d.ts +2 -2
  77. package/react/{components → src/components}/bosons/GridLayout/GridElement.d.ts +6 -1
  78. package/react/src/components/bosons/GridLayout/GridLayout.config.d.ts +80 -0
  79. package/react/{components → src/components}/bosons/GridLayout/GridLayout.d.ts +3 -3
  80. package/react/{components → src/components}/bosons/GridLayout/GridLayout.stories.d.ts +3 -3
  81. package/react/src/components/bosons/GridLayout/index.d.ts +8 -0
  82. package/react/src/components/bosons/Spacer/Spacer.config.d.ts +24 -0
  83. package/react/{components → src/components}/bosons/Spacer/Spacer.stories.d.ts +4 -4
  84. package/react/src/components/bosons/Spacer/index.d.ts +4 -0
  85. package/react/src/components/bosons/Wrapper/Wrapper.config.d.ts +27 -0
  86. package/react/{components → src/components}/bosons/Wrapper/Wrapper.stories.d.ts +3 -3
  87. package/react/src/components/bosons/Wrapper/index.d.ts +4 -0
  88. package/react/src/components/index.d.ts +37 -0
  89. package/react/src/components/molecules/Accordion/Accordion.config.d.ts +31 -0
  90. package/react/{components → src/components}/molecules/Accordion/Accordion.d.ts +2 -2
  91. package/react/src/components/molecules/Accordion/Accordion.stories.d.ts +9 -0
  92. package/react/src/components/molecules/Accordion/AccordionItem.config.d.ts +28 -0
  93. package/react/{components → src/components}/molecules/Accordion/AccordionItem.d.ts +7 -1
  94. package/react/src/components/molecules/Accordion/index.d.ts +8 -0
  95. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.config.d.ts +2 -2
  96. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.stories.d.ts +2 -2
  97. package/react/src/components/molecules/ActiveTags/index.d.ts +4 -0
  98. package/react/{components → src/components}/molecules/Carousel/Carousel.config.d.ts +2 -2
  99. package/react/src/components/molecules/Carousel/index.d.ts +4 -0
  100. package/react/src/components/molecules/EditableSelect/EditableSelect.config.d.ts +104 -0
  101. package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.d.ts +2 -2
  102. package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.stories.d.ts +3 -3
  103. package/react/src/components/molecules/EditableSelect/index.d.ts +4 -0
  104. package/react/{components → src/components}/molecules/Indicator/Indicator.config.d.ts +3 -3
  105. package/react/{components → src/components}/molecules/Indicator/Indicator.stories.d.ts +2 -2
  106. package/react/src/components/molecules/Indicator/index.d.ts +4 -0
  107. package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.config.d.ts +3 -3
  108. package/react/src/components/molecules/InlineEditable/InlineEditable.stories.d.ts +17 -0
  109. package/react/src/components/molecules/InlineEditable/index.d.ts +4 -0
  110. package/react/src/components/molecules/Modal/Modal.config.d.ts +44 -0
  111. package/react/{components → src/components}/molecules/Modal/Modal.d.ts +3 -3
  112. package/react/{components → src/components}/molecules/Modal/Modal.stories.d.ts +7 -7
  113. package/react/src/components/molecules/Modal/index.d.ts +4 -0
  114. package/react/{components → src/components}/molecules/Notification/Notification.config.d.ts +13 -32
  115. package/react/src/components/molecules/Notification/Notification.d.ts +22 -0
  116. package/react/src/components/molecules/Notification/Notification.stories.d.ts +95 -0
  117. package/react/src/components/molecules/Notification/index.d.ts +4 -0
  118. package/react/src/components/molecules/PasswordConfirmation/PasswordConfirmation.config.d.ts +32 -0
  119. package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmation.stories.d.ts +4 -4
  120. package/react/src/components/molecules/PasswordConfirmation/index.d.ts +4 -0
  121. package/react/{components → src/components}/molecules/Stepper/Stepper.config.d.ts +2 -2
  122. package/react/{components → src/components}/molecules/Stepper/Stepper.d.ts +7 -2
  123. package/react/{components → src/components}/molecules/Stepper/Stepper.stories.d.ts +2 -2
  124. package/react/src/components/molecules/Stepper/index.d.ts +4 -0
  125. package/react/{components/molecules/Table/Table.types.d.ts → src/components/molecules/Table/Table.config.d.ts} +23 -0
  126. package/react/{components → src/components}/molecules/Table/Table.d.ts +1 -1
  127. package/react/src/components/molecules/Table/Table.stories.d.ts +12 -0
  128. package/react/{components → src/components}/molecules/Table/TableRow.d.ts +1 -1
  129. package/react/{components → src/components}/molecules/Table/dataTable.mock.d.ts +1 -1
  130. package/react/src/components/molecules/Table/index.d.ts +4 -0
  131. package/react/{components → src/components}/molecules/Tabs/Tab.d.ts +1 -1
  132. package/react/src/components/molecules/Tabs/Tabs.config.d.ts +44 -0
  133. package/react/{components → src/components}/molecules/Tabs/Tabs.d.ts +11 -1
  134. package/react/{components → src/components}/molecules/Tabs/Tabs.stories.d.ts +3 -3
  135. package/react/src/components/molecules/Tabs/index.d.ts +4 -0
  136. package/react/src/components/molecules/ThemeProvider/ThemeProvider.config.d.ts +28 -0
  137. package/react/src/components/organisms/NotificationList/NotificationList.config.d.ts +32 -0
  138. package/react/{components → src/components}/organisms/NotificationList/NotificationList.d.ts +2 -2
  139. package/react/{components → src/components}/organisms/NotificationList/NotificationList.stories.d.ts +3 -3
  140. package/react/src/components/organisms/NotificationList/index.d.ts +4 -0
  141. package/react/{components → src/components}/templates/SplitLayout/SplitLayout.config.d.ts +2 -2
  142. package/react/{components → src/components}/templates/TwoColumns/TwoColumns.config.d.ts +2 -2
  143. package/react/src/components/templates/TwoColumns/index.d.ts +4 -0
  144. package/react/src/enum/colorProps.d.ts +30 -0
  145. package/scss/core/base/index.scss +3 -0
  146. package/scss/core/base/reset.scss +27 -0
  147. package/scss/core/base/typography.scss +18 -0
  148. package/scss/core/components/atoms/button.scss +816 -0
  149. package/scss/core/components/atoms/caption.scss +13 -0
  150. package/scss/core/components/atoms/card.scss +24 -0
  151. package/scss/core/components/atoms/checkbox.scss +61 -0
  152. package/scss/core/components/atoms/heading.scss +69 -0
  153. package/scss/core/components/atoms/horizontal-rule.scss +27 -0
  154. package/scss/core/components/atoms/icon.scss +49 -0
  155. package/scss/core/components/atoms/input.scss +333 -0
  156. package/scss/core/components/atoms/loading.scss +120 -0
  157. package/scss/core/components/atoms/option.scss +78 -0
  158. package/scss/core/components/atoms/paragraph.scss +44 -0
  159. package/scss/core/components/atoms/progress.scss +32 -0
  160. package/scss/core/components/atoms/select.scss +253 -0
  161. package/scss/core/components/atoms/subtitle.scss +21 -0
  162. package/scss/core/components/atoms/textarea.scss +340 -0
  163. package/scss/core/components/atoms/tooltip.scss +197 -0
  164. package/scss/core/components/bosons/container.scss +5 -0
  165. package/scss/core/components/bosons/flex-layout.scss +45 -0
  166. package/scss/core/components/bosons/grid-layout.scss +76 -0
  167. package/scss/core/components/bosons/grid.scss +79 -0
  168. package/scss/core/components/bosons/spacer.scss +45 -0
  169. package/scss/core/components/bosons/wrapper.scss +32 -0
  170. package/scss/core/components/index.scss +49 -0
  171. package/scss/core/components/molecules/accordion.scss +93 -0
  172. package/scss/core/components/molecules/active-tags.scss +58 -0
  173. package/scss/core/components/molecules/carousel.scss +67 -0
  174. package/scss/core/components/molecules/editable-select.scss +141 -0
  175. package/scss/core/components/molecules/indicator.scss +37 -0
  176. package/scss/core/components/molecules/inline-editable.scss +23 -0
  177. package/scss/core/components/molecules/modal.scss +70 -0
  178. package/scss/core/components/molecules/notification.scss +109 -0
  179. package/scss/core/components/molecules/password-confirmation.scss +16 -0
  180. package/scss/core/components/molecules/stepper.scss +84 -0
  181. package/scss/core/components/molecules/table.scss +95 -0
  182. package/scss/core/components/molecules/tabs.scss +114 -0
  183. package/scss/core/components/molecules/theme-provider.scss +6 -0
  184. package/scss/core/components/organisms/notification-list.scss +77 -0
  185. package/scss/core/components/templates/split-layout.scss +51 -0
  186. package/scss/core/components/templates/two-columns.scss +30 -0
  187. package/scss/core/functions/breakpoints.scss +35 -0
  188. package/scss/core/functions/fonts.scss +17 -0
  189. package/scss/core/functions/index.scss +5 -0
  190. package/scss/core/functions/spacings.scss +8 -0
  191. package/scss/core/functions/tokens.scss +14 -0
  192. package/scss/core/helpers/borders.scss +105 -0
  193. package/scss/core/helpers/colors.scss +194 -0
  194. package/scss/core/helpers/display.scss +177 -0
  195. package/scss/core/helpers/elevation.scss +16 -0
  196. package/scss/core/helpers/index.scss +6 -0
  197. package/scss/core/helpers/order.scss +20 -0
  198. package/scss/core/index.scss +18 -0
  199. package/scss/core/mixins/breakpoints.scss +90 -0
  200. package/scss/core/mixins/grid.scss +8 -0
  201. package/scss/core/mixins/index.scss +5 -0
  202. package/scss/core/tokens/borders.scss +12 -0
  203. package/scss/core/tokens/breakpoints.scss +20 -0
  204. package/scss/core/tokens/icons.scss +2 -0
  205. package/scss/core/tokens/index.scss +8 -0
  206. package/scss/core/tokens/opacity.scss +6 -0
  207. package/scss/core/tokens/shadows.scss +15 -0
  208. package/scss/core/tokens/spacings.scss +41 -0
  209. package/scss/core/tokens/typography.scss +20 -0
  210. package/scss/themes/aon/colors.scss +83 -0
  211. package/scss/themes/aon/index.scss +54 -0
  212. package/scss/themes/aon/typography.scss +7 -0
  213. package/scss/themes/bees/colors.scss +32 -0
  214. package/scss/themes/bees/index.scss +51 -0
  215. package/scss/themes/bees/typography.scss +6 -0
  216. package/scss/themes/bmc/colors.scss +81 -0
  217. package/scss/themes/bmc/index.scss +54 -0
  218. package/scss/themes/bmc/typography.scss +5 -0
  219. package/scss/themes/default/colors.scss +109 -0
  220. package/scss/themes/default/index.scss +80 -0
  221. package/scss/themes/default/typography.scss +7 -0
  222. package/scss/themes/linker/colors.scss +35 -0
  223. package/scss/themes/linker/index.scss +30 -0
  224. package/scss/themes/linker/typography.scss +6 -0
  225. package/scss/themes/oggi/colors.scss +81 -0
  226. package/scss/themes/oggi/index.scss +54 -0
  227. package/scss/themes/oggi/typography.scss +5 -0
  228. package/scss/themes/streetgo/colors.scss +81 -0
  229. package/scss/themes/streetgo/index.scss +54 -0
  230. package/scss/themes/streetgo/typography.scss +5 -0
  231. package/css/aon-theme.css +0 -1
  232. package/css/bees-theme.css +0 -1
  233. package/css/bmc-theme.css +0 -1
  234. package/css/default-theme.css +0 -1
  235. package/css/linker-theme.css +0 -1
  236. package/css/oggi-theme.css +0 -1
  237. package/css/streetgo-theme.css +0 -1
  238. package/react/components/atoms/Button/Button.config.d.ts +0 -94
  239. package/react/components/atoms/Button/index.d.ts +0 -4
  240. package/react/components/atoms/Caption/Caption.config.d.ts +0 -6
  241. package/react/components/atoms/Caption/index.d.ts +0 -4
  242. package/react/components/atoms/Card/Card.config.d.ts +0 -76
  243. package/react/components/atoms/Card/index.d.ts +0 -4
  244. package/react/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -23
  245. package/react/components/atoms/Checkbox/index.d.ts +0 -5
  246. package/react/components/atoms/Heading/Heading.config.d.ts +0 -23
  247. package/react/components/atoms/Heading/Heading.stories.d.ts +0 -48
  248. package/react/components/atoms/Heading/index.d.ts +0 -4
  249. package/react/components/atoms/HorizontalRule/HorizontalRule.config.d.ts +0 -32
  250. package/react/components/atoms/HorizontalRule/index.d.ts +0 -4
  251. package/react/components/atoms/Icon/Icon.config.d.ts +0 -129
  252. package/react/components/atoms/Icon/Icon.stories.d.ts +0 -19
  253. package/react/components/atoms/Icon/index.d.ts +0 -4
  254. package/react/components/atoms/Input/Input.config.d.ts +0 -151
  255. package/react/components/atoms/Input/index.d.ts +0 -4
  256. package/react/components/atoms/Loading/Loading.config.d.ts +0 -54
  257. package/react/components/atoms/Loading/index.d.ts +0 -4
  258. package/react/components/atoms/Option/Option.config.d.ts +0 -53
  259. package/react/components/atoms/Option/index.d.ts +0 -4
  260. package/react/components/atoms/Paragraph/Paragraph.config.d.ts +0 -20
  261. package/react/components/atoms/Paragraph/Paragraph.stories.d.ts +0 -21
  262. package/react/components/atoms/Paragraph/index.d.ts +0 -4
  263. package/react/components/atoms/Progress/Progress.config.d.ts +0 -31
  264. package/react/components/atoms/Progress/index.d.ts +0 -4
  265. package/react/components/atoms/Select/Select.config.d.ts +0 -125
  266. package/react/components/atoms/Select/index.d.ts +0 -4
  267. package/react/components/atoms/Subtitle/Subtitle.config.d.ts +0 -19
  268. package/react/components/atoms/Subtitle/Subtitle.stories.d.ts +0 -23
  269. package/react/components/atoms/Subtitle/index.d.ts +0 -4
  270. package/react/components/atoms/TextArea/TextArea.config.d.ts +0 -132
  271. package/react/components/atoms/TextArea/index.d.ts +0 -4
  272. package/react/components/atoms/Tooltip/Tooltip.config.d.ts +0 -38
  273. package/react/components/atoms/Tooltip/Tooltip.stories.d.ts +0 -46
  274. package/react/components/atoms/Tooltip/index.d.ts +0 -4
  275. package/react/components/bosons/Container/Container.config.d.ts +0 -18
  276. package/react/components/bosons/Container/index.d.ts +0 -4
  277. package/react/components/bosons/FlexLayout/FlexLayout.config.d.ts +0 -100
  278. package/react/components/bosons/FlexLayout/FlexLayout.stories.d.ts +0 -20
  279. package/react/components/bosons/FlexLayout/index.d.ts +0 -5
  280. package/react/components/bosons/GridLayout/GridLayout.config.d.ts +0 -82
  281. package/react/components/bosons/GridLayout/index.d.ts +0 -5
  282. package/react/components/bosons/Spacer/Spacer.config.d.ts +0 -25
  283. package/react/components/bosons/Spacer/index.d.ts +0 -4
  284. package/react/components/bosons/Wrapper/Wrapper.config.d.ts +0 -28
  285. package/react/components/bosons/Wrapper/index.d.ts +0 -4
  286. package/react/components/index.d.ts +0 -39
  287. package/react/components/molecules/Accordion/Accordion.config.d.ts +0 -25
  288. package/react/components/molecules/Accordion/Accordion.stories.d.ts +0 -9
  289. package/react/components/molecules/Accordion/AccordionItem.config.d.ts +0 -28
  290. package/react/components/molecules/Accordion/index.d.ts +0 -5
  291. package/react/components/molecules/ActiveTags/index.d.ts +0 -4
  292. package/react/components/molecules/Carousel/index.d.ts +0 -4
  293. package/react/components/molecules/EditableSelect/EditableSelect.config.d.ts +0 -105
  294. package/react/components/molecules/EditableSelect/index.d.ts +0 -4
  295. package/react/components/molecules/Indicator/index.d.ts +0 -4
  296. package/react/components/molecules/InlineEditable/InlineEditable.stories.d.ts +0 -17
  297. package/react/components/molecules/InlineEditable/index.d.ts +0 -4
  298. package/react/components/molecules/Modal/Modal.config.d.ts +0 -41
  299. package/react/components/molecules/Modal/index.d.ts +0 -4
  300. package/react/components/molecules/Notification/Notification.d.ts +0 -7
  301. package/react/components/molecules/Notification/Notification.stories.d.ts +0 -95
  302. package/react/components/molecules/Notification/index.d.ts +0 -5
  303. package/react/components/molecules/PasswordConfirmation/PasswordConfirmation.config.d.ts +0 -32
  304. package/react/components/molecules/PasswordConfirmation/index.d.ts +0 -4
  305. package/react/components/molecules/Stepper/index.d.ts +0 -4
  306. package/react/components/molecules/Table/Table.config.d.ts +0 -23
  307. package/react/components/molecules/Table/Table.stories.d.ts +0 -12
  308. package/react/components/molecules/Table/index.d.ts +0 -5
  309. package/react/components/molecules/Tabs/Tabs.config.d.ts +0 -45
  310. package/react/components/molecules/Tabs/index.d.ts +0 -6
  311. package/react/components/molecules/ThemeProvider/ThemeProvider.config.d.ts +0 -30
  312. package/react/components/organisms/NotificationList/NotificationList.config.d.ts +0 -33
  313. package/react/components/organisms/NotificationList/index.d.ts +0 -4
  314. package/react/components/templates/TwoColumns/index.d.ts +0 -5
  315. package/react/decorators/storybook.d.ts +0 -3
  316. package/react/decorators/storybook.test.d.ts +0 -1
  317. package/react/types/hooks/types.d.ts +0 -99
  318. package/react/types/types.d.ts +0 -43
  319. package/react/{components → src/components}/atoms/Button/Button.test.d.ts +0 -0
  320. package/react/{components → src/components}/atoms/Caption/Caption.d.ts +1 -1
  321. package/react/{components → src/components}/atoms/Caption/Caption.test.d.ts +0 -0
  322. package/react/{components → src/components}/atoms/Card/Card.test.d.ts +0 -0
  323. package/react/{components → src/components}/atoms/Checkbox/Checkbox.d.ts +1 -1
  324. package/react/{components → src/components}/atoms/Checkbox/Checkbox.test.d.ts +0 -0
  325. package/react/{components → src/components}/atoms/Heading/Heading.d.ts +1 -1
  326. package/react/{components → src/components}/atoms/Heading/Heading.test.d.ts +0 -0
  327. package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.test.d.ts +0 -0
  328. package/react/{components → src/components}/atoms/Icon/Icon.test.d.ts +0 -0
  329. package/react/{components → src/components}/atoms/Input/Input.d.ts +0 -0
  330. package/react/{components → src/components}/atoms/Input/Input.test.d.ts +0 -0
  331. package/react/{components → src/components}/atoms/Input/mask.d.ts +0 -0
  332. package/react/{components → src/components}/atoms/Loading/Loading.test.d.ts +0 -0
  333. package/react/{components → src/components}/atoms/Option/Option.d.ts +1 -1
  334. package/react/{components → src/components}/atoms/Option/Option.test.d.ts +0 -0
  335. package/react/{components → src/components}/atoms/Paragraph/Paragraph.d.ts +1 -1
  336. package/react/{components → src/components}/atoms/Paragraph/Paragraph.test.d.ts +0 -0
  337. package/react/{components → src/components}/atoms/Progress/Progress.d.ts +0 -0
  338. package/react/{components → src/components}/atoms/Progress/Progress.test.d.ts +0 -0
  339. package/react/{components → src/components}/atoms/Select/Select.d.ts +1 -1
  340. package/react/{components → src/components}/atoms/Select/Select.test.d.ts +0 -0
  341. package/react/{components → src/components}/atoms/Subtitle/Subtitle.d.ts +0 -0
  342. package/react/{components → src/components}/atoms/Subtitle/Subtitle.test.d.ts +0 -0
  343. package/react/{components → src/components}/atoms/TextArea/TextArea.test.d.ts +0 -0
  344. package/react/{components → src/components}/atoms/Tooltip/Tooltip.test.d.ts +0 -0
  345. package/react/{components → src/components}/bosons/Container/Container.d.ts +1 -1
  346. package/react/{components → src/components}/bosons/Container/Container.test.d.ts +0 -0
  347. package/react/{components → src/components}/bosons/FlexLayout/FlexElement.d.ts +0 -0
  348. package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.d.ts +0 -0
  349. package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.test.d.ts +0 -0
  350. package/react/{components → src/components}/bosons/GridLayout/GridElement.test.d.ts +0 -0
  351. package/react/{components → src/components}/bosons/GridLayout/GridLayout.test.d.ts +0 -0
  352. package/react/{components → src/components}/bosons/Spacer/Spacer.d.ts +0 -0
  353. package/react/{components → src/components}/bosons/Spacer/Spacer.test.d.ts +0 -0
  354. package/react/{components → src/components}/bosons/Wrapper/Wrapper.d.ts +0 -0
  355. package/react/{components → src/components}/bosons/Wrapper/Wrapper.test.d.ts +0 -0
  356. package/react/{components → src/components}/molecules/Accordion/Accordion.test.d.ts +0 -0
  357. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.d.ts +0 -0
  358. package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.test.d.ts +0 -0
  359. package/react/{components → src/components}/molecules/Carousel/Carousel.d.ts +0 -0
  360. package/react/{components → src/components}/molecules/Carousel/Carousel.test.d.ts +0 -0
  361. package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.test.d.ts +0 -0
  362. package/react/{components → src/components}/molecules/Indicator/Indicator.d.ts +0 -0
  363. package/react/{components → src/components}/molecules/Indicator/Indicator.test.d.ts +0 -0
  364. package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.d.ts +1 -1
  365. package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.test.d.ts +0 -0
  366. package/react/{components → src/components}/molecules/Modal/Modal.test.d.ts +0 -0
  367. package/react/{components → src/components}/molecules/Notification/Notification.test.d.ts +0 -0
  368. package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmartion.test.d.ts +0 -0
  369. package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmation.d.ts +0 -0
  370. package/react/{components → src/components}/molecules/Stepper/Stepper.test.d.ts +0 -0
  371. package/react/{components → src/components}/molecules/Table/Table.test.d.ts +0 -0
  372. package/react/{components → src/components}/molecules/Tabs/Tab.test.d.ts +0 -0
  373. package/react/{components → src/components}/molecules/Tabs/Tabs.test.d.ts +0 -0
  374. package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.d.ts +1 -1
  375. /package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.test.d.ts +0 -0
  376. /package/react/{components → src/components}/molecules/ThemeProvider/index.d.ts +0 -0
  377. /package/react/{components → src/components}/organisms/NotificationList/NotificationList.test.d.ts +0 -0
  378. /package/react/{components → src/components}/templates/SplitLayout/SplitLayout.d.ts +0 -0
  379. /package/react/{components → src/components}/templates/SplitLayout/SplitLayout.test.d.ts +0 -0
  380. /package/react/{components → src/components}/templates/SplitLayout/index.d.ts +0 -0
  381. /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.d.ts +0 -0
  382. /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.test.d.ts +0 -0
  383. /package/react/{main.d.ts → src/main.d.ts} +0 -0
@@ -0,0 +1,105 @@
1
+ // Border color utilities (uses CSS vars - dynamic theming)
2
+
3
+ // Color shades (same as colors.scss - variant keys)
4
+ $brand-color-shades: (
5
+ 'darker',
6
+ 'dark',
7
+ 'default',
8
+ 'light',
9
+ 'lighter',
10
+ 'lightest'
11
+ ); // 6 shades
12
+ $semantic-color-shades: ('dark', 'default', 'light', 'lighter'); // 4 shades
13
+ $neutral-scale: (
14
+ '00',
15
+ '05',
16
+ '10',
17
+ '20',
18
+ '30',
19
+ '40',
20
+ '50',
21
+ '60',
22
+ '70',
23
+ '80',
24
+ '90',
25
+ '100'
26
+ ); // 12-point scale
27
+
28
+ // Generate primary/secondary border utilities
29
+ @each $variant in $brand-color-shades {
30
+ .border-color__primary--#{$variant} {
31
+ // Use base variable for 'default', suffixed variable for others
32
+ @if $variant == 'default' {
33
+ border-color: var(--color__primary);
34
+ } @else {
35
+ border-color: var(--color__primary--#{$variant});
36
+ }
37
+
38
+ border-left-style: solid;
39
+ border-left-width: $spacing--quark;
40
+ }
41
+ .border-color__secondary--#{$variant} {
42
+ // Use base variable for 'default', suffixed variable for others
43
+ @if $variant == 'default' {
44
+ border-color: var(--color__secondary);
45
+ } @else {
46
+ border-color: var(--color__secondary--#{$variant});
47
+ }
48
+
49
+ border-left-style: solid;
50
+ border-left-width: $spacing--quark;
51
+ }
52
+ }
53
+
54
+ // Aliases without --default
55
+ .border-color__primary {
56
+ border-color: var(--color__primary);
57
+ border-left-style: solid;
58
+ border-left-width: $spacing--quark;
59
+ }
60
+
61
+ .border-color__secondary {
62
+ border-color: var(--color__secondary);
63
+ border-left-style: solid;
64
+ border-left-width: $spacing--quark;
65
+ }
66
+
67
+ // Generate neutral border utilities
68
+ @each $variant in $neutral-scale {
69
+ .border-color__neutral--#{$variant} {
70
+ border-color: var(--color__neutral--#{$variant});
71
+ border-left-style: solid;
72
+ border-left-width: $spacing--quark;
73
+ }
74
+
75
+ // Aliases with single hyphen (React uses 'neutral-90' not 'neutral--90')
76
+ .border-color__neutral-#{$variant} {
77
+ border-color: var(--color__neutral--#{$variant});
78
+ border-left-style: solid;
79
+ border-left-width: $spacing--quark;
80
+ }
81
+ }
82
+
83
+ // Generate semantic border utilities
84
+ @each $semantic in ('success', 'warning', 'danger', 'info') {
85
+ @each $variant in $semantic-color-shades {
86
+ .border-color__#{$semantic}--#{$variant} {
87
+ // Use base variable for 'default', suffixed variable for others
88
+ @if $variant == 'default' {
89
+ border-color: var(--color__#{$semantic});
90
+ } @else {
91
+ border-color: var(--color__#{$semantic}--#{$variant});
92
+ }
93
+
94
+ border-left-style: solid;
95
+ border-left-width: $spacing--quark;
96
+ }
97
+ }
98
+
99
+ // Aliases without --default
100
+ .border-color__#{$semantic} {
101
+ border-color: var(--color__#{$semantic});
102
+ border-left-style: solid;
103
+ border-left-width: $spacing--quark;
104
+ }
105
+ }
@@ -0,0 +1,194 @@
1
+ // Color utilities (uses CSS vars - dynamic theming)
2
+
3
+ // Color shades (variant keys for generating utilities)
4
+ $brand-color-shades: (
5
+ 'darker',
6
+ 'dark',
7
+ 'default',
8
+ 'light',
9
+ 'lighter',
10
+ 'lightest'
11
+ ); // 6 shades for primary/secondary
12
+ $semantic-color-shades: (
13
+ 'dark',
14
+ 'default',
15
+ 'light',
16
+ 'lighter'
17
+ ); // 4 shades for success/warning/danger/info
18
+ $neutral-scale: (
19
+ '00',
20
+ '05',
21
+ '10',
22
+ '20',
23
+ '30',
24
+ '40',
25
+ '50',
26
+ '60',
27
+ '70',
28
+ '80',
29
+ '90',
30
+ '100'
31
+ ); // 12-point neutral scale
32
+
33
+ // Generate primary utilities
34
+ @each $variant in $brand-color-shades {
35
+ .color__primary--#{$variant} {
36
+ // Use base variable for 'default', suffixed variable for others
37
+ @if $variant == 'default' {
38
+ color: var(--color__primary);
39
+ } @else {
40
+ color: var(--color__primary--#{$variant});
41
+ }
42
+ }
43
+ .bg-color__primary--#{$variant} {
44
+ @if $variant == 'default' {
45
+ background-color: var(--color__primary);
46
+ } @else {
47
+ background-color: var(--color__primary--#{$variant});
48
+ }
49
+
50
+ // Automatic contrast color (maintains old-default behavior)
51
+ @if index(('darker', 'dark', 'default'), $variant) {
52
+ color: var(--color__neutral--10); // Light text on dark bg
53
+ } @else {
54
+ color: var(--color__neutral--90); // Dark text on light bg
55
+ }
56
+ }
57
+ }
58
+
59
+ // Aliases without --default for backward compatibility
60
+ .color__primary {
61
+ color: var(--color__primary);
62
+ }
63
+
64
+ .bg-color__primary {
65
+ background-color: var(--color__primary);
66
+ color: var(--color__neutral--10); // Automatic contrast color
67
+ }
68
+
69
+ // Generate secondary utilities
70
+ @each $variant in $brand-color-shades {
71
+ .color__secondary--#{$variant} {
72
+ // Use base variable for 'default', suffixed variable for others
73
+ @if $variant == 'default' {
74
+ color: var(--color__secondary);
75
+ } @else {
76
+ color: var(--color__secondary--#{$variant});
77
+ }
78
+ }
79
+ .bg-color__secondary--#{$variant} {
80
+ @if $variant == 'default' {
81
+ background-color: var(--color__secondary);
82
+ } @else {
83
+ background-color: var(--color__secondary--#{$variant});
84
+ }
85
+
86
+ // Automatic contrast color (maintains old-default behavior)
87
+ @if index(('darker', 'dark', 'default'), $variant) {
88
+ color: var(--color__neutral--10); // Light text on dark bg
89
+ } @else {
90
+ color: var(--color__neutral--90); // Dark text on light bg
91
+ }
92
+ }
93
+ }
94
+
95
+ // Aliases without --default
96
+ .color__secondary {
97
+ color: var(--color__secondary);
98
+ }
99
+
100
+ .bg-color__secondary {
101
+ background-color: var(--color__secondary);
102
+ color: var(--color__neutral--10); // Automatic contrast color
103
+ }
104
+
105
+ // Generate neutral utilities
106
+ @each $variant in $neutral-scale {
107
+ .color__neutral--#{$variant} {
108
+ color: var(--color__neutral--#{$variant});
109
+ }
110
+ .bg-color__neutral--#{$variant} {
111
+ background-color: var(--color__neutral--#{$variant});
112
+
113
+ // Automatic contrast color (maintains old-default behavior)
114
+ @if index(('90', '80', '60'), $variant) {
115
+ color: var(--color__neutral--10); // Light text on dark bg
116
+ } @else if index(('40', '20', '10', '05', '00'), $variant) {
117
+ color: var(--color__neutral--90); // Dark text on light bg
118
+ } @else {
119
+ color: var(--color__neutral--80); // Medium gray - dark text
120
+ }
121
+ }
122
+
123
+ // Aliases with single hyphen (React uses 'neutral-90' not 'neutral--90')
124
+ .color__neutral-#{$variant} {
125
+ color: var(--color__neutral--#{$variant});
126
+ }
127
+ .bg-color__neutral-#{$variant} {
128
+ background-color: var(--color__neutral--#{$variant});
129
+
130
+ // Automatic contrast color (same logic as double-hyphen version)
131
+ @if index(('90', '80', '60'), $variant) {
132
+ color: var(--color__neutral--10); // Light text on dark bg
133
+ } @else if index(('40', '20', '10', '05', '00'), $variant) {
134
+ color: var(--color__neutral--90); // Dark text on light bg
135
+ } @else {
136
+ color: var(--color__neutral--80); // Medium gray - dark text
137
+ }
138
+ }
139
+ }
140
+
141
+ // Generate success, warning, danger, info utilities
142
+ @each $semantic in ('success', 'warning', 'danger', 'info') {
143
+ @each $variant in $semantic-color-shades {
144
+ .color__#{$semantic}--#{$variant} {
145
+ // Use base variable for 'default', suffixed variable for others
146
+ @if $variant == 'default' {
147
+ color: var(--color__#{$semantic});
148
+ } @else {
149
+ color: var(--color__#{$semantic}--#{$variant});
150
+ }
151
+ }
152
+ .bg-color__#{$semantic}--#{$variant} {
153
+ @if $variant == 'default' {
154
+ background-color: var(--color__#{$semantic});
155
+ } @else {
156
+ background-color: var(--color__#{$semantic}--#{$variant});
157
+ }
158
+
159
+ // Automatic contrast color (maintains old-default behavior)
160
+ @if $semantic == 'success' or $semantic == 'danger' or $semantic == 'info'
161
+ {
162
+ @if index(('dark', 'default'), $variant) {
163
+ color: var(--color__neutral--10); // Light text on dark bg
164
+ } @else {
165
+ color: var(--color__neutral--90); // Dark text on light bg
166
+ }
167
+ } @else if $semantic == 'warning' {
168
+ // Warning colors are lighter, use dark text for most
169
+ @if $variant == 'dark' {
170
+ color: var(--color__neutral--90); // Dark text
171
+ } @else {
172
+ color: var(--color__neutral--90); // Dark text on warning colors
173
+ }
174
+ }
175
+ }
176
+ }
177
+
178
+ // Aliases without --default
179
+ .color__#{$semantic} {
180
+ color: var(--color__#{$semantic});
181
+ }
182
+ .bg-color__#{$semantic} {
183
+ background-color: var(--color__#{$semantic});
184
+
185
+ // Automatic contrast color for base semantic colors
186
+ @if $semantic == 'success' or $semantic == 'danger' or $semantic == 'info' {
187
+ color: var(--color__neutral--10); // Light text (these are typically dark)
188
+ } @else if $semantic == 'warning' {
189
+ color: var(
190
+ --color__neutral--90
191
+ ); // Dark text (warning is typically light)
192
+ }
193
+ }
194
+ }
@@ -0,0 +1,177 @@
1
+ .d {
2
+ &-block {
3
+ display: block;
4
+ }
5
+
6
+ &-flex {
7
+ display: flex;
8
+
9
+ &__direction {
10
+ &--column {
11
+ flex-direction: column;
12
+ }
13
+
14
+ &--column-reverse {
15
+ flex-direction: column-reverse;
16
+ }
17
+
18
+ &--row {
19
+ flex-direction: row;
20
+ }
21
+
22
+ &--row-reverse {
23
+ flex-direction: row-reverse;
24
+ }
25
+ }
26
+
27
+ &__gap {
28
+ @each $space, $value in $spacing {
29
+ &--#{$space} {
30
+ gap: #{$value};
31
+ }
32
+ }
33
+ }
34
+
35
+ &__align {
36
+ &--start {
37
+ align-items: flex-start;
38
+ }
39
+
40
+ &--center {
41
+ align-items: center;
42
+ }
43
+
44
+ &--end {
45
+ align-items: flex-end;
46
+ }
47
+
48
+ &--stretch {
49
+ align-items: stretch;
50
+ }
51
+ }
52
+
53
+ &__justify {
54
+ &--start {
55
+ justify-content: flex-start;
56
+ }
57
+
58
+ &--center {
59
+ justify-content: center;
60
+ }
61
+
62
+ &--end {
63
+ justify-content: flex-end;
64
+ }
65
+
66
+ &--beetwen {
67
+ justify-content: space-between;
68
+ }
69
+
70
+ &--around {
71
+ justify-content: space-around;
72
+ }
73
+
74
+ &--evenly {
75
+ justify-content: space-evenly;
76
+ }
77
+ }
78
+ }
79
+
80
+ &-inline-block {
81
+ display: inline-block;
82
+ }
83
+
84
+ &-none {
85
+ display: none;
86
+ }
87
+ }
88
+
89
+ @include mobile {
90
+ .d-sm {
91
+ &-block {
92
+ display: block;
93
+ }
94
+
95
+ &-flex {
96
+ display: flex;
97
+
98
+ &__direction {
99
+ &--column {
100
+ flex-direction: column;
101
+ }
102
+
103
+ &--column-reverse {
104
+ flex-direction: column-reverse;
105
+ }
106
+
107
+ &--row {
108
+ flex-direction: row;
109
+ }
110
+
111
+ &--row-reverse {
112
+ flex-direction: row-reverse;
113
+ }
114
+ }
115
+
116
+ &__gap {
117
+ @each $space, $value in $spacing {
118
+ &--#{$space} {
119
+ gap: #{$value};
120
+ }
121
+ }
122
+ }
123
+
124
+ &__align {
125
+ &--start {
126
+ align-items: flex-start;
127
+ }
128
+
129
+ &--center {
130
+ align-items: center;
131
+ }
132
+
133
+ &--end {
134
+ align-items: flex-end;
135
+ }
136
+
137
+ &--stretch {
138
+ align-items: stretch;
139
+ }
140
+ }
141
+
142
+ &__justify {
143
+ &--start {
144
+ justify-content: flex-start;
145
+ }
146
+
147
+ &--center {
148
+ justify-content: center;
149
+ }
150
+
151
+ &--end {
152
+ justify-content: flex-end;
153
+ }
154
+
155
+ &--beetwen {
156
+ justify-content: space-between;
157
+ }
158
+
159
+ &--around {
160
+ justify-content: space-around;
161
+ }
162
+
163
+ &--evenly {
164
+ justify-content: space-evenly;
165
+ }
166
+ }
167
+ }
168
+
169
+ &-inline-block {
170
+ display: inline-block;
171
+ }
172
+
173
+ &-none {
174
+ display: none;
175
+ }
176
+ }
177
+ }
@@ -0,0 +1,16 @@
1
+ // Elevation utilities (box-shadow)
2
+ .elevation-1 {
3
+ box-shadow: $shadow__level--1;
4
+ }
5
+
6
+ .elevation-2 {
7
+ box-shadow: $shadow__level--2;
8
+ }
9
+
10
+ .elevation-3 {
11
+ box-shadow: $shadow__level--3;
12
+ }
13
+
14
+ .elevation-4 {
15
+ box-shadow: $shadow__level--4;
16
+ }
@@ -0,0 +1,6 @@
1
+ // Utility classes
2
+ @import 'colors';
3
+ @import 'display';
4
+ @import 'order';
5
+ @import 'borders';
6
+ @import 'elevation';
@@ -0,0 +1,20 @@
1
+ $columns: 12 !default;
2
+
3
+ @for $i from 1 through $columns {
4
+ .order--#{$i} {
5
+ order: #{$i};
6
+ }
7
+ }
8
+
9
+ @each $breakpoint in map-keys($grid-breakpoints) {
10
+ $min: device-min($breakpoint, $grid-breakpoints);
11
+ $label: if($min, $breakpoint + '-', '');
12
+
13
+ @include device-up($breakpoint, $grid-breakpoints) {
14
+ @for $i from 1 through $columns {
15
+ .order--#{$label}#{$i} {
16
+ order: #{$i};
17
+ }
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,18 @@
1
+ // ===== CORE STYLES (independente de tema) =====
2
+ // Entry point for core.css build
3
+
4
+ // 1. Tokens estruturais (compilados - performance)
5
+ @import 'tokens';
6
+
7
+ // 2. Functions & Mixins estruturais
8
+ @import 'functions';
9
+ @import 'mixins';
10
+
11
+ // 3. Base styles (reset + typography)
12
+ @import 'base';
13
+
14
+ // 4. Components
15
+ @import 'components';
16
+
17
+ // 5. Utilities
18
+ @import 'helpers';
@@ -0,0 +1,90 @@
1
+ /**
2
+ * Device Mixins
3
+ *
4
+ * Usage:
5
+ * .class {
6
+ * @include small {
7
+ * padding: 0 20px;
8
+ * }
9
+ * @include mobile {
10
+ * padding: 0 60px;
11
+ * }
12
+ * }
13
+ */
14
+
15
+ @use 'sass:map';
16
+
17
+ // mobile devices
18
+ @mixin mobile {
19
+ @media (max-width: map.get($breakpoint, 'mobile')) {
20
+ @content;
21
+ }
22
+ }
23
+
24
+ // Device breakpoint up. If the breakpoint is the smallest it will
25
+ // return without media query.
26
+ @mixin device-up($name, $breakpoints: $grid-breakpoints) {
27
+ $min: device-min($name, $breakpoints);
28
+
29
+ @if $min {
30
+ @media (min-width: $min) {
31
+ @content;
32
+ }
33
+ } @else {
34
+ @content;
35
+ }
36
+ }
37
+
38
+ // Device breakpoint down.
39
+ // If the breakpoint is the largest it will return without media query.
40
+ @mixin device-down($name, $breakpoints: $grid-breakpoints) {
41
+ $max: device-max($name, $breakpoints);
42
+
43
+ @if $max {
44
+ @media (max-width: $max) {
45
+ @content;
46
+ }
47
+ } @else {
48
+ @content;
49
+ }
50
+ }
51
+
52
+ // Device breakpoint between
53
+ @mixin device-between($lower, $upper, $breakpoints: $grid-breakpoints) {
54
+ $min: device-min($lower, $breakpoints);
55
+ $max: device-max($upper, $breakpoints);
56
+
57
+ @if $min != null and $max != null {
58
+ @media (min-width: $min) and (max-width: $max) {
59
+ @content;
60
+ }
61
+ } @else if $max == null {
62
+ @include device-up($lower, $breakpoints) {
63
+ @content;
64
+ }
65
+ } @else if $min == null {
66
+ @include device-down($upper, $breakpoints) {
67
+ @content;
68
+ }
69
+ }
70
+ }
71
+
72
+ // Device breakpoint only
73
+ @mixin device-only($name, $breakpoints: $grid-breakpoints) {
74
+ $min: device-min($name, $breakpoints);
75
+ $max: device-max($name, $breakpoints);
76
+
77
+ @if $min != null and $max != null {
78
+ @media (min-width: $min) and (max-width: $max) {
79
+ @content;
80
+ }
81
+ } @else if $max == null {
82
+ @include device-up($name, $breakpoints) {
83
+ @content;
84
+ }
85
+ } @else if $min == null {
86
+ @include device-down($name, $breakpoints) {
87
+ @content;
88
+ }
89
+ }
90
+ }
@@ -0,0 +1,8 @@
1
+ // The grid column
2
+ @mixin grid-col($columns: 0, $margin: false) {
3
+ @if $columns > 0 {
4
+ grid-column: span $columns;
5
+ } @else {
6
+ grid-column: span 1;
7
+ }
8
+ }
@@ -0,0 +1,5 @@
1
+ // Structural mixins only (no theme dependency)
2
+ @import 'breakpoints';
3
+ @import 'grid';
4
+
5
+ // NOTE: colors.scss and fonts.scss NOT copied (antipadrão - will be eliminated)
@@ -0,0 +1,12 @@
1
+ // radius
2
+ $border__radius--sm: 4px !default;
3
+ $border__radius--md: 8px !default;
4
+ $border__radius--lg: 24px !default;
5
+ $border__radius--pill: 500px !default;
6
+ $border__radius--circular: 50% !default;
7
+
8
+ // width
9
+ $border__width--hairline: 1px !default;
10
+ $border__width--thin: 2px !default;
11
+ $border__width--thick: 4px !default;
12
+ $border__width--heavy: 8px !default;
@@ -0,0 +1,20 @@
1
+ $breakpoint--mobile: 768px !default;
2
+ $breakpoint: (
3
+ 'mobile': $breakpoint--mobile,
4
+ ) !default;
5
+
6
+ // Grid Breakpoints
7
+ $grid-breakpoints: (
8
+ sm: 480px,
9
+ md: 768px,
10
+ lg: 960px,
11
+ xl: 1280px,
12
+ xxl: 1440px,
13
+ ) !default;
14
+ $container-widths: (
15
+ sm: 450px,
16
+ md: 720px,
17
+ lg: 940px,
18
+ xl: 1128px,
19
+ xxl: 1128px,
20
+ ) !default;
@@ -0,0 +1,2 @@
1
+ // Values with range (i.e 20..48) allow us to configurate font variations with CSS style.
2
+ @import 'https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,600,0..1,0';
@@ -0,0 +1,8 @@
1
+ // Structural tokens (compiled - no theme dependency)
2
+ @import 'typography';
3
+ @import 'spacings';
4
+ @import 'borders';
5
+ @import 'breakpoints';
6
+ @import 'opacity';
7
+ @import 'icons';
8
+ @import 'shadows';
@@ -0,0 +1,6 @@
1
+ // opacity
2
+ $opacity--lighter: 0.15 !default;
3
+ $opacity--light: 0.3 !default;
4
+ $opacity--medium: 0.5 !default;
5
+ $opacity--heavy: 0.7 !default;
6
+ $opacity--heavier: 0.85 !default;