@fremtind/jokul 5.0.0-next.0 → 5.0.0-next.10

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 (739) hide show
  1. package/README.md +42 -23
  2. package/bin/jokul.mjs +10 -0
  3. package/bin/run-jokul-cli.mjs +63 -0
  4. package/build/build-stats.html +1 -1
  5. package/build/cjs/components/beta/description-list/DescriptionList.cjs +2 -0
  6. package/build/cjs/components/beta/description-list/DescriptionList.cjs.map +1 -0
  7. package/build/cjs/components/beta/description-list/DescriptionListItem.cjs +2 -0
  8. package/build/cjs/components/beta/description-list/DescriptionListItem.cjs.map +1 -0
  9. package/build/cjs/{components-beta → components/beta}/description-list/index.d.cts +2 -2
  10. package/build/cjs/components/beta/nav-link/NavLink.cjs +2 -0
  11. package/build/cjs/components/beta/nav-link/NavLink.cjs.map +1 -0
  12. package/build/cjs/components/beta/nav-link/index.d.cts +1 -0
  13. package/build/cjs/{components-beta → components/beta}/nav-link/types.d.cts +1 -1
  14. package/build/cjs/components/beta/select/Select.cjs +2 -0
  15. package/build/cjs/components/beta/select/Select.cjs.map +1 -0
  16. package/build/cjs/components/beta/select/index.d.cts +2 -0
  17. package/build/cjs/{components-beta → components/beta}/select/types.d.cts +1 -1
  18. package/build/cjs/components/breadcrumb/types.d.cts +1 -1
  19. package/build/cjs/components/card/Card.cjs +1 -1
  20. package/build/cjs/components/card/Card.cjs.map +1 -1
  21. package/build/cjs/components/card/index.d.cts +1 -1
  22. package/build/cjs/components/card/types.cjs +1 -1
  23. package/build/cjs/components/card/types.cjs.map +1 -1
  24. package/build/cjs/components/card/types.d.cts +3 -6
  25. package/build/cjs/components/checkbox/Checkbox.cjs +1 -1
  26. package/build/cjs/components/checkbox/Checkbox.cjs.map +1 -1
  27. package/build/cjs/components/checkbox/types.d.cts +1 -1
  28. package/build/cjs/components/cookie-consent/CookieConsent.cjs +1 -1
  29. package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
  30. package/build/cjs/components/cookie-consent/CookieConsent.d.cts +1 -1
  31. package/build/cjs/components/cookie-consent/types.d.cts +5 -1
  32. package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
  33. package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
  34. package/build/cjs/components/datepicker/types.d.cts +1 -1
  35. package/build/cjs/components/description-list/index.cjs +1 -1
  36. package/build/cjs/components/description-list/index.d.cts +3 -3
  37. package/build/cjs/components/description-list/types.d.cts +1 -1
  38. package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
  39. package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
  40. package/build/cjs/components/feedback/feedbackContext.cjs.map +1 -1
  41. package/build/cjs/components/feedback/feedbackContext.d.cts +1 -1
  42. package/build/cjs/components/feedback/followup/followupContext.cjs.map +1 -1
  43. package/build/cjs/components/feedback/followup/followupContext.d.cts +1 -1
  44. package/build/cjs/components/feedback/main-question/mainQuestionContext.cjs.map +1 -1
  45. package/build/cjs/components/feedback/main-question/mainQuestionContext.d.cts +1 -1
  46. package/build/cjs/components/feedback/questions/smileyUtils.cjs.map +1 -1
  47. package/build/cjs/components/file-input/internal/Dropzone.cjs.map +1 -1
  48. package/build/cjs/components/file-input/internal/Dropzone.d.cts +1 -1
  49. package/build/cjs/components/file-input/internal/fileInputContext.cjs.map +1 -1
  50. package/build/cjs/components/file-input/internal/fileInputContext.d.cts +1 -1
  51. package/build/cjs/components/icon/development/internal/IconsExampleGrid.d.cts +1 -1
  52. package/build/cjs/components/input-group/InputGroup.d.cts +2 -2
  53. package/build/cjs/components/input-group/types.d.cts +1 -1
  54. package/build/cjs/components/link/Link.cjs +1 -1
  55. package/build/cjs/components/link/Link.cjs.map +1 -1
  56. package/build/cjs/components/link/Link.d.cts +2 -2
  57. package/build/cjs/components/link/types.d.cts +1 -4
  58. package/build/cjs/components/link-list/LinkList.d.cts +1 -1
  59. package/build/cjs/components/list/ListItem.cjs.map +1 -1
  60. package/build/cjs/components/list/ListItem.d.cts +1 -1
  61. package/build/cjs/components/logo/types.d.cts +1 -1
  62. package/build/cjs/components/menu/types.d.cts +1 -1
  63. package/build/cjs/components/modal/Modal.cjs +1 -1
  64. package/build/cjs/components/modal/Modal.cjs.map +1 -1
  65. package/build/cjs/components/modal/Modal.d.cts +2 -9
  66. package/build/cjs/components/modal/index.d.cts +1 -1
  67. package/build/cjs/components/modal/types.d.cts +19 -1
  68. package/build/cjs/components/nav-link/index.cjs +1 -1
  69. package/build/cjs/components/nav-link/index.d.cts +2 -2
  70. package/build/cjs/components/popover/Popover.cjs +1 -1
  71. package/build/cjs/components/popover/Popover.cjs.map +1 -1
  72. package/build/cjs/components/radio-button/BaseRadioButton.cjs +1 -1
  73. package/build/cjs/components/radio-button/BaseRadioButton.cjs.map +1 -1
  74. package/build/cjs/components/radio-button/radioGroupContext.cjs.map +1 -1
  75. package/build/cjs/components/radio-button/radioGroupContext.d.cts +1 -1
  76. package/build/cjs/components/screen-reader-only/types.d.cts +1 -1
  77. package/build/cjs/components/select/index.cjs +1 -1
  78. package/build/cjs/components/select/index.d.cts +2 -2
  79. package/build/cjs/components/select/types.d.cts +1 -1
  80. package/build/cjs/components/system-message/types.d.cts +1 -1
  81. package/build/cjs/components/table/types.d.cts +1 -1
  82. package/build/cjs/components/table-of-contents/TableOfContents.d.cts +1 -1
  83. package/build/cjs/components/tabs/types.d.cts +1 -1
  84. package/build/cjs/components/text-area/BaseTextArea.cjs +1 -1
  85. package/build/cjs/components/text-area/BaseTextArea.cjs.map +1 -1
  86. package/build/cjs/components/text-area/counter.cjs +2 -0
  87. package/build/cjs/components/text-area/counter.cjs.map +1 -0
  88. package/build/cjs/components/text-area/counter.d.cts +2 -0
  89. package/build/cjs/components/text-area/types.d.cts +21 -1
  90. package/build/cjs/components/toast/types.d.cts +1 -1
  91. package/build/cjs/components/toggle-switch/types.d.cts +1 -1
  92. package/build/cjs/components/tooltip/Tooltip.cjs.map +1 -1
  93. package/build/cjs/components/tooltip/Tooltip.d.cts +1 -1
  94. package/build/cjs/components/typography/Text.cjs +2 -0
  95. package/build/cjs/components/typography/Text.cjs.map +1 -0
  96. package/build/cjs/components/typography/Text.d.cts +5 -0
  97. package/build/cjs/components/typography/Title.cjs +2 -0
  98. package/build/cjs/components/typography/Title.cjs.map +1 -0
  99. package/build/cjs/components/typography/Title.d.cts +5 -0
  100. package/build/cjs/components/typography/index.cjs +2 -0
  101. package/build/cjs/components/typography/index.d.cts +3 -0
  102. package/build/cjs/components/typography/types.d.cts +48 -0
  103. package/build/cjs/hooks/useAnimatedHeight/types.d.cts +1 -1
  104. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.cjs +1 -1
  105. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.cjs.map +1 -1
  106. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs +1 -1
  107. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs.map +1 -1
  108. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs +1 -1
  109. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs.map +1 -1
  110. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.d.cts +1 -1
  111. package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.d.cts +1 -1
  112. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.cjs.map +1 -1
  113. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.d.cts +1 -1
  114. package/build/cjs/hooks/useScreen/useScreen.cjs +1 -1
  115. package/build/cjs/hooks/useScreen/useScreen.cjs.map +1 -1
  116. package/build/cjs/tailwind/plugins/jokulTypographyPlugin.cjs +1 -1
  117. package/build/cjs/tailwind/plugins/jokulTypographyPlugin.cjs.map +1 -1
  118. package/build/cjs/tailwind/tailwindPreset.cjs +1 -1
  119. package/build/cjs/tailwind/tailwindPreset.cjs.map +1 -1
  120. package/build/cjs/tokens.cjs +2 -0
  121. package/build/cjs/tokens.cjs.map +1 -0
  122. package/build/cjs/tokens.d.cts +228 -0
  123. package/build/cjs/utilities/getThemeAndSize.cjs +1 -1
  124. package/build/cjs/utilities/getThemeAndSize.cjs.map +1 -1
  125. package/build/cjs/utilities/getThemeAndSize.d.cts +1 -1
  126. package/build/cjs/utilities/index.d.cts +1 -0
  127. package/build/cjs/utilities/types.cjs +2 -0
  128. package/build/cjs/utilities/types.cjs.map +1 -0
  129. package/build/cjs/{core → utilities}/types.d.cts +1 -1
  130. package/build/es/components/beta/description-list/DescriptionList.js +2 -0
  131. package/build/es/components/beta/description-list/DescriptionList.js.map +1 -0
  132. package/build/es/components/beta/description-list/DescriptionListItem.js +2 -0
  133. package/build/es/components/beta/description-list/DescriptionListItem.js.map +1 -0
  134. package/build/es/{components-beta → components/beta}/description-list/index.d.ts +2 -2
  135. package/build/es/components/beta/nav-link/NavLink.js +2 -0
  136. package/build/es/components/beta/nav-link/NavLink.js.map +1 -0
  137. package/build/es/components/beta/nav-link/index.d.ts +1 -0
  138. package/build/es/{components-beta → components/beta}/nav-link/types.d.ts +1 -1
  139. package/build/es/components/beta/select/Select.js +2 -0
  140. package/build/es/components/beta/select/Select.js.map +1 -0
  141. package/build/es/components/beta/select/index.d.ts +2 -0
  142. package/build/es/{components-beta → components/beta}/select/types.d.ts +1 -1
  143. package/build/es/components/breadcrumb/types.d.ts +1 -1
  144. package/build/es/components/card/Card.js +1 -1
  145. package/build/es/components/card/Card.js.map +1 -1
  146. package/build/es/components/card/index.d.ts +1 -1
  147. package/build/es/components/card/types.d.ts +3 -6
  148. package/build/es/components/card/types.js +1 -1
  149. package/build/es/components/card/types.js.map +1 -1
  150. package/build/es/components/checkbox/Checkbox.js +1 -1
  151. package/build/es/components/checkbox/Checkbox.js.map +1 -1
  152. package/build/es/components/checkbox/types.d.ts +1 -1
  153. package/build/es/components/cookie-consent/CookieConsent.d.ts +1 -1
  154. package/build/es/components/cookie-consent/CookieConsent.js +1 -1
  155. package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
  156. package/build/es/components/cookie-consent/types.d.ts +5 -1
  157. package/build/es/components/datepicker/DatePicker.js +1 -1
  158. package/build/es/components/datepicker/DatePicker.js.map +1 -1
  159. package/build/es/components/datepicker/types.d.ts +1 -1
  160. package/build/es/components/description-list/index.d.ts +3 -3
  161. package/build/es/components/description-list/index.js +1 -1
  162. package/build/es/components/description-list/types.d.ts +1 -1
  163. package/build/es/components/expander/ExpandablePanel.js +1 -1
  164. package/build/es/components/expander/ExpandablePanel.js.map +1 -1
  165. package/build/es/components/feedback/feedbackContext.d.ts +1 -1
  166. package/build/es/components/feedback/feedbackContext.js.map +1 -1
  167. package/build/es/components/feedback/followup/followupContext.d.ts +1 -1
  168. package/build/es/components/feedback/followup/followupContext.js.map +1 -1
  169. package/build/es/components/feedback/main-question/mainQuestionContext.d.ts +1 -1
  170. package/build/es/components/feedback/main-question/mainQuestionContext.js.map +1 -1
  171. package/build/es/components/feedback/questions/smileyUtils.js.map +1 -1
  172. package/build/es/components/file-input/internal/Dropzone.d.ts +1 -1
  173. package/build/es/components/file-input/internal/Dropzone.js.map +1 -1
  174. package/build/es/components/file-input/internal/fileInputContext.d.ts +1 -1
  175. package/build/es/components/file-input/internal/fileInputContext.js.map +1 -1
  176. package/build/es/components/icon/development/internal/IconsExampleGrid.d.ts +1 -1
  177. package/build/es/components/input-group/InputGroup.d.ts +2 -2
  178. package/build/es/components/input-group/types.d.ts +1 -1
  179. package/build/es/components/link/Link.d.ts +2 -2
  180. package/build/es/components/link/Link.js +1 -1
  181. package/build/es/components/link/Link.js.map +1 -1
  182. package/build/es/components/link/types.d.ts +1 -4
  183. package/build/es/components/link-list/LinkList.d.ts +1 -1
  184. package/build/es/components/list/ListItem.d.ts +1 -1
  185. package/build/es/components/list/ListItem.js.map +1 -1
  186. package/build/es/components/logo/types.d.ts +1 -1
  187. package/build/es/components/menu/types.d.ts +1 -1
  188. package/build/es/components/modal/Modal.d.ts +2 -9
  189. package/build/es/components/modal/Modal.js +1 -1
  190. package/build/es/components/modal/Modal.js.map +1 -1
  191. package/build/es/components/modal/index.d.ts +1 -1
  192. package/build/es/components/modal/types.d.ts +19 -1
  193. package/build/es/components/nav-link/index.d.ts +2 -2
  194. package/build/es/components/nav-link/index.js +1 -1
  195. package/build/es/components/popover/Popover.js +1 -1
  196. package/build/es/components/popover/Popover.js.map +1 -1
  197. package/build/es/components/radio-button/BaseRadioButton.js +1 -1
  198. package/build/es/components/radio-button/BaseRadioButton.js.map +1 -1
  199. package/build/es/components/radio-button/radioGroupContext.d.ts +1 -1
  200. package/build/es/components/radio-button/radioGroupContext.js.map +1 -1
  201. package/build/es/components/screen-reader-only/types.d.ts +1 -1
  202. package/build/es/components/select/index.d.ts +2 -2
  203. package/build/es/components/select/index.js +1 -1
  204. package/build/es/components/select/types.d.ts +1 -1
  205. package/build/es/components/system-message/types.d.ts +1 -1
  206. package/build/es/components/table/types.d.ts +1 -1
  207. package/build/es/components/table-of-contents/TableOfContents.d.ts +1 -1
  208. package/build/es/components/tabs/types.d.ts +1 -1
  209. package/build/es/components/text-area/BaseTextArea.js +1 -1
  210. package/build/es/components/text-area/BaseTextArea.js.map +1 -1
  211. package/build/es/components/text-area/counter.d.ts +2 -0
  212. package/build/es/components/text-area/counter.js +2 -0
  213. package/build/es/components/text-area/counter.js.map +1 -0
  214. package/build/es/components/text-area/types.d.ts +21 -1
  215. package/build/es/components/toast/types.d.ts +1 -1
  216. package/build/es/components/toggle-switch/types.d.ts +1 -1
  217. package/build/es/components/tooltip/Tooltip.d.ts +1 -1
  218. package/build/es/components/tooltip/Tooltip.js.map +1 -1
  219. package/build/es/components/typography/Text.d.ts +5 -0
  220. package/build/es/components/typography/Text.js +2 -0
  221. package/build/es/components/typography/Text.js.map +1 -0
  222. package/build/es/components/typography/Title.d.ts +5 -0
  223. package/build/es/components/typography/Title.js +2 -0
  224. package/build/es/components/typography/Title.js.map +1 -0
  225. package/build/es/components/typography/index.d.ts +3 -0
  226. package/build/es/components/typography/index.js +2 -0
  227. package/build/es/components/typography/types.d.ts +48 -0
  228. package/build/es/hooks/useAnimatedHeight/types.d.ts +1 -1
  229. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js +1 -1
  230. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -1
  231. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +1 -1
  232. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -1
  233. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.d.ts +1 -1
  234. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js +1 -1
  235. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -1
  236. package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.d.ts +1 -1
  237. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.d.ts +1 -1
  238. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -1
  239. package/build/es/hooks/useScreen/useScreen.js +1 -1
  240. package/build/es/hooks/useScreen/useScreen.js.map +1 -1
  241. package/build/es/tailwind/plugins/jokulTypographyPlugin.js +1 -1
  242. package/build/es/tailwind/plugins/jokulTypographyPlugin.js.map +1 -1
  243. package/build/es/tailwind/tailwindPreset.js +1 -1
  244. package/build/es/tailwind/tailwindPreset.js.map +1 -1
  245. package/build/es/tokens.d.ts +228 -0
  246. package/build/es/tokens.js +2 -0
  247. package/build/es/tokens.js.map +1 -0
  248. package/build/es/utilities/getThemeAndSize.d.ts +1 -1
  249. package/build/es/utilities/getThemeAndSize.js +1 -1
  250. package/build/es/utilities/getThemeAndSize.js.map +1 -1
  251. package/build/es/utilities/index.d.ts +1 -0
  252. package/build/es/{core → utilities}/types.d.ts +1 -1
  253. package/build/es/utilities/types.js +2 -0
  254. package/build/es/utilities/types.js.map +1 -0
  255. package/codemods/__tests__/import-paths.test.mjs +273 -0
  256. package/codemods/import-paths.mjs +527 -0
  257. package/package.json +13 -585
  258. package/src/fonts/InterVariable-Italic.woff2 +0 -0
  259. package/src/fonts/InterVariable.woff2 +0 -0
  260. package/src/fonts/brands/dnb/DNB-Bold.woff2 +0 -0
  261. package/src/fonts/brands/dnb/DNB-Medium.woff2 +0 -0
  262. package/src/fonts/brands/dnb/DNB-Regular.woff2 +0 -0
  263. package/src/fonts/brands/dnb/DNBMono-Regular.woff2 +0 -0
  264. package/src/fonts/brands/eika/OpenSans-Bold.woff2 +0 -0
  265. package/src/fonts/brands/eika/OpenSans-Light.woff2 +0 -0
  266. package/src/fonts/brands/eika/OpenSans-Regular.woff2 +0 -0
  267. package/src/fonts/brands/eika/OpenSans-SemiBold.woff2 +0 -0
  268. package/src/fonts/brands/fremtind/Fremtind-Material-Symbols.woff2 +0 -0
  269. package/src/fonts/brands/fremtind/InterVariable-Italic.woff2 +0 -0
  270. package/src/fonts/brands/fremtind/InterVariable.woff2 +0 -0
  271. package/src/fonts/brands/sparebank1/SpareBank1-Medium-Web.woff2 +0 -0
  272. package/src/fonts/brands/sparebank1/SpareBank1-Regular-Web.woff2 +0 -0
  273. package/src/fonts/brands/sparebank1/SpareBank1-Title-Medium-Web.woff2 +0 -0
  274. package/styles/base.css +2024 -0
  275. package/styles/base.min.css +2 -0
  276. package/styles/components/autosuggest/autosuggest.css +8 -14
  277. package/styles/components/autosuggest/autosuggest.min.css +1 -1
  278. package/styles/components/autosuggest/autosuggest.scss +5 -5
  279. package/styles/{components-beta → components/beta}/description-list/description-list.css +1 -1
  280. package/styles/{components-beta → components/beta}/description-list/description-list.min.css +1 -1
  281. package/styles/{components-beta → components/beta}/description-list/description-list.scss +2 -2
  282. package/styles/{components-beta → components/beta}/nav-link/navlink.css +13 -16
  283. package/styles/components/beta/nav-link/navlink.min.css +1 -0
  284. package/styles/{components-beta → components/beta}/nav-link/navlink.scss +8 -6
  285. package/styles/components/beta/select/_index.scss +3 -0
  286. package/styles/{components-beta → components/beta}/select/select.css +13 -16
  287. package/styles/components/beta/select/select.min.css +1 -0
  288. package/styles/{components-beta → components/beta}/select/select.scss +9 -9
  289. package/styles/components/breadcrumb/breadcrumb.css +1 -1
  290. package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
  291. package/styles/components/breadcrumb/breadcrumb.scss +1 -1
  292. package/styles/components/button/button.css +17 -16
  293. package/styles/components/button/button.min.css +1 -1
  294. package/styles/components/button/button.scss +16 -16
  295. package/styles/components/card/card.css +8 -13
  296. package/styles/components/card/card.min.css +1 -1
  297. package/styles/components/card/card.scss +6 -13
  298. package/styles/components/checkbox/checkbox.css +51 -44
  299. package/styles/components/checkbox/checkbox.min.css +1 -1
  300. package/styles/components/checkbox/checkbox.scss +36 -35
  301. package/styles/components/checkbox-panel/checkbox-panel.css +80 -74
  302. package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
  303. package/styles/components/checkbox-panel/checkbox-panel.scss +5 -1
  304. package/styles/components/checkbox-panel/development/styles.scss +1 -1
  305. package/styles/components/chip/chip.css +10 -13
  306. package/styles/components/chip/chip.min.css +1 -1
  307. package/styles/components/chip/chip.scss +8 -8
  308. package/styles/components/combobox/combobox.css +37 -47
  309. package/styles/components/combobox/combobox.min.css +1 -1
  310. package/styles/components/combobox/combobox.scss +16 -20
  311. package/styles/components/cookie-consent/cookie-consent.css +1 -5
  312. package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
  313. package/styles/components/cookie-consent/cookie-consent.scss +1 -1
  314. package/styles/components/countdown/countdown.css +4 -4
  315. package/styles/components/countdown/countdown.min.css +1 -1
  316. package/styles/components/datepicker/_calendar-date-button.scss +13 -11
  317. package/styles/components/datepicker/_calendar-navigation-dropdown.scss +3 -3
  318. package/styles/components/datepicker/_calendar-navigation.scss +1 -1
  319. package/styles/components/datepicker/_calendar-table.scss +1 -1
  320. package/styles/components/datepicker/_calendar.scss +7 -8
  321. package/styles/components/datepicker/datepicker.css +28 -32
  322. package/styles/components/datepicker/datepicker.min.css +1 -1
  323. package/styles/components/datepicker/datepicker.scss +1 -1
  324. package/styles/components/description-list/description-list.css +2 -2
  325. package/styles/components/description-list/description-list.min.css +1 -1
  326. package/styles/components/description-list/description-list.scss +3 -3
  327. package/styles/components/expander/expandable.css +24 -21
  328. package/styles/components/expander/expandable.min.css +1 -1
  329. package/styles/components/expander/expandable.scss +21 -21
  330. package/styles/components/feedback/_index.scss +1 -1
  331. package/styles/components/feedback/feedback.css +14 -20
  332. package/styles/components/feedback/feedback.min.css +1 -1
  333. package/styles/components/feedback/feedback.scss +5 -10
  334. package/styles/components/file/file.css +10 -18
  335. package/styles/components/file/file.min.css +1 -1
  336. package/styles/components/file/file.scss +7 -7
  337. package/styles/components/file-input/file-input.css +55 -73
  338. package/styles/components/file-input/file-input.min.css +1 -1
  339. package/styles/components/file-input/file-input.scss +4 -4
  340. package/styles/components/help/help.css +2 -2
  341. package/styles/components/help/help.min.css +1 -1
  342. package/styles/components/help/help.scss +5 -5
  343. package/styles/components/icon/_base-styles.scss +13 -17
  344. package/styles/components/icon/icon.css +14 -35
  345. package/styles/components/icon/icon.min.css +1 -1
  346. package/styles/components/icon/icon.scss +74 -88
  347. package/styles/components/icon-button/icon-button.css +4 -4
  348. package/styles/components/icon-button/icon-button.min.css +1 -1
  349. package/styles/components/icon-button/icon-button.scss +2 -2
  350. package/styles/components/image/image.css +2 -2
  351. package/styles/components/image/image.min.css +1 -1
  352. package/styles/components/image/image.scss +1 -1
  353. package/styles/components/input-group/_field-group.scss +1 -1
  354. package/styles/components/input-group/_labels.scss +1 -1
  355. package/styles/components/input-group/input-group.css +12 -27
  356. package/styles/components/input-group/input-group.min.css +1 -1
  357. package/styles/components/input-group/input-group.scss +1 -1
  358. package/styles/components/input-panel/input-panel.css +26 -30
  359. package/styles/components/input-panel/input-panel.min.css +1 -1
  360. package/styles/components/input-panel/input-panel.scss +23 -22
  361. package/styles/components/link/link.css +8 -9
  362. package/styles/components/link/link.min.css +1 -1
  363. package/styles/components/link/link.scss +1 -2
  364. package/styles/components/link-list/link-list.css +19 -25
  365. package/styles/components/link-list/link-list.min.css +1 -1
  366. package/styles/components/link-list/link-list.scss +8 -4
  367. package/styles/components/list/list.css +6 -27
  368. package/styles/components/list/list.min.css +1 -1
  369. package/styles/components/list/list.scss +11 -15
  370. package/styles/components/loader/loader.css +6 -6
  371. package/styles/components/loader/loader.min.css +1 -1
  372. package/styles/components/loader/loader.scss +1 -1
  373. package/styles/components/loader/skeleton-loader.css +4 -4
  374. package/styles/components/loader/skeleton-loader.min.css +1 -1
  375. package/styles/components/loader/skeleton-loader.scss +2 -2
  376. package/styles/components/logo/logo.css +4 -4
  377. package/styles/components/logo/logo.min.css +1 -1
  378. package/styles/components/logo/logo.scss +1 -1
  379. package/styles/components/menu/_menu-divider.scss +2 -2
  380. package/styles/components/menu/_menu-item.scss +3 -3
  381. package/styles/components/menu/menu.css +10 -25
  382. package/styles/components/menu/menu.min.css +1 -1
  383. package/styles/components/menu/menu.scss +8 -12
  384. package/styles/components/message/message.css +26 -28
  385. package/styles/components/message/message.min.css +1 -1
  386. package/styles/components/message/message.scss +20 -13
  387. package/styles/components/modal/_layout.scss +22 -0
  388. package/styles/components/modal/_modal-base.scss +32 -0
  389. package/styles/components/modal/_motion.scss +45 -0
  390. package/styles/components/modal/_overlay.scss +20 -0
  391. package/styles/components/modal/_parts.scss +33 -0
  392. package/styles/components/modal/_placement.scss +59 -0
  393. package/styles/components/modal/modal.css +120 -42
  394. package/styles/components/modal/modal.min.css +1 -1
  395. package/styles/components/modal/modal.scss +6 -95
  396. package/styles/components/nav-link/nav-link.css +5 -5
  397. package/styles/components/nav-link/nav-link.min.css +1 -1
  398. package/styles/components/nav-link/nav-link.scss +2 -2
  399. package/styles/components/pagination/development/styles.scss +1 -1
  400. package/styles/components/pagination/pagination.css +4 -4
  401. package/styles/components/pagination/pagination.min.css +1 -1
  402. package/styles/components/pagination/pagination.scss +3 -3
  403. package/styles/components/popover/popover.css +17 -18
  404. package/styles/components/popover/popover.min.css +1 -1
  405. package/styles/components/popover/popover.scss +21 -11
  406. package/styles/components/progress-bar/progress-bar.css +29 -5
  407. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  408. package/styles/components/progress-bar/progress-bar.scss +6 -1
  409. package/styles/components/radio-button/radio-button.css +55 -38
  410. package/styles/components/radio-button/radio-button.min.css +1 -1
  411. package/styles/components/radio-button/radio-button.scss +40 -31
  412. package/styles/components/radio-panel/development/styles.scss +1 -1
  413. package/styles/components/radio-panel/radio-panel.css +29 -30
  414. package/styles/components/radio-panel/radio-panel.min.css +1 -1
  415. package/styles/components/radio-panel/radio-panel.scss +5 -1
  416. package/styles/components/search/search-with-submit-button.css +3 -3
  417. package/styles/components/search/search-with-submit-button.min.css +1 -1
  418. package/styles/components/search/search-with-submit-button.scss +2 -2
  419. package/styles/components/search/search.css +12 -18
  420. package/styles/components/search/search.min.css +1 -1
  421. package/styles/components/search/search.scss +4 -4
  422. package/styles/components/segmented-control/segmented-control.css +98 -121
  423. package/styles/components/segmented-control/segmented-control.min.css +1 -1
  424. package/styles/components/segmented-control/segmented-control.scss +8 -8
  425. package/styles/components/select/select.css +29 -39
  426. package/styles/components/select/select.min.css +1 -1
  427. package/styles/components/select/select.scss +25 -31
  428. package/styles/components/summary-table/development/summary-table-example.scss +1 -1
  429. package/styles/components/summary-table/summary-table.css +5 -8
  430. package/styles/components/summary-table/summary-table.min.css +1 -1
  431. package/styles/components/summary-table/summary-table.scss +5 -5
  432. package/styles/components/system-message/system-message.css +25 -18
  433. package/styles/components/system-message/system-message.min.css +1 -1
  434. package/styles/components/system-message/system-message.scss +120 -110
  435. package/styles/components/table/_table-caption.scss +1 -1
  436. package/styles/components/table/_table-cell.scss +1 -1
  437. package/styles/components/table/_table-head.scss +3 -13
  438. package/styles/components/table/_table-header.scss +4 -4
  439. package/styles/components/table/_table-pagination.scss +1 -1
  440. package/styles/components/table/_table-row.scss +6 -4
  441. package/styles/components/table/table.css +23 -49
  442. package/styles/components/table/table.min.css +1 -1
  443. package/styles/components/table/table.scss +1 -1
  444. package/styles/components/table-of-contents/table-of-contents.css +5 -9
  445. package/styles/components/table-of-contents/table-of-contents.min.css +1 -1
  446. package/styles/components/table-of-contents/table-of-contents.scss +4 -4
  447. package/styles/components/tabs/tabs.css +11 -14
  448. package/styles/components/tabs/tabs.min.css +1 -1
  449. package/styles/components/tabs/tabs.scss +6 -7
  450. package/styles/components/tag/tag.css +18 -11
  451. package/styles/components/tag/tag.min.css +1 -1
  452. package/styles/components/tag/tag.scss +20 -9
  453. package/styles/components/text-area/text-area.css +21 -30
  454. package/styles/components/text-area/text-area.min.css +1 -1
  455. package/styles/components/text-area/text-area.scss +1 -1
  456. package/styles/components/text-input/text-input.css +16 -22
  457. package/styles/components/text-input/text-input.min.css +1 -1
  458. package/styles/components/text-input/text-input.scss +2 -3
  459. package/styles/components/toast/toast.css +22 -21
  460. package/styles/components/toast/toast.min.css +1 -1
  461. package/styles/components/toast/toast.scss +20 -20
  462. package/styles/components/toggle-switch/_toggle-slider.scss +5 -5
  463. package/styles/components/toggle-switch/toggle-switch.css +22 -35
  464. package/styles/components/toggle-switch/toggle-switch.min.css +1 -3
  465. package/styles/components/toggle-switch/toggle-switch.scss +11 -23
  466. package/styles/components/tooltip/tooltip.css +9 -13
  467. package/styles/components/tooltip/tooltip.min.css +1 -1
  468. package/styles/components/tooltip/tooltip.scss +6 -6
  469. package/styles/components/typography/_index.scss +2 -0
  470. package/styles/components/typography/text.css +38 -0
  471. package/styles/components/typography/text.min.css +1 -0
  472. package/styles/components/typography/text.scss +54 -0
  473. package/styles/components/typography/title.css +55 -0
  474. package/styles/components/typography/title.min.css +1 -0
  475. package/styles/components/typography/title.scss +59 -0
  476. package/styles/{styles.css → components.css} +945 -939
  477. package/styles/components.min.css +1 -0
  478. package/styles/components.scss +53 -0
  479. package/styles/core/utility/_paragraphs.scss +11 -1
  480. package/styles/{core/global → global}/_base-class.scss +6 -4
  481. package/styles/hooks/stories/styles.scss +7 -9
  482. package/styles/{core/jkl/_theme.scss → jkl/_forced-colors.scss} +0 -49
  483. package/styles/{core/jkl → jkl}/_index.scss +3 -6
  484. package/styles/{core/jkl → jkl}/_motion.scss +8 -26
  485. package/styles/{core/jkl → jkl}/_ornaments.scss +1 -1
  486. package/styles/{core/jkl → jkl}/_reset.scss +2 -2
  487. package/styles/{core/jkl → jkl}/_spacing.scss +1 -6
  488. package/styles/jkl/_tokens.scss +380 -0
  489. package/styles/jkl/_typography.scss +95 -0
  490. package/styles/shared/input/shared-input-styles.scss +12 -16
  491. package/styles/shared/track/track.scss +3 -3
  492. package/styles/tailwind.css +215 -0
  493. package/styles/theme/_color-scheme.scss +131 -0
  494. package/styles/{core/theme → theme}/_dynamic-spacing.scss +7 -3
  495. package/styles/theme/_fonts.scss +97 -0
  496. package/styles/theme/_index.scss +9 -0
  497. package/styles/theme/_size.scss +53 -0
  498. package/styles/theme/_tokens.scss +94 -0
  499. package/styles/theme/brands/dnb/_color-scheme.scss +121 -0
  500. package/styles/theme/brands/dnb/_fonts.scss +46 -0
  501. package/styles/theme/brands/dnb/_index.scss +2 -0
  502. package/styles/theme/brands/eika/_color-scheme.scss +121 -0
  503. package/styles/theme/brands/eika/_fonts.scss +46 -0
  504. package/styles/theme/brands/eika/_index.scss +2 -0
  505. package/styles/theme/brands/fremtind/_color-scheme.scss +121 -0
  506. package/styles/theme/brands/fremtind/_fonts.scss +30 -0
  507. package/styles/theme/brands/fremtind/_index.scss +2 -0
  508. package/styles/theme/brands/sparebank1/_color-scheme.scss +121 -0
  509. package/styles/theme/brands/sparebank1/_fonts.scss +38 -0
  510. package/styles/theme/brands/sparebank1/_index.scss +2 -0
  511. package/styles/utility/_paragraphs.scss +24 -0
  512. package/styles/{core/utility → utility}/_spacing.scss +3 -2
  513. package/build/cjs/components-beta/description-list/DescriptionList.cjs +0 -2
  514. package/build/cjs/components-beta/description-list/DescriptionList.cjs.map +0 -1
  515. package/build/cjs/components-beta/description-list/DescriptionListItem.cjs +0 -2
  516. package/build/cjs/components-beta/description-list/DescriptionListItem.cjs.map +0 -1
  517. package/build/cjs/components-beta/nav-link/NavLink.cjs +0 -2
  518. package/build/cjs/components-beta/nav-link/NavLink.cjs.map +0 -1
  519. package/build/cjs/components-beta/nav-link/index.d.cts +0 -1
  520. package/build/cjs/components-beta/select/Select.cjs +0 -2
  521. package/build/cjs/components-beta/select/Select.cjs.map +0 -1
  522. package/build/cjs/components-beta/select/index.d.cts +0 -2
  523. package/build/cjs/core/index.cjs +0 -2
  524. package/build/cjs/core/index.d.cts +0 -2
  525. package/build/cjs/core/tokens/build-tailwind-4.cjs +0 -2
  526. package/build/cjs/core/tokens/build-tailwind-4.cjs.map +0 -1
  527. package/build/cjs/core/tokens/build-tailwind-4.d.cts +0 -1
  528. package/build/cjs/core/tokens/style-dictionary/build.cjs +0 -2
  529. package/build/cjs/core/tokens/style-dictionary/build.cjs.map +0 -1
  530. package/build/cjs/core/tokens/style-dictionary/build.d.cts +0 -0
  531. package/build/cjs/core/tokens/style-dictionary/config.cjs +0 -2
  532. package/build/cjs/core/tokens/style-dictionary/config.cjs.map +0 -1
  533. package/build/cjs/core/tokens/style-dictionary/config.d.cts +0 -4
  534. package/build/cjs/core/tokens/style-dictionary/filters/index.cjs +0 -2
  535. package/build/cjs/core/tokens/style-dictionary/filters/index.cjs.map +0 -1
  536. package/build/cjs/core/tokens/style-dictionary/filters/index.d.cts +0 -3
  537. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs +0 -2
  538. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs.map +0 -1
  539. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.cts +0 -3
  540. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs +0 -2
  541. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs.map +0 -1
  542. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.d.cts +0 -3
  543. package/build/cjs/core/tokens/style-dictionary/formats/index.cjs +0 -2
  544. package/build/cjs/core/tokens/style-dictionary/formats/index.cjs.map +0 -1
  545. package/build/cjs/core/tokens/style-dictionary/formats/index.d.cts +0 -6
  546. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs +0 -2
  547. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs.map +0 -1
  548. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.d.cts +0 -3
  549. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs +0 -2
  550. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs.map +0 -1
  551. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.d.cts +0 -3
  552. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs +0 -2
  553. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs.map +0 -1
  554. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.d.cts +0 -3
  555. package/build/cjs/core/tokens/style-dictionary/register.cjs +0 -2
  556. package/build/cjs/core/tokens/style-dictionary/register.cjs.map +0 -1
  557. package/build/cjs/core/tokens/style-dictionary/register.d.cts +0 -1
  558. package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs +0 -2
  559. package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs.map +0 -1
  560. package/build/cjs/core/tokens/style-dictionary/transforms/index.d.cts +0 -2
  561. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs +0 -2
  562. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs.map +0 -1
  563. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.d.cts +0 -3
  564. package/build/cjs/core/tokens.cjs +0 -2
  565. package/build/cjs/core/tokens.cjs.map +0 -1
  566. package/build/cjs/core/tokens.d.cts +0 -593
  567. package/build/cjs/index.cjs +0 -2
  568. package/build/cjs/index.cjs.map +0 -1
  569. package/build/cjs/index.d.cts +0 -3
  570. package/build/cjs/tailwind/colors.cjs +0 -2
  571. package/build/cjs/tailwind/colors.cjs.map +0 -1
  572. package/build/cjs/tailwind/colors.d.cts +0 -39
  573. package/build/es/components-beta/description-list/DescriptionList.js +0 -2
  574. package/build/es/components-beta/description-list/DescriptionList.js.map +0 -1
  575. package/build/es/components-beta/description-list/DescriptionListItem.js +0 -2
  576. package/build/es/components-beta/description-list/DescriptionListItem.js.map +0 -1
  577. package/build/es/components-beta/nav-link/NavLink.js +0 -2
  578. package/build/es/components-beta/nav-link/NavLink.js.map +0 -1
  579. package/build/es/components-beta/nav-link/index.d.ts +0 -1
  580. package/build/es/components-beta/select/Select.js +0 -2
  581. package/build/es/components-beta/select/Select.js.map +0 -1
  582. package/build/es/components-beta/select/index.d.ts +0 -2
  583. package/build/es/core/index.d.ts +0 -2
  584. package/build/es/core/index.js +0 -2
  585. package/build/es/core/tokens/build-tailwind-4.d.ts +0 -1
  586. package/build/es/core/tokens/build-tailwind-4.js +0 -2
  587. package/build/es/core/tokens/build-tailwind-4.js.map +0 -1
  588. package/build/es/core/tokens/style-dictionary/build.d.ts +0 -0
  589. package/build/es/core/tokens/style-dictionary/build.js +0 -2
  590. package/build/es/core/tokens/style-dictionary/build.js.map +0 -1
  591. package/build/es/core/tokens/style-dictionary/config.d.ts +0 -4
  592. package/build/es/core/tokens/style-dictionary/config.js +0 -2
  593. package/build/es/core/tokens/style-dictionary/config.js.map +0 -1
  594. package/build/es/core/tokens/style-dictionary/filters/index.d.ts +0 -3
  595. package/build/es/core/tokens/style-dictionary/filters/index.js +0 -2
  596. package/build/es/core/tokens/style-dictionary/filters/index.js.map +0 -1
  597. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.ts +0 -3
  598. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js +0 -2
  599. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js.map +0 -1
  600. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.d.ts +0 -3
  601. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js +0 -2
  602. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js.map +0 -1
  603. package/build/es/core/tokens/style-dictionary/formats/index.d.ts +0 -6
  604. package/build/es/core/tokens/style-dictionary/formats/index.js +0 -2
  605. package/build/es/core/tokens/style-dictionary/formats/index.js.map +0 -1
  606. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.d.ts +0 -3
  607. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js +0 -2
  608. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js.map +0 -1
  609. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.d.ts +0 -3
  610. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js +0 -2
  611. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js.map +0 -1
  612. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.d.ts +0 -3
  613. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js +0 -2
  614. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js.map +0 -1
  615. package/build/es/core/tokens/style-dictionary/register.d.ts +0 -1
  616. package/build/es/core/tokens/style-dictionary/register.js +0 -2
  617. package/build/es/core/tokens/style-dictionary/register.js.map +0 -1
  618. package/build/es/core/tokens/style-dictionary/transforms/index.d.ts +0 -2
  619. package/build/es/core/tokens/style-dictionary/transforms/index.js +0 -2
  620. package/build/es/core/tokens/style-dictionary/transforms/index.js.map +0 -1
  621. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.d.ts +0 -3
  622. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js +0 -2
  623. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js.map +0 -1
  624. package/build/es/core/tokens.d.ts +0 -593
  625. package/build/es/core/tokens.js +0 -2
  626. package/build/es/core/tokens.js.map +0 -1
  627. package/build/es/index.d.ts +0 -3
  628. package/build/es/index.js +0 -2
  629. package/build/es/index.js.map +0 -1
  630. package/build/es/tailwind/colors.d.ts +0 -39
  631. package/build/es/tailwind/colors.js +0 -2
  632. package/build/es/tailwind/colors.js.map +0 -1
  633. package/build/index-Ck94bTpt.cjs +0 -2
  634. package/build/index-Ck94bTpt.cjs.map +0 -1
  635. package/build/index-DOHQmuhD.js +0 -2
  636. package/build/index-DOHQmuhD.js.map +0 -1
  637. package/src/fonts/FremtindGrotesk-Bold-Web.woff +0 -0
  638. package/src/fonts/FremtindGrotesk-Bold-Web.woff2 +0 -0
  639. package/src/fonts/FremtindGrotesk-BoldItalic-Web.woff +0 -0
  640. package/src/fonts/FremtindGrotesk-BoldItalic-Web.woff2 +0 -0
  641. package/src/fonts/FremtindGrotesk-Display-Web.woff +0 -0
  642. package/src/fonts/FremtindGrotesk-Display-Web.woff2 +0 -0
  643. package/src/fonts/FremtindGrotesk-Italic-Web.woff +0 -0
  644. package/src/fonts/FremtindGrotesk-Italic-Web.woff2 +0 -0
  645. package/src/fonts/FremtindGrotesk-Regular-Web.woff +0 -0
  646. package/src/fonts/FremtindGrotesk-Regular-Web.woff2 +0 -0
  647. package/src/fonts/FremtindGroteskMono-Regular-Web.woff +0 -0
  648. package/src/fonts/FremtindGroteskMono-Regular-Web.woff2 +0 -0
  649. package/src/fonts/styles/_index.scss +0 -1
  650. package/src/fonts/styles/webfonts.scss +0 -145
  651. package/src/tailwind/v4/jokul-tailwind.css +0 -266
  652. package/styles/components-beta/nav-link/navlink.min.css +0 -1
  653. package/styles/components-beta/select/_index.scss +0 -3
  654. package/styles/components-beta/select/select.min.css +0 -1
  655. package/styles/core/core.css +0 -1731
  656. package/styles/core/core.min.css +0 -2
  657. package/styles/core/jkl/_colors.scss +0 -26
  658. package/styles/core/jkl/_helpers.scss +0 -26
  659. package/styles/core/jkl/_tokens.scss +0 -59
  660. package/styles/core/jkl/_typography.scss +0 -196
  661. package/styles/core/jkl/legacy/_dynamic-colors.scss +0 -40
  662. package/styles/core/jkl/legacy/_index.scss +0 -2
  663. package/styles/core/jkl/legacy/_tokens.scss +0 -742
  664. package/styles/core/theme/_color-tokens.scss +0 -73
  665. package/styles/core/theme/_index.scss +0 -10
  666. package/styles/core/theme/_legacy-color-tokens.scss +0 -81
  667. package/styles/core/theme/_legacy-tokens.scss +0 -279
  668. package/styles/core/theme/_old-vars.scss +0 -21
  669. package/styles/core/theme/_shape.scss +0 -12
  670. package/styles/core/theme/_spacing-tokens.scss +0 -33
  671. package/styles/core/theme/_spacing.scss +0 -64
  672. package/styles/core/theme/_tokens.scss +0 -33
  673. package/styles/core/theme/_typography.scss +0 -38
  674. package/styles/fonts/_index.scss +0 -1
  675. package/styles/fonts/webfonts.css +0 -115
  676. package/styles/fonts/webfonts.min.css +0 -1
  677. package/styles/fonts/webfonts.scss +0 -145
  678. package/styles/styles.min.css +0 -3
  679. package/styles/styles.scss +0 -52
  680. /package/build/cjs/{components-beta → components/beta}/description-list/DescriptionList.d.cts +0 -0
  681. /package/build/cjs/{components-beta → components/beta}/description-list/DescriptionListItem.d.cts +0 -0
  682. /package/build/cjs/{components-beta → components/beta}/description-list/index.cjs +0 -0
  683. /package/build/cjs/{components-beta → components/beta}/description-list/index.cjs.map +0 -0
  684. /package/build/cjs/{components-beta → components/beta}/description-list/types.cjs +0 -0
  685. /package/build/cjs/{components-beta → components/beta}/description-list/types.cjs.map +0 -0
  686. /package/build/cjs/{components-beta → components/beta}/description-list/types.d.cts +0 -0
  687. /package/build/cjs/{components-beta → components/beta}/nav-link/NavLink.d.cts +0 -0
  688. /package/build/cjs/{components-beta → components/beta}/nav-link/index.cjs +0 -0
  689. /package/build/cjs/{components-beta → components/beta}/nav-link/index.cjs.map +0 -0
  690. /package/build/cjs/{components-beta → components/beta}/nav-link/types.cjs +0 -0
  691. /package/build/cjs/{components-beta → components/beta}/nav-link/types.cjs.map +0 -0
  692. /package/build/cjs/{components-beta → components/beta}/select/Select.d.cts +0 -0
  693. /package/build/cjs/{components-beta → components/beta}/select/index.cjs +0 -0
  694. /package/build/cjs/{components-beta → components/beta}/select/index.cjs.map +0 -0
  695. /package/build/cjs/{components-beta → components/beta}/select/types.cjs +0 -0
  696. /package/build/cjs/{components-beta → components/beta}/select/types.cjs.map +0 -0
  697. /package/build/cjs/{core → components/typography}/index.cjs.map +0 -0
  698. /package/build/cjs/{core → components/typography}/types.cjs +0 -0
  699. /package/build/cjs/{core → components/typography}/types.cjs.map +0 -0
  700. /package/build/es/{components-beta → components/beta}/description-list/DescriptionList.d.ts +0 -0
  701. /package/build/es/{components-beta → components/beta}/description-list/DescriptionListItem.d.ts +0 -0
  702. /package/build/es/{components-beta → components/beta}/description-list/index.js +0 -0
  703. /package/build/es/{components-beta → components/beta}/description-list/index.js.map +0 -0
  704. /package/build/es/{components-beta → components/beta}/description-list/types.d.ts +0 -0
  705. /package/build/es/{components-beta → components/beta}/description-list/types.js +0 -0
  706. /package/build/es/{components-beta → components/beta}/description-list/types.js.map +0 -0
  707. /package/build/es/{components-beta → components/beta}/nav-link/NavLink.d.ts +0 -0
  708. /package/build/es/{components-beta → components/beta}/nav-link/index.js +0 -0
  709. /package/build/es/{components-beta → components/beta}/nav-link/index.js.map +0 -0
  710. /package/build/es/{components-beta → components/beta}/nav-link/types.js +0 -0
  711. /package/build/es/{components-beta → components/beta}/nav-link/types.js.map +0 -0
  712. /package/build/es/{components-beta → components/beta}/select/Select.d.ts +0 -0
  713. /package/build/es/{components-beta → components/beta}/select/index.js +0 -0
  714. /package/build/es/{components-beta → components/beta}/select/index.js.map +0 -0
  715. /package/build/es/{components-beta → components/beta}/select/types.js +0 -0
  716. /package/build/es/{components-beta → components/beta}/select/types.js.map +0 -0
  717. /package/build/es/{core → components/typography}/index.js.map +0 -0
  718. /package/build/es/{core → components/typography}/types.js +0 -0
  719. /package/build/es/{core → components/typography}/types.js.map +0 -0
  720. /package/styles/{core/_layers.scss → _layers.scss} +0 -0
  721. /package/styles/{core/core.scss → base.scss} +0 -0
  722. /package/styles/{components-beta → components/beta}/description-list/_index.scss +0 -0
  723. /package/styles/{components-beta → components/beta}/nav-link/_index.scss +0 -0
  724. /package/styles/{core/global → global}/_index.scss +0 -0
  725. /package/styles/{core/global → global}/_top-layer.scss +0 -0
  726. /package/styles/{core/jkl → jkl}/_convert.scss +0 -0
  727. /package/styles/{core/jkl → jkl}/_navigation.scss +0 -0
  728. /package/styles/{core/jkl → jkl}/_responsive-units.scss +0 -0
  729. /package/styles/{core/jkl → jkl}/_screenreader.scss +0 -0
  730. /package/styles/{core/jkl → jkl}/_screens.scss +0 -0
  731. /package/styles/{core/jkl → jkl}/_shadows.scss +0 -0
  732. /package/styles/{core/jkl → jkl}/_underline.scss +0 -0
  733. /package/styles/{core/jkl → jkl}/_z-index.scss +0 -0
  734. /package/styles/{core/resets → resets}/_index.scss +0 -0
  735. /package/styles/{core/resets → resets}/_normalize.scss +0 -0
  736. /package/styles/{core/resets → resets}/_reset.scss +0 -0
  737. /package/styles/{core/utility → utility}/_headings.scss +0 -0
  738. /package/styles/{core/utility → utility}/_index.scss +0 -0
  739. /package/styles/{core/utility → utility}/_screen-reader.scss +0 -0
@@ -1,742 +0,0 @@
1
-
2
- /**
3
- * Do not edit directly, this file was auto-generated.
4
- */
5
-
6
- $border-width-1: 0.0625rem !default;
7
- $border-width-2: 0.125rem !default;
8
- $border-width-3: 0.1875rem !default;
9
- $border-radius-none: 0 !default;
10
- $border-radius-xs: 0.25rem !default;
11
- $border-radius-s: 0.5rem !default;
12
- $border-radius-m: 0.75rem !default;
13
- $border-radius-l: 1rem !default;
14
- $border-radius-full: 9999px !default;
15
- $breakpoint-small: 0 !default;
16
- $breakpoint-medium: 680px !default;
17
- $breakpoint-large: 1200px !default;
18
- $breakpoint-xl: 1600px !default;
19
- $color-brand-snohvit: #F9F9F9 !default;
20
- $color-brand-varde: #E0DBD4 !default;
21
- $color-brand-granitt: #1B1917 !default;
22
- $color-brand-hvit: #FFFFFF !default;
23
- $color-brand-svart: #000000 !default;
24
- $color-brand-skifer: #313030 !default;
25
- $color-brand-fjellgra: #444141 !default;
26
- $color-brand-stein: #636060 !default;
27
- $color-brand-svaberg: #C8C5C3 !default;
28
- $color-brand-dis: #ECE9E5 !default;
29
- $color-brand-sand: #F4F2EF !default;
30
- $color-functional-info: #D3D3F6 !default;
31
- $color-functional-info-dark: #A9A9CA !default;
32
- $color-functional-success: #ACD3B5 !default;
33
- $color-functional-success-dark: #94B79B !default;
34
- $color-functional-warning: #EFDD9E !default;
35
- $color-functional-warning-dark: #DECC8D !default;
36
- $color-functional-error: #F6B3B3 !default;
37
- $color-functional-error-dark: #DE9E9E !default;
38
- $color-svart: #000 !default;
39
- $color-granitt: #1b1917 !default;
40
- $color-skifer: #313030 !default;
41
- $color-fjellgra: #444141 !default;
42
- $color-stein: #636060 !default;
43
- $color-svaberg: #c8c5c3 !default;
44
- $color-varde: #e0dbd4 !default;
45
- $color-dis: #ece9e5 !default;
46
- $color-sand: #f4f2ef !default;
47
- $color-snohvit: #f9f9f9 !default;
48
- $color-hvit: #fff !default;
49
- $color-suksess: #acd3b5 !default;
50
- $color-suksess-dark: #94b79b !default;
51
- $color-feil: #f6b3b3 !default;
52
- $color-feil-dark: #de9e9e !default;
53
- $color-info: #d3d3f6 !default;
54
- $color-info-dark: #a9a9ca !default;
55
- $color-advarsel: #efdd9e !default;
56
- $color-advarsel-dark: #decc8d !default;
57
- $motion-timing-energetic: 75ms !default;
58
- $motion-timing-snappy: 100ms !default;
59
- $motion-timing-productive: 150ms !default;
60
- $motion-timing-expressive: 250ms !default;
61
- $motion-timing-lazy: 400ms !default;
62
- $motion-easing-standard: ease !default;
63
- $motion-easing-entrance: ease-out !default;
64
- $motion-easing-exit: ease-in !default;
65
- $motion-easing-ease-in-bounce-out: cubic-bezier(0, 0, 0.375, 1.17) !default;
66
- $motion-easing-focus: cubic-bezier(0.6, 0.2, 0.35, 1) !default;
67
- $spacing-0: 0rem !default;
68
- $spacing-2: 0.125rem !default;
69
- $spacing-4: 0.25rem !default;
70
- $spacing-8: 0.5rem !default;
71
- $spacing-12: 0.75rem !default;
72
- $spacing-16: 1rem !default;
73
- $spacing-24: 1.5rem !default;
74
- $spacing-32: 2rem !default;
75
- $spacing-40: 2.5rem !default;
76
- $spacing-64: 4rem !default;
77
- $spacing-104: 6.5rem !default;
78
- $spacing-168: 10.5rem !default;
79
- $semantic-spacing-none: 0 !default;
80
- $semantic-spacing-2xs: 0.25rem !default;
81
- $semantic-spacing-xs: 0.5rem !default;
82
- $semantic-spacing-s: 1rem !default;
83
- $semantic-spacing-m: 1.5rem !default;
84
- $semantic-spacing-l: 2.5rem !default;
85
- $semantic-spacing-xl: 4rem !default;
86
- $semantic-spacing-2xl: 6.5rem !default;
87
- $icon-weight-normal: 300 !default;
88
- $icon-weight-bold: 400 !default;
89
- $typography-weight-normal: 400 !default;
90
- $typography-weight-bold: 700 !default;
91
- $typography-font-weight-normal: 400 !default;
92
- $typography-font-weight-bold: 700 !default;
93
- $typography-font-size-1: var(--jkl-font-size-1) !default;
94
- $typography-font-size-2: var(--jkl-font-size-2) !default;
95
- $typography-font-size-3: var(--jkl-font-size-3) !default;
96
- $typography-font-size-4: var(--jkl-font-size-4) !default;
97
- $typography-font-size-5: var(--jkl-font-size-5) !default;
98
- $typography-font-size-6: var(--jkl-font-size-6) !default;
99
- $typography-font-size-7: var(--jkl-font-size-7) !default;
100
- $typography-font-size-8: var(--jkl-font-size-8) !default;
101
- $typography-font-size-9: var(--jkl-font-size-9) !default;
102
- $typography-font-size-10: var(--jkl-font-size-10) !default;
103
- $typography-font-size-16: 1rem !default;
104
- $typography-font-size-18: 1.125rem !default;
105
- $typography-font-size-20: 1.25rem !default;
106
- $typography-font-size-21: 1.3125rem !default;
107
- $typography-font-size-23: 1.4375rem !default;
108
- $typography-font-size-25: 1.5625rem !default;
109
- $typography-font-size-26: 1.625rem !default;
110
- $typography-font-size-28: 1.75rem !default;
111
- $typography-font-size-30: 1.875rem !default;
112
- $typography-font-size-36: 2.25rem !default;
113
- $typography-font-size-44: 2.75rem !default;
114
- $typography-font-size-56: 3.5rem !default;
115
- $typography-line-height-24: 1.5rem !default;
116
- $typography-line-height-28: 1.75rem !default;
117
- $typography-line-height-32: 2rem !default;
118
- $typography-line-height-36: 2.25rem !default;
119
- $typography-line-height-40: 2.5rem !default;
120
- $typography-line-height-44: 2.75rem !default;
121
- $typography-line-height-52: 3.25rem !default;
122
- $typography-line-height-64: 4rem !default;
123
- $typography-line-height-flush: var(--jkl-line-height-flush) !default;
124
- $typography-line-height-tight: var(--jkl-line-height-tight) !default;
125
- $typography-line-height-relaxed: var(--jkl-line-height-relaxed) !default;
126
- $typography-style-title-small-font-size: var(--jkl-font-size-8) !default;
127
- $typography-style-title-small-line-height: var(--jkl-line-height-tight) !default;
128
- $typography-style-title-small-font-weight: 400 !default;
129
- $typography-style-title-base-font-size: var(--jkl-font-size-8) !default;
130
- $typography-style-title-base-line-height: var(--jkl-line-height-tight) !default;
131
- $typography-style-title-base-font-weight: 400 !default;
132
- $typography-style-title-small-small-font-size: var(--jkl-font-size-7) !default;
133
- $typography-style-title-small-small-line-height: var(--jkl-line-height-tight) !default;
134
- $typography-style-title-small-small-font-weight: 400 !default;
135
- $typography-style-title-small-base-font-size: var(--jkl-font-size-7) !default;
136
- $typography-style-title-small-base-line-height: var(--jkl-line-height-tight) !default;
137
- $typography-style-title-small-base-font-weight: 400 !default;
138
- $typography-style-heading-1-small-font-size: var(--jkl-font-size-8) !default;
139
- $typography-style-heading-1-small-line-height: var(--jkl-line-height-tight) !default;
140
- $typography-style-heading-1-small-font-weight: 400 !default;
141
- $typography-style-heading-1-base-font-size: var(--jkl-font-size-8) !default;
142
- $typography-style-heading-1-base-line-height: var(--jkl-line-height-tight) !default;
143
- $typography-style-heading-1-base-font-weight: 400 !default;
144
- $typography-style-heading-2-small-font-size: var(--jkl-font-size-7) !default;
145
- $typography-style-heading-2-small-line-height: var(--jkl-line-height-tight) !default;
146
- $typography-style-heading-2-small-font-weight: 400 !default;
147
- $typography-style-heading-2-base-font-size: var(--jkl-font-size-7) !default;
148
- $typography-style-heading-2-base-line-height: var(--jkl-line-height-tight) !default;
149
- $typography-style-heading-2-base-font-weight: 400 !default;
150
- $typography-style-heading-3-small-font-size: var(--jkl-font-size-6) !default;
151
- $typography-style-heading-3-small-line-height: var(--jkl-line-height-tight) !default;
152
- $typography-style-heading-3-small-font-weight: 700 !default;
153
- $typography-style-heading-3-base-font-size: var(--jkl-font-size-6) !default;
154
- $typography-style-heading-3-base-line-height: var(--jkl-line-height-tight) !default;
155
- $typography-style-heading-3-base-font-weight: 700 !default;
156
- $typography-style-heading-4-small-font-size: var(--jkl-font-size-5) !default;
157
- $typography-style-heading-4-small-line-height: var(--jkl-line-height-tight) !default;
158
- $typography-style-heading-4-small-font-weight: 700 !default;
159
- $typography-style-heading-4-base-font-size: var(--jkl-font-size-5) !default;
160
- $typography-style-heading-4-base-line-height: var(--jkl-line-height-tight) !default;
161
- $typography-style-heading-4-base-font-weight: 700 !default;
162
- $typography-style-heading-5-small-font-size: var(--jkl-font-size-4) !default;
163
- $typography-style-heading-5-small-line-height: var(--jkl-line-height-tight) !default;
164
- $typography-style-heading-5-small-font-weight: 700 !default;
165
- $typography-style-heading-5-base-font-size: var(--jkl-font-size-4) !default;
166
- $typography-style-heading-5-base-line-height: var(--jkl-line-height-tight) !default;
167
- $typography-style-heading-5-base-font-weight: 700 !default;
168
- $typography-style-paragraph-large-small-font-size: var(--jkl-font-size-5) !default;
169
- $typography-style-paragraph-large-small-line-height: var(--jkl-line-height-relaxed) !default;
170
- $typography-style-paragraph-large-small-font-weight: 400 !default;
171
- $typography-style-paragraph-large-base-font-size: var(--jkl-font-size-5) !default;
172
- $typography-style-paragraph-large-base-line-height: var(--jkl-line-height-relaxed) !default;
173
- $typography-style-paragraph-large-base-font-weight: 400 !default;
174
- $typography-style-paragraph-medium-small-font-size: var(--jkl-font-size-3) !default;
175
- $typography-style-paragraph-medium-small-line-height: var(--jkl-line-height-relaxed) !default;
176
- $typography-style-paragraph-medium-small-font-weight: 400 !default;
177
- $typography-style-paragraph-medium-base-font-size: var(--jkl-font-size-3) !default;
178
- $typography-style-paragraph-medium-base-line-height: var(--jkl-line-height-relaxed) !default;
179
- $typography-style-paragraph-medium-base-font-weight: 400 !default;
180
- $typography-style-paragraph-small-small-font-size: var(--jkl-font-size-2) !default;
181
- $typography-style-paragraph-small-small-line-height: var(--jkl-line-height-relaxed) !default;
182
- $typography-style-paragraph-small-small-font-weight: 400 !default;
183
- $typography-style-paragraph-small-base-font-size: var(--jkl-font-size-2) !default;
184
- $typography-style-paragraph-small-base-line-height: var(--jkl-line-height-relaxed) !default;
185
- $typography-style-paragraph-small-base-font-weight: 400 !default;
186
- $typography-style-text-large-small-font-size: var(--jkl-font-size-5) !default;
187
- $typography-style-text-large-small-line-height: var(--jkl-line-height-tight) !default;
188
- $typography-style-text-large-small-font-weight: 400 !default;
189
- $typography-style-text-large-base-font-size: var(--jkl-font-size-5) !default;
190
- $typography-style-text-large-base-line-height: var(--jkl-line-height-tight) !default;
191
- $typography-style-text-large-base-font-weight: 400 !default;
192
- $typography-style-text-medium-small-font-size: var(--jkl-font-size-3) !default;
193
- $typography-style-text-medium-small-line-height: var(--jkl-line-height-tight) !default;
194
- $typography-style-text-medium-small-font-weight: 400 !default;
195
- $typography-style-text-medium-base-font-size: var(--jkl-font-size-3) !default;
196
- $typography-style-text-medium-base-line-height: var(--jkl-line-height-tight) !default;
197
- $typography-style-text-medium-base-font-weight: 400 !default;
198
- $typography-style-text-small-small-font-size: var(--jkl-font-size-2) !default;
199
- $typography-style-text-small-small-line-height: var(--jkl-line-height-tight) !default;
200
- $typography-style-text-small-small-font-weight: 400 !default;
201
- $typography-style-text-small-base-font-size: var(--jkl-font-size-2) !default;
202
- $typography-style-text-small-base-line-height: var(--jkl-line-height-tight) !default;
203
- $typography-style-text-small-base-font-weight: 400 !default;
204
- $typography-style-text-micro-small-font-size: var(--jkl-font-size-1) !default;
205
- $typography-style-text-micro-small-line-height: var(--jkl-line-height-tight) !default;
206
- $typography-style-text-micro-small-font-weight: 400 !default;
207
- $typography-style-text-micro-base-font-size: var(--jkl-font-size-1) !default;
208
- $typography-style-text-micro-base-line-height: var(--jkl-line-height-tight) !default;
209
- $typography-style-text-micro-base-font-weight: 400 !default;
210
- $typography-style-body-small-font-size: 1.125rem !default;
211
- $typography-style-body-small-line-height: 1.75rem !default;
212
- $typography-style-body-small-font-weight: 400 !default;
213
- $typography-style-body-base-font-size: 1.25rem !default;
214
- $typography-style-body-base-line-height: 2rem !default;
215
- $typography-style-body-base-font-weight: 400 !default;
216
- $typography-style-small-small-font-size: 1rem !default;
217
- $typography-style-small-small-line-height: 1.5rem !default;
218
- $typography-style-small-small-font-weight: 400 !default;
219
- $typography-style-small-base-font-size: 1rem !default;
220
- $typography-style-small-base-line-height: 1.5rem !default;
221
- $typography-style-small-base-font-weight: 400 !default;
222
- $typography-title-small-font-size: 2.25rem !default;
223
- $typography-title-small-line-height: 2.75rem !default;
224
- $typography-title-small-font-weight: 400 !default;
225
- $typography-title-base-font-size: 3.5rem !default;
226
- $typography-title-base-line-height: 4rem !default;
227
- $typography-title-base-font-weight: 400 !default;
228
- $typography-title-small-small-font-size: 1.875rem !default;
229
- $typography-title-small-small-line-height: 2.25rem !default;
230
- $typography-title-small-small-font-weight: 400 !default;
231
- $typography-title-small-base-font-size: 2.75rem !default;
232
- $typography-title-small-base-line-height: 3.25rem !default;
233
- $typography-title-small-base-font-weight: 400 !default;
234
- $typography-heading-1-small-font-size: 1.625rem !default;
235
- $typography-heading-1-small-line-height: 2rem !default;
236
- $typography-heading-1-small-font-weight: 400 !default;
237
- $typography-heading-1-base-font-size: 2.25rem !default;
238
- $typography-heading-1-base-line-height: 2.75rem !default;
239
- $typography-heading-1-base-font-weight: 400 !default;
240
- $typography-heading-2-small-font-size: 1.4375rem !default;
241
- $typography-heading-2-small-line-height: 2rem !default;
242
- $typography-heading-2-small-font-weight: 400 !default;
243
- $typography-heading-2-base-font-size: 1.75rem !default;
244
- $typography-heading-2-base-line-height: 2.5rem !default;
245
- $typography-heading-2-base-font-weight: 400 !default;
246
- $typography-heading-3-small-font-size: 1.3125rem !default;
247
- $typography-heading-3-small-line-height: 1.75rem !default;
248
- $typography-heading-3-small-font-weight: 700 !default;
249
- $typography-heading-3-base-font-size: 1.5625rem !default;
250
- $typography-heading-3-base-line-height: 2rem !default;
251
- $typography-heading-3-base-font-weight: 700 !default;
252
- $typography-heading-4-small-font-size: 1.125rem !default;
253
- $typography-heading-4-small-line-height: 1.5rem !default;
254
- $typography-heading-4-small-font-weight: 700 !default;
255
- $typography-heading-4-base-font-size: 1.3125rem !default;
256
- $typography-heading-4-base-line-height: 1.75rem !default;
257
- $typography-heading-4-base-font-weight: 700 !default;
258
- $typography-heading-5-small-font-size: 1rem !default;
259
- $typography-heading-5-small-line-height: 1.5rem !default;
260
- $typography-heading-5-small-font-weight: 700 !default;
261
- $typography-heading-5-base-font-size: 1rem !default;
262
- $typography-heading-5-base-line-height: 1.5rem !default;
263
- $typography-heading-5-base-font-weight: 700 !default;
264
- $typography-body-small-font-size: 1.125rem !default;
265
- $typography-body-small-line-height: 1.75rem !default;
266
- $typography-body-small-font-weight: 400 !default;
267
- $typography-body-base-font-size: 1.25rem !default;
268
- $typography-body-base-line-height: 2rem !default;
269
- $typography-body-base-font-weight: 400 !default;
270
- $typography-small-small-font-size: 1rem !default;
271
- $typography-small-small-line-height: 1.5rem !default;
272
- $typography-small-small-font-weight: 400 !default;
273
- $typography-small-base-font-size: 1rem !default;
274
- $typography-small-base-line-height: 1.5rem !default;
275
- $typography-small-base-font-weight: 400 !default;
276
-
277
- $tokens: (
278
- 'border': (
279
- 'width': (
280
- '1': $border-width-1,
281
- '2': $border-width-2,
282
- '3': $border-width-3
283
- ),
284
- 'radius': (
285
- 'none': $border-radius-none,
286
- 'xs': $border-radius-xs,
287
- 's': $border-radius-s,
288
- 'm': $border-radius-m,
289
- 'l': $border-radius-l,
290
- 'full': $border-radius-full
291
- )
292
- ),
293
- 'breakpoint': (
294
- 'small': $breakpoint-small,
295
- 'medium': $breakpoint-medium,
296
- 'large': $breakpoint-large,
297
- 'xl': $breakpoint-xl
298
- ),
299
- 'color': (
300
- 'brand': (
301
- 'snohvit': $color-brand-snohvit,
302
- 'varde': $color-brand-varde,
303
- 'granitt': $color-brand-granitt,
304
- 'hvit': $color-brand-hvit,
305
- 'svart': $color-brand-svart,
306
- 'skifer': $color-brand-skifer,
307
- 'fjellgra': $color-brand-fjellgra,
308
- 'stein': $color-brand-stein,
309
- 'svaberg': $color-brand-svaberg,
310
- 'dis': $color-brand-dis,
311
- 'sand': $color-brand-sand
312
- ),
313
- 'functional': (
314
- 'info': $color-functional-info,
315
- 'info-dark': $color-functional-info-dark,
316
- 'success': $color-functional-success,
317
- 'success-dark': $color-functional-success-dark,
318
- 'warning': $color-functional-warning,
319
- 'warning-dark': $color-functional-warning-dark,
320
- 'error': $color-functional-error,
321
- 'error-dark': $color-functional-error-dark
322
- ),
323
- 'svart': $color-svart,
324
- 'granitt': $color-granitt,
325
- 'skifer': $color-skifer,
326
- 'fjellgra': $color-fjellgra,
327
- 'stein': $color-stein,
328
- 'svaberg': $color-svaberg,
329
- 'varde': $color-varde,
330
- 'dis': $color-dis,
331
- 'sand': $color-sand,
332
- 'snohvit': $color-snohvit,
333
- 'hvit': $color-hvit,
334
- 'suksess': $color-suksess,
335
- 'suksess-dark': $color-suksess-dark,
336
- 'feil': $color-feil,
337
- 'feil-dark': $color-feil-dark,
338
- 'info': $color-info,
339
- 'info-dark': $color-info-dark,
340
- 'advarsel': $color-advarsel,
341
- 'advarsel-dark': $color-advarsel-dark
342
- ),
343
- 'motion': (
344
- 'timing': (
345
- 'energetic': $motion-timing-energetic,
346
- 'snappy': $motion-timing-snappy,
347
- 'productive': $motion-timing-productive,
348
- 'expressive': $motion-timing-expressive,
349
- 'lazy': $motion-timing-lazy
350
- ),
351
- 'easing': (
352
- 'standard': $motion-easing-standard,
353
- 'entrance': $motion-easing-entrance,
354
- 'exit': $motion-easing-exit,
355
- 'easeInBounceOut': $motion-easing-ease-in-bounce-out,
356
- 'focus': $motion-easing-focus
357
- )
358
- ),
359
- 'spacing': (
360
- '0': $spacing-0,
361
- '2': $spacing-2,
362
- '4': $spacing-4,
363
- '8': $spacing-8,
364
- '12': $spacing-12,
365
- '16': $spacing-16,
366
- '24': $spacing-24,
367
- '32': $spacing-32,
368
- '40': $spacing-40,
369
- '64': $spacing-64,
370
- '104': $spacing-104,
371
- '168': $spacing-168
372
- ),
373
- 'semantic-spacing': (
374
- 'none': $semantic-spacing-none,
375
- '2xs': $semantic-spacing-2xs,
376
- 'xs': $semantic-spacing-xs,
377
- 's': $semantic-spacing-s,
378
- 'm': $semantic-spacing-m,
379
- 'l': $semantic-spacing-l,
380
- 'xl': $semantic-spacing-xl,
381
- '2xl': $semantic-spacing-2xl
382
- ),
383
- 'icon': (
384
- 'weight': (
385
- 'normal': $icon-weight-normal,
386
- 'bold': $icon-weight-bold
387
- )
388
- ),
389
- 'typography': (
390
- 'weight': (
391
- 'normal': $typography-weight-normal,
392
- 'bold': $typography-weight-bold
393
- ),
394
- 'font': (
395
- 'weight': (
396
- 'normal': $typography-font-weight-normal,
397
- 'bold': $typography-font-weight-bold
398
- ),
399
- 'size': (
400
- '1': $typography-font-size-1,
401
- '2': $typography-font-size-2,
402
- '3': $typography-font-size-3,
403
- '4': $typography-font-size-4,
404
- '5': $typography-font-size-5,
405
- '6': $typography-font-size-6,
406
- '7': $typography-font-size-7,
407
- '8': $typography-font-size-8,
408
- '9': $typography-font-size-9,
409
- '10': $typography-font-size-10,
410
- '16': $typography-font-size-16,
411
- '18': $typography-font-size-18,
412
- '20': $typography-font-size-20,
413
- '21': $typography-font-size-21,
414
- '23': $typography-font-size-23,
415
- '25': $typography-font-size-25,
416
- '26': $typography-font-size-26,
417
- '28': $typography-font-size-28,
418
- '30': $typography-font-size-30,
419
- '36': $typography-font-size-36,
420
- '44': $typography-font-size-44,
421
- '56': $typography-font-size-56
422
- )
423
- ),
424
- 'line': (
425
- 'height': (
426
- '24': $typography-line-height-24,
427
- '28': $typography-line-height-28,
428
- '32': $typography-line-height-32,
429
- '36': $typography-line-height-36,
430
- '40': $typography-line-height-40,
431
- '44': $typography-line-height-44,
432
- '52': $typography-line-height-52,
433
- '64': $typography-line-height-64,
434
- 'flush': $typography-line-height-flush,
435
- 'tight': $typography-line-height-tight,
436
- 'relaxed': $typography-line-height-relaxed
437
- )
438
- ),
439
- 'style': (
440
- 'title': (
441
- 'small': (
442
- 'fontSize': $typography-style-title-small-font-size,
443
- 'lineHeight': $typography-style-title-small-line-height,
444
- 'fontWeight': $typography-style-title-small-font-weight
445
- ),
446
- 'base': (
447
- 'fontSize': $typography-style-title-base-font-size,
448
- 'lineHeight': $typography-style-title-base-line-height,
449
- 'fontWeight': $typography-style-title-base-font-weight
450
- )
451
- ),
452
- 'title-small': (
453
- 'small': (
454
- 'fontSize': $typography-style-title-small-small-font-size,
455
- 'lineHeight': $typography-style-title-small-small-line-height,
456
- 'fontWeight': $typography-style-title-small-small-font-weight
457
- ),
458
- 'base': (
459
- 'fontSize': $typography-style-title-small-base-font-size,
460
- 'lineHeight': $typography-style-title-small-base-line-height,
461
- 'fontWeight': $typography-style-title-small-base-font-weight
462
- )
463
- ),
464
- 'heading-1': (
465
- 'small': (
466
- 'fontSize': $typography-style-heading-1-small-font-size,
467
- 'lineHeight': $typography-style-heading-1-small-line-height,
468
- 'fontWeight': $typography-style-heading-1-small-font-weight
469
- ),
470
- 'base': (
471
- 'fontSize': $typography-style-heading-1-base-font-size,
472
- 'lineHeight': $typography-style-heading-1-base-line-height,
473
- 'fontWeight': $typography-style-heading-1-base-font-weight
474
- )
475
- ),
476
- 'heading-2': (
477
- 'small': (
478
- 'fontSize': $typography-style-heading-2-small-font-size,
479
- 'lineHeight': $typography-style-heading-2-small-line-height,
480
- 'fontWeight': $typography-style-heading-2-small-font-weight
481
- ),
482
- 'base': (
483
- 'fontSize': $typography-style-heading-2-base-font-size,
484
- 'lineHeight': $typography-style-heading-2-base-line-height,
485
- 'fontWeight': $typography-style-heading-2-base-font-weight
486
- )
487
- ),
488
- 'heading-3': (
489
- 'small': (
490
- 'fontSize': $typography-style-heading-3-small-font-size,
491
- 'lineHeight': $typography-style-heading-3-small-line-height,
492
- 'fontWeight': $typography-style-heading-3-small-font-weight
493
- ),
494
- 'base': (
495
- 'fontSize': $typography-style-heading-3-base-font-size,
496
- 'lineHeight': $typography-style-heading-3-base-line-height,
497
- 'fontWeight': $typography-style-heading-3-base-font-weight
498
- )
499
- ),
500
- 'heading-4': (
501
- 'small': (
502
- 'fontSize': $typography-style-heading-4-small-font-size,
503
- 'lineHeight': $typography-style-heading-4-small-line-height,
504
- 'fontWeight': $typography-style-heading-4-small-font-weight
505
- ),
506
- 'base': (
507
- 'fontSize': $typography-style-heading-4-base-font-size,
508
- 'lineHeight': $typography-style-heading-4-base-line-height,
509
- 'fontWeight': $typography-style-heading-4-base-font-weight
510
- )
511
- ),
512
- 'heading-5': (
513
- 'small': (
514
- 'fontSize': $typography-style-heading-5-small-font-size,
515
- 'lineHeight': $typography-style-heading-5-small-line-height,
516
- 'fontWeight': $typography-style-heading-5-small-font-weight
517
- ),
518
- 'base': (
519
- 'fontSize': $typography-style-heading-5-base-font-size,
520
- 'lineHeight': $typography-style-heading-5-base-line-height,
521
- 'fontWeight': $typography-style-heading-5-base-font-weight
522
- )
523
- ),
524
- 'paragraph-large': (
525
- 'small': (
526
- 'fontSize': $typography-style-paragraph-large-small-font-size,
527
- 'lineHeight': $typography-style-paragraph-large-small-line-height,
528
- 'fontWeight': $typography-style-paragraph-large-small-font-weight
529
- ),
530
- 'base': (
531
- 'fontSize': $typography-style-paragraph-large-base-font-size,
532
- 'lineHeight': $typography-style-paragraph-large-base-line-height,
533
- 'fontWeight': $typography-style-paragraph-large-base-font-weight
534
- )
535
- ),
536
- 'paragraph-medium': (
537
- 'small': (
538
- 'fontSize': $typography-style-paragraph-medium-small-font-size,
539
- 'lineHeight': $typography-style-paragraph-medium-small-line-height,
540
- 'fontWeight': $typography-style-paragraph-medium-small-font-weight
541
- ),
542
- 'base': (
543
- 'fontSize': $typography-style-paragraph-medium-base-font-size,
544
- 'lineHeight': $typography-style-paragraph-medium-base-line-height,
545
- 'fontWeight': $typography-style-paragraph-medium-base-font-weight
546
- )
547
- ),
548
- 'paragraph-small': (
549
- 'small': (
550
- 'fontSize': $typography-style-paragraph-small-small-font-size,
551
- 'lineHeight': $typography-style-paragraph-small-small-line-height,
552
- 'fontWeight': $typography-style-paragraph-small-small-font-weight
553
- ),
554
- 'base': (
555
- 'fontSize': $typography-style-paragraph-small-base-font-size,
556
- 'lineHeight': $typography-style-paragraph-small-base-line-height,
557
- 'fontWeight': $typography-style-paragraph-small-base-font-weight
558
- )
559
- ),
560
- 'text-large': (
561
- 'small': (
562
- 'fontSize': $typography-style-text-large-small-font-size,
563
- 'lineHeight': $typography-style-text-large-small-line-height,
564
- 'fontWeight': $typography-style-text-large-small-font-weight
565
- ),
566
- 'base': (
567
- 'fontSize': $typography-style-text-large-base-font-size,
568
- 'lineHeight': $typography-style-text-large-base-line-height,
569
- 'fontWeight': $typography-style-text-large-base-font-weight
570
- )
571
- ),
572
- 'text-medium': (
573
- 'small': (
574
- 'fontSize': $typography-style-text-medium-small-font-size,
575
- 'lineHeight': $typography-style-text-medium-small-line-height,
576
- 'fontWeight': $typography-style-text-medium-small-font-weight
577
- ),
578
- 'base': (
579
- 'fontSize': $typography-style-text-medium-base-font-size,
580
- 'lineHeight': $typography-style-text-medium-base-line-height,
581
- 'fontWeight': $typography-style-text-medium-base-font-weight
582
- )
583
- ),
584
- 'text-small': (
585
- 'small': (
586
- 'fontSize': $typography-style-text-small-small-font-size,
587
- 'lineHeight': $typography-style-text-small-small-line-height,
588
- 'fontWeight': $typography-style-text-small-small-font-weight
589
- ),
590
- 'base': (
591
- 'fontSize': $typography-style-text-small-base-font-size,
592
- 'lineHeight': $typography-style-text-small-base-line-height,
593
- 'fontWeight': $typography-style-text-small-base-font-weight
594
- )
595
- ),
596
- 'text-micro': (
597
- 'small': (
598
- 'fontSize': $typography-style-text-micro-small-font-size,
599
- 'lineHeight': $typography-style-text-micro-small-line-height,
600
- 'fontWeight': $typography-style-text-micro-small-font-weight
601
- ),
602
- 'base': (
603
- 'fontSize': $typography-style-text-micro-base-font-size,
604
- 'lineHeight': $typography-style-text-micro-base-line-height,
605
- 'fontWeight': $typography-style-text-micro-base-font-weight
606
- )
607
- ),
608
- 'body': (
609
- 'small': (
610
- 'fontSize': $typography-style-body-small-font-size,
611
- 'lineHeight': $typography-style-body-small-line-height,
612
- 'fontWeight': $typography-style-body-small-font-weight
613
- ),
614
- 'base': (
615
- 'fontSize': $typography-style-body-base-font-size,
616
- 'lineHeight': $typography-style-body-base-line-height,
617
- 'fontWeight': $typography-style-body-base-font-weight
618
- )
619
- ),
620
- 'small': (
621
- 'small': (
622
- 'fontSize': $typography-style-small-small-font-size,
623
- 'lineHeight': $typography-style-small-small-line-height,
624
- 'fontWeight': $typography-style-small-small-font-weight
625
- ),
626
- 'base': (
627
- 'fontSize': $typography-style-small-base-font-size,
628
- 'lineHeight': $typography-style-small-base-line-height,
629
- 'fontWeight': $typography-style-small-base-font-weight
630
- )
631
- )
632
- ),
633
- 'title': (
634
- 'small': (
635
- 'fontSize': $typography-title-small-font-size,
636
- 'lineHeight': $typography-title-small-line-height,
637
- 'fontWeight': $typography-title-small-font-weight
638
- ),
639
- 'base': (
640
- 'fontSize': $typography-title-base-font-size,
641
- 'lineHeight': $typography-title-base-line-height,
642
- 'fontWeight': $typography-title-base-font-weight
643
- )
644
- ),
645
- 'titleSmall': (
646
- 'small': (
647
- 'fontSize': $typography-title-small-small-font-size,
648
- 'lineHeight': $typography-title-small-small-line-height,
649
- 'fontWeight': $typography-title-small-small-font-weight
650
- ),
651
- 'base': (
652
- 'fontSize': $typography-title-small-base-font-size,
653
- 'lineHeight': $typography-title-small-base-line-height,
654
- 'fontWeight': $typography-title-small-base-font-weight
655
- )
656
- ),
657
- 'heading-1': (
658
- 'small': (
659
- 'fontSize': $typography-heading-1-small-font-size,
660
- 'lineHeight': $typography-heading-1-small-line-height,
661
- 'fontWeight': $typography-heading-1-small-font-weight
662
- ),
663
- 'base': (
664
- 'fontSize': $typography-heading-1-base-font-size,
665
- 'lineHeight': $typography-heading-1-base-line-height,
666
- 'fontWeight': $typography-heading-1-base-font-weight
667
- )
668
- ),
669
- 'heading-2': (
670
- 'small': (
671
- 'fontSize': $typography-heading-2-small-font-size,
672
- 'lineHeight': $typography-heading-2-small-line-height,
673
- 'fontWeight': $typography-heading-2-small-font-weight
674
- ),
675
- 'base': (
676
- 'fontSize': $typography-heading-2-base-font-size,
677
- 'lineHeight': $typography-heading-2-base-line-height,
678
- 'fontWeight': $typography-heading-2-base-font-weight
679
- )
680
- ),
681
- 'heading-3': (
682
- 'small': (
683
- 'fontSize': $typography-heading-3-small-font-size,
684
- 'lineHeight': $typography-heading-3-small-line-height,
685
- 'fontWeight': $typography-heading-3-small-font-weight
686
- ),
687
- 'base': (
688
- 'fontSize': $typography-heading-3-base-font-size,
689
- 'lineHeight': $typography-heading-3-base-line-height,
690
- 'fontWeight': $typography-heading-3-base-font-weight
691
- )
692
- ),
693
- 'heading-4': (
694
- 'small': (
695
- 'fontSize': $typography-heading-4-small-font-size,
696
- 'lineHeight': $typography-heading-4-small-line-height,
697
- 'fontWeight': $typography-heading-4-small-font-weight
698
- ),
699
- 'base': (
700
- 'fontSize': $typography-heading-4-base-font-size,
701
- 'lineHeight': $typography-heading-4-base-line-height,
702
- 'fontWeight': $typography-heading-4-base-font-weight
703
- )
704
- ),
705
- 'heading-5': (
706
- 'small': (
707
- 'fontSize': $typography-heading-5-small-font-size,
708
- 'lineHeight': $typography-heading-5-small-line-height,
709
- 'fontWeight': $typography-heading-5-small-font-weight
710
- ),
711
- 'base': (
712
- 'fontSize': $typography-heading-5-base-font-size,
713
- 'lineHeight': $typography-heading-5-base-line-height,
714
- 'fontWeight': $typography-heading-5-base-font-weight
715
- )
716
- ),
717
- 'body': (
718
- 'small': (
719
- 'fontSize': $typography-body-small-font-size,
720
- 'lineHeight': $typography-body-small-line-height,
721
- 'fontWeight': $typography-body-small-font-weight
722
- ),
723
- 'base': (
724
- 'fontSize': $typography-body-base-font-size,
725
- 'lineHeight': $typography-body-base-line-height,
726
- 'fontWeight': $typography-body-base-font-weight
727
- )
728
- ),
729
- 'small': (
730
- 'small': (
731
- 'fontSize': $typography-small-small-font-size,
732
- 'lineHeight': $typography-small-small-line-height,
733
- 'fontWeight': $typography-small-small-font-weight
734
- ),
735
- 'base': (
736
- 'fontSize': $typography-small-base-font-size,
737
- 'lineHeight': $typography-small-base-line-height,
738
- 'fontWeight': $typography-small-base-font-weight
739
- )
740
- )
741
- )
742
- );