@guardian/stand 0.0.37 → 0.0.39

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 (489) hide show
  1. package/dist/{alert-banner.cjs → AlertBanner.cjs} +1 -1
  2. package/dist/{alert-banner.js → AlertBanner.js} +1 -1
  3. package/dist/{avatar.cjs → Avatar.cjs} +1 -1
  4. package/dist/{avatar.js → Avatar.js} +1 -1
  5. package/dist/AvatarButton.cjs +7 -0
  6. package/dist/AvatarButton.js +1 -0
  7. package/dist/AvatarLink.cjs +7 -0
  8. package/dist/AvatarLink.js +1 -0
  9. package/dist/{button.cjs → Button.cjs} +1 -1
  10. package/dist/{button.js → Button.js} +1 -1
  11. package/dist/{byline.cjs → Byline.cjs} +1 -1
  12. package/dist/{byline.js → Byline.js} +1 -1
  13. package/dist/{checkbox.cjs → Checkbox.cjs} +2 -2
  14. package/dist/Checkbox.js +3 -0
  15. package/dist/{date-picker.cjs → DatePicker.cjs} +1 -1
  16. package/dist/{date-picker.js → DatePicker.js} +1 -1
  17. package/dist/{favicon.cjs → Favicon.cjs} +1 -1
  18. package/dist/{favicon.js → Favicon.js} +1 -1
  19. package/dist/{grid.cjs → Grid.cjs} +1 -1
  20. package/dist/{grid.js → Grid.js} +1 -1
  21. package/dist/{icon.cjs → Icon.cjs} +1 -1
  22. package/dist/{icon.js → Icon.js} +1 -1
  23. package/dist/IconButton.cjs +7 -0
  24. package/dist/IconButton.js +1 -0
  25. package/dist/IconLinkButton.cjs +7 -0
  26. package/dist/IconLinkButton.js +1 -0
  27. package/dist/{inline-message.cjs → InlineMessage.cjs} +1 -1
  28. package/dist/{inline-message.js → InlineMessage.js} +1 -1
  29. package/dist/{intended-audience-signifier.cjs → IntendedAudienceSignifier.cjs} +1 -1
  30. package/dist/{intended-audience-signifier.js → IntendedAudienceSignifier.js} +1 -1
  31. package/dist/{layout.cjs → Layout.cjs} +1 -2
  32. package/dist/{layout.js → Layout.js} +1 -1
  33. package/dist/{link.cjs → Link.cjs} +1 -1
  34. package/dist/{link.js → Link.js} +1 -1
  35. package/dist/LinkButton.cjs +7 -0
  36. package/dist/LinkButton.js +1 -0
  37. package/dist/{menu.cjs → Menu.cjs} +1 -1
  38. package/dist/{menu.js → Menu.js} +1 -1
  39. package/dist/{radio-group.cjs → RadioGroup.cjs} +1 -1
  40. package/dist/{radio-group.js → RadioGroup.js} +1 -1
  41. package/dist/{select.cjs → Select.cjs} +1 -1
  42. package/dist/{select.js → Select.js} +1 -1
  43. package/dist/{tag-picker.cjs → TagPicker.cjs} +3 -3
  44. package/dist/TagPicker.js +5 -0
  45. package/dist/{text-area.cjs → TextArea.cjs} +1 -1
  46. package/dist/{text-area.js → TextArea.js} +1 -1
  47. package/dist/{text-input.cjs → TextInput.cjs} +1 -1
  48. package/dist/{text-input.js → TextInput.js} +1 -1
  49. package/dist/TopBar.cjs +6 -6
  50. package/dist/TopBar.js +5 -5
  51. package/dist/{typography.cjs → Typography.cjs} +1 -1
  52. package/dist/{typography.js → Typography.js} +1 -1
  53. package/dist/{user-menu.cjs → UserMenu.cjs} +1 -1
  54. package/dist/{user-menu.js → UserMenu.js} +1 -1
  55. package/dist/components/{alert-banner → AlertBanner}/AlertBanner.cjs +2 -2
  56. package/dist/components/{alert-banner → AlertBanner}/AlertBanner.js +3 -3
  57. package/dist/components/{alert-banner → AlertBanner}/styles.cjs +5 -5
  58. package/dist/components/{alert-banner → AlertBanner}/styles.js +5 -5
  59. package/dist/components/{avatar → Avatar}/Avatar.js +1 -1
  60. package/dist/components/{avatar → Avatar}/styles.cjs +7 -7
  61. package/dist/components/{avatar → Avatar}/styles.js +7 -7
  62. package/dist/components/{avatar → Avatar}/types.cjs +2 -2
  63. package/dist/components/{avatar → Avatar}/types.js +2 -2
  64. package/dist/components/{avatar-button → AvatarButton}/AvatarButton.cjs +1 -1
  65. package/dist/components/{avatar-button → AvatarButton}/AvatarButton.js +1 -1
  66. package/dist/components/{avatar-button → AvatarButton}/styles.cjs +5 -5
  67. package/dist/components/{avatar-button → AvatarButton}/styles.js +5 -5
  68. package/dist/components/{avatar-link → AvatarLink}/AvatarLink.cjs +1 -1
  69. package/dist/components/{avatar-link → AvatarLink}/AvatarLink.js +1 -1
  70. package/dist/components/{avatar-link → AvatarLink}/styles.cjs +5 -5
  71. package/dist/components/{avatar-link → AvatarLink}/styles.js +5 -5
  72. package/dist/components/{button → Button}/Button.cjs +1 -1
  73. package/dist/components/{button → Button}/Button.js +2 -2
  74. package/dist/components/{button → Button}/styles.cjs +17 -17
  75. package/dist/components/{button → Button}/styles.js +17 -17
  76. package/dist/components/{checkbox → Checkbox}/Checkbox.js +1 -1
  77. package/dist/components/{checkbox → Checkbox}/CheckboxGroup.cjs +1 -1
  78. package/dist/components/{checkbox → Checkbox}/CheckboxGroup.js +2 -2
  79. package/dist/components/{checkbox → Checkbox}/styles.cjs +14 -14
  80. package/dist/components/{checkbox → Checkbox}/styles.js +14 -14
  81. package/dist/components/{date-picker → DatePicker}/DatePicker.cjs +2 -2
  82. package/dist/components/{date-picker → DatePicker}/DatePicker.js +3 -3
  83. package/dist/components/{favicon → Favicon}/Favicon.cjs +1 -1
  84. package/dist/components/{favicon → Favicon}/Favicon.js +1 -1
  85. package/dist/components/{favicon → Favicon}/styles.cjs +3 -3
  86. package/dist/components/{favicon → Favicon}/styles.js +3 -3
  87. package/dist/components/{form → Form}/Form.cjs +1 -1
  88. package/dist/components/{form → Form}/Form.js +1 -1
  89. package/dist/components/{form → Form}/styles.cjs +1 -1
  90. package/dist/components/{form → Form}/styles.js +1 -1
  91. package/dist/components/{grid → Grid}/Grid.js +1 -1
  92. package/dist/components/Grid/styles.cjs +126 -0
  93. package/dist/components/Grid/styles.js +110 -0
  94. package/dist/components/{icon → Icon}/Icon.js +1 -1
  95. package/dist/components/{icon → Icon}/styles.cjs +1 -1
  96. package/dist/components/{icon → Icon}/styles.js +1 -1
  97. package/dist/components/{icon-button → IconButton}/IconButton.cjs +1 -1
  98. package/dist/components/{icon-button → IconButton}/IconButton.js +2 -2
  99. package/dist/components/{icon-button → IconButton}/styles.cjs +1 -1
  100. package/dist/components/{icon-button → IconButton}/styles.js +1 -1
  101. package/dist/components/{icon-link-button → IconLinkButton}/IconLinkButton.cjs +1 -1
  102. package/dist/components/{icon-link-button → IconLinkButton}/IconLinkButton.js +2 -2
  103. package/dist/components/{icon-link-button → IconLinkButton}/styles.cjs +1 -1
  104. package/dist/components/{icon-link-button → IconLinkButton}/styles.js +1 -1
  105. package/dist/components/{inline-message → InlineMessage}/InlineMessage.cjs +3 -3
  106. package/dist/components/{inline-message → InlineMessage}/InlineMessage.js +4 -4
  107. package/dist/components/{inline-message → InlineMessage}/styles.cjs +2 -2
  108. package/dist/components/{inline-message → InlineMessage}/styles.js +2 -2
  109. package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/IntendedAudienceSignifier.cjs +36 -4
  110. package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.js +67 -0
  111. package/dist/components/Layout/Layout.cjs +79 -0
  112. package/dist/components/Layout/Layout.js +34 -0
  113. package/dist/components/{layout → Layout}/styles.cjs +5 -3
  114. package/dist/components/{layout → Layout}/styles.js +5 -4
  115. package/dist/components/{link → Link}/Link.cjs +6 -6
  116. package/dist/components/{link → Link}/Link.js +3 -3
  117. package/dist/components/{link-button → LinkButton}/LinkButton.cjs +1 -1
  118. package/dist/components/{link-button → LinkButton}/LinkButton.js +2 -2
  119. package/dist/components/{link-button → LinkButton}/styles.cjs +1 -1
  120. package/dist/components/{link-button → LinkButton}/styles.js +1 -1
  121. package/dist/components/{menu → Menu}/Menu.cjs +1 -1
  122. package/dist/components/{menu → Menu}/Menu.js +2 -2
  123. package/dist/components/{menu → Menu}/styles.cjs +26 -26
  124. package/dist/components/{menu → Menu}/styles.js +26 -26
  125. package/dist/components/{radio-group → RadioGroup}/RadioGroup.cjs +1 -1
  126. package/dist/components/{radio-group → RadioGroup}/RadioGroup.js +2 -2
  127. package/dist/components/{select → Select}/Select.cjs +2 -2
  128. package/dist/components/{select → Select}/Select.js +3 -3
  129. package/dist/components/{select → Select}/styles.cjs +2 -2
  130. package/dist/components/{select → Select}/styles.js +2 -2
  131. package/dist/components/{text-area → TextArea}/TextArea.cjs +1 -1
  132. package/dist/components/{text-area → TextArea}/TextArea.js +2 -2
  133. package/dist/components/{text-area → TextArea}/styles.cjs +3 -3
  134. package/dist/components/{text-area → TextArea}/styles.js +3 -3
  135. package/dist/components/{text-input → TextInput}/TextInput.cjs +1 -1
  136. package/dist/components/{text-input → TextInput}/TextInput.js +2 -2
  137. package/dist/components/{text-input → TextInput}/styles.cjs +3 -3
  138. package/dist/components/{text-input → TextInput}/styles.js +3 -3
  139. package/dist/components/{topbar → TopBar}/TopBar.cjs +14 -14
  140. package/dist/components/{topbar → TopBar}/TopBar.js +15 -15
  141. package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.js +1 -1
  142. package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.cjs +3 -3
  143. package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.js +3 -3
  144. package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.cjs +2 -2
  145. package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.js +3 -3
  146. package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.cjs +19 -19
  147. package/dist/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.js +19 -19
  148. package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.cjs +3 -3
  149. package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.js +4 -4
  150. package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.cjs +7 -7
  151. package/dist/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.js +7 -7
  152. package/dist/components/{topbar → TopBar}/styles.cjs +12 -12
  153. package/dist/components/{topbar → TopBar}/styles.js +11 -11
  154. package/dist/components/{typography → Typography}/Typography.cjs +1 -1
  155. package/dist/components/{typography → Typography}/Typography.js +2 -2
  156. package/dist/components/Typography/styles.cjs +15 -0
  157. package/dist/components/{user-menu → UserMenu}/UserMenu.cjs +1 -1
  158. package/dist/components/{user-menu → UserMenu}/UserMenu.js +1 -1
  159. package/dist/components/{user-menu → UserMenu}/default-options.cjs +16 -16
  160. package/dist/components/{user-menu → UserMenu}/default-options.js +16 -16
  161. package/dist/index.cjs +4 -2
  162. package/dist/index.js +2 -1
  163. package/dist/styleD/build/css/base/radius.css +6 -6
  164. package/dist/styleD/build/css/base/sizing.css +20 -20
  165. package/dist/styleD/build/css/component/grid.css +9 -2
  166. package/dist/styleD/build/css/component/intendedAudienceSignifier.css +2 -2
  167. package/dist/styleD/build/css/component/layout.css +4 -4
  168. package/dist/styleD/build/css/component/{TopBar.css → topBar.css} +2 -2
  169. package/dist/styleD/build/css/semantic/colors.css +3 -2
  170. package/dist/styleD/build/css/semantic/grid.css +15 -0
  171. package/dist/styleD/build/css/semantic/sizing.css +3 -0
  172. package/dist/styleD/build/css/semantic/typography.css +6 -6
  173. package/dist/styleD/build/typescript/base/colors.cjs +2 -2
  174. package/dist/styleD/build/typescript/base/colors.js +2 -2
  175. package/dist/styleD/build/typescript/base/radius.cjs +6 -6
  176. package/dist/styleD/build/typescript/base/radius.js +6 -6
  177. package/dist/styleD/build/typescript/base/sizing.cjs +20 -20
  178. package/dist/styleD/build/typescript/base/sizing.js +20 -20
  179. package/dist/styleD/build/typescript/base/spacing.cjs +34 -34
  180. package/dist/styleD/build/typescript/base/spacing.js +34 -34
  181. package/dist/styleD/build/typescript/base/typography.cjs +42 -42
  182. package/dist/styleD/build/typescript/base/typography.js +42 -42
  183. package/dist/styleD/build/typescript/component/alertBanner.cjs +8 -8
  184. package/dist/styleD/build/typescript/component/alertBanner.js +8 -8
  185. package/dist/styleD/build/typescript/component/avatar.cjs +33 -33
  186. package/dist/styleD/build/typescript/component/avatar.js +33 -33
  187. package/dist/styleD/build/typescript/component/button.cjs +18 -18
  188. package/dist/styleD/build/typescript/component/button.js +18 -18
  189. package/dist/styleD/build/typescript/component/checkbox.cjs +16 -16
  190. package/dist/styleD/build/typescript/component/checkbox.js +16 -16
  191. package/dist/styleD/build/typescript/component/favicon.cjs +3 -3
  192. package/dist/styleD/build/typescript/component/favicon.js +3 -3
  193. package/dist/styleD/build/typescript/component/form.cjs +1 -1
  194. package/dist/styleD/build/typescript/component/form.js +1 -1
  195. package/dist/styleD/build/typescript/component/grid.cjs +15 -2
  196. package/dist/styleD/build/typescript/component/grid.js +15 -2
  197. package/dist/styleD/build/typescript/component/icon.cjs +1 -1
  198. package/dist/styleD/build/typescript/component/icon.js +1 -1
  199. package/dist/styleD/build/typescript/component/inlineMessage.cjs +2 -2
  200. package/dist/styleD/build/typescript/component/inlineMessage.js +2 -2
  201. package/dist/styleD/build/typescript/component/intendedAudienceSignifier.cjs +2 -2
  202. package/dist/styleD/build/typescript/component/intendedAudienceSignifier.js +2 -2
  203. package/dist/styleD/build/typescript/component/layout.cjs +7 -5
  204. package/dist/styleD/build/typescript/component/layout.js +7 -5
  205. package/dist/styleD/build/typescript/component/menu.cjs +30 -30
  206. package/dist/styleD/build/typescript/component/menu.js +30 -30
  207. package/dist/styleD/build/typescript/component/select.cjs +2 -2
  208. package/dist/styleD/build/typescript/component/select.js +2 -2
  209. package/dist/styleD/build/typescript/component/textArea.cjs +3 -3
  210. package/dist/styleD/build/typescript/component/textArea.js +3 -3
  211. package/dist/styleD/build/typescript/component/textInput.cjs +3 -3
  212. package/dist/styleD/build/typescript/component/textInput.js +3 -3
  213. package/dist/styleD/build/typescript/component/{TopBar.cjs → topBar.cjs} +28 -28
  214. package/dist/styleD/build/typescript/component/{TopBar.js → topBar.js} +28 -28
  215. package/dist/styleD/build/typescript/semantic/colors.cjs +39 -38
  216. package/dist/styleD/build/typescript/semantic/colors.js +39 -38
  217. package/dist/styleD/build/typescript/semantic/grid.cjs +21 -0
  218. package/dist/styleD/build/typescript/semantic/grid.js +19 -0
  219. package/dist/styleD/build/typescript/semantic/sizing.cjs +8 -1
  220. package/dist/styleD/build/typescript/semantic/sizing.js +8 -1
  221. package/dist/styleD/build/typescript/semantic/typography.cjs +75 -75
  222. package/dist/styleD/build/typescript/semantic/typography.js +75 -75
  223. package/dist/types/{alert-banner.d.ts → AlertBanner.d.ts} +3 -3
  224. package/dist/types/{avatar.d.ts → Avatar.d.ts} +3 -3
  225. package/dist/types/{avatar-button.d.ts → AvatarButton.d.ts} +3 -3
  226. package/dist/types/{avatar-link.d.ts → AvatarLink.d.ts} +3 -3
  227. package/dist/types/{button.d.ts → Button.d.ts} +3 -3
  228. package/dist/types/{byline.d.ts → Byline.d.ts} +3 -3
  229. package/dist/types/{checkbox.d.ts → Checkbox.d.ts} +4 -4
  230. package/dist/types/{date-picker.d.ts → DatePicker.d.ts} +3 -3
  231. package/dist/types/{favicon.d.ts → Favicon.d.ts} +3 -3
  232. package/dist/types/{grid.d.ts → Grid.d.ts} +4 -4
  233. package/dist/types/{icon.d.ts → Icon.d.ts} +3 -3
  234. package/dist/types/{icon-button.d.ts → IconButton.d.ts} +3 -3
  235. package/dist/types/{icon-link-button.d.ts → IconLinkButton.d.ts} +3 -3
  236. package/dist/types/{inline-message.d.ts → InlineMessage.d.ts} +3 -3
  237. package/dist/types/{intended-audience-signifier.d.ts → IntendedAudienceSignifier.d.ts} +3 -3
  238. package/dist/types/{layout.d.ts → Layout.d.ts} +3 -3
  239. package/dist/types/{link.d.ts → Link.d.ts} +3 -3
  240. package/dist/types/{link-button.d.ts → LinkButton.d.ts} +3 -3
  241. package/dist/types/{menu.d.ts → Menu.d.ts} +3 -3
  242. package/dist/types/{radio-group.d.ts → RadioGroup.d.ts} +3 -3
  243. package/dist/types/{select.d.ts → Select.d.ts} +3 -3
  244. package/dist/types/{tag-picker.d.ts → TagPicker.d.ts} +3 -3
  245. package/dist/types/{text-area.d.ts → TextArea.d.ts} +3 -3
  246. package/dist/types/{text-input.d.ts → TextInput.d.ts} +3 -3
  247. package/dist/types/TopBar.d.ts +15 -15
  248. package/dist/types/{typography.d.ts → Typography.d.ts} +3 -3
  249. package/dist/types/{user-menu.d.ts → UserMenu.d.ts} +1 -1
  250. package/dist/types/components/{alert-banner → AlertBanner}/sandbox.d.ts +2 -2
  251. package/dist/types/components/{alert-banner → AlertBanner}/types.d.ts +2 -2
  252. package/dist/types/components/{avatar → Avatar}/sandbox.d.ts +2 -2
  253. package/dist/types/components/{avatar-button → AvatarButton}/sandbox.d.ts +1 -1
  254. package/dist/types/components/{avatar-button → AvatarButton}/styles.d.ts +1 -1
  255. package/dist/types/components/{avatar-button → AvatarButton}/types.d.ts +1 -1
  256. package/dist/types/components/{avatar-link → AvatarLink}/sandbox.d.ts +1 -1
  257. package/dist/types/components/{avatar-link → AvatarLink}/styles.d.ts +1 -1
  258. package/dist/types/components/{avatar-link → AvatarLink}/types.d.ts +1 -1
  259. package/dist/types/components/{button → Button}/sandbox.d.ts +2 -2
  260. package/dist/types/components/{button → Button}/types.d.ts +1 -1
  261. package/dist/types/components/{checkbox → Checkbox}/CheckboxGroupSandbox.d.ts +2 -2
  262. package/dist/types/components/{checkbox → Checkbox}/CheckboxSandbox.d.ts +2 -2
  263. package/dist/types/components/{checkbox → Checkbox}/types.d.ts +1 -1
  264. package/dist/types/components/DatePicker/sandbox.d.ts +2 -0
  265. package/dist/types/components/{date-picker → DatePicker}/types.d.ts +1 -1
  266. package/dist/types/components/{favicon → Favicon}/sandbox.d.ts +2 -2
  267. package/dist/types/components/{favicon → Favicon}/types.d.ts +1 -1
  268. package/dist/types/components/Grid/sandbox.d.ts +5 -0
  269. package/dist/types/components/Icon/sandbox.d.ts +5 -0
  270. package/dist/types/components/{icon-button → IconButton}/sandbox.d.ts +2 -2
  271. package/dist/types/components/{icon-button → IconButton}/styles.d.ts +20 -20
  272. package/dist/types/components/{icon-button → IconButton}/types.d.ts +1 -1
  273. package/dist/types/components/{icon-link-button → IconLinkButton}/sandbox.d.ts +2 -2
  274. package/dist/types/components/{icon-link-button → IconLinkButton}/styles.d.ts +20 -20
  275. package/dist/types/components/{icon-link-button → IconLinkButton}/types.d.ts +1 -1
  276. package/dist/types/components/InlineMessage/sandbox.d.ts +5 -0
  277. package/dist/types/components/{inline-message → InlineMessage}/types.d.ts +1 -1
  278. package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/sandbox.d.ts +1 -1
  279. package/dist/types/components/Layout/Layout.d.ts +11 -0
  280. package/dist/types/components/{layout → Layout}/sandbox.d.ts +1 -1
  281. package/dist/types/components/{layout → Layout}/styles.d.ts +5 -2
  282. package/dist/types/components/{layout → Layout}/types.d.ts +13 -3
  283. package/dist/types/components/{link → Link}/sandbox.d.ts +2 -2
  284. package/dist/types/components/{link → Link}/types.d.ts +1 -1
  285. package/dist/types/components/LinkButton/sandbox.d.ts +5 -0
  286. package/dist/types/components/{link-button → LinkButton}/styles.d.ts +20 -20
  287. package/dist/types/components/{link-button → LinkButton}/types.d.ts +1 -1
  288. package/dist/types/components/{menu → Menu}/sandbox.d.ts +2 -2
  289. package/dist/types/components/{menu → Menu}/types.d.ts +1 -1
  290. package/dist/types/components/{radio-group → RadioGroup}/sandbox.d.ts +2 -2
  291. package/dist/types/components/{radio-group → RadioGroup}/types.d.ts +1 -1
  292. package/dist/types/components/{select → Select}/sandbox.d.ts +2 -2
  293. package/dist/types/components/{select → Select}/types.d.ts +1 -1
  294. package/dist/types/components/{text-area → TextArea}/sandbox.d.ts +2 -2
  295. package/dist/types/components/{text-area → TextArea}/types.d.ts +1 -1
  296. package/dist/types/components/{text-input → TextInput}/sandbox.d.ts +2 -2
  297. package/dist/types/components/{text-input → TextInput}/types.d.ts +1 -1
  298. package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/sandbox.d.ts +2 -2
  299. package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/styles.d.ts +2 -2
  300. package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/sandbox.d.ts +2 -2
  301. package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/styles.d.ts +2 -2
  302. package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/types.d.ts +1 -1
  303. package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/sandbox.d.ts +2 -2
  304. package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/styles.d.ts +2 -2
  305. package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/types.d.ts +2 -2
  306. package/dist/types/components/{topbar → TopBar}/sandbox.d.ts +2 -2
  307. package/dist/types/components/{topbar → TopBar}/styles.d.ts +1 -1
  308. package/dist/types/components/{typography → Typography}/sandbox.d.ts +2 -2
  309. package/dist/types/index.d.ts +4 -2
  310. package/dist/types/styleD/build/typescript/base/colors.d.ts +2 -2
  311. package/dist/types/styleD/build/typescript/base/radius.d.ts +6 -6
  312. package/dist/types/styleD/build/typescript/base/sizing.d.ts +20 -20
  313. package/dist/types/styleD/build/typescript/base/spacing.d.ts +34 -34
  314. package/dist/types/styleD/build/typescript/base/typography.d.ts +42 -42
  315. package/dist/types/styleD/build/typescript/component/alertBanner.d.ts +8 -8
  316. package/dist/types/styleD/build/typescript/component/avatar.d.ts +33 -33
  317. package/dist/types/styleD/build/typescript/component/button.d.ts +18 -18
  318. package/dist/types/styleD/build/typescript/component/checkbox.d.ts +16 -16
  319. package/dist/types/styleD/build/typescript/component/favicon.d.ts +3 -3
  320. package/dist/types/styleD/build/typescript/component/form.d.ts +1 -1
  321. package/dist/types/styleD/build/typescript/component/grid.d.ts +15 -2
  322. package/dist/types/styleD/build/typescript/component/icon.d.ts +1 -1
  323. package/dist/types/styleD/build/typescript/component/inlineMessage.d.ts +2 -2
  324. package/dist/types/styleD/build/typescript/component/layout.d.ts +5 -3
  325. package/dist/types/styleD/build/typescript/component/menu.d.ts +30 -30
  326. package/dist/types/styleD/build/typescript/component/select.d.ts +2 -2
  327. package/dist/types/styleD/build/typescript/component/textArea.d.ts +3 -3
  328. package/dist/types/styleD/build/typescript/component/textInput.d.ts +3 -3
  329. package/dist/types/styleD/build/typescript/component/{TopBar.d.ts → topBar.d.ts} +26 -26
  330. package/dist/types/styleD/build/typescript/semantic/colors.d.ts +39 -38
  331. package/dist/types/styleD/build/typescript/semantic/grid.d.ts +21 -0
  332. package/dist/types/styleD/build/typescript/semantic/sizing.d.ts +8 -1
  333. package/dist/types/styleD/build/typescript/semantic/typography.d.ts +75 -75
  334. package/dist/types/templates/component/sandbox.d.ts +1 -1
  335. package/package.json +184 -183
  336. package/dist/avatarButton.cjs +0 -7
  337. package/dist/avatarButton.js +0 -1
  338. package/dist/avatarLink.cjs +0 -7
  339. package/dist/avatarLink.js +0 -1
  340. package/dist/checkbox.js +0 -3
  341. package/dist/components/grid/styles.cjs +0 -106
  342. package/dist/components/grid/styles.js +0 -98
  343. package/dist/components/intended-audience-signifier/IntendedAudienceSignifier.js +0 -37
  344. package/dist/components/layout/Layout.cjs +0 -114
  345. package/dist/components/layout/Layout.js +0 -83
  346. package/dist/components/typography/styles.cjs +0 -15
  347. package/dist/icon-button.cjs +0 -7
  348. package/dist/icon-button.js +0 -1
  349. package/dist/icon-link-button.cjs +0 -7
  350. package/dist/icon-link-button.js +0 -1
  351. package/dist/link-button.cjs +0 -7
  352. package/dist/link-button.js +0 -1
  353. package/dist/styleD/build/css/component/topBarItem.css +0 -7
  354. package/dist/tag-picker.js +0 -5
  355. package/dist/types/components/date-picker/sandbox.d.ts +0 -2
  356. package/dist/types/components/grid/sandbox.d.ts +0 -5
  357. package/dist/types/components/icon/sandbox.d.ts +0 -5
  358. package/dist/types/components/inline-message/sandbox.d.ts +0 -5
  359. package/dist/types/components/layout/Layout.d.ts +0 -19
  360. package/dist/types/components/link-button/sandbox.d.ts +0 -5
  361. /package/dist/{form.cjs → Form.cjs} +0 -0
  362. /package/dist/{form.js → Form.js} +0 -0
  363. /package/dist/components/{avatar → Avatar}/Avatar.cjs +0 -0
  364. /package/dist/components/{byline → Byline}/Byline.cjs +0 -0
  365. /package/dist/components/{byline → Byline}/Byline.js +0 -0
  366. /package/dist/components/{byline → Byline}/Preview.cjs +0 -0
  367. /package/dist/components/{byline → Byline}/Preview.js +0 -0
  368. /package/dist/components/{byline → Byline}/lib.cjs +0 -0
  369. /package/dist/components/{byline → Byline}/lib.js +0 -0
  370. /package/dist/components/{byline → Byline}/placeholder.cjs +0 -0
  371. /package/dist/components/{byline → Byline}/placeholder.js +0 -0
  372. /package/dist/components/{byline → Byline}/plugins.cjs +0 -0
  373. /package/dist/components/{byline → Byline}/plugins.js +0 -0
  374. /package/dist/components/{byline → Byline}/schema.cjs +0 -0
  375. /package/dist/components/{byline → Byline}/schema.js +0 -0
  376. /package/dist/components/{byline → Byline}/styles.cjs +0 -0
  377. /package/dist/components/{byline → Byline}/styles.js +0 -0
  378. /package/dist/components/{checkbox → Checkbox}/Checkbox.cjs +0 -0
  379. /package/dist/components/{date-picker → DatePicker}/styles.cjs +0 -0
  380. /package/dist/components/{date-picker → DatePicker}/styles.js +0 -0
  381. /package/dist/components/{form → Form}/types.cjs +0 -0
  382. /package/dist/components/{form → Form}/types.js +0 -0
  383. /package/dist/components/{grid → Grid}/Grid.cjs +0 -0
  384. /package/dist/components/{icon → Icon}/Icon.cjs +0 -0
  385. /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.cjs +0 -0
  386. /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.js +0 -0
  387. /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.cjs +0 -0
  388. /package/dist/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.js +0 -0
  389. /package/dist/components/{link → Link}/styles.cjs +0 -0
  390. /package/dist/components/{link → Link}/styles.js +0 -0
  391. /package/dist/components/{radio-group → RadioGroup}/styles.cjs +0 -0
  392. /package/dist/components/{radio-group → RadioGroup}/styles.js +0 -0
  393. /package/dist/components/{tag-picker → TagPicker}/Autocomplete.cjs +0 -0
  394. /package/dist/components/{tag-picker → TagPicker}/Autocomplete.js +0 -0
  395. /package/dist/components/{tag-picker → TagPicker}/TagAutocomplete.cjs +0 -0
  396. /package/dist/components/{tag-picker → TagPicker}/TagAutocomplete.js +0 -0
  397. /package/dist/components/{tag-picker → TagPicker}/TagTable.cjs +0 -0
  398. /package/dist/components/{tag-picker → TagPicker}/TagTable.js +0 -0
  399. /package/dist/components/{tag-picker → TagPicker}/styles.cjs +0 -0
  400. /package/dist/components/{tag-picker → TagPicker}/styles.js +0 -0
  401. /package/dist/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.cjs +0 -0
  402. /package/dist/components/{typography → Typography}/styles.js +0 -0
  403. /package/dist/components/{user-menu → UserMenu}/PreferenceRadioGroup.cjs +0 -0
  404. /package/dist/components/{user-menu → UserMenu}/PreferenceRadioGroup.js +0 -0
  405. /package/dist/components/{TitleText.cjs → UserMenu/TitleText.cjs} +0 -0
  406. /package/dist/components/{TitleText.js → UserMenu/TitleText.js} +0 -0
  407. /package/dist/components/{user-menu → UserMenu}/styles.cjs +0 -0
  408. /package/dist/components/{user-menu → UserMenu}/styles.js +0 -0
  409. /package/dist/types/{form.d.ts → Form.d.ts} +0 -0
  410. /package/dist/types/components/{alert-banner → AlertBanner}/AlertBanner.d.ts +0 -0
  411. /package/dist/types/components/{alert-banner → AlertBanner}/styles.d.ts +0 -0
  412. /package/dist/types/components/{avatar → Avatar}/Avatar.d.ts +0 -0
  413. /package/dist/types/components/{avatar → Avatar}/styles.d.ts +0 -0
  414. /package/dist/types/components/{avatar → Avatar}/types.d.ts +0 -0
  415. /package/dist/types/components/{avatar-button → AvatarButton}/AvatarButton.d.ts +0 -0
  416. /package/dist/types/components/{avatar-link → AvatarLink}/AvatarLink.d.ts +0 -0
  417. /package/dist/types/components/{button → Button}/Button.d.ts +0 -0
  418. /package/dist/types/components/{button → Button}/styles.d.ts +0 -0
  419. /package/dist/types/components/{byline → Byline}/Byline.d.ts +0 -0
  420. /package/dist/types/components/{byline → Byline}/Preview.d.ts +0 -0
  421. /package/dist/types/components/{byline → Byline}/contributors-fixture.d.ts +0 -0
  422. /package/dist/types/components/{byline → Byline}/lib.d.ts +0 -0
  423. /package/dist/types/components/{byline → Byline}/lib.test.d.ts +0 -0
  424. /package/dist/types/components/{byline → Byline}/placeholder.d.ts +0 -0
  425. /package/dist/types/components/{byline → Byline}/plugins.d.ts +0 -0
  426. /package/dist/types/components/{byline → Byline}/schema.d.ts +0 -0
  427. /package/dist/types/components/{byline → Byline}/styles.d.ts +0 -0
  428. /package/dist/types/components/{byline → Byline}/theme.d.ts +0 -0
  429. /package/dist/types/components/{checkbox → Checkbox}/Checkbox.d.ts +0 -0
  430. /package/dist/types/components/{checkbox → Checkbox}/CheckboxGroup.d.ts +0 -0
  431. /package/dist/types/components/{checkbox → Checkbox}/styles.d.ts +0 -0
  432. /package/dist/types/components/{date-picker → DatePicker}/DatePicker.d.ts +0 -0
  433. /package/dist/types/components/{date-picker → DatePicker}/styles.d.ts +0 -0
  434. /package/dist/types/components/{favicon → Favicon}/Favicon.d.ts +0 -0
  435. /package/dist/types/components/{favicon → Favicon}/styles.d.ts +0 -0
  436. /package/dist/types/components/{form → Form}/Form.d.ts +0 -0
  437. /package/dist/types/components/{form → Form}/styles.d.ts +0 -0
  438. /package/dist/types/components/{form → Form}/types.d.ts +0 -0
  439. /package/dist/types/components/{grid → Grid}/Grid.d.ts +0 -0
  440. /package/dist/types/components/{grid → Grid}/styles.d.ts +0 -0
  441. /package/dist/types/components/{grid → Grid}/styles.test.d.ts +0 -0
  442. /package/dist/types/components/{grid → Grid}/types.d.ts +0 -0
  443. /package/dist/types/components/{icon → Icon}/Icon.d.ts +0 -0
  444. /package/dist/types/components/{icon → Icon}/styles.d.ts +0 -0
  445. /package/dist/types/components/{icon → Icon}/types.d.ts +0 -0
  446. /package/dist/types/components/{icon-button → IconButton}/IconButton.d.ts +0 -0
  447. /package/dist/types/components/{icon-link-button → IconLinkButton}/IconLinkButton.d.ts +0 -0
  448. /package/dist/types/components/{inline-message → InlineMessage}/InlineMessage.d.ts +0 -0
  449. /package/dist/types/components/{inline-message → InlineMessage}/styles.d.ts +0 -0
  450. /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/FlagIcons.d.ts +0 -0
  451. /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/IntendedAudienceSignifier.d.ts +0 -0
  452. /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/styles.d.ts +0 -0
  453. /package/dist/types/components/{intended-audience-signifier → IntendedAudienceSignifier}/types.d.ts +0 -0
  454. /package/dist/types/components/{link → Link}/Link.d.ts +0 -0
  455. /package/dist/types/components/{link → Link}/styles.d.ts +0 -0
  456. /package/dist/types/components/{link-button → LinkButton}/LinkButton.d.ts +0 -0
  457. /package/dist/types/components/{menu → Menu}/Menu.d.ts +0 -0
  458. /package/dist/types/components/{menu → Menu}/styles.d.ts +0 -0
  459. /package/dist/types/components/{radio-group → RadioGroup}/RadioGroup.d.ts +0 -0
  460. /package/dist/types/components/{radio-group → RadioGroup}/styles.d.ts +0 -0
  461. /package/dist/types/components/{select → Select}/Select.d.ts +0 -0
  462. /package/dist/types/components/{select → Select}/styles.d.ts +0 -0
  463. /package/dist/types/components/{tag-picker → TagPicker}/Autocomplete.d.ts +0 -0
  464. /package/dist/types/components/{tag-picker → TagPicker}/TagAutocomplete.d.ts +0 -0
  465. /package/dist/types/components/{tag-picker → TagPicker}/TagTable.d.ts +0 -0
  466. /package/dist/types/components/{tag-picker → TagPicker}/example-tags.d.ts +0 -0
  467. /package/dist/types/components/{tag-picker → TagPicker}/styles.d.ts +0 -0
  468. /package/dist/types/components/{tag-picker → TagPicker}/types.d.ts +0 -0
  469. /package/dist/types/components/{text-area → TextArea}/TextArea.d.ts +0 -0
  470. /package/dist/types/components/{text-area → TextArea}/styles.d.ts +0 -0
  471. /package/dist/types/components/{text-input → TextInput}/TextInput.d.ts +0 -0
  472. /package/dist/types/components/{text-input → TextInput}/styles.d.ts +0 -0
  473. /package/dist/types/components/{topbar → TopBar}/TopBar.d.ts +0 -0
  474. /package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/TopBarItem.d.ts +0 -0
  475. /package/dist/types/components/{topbar/topBarItem → TopBar/TopBarItem}/types.d.ts +0 -0
  476. /package/dist/types/components/{topbar/topBarNavigation → TopBar/TopBarNavigation}/TopBarNavigation.d.ts +0 -0
  477. /package/dist/types/components/{topbar/topBarToolName → TopBar/TopBarToolName}/TopBarToolName.d.ts +0 -0
  478. /package/dist/types/components/{topbar → TopBar}/types.d.ts +0 -0
  479. /package/dist/types/components/{typography → Typography}/Typography.d.ts +0 -0
  480. /package/dist/types/components/{typography → Typography}/styles.d.ts +0 -0
  481. /package/dist/types/components/{typography → Typography}/types.d.ts +0 -0
  482. /package/dist/types/components/{user-menu → UserMenu}/PreferenceRadioGroup.d.ts +0 -0
  483. /package/dist/types/components/{TitleText.d.ts → UserMenu/TitleText.d.ts} +0 -0
  484. /package/dist/types/components/{user-menu → UserMenu}/UserMenu.d.ts +0 -0
  485. /package/dist/types/components/{user-menu → UserMenu}/default-options.d.ts +0 -0
  486. /package/dist/types/components/{user-menu → UserMenu}/model.d.ts +0 -0
  487. /package/dist/types/components/{user-menu → UserMenu}/styles.d.ts +0 -0
  488. /package/dist/types/components/{user-menu → UserMenu}/theme.d.ts +0 -0
  489. /package/dist/types/components/{user-menu → UserMenu}/types.d.ts +0 -0
@@ -7,16 +7,16 @@ export declare const componentCheckbox: {
7
7
  display: string;
8
8
  position: string;
9
9
  gap: string;
10
- 'align-items': string;
10
+ alignItems: string;
11
11
  color: string;
12
12
  cursor: string;
13
13
  indicator: {
14
14
  display: string;
15
- 'align-items': string;
16
- 'justify-content': string;
17
- 'flex-shrink': number;
15
+ alignItems: string;
16
+ justifyContent: string;
17
+ flexShrink: number;
18
18
  border: string;
19
- 'border-radius': string;
19
+ borderRadius: string;
20
20
  transition: string;
21
21
  svg: {
22
22
  fill: string;
@@ -30,23 +30,23 @@ export declare const componentCheckbox: {
30
30
  height: string;
31
31
  };
32
32
  selected: {
33
- 'background-color': string;
33
+ backgroundColor: string;
34
34
  border: string;
35
35
  svg: {
36
36
  fill: string;
37
37
  };
38
38
  };
39
- ':focus-visible': {
39
+ focusVisible: {
40
40
  outline: string;
41
- 'outline-offset': string;
41
+ outlineOffset: string;
42
42
  };
43
43
  error: {
44
- 'background-color': string;
44
+ backgroundColor: string;
45
45
  border: string;
46
46
  };
47
47
  };
48
48
  label: {
49
- 'align-self': string;
49
+ alignSelf: string;
50
50
  };
51
51
  disabled: {
52
52
  color: string;
@@ -54,7 +54,7 @@ export declare const componentCheckbox: {
54
54
  indicator: {
55
55
  border: string;
56
56
  selected: {
57
- 'background-color': string;
57
+ backgroundColor: string;
58
58
  };
59
59
  };
60
60
  };
@@ -83,17 +83,17 @@ export declare const componentCheckbox: {
83
83
  group: {
84
84
  shared: {
85
85
  display: string;
86
- 'flex-direction': string;
86
+ flexDirection: string;
87
87
  };
88
88
  sm: {
89
89
  gap: string;
90
- 'margin-top': string;
91
- 'margin-bottom': string;
90
+ marginTop: string;
91
+ marginBottom: string;
92
92
  };
93
93
  md: {
94
94
  gap: string;
95
- 'margin-top': string;
96
- 'margin-bottom': string;
95
+ marginTop: string;
96
+ marginBottom: string;
97
97
  };
98
98
  };
99
99
  };
@@ -8,9 +8,9 @@ export declare const componentFavicon: {
8
8
  };
9
9
  size: string;
10
10
  display: string;
11
- 'align-items': string;
12
- 'justify-content': string;
13
- 'user-select': string;
11
+ alignItems: string;
12
+ justifyContent: string;
13
+ userSelect: string;
14
14
  typography: {
15
15
  font: string;
16
16
  letterSpacing: string;
@@ -6,7 +6,7 @@ export declare const componentForm: {
6
6
  shared: {
7
7
  container: {
8
8
  display: string;
9
- 'flex-direction': string;
9
+ flexDirection: string;
10
10
  gap: string;
11
11
  width: string;
12
12
  };
@@ -5,12 +5,25 @@ export declare const componentGrid: {
5
5
  shared: {
6
6
  display: string;
7
7
  width: string;
8
- columns: number;
9
- gap: string;
10
8
  direction: string;
11
9
  wrap: string;
12
10
  justifyContent: string;
13
11
  alignItems: string;
14
12
  };
13
+ sm: {
14
+ columns: number;
15
+ gap: string;
16
+ padding: string;
17
+ };
18
+ md: {
19
+ columns: number;
20
+ gap: string;
21
+ padding: string;
22
+ };
23
+ lg: {
24
+ columns: number;
25
+ gap: string;
26
+ padding: string;
27
+ };
15
28
  };
16
29
  export type ComponentGrid = typeof componentGrid;
@@ -4,7 +4,7 @@
4
4
  export declare const componentIcon: {
5
5
  shared: {
6
6
  display: string;
7
- 'user-select': string;
7
+ userSelect: string;
8
8
  };
9
9
  sm: {
10
10
  size: string;
@@ -5,10 +5,10 @@ export declare const componentInlineMessage: {
5
5
  shared: {
6
6
  display: string;
7
7
  gap: string;
8
- 'align-items': string;
8
+ alignItems: string;
9
9
  icon: {
10
10
  size: string;
11
- 'align-self': string;
11
+ alignSelf: string;
12
12
  };
13
13
  typography: {
14
14
  font: string;
@@ -7,9 +7,6 @@ export declare const componentLayout: {
7
7
  display: string;
8
8
  minHeight: string;
9
9
  width: string;
10
- 'max-width': string;
11
- 'margin-left': string;
12
- 'margin-right': string;
13
10
  };
14
11
  sm: {
15
12
  gridTemplateAreas: string;
@@ -44,5 +41,10 @@ export declare const componentLayout: {
44
41
  width: string;
45
42
  };
46
43
  };
44
+ main: {
45
+ maxWidth: string;
46
+ marginLeft: string;
47
+ marginRight: string;
48
+ };
47
49
  };
48
50
  export type ComponentLayout = typeof componentLayout;
@@ -5,8 +5,8 @@ export declare const componentMenu: {
5
5
  menu: {
6
6
  shared: {
7
7
  display: string;
8
- 'flex-direction': string;
9
- 'background-color': string;
8
+ flexDirection: string;
9
+ backgroundColor: string;
10
10
  border: string;
11
11
  };
12
12
  };
@@ -14,14 +14,14 @@ export declare const componentMenu: {
14
14
  header: {
15
15
  shared: {
16
16
  display: string;
17
- 'align-items': string;
17
+ alignItems: string;
18
18
  padding: {
19
19
  top: string;
20
20
  right: string;
21
21
  bottom: string;
22
22
  left: string;
23
23
  };
24
- 'background-color': string;
24
+ backgroundColor: string;
25
25
  color: string;
26
26
  };
27
27
  sm: {
@@ -45,26 +45,26 @@ export declare const componentMenu: {
45
45
  menuItem: {
46
46
  shared: {
47
47
  display: string;
48
- 'grid-template-areas': string;
49
- 'grid-template-areas-with-description': string;
50
- 'grid-template-columns': string;
48
+ gridTemplateAreas: string;
49
+ gridTemplateAreasWithDescription: string;
50
+ gridTemplateColumns: string;
51
51
  gap: string;
52
- 'align-items': string;
52
+ alignItems: string;
53
53
  padding: {
54
54
  top: string;
55
55
  right: string;
56
56
  bottom: string;
57
57
  left: string;
58
58
  };
59
- 'border-bottom': string;
60
- 'background-color': string;
59
+ borderBottom: string;
60
+ backgroundColor: string;
61
61
  icon: {
62
- 'grid-area': string;
63
- 'align-self': string;
62
+ gridArea: string;
63
+ alignSelf: string;
64
64
  color: string;
65
65
  };
66
66
  label: {
67
- 'grid-area': string;
67
+ gridArea: string;
68
68
  color: string;
69
69
  typography: {
70
70
  font: string;
@@ -73,7 +73,7 @@ export declare const componentMenu: {
73
73
  };
74
74
  };
75
75
  description: {
76
- 'grid-area': string;
76
+ gridArea: string;
77
77
  color: string;
78
78
  typography: {
79
79
  font: string;
@@ -82,9 +82,9 @@ export declare const componentMenu: {
82
82
  };
83
83
  };
84
84
  aside: {
85
- 'grid-area': string;
86
- 'justify-self': string;
87
- 'align-self': string;
85
+ gridArea: string;
86
+ justifySelf: string;
87
+ alignSelf: string;
88
88
  color: string;
89
89
  typography: {
90
90
  font: string;
@@ -92,37 +92,37 @@ export declare const componentMenu: {
92
92
  fontWidth: number;
93
93
  };
94
94
  };
95
- ':last-child': {
96
- 'border-bottom': string;
95
+ lastChild: {
96
+ borderBottom: string;
97
97
  };
98
- ':hover': {
99
- 'background-color': string;
98
+ hover: {
99
+ backgroundColor: string;
100
100
  outline: string;
101
101
  };
102
- ':focus-visible': {
102
+ focusVisible: {
103
103
  outline: string;
104
- 'outline-offset': string;
104
+ outlineOffset: string;
105
105
  };
106
- ':pressed': {
107
- 'background-color': string;
106
+ pressed: {
107
+ backgroundColor: string;
108
108
  };
109
109
  };
110
110
  sm: {
111
111
  icon: {
112
112
  size: string;
113
- 'line-height': number;
113
+ lineHeight: number;
114
114
  };
115
115
  };
116
116
  md: {
117
117
  icon: {
118
118
  size: string;
119
- 'line-height': number;
119
+ lineHeight: number;
120
120
  };
121
121
  };
122
122
  };
123
123
  menuSeparator: {
124
124
  shared: {
125
- 'background-color': string;
125
+ backgroundColor: string;
126
126
  height: string;
127
127
  width: string;
128
128
  };
@@ -133,11 +133,11 @@ export declare const componentMenu: {
133
133
  shadow: string;
134
134
  };
135
135
  sm: {
136
- 'max-width': string;
136
+ maxWidth: string;
137
137
  width: string;
138
138
  };
139
139
  md: {
140
- 'max-width': string;
140
+ maxWidth: string;
141
141
  width: string;
142
142
  };
143
143
  };
@@ -30,7 +30,7 @@ export declare const componentSelect: {
30
30
  };
31
31
  focused: {
32
32
  outline: string;
33
- 'outline-offset': string;
33
+ outlineOffset: string;
34
34
  };
35
35
  disabled: {
36
36
  backgroundColor: string;
@@ -49,7 +49,7 @@ export declare const componentSelect: {
49
49
  paddingBottom: string;
50
50
  focused: {
51
51
  outline: string;
52
- 'outline-offset': string;
52
+ outlineOffset: string;
53
53
  backgroundColor: string;
54
54
  };
55
55
  };
@@ -12,10 +12,10 @@ export declare const componentTextArea: {
12
12
  left: string;
13
13
  };
14
14
  height: string;
15
- 'margin-top': string;
16
- 'border-radius': string;
15
+ marginTop: string;
16
+ borderRadius: string;
17
17
  border: string;
18
- 'background-color': string;
18
+ backgroundColor: string;
19
19
  placeholderColor: string;
20
20
  disabled: {
21
21
  backgroundColor: string;
@@ -11,10 +11,10 @@ export declare const componentTextInput: {
11
11
  bottom: string;
12
12
  left: string;
13
13
  };
14
- 'margin-top': string;
15
- 'border-radius': string;
14
+ marginTop: string;
15
+ borderRadius: string;
16
16
  border: string;
17
- 'background-color': string;
17
+ backgroundColor: string;
18
18
  placeholderColor: string;
19
19
  disabled: {
20
20
  backgroundColor: string;
@@ -2,16 +2,16 @@
2
2
  * Do not edit directly, this file was auto-generated.
3
3
  */
4
4
  export declare const componentTopBar: {
5
- 'background-color': string;
5
+ backgroundColor: string;
6
6
  display: string;
7
7
  height: string;
8
- 'justify-content': string;
9
- 'border-right': string;
10
- 'border-top': string;
11
- 'border-bottom': string;
12
- 'border-left': string;
8
+ justifyContent: string;
9
+ borderRight: string;
10
+ borderTop: string;
11
+ borderBottom: string;
12
+ borderLeft: string;
13
13
  spacer: {
14
- 'margin-left': string;
14
+ marginLeft: string;
15
15
  };
16
16
  collapsedNavMenu: {
17
17
  button: {
@@ -22,22 +22,22 @@ export declare const componentTopBar: {
22
22
  border: string;
23
23
  cursor: string;
24
24
  hovered: {
25
- 'background-color': string;
25
+ backgroundColor: string;
26
26
  };
27
27
  active: {
28
- 'background-color': string;
28
+ backgroundColor: string;
29
29
  };
30
30
  };
31
31
  popover: {
32
- 'background-color': string;
32
+ backgroundColor: string;
33
33
  border: string;
34
34
  offset: number;
35
35
  containerPadding: number;
36
36
  };
37
37
  };
38
- Item: {
38
+ item: {
39
39
  display: string;
40
- 'align-items': string;
40
+ alignItems: string;
41
41
  height: string;
42
42
  sm: {
43
43
  padding: {
@@ -65,15 +65,15 @@ export declare const componentTopBar: {
65
65
  };
66
66
  border: string;
67
67
  };
68
- Navigation: {
68
+ navigation: {
69
69
  shared: {
70
70
  display: string;
71
71
  position: string;
72
- 'align-items': string;
72
+ alignItems: string;
73
73
  cursor: string;
74
- 'text-decoration': string;
74
+ textDecoration: string;
75
75
  height: string;
76
- ':disabled': {
76
+ disabled: {
77
77
  cursor: string;
78
78
  color: string;
79
79
  };
@@ -83,17 +83,17 @@ export declare const componentTopBar: {
83
83
  bottom: string;
84
84
  left: string;
85
85
  };
86
- ':focus-visible': {
86
+ focusVisible: {
87
87
  outline: string;
88
- 'outline-offset': string;
88
+ outlineOffset: string;
89
89
  };
90
- 'border-top': string;
90
+ borderTop: string;
91
91
  divider: string;
92
92
  _menuOpen: {
93
93
  width: string;
94
94
  height: string;
95
95
  selected: {
96
- 'background-color': string;
96
+ backgroundColor: string;
97
97
  };
98
98
  };
99
99
  };
@@ -110,11 +110,11 @@ export declare const componentTopBar: {
110
110
  };
111
111
  selected: {
112
112
  color: string;
113
- 'border-bottom': string;
113
+ borderBottom: string;
114
114
  };
115
115
  unselected: {
116
116
  color: string;
117
- 'border-bottom': string;
117
+ borderBottom: string;
118
118
  };
119
119
  md: {
120
120
  typography: {
@@ -131,10 +131,10 @@ export declare const componentTopBar: {
131
131
  };
132
132
  };
133
133
  };
134
- ToolName: {
134
+ toolName: {
135
135
  display: string;
136
136
  color: string;
137
- 'align-items': string;
137
+ alignItems: string;
138
138
  gap: string;
139
139
  typography: {
140
140
  font: string;
@@ -182,12 +182,12 @@ export declare const componentTopBar: {
182
182
  };
183
183
  focused: {
184
184
  outline: string;
185
- 'outline-offset': string;
185
+ outlineOffset: string;
186
186
  };
187
187
  collapsed: {
188
188
  paddingLeft: string;
189
189
  paddingRight: string;
190
- 'justify-content': string;
190
+ justifyContent: string;
191
191
  };
192
192
  };
193
193
  };
@@ -5,13 +5,13 @@ export declare const semanticColors: {
5
5
  text: {
6
6
  strong: string;
7
7
  weak: string;
8
- 'strong-inverse': string;
9
- 'weak-inverse': string;
10
- 'stronger-inverse': string;
8
+ strongInverse: string;
9
+ weakInverse: string;
10
+ strongerInverse: string;
11
11
  error: string;
12
12
  warning: string;
13
13
  success: string;
14
- 'success-inverse': string;
14
+ successInverse: string;
15
15
  information: string;
16
16
  disabled: string;
17
17
  green: string;
@@ -19,64 +19,65 @@ export declare const semanticColors: {
19
19
  red: string;
20
20
  cyan: string;
21
21
  teal: string;
22
- 'cool-purple': string;
23
- 'warm-purple': string;
22
+ coolPurple: string;
23
+ warmPurple: string;
24
24
  magenta: string;
25
25
  orange: string;
26
26
  yellow: string;
27
27
  };
28
28
  bg: {
29
29
  base: string;
30
- 'raised-level-1': string;
31
- 'raised-level-2': string;
30
+ raisedLevel1: string;
31
+ raisedLevel2: string;
32
+ raisedLevel3: string;
32
33
  };
33
34
  border: {
34
35
  stronger: string;
35
36
  strong: string;
36
37
  weak: string;
37
38
  weaker: string;
38
- 'strong-inverse': string;
39
+ strongInverse: string;
39
40
  disabled: string;
40
41
  accent: string;
41
42
  error: string;
42
43
  focused: string;
43
44
  selected: string;
44
- 'selected-inverse': string;
45
+ selectedInverse: string;
45
46
  };
46
47
  fill: {
47
- 'accent-strong': string;
48
- 'accent-strong-hover': string;
49
- 'accent-strong-pressed': string;
48
+ accentStrong: string;
49
+ accentStrongHover: string;
50
+ accentStrongPressed: string;
50
51
  strong: string;
51
- 'strong-hover': string;
52
- 'strong-pressed': string;
52
+ strongHover: string;
53
+ strongPressed: string;
53
54
  weak: string;
54
- 'weak-hover': string;
55
- 'weak-pressed': string;
55
+ weakHover: string;
56
+ weakPressed: string;
56
57
  disabled: string;
57
- 'disabled-inverse': string;
58
+ disabledInverse: string;
58
59
  link: string;
59
- 'link-hover': string;
60
- 'link-pressed': string;
61
- 'green-weak': string;
62
- 'blue-weak': string;
63
- 'red-weak': string;
64
- 'cyan-weak': string;
65
- 'teal-weak': string;
66
- 'cool-purple-weak': string;
67
- 'warm-purple-weak': string;
68
- 'magenta-weak': string;
69
- 'orange-weak': string;
70
- 'yellow-weak': string;
60
+ linkHover: string;
61
+ linkPressed: string;
62
+ greenWeak: string;
63
+ blueWeak: string;
64
+ redWeak: string;
65
+ cyanWeak: string;
66
+ tealWeak: string;
67
+ coolPurpleWeak: string;
68
+ warmPurpleWeak: string;
69
+ magentaWeak: string;
70
+ orangeWeak: string;
71
+ yellowWeak: string;
71
72
  selected: string;
72
- 'draft-strong': string;
73
- 'live-weak': string;
74
- 'warning-weak': string;
75
- 'information-weak': string;
76
- 'error-weak': string;
77
- 'error-strong': string;
78
- 'success-weak': string;
79
- 'success-strong': string;
73
+ draftStrong: string;
74
+ liveWeak: string;
75
+ warningWeak: string;
76
+ informationWeak: string;
77
+ errorWeak: string;
78
+ errorStrong: string;
79
+ successWeak: string;
80
+ successStrong: string;
80
81
  };
81
82
  };
82
83
  export type SemanticColors = typeof semanticColors;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export declare const semanticGrid: {
5
+ gutter: {
6
+ lgPx: string;
7
+ mdPx: string;
8
+ smPx: string;
9
+ };
10
+ margin: {
11
+ lgPx: string;
12
+ mdPx: string;
13
+ smPx: string;
14
+ };
15
+ columns: {
16
+ lg: number;
17
+ md: number;
18
+ sm: number;
19
+ };
20
+ };
21
+ export type SemanticGrid = typeof semanticGrid;
@@ -18,7 +18,14 @@ export declare const semanticSizing: {
18
18
  border: {
19
19
  default: string;
20
20
  md: string;
21
- 'extra-wide': string;
21
+ extraWide: string;
22
+ };
23
+ sidebar: {
24
+ mdPx: string;
25
+ lgPx: string;
26
+ };
27
+ layout: {
28
+ maxWidthPx: string;
22
29
  };
23
30
  };
24
31
  export type SemanticSizing = typeof semanticSizing;