@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,2 +0,0 @@
1
- @layer jokul{@layer resets, theme, global, components, utility}
2
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@layer jokul.resets{html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{border:0;display:block;line-height:1;margin:0;padding:0}table{border-collapse:collapse}table,tbody,td,th,thead,tr{margin:0;padding:0}}@layer jokul.resets{.jkl [hidden]{display:none!important}}@layer jokul.theme{@media screen and (prefers-color-scheme:light){:root{--jkl-color-background-page:oklch(96% 0.004 67);--jkl-color-background-surface-default:oklch(92% 0.008 67);--jkl-color-background-surface-highlight:oklch(100% 0.001 67);--jkl-color-background-surface-on-surface:oklch(96% 0.004 67);--jkl-color-background-surface-moderate:oklch(80% 0.008 67);--jkl-color-background-surface-knockout:oklch(35% 0.007 67);--jkl-color-background-surface-error:oklch(80% 0.09 16);--jkl-color-background-surface-warning:oklch(90% 0.08 94);--jkl-color-background-surface-info:oklch(80% 0.09 285);--jkl-color-background-surface-succes:oklch(80% 0.066 156);--jkl-color-border-subdued:oklch(80% 0.008 67);--jkl-color-border-strong:oklch(50% 0.007 67);--jkl-color-border-strongest:oklch(0% 0.007 64);--jkl-color-border-knockout:oklch(100% 0.001 67);--jkl-color-border-info:oklch(70% 0.145 285);--jkl-color-border-success:oklch(70% 0.089 156);--jkl-color-border-error:oklch(70% 0.13 16);--jkl-color-border-warning:oklch(70% 0.1 94);--jkl-color-text-default:oklch(0% 0.007 64);--jkl-color-text-subdued:oklch(50% 0.007 67);--jkl-color-text-knockout:oklch(100% 0.001 67);--jkl-color-text-info:oklch(25% 0.056 285);--jkl-color-text-info-strong:oklch(50% 0.186 285);--jkl-color-text-success:oklch(25% 0.024 156);--jkl-color-text-success-strong:oklch(50% 0.106 156);--jkl-color-text-error:oklch(25% 0.056 16);--jkl-color-text-error-strong:oklch(50% 0.16 16);--jkl-color-text-warning:oklch(25% 0.03 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}}[data-theme=light]{--jkl-color-background-page:oklch(96% 0.004 67);--jkl-color-background-surface-default:oklch(92% 0.008 67);--jkl-color-background-surface-highlight:oklch(100% 0.001 67);--jkl-color-background-surface-on-surface:oklch(96% 0.004 67);--jkl-color-background-surface-moderate:oklch(80% 0.008 67);--jkl-color-background-surface-knockout:oklch(35% 0.007 67);--jkl-color-background-surface-error:oklch(80% 0.09 16);--jkl-color-background-surface-warning:oklch(90% 0.08 94);--jkl-color-background-surface-info:oklch(80% 0.09 285);--jkl-color-background-surface-succes:oklch(80% 0.066 156);--jkl-color-border-subdued:oklch(80% 0.008 67);--jkl-color-border-strong:oklch(50% 0.007 67);--jkl-color-border-strongest:oklch(0% 0.007 64);--jkl-color-border-knockout:oklch(100% 0.001 67);--jkl-color-border-info:oklch(70% 0.145 285);--jkl-color-border-success:oklch(70% 0.089 156);--jkl-color-border-error:oklch(70% 0.13 16);--jkl-color-border-warning:oklch(70% 0.1 94);--jkl-color-text-default:oklch(0% 0.007 64);--jkl-color-text-subdued:oklch(50% 0.007 67);--jkl-color-text-knockout:oklch(100% 0.001 67);--jkl-color-text-info:oklch(25% 0.056 285);--jkl-color-text-info-strong:oklch(50% 0.186 285);--jkl-color-text-success:oklch(25% 0.024 156);--jkl-color-text-success-strong:oklch(50% 0.106 156);--jkl-color-text-error:oklch(25% 0.056 16);--jkl-color-text-error-strong:oklch(50% 0.16 16);--jkl-color-text-warning:oklch(25% 0.03 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}@media screen and (prefers-color-scheme:dark){:root{--jkl-color-background-page:oklch(10% 0.007 67);--jkl-color-background-surface-default:oklch(25% 0.007 67);--jkl-color-background-surface-highlight:oklch(35% 0.007 67);--jkl-color-background-surface-on-surface:oklch(10% 0.007 67);--jkl-color-background-surface-moderate:oklch(50% 0.007 67);--jkl-color-background-surface-knockout:oklch(85% 0.008 67);--jkl-color-background-surface-error:oklch(45% 0.146 16);--jkl-color-background-surface-warning:oklch(45% 0.065 94);--jkl-color-background-surface-info:oklch(45% 0.169 285);--jkl-color-background-surface-succes:oklch(45% 0.095 156);--jkl-color-border-subdued:oklch(50% 0.007 67);--jkl-color-border-strong:oklch(80% 0.008 67);--jkl-color-border-strongest:oklch(100% 0.001 67);--jkl-color-border-knockout:oklch(0% 0.007 64);--jkl-color-border-info:oklch(60% 0.17 285);--jkl-color-border-success:oklch(60% 0.1 156);--jkl-color-border-error:oklch(60% 0.149 16);--jkl-color-border-warning:oklch(60% 0.09 94);--jkl-color-text-default:oklch(100% 0.001 67);--jkl-color-text-subdued:oklch(80% 0.008 67);--jkl-color-text-knockout:oklch(0% 0.007 64);--jkl-color-text-info:oklch(90% 0.034 285);--jkl-color-text-info-strong:oklch(70% 0.145 285);--jkl-color-text-success:oklch(90% 0.035 156);--jkl-color-text-success-strong:oklch(70% 0.089 156);--jkl-color-text-error:oklch(90% 0.045 16);--jkl-color-text-error-strong:oklch(70% 0.13 16);--jkl-color-text-warning:oklch(90% 0.08 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}}[data-theme=dark]{--jkl-color-background-page:oklch(10% 0.007 67);--jkl-color-background-surface-default:oklch(25% 0.007 67);--jkl-color-background-surface-highlight:oklch(35% 0.007 67);--jkl-color-background-surface-on-surface:oklch(10% 0.007 67);--jkl-color-background-surface-moderate:oklch(50% 0.007 67);--jkl-color-background-surface-knockout:oklch(85% 0.008 67);--jkl-color-background-surface-error:oklch(45% 0.146 16);--jkl-color-background-surface-warning:oklch(45% 0.065 94);--jkl-color-background-surface-info:oklch(45% 0.169 285);--jkl-color-background-surface-succes:oklch(45% 0.095 156);--jkl-color-border-subdued:oklch(50% 0.007 67);--jkl-color-border-strong:oklch(80% 0.008 67);--jkl-color-border-strongest:oklch(100% 0.001 67);--jkl-color-border-knockout:oklch(0% 0.007 64);--jkl-color-border-info:oklch(60% 0.17 285);--jkl-color-border-success:oklch(60% 0.1 156);--jkl-color-border-error:oklch(60% 0.149 16);--jkl-color-border-warning:oklch(60% 0.09 94);--jkl-color-text-default:oklch(100% 0.001 67);--jkl-color-text-subdued:oklch(80% 0.008 67);--jkl-color-text-knockout:oklch(0% 0.007 64);--jkl-color-text-info:oklch(90% 0.034 285);--jkl-color-text-info-strong:oklch(70% 0.145 285);--jkl-color-text-success:oklch(90% 0.035 156);--jkl-color-text-success-strong:oklch(70% 0.089 156);--jkl-color-text-error:oklch(90% 0.045 16);--jkl-color-text-error-strong:oklch(70% 0.13 16);--jkl-color-text-warning:oklch(90% 0.08 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}}@layer jokul.theme{:root{--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-24:1.5rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-64:4rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-spacing-16-24:1rem;--jkl-spacing-24-40:1.5rem;--jkl-spacing-24-32:1.5rem;--jkl-spacing-32-40:2rem;--jkl-spacing-40-64:2.5rem;--jkl-spacing-64-104:4rem;--jkl-spacing-104-168:6.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1rem;--jkl-spacing-16-24-40:1rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:1.5rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:2.5rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:4rem;--jkl-spacing-104-104-168:6.5rem}@media (min-width:680px){:root{--jkl-spacing-16-24:1.5rem;--jkl-spacing-24-40:2.5rem;--jkl-spacing-24-32:2rem;--jkl-spacing-32-40:2.5rem;--jkl-spacing-40-64:4rem;--jkl-spacing-64-104:6.5rem;--jkl-spacing-104-168:10.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1.5rem;--jkl-spacing-16-24-40:1.5rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:2rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2.5rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:4rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:6.5rem;--jkl-spacing-104-104-168:6.5rem}}@media (min-width:1200px){:root{--jkl-spacing-16-16-24:1.5rem;--jkl-spacing-16-24-32:2rem;--jkl-spacing-16-24-40:2.5rem;--jkl-spacing-24-24-32:2rem;--jkl-spacing-24-24-40:2.5rem;--jkl-spacing-24-32-40:2.5rem;--jkl-spacing-32-32-40:2.5rem;--jkl-spacing-32-40-64:4rem;--jkl-spacing-40-40-64:4rem;--jkl-spacing-40-64-104:6.5rem;--jkl-spacing-64-64-104:6.5rem;--jkl-spacing-64-104-168:10.5rem;--jkl-spacing-104-104-168:10.5rem}}}@layer jokul.theme{@media screen and (prefers-color-scheme:light){:root{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}}[data-theme=light]{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}@media screen and (prefers-color-scheme:dark){:root{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}}[data-theme=dark]{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}}@layer jokul.theme{:root{--jkl-border-width-1:0.0625rem;--jkl-border-width-2:0.125rem;--jkl-border-width-3:0.1875rem;--jkl-border-radius-none:0;--jkl-border-radius-xs:0.25rem;--jkl-border-radius-s:0.5rem;--jkl-border-radius-m:0.75rem;--jkl-border-radius-l:1rem;--jkl-border-radius-full:9999px;--jkl-breakpoint-small:0;--jkl-breakpoint-medium:680px;--jkl-breakpoint-large:1200px;--jkl-breakpoint-xl:1600px;--jkl-color-brand-snohvit:#f9f9f9;--jkl-color-brand-varde:#e0dbd4;--jkl-color-brand-granitt:#1b1917;--jkl-color-brand-hvit:#fff;--jkl-color-brand-svart:#000;--jkl-color-brand-skifer:#313030;--jkl-color-brand-fjellgra:#444141;--jkl-color-brand-stein:#636060;--jkl-color-brand-svaberg:#c8c5c3;--jkl-color-brand-dis:#ece9e5;--jkl-color-brand-sand:#f4f2ef;--jkl-color-functional-info:#d3d3f6;--jkl-color-functional-info-dark:#a9a9ca;--jkl-color-functional-success:#acd3b5;--jkl-color-functional-success-dark:#94b79b;--jkl-color-functional-warning:#efdd9e;--jkl-color-functional-warning-dark:#decc8d;--jkl-color-functional-error:#f6b3b3;--jkl-color-functional-error-dark:#de9e9e;--jkl-color-svart:#000;--jkl-color-granitt:#1b1917;--jkl-color-skifer:#313030;--jkl-color-fjellgra:#444141;--jkl-color-stein:#636060;--jkl-color-svaberg:#c8c5c3;--jkl-color-varde:#e0dbd4;--jkl-color-dis:#ece9e5;--jkl-color-sand:#f4f2ef;--jkl-color-snohvit:#f9f9f9;--jkl-color-hvit:#fff;--jkl-color-suksess:#acd3b5;--jkl-color-suksess-dark:#94b79b;--jkl-color-feil:#f6b3b3;--jkl-color-feil-dark:#de9e9e;--jkl-color-info:#d3d3f6;--jkl-color-info-dark:#a9a9ca;--jkl-color-advarsel:#efdd9e;--jkl-color-advarsel-dark:#decc8d;--jkl-motion-timing-energetic:75ms;--jkl-motion-timing-snappy:100ms;--jkl-motion-timing-productive:150ms;--jkl-motion-timing-expressive:250ms;--jkl-motion-timing-lazy:400ms;--jkl-motion-easing-standard:ease;--jkl-motion-easing-entrance:ease-out;--jkl-motion-easing-exit:ease-in;--jkl-motion-easing-ease-in-bounce-out:cubic-bezier(0,0,0.375,1.17);--jkl-motion-easing-focus:cubic-bezier(0.6,0.2,0.35,1);--jkl-spacing-0:0rem;--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-24:1.5rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-64:4rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-semantic-spacing-none:0;--jkl-semantic-spacing-2xs:0.25rem;--jkl-semantic-spacing-xs:0.5rem;--jkl-semantic-spacing-s:1rem;--jkl-semantic-spacing-m:1.5rem;--jkl-semantic-spacing-l:2.5rem;--jkl-semantic-spacing-xl:4rem;--jkl-semantic-spacing-2xl:6.5rem;--jkl-icon-weight-normal:300;--jkl-icon-weight-bold:400;--jkl-typography-weight-normal:400;--jkl-typography-weight-bold:700;--jkl-typography-font-weight-normal:400;--jkl-typography-font-weight-bold:700;--jkl-typography-font-size-1:var(--jkl-font-size-1);--jkl-typography-font-size-2:var(--jkl-font-size-2);--jkl-typography-font-size-3:var(--jkl-font-size-3);--jkl-typography-font-size-4:var(--jkl-font-size-4);--jkl-typography-font-size-5:var(--jkl-font-size-5);--jkl-typography-font-size-6:var(--jkl-font-size-6);--jkl-typography-font-size-7:var(--jkl-font-size-7);--jkl-typography-font-size-8:var(--jkl-font-size-8);--jkl-typography-font-size-9:var(--jkl-font-size-9);--jkl-typography-font-size-10:var(--jkl-font-size-10);--jkl-typography-font-size-16:1rem;--jkl-typography-font-size-18:1.125rem;--jkl-typography-font-size-20:1.25rem;--jkl-typography-font-size-21:1.3125rem;--jkl-typography-font-size-23:1.4375rem;--jkl-typography-font-size-25:1.5625rem;--jkl-typography-font-size-26:1.625rem;--jkl-typography-font-size-28:1.75rem;--jkl-typography-font-size-30:1.875rem;--jkl-typography-font-size-36:2.25rem;--jkl-typography-font-size-44:2.75rem;--jkl-typography-font-size-56:3.5rem;--jkl-typography-line-height-24:1.5rem;--jkl-typography-line-height-28:1.75rem;--jkl-typography-line-height-32:2rem;--jkl-typography-line-height-36:2.25rem;--jkl-typography-line-height-40:2.5rem;--jkl-typography-line-height-44:2.75rem;--jkl-typography-line-height-52:3.25rem;--jkl-typography-line-height-64:4rem;--jkl-typography-line-height-flush:var(--jkl-line-height-flush);--jkl-typography-line-height-tight:var(--jkl-line-height-tight);--jkl-typography-line-height-relaxed:var(--jkl-line-height-relaxed);--jkl-typography-style-title-small-font-size:var(--jkl-font-size-8);--jkl-typography-style-title-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-small-font-weight:400;--jkl-typography-style-title-base-font-size:var(--jkl-font-size-8);--jkl-typography-style-title-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-base-font-weight:400;--jkl-typography-style-title-small-small-font-size:var(--jkl-font-size-7);--jkl-typography-style-title-small-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-small-small-font-weight:400;--jkl-typography-style-title-small-base-font-size:var(--jkl-font-size-7);--jkl-typography-style-title-small-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-small-base-font-weight:400;--jkl-typography-style-heading-1-small-font-size:var(--jkl-font-size-8);--jkl-typography-style-heading-1-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-1-small-font-weight:400;--jkl-typography-style-heading-1-base-font-size:var(--jkl-font-size-8);--jkl-typography-style-heading-1-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-1-base-font-weight:400;--jkl-typography-style-heading-2-small-font-size:var(--jkl-font-size-7);--jkl-typography-style-heading-2-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-2-small-font-weight:400;--jkl-typography-style-heading-2-base-font-size:var(--jkl-font-size-7);--jkl-typography-style-heading-2-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-2-base-font-weight:400;--jkl-typography-style-heading-3-small-font-size:var(--jkl-font-size-6);--jkl-typography-style-heading-3-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-3-small-font-weight:700;--jkl-typography-style-heading-3-base-font-size:var(--jkl-font-size-6);--jkl-typography-style-heading-3-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-3-base-font-weight:700;--jkl-typography-style-heading-4-small-font-size:var(--jkl-font-size-5);--jkl-typography-style-heading-4-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-4-small-font-weight:700;--jkl-typography-style-heading-4-base-font-size:var(--jkl-font-size-5);--jkl-typography-style-heading-4-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-4-base-font-weight:700;--jkl-typography-style-heading-5-small-font-size:var(--jkl-font-size-4);--jkl-typography-style-heading-5-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-5-small-font-weight:700;--jkl-typography-style-heading-5-base-font-size:var(--jkl-font-size-4);--jkl-typography-style-heading-5-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-5-base-font-weight:700;--jkl-typography-style-paragraph-large-small-font-size:var(--jkl-font-size-5);--jkl-typography-style-paragraph-large-small-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-large-small-font-weight:400;--jkl-typography-style-paragraph-large-base-font-size:var(--jkl-font-size-5);--jkl-typography-style-paragraph-large-base-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-large-base-font-weight:400;--jkl-typography-style-paragraph-medium-small-font-size:var(--jkl-font-size-3);--jkl-typography-style-paragraph-medium-small-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-medium-small-font-weight:400;--jkl-typography-style-paragraph-medium-base-font-size:var(--jkl-font-size-3);--jkl-typography-style-paragraph-medium-base-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-medium-base-font-weight:400;--jkl-typography-style-paragraph-small-small-font-size:var(--jkl-font-size-2);--jkl-typography-style-paragraph-small-small-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-small-small-font-weight:400;--jkl-typography-style-paragraph-small-base-font-size:var(--jkl-font-size-2);--jkl-typography-style-paragraph-small-base-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-small-base-font-weight:400;--jkl-typography-style-text-large-small-font-size:var(--jkl-font-size-5);--jkl-typography-style-text-large-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-large-small-font-weight:400;--jkl-typography-style-text-large-base-font-size:var(--jkl-font-size-5);--jkl-typography-style-text-large-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-large-base-font-weight:400;--jkl-typography-style-text-medium-small-font-size:var(--jkl-font-size-3);--jkl-typography-style-text-medium-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-medium-small-font-weight:400;--jkl-typography-style-text-medium-base-font-size:var(--jkl-font-size-3);--jkl-typography-style-text-medium-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-medium-base-font-weight:400;--jkl-typography-style-text-small-small-font-size:var(--jkl-font-size-2);--jkl-typography-style-text-small-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-small-small-font-weight:400;--jkl-typography-style-text-small-base-font-size:var(--jkl-font-size-2);--jkl-typography-style-text-small-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-small-base-font-weight:400;--jkl-typography-style-text-micro-small-font-size:var(--jkl-font-size-1);--jkl-typography-style-text-micro-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-micro-small-font-weight:400;--jkl-typography-style-text-micro-base-font-size:var(--jkl-font-size-1);--jkl-typography-style-text-micro-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-micro-base-font-weight:400;--jkl-typography-style-body-small-font-size:1.125rem;--jkl-typography-style-body-small-line-height:1.75rem;--jkl-typography-style-body-small-font-weight:400;--jkl-typography-style-body-base-font-size:1.25rem;--jkl-typography-style-body-base-line-height:2rem;--jkl-typography-style-body-base-font-weight:400;--jkl-typography-style-small-small-font-size:1rem;--jkl-typography-style-small-small-line-height:1.5rem;--jkl-typography-style-small-small-font-weight:400;--jkl-typography-style-small-base-font-size:1rem;--jkl-typography-style-small-base-line-height:1.5rem;--jkl-typography-style-small-base-font-weight:400;--jkl-typography-title-small-font-size:2.25rem;--jkl-typography-title-small-line-height:2.75rem;--jkl-typography-title-small-font-weight:400;--jkl-typography-title-base-font-size:3.5rem;--jkl-typography-title-base-line-height:4rem;--jkl-typography-title-base-font-weight:400;--jkl-typography-title-small-small-font-size:1.875rem;--jkl-typography-title-small-small-line-height:2.25rem;--jkl-typography-title-small-small-font-weight:400;--jkl-typography-title-small-base-font-size:2.75rem;--jkl-typography-title-small-base-line-height:3.25rem;--jkl-typography-title-small-base-font-weight:400;--jkl-typography-heading-1-small-font-size:1.625rem;--jkl-typography-heading-1-small-line-height:2rem;--jkl-typography-heading-1-small-font-weight:400;--jkl-typography-heading-1-base-font-size:2.25rem;--jkl-typography-heading-1-base-line-height:2.75rem;--jkl-typography-heading-1-base-font-weight:400;--jkl-typography-heading-2-small-font-size:1.4375rem;--jkl-typography-heading-2-small-line-height:2rem;--jkl-typography-heading-2-small-font-weight:400;--jkl-typography-heading-2-base-font-size:1.75rem;--jkl-typography-heading-2-base-line-height:2.5rem;--jkl-typography-heading-2-base-font-weight:400;--jkl-typography-heading-3-small-font-size:1.3125rem;--jkl-typography-heading-3-small-line-height:1.75rem;--jkl-typography-heading-3-small-font-weight:700;--jkl-typography-heading-3-base-font-size:1.5625rem;--jkl-typography-heading-3-base-line-height:2rem;--jkl-typography-heading-3-base-font-weight:700;--jkl-typography-heading-4-small-font-size:1.125rem;--jkl-typography-heading-4-small-line-height:1.5rem;--jkl-typography-heading-4-small-font-weight:700;--jkl-typography-heading-4-base-font-size:1.3125rem;--jkl-typography-heading-4-base-line-height:1.75rem;--jkl-typography-heading-4-base-font-weight:700;--jkl-typography-heading-5-small-font-size:1rem;--jkl-typography-heading-5-small-line-height:1.5rem;--jkl-typography-heading-5-small-font-weight:700;--jkl-typography-heading-5-base-font-size:1rem;--jkl-typography-heading-5-base-line-height:1.5rem;--jkl-typography-heading-5-base-font-weight:700;--jkl-typography-body-small-font-size:1.125rem;--jkl-typography-body-small-line-height:1.75rem;--jkl-typography-body-small-font-weight:400;--jkl-typography-body-base-font-size:1.25rem;--jkl-typography-body-base-line-height:2rem;--jkl-typography-body-base-font-weight:400;--jkl-typography-small-small-font-size:1rem;--jkl-typography-small-small-line-height:1.5rem;--jkl-typography-small-small-font-weight:400;--jkl-typography-small-base-font-size:1rem;--jkl-typography-small-base-line-height:1.5rem;--jkl-typography-small-base-font-weight:400}}@layer jokul.theme{@media screen and (prefers-color-scheme:light){:root{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}}[data-theme=light]{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}@media screen and (prefers-color-scheme:dark){:root{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}}[data-theme=dark]{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}}@layer jokul.theme{:root{--jkl-unit-10:var(--jkl-unit-base);--jkl-unit-15:calc(var(--jkl-unit-base)*1.5);--jkl-unit-20:calc(var(--jkl-unit-base)*2);--jkl-unit-25:calc(var(--jkl-unit-base)*2.5);--jkl-unit-30:calc(var(--jkl-unit-base)*3);--jkl-unit-40:calc(var(--jkl-unit-base)*4);--jkl-unit-50:calc(var(--jkl-unit-base)*5);--jkl-unit-60:calc(var(--jkl-unit-base)*6);--jkl-unit-70:calc(var(--jkl-unit-base)*7);--jkl-unit-80:calc(var(--jkl-unit-base)*8);--jkl-unit-90:calc(var(--jkl-unit-base)*9);--jkl-unit-130:calc(var(--jkl-unit-base)*13);--jkl-unit-210:calc(var(--jkl-unit-base)*21);--jkl-unit-base:0.5rem;--jkl-unit-02:calc(var(--jkl-unit-base)*0.25);--jkl-unit-05:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-none:0;--jkl-spacing-xxs:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-xs:var(--jkl-unit-base);--jkl-spacing-s:calc(var(--jkl-unit-base)*2);--jkl-spacing-m:calc(var(--jkl-unit-base)*3);--jkl-spacing-l:calc(var(--jkl-unit-base)*5);--jkl-spacing-xl:calc(var(--jkl-unit-base)*8);--jkl-spacing-2xl:calc(var(--jkl-unit-base)*13)}}@layer jokul.theme{:root{--jkl-line-height-flush:1;--jkl-line-height-tight:1.3;--jkl-line-height-relaxed:1.6}:root,[data-size]{--jkl-font-size-1:0.875rem;--jkl-font-size-2:1rem;--jkl-font-size-3:1.125rem;--jkl-font-size-4:1.25rem;--jkl-font-size-5:1.5rem;--jkl-font-size-6:1.75rem;--jkl-font-size-7:2rem;--jkl-font-size-8:2.5rem;--jkl-font-size-9:3rem;--jkl-font-size-10:3.5rem}[data-size=small]{--jkl-font-size-1:0.75rem;--jkl-font-size-2:0.875rem;--jkl-font-size-3:1rem;--jkl-font-size-4:1.125rem;--jkl-font-size-5:1.25rem;--jkl-font-size-6:1.5rem;--jkl-font-size-7:1.75rem;--jkl-font-size-8:2rem;--jkl-font-size-9:2.5rem;--jkl-font-size-10:3rem}}@layer jokul.theme{:root,[data-size]{--jkl-unit-0:0;--jkl-unit-10:var(--jkl-unit-base);--jkl-unit-15:calc(var(--jkl-unit-base)*1.5);--jkl-unit-20:calc(var(--jkl-unit-base)*2);--jkl-unit-25:calc(var(--jkl-unit-base)*2.5);--jkl-unit-30:calc(var(--jkl-unit-base)*3);--jkl-unit-35:calc(var(--jkl-unit-base)*3.5);--jkl-unit-40:calc(var(--jkl-unit-base)*4);--jkl-unit-50:calc(var(--jkl-unit-base)*5);--jkl-unit-60:calc(var(--jkl-unit-base)*6);--jkl-unit-70:calc(var(--jkl-unit-base)*7);--jkl-unit-80:calc(var(--jkl-unit-base)*8);--jkl-unit-90:calc(var(--jkl-unit-base)*9);--jkl-unit-100:calc(var(--jkl-unit-base)*10);--jkl-unit-130:calc(var(--jkl-unit-base)*13);--jkl-unit-210:calc(var(--jkl-unit-base)*21);--jkl-unit-02:calc(var(--jkl-unit-base)*0.25);--jkl-unit-05:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-0:0;--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-20:1.25rem;--jkl-spacing-24:1.5rem;--jkl-spacing-28:1.75rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-48:3rem;--jkl-spacing-56:3.5rem;--jkl-spacing-64:4rem;--jkl-spacing-72:4.5rem;--jkl-spacing-80:5rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-spacing-none:0;--jkl-spacing-xxs:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-xs:var(--jkl-unit-base);--jkl-spacing-s:calc(var(--jkl-unit-base)*2);--jkl-spacing-m:calc(var(--jkl-unit-base)*3);--jkl-spacing-l:calc(var(--jkl-unit-base)*5);--jkl-spacing-xl:calc(var(--jkl-unit-base)*8);--jkl-spacing-2xl:calc(var(--jkl-unit-base)*13)}[data-size=small]{--jkl-unit-base:0.3125rem}:root,[data-size=medium]{--jkl-unit-base:0.5rem}[data-size=large]{--jkl-unit-base:0.6875rem}}@layer jokul.theme{:root{--jkl-border-radius-none:0;--jkl-border-radius-xs:0.25rem;--jkl-border-radius-s:0.5rem;--jkl-border-radius-m:0.75rem;--jkl-border-radius-l:1rem;--jkl-border-radius-full:9999px}}@layer jokul.global{@supports (font:-apple-system-body){@media (pointer:coarse){:root{font:-apple-system-body}}}.jkl{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--jkl-background-color);color:var(--jkl-color);font-family:Fremtind Grotesk,Adjusted Arial Fallback,Arial,sans-serif}.jkl strong{--jkl-icon-weight:400;font-weight:700}@media screen and (prefers-reduced-motion:reduce){*,:after,:before{animation-delay:0s!important;animation-duration:0s!important;transition:none!important}}}@layer jokul.global{[popover]{opacity:0;transition:opacity,overlay allow-discrete,display allow-discrete;transition-duration:.15s;transition-timing-function:ease}[popover]:popover-open{opacity:1}@starting-style{[popover]:popover-open{opacity:0}}}@layer jokul.utility{.jkl-body,.jkl-bold{font-size:var(--jkl-font-size-3);font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300}.jkl-bold{--jkl-icon-weight:400;font-weight:700}.jkl-small{font-size:var(--jkl-font-size-2);font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300;--jkl-icon-size:1.2em}.jkl-title{font-size:var(--jkl-font-size-8)}.jkl-title,.jkl-title-small{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-title-small{font-size:var(--jkl-font-size-7)}.jkl-heading-1{font-size:var(--jkl-font-size-8)}.jkl-heading-1,.jkl-heading-2{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-heading-2{font-size:var(--jkl-font-size-7)}.jkl-heading-3{font-size:var(--jkl-font-size-6)}.jkl-heading-3,.jkl-heading-4{font-weight:700;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:400}.jkl-heading-4{font-size:var(--jkl-font-size-5)}.jkl-heading-5{font-size:var(--jkl-font-size-4);font-weight:700;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:400}.jkl-paragraph-large{font-size:var(--jkl-font-size-5)}.jkl-paragraph-large,.jkl-paragraph-medium{font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300}.jkl-paragraph-medium{font-size:var(--jkl-font-size-3)}.jkl-paragraph-small{font-size:var(--jkl-font-size-2);font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300;--jkl-icon-size:1.2em}.jkl-text-large{font-size:var(--jkl-font-size-5)}.jkl-text-large,.jkl-text-medium{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-text-medium{font-size:var(--jkl-font-size-3)}.jkl-text-small{font-size:var(--jkl-font-size-2)}.jkl-text-micro,.jkl-text-small{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-text-micro{font-size:var(--jkl-font-size-1)}.jkl-sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}}@layer jokul.utility{.jkl-sr-only--focusable:active,.jkl-sr-only--focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;white-space:normal!important;width:auto!important}}@layer jokul.utility{.jkl-spacing-2--all{margin:var(--jkl-spacing-2)}.jkl-spacing-2--top{margin-top:var(--jkl-spacing-2)}.jkl-spacing-2--bottom{margin-bottom:var(--jkl-spacing-2)}.jkl-spacing-2--left{margin-left:var(--jkl-spacing-2)}.jkl-spacing-2--right{margin-right:var(--jkl-spacing-2)}.jkl-spacing-4--all{margin:var(--jkl-spacing-4)}.jkl-spacing-4--top{margin-top:var(--jkl-spacing-4)}.jkl-spacing-4--bottom{margin-bottom:var(--jkl-spacing-4)}.jkl-spacing-4--left{margin-left:var(--jkl-spacing-4)}.jkl-spacing-4--right{margin-right:var(--jkl-spacing-4)}.jkl-spacing-8--all{margin:var(--jkl-spacing-8)}.jkl-spacing-8--top{margin-top:var(--jkl-spacing-8)}.jkl-spacing-8--bottom{margin-bottom:var(--jkl-spacing-8)}.jkl-spacing-8--left{margin-left:var(--jkl-spacing-8)}.jkl-spacing-8--right{margin-right:var(--jkl-spacing-8)}.jkl-spacing-12--all{margin:var(--jkl-spacing-12)}.jkl-spacing-12--top{margin-top:var(--jkl-spacing-12)}.jkl-spacing-12--bottom{margin-bottom:var(--jkl-spacing-12)}.jkl-spacing-12--left{margin-left:var(--jkl-spacing-12)}.jkl-spacing-12--right{margin-right:var(--jkl-spacing-12)}.jkl-spacing-16--all{margin:var(--jkl-spacing-16)}.jkl-spacing-16--top{margin-top:var(--jkl-spacing-16)}.jkl-spacing-16--bottom{margin-bottom:var(--jkl-spacing-16)}.jkl-spacing-16--left{margin-left:var(--jkl-spacing-16)}.jkl-spacing-16--right{margin-right:var(--jkl-spacing-16)}.jkl-spacing-24--all{margin:var(--jkl-spacing-24)}.jkl-spacing-24--top{margin-top:var(--jkl-spacing-24)}.jkl-spacing-24--bottom{margin-bottom:var(--jkl-spacing-24)}.jkl-spacing-24--left{margin-left:var(--jkl-spacing-24)}.jkl-spacing-24--right{margin-right:var(--jkl-spacing-24)}.jkl-spacing-32--all{margin:var(--jkl-spacing-32)}.jkl-spacing-32--top{margin-top:var(--jkl-spacing-32)}.jkl-spacing-32--bottom{margin-bottom:var(--jkl-spacing-32)}.jkl-spacing-32--left{margin-left:var(--jkl-spacing-32)}.jkl-spacing-32--right{margin-right:var(--jkl-spacing-32)}.jkl-spacing-40--all{margin:var(--jkl-spacing-40)}.jkl-spacing-40--top{margin-top:var(--jkl-spacing-40)}.jkl-spacing-40--bottom{margin-bottom:var(--jkl-spacing-40)}.jkl-spacing-40--left{margin-left:var(--jkl-spacing-40)}.jkl-spacing-40--right{margin-right:var(--jkl-spacing-40)}.jkl-spacing-64--all{margin:var(--jkl-spacing-64)}.jkl-spacing-64--top{margin-top:var(--jkl-spacing-64)}.jkl-spacing-64--bottom{margin-bottom:var(--jkl-spacing-64)}.jkl-spacing-64--left{margin-left:var(--jkl-spacing-64)}.jkl-spacing-64--right{margin-right:var(--jkl-spacing-64)}.jkl-spacing-104--all{margin:var(--jkl-spacing-104)}.jkl-spacing-104--top{margin-top:var(--jkl-spacing-104)}.jkl-spacing-104--bottom{margin-bottom:var(--jkl-spacing-104)}.jkl-spacing-104--left{margin-left:var(--jkl-spacing-104)}.jkl-spacing-104--right{margin-right:var(--jkl-spacing-104)}.jkl-spacing-168--all{margin:var(--jkl-spacing-168)}.jkl-spacing-168--top{margin-top:var(--jkl-spacing-168)}.jkl-spacing-168--bottom{margin-bottom:var(--jkl-spacing-168)}.jkl-spacing-168--left{margin-left:var(--jkl-spacing-168)}.jkl-spacing-168--right{margin-right:var(--jkl-spacing-168)}.jkl-spacing-16-24--all{margin:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--top{margin-top:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--bottom{margin-bottom:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--left{margin-left:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--right{margin-right:var(--jkl-spacing-16-24)}.jkl-spacing-24-40--all{margin:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--top{margin-top:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--bottom{margin-bottom:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--left{margin-left:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--right{margin-right:var(--jkl-spacing-24-40)}.jkl-spacing-24-32--all{margin:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--top{margin-top:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--bottom{margin-bottom:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--left{margin-left:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--right{margin-right:var(--jkl-spacing-24-32)}.jkl-spacing-32-40--all{margin:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--top{margin-top:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--bottom{margin-bottom:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--left{margin-left:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--right{margin-right:var(--jkl-spacing-32-40)}.jkl-spacing-40-64--all{margin:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--top{margin-top:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--bottom{margin-bottom:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--left{margin-left:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--right{margin-right:var(--jkl-spacing-40-64)}.jkl-spacing-64-104--all{margin:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--top{margin-top:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--bottom{margin-bottom:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--left{margin-left:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--right{margin-right:var(--jkl-spacing-64-104)}.jkl-spacing-104-168--all{margin:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--top{margin-top:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--bottom{margin-bottom:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--left{margin-left:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--right{margin-right:var(--jkl-spacing-104-168)}.jkl-spacing-16-16-24--all{margin:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--top{margin-top:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--bottom{margin-bottom:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--left{margin-left:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--right{margin-right:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-24-32--all{margin:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--top{margin-top:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--bottom{margin-bottom:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--left{margin-left:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--right{margin-right:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-40--all{margin:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--top{margin-top:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--bottom{margin-bottom:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--left{margin-left:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--right{margin-right:var(--jkl-spacing-16-24-40)}.jkl-spacing-24-24-32--all{margin:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--top{margin-top:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--bottom{margin-bottom:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--left{margin-left:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--right{margin-right:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-40--all{margin:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--top{margin-top:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--bottom{margin-bottom:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--left{margin-left:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--right{margin-right:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-32-40--all{margin:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--top{margin-top:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--bottom{margin-bottom:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--left{margin-left:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--right{margin-right:var(--jkl-spacing-24-32-40)}.jkl-spacing-32-32-40--all{margin:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--top{margin-top:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--bottom{margin-bottom:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--left{margin-left:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--right{margin-right:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-40-64--all{margin:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--top{margin-top:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--bottom{margin-bottom:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--left{margin-left:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--right{margin-right:var(--jkl-spacing-32-40-64)}.jkl-spacing-40-40-64--all{margin:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--top{margin-top:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--bottom{margin-bottom:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--left{margin-left:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--right{margin-right:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-64-104--all{margin:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--top{margin-top:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--bottom{margin-bottom:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--left{margin-left:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--right{margin-right:var(--jkl-spacing-40-64-104)}.jkl-spacing-64-64-104--all{margin:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--top{margin-top:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--bottom{margin-bottom:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--left{margin-left:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--right{margin-right:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-104-168--all{margin:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--top{margin-top:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--bottom{margin-bottom:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--left{margin-left:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--right{margin-right:var(--jkl-spacing-64-104-168)}.jkl-spacing-104-104-168--all{margin:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--top{margin-top:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--bottom{margin-bottom:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--left{margin-left:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--right{margin-right:var(--jkl-spacing-104-104-168)}.jkl-spacing-0--all{margin:0}.jkl-spacing-0--top{margin-top:0}.jkl-spacing-0--bottom{margin-bottom:0}.jkl-spacing-0--left{margin-left:0}.jkl-spacing-0--right{margin-right:0}}
@@ -1,26 +0,0 @@
1
- @use "sass:map";
2
- @use "./legacy" as *;
3
-
4
- /// @type Color
5
- $color-focus-color: $color-granitt;
6
-
7
- /// @type Color
8
- $color-focus-color--darkbg: $color-snohvit;
9
-
10
- // Varslingsfarger / Meldingsfarger.
11
- // Kun til bruk som bakgrunn i komponenter som gir varslinger til bruker.
12
- $_varslingsfarger: (
13
- "suksess": var(--jkl-success),
14
- "feil": var(--jkl-error),
15
- "info": var(--jkl-info),
16
- "advarsel": var(--jkl-warning),
17
- );
18
-
19
- /// Hent fargekoden til en navngitt varslingsfarge
20
- /// @param {"suksess" | "feil" | "info" | "advarsel"} $farge - Navn på fargen du ønsker verdien til
21
- /// @deprecated Bruk tokens direkte ($color-success, $color-error, $color-info, $color-warning)
22
- /// @return {Color} - fargekoden til den ønskede fargen
23
- /// @access private - forwardes ikke ut av modulen, men er tilgjengelig ved direkteimport. KUN FOR INTERN BRUK I JØKUL.
24
- @function varslingsfarge($farge) {
25
- @return map.get($_varslingsfarger, $farge);
26
- }
@@ -1,26 +0,0 @@
1
- /// Gjør flexbox litt mindre verbos. Setter display: flex; med gitt align-items og justify-content.
2
- /// @param {String} $align-items [center] – settes på align-items
3
- /// @param {String} $justify-content [center] – settes på justify-content
4
- /// @output display: flex og angitt align-items og justify-content
5
- @mixin flex($align-items: center, $justify-content: center) {
6
- display: flex;
7
- align-items: $align-items;
8
- justify-content: $justify-content;
9
- }
10
-
11
- /// Samle alt som har med posisjonering å gjøre i én mixin. Alle parameternavn matcher CSS-attributtet.
12
- /// @param {String} $position
13
- /// @param {String} $top [initial]
14
- /// @param {String} $left [initial]
15
- /// @param {String} $right [initial]
16
- /// @param {String} $bottom [initial]
17
- @mixin position(
18
- $position,
19
- $top: initial,
20
- $left: initial,
21
- $right: initial,
22
- $bottom: initial
23
- ) {
24
- position: $position;
25
- inset: $top $right $bottom $left;
26
- }
@@ -1,59 +0,0 @@
1
-
2
- // Do not edit directly, this file was auto-generated.
3
-
4
-
5
- $unit-10: var(--jkl-unit-base);
6
- $unit-15: calc(var(--jkl-unit-base) * 1.5);
7
- $unit-20: calc(var(--jkl-unit-base) * 2);
8
- $unit-25: calc(var(--jkl-unit-base) * 2.5);
9
- $unit-30: calc(var(--jkl-unit-base) * 3);
10
- $unit-40: calc(var(--jkl-unit-base) * 4);
11
- $unit-50: calc(var(--jkl-unit-base) * 5);
12
- $unit-60: calc(var(--jkl-unit-base) * 6);
13
- $unit-70: calc(var(--jkl-unit-base) * 7);
14
- $unit-80: calc(var(--jkl-unit-base) * 8);
15
- $unit-90: calc(var(--jkl-unit-base) * 9);
16
- $unit-130: calc(var(--jkl-unit-base) * 13);
17
- $unit-210: calc(var(--jkl-unit-base) * 21);
18
- $unit-base: 0.5rem;
19
- $unit-02: calc(var(--jkl-unit-base) * .25);
20
- $unit-05: calc(var(--jkl-unit-base) * .5);
21
- $spacing-none: 0;
22
- $spacing-xxs: calc(var(--jkl-unit-base) * .5);
23
- $spacing-xs: var(--jkl-unit-base);
24
- $spacing-s: calc(var(--jkl-unit-base) * 2);
25
- $spacing-m: calc(var(--jkl-unit-base) * 3);
26
- $spacing-l: calc(var(--jkl-unit-base) * 5);
27
- $spacing-xl: calc(var(--jkl-unit-base) * 8);
28
- $spacing-2xl: calc(var(--jkl-unit-base) * 13);
29
-
30
- // Dynamiske variabler for farge, via referanse til CSS-variabler
31
- $color-background-page: var(--jkl-color-background-page);
32
- $color-background-surface-default: var(--jkl-color-background-surface-default);
33
- $color-background-surface-highlight: var(--jkl-color-background-surface-highlight);
34
- $color-background-surface-on-surface: var(--jkl-color-background-surface-on-surface);
35
- $color-background-surface-moderate: var(--jkl-color-background-surface-moderate);
36
- $color-background-surface-knockout: var(--jkl-color-background-surface-knockout);
37
- $color-background-surface-error: var(--jkl-color-background-surface-error);
38
- $color-background-surface-warning: var(--jkl-color-background-surface-warning);
39
- $color-background-surface-info: var(--jkl-color-background-surface-info);
40
- $color-background-surface-succes: var(--jkl-color-background-surface-succes);
41
- $color-border-subdued: var(--jkl-color-border-subdued);
42
- $color-border-strong: var(--jkl-color-border-strong);
43
- $color-border-strongest: var(--jkl-color-border-strongest);
44
- $color-border-knockout: var(--jkl-color-border-knockout);
45
- $color-border-info: var(--jkl-color-border-info);
46
- $color-border-success: var(--jkl-color-border-success);
47
- $color-border-error: var(--jkl-color-border-error);
48
- $color-border-warning: var(--jkl-color-border-warning);
49
- $color-text-default: var(--jkl-color-text-default);
50
- $color-text-subdued: var(--jkl-color-text-subdued);
51
- $color-text-knockout: var(--jkl-color-text-knockout);
52
- $color-text-info: var(--jkl-color-text-info);
53
- $color-text-info-strong: var(--jkl-color-text-info-strong);
54
- $color-text-success: var(--jkl-color-text-success);
55
- $color-text-success-strong: var(--jkl-color-text-success-strong);
56
- $color-text-error: var(--jkl-color-text-error);
57
- $color-text-error-strong: var(--jkl-color-text-error-strong);
58
- $color-text-warning: var(--jkl-color-text-warning);
59
- $color-text-warning-strong: var(--jkl-color-text-warning-strong);
@@ -1,196 +0,0 @@
1
- @use "sass:string";
2
- @use "sass:map";
3
- @use "sass:list";
4
- @use "screens";
5
- @use "tokens" as *;
6
- @use "legacy/tokens" as *;
7
- @use "responsive-units";
8
-
9
- /// @access private - forwardes ikke ut av modulen, men er tilgjengelig ved direkteimport. KUN FOR INTERN BRUK I JØKUL.
10
- $text-styles: (
11
- "title": (
12
- "font-size": var(--jkl-font-size-8),
13
- "line-height": var(--jkl-line-height-tight),
14
- "font-weight": $typography-weight-normal,
15
- "--jkl-icon-weight": $icon-weight-normal,
16
- ),
17
- "title-small": (
18
- "font-size": var(--jkl-font-size-7),
19
- "line-height": var(--jkl-line-height-tight),
20
- "font-weight": $typography-weight-normal,
21
- "--jkl-icon-weight": $icon-weight-normal,
22
- ),
23
- "heading-1": (
24
- "font-size": var(--jkl-font-size-8),
25
- "line-height": var(--jkl-line-height-tight),
26
- "font-weight": $typography-weight-normal,
27
- "--jkl-icon-weight": $icon-weight-normal,
28
- ),
29
- "heading-2": (
30
- "font-size": var(--jkl-font-size-7),
31
- "line-height": var(--jkl-line-height-tight),
32
- "font-weight": $typography-weight-normal,
33
- "--jkl-icon-weight": $icon-weight-normal,
34
- ),
35
- "heading-3": (
36
- "font-size": var(--jkl-font-size-6),
37
- "line-height": var(--jkl-line-height-tight),
38
- "font-weight": $typography-weight-bold,
39
- "--jkl-icon-weight": $icon-weight-bold,
40
- ),
41
- "heading-4": (
42
- "font-size": var(--jkl-font-size-5),
43
- "line-height": var(--jkl-line-height-tight),
44
- "font-weight": $typography-weight-bold,
45
- "--jkl-icon-weight": $icon-weight-bold,
46
- ),
47
- "heading-5": (
48
- "font-size": var(--jkl-font-size-4),
49
- "line-height": var(--jkl-line-height-tight),
50
- "font-weight": $typography-weight-bold,
51
- "--jkl-icon-weight": $icon-weight-bold,
52
- ),
53
- "paragraph-large": (
54
- "font-size": var(--jkl-font-size-5),
55
- "line-height": var(--jkl-line-height-relaxed),
56
- "font-weight": $typography-weight-normal,
57
- "--jkl-icon-weight": $icon-weight-normal,
58
- ),
59
- "paragraph-medium": (
60
- "font-size": var(--jkl-font-size-3),
61
- "line-height": var(--jkl-line-height-relaxed),
62
- "font-weight": $typography-weight-normal,
63
- "--jkl-icon-weight": $icon-weight-normal,
64
- ),
65
- "paragraph-small": (
66
- "font-size": var(--jkl-font-size-2),
67
- "line-height": var(--jkl-line-height-relaxed),
68
- "font-weight": $typography-weight-normal,
69
- "--jkl-icon-weight": $icon-weight-normal,
70
- "--jkl-icon-size": 1.2em,
71
- ),
72
- "text-large": (
73
- "font-size": var(--jkl-font-size-5),
74
- "line-height": var(--jkl-line-height-tight),
75
- "font-weight": $typography-weight-normal,
76
- "--jkl-icon-weight": $icon-weight-normal,
77
- ),
78
- "text-medium": (
79
- "font-size": var(--jkl-font-size-3),
80
- "line-height": var(--jkl-line-height-tight),
81
- "font-weight": $typography-weight-normal,
82
- "--jkl-icon-weight": $icon-weight-normal,
83
- ),
84
- "text-small": (
85
- "font-size": var(--jkl-font-size-2),
86
- "line-height": var(--jkl-line-height-tight),
87
- "font-weight": $typography-weight-normal,
88
- "--jkl-icon-weight": $icon-weight-normal,
89
- ),
90
- "text-micro": (
91
- "font-size": var(--jkl-font-size-1),
92
- "line-height": var(--jkl-line-height-tight),
93
- "font-weight": $typography-weight-normal,
94
- "--jkl-icon-weight": $icon-weight-normal,
95
- ),
96
- );
97
-
98
- /// Gir deg responsive font-size, line-height og font-weight basert på navnet på typografien.
99
- /// Du kan overstyre standardverdier ved å bruke `@content`. Dette er ment som en "escape hatch".
100
- /// Ikke tukle med typografiskalaen med mindre du har en god grunn til det.
101
- /// @param {"title" | "title-small" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "paragraph-large" | "paragraph-medium" | "paragraph-small" | "text-large" | "text-medium" | "text-small"} $style - Ønsket stilnavn.
102
- /// @content Plasseres alltid etter mixinen har satt sine verdier, slik at du kan velge å overstyre deler av dem.
103
- /// @example
104
- /// .class {
105
- /// @include jkl.text-style("body");
106
- /// }
107
- /// @example
108
- /// .bold {
109
- /// @include jkl.text-style("body") {
110
- /// font-weight: jkl.$typography-weight-bold;
111
- /// }
112
- /// }
113
- @mixin text-style($style) {
114
- @if map.has-key($text-styles, $style) {
115
- @each $property, $value in map.get($text-styles, $style) {
116
- #{$property}: $value;
117
- }
118
-
119
- @content;
120
- } @else {
121
- @error "No text style with the name #{$style} was found. Try one of these: #{map.keys($text-styles)}";
122
- }
123
- }
124
-
125
- /// Makes text bold without changing the space it takes up on screen.
126
- /// Not perfect for all lengths of text, but close enough!
127
- @mixin no-grow-bold {
128
- --jkl-icon-weight: #{$icon-weight-bold};
129
- font-weight: $typography-weight-bold;
130
- letter-spacing: -0.014em;
131
- }
132
-
133
- /// Definer egne variabler for fontstørrelse basert på design tokens fra :root. Kan enkelt brukes med `use-font-variables`.
134
- /// @param {String} $name - Navn på variablen. Postfixes med `-font-size`, `-line-height`, og `-font-weight`.
135
- /// @param {"title" | "title-small" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "body" | "small"} $level - Nivå i fontskalaen.
136
- /// @output - CSS-variabler fro font-size, line-height, og font-weight.
137
- /// @see use-font-variables
138
- /// @example
139
- /// @include jkl.declare-font-variables("jkl-accordion-title", "body");
140
- /// @example
141
- /// @include jkl.use-font-variables("jkl-accordion-title");
142
- @mixin declare-font-variables($name, $level) {
143
- --#{$name}-font-size: var(--jkl-#{$level}-font-size);
144
- --#{$name}-line-height: var(--jkl-#{$level}-line-height);
145
- --#{$name}-font-weight: var(--jkl-#{$level}-font-weight);
146
- }
147
-
148
- /// Ta i bruk variabler du har laget med `declare-font-variables`.
149
- /// @param {String} $name - Navn på variablen. Postfixes med `-font-size`, `-line-height`, og `-font-weight`.
150
- /// @output - CSS som setter font-size, line-height, og font-weight basert på CSS-variabler som følger standard format fra `declare-font-variables`.
151
- /// @see declare-font-variables
152
- /// @example
153
- /// @include jkl.use-font-variables("jkl-accordion-title");
154
- /// @example
155
- /// @include jkl.declare-font-variables("jkl-accordion-title", "body");
156
- @mixin use-font-variables($name) {
157
- font-size: var(--#{$name}-font-size);
158
- line-height: var(--#{$name}-line-height);
159
- font-weight: var(--#{$name}-font-weight);
160
- }
161
-
162
- $_valid-font-family-values: (
163
- "Fremtind Grotesk",
164
- "Fremtind Grotesk Display",
165
- "Fremtind Grotesk Mono",
166
- "Fremtind Material Symbols"
167
- );
168
-
169
- /// Hjelper sette riktig remse med fallback-fonts for Fremtind Grotesk, Fremtind Grotesk Display, og Fremtind Grotesk Mono.
170
- /// @param {"Fremtind Grotesk" | "Fremtind Grotesk Mono" | "Fremtind Grotesk Display" | "Fremtind Material Symbols"} $font - Regular justerer seg automatisk til italic og bold basert på font-style og font-weight. Display og Mono er adskilte fontfamilier.
171
- /// @output - Ønsket fontfamilie med justert fallbackfont.
172
- @mixin use-font-family($font) {
173
- @if not list.index($_valid-font-family-values, $font) {
174
- @error "#{$font} will not be used for font-family. Valid options are: #{$_valid-font-family-values}.";
175
- }
176
-
177
- @if $font == "Fremtind Grotesk Mono" {
178
- font-family:
179
- "Fremtind Grotesk Mono",
180
- "Adjusted Courier New Fallback",
181
- -apple-system,
182
- BlinkMacSystemFont,
183
- monospace;
184
- } @else if $font == "Fremtind Grotesk Display" {
185
- font-family:
186
- "Fremtind Grotesk Display", "Adjusted Arial Display Fallback",
187
- Arial, sans-serif;
188
- } @else if $font == "Fremtind Material Symbols" {
189
- font-family:
190
- "Fremtind Material Symbols", "Fremtind Material Symbols Fallback",
191
- monospace;
192
- } @else {
193
- font-family:
194
- "Fremtind Grotesk", "Adjusted Arial Fallback", Arial, sans-serif;
195
- }
196
- }
@@ -1,40 +0,0 @@
1
-
2
- // Do not edit directly, this file was auto-generated.
3
-
4
-
5
-
6
-
7
- // Dynamiske variabler for farge, via referanse til CSS-variabler
8
- $color-background-page: var(--jkl-color-background-page);
9
- $color-background-page-variant: var(--jkl-color-background-page-variant);
10
- $color-background-container: var(--jkl-color-background-container);
11
- $color-background-container-low: var(--jkl-color-background-container-low);
12
- $color-background-container-high: var(--jkl-color-background-container-high);
13
- $color-background-container-inverted: var(--jkl-color-background-container-inverted);
14
- $color-background-container-subdued: var(--jkl-color-background-container-subdued);
15
- $color-background-input-base: var(--jkl-color-background-input-base);
16
- $color-background-input-focus: var(--jkl-color-background-input-focus);
17
- $color-background-action: var(--jkl-color-background-action);
18
- $color-background-interactive: var(--jkl-color-background-interactive);
19
- $color-background-interactive-hover: var(--jkl-color-background-interactive-hover);
20
- $color-background-interactive-selected: var(--jkl-color-background-interactive-selected);
21
- $color-background-alert-neutral: var(--jkl-color-background-alert-neutral);
22
- $color-background-alert-info: var(--jkl-color-background-alert-info);
23
- $color-background-alert-success: var(--jkl-color-background-alert-success);
24
- $color-background-alert-warning: var(--jkl-color-background-alert-warning);
25
- $color-background-alert-error: var(--jkl-color-background-alert-error);
26
- $color-text-default: var(--jkl-color-text-default);
27
- $color-text-subdued: var(--jkl-color-text-subdued);
28
- $color-text-inverted: var(--jkl-color-text-inverted);
29
- $color-text-on-action: var(--jkl-color-text-on-action);
30
- $color-text-interactive: var(--jkl-color-text-interactive);
31
- $color-text-interactive-hover: var(--jkl-color-text-interactive-hover);
32
- $color-text-on-alert: var(--jkl-color-text-on-alert);
33
- $color-text-on-alert-subdued: var(--jkl-color-text-on-alert-subdued);
34
- $color-border-action: var(--jkl-color-border-action);
35
- $color-border-input: var(--jkl-color-border-input);
36
- $color-border-input-focus: var(--jkl-color-border-input-focus);
37
- $color-border-separator: var(--jkl-color-border-separator);
38
- $color-border-separator-strong: var(--jkl-color-border-separator-strong);
39
- $color-border-separator-hover: var(--jkl-color-border-separator-hover);
40
- $color-border-subdued: var(--jkl-color-border-subdued);
@@ -1,2 +0,0 @@
1
- @forward "dynamic-colors";
2
- @forward "tokens";