@fremtind/jokul 0.1.1

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 (358) hide show
  1. package/LICENSE +21 -0
  2. package/build/build-stats.html +4842 -0
  3. package/build/cjs/components/ScreenReaderOnly.js +2 -0
  4. package/build/cjs/components/ScreenReaderOnly.js.map +1 -0
  5. package/build/cjs/components/SlotComponent.js +2 -0
  6. package/build/cjs/components/SlotComponent.js.map +1 -0
  7. package/build/cjs/components/index.js +2 -0
  8. package/build/cjs/components/index.js.map +1 -0
  9. package/build/cjs/components/navigation/Link.js +2 -0
  10. package/build/cjs/components/navigation/Link.js.map +1 -0
  11. package/build/cjs/components/navigation/NavLink.js +2 -0
  12. package/build/cjs/components/navigation/NavLink.js.map +1 -0
  13. package/build/cjs/components/navigation/index.js +2 -0
  14. package/build/cjs/components/navigation/index.js.map +1 -0
  15. package/build/cjs/core/as-child.js +2 -0
  16. package/build/cjs/core/as-child.js.map +1 -0
  17. package/build/cjs/core/index.js +2 -0
  18. package/build/cjs/core/index.js.map +1 -0
  19. package/build/cjs/core/polymorphism.js +2 -0
  20. package/build/cjs/core/polymorphism.js.map +1 -0
  21. package/build/cjs/core/tokens.js +2 -0
  22. package/build/cjs/core/tokens.js.map +1 -0
  23. package/build/cjs/core/types.js +2 -0
  24. package/build/cjs/core/types.js.map +1 -0
  25. package/build/cjs/core/utils/breakpoints.js +2 -0
  26. package/build/cjs/core/utils/breakpoints.js.map +1 -0
  27. package/build/cjs/core/utils/density.js +2 -0
  28. package/build/cjs/core/utils/density.js.map +1 -0
  29. package/build/cjs/core/utils/getValuePair.js +2 -0
  30. package/build/cjs/core/utils/getValuePair.js.map +1 -0
  31. package/build/cjs/core/utils/index.js +2 -0
  32. package/build/cjs/core/utils/index.js.map +1 -0
  33. package/build/cjs/core/utils/mergeProps.js +2 -0
  34. package/build/cjs/core/utils/mergeProps.js.map +1 -0
  35. package/build/cjs/core/utils/mergeRefs.js +2 -0
  36. package/build/cjs/core/utils/mergeRefs.js.map +1 -0
  37. package/build/cjs/core/utils/motion.js +2 -0
  38. package/build/cjs/core/utils/motion.js.map +1 -0
  39. package/build/cjs/core/utils/tabListener.js +2 -0
  40. package/build/cjs/core/utils/tabListener.js.map +1 -0
  41. package/build/cjs/hooks/index.js +2 -0
  42. package/build/cjs/hooks/index.js.map +1 -0
  43. package/build/cjs/hooks/mediaQueryUtils.js +2 -0
  44. package/build/cjs/hooks/mediaQueryUtils.js.map +1 -0
  45. package/build/cjs/hooks/useAnimatedDetails/index.js +2 -0
  46. package/build/cjs/hooks/useAnimatedDetails/index.js.map +1 -0
  47. package/build/cjs/hooks/useAnimatedDetails/useAnimatedDetails.js +2 -0
  48. package/build/cjs/hooks/useAnimatedDetails/useAnimatedDetails.js.map +1 -0
  49. package/build/cjs/hooks/useAnimatedHeight/index.js +2 -0
  50. package/build/cjs/hooks/useAnimatedHeight/index.js.map +1 -0
  51. package/build/cjs/hooks/useAnimatedHeight/types.js +2 -0
  52. package/build/cjs/hooks/useAnimatedHeight/types.js.map +1 -0
  53. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.js +2 -0
  54. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -0
  55. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +2 -0
  56. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -0
  57. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.js +2 -0
  58. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -0
  59. package/build/cjs/hooks/useAriaLiveRegion/index.js +2 -0
  60. package/build/cjs/hooks/useAriaLiveRegion/index.js.map +1 -0
  61. package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.js +2 -0
  62. package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.js.map +1 -0
  63. package/build/cjs/hooks/useBrowserPreferences/index.js +2 -0
  64. package/build/cjs/hooks/useBrowserPreferences/index.js.map +1 -0
  65. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.js +2 -0
  66. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -0
  67. package/build/cjs/hooks/useClickOutside/index.js +2 -0
  68. package/build/cjs/hooks/useClickOutside/index.js.map +1 -0
  69. package/build/cjs/hooks/useClickOutside/useClickOutside.js +2 -0
  70. package/build/cjs/hooks/useClickOutside/useClickOutside.js.map +1 -0
  71. package/build/cjs/hooks/useElementDimensions/index.js +2 -0
  72. package/build/cjs/hooks/useElementDimensions/index.js.map +1 -0
  73. package/build/cjs/hooks/useElementDimensions/useElementDimensions.js +2 -0
  74. package/build/cjs/hooks/useElementDimensions/useElementDimensions.js.map +1 -0
  75. package/build/cjs/hooks/useFocusOutside/index.js +2 -0
  76. package/build/cjs/hooks/useFocusOutside/index.js.map +1 -0
  77. package/build/cjs/hooks/useFocusOutside/useFocusOutside.js +2 -0
  78. package/build/cjs/hooks/useFocusOutside/useFocusOutside.js.map +1 -0
  79. package/build/cjs/hooks/useId/index.js +2 -0
  80. package/build/cjs/hooks/useId/index.js.map +1 -0
  81. package/build/cjs/hooks/useId/useId.js +2 -0
  82. package/build/cjs/hooks/useId/useId.js.map +1 -0
  83. package/build/cjs/hooks/useIntersectionObserver/index.js +2 -0
  84. package/build/cjs/hooks/useIntersectionObserver/index.js.map +1 -0
  85. package/build/cjs/hooks/useIntersectionObserver/useIntersectionObserver.js +2 -0
  86. package/build/cjs/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
  87. package/build/cjs/hooks/useKeyListener/index.js +2 -0
  88. package/build/cjs/hooks/useKeyListener/index.js.map +1 -0
  89. package/build/cjs/hooks/useKeyListener/useKeyListener.js +2 -0
  90. package/build/cjs/hooks/useKeyListener/useKeyListener.js.map +1 -0
  91. package/build/cjs/hooks/useListNavigation/index.js +2 -0
  92. package/build/cjs/hooks/useListNavigation/index.js.map +1 -0
  93. package/build/cjs/hooks/useListNavigation/useListNavigation.js +2 -0
  94. package/build/cjs/hooks/useListNavigation/useListNavigation.js.map +1 -0
  95. package/build/cjs/hooks/useLocalStorage/index.js +2 -0
  96. package/build/cjs/hooks/useLocalStorage/index.js.map +1 -0
  97. package/build/cjs/hooks/useLocalStorage/useLocalStorage.js +2 -0
  98. package/build/cjs/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  99. package/build/cjs/hooks/useMutationObserver/index.js +2 -0
  100. package/build/cjs/hooks/useMutationObserver/index.js.map +1 -0
  101. package/build/cjs/hooks/useMutationObserver/useMutationObserver.js +2 -0
  102. package/build/cjs/hooks/useMutationObserver/useMutationObserver.js.map +1 -0
  103. package/build/cjs/hooks/usePreviousValue/index.js +2 -0
  104. package/build/cjs/hooks/usePreviousValue/index.js.map +1 -0
  105. package/build/cjs/hooks/usePreviousValue/usePreviousValue.js +2 -0
  106. package/build/cjs/hooks/usePreviousValue/usePreviousValue.js.map +1 -0
  107. package/build/cjs/hooks/useProgressiveImg/index.js +2 -0
  108. package/build/cjs/hooks/useProgressiveImg/index.js.map +1 -0
  109. package/build/cjs/hooks/useProgressiveImg/useProgressiveImg.js +2 -0
  110. package/build/cjs/hooks/useProgressiveImg/useProgressiveImg.js.map +1 -0
  111. package/build/cjs/hooks/useScreen/index.js +2 -0
  112. package/build/cjs/hooks/useScreen/index.js.map +1 -0
  113. package/build/cjs/hooks/useScreen/state.js +2 -0
  114. package/build/cjs/hooks/useScreen/state.js.map +1 -0
  115. package/build/cjs/hooks/useScreen/useScreen.js +2 -0
  116. package/build/cjs/hooks/useScreen/useScreen.js.map +1 -0
  117. package/build/cjs/hooks/useScrollIntoView/index.js +2 -0
  118. package/build/cjs/hooks/useScrollIntoView/index.js.map +1 -0
  119. package/build/cjs/hooks/useScrollIntoView/useScrollIntoView.js +2 -0
  120. package/build/cjs/hooks/useScrollIntoView/useScrollIntoView.js.map +1 -0
  121. package/build/cjs/hooks/useSwipeGesture/index.js +2 -0
  122. package/build/cjs/hooks/useSwipeGesture/index.js.map +1 -0
  123. package/build/cjs/hooks/useSwipeGesture/useSwipeGesture.js +2 -0
  124. package/build/cjs/hooks/useSwipeGesture/useSwipeGesture.js.map +1 -0
  125. package/build/clsx-BeLtu-UY.js +2 -0
  126. package/build/clsx-BeLtu-UY.js.map +1 -0
  127. package/build/clsx-E3yX_9sL.cjs +2 -0
  128. package/build/clsx-E3yX_9sL.cjs.map +1 -0
  129. package/build/components/ScreenReaderOnly.d.ts +6 -0
  130. package/build/components/SlotComponent.d.ts +7 -0
  131. package/build/components/index.d.ts +2 -0
  132. package/build/components/navigation/Link.d.ts +5 -0
  133. package/build/components/navigation/NavLink.d.ts +6 -0
  134. package/build/components/navigation/index.d.ts +2 -0
  135. package/build/core/as-child.d.ts +39 -0
  136. package/build/core/index.d.ts +7 -0
  137. package/build/core/polymorphism.d.ts +11 -0
  138. package/build/core/tokens.d.ts +351 -0
  139. package/build/core/types.d.ts +42 -0
  140. package/build/core/utils/breakpoints.d.ts +6 -0
  141. package/build/core/utils/density.d.ts +1 -0
  142. package/build/core/utils/getValuePair.d.ts +2 -0
  143. package/build/core/utils/index.d.ts +8 -0
  144. package/build/core/utils/mergeProps.d.ts +3 -0
  145. package/build/core/utils/mergeRefs.d.ts +3 -0
  146. package/build/core/utils/motion.d.ts +16 -0
  147. package/build/core/utils/tabListener.d.ts +1 -0
  148. package/build/es/components/ScreenReaderOnly.js +2 -0
  149. package/build/es/components/ScreenReaderOnly.js.map +1 -0
  150. package/build/es/components/SlotComponent.js +2 -0
  151. package/build/es/components/SlotComponent.js.map +1 -0
  152. package/build/es/components/index.js +2 -0
  153. package/build/es/components/index.js.map +1 -0
  154. package/build/es/components/navigation/Link.js +2 -0
  155. package/build/es/components/navigation/Link.js.map +1 -0
  156. package/build/es/components/navigation/NavLink.js +2 -0
  157. package/build/es/components/navigation/NavLink.js.map +1 -0
  158. package/build/es/components/navigation/index.js +2 -0
  159. package/build/es/components/navigation/index.js.map +1 -0
  160. package/build/es/core/as-child.js +2 -0
  161. package/build/es/core/as-child.js.map +1 -0
  162. package/build/es/core/index.js +2 -0
  163. package/build/es/core/index.js.map +1 -0
  164. package/build/es/core/polymorphism.js +2 -0
  165. package/build/es/core/polymorphism.js.map +1 -0
  166. package/build/es/core/tokens.js +2 -0
  167. package/build/es/core/tokens.js.map +1 -0
  168. package/build/es/core/types.js +2 -0
  169. package/build/es/core/types.js.map +1 -0
  170. package/build/es/core/utils/breakpoints.js +2 -0
  171. package/build/es/core/utils/breakpoints.js.map +1 -0
  172. package/build/es/core/utils/density.js +2 -0
  173. package/build/es/core/utils/density.js.map +1 -0
  174. package/build/es/core/utils/getValuePair.js +2 -0
  175. package/build/es/core/utils/getValuePair.js.map +1 -0
  176. package/build/es/core/utils/index.js +2 -0
  177. package/build/es/core/utils/index.js.map +1 -0
  178. package/build/es/core/utils/mergeProps.js +2 -0
  179. package/build/es/core/utils/mergeProps.js.map +1 -0
  180. package/build/es/core/utils/mergeRefs.js +2 -0
  181. package/build/es/core/utils/mergeRefs.js.map +1 -0
  182. package/build/es/core/utils/motion.js +2 -0
  183. package/build/es/core/utils/motion.js.map +1 -0
  184. package/build/es/core/utils/tabListener.js +2 -0
  185. package/build/es/core/utils/tabListener.js.map +1 -0
  186. package/build/es/hooks/index.js +2 -0
  187. package/build/es/hooks/index.js.map +1 -0
  188. package/build/es/hooks/mediaQueryUtils.js +2 -0
  189. package/build/es/hooks/mediaQueryUtils.js.map +1 -0
  190. package/build/es/hooks/useAnimatedDetails/index.js +2 -0
  191. package/build/es/hooks/useAnimatedDetails/index.js.map +1 -0
  192. package/build/es/hooks/useAnimatedDetails/useAnimatedDetails.js +2 -0
  193. package/build/es/hooks/useAnimatedDetails/useAnimatedDetails.js.map +1 -0
  194. package/build/es/hooks/useAnimatedHeight/index.js +2 -0
  195. package/build/es/hooks/useAnimatedHeight/index.js.map +1 -0
  196. package/build/es/hooks/useAnimatedHeight/types.js +2 -0
  197. package/build/es/hooks/useAnimatedHeight/types.js.map +1 -0
  198. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js +2 -0
  199. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -0
  200. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +2 -0
  201. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -0
  202. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js +2 -0
  203. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -0
  204. package/build/es/hooks/useAriaLiveRegion/index.js +2 -0
  205. package/build/es/hooks/useAriaLiveRegion/index.js.map +1 -0
  206. package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.js +2 -0
  207. package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.js.map +1 -0
  208. package/build/es/hooks/useBrowserPreferences/index.js +2 -0
  209. package/build/es/hooks/useBrowserPreferences/index.js.map +1 -0
  210. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js +2 -0
  211. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -0
  212. package/build/es/hooks/useClickOutside/index.js +2 -0
  213. package/build/es/hooks/useClickOutside/index.js.map +1 -0
  214. package/build/es/hooks/useClickOutside/useClickOutside.js +2 -0
  215. package/build/es/hooks/useClickOutside/useClickOutside.js.map +1 -0
  216. package/build/es/hooks/useElementDimensions/index.js +2 -0
  217. package/build/es/hooks/useElementDimensions/index.js.map +1 -0
  218. package/build/es/hooks/useElementDimensions/useElementDimensions.js +2 -0
  219. package/build/es/hooks/useElementDimensions/useElementDimensions.js.map +1 -0
  220. package/build/es/hooks/useFocusOutside/index.js +2 -0
  221. package/build/es/hooks/useFocusOutside/index.js.map +1 -0
  222. package/build/es/hooks/useFocusOutside/useFocusOutside.js +2 -0
  223. package/build/es/hooks/useFocusOutside/useFocusOutside.js.map +1 -0
  224. package/build/es/hooks/useId/index.js +2 -0
  225. package/build/es/hooks/useId/index.js.map +1 -0
  226. package/build/es/hooks/useId/useId.js +2 -0
  227. package/build/es/hooks/useId/useId.js.map +1 -0
  228. package/build/es/hooks/useIntersectionObserver/index.js +2 -0
  229. package/build/es/hooks/useIntersectionObserver/index.js.map +1 -0
  230. package/build/es/hooks/useIntersectionObserver/useIntersectionObserver.js +2 -0
  231. package/build/es/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
  232. package/build/es/hooks/useKeyListener/index.js +2 -0
  233. package/build/es/hooks/useKeyListener/index.js.map +1 -0
  234. package/build/es/hooks/useKeyListener/useKeyListener.js +2 -0
  235. package/build/es/hooks/useKeyListener/useKeyListener.js.map +1 -0
  236. package/build/es/hooks/useListNavigation/index.js +2 -0
  237. package/build/es/hooks/useListNavigation/index.js.map +1 -0
  238. package/build/es/hooks/useListNavigation/useListNavigation.js +2 -0
  239. package/build/es/hooks/useListNavigation/useListNavigation.js.map +1 -0
  240. package/build/es/hooks/useLocalStorage/index.js +2 -0
  241. package/build/es/hooks/useLocalStorage/index.js.map +1 -0
  242. package/build/es/hooks/useLocalStorage/useLocalStorage.js +2 -0
  243. package/build/es/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  244. package/build/es/hooks/useMutationObserver/index.js +2 -0
  245. package/build/es/hooks/useMutationObserver/index.js.map +1 -0
  246. package/build/es/hooks/useMutationObserver/useMutationObserver.js +2 -0
  247. package/build/es/hooks/useMutationObserver/useMutationObserver.js.map +1 -0
  248. package/build/es/hooks/usePreviousValue/index.js +2 -0
  249. package/build/es/hooks/usePreviousValue/index.js.map +1 -0
  250. package/build/es/hooks/usePreviousValue/usePreviousValue.js +2 -0
  251. package/build/es/hooks/usePreviousValue/usePreviousValue.js.map +1 -0
  252. package/build/es/hooks/useProgressiveImg/index.js +2 -0
  253. package/build/es/hooks/useProgressiveImg/index.js.map +1 -0
  254. package/build/es/hooks/useProgressiveImg/useProgressiveImg.js +2 -0
  255. package/build/es/hooks/useProgressiveImg/useProgressiveImg.js.map +1 -0
  256. package/build/es/hooks/useScreen/index.js +2 -0
  257. package/build/es/hooks/useScreen/index.js.map +1 -0
  258. package/build/es/hooks/useScreen/state.js +2 -0
  259. package/build/es/hooks/useScreen/state.js.map +1 -0
  260. package/build/es/hooks/useScreen/useScreen.js +2 -0
  261. package/build/es/hooks/useScreen/useScreen.js.map +1 -0
  262. package/build/es/hooks/useScrollIntoView/index.js +2 -0
  263. package/build/es/hooks/useScrollIntoView/index.js.map +1 -0
  264. package/build/es/hooks/useScrollIntoView/useScrollIntoView.js +2 -0
  265. package/build/es/hooks/useScrollIntoView/useScrollIntoView.js.map +1 -0
  266. package/build/es/hooks/useSwipeGesture/index.js +2 -0
  267. package/build/es/hooks/useSwipeGesture/index.js.map +1 -0
  268. package/build/es/hooks/useSwipeGesture/useSwipeGesture.js +2 -0
  269. package/build/es/hooks/useSwipeGesture/useSwipeGesture.js.map +1 -0
  270. package/build/hooks/index.d.ts +18 -0
  271. package/build/hooks/mediaQueryUtils.d.ts +21 -0
  272. package/build/hooks/useAnimatedDetails/index.d.ts +1 -0
  273. package/build/hooks/useAnimatedDetails/useAnimatedDetails.d.ts +20 -0
  274. package/build/hooks/useAnimatedHeight/index.d.ts +4 -0
  275. package/build/hooks/useAnimatedHeight/types.d.ts +26 -0
  276. package/build/hooks/useAnimatedHeight/useAnimatedHeight.d.ts +10 -0
  277. package/build/hooks/useAnimatedHeight/useAnimatedHeightBetween.d.ts +10 -0
  278. package/build/hooks/useAnimatedHeight/useAutoAnimateHeight.d.ts +20 -0
  279. package/build/hooks/useAriaLiveRegion/index.d.ts +1 -0
  280. package/build/hooks/useAriaLiveRegion/useAriaLiveRegion.d.ts +15 -0
  281. package/build/hooks/useBrowserPreferences/index.d.ts +1 -0
  282. package/build/hooks/useBrowserPreferences/useBrowserPreferences.d.ts +12 -0
  283. package/build/hooks/useClickOutside/index.d.ts +1 -0
  284. package/build/hooks/useClickOutside/useClickOutside.d.ts +7 -0
  285. package/build/hooks/useElementDimensions/index.d.ts +1 -0
  286. package/build/hooks/useElementDimensions/useElementDimensions.d.ts +11 -0
  287. package/build/hooks/useFocusOutside/index.d.ts +1 -0
  288. package/build/hooks/useFocusOutside/useFocusOutside.d.ts +7 -0
  289. package/build/hooks/useId/index.d.ts +1 -0
  290. package/build/hooks/useId/useId.d.ts +11 -0
  291. package/build/hooks/useIntersectionObserver/index.d.ts +1 -0
  292. package/build/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +13 -0
  293. package/build/hooks/useKeyListener/index.d.ts +1 -0
  294. package/build/hooks/useKeyListener/useKeyListener.d.ts +8 -0
  295. package/build/hooks/useListNavigation/index.d.ts +1 -0
  296. package/build/hooks/useListNavigation/useListNavigation.d.ts +7 -0
  297. package/build/hooks/useLocalStorage/index.d.ts +1 -0
  298. package/build/hooks/useLocalStorage/useLocalStorage.d.ts +1 -0
  299. package/build/hooks/useMutationObserver/index.d.ts +1 -0
  300. package/build/hooks/useMutationObserver/useMutationObserver.d.ts +9 -0
  301. package/build/hooks/usePreviousValue/index.d.ts +1 -0
  302. package/build/hooks/usePreviousValue/usePreviousValue.d.ts +6 -0
  303. package/build/hooks/useProgressiveImg/index.d.ts +1 -0
  304. package/build/hooks/useProgressiveImg/useProgressiveImg.d.ts +10 -0
  305. package/build/hooks/useScreen/index.d.ts +2 -0
  306. package/build/hooks/useScreen/state.d.ts +17 -0
  307. package/build/hooks/useScreen/useScreen.d.ts +6 -0
  308. package/build/hooks/useScrollIntoView/index.d.ts +1 -0
  309. package/build/hooks/useScrollIntoView/useScrollIntoView.d.ts +11 -0
  310. package/build/hooks/useSwipeGesture/index.d.ts +1 -0
  311. package/build/hooks/useSwipeGesture/useSwipeGesture.d.ts +27 -0
  312. package/package.json +83 -0
  313. package/src/components/navigation/styles/link.css +152 -0
  314. package/src/components/navigation/styles/link.min.css +1 -0
  315. package/src/components/navigation/styles/link.scss +138 -0
  316. package/src/core/jkl/_colors.scss +26 -0
  317. package/src/core/jkl/_convert.scss +96 -0
  318. package/src/core/jkl/_helpers.scss +20 -0
  319. package/src/core/jkl/_index.scss +18 -0
  320. package/src/core/jkl/_legacy-tokens.scss +22 -0
  321. package/src/core/jkl/_motion.scss +62 -0
  322. package/src/core/jkl/_navigation.scss +9 -0
  323. package/src/core/jkl/_ornaments.scss +26 -0
  324. package/src/core/jkl/_reset.scss +43 -0
  325. package/src/core/jkl/_responsive-units.scss +30 -0
  326. package/src/core/jkl/_screenreader.scss +59 -0
  327. package/src/core/jkl/_screens.scss +135 -0
  328. package/src/core/jkl/_shadows.scss +25 -0
  329. package/src/core/jkl/_spacing.scss +210 -0
  330. package/src/core/jkl/_theme.scss +144 -0
  331. package/src/core/jkl/_tokens.scss +148 -0
  332. package/src/core/jkl/_typography.scss +327 -0
  333. package/src/core/jkl/_underline.scss +16 -0
  334. package/src/core/jkl/_z-index.scss +23 -0
  335. package/src/core/styles/_color-tokens.scss +75 -0
  336. package/src/core/styles/_headings.scss +29 -0
  337. package/src/core/styles/_index.scss +10 -0
  338. package/src/core/styles/_legacy-tokens.scss +26 -0
  339. package/src/core/styles/_normalize.scss +250 -0
  340. package/src/core/styles/_paragraphs.scss +16 -0
  341. package/src/core/styles/_reset.scss +66 -0
  342. package/src/core/styles/_screen-reader.scss +9 -0
  343. package/src/core/styles/_spacing.scss +75 -0
  344. package/src/core/styles/_tokens.scss +114 -0
  345. package/src/core/styles/core.css +1614 -0
  346. package/src/core/styles/core.min.css +1 -0
  347. package/src/core/styles/core.scss +71 -0
  348. package/src/core/styles/vind/_flex.scss +113 -0
  349. package/src/core/styles/vind/_font.scss +19 -0
  350. package/src/core/styles/vind/_margin.scss +43 -0
  351. package/src/core/styles/vind/_padding.scss +43 -0
  352. package/src/core/styles/vind/_space-between.scss +13 -0
  353. package/src/core/styles/vind/_typography.scss +47 -0
  354. package/src/core/styles/vind/_vind.scss +6 -0
  355. package/src/core/styles/vind.css +1742 -0
  356. package/src/core/styles/vind.min.css +1 -0
  357. package/src/core/styles/vind.scss +3 -0
  358. package/src/core/tokens.less +196 -0
@@ -0,0 +1,1614 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ * Do not edit directly
4
+ * Generated on Tue, 10 Sep 2024 05:21:22 GMT
5
+ */
6
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
7
+ /* Document
8
+ ========================================================================== */
9
+ /**
10
+ * 1. Correct the line height in all browsers.
11
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
12
+ */
13
+ html {
14
+ line-height: 1.15; /* 1 */
15
+ -webkit-text-size-adjust: 100%; /* 2 */
16
+ }
17
+
18
+ /* Sections
19
+ ========================================================================== */
20
+ /**
21
+ * Remove the margin in all browsers.
22
+ */
23
+ body {
24
+ margin: 0;
25
+ }
26
+
27
+ /**
28
+ * Correct the font size and margin on `h1` elements within `section` and
29
+ * `article` contexts in Chrome, Firefox, and Safari.
30
+ */
31
+ h1 {
32
+ font-size: 2em;
33
+ margin: 0.67em 0;
34
+ }
35
+
36
+ /* Grouping content
37
+ ========================================================================== */
38
+ /**
39
+ * 1. Add the correct box sizing in Firefox.
40
+ * 2. Show the overflow in Edge and IE.
41
+ */
42
+ hr {
43
+ box-sizing: content-box; /* 1 */
44
+ height: 0; /* 1 */
45
+ overflow: visible; /* 2 */
46
+ }
47
+
48
+ /**
49
+ * 1. Correct the inheritance and scaling of font size in all browsers.
50
+ * 2. Correct the odd `em` font sizing in all browsers.
51
+ */
52
+ pre {
53
+ font-family: monospace, monospace; /* 1 */
54
+ font-size: 1em; /* 2 */
55
+ }
56
+
57
+ /* Text-level semantics
58
+ ========================================================================== */
59
+ /**
60
+ * 1. Remove the bottom border in Chrome 57-
61
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
62
+ */
63
+ abbr[title] {
64
+ border-bottom: none; /* 1 */
65
+ text-decoration: underline; /* 2 */
66
+ text-decoration: underline dotted; /* 2 */
67
+ }
68
+
69
+ /**
70
+ * Add the correct font weight in Chrome, Edge, and Safari.
71
+ */
72
+ b,
73
+ strong {
74
+ font-weight: bolder;
75
+ }
76
+
77
+ /**
78
+ * 1. Correct the inheritance and scaling of font size in all browsers.
79
+ * 2. Correct the odd `em` font sizing in all browsers.
80
+ */
81
+ code,
82
+ kbd,
83
+ samp {
84
+ font-family: monospace, monospace; /* 1 */
85
+ font-size: 1em; /* 2 */
86
+ }
87
+
88
+ /**
89
+ * Add the correct font size in all browsers.
90
+ */
91
+ small {
92
+ font-size: 80%;
93
+ }
94
+
95
+ /**
96
+ * Prevent `sub` and `sup` elements from affecting the line height in
97
+ * all browsers.
98
+ */
99
+ sub,
100
+ sup {
101
+ font-size: 75%;
102
+ line-height: 0;
103
+ position: relative;
104
+ vertical-align: baseline;
105
+ }
106
+
107
+ sub {
108
+ bottom: -0.25em;
109
+ }
110
+
111
+ sup {
112
+ top: -0.5em;
113
+ }
114
+
115
+ /* Forms
116
+ ========================================================================== */
117
+ /**
118
+ * 1. Change the font styles in all browsers.
119
+ * 2. Remove the margin in Firefox and Safari.
120
+ */
121
+ button,
122
+ input,
123
+ optgroup,
124
+ select,
125
+ textarea {
126
+ font-family: inherit; /* 1 */
127
+ font-size: 100%; /* 1 */
128
+ line-height: 1.15; /* 1 */
129
+ margin: 0; /* 2 */
130
+ }
131
+
132
+ /**
133
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
134
+ * 1. Remove the inheritance of text transform in Firefox.
135
+ */
136
+ button,
137
+ select {
138
+ /* 1 */
139
+ text-transform: none;
140
+ }
141
+
142
+ /**
143
+ * Correct the inability to style clickable types in iOS and Safari.
144
+ */
145
+ button,
146
+ [type=button],
147
+ [type=reset],
148
+ [type=submit] {
149
+ -webkit-appearance: button;
150
+ }
151
+
152
+ /**
153
+ * Correct the padding in Firefox.
154
+ */
155
+ fieldset {
156
+ padding: 0.35em 0.75em 0.625em;
157
+ }
158
+
159
+ /**
160
+ * 1. Correct the text wrapping in Edge and IE.
161
+ * 2. Remove the padding so developers are not caught out when they zero out
162
+ * `fieldset` elements in all browsers.
163
+ */
164
+ legend {
165
+ box-sizing: border-box; /* 1 */
166
+ display: table; /* 1 */
167
+ max-width: 100%; /* 1 */
168
+ padding: 0; /* 2 */
169
+ white-space: normal; /* 1 */
170
+ }
171
+
172
+ /**
173
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
174
+ */
175
+ progress {
176
+ vertical-align: baseline;
177
+ }
178
+
179
+ /**
180
+ * Correct the cursor style of increment and decrement buttons in Chrome.
181
+ */
182
+ [type=number]::-webkit-inner-spin-button,
183
+ [type=number]::-webkit-outer-spin-button {
184
+ height: auto;
185
+ }
186
+
187
+ /**
188
+ * 1. Correct the odd appearance in Chrome and Safari.
189
+ * 2. Correct the outline style in Safari.
190
+ */
191
+ [type=search] {
192
+ -webkit-appearance: textfield; /* 1 */
193
+ outline-offset: -2px; /* 2 */
194
+ }
195
+
196
+ /**
197
+ * Remove the inner padding in Chrome and Safari on macOS.
198
+ */
199
+ [type=search]::-webkit-search-decoration {
200
+ -webkit-appearance: none;
201
+ }
202
+
203
+ /**
204
+ * 1. Correct the inability to style clickable types in iOS and Safari.
205
+ * 2. Change font properties to `inherit` in Safari.
206
+ */
207
+ ::-webkit-file-upload-button {
208
+ -webkit-appearance: button; /* 1 */
209
+ font: inherit; /* 2 */
210
+ }
211
+
212
+ /* Interactive
213
+ ========================================================================== */
214
+ /*
215
+ * Add the correct display in Edge, IE 10+, and Firefox.
216
+ */
217
+ details {
218
+ display: block;
219
+ }
220
+
221
+ /*
222
+ * Add the correct display in all browsers.
223
+ */
224
+ summary {
225
+ display: list-item;
226
+ }
227
+
228
+ /* Text blocks
229
+ ========================================================================== */
230
+ /**
231
+ * Remove default margins from all block-level text elements
232
+ * such as `p` and headings
233
+ */
234
+ h1,
235
+ h2,
236
+ h3,
237
+ h4,
238
+ h5,
239
+ h6,
240
+ p {
241
+ margin: 0;
242
+ }
243
+
244
+ /* Forms
245
+ ========================================================================== */
246
+ /**
247
+ * Remove margins from fieldset element.
248
+ */
249
+ fieldset {
250
+ margin: 0;
251
+ border: 0;
252
+ padding: 0;
253
+ display: block;
254
+ line-height: 1;
255
+ }
256
+
257
+ /* Forms
258
+ ========================================================================== */
259
+ /**
260
+ * Remove borders from table elements.
261
+ */
262
+ table {
263
+ border-collapse: collapse;
264
+ }
265
+
266
+ /**
267
+ * Remove margins from table elements.
268
+ */
269
+ table,
270
+ thead,
271
+ tbody,
272
+ tr,
273
+ td,
274
+ th {
275
+ margin: 0;
276
+ padding: 0;
277
+ }
278
+
279
+ /*
280
+ * https://css-tricks.com/the-hidden-attribute-is-visibly-weak/
281
+ * tl;dr – hidden er en User Agent style, så hvis et element har noen som helst display som ikke er
282
+ * hidden vil ikke hidden-attributtet gjøre noe som helst visuelt. Her gjør vi det til vår egen author style.
283
+ */
284
+ .jkl [hidden] {
285
+ display: none;
286
+ }
287
+
288
+ /**
289
+ * Do not edit directly
290
+ * Generated on Tue, 10 Sep 2024 05:21:22 GMT
291
+ */
292
+ :root {
293
+ --jkl-color-brand-snohvit: #f9f9f9;
294
+ --jkl-color-brand-varde: #e0dbd4;
295
+ --jkl-color-brand-granitt: #1b1917;
296
+ --jkl-color-brand-hvit: #ffffff;
297
+ --jkl-color-brand-svart: #000000;
298
+ --jkl-color-brand-skifer: #313030;
299
+ --jkl-color-brand-fjellgra: #444141;
300
+ --jkl-color-brand-stein: #636060;
301
+ --jkl-color-brand-svaberg: #c8c5c3;
302
+ --jkl-color-brand-dis: #ece9e5;
303
+ --jkl-color-brand-sand: #f4f2ef;
304
+ --jkl-color-functional-info: #d3d3f6;
305
+ --jkl-color-functional-info-dark: #a9a9ca;
306
+ --jkl-color-functional-success: #acd3b5;
307
+ --jkl-color-functional-success-dark: #94b79b;
308
+ --jkl-color-functional-warning: #efdd9e;
309
+ --jkl-color-functional-warning-dark: #decc8d;
310
+ --jkl-color-functional-error: #f6b3b3;
311
+ --jkl-color-functional-error-dark: #de9e9e;
312
+ --jkl-spacing-0: 0;
313
+ --jkl-spacing-2: 0.125rem;
314
+ --jkl-spacing-4: 0.25rem;
315
+ --jkl-spacing-8: 0.5rem;
316
+ --jkl-spacing-12: 0.75rem;
317
+ --jkl-spacing-16: 1rem;
318
+ --jkl-spacing-24: 1.5rem;
319
+ --jkl-spacing-32: 2rem;
320
+ --jkl-spacing-40: 2.5rem;
321
+ --jkl-spacing-64: 4rem;
322
+ --jkl-spacing-104: 6.5rem;
323
+ --jkl-spacing-168: 10.5rem;
324
+ --jkl-typography-weight-normal: 400;
325
+ --jkl-typography-weight-bold: 700;
326
+ --jkl-typography-font-size-16: 1rem;
327
+ --jkl-typography-font-size-18: 1.125rem;
328
+ --jkl-typography-font-size-20: 1.25rem;
329
+ --jkl-typography-font-size-21: 1.3125rem;
330
+ --jkl-typography-font-size-23: 1.4375rem;
331
+ --jkl-typography-font-size-25: 1.5625rem;
332
+ --jkl-typography-font-size-26: 1.625rem;
333
+ --jkl-typography-font-size-28: 1.75rem;
334
+ --jkl-typography-font-size-30: 1.875rem;
335
+ --jkl-typography-font-size-36: 2.25rem;
336
+ --jkl-typography-font-size-44: 2.75rem;
337
+ --jkl-typography-font-size-56: 3.5rem;
338
+ --jkl-typography-line-height-24: 1.5rem;
339
+ --jkl-typography-line-height-28: 1.75rem;
340
+ --jkl-typography-line-height-32: 2rem;
341
+ --jkl-typography-line-height-36: 2.25rem;
342
+ --jkl-typography-line-height-40: 2.5rem;
343
+ --jkl-typography-line-height-44: 2.75rem;
344
+ --jkl-typography-line-height-52: 3.25rem;
345
+ --jkl-typography-line-height-64: 4rem;
346
+ --jkl-typography-title-small-font-size: 2.25rem;
347
+ --jkl-typography-title-small-line-height: 2.75rem;
348
+ --jkl-typography-title-small-font-weight: 400;
349
+ --jkl-typography-title-base-font-size: 3.5rem;
350
+ --jkl-typography-title-base-line-height: 4rem;
351
+ --jkl-typography-title-base-font-weight: 400;
352
+ --jkl-typography-title-small-small-font-size: 1.875rem;
353
+ --jkl-typography-title-small-small-line-height: 2.25rem;
354
+ --jkl-typography-title-small-small-font-weight: 400;
355
+ --jkl-typography-title-small-base-font-size: 2.75rem;
356
+ --jkl-typography-title-small-base-line-height: 3.25rem;
357
+ --jkl-typography-title-small-base-font-weight: 400;
358
+ --jkl-typography-heading-1-small-font-size: 1.625rem;
359
+ --jkl-typography-heading-1-small-line-height: 2rem;
360
+ --jkl-typography-heading-1-small-font-weight: 400;
361
+ --jkl-typography-heading-1-base-font-size: 2.25rem;
362
+ --jkl-typography-heading-1-base-line-height: 2.75rem;
363
+ --jkl-typography-heading-1-base-font-weight: 400;
364
+ --jkl-typography-heading-2-small-font-size: 1.4375rem;
365
+ --jkl-typography-heading-2-small-line-height: 2rem;
366
+ --jkl-typography-heading-2-small-font-weight: 400;
367
+ --jkl-typography-heading-2-base-font-size: 1.75rem;
368
+ --jkl-typography-heading-2-base-line-height: 2.5rem;
369
+ --jkl-typography-heading-2-base-font-weight: 400;
370
+ --jkl-typography-heading-3-small-font-size: 1.3125rem;
371
+ --jkl-typography-heading-3-small-line-height: 1.75rem;
372
+ --jkl-typography-heading-3-small-font-weight: 700;
373
+ --jkl-typography-heading-3-base-font-size: 1.5625rem;
374
+ --jkl-typography-heading-3-base-line-height: 2rem;
375
+ --jkl-typography-heading-3-base-font-weight: 700;
376
+ --jkl-typography-heading-4-small-font-size: 1.125rem;
377
+ --jkl-typography-heading-4-small-line-height: 1.5rem;
378
+ --jkl-typography-heading-4-small-font-weight: 700;
379
+ --jkl-typography-heading-4-base-font-size: 1.3125rem;
380
+ --jkl-typography-heading-4-base-line-height: 1.75rem;
381
+ --jkl-typography-heading-4-base-font-weight: 700;
382
+ --jkl-typography-heading-5-small-font-size: 1rem;
383
+ --jkl-typography-heading-5-small-line-height: 1.5rem;
384
+ --jkl-typography-heading-5-small-font-weight: 700;
385
+ --jkl-typography-heading-5-base-font-size: 1rem;
386
+ --jkl-typography-heading-5-base-line-height: 1.5rem;
387
+ --jkl-typography-heading-5-base-font-weight: 700;
388
+ --jkl-typography-body-small-font-size: 1.125rem;
389
+ --jkl-typography-body-small-line-height: 1.75rem;
390
+ --jkl-typography-body-small-font-weight: 400;
391
+ --jkl-typography-body-base-font-size: 1.25rem;
392
+ --jkl-typography-body-base-line-height: 2rem;
393
+ --jkl-typography-body-base-font-weight: 400;
394
+ --jkl-typography-small-small-font-size: 1rem;
395
+ --jkl-typography-small-small-line-height: 1.5rem;
396
+ --jkl-typography-small-small-font-weight: 400;
397
+ --jkl-typography-small-base-font-size: 1rem;
398
+ --jkl-typography-small-base-line-height: 1.5rem;
399
+ --jkl-typography-small-base-font-weight: 400;
400
+ }
401
+
402
+ /**
403
+ * Do not edit directly
404
+ * Generated on Tue, 10 Sep 2024 05:21:22 GMT
405
+ */
406
+ :root {
407
+ --jkl-color-svart: #000000;
408
+ --jkl-color-granitt: #1b1917;
409
+ --jkl-color-skifer: #313030;
410
+ --jkl-color-fjellgra: #444141;
411
+ --jkl-color-stein: #636060;
412
+ --jkl-color-svaberg: #c8c5c3;
413
+ --jkl-color-varde: #e0dbd4;
414
+ --jkl-color-dis: #ece9e5;
415
+ --jkl-color-sand: #f4f2ef;
416
+ --jkl-color-snohvit: #f9f9f9;
417
+ --jkl-color-hvit: #ffffff;
418
+ --jkl-color-suksess: #acd3b5;
419
+ --jkl-color-suksess-dark: #94b79b;
420
+ --jkl-color-feil: #f6b3b3;
421
+ --jkl-color-feil-dark: #de9e9e;
422
+ --jkl-color-info: #d3d3f6;
423
+ --jkl-color-info-dark: #a9a9ca;
424
+ --jkl-color-advarsel: #efdd9e;
425
+ --jkl-color-advarsel-dark: #decc8d;
426
+ }
427
+
428
+ /**
429
+ * Do not edit directly
430
+ * Generated on Tue, 10 Sep 2024 05:21:22 GMT
431
+ */
432
+ @media screen and (prefers-color-scheme: light) {
433
+ :root {
434
+ --jkl-color-background-page: #f4f2ef;
435
+ --jkl-color-background-page-variant: #f9f9f9;
436
+ --jkl-color-background-container: #f9f9f9;
437
+ --jkl-color-background-container-low: #ece9e5;
438
+ --jkl-color-background-container-high: #ffffff;
439
+ --jkl-color-background-container-inverted: #1b1917;
440
+ --jkl-color-background-container-subdued: #c8c5c3;
441
+ --jkl-color-background-input-base: rgba(0, 0, 0, 0);
442
+ --jkl-color-background-input-focus: #ffffff;
443
+ --jkl-color-background-action: #1b1917;
444
+ --jkl-color-background-interactive: rgba(0, 0, 0, 0);
445
+ --jkl-color-background-interactive-hover: #ece9e5;
446
+ --jkl-color-background-interactive-selected: #e0dbd4;
447
+ --jkl-color-background-alert-neutral: #e0dbd4;
448
+ --jkl-color-background-alert-info: #d3d3f6;
449
+ --jkl-color-background-alert-success: #acd3b5;
450
+ --jkl-color-background-alert-warning: #efdd9e;
451
+ --jkl-color-background-alert-error: #f6b3b3;
452
+ --jkl-color-text-default: #1b1917;
453
+ --jkl-color-text-subdued: #636060;
454
+ --jkl-color-text-inverted: #f9f9f9;
455
+ --jkl-color-text-on-action: #f9f9f9;
456
+ --jkl-color-text-interactive: #1b1917;
457
+ --jkl-color-text-interactive-hover: #636060;
458
+ --jkl-color-text-on-alert: #1b1917;
459
+ --jkl-color-border-action: #1b1917;
460
+ --jkl-color-border-input: #636060;
461
+ --jkl-color-border-input-focus: #1b1917;
462
+ --jkl-color-border-separator: #c8c5c3;
463
+ --jkl-color-border-separator-strong: #636060;
464
+ --jkl-color-border-separator-hover: #1b1917;
465
+ --jkl-color-border-subdued: #c8c5c3;
466
+ }
467
+ }
468
+ [data-theme=light] {
469
+ --jkl-color-background-page: #f4f2ef;
470
+ --jkl-color-background-page-variant: #f9f9f9;
471
+ --jkl-color-background-container: #f9f9f9;
472
+ --jkl-color-background-container-low: #ece9e5;
473
+ --jkl-color-background-container-high: #ffffff;
474
+ --jkl-color-background-container-inverted: #1b1917;
475
+ --jkl-color-background-container-subdued: #c8c5c3;
476
+ --jkl-color-background-input-base: rgba(0, 0, 0, 0);
477
+ --jkl-color-background-input-focus: #ffffff;
478
+ --jkl-color-background-action: #1b1917;
479
+ --jkl-color-background-interactive: rgba(0, 0, 0, 0);
480
+ --jkl-color-background-interactive-hover: #ece9e5;
481
+ --jkl-color-background-interactive-selected: #e0dbd4;
482
+ --jkl-color-background-alert-neutral: #e0dbd4;
483
+ --jkl-color-background-alert-info: #d3d3f6;
484
+ --jkl-color-background-alert-success: #acd3b5;
485
+ --jkl-color-background-alert-warning: #efdd9e;
486
+ --jkl-color-background-alert-error: #f6b3b3;
487
+ --jkl-color-text-default: #1b1917;
488
+ --jkl-color-text-subdued: #636060;
489
+ --jkl-color-text-inverted: #f9f9f9;
490
+ --jkl-color-text-on-action: #f9f9f9;
491
+ --jkl-color-text-interactive: #1b1917;
492
+ --jkl-color-text-interactive-hover: #636060;
493
+ --jkl-color-text-on-alert: #1b1917;
494
+ --jkl-color-border-action: #1b1917;
495
+ --jkl-color-border-input: #636060;
496
+ --jkl-color-border-input-focus: #1b1917;
497
+ --jkl-color-border-separator: #c8c5c3;
498
+ --jkl-color-border-separator-strong: #636060;
499
+ --jkl-color-border-separator-hover: #1b1917;
500
+ --jkl-color-border-subdued: #c8c5c3;
501
+ }
502
+
503
+ @media screen and (prefers-color-scheme: dark) {
504
+ :root {
505
+ --jkl-color-background-page: #1b1917;
506
+ --jkl-color-background-page-variant: #1b1917;
507
+ --jkl-color-background-container: #313030;
508
+ --jkl-color-background-container-low: #000000;
509
+ --jkl-color-background-container-high: #313030;
510
+ --jkl-color-background-container-inverted: #f9f9f9;
511
+ --jkl-color-background-container-subdued: #636060;
512
+ --jkl-color-background-input-base: rgba(0, 0, 0, 0);
513
+ --jkl-color-background-input-focus: #313030;
514
+ --jkl-color-background-action: #f9f9f9;
515
+ --jkl-color-background-interactive: rgba(0, 0, 0, 0);
516
+ --jkl-color-background-interactive-hover: #444141;
517
+ --jkl-color-background-interactive-selected: #636060;
518
+ --jkl-color-background-alert-neutral: #e0dbd4;
519
+ --jkl-color-background-alert-info: #a9a9ca;
520
+ --jkl-color-background-alert-success: #94b79b;
521
+ --jkl-color-background-alert-warning: #decc8d;
522
+ --jkl-color-background-alert-error: #de9e9e;
523
+ --jkl-color-text-default: #f9f9f9;
524
+ --jkl-color-text-subdued: #c8c5c3;
525
+ --jkl-color-text-inverted: #1b1917;
526
+ --jkl-color-text-on-action: #1b1917;
527
+ --jkl-color-text-interactive: #f9f9f9;
528
+ --jkl-color-text-interactive-hover: #c8c5c3;
529
+ --jkl-color-text-on-alert: #1b1917;
530
+ --jkl-color-border-action: #f9f9f9;
531
+ --jkl-color-border-input: #c8c5c3;
532
+ --jkl-color-border-input-focus: #f9f9f9;
533
+ --jkl-color-border-separator: #636060;
534
+ --jkl-color-border-separator-strong: #c8c5c3;
535
+ --jkl-color-border-separator-hover: #f9f9f9;
536
+ --jkl-color-border-subdued: #636060;
537
+ }
538
+ }
539
+ [data-theme=dark] {
540
+ --jkl-color-background-page: #1b1917;
541
+ --jkl-color-background-page-variant: #1b1917;
542
+ --jkl-color-background-container: #313030;
543
+ --jkl-color-background-container-low: #000000;
544
+ --jkl-color-background-container-high: #313030;
545
+ --jkl-color-background-container-inverted: #f9f9f9;
546
+ --jkl-color-background-container-subdued: #636060;
547
+ --jkl-color-background-input-base: rgba(0, 0, 0, 0);
548
+ --jkl-color-background-input-focus: #313030;
549
+ --jkl-color-background-action: #f9f9f9;
550
+ --jkl-color-background-interactive: rgba(0, 0, 0, 0);
551
+ --jkl-color-background-interactive-hover: #444141;
552
+ --jkl-color-background-interactive-selected: #636060;
553
+ --jkl-color-background-alert-neutral: #e0dbd4;
554
+ --jkl-color-background-alert-info: #a9a9ca;
555
+ --jkl-color-background-alert-success: #94b79b;
556
+ --jkl-color-background-alert-warning: #decc8d;
557
+ --jkl-color-background-alert-error: #de9e9e;
558
+ --jkl-color-text-default: #f9f9f9;
559
+ --jkl-color-text-subdued: #c8c5c3;
560
+ --jkl-color-text-inverted: #1b1917;
561
+ --jkl-color-text-on-action: #1b1917;
562
+ --jkl-color-text-interactive: #f9f9f9;
563
+ --jkl-color-text-interactive-hover: #c8c5c3;
564
+ --jkl-color-text-on-alert: #1b1917;
565
+ --jkl-color-border-action: #f9f9f9;
566
+ --jkl-color-border-input: #c8c5c3;
567
+ --jkl-color-border-input-focus: #f9f9f9;
568
+ --jkl-color-border-separator: #636060;
569
+ --jkl-color-border-separator-strong: #c8c5c3;
570
+ --jkl-color-border-separator-hover: #f9f9f9;
571
+ --jkl-color-border-subdued: #636060;
572
+ }
573
+
574
+ .jkl-title {
575
+ font-size: 2.25rem;
576
+ line-height: 2.75rem;
577
+ font-weight: 400;
578
+ --jkl-icon-weight: 300;
579
+ }
580
+ @media (min-width: 680px) {
581
+ .jkl-title {
582
+ font-size: 3.5rem;
583
+ line-height: 4rem;
584
+ font-weight: 400;
585
+ --jkl-icon-weight: 300;
586
+ }
587
+ }
588
+
589
+ .jkl-title-small {
590
+ font-size: 1.875rem;
591
+ line-height: 2.25rem;
592
+ font-weight: 400;
593
+ --jkl-icon-weight: 300;
594
+ }
595
+ @media (min-width: 680px) {
596
+ .jkl-title-small {
597
+ font-size: 2.75rem;
598
+ line-height: 3.25rem;
599
+ font-weight: 400;
600
+ --jkl-icon-weight: 300;
601
+ }
602
+ }
603
+
604
+ .jkl-heading-1 {
605
+ font-size: 1.625rem;
606
+ line-height: 2rem;
607
+ font-weight: 400;
608
+ --jkl-icon-weight: 300;
609
+ }
610
+ @media (min-width: 680px) {
611
+ .jkl-heading-1 {
612
+ font-size: 2.25rem;
613
+ line-height: 2.75rem;
614
+ font-weight: 400;
615
+ --jkl-icon-weight: 300;
616
+ }
617
+ }
618
+
619
+ .jkl-heading-2 {
620
+ font-size: 1.4375rem;
621
+ line-height: 2rem;
622
+ font-weight: 400;
623
+ --jkl-icon-weight: 300;
624
+ }
625
+ @media (min-width: 680px) {
626
+ .jkl-heading-2 {
627
+ font-size: 1.75rem;
628
+ line-height: 2.5rem;
629
+ font-weight: 400;
630
+ --jkl-icon-weight: 300;
631
+ }
632
+ }
633
+
634
+ .jkl-heading-3 {
635
+ font-size: 1.3125rem;
636
+ line-height: 1.75rem;
637
+ font-weight: 700;
638
+ --jkl-icon-weight: 500;
639
+ }
640
+ @media (min-width: 680px) {
641
+ .jkl-heading-3 {
642
+ font-size: 1.5625rem;
643
+ line-height: 2rem;
644
+ font-weight: 700;
645
+ --jkl-icon-weight: 500;
646
+ }
647
+ }
648
+
649
+ .jkl-heading-4 {
650
+ font-size: 1.125rem;
651
+ line-height: 1.5rem;
652
+ font-weight: 700;
653
+ --jkl-icon-weight: 500;
654
+ }
655
+ @media (min-width: 680px) {
656
+ .jkl-heading-4 {
657
+ font-size: 1.3125rem;
658
+ line-height: 1.75rem;
659
+ font-weight: 700;
660
+ --jkl-icon-weight: 500;
661
+ }
662
+ }
663
+
664
+ .jkl-heading-5 {
665
+ font-size: 1rem;
666
+ line-height: 1.5rem;
667
+ font-weight: 700;
668
+ --jkl-icon-weight: 500;
669
+ }
670
+
671
+ .jkl-body {
672
+ font-size: 1.125rem;
673
+ line-height: 1.75rem;
674
+ font-weight: 400;
675
+ --jkl-icon-weight: 300;
676
+ }
677
+ @media (min-width: 680px) {
678
+ .jkl-body {
679
+ font-size: 1.25rem;
680
+ line-height: 2rem;
681
+ font-weight: 400;
682
+ --jkl-icon-weight: 300;
683
+ }
684
+ }
685
+
686
+ .jkl-bold {
687
+ font-size: 1.125rem;
688
+ line-height: 1.75rem;
689
+ font-weight: 400;
690
+ --jkl-icon-weight: 300;
691
+ --jkl-icon-weight: 500;
692
+ font-weight: 700;
693
+ }
694
+ @media (min-width: 680px) {
695
+ .jkl-bold {
696
+ font-size: 1.25rem;
697
+ line-height: 2rem;
698
+ font-weight: 400;
699
+ --jkl-icon-weight: 300;
700
+ --jkl-icon-weight: 500;
701
+ font-weight: 700;
702
+ }
703
+ }
704
+
705
+ .jkl-small {
706
+ font-size: 1rem;
707
+ line-height: 1.5rem;
708
+ font-weight: 400;
709
+ --jkl-icon-weight: 300;
710
+ }
711
+
712
+ :root {
713
+ --jkl-spacing-2: 0.125rem;
714
+ --jkl-spacing-4: 0.25rem;
715
+ --jkl-spacing-8: 0.5rem;
716
+ --jkl-spacing-12: 0.75rem;
717
+ --jkl-spacing-16: 1rem;
718
+ --jkl-spacing-24: 1.5rem;
719
+ --jkl-spacing-32: 2rem;
720
+ --jkl-spacing-40: 2.5rem;
721
+ --jkl-spacing-64: 4rem;
722
+ --jkl-spacing-104: 6.5rem;
723
+ --jkl-spacing-168: 10.5rem;
724
+ --jkl-spacing-16-24: 1rem;
725
+ --jkl-spacing-24-40: 1.5rem;
726
+ --jkl-spacing-24-32: 1.5rem;
727
+ --jkl-spacing-32-40: 2rem;
728
+ --jkl-spacing-40-64: 2.5rem;
729
+ --jkl-spacing-64-104: 4rem;
730
+ --jkl-spacing-104-168: 6.5rem;
731
+ --jkl-spacing-16-16-24: 1rem;
732
+ --jkl-spacing-16-24-32: 1rem;
733
+ --jkl-spacing-16-24-40: 1rem;
734
+ --jkl-spacing-24-24-32: 1.5rem;
735
+ --jkl-spacing-24-24-40: 1.5rem;
736
+ --jkl-spacing-24-32-40: 1.5rem;
737
+ --jkl-spacing-32-32-40: 2rem;
738
+ --jkl-spacing-32-40-64: 2rem;
739
+ --jkl-spacing-40-40-64: 2.5rem;
740
+ --jkl-spacing-40-64-104: 2.5rem;
741
+ --jkl-spacing-64-64-104: 4rem;
742
+ --jkl-spacing-64-104-168: 4rem;
743
+ --jkl-spacing-104-104-168: 6.5rem;
744
+ }
745
+ @media (min-width: 680px) {
746
+ :root {
747
+ --jkl-spacing-16-24: 1.5rem;
748
+ --jkl-spacing-24-40: 2.5rem;
749
+ --jkl-spacing-24-32: 2rem;
750
+ --jkl-spacing-32-40: 2.5rem;
751
+ --jkl-spacing-40-64: 4rem;
752
+ --jkl-spacing-64-104: 6.5rem;
753
+ --jkl-spacing-104-168: 10.5rem;
754
+ --jkl-spacing-16-16-24: 1rem;
755
+ --jkl-spacing-16-24-32: 1.5rem;
756
+ --jkl-spacing-16-24-40: 1.5rem;
757
+ --jkl-spacing-24-24-32: 1.5rem;
758
+ --jkl-spacing-24-24-40: 1.5rem;
759
+ --jkl-spacing-24-32-40: 2rem;
760
+ --jkl-spacing-32-32-40: 2rem;
761
+ --jkl-spacing-32-40-64: 2.5rem;
762
+ --jkl-spacing-40-40-64: 2.5rem;
763
+ --jkl-spacing-40-64-104: 4rem;
764
+ --jkl-spacing-64-64-104: 4rem;
765
+ --jkl-spacing-64-104-168: 6.5rem;
766
+ --jkl-spacing-104-104-168: 6.5rem;
767
+ }
768
+ }
769
+ @media (min-width: 1200px) {
770
+ :root {
771
+ --jkl-spacing-16-16-24: 1.5rem;
772
+ --jkl-spacing-16-24-32: 2rem;
773
+ --jkl-spacing-16-24-40: 2.5rem;
774
+ --jkl-spacing-24-24-32: 2rem;
775
+ --jkl-spacing-24-24-40: 2.5rem;
776
+ --jkl-spacing-24-32-40: 2.5rem;
777
+ --jkl-spacing-32-32-40: 2.5rem;
778
+ --jkl-spacing-32-40-64: 4rem;
779
+ --jkl-spacing-40-40-64: 4rem;
780
+ --jkl-spacing-40-64-104: 6.5rem;
781
+ --jkl-spacing-64-64-104: 6.5rem;
782
+ --jkl-spacing-64-104-168: 10.5rem;
783
+ --jkl-spacing-104-104-168: 10.5rem;
784
+ }
785
+ }
786
+
787
+ .jkl-spacing-2--all {
788
+ margin: var(--jkl-spacing-2);
789
+ }
790
+ .jkl-spacing-2--top {
791
+ margin-top: var(--jkl-spacing-2);
792
+ }
793
+ .jkl-spacing-2--bottom {
794
+ margin-bottom: var(--jkl-spacing-2);
795
+ }
796
+ .jkl-spacing-2--left {
797
+ margin-left: var(--jkl-spacing-2);
798
+ }
799
+ .jkl-spacing-2--right {
800
+ margin-right: var(--jkl-spacing-2);
801
+ }
802
+
803
+ .jkl-spacing-4--all {
804
+ margin: var(--jkl-spacing-4);
805
+ }
806
+ .jkl-spacing-4--top {
807
+ margin-top: var(--jkl-spacing-4);
808
+ }
809
+ .jkl-spacing-4--bottom {
810
+ margin-bottom: var(--jkl-spacing-4);
811
+ }
812
+ .jkl-spacing-4--left {
813
+ margin-left: var(--jkl-spacing-4);
814
+ }
815
+ .jkl-spacing-4--right {
816
+ margin-right: var(--jkl-spacing-4);
817
+ }
818
+
819
+ .jkl-spacing-8--all {
820
+ margin: var(--jkl-spacing-8);
821
+ }
822
+ .jkl-spacing-8--top {
823
+ margin-top: var(--jkl-spacing-8);
824
+ }
825
+ .jkl-spacing-8--bottom {
826
+ margin-bottom: var(--jkl-spacing-8);
827
+ }
828
+ .jkl-spacing-8--left {
829
+ margin-left: var(--jkl-spacing-8);
830
+ }
831
+ .jkl-spacing-8--right {
832
+ margin-right: var(--jkl-spacing-8);
833
+ }
834
+
835
+ .jkl-spacing-12--all {
836
+ margin: var(--jkl-spacing-12);
837
+ }
838
+ .jkl-spacing-12--top {
839
+ margin-top: var(--jkl-spacing-12);
840
+ }
841
+ .jkl-spacing-12--bottom {
842
+ margin-bottom: var(--jkl-spacing-12);
843
+ }
844
+ .jkl-spacing-12--left {
845
+ margin-left: var(--jkl-spacing-12);
846
+ }
847
+ .jkl-spacing-12--right {
848
+ margin-right: var(--jkl-spacing-12);
849
+ }
850
+
851
+ .jkl-spacing-16--all {
852
+ margin: var(--jkl-spacing-16);
853
+ }
854
+ .jkl-spacing-16--top {
855
+ margin-top: var(--jkl-spacing-16);
856
+ }
857
+ .jkl-spacing-16--bottom {
858
+ margin-bottom: var(--jkl-spacing-16);
859
+ }
860
+ .jkl-spacing-16--left {
861
+ margin-left: var(--jkl-spacing-16);
862
+ }
863
+ .jkl-spacing-16--right {
864
+ margin-right: var(--jkl-spacing-16);
865
+ }
866
+
867
+ .jkl-spacing-24--all {
868
+ margin: var(--jkl-spacing-24);
869
+ }
870
+ .jkl-spacing-24--top {
871
+ margin-top: var(--jkl-spacing-24);
872
+ }
873
+ .jkl-spacing-24--bottom {
874
+ margin-bottom: var(--jkl-spacing-24);
875
+ }
876
+ .jkl-spacing-24--left {
877
+ margin-left: var(--jkl-spacing-24);
878
+ }
879
+ .jkl-spacing-24--right {
880
+ margin-right: var(--jkl-spacing-24);
881
+ }
882
+
883
+ .jkl-spacing-32--all {
884
+ margin: var(--jkl-spacing-32);
885
+ }
886
+ .jkl-spacing-32--top {
887
+ margin-top: var(--jkl-spacing-32);
888
+ }
889
+ .jkl-spacing-32--bottom {
890
+ margin-bottom: var(--jkl-spacing-32);
891
+ }
892
+ .jkl-spacing-32--left {
893
+ margin-left: var(--jkl-spacing-32);
894
+ }
895
+ .jkl-spacing-32--right {
896
+ margin-right: var(--jkl-spacing-32);
897
+ }
898
+
899
+ .jkl-spacing-40--all {
900
+ margin: var(--jkl-spacing-40);
901
+ }
902
+ .jkl-spacing-40--top {
903
+ margin-top: var(--jkl-spacing-40);
904
+ }
905
+ .jkl-spacing-40--bottom {
906
+ margin-bottom: var(--jkl-spacing-40);
907
+ }
908
+ .jkl-spacing-40--left {
909
+ margin-left: var(--jkl-spacing-40);
910
+ }
911
+ .jkl-spacing-40--right {
912
+ margin-right: var(--jkl-spacing-40);
913
+ }
914
+
915
+ .jkl-spacing-64--all {
916
+ margin: var(--jkl-spacing-64);
917
+ }
918
+ .jkl-spacing-64--top {
919
+ margin-top: var(--jkl-spacing-64);
920
+ }
921
+ .jkl-spacing-64--bottom {
922
+ margin-bottom: var(--jkl-spacing-64);
923
+ }
924
+ .jkl-spacing-64--left {
925
+ margin-left: var(--jkl-spacing-64);
926
+ }
927
+ .jkl-spacing-64--right {
928
+ margin-right: var(--jkl-spacing-64);
929
+ }
930
+
931
+ .jkl-spacing-104--all {
932
+ margin: var(--jkl-spacing-104);
933
+ }
934
+ .jkl-spacing-104--top {
935
+ margin-top: var(--jkl-spacing-104);
936
+ }
937
+ .jkl-spacing-104--bottom {
938
+ margin-bottom: var(--jkl-spacing-104);
939
+ }
940
+ .jkl-spacing-104--left {
941
+ margin-left: var(--jkl-spacing-104);
942
+ }
943
+ .jkl-spacing-104--right {
944
+ margin-right: var(--jkl-spacing-104);
945
+ }
946
+
947
+ .jkl-spacing-168--all {
948
+ margin: var(--jkl-spacing-168);
949
+ }
950
+ .jkl-spacing-168--top {
951
+ margin-top: var(--jkl-spacing-168);
952
+ }
953
+ .jkl-spacing-168--bottom {
954
+ margin-bottom: var(--jkl-spacing-168);
955
+ }
956
+ .jkl-spacing-168--left {
957
+ margin-left: var(--jkl-spacing-168);
958
+ }
959
+ .jkl-spacing-168--right {
960
+ margin-right: var(--jkl-spacing-168);
961
+ }
962
+
963
+ .jkl-spacing-16-24--all {
964
+ margin: var(--jkl-spacing-16-24);
965
+ }
966
+ .jkl-spacing-16-24--top {
967
+ margin-top: var(--jkl-spacing-16-24);
968
+ }
969
+ .jkl-spacing-16-24--bottom {
970
+ margin-bottom: var(--jkl-spacing-16-24);
971
+ }
972
+ .jkl-spacing-16-24--left {
973
+ margin-left: var(--jkl-spacing-16-24);
974
+ }
975
+ .jkl-spacing-16-24--right {
976
+ margin-right: var(--jkl-spacing-16-24);
977
+ }
978
+
979
+ .jkl-spacing-24-40--all {
980
+ margin: var(--jkl-spacing-24-40);
981
+ }
982
+ .jkl-spacing-24-40--top {
983
+ margin-top: var(--jkl-spacing-24-40);
984
+ }
985
+ .jkl-spacing-24-40--bottom {
986
+ margin-bottom: var(--jkl-spacing-24-40);
987
+ }
988
+ .jkl-spacing-24-40--left {
989
+ margin-left: var(--jkl-spacing-24-40);
990
+ }
991
+ .jkl-spacing-24-40--right {
992
+ margin-right: var(--jkl-spacing-24-40);
993
+ }
994
+
995
+ .jkl-spacing-24-32--all {
996
+ margin: var(--jkl-spacing-24-32);
997
+ }
998
+ .jkl-spacing-24-32--top {
999
+ margin-top: var(--jkl-spacing-24-32);
1000
+ }
1001
+ .jkl-spacing-24-32--bottom {
1002
+ margin-bottom: var(--jkl-spacing-24-32);
1003
+ }
1004
+ .jkl-spacing-24-32--left {
1005
+ margin-left: var(--jkl-spacing-24-32);
1006
+ }
1007
+ .jkl-spacing-24-32--right {
1008
+ margin-right: var(--jkl-spacing-24-32);
1009
+ }
1010
+
1011
+ .jkl-spacing-32-40--all {
1012
+ margin: var(--jkl-spacing-32-40);
1013
+ }
1014
+ .jkl-spacing-32-40--top {
1015
+ margin-top: var(--jkl-spacing-32-40);
1016
+ }
1017
+ .jkl-spacing-32-40--bottom {
1018
+ margin-bottom: var(--jkl-spacing-32-40);
1019
+ }
1020
+ .jkl-spacing-32-40--left {
1021
+ margin-left: var(--jkl-spacing-32-40);
1022
+ }
1023
+ .jkl-spacing-32-40--right {
1024
+ margin-right: var(--jkl-spacing-32-40);
1025
+ }
1026
+
1027
+ .jkl-spacing-40-64--all {
1028
+ margin: var(--jkl-spacing-40-64);
1029
+ }
1030
+ .jkl-spacing-40-64--top {
1031
+ margin-top: var(--jkl-spacing-40-64);
1032
+ }
1033
+ .jkl-spacing-40-64--bottom {
1034
+ margin-bottom: var(--jkl-spacing-40-64);
1035
+ }
1036
+ .jkl-spacing-40-64--left {
1037
+ margin-left: var(--jkl-spacing-40-64);
1038
+ }
1039
+ .jkl-spacing-40-64--right {
1040
+ margin-right: var(--jkl-spacing-40-64);
1041
+ }
1042
+
1043
+ .jkl-spacing-64-104--all {
1044
+ margin: var(--jkl-spacing-64-104);
1045
+ }
1046
+ .jkl-spacing-64-104--top {
1047
+ margin-top: var(--jkl-spacing-64-104);
1048
+ }
1049
+ .jkl-spacing-64-104--bottom {
1050
+ margin-bottom: var(--jkl-spacing-64-104);
1051
+ }
1052
+ .jkl-spacing-64-104--left {
1053
+ margin-left: var(--jkl-spacing-64-104);
1054
+ }
1055
+ .jkl-spacing-64-104--right {
1056
+ margin-right: var(--jkl-spacing-64-104);
1057
+ }
1058
+
1059
+ .jkl-spacing-104-168--all {
1060
+ margin: var(--jkl-spacing-104-168);
1061
+ }
1062
+ .jkl-spacing-104-168--top {
1063
+ margin-top: var(--jkl-spacing-104-168);
1064
+ }
1065
+ .jkl-spacing-104-168--bottom {
1066
+ margin-bottom: var(--jkl-spacing-104-168);
1067
+ }
1068
+ .jkl-spacing-104-168--left {
1069
+ margin-left: var(--jkl-spacing-104-168);
1070
+ }
1071
+ .jkl-spacing-104-168--right {
1072
+ margin-right: var(--jkl-spacing-104-168);
1073
+ }
1074
+
1075
+ .jkl-spacing-16-16-24--all {
1076
+ margin: var(--jkl-spacing-16-16-24);
1077
+ }
1078
+ .jkl-spacing-16-16-24--top {
1079
+ margin-top: var(--jkl-spacing-16-16-24);
1080
+ }
1081
+ .jkl-spacing-16-16-24--bottom {
1082
+ margin-bottom: var(--jkl-spacing-16-16-24);
1083
+ }
1084
+ .jkl-spacing-16-16-24--left {
1085
+ margin-left: var(--jkl-spacing-16-16-24);
1086
+ }
1087
+ .jkl-spacing-16-16-24--right {
1088
+ margin-right: var(--jkl-spacing-16-16-24);
1089
+ }
1090
+
1091
+ .jkl-spacing-16-24-32--all {
1092
+ margin: var(--jkl-spacing-16-24-32);
1093
+ }
1094
+ .jkl-spacing-16-24-32--top {
1095
+ margin-top: var(--jkl-spacing-16-24-32);
1096
+ }
1097
+ .jkl-spacing-16-24-32--bottom {
1098
+ margin-bottom: var(--jkl-spacing-16-24-32);
1099
+ }
1100
+ .jkl-spacing-16-24-32--left {
1101
+ margin-left: var(--jkl-spacing-16-24-32);
1102
+ }
1103
+ .jkl-spacing-16-24-32--right {
1104
+ margin-right: var(--jkl-spacing-16-24-32);
1105
+ }
1106
+
1107
+ .jkl-spacing-16-24-40--all {
1108
+ margin: var(--jkl-spacing-16-24-40);
1109
+ }
1110
+ .jkl-spacing-16-24-40--top {
1111
+ margin-top: var(--jkl-spacing-16-24-40);
1112
+ }
1113
+ .jkl-spacing-16-24-40--bottom {
1114
+ margin-bottom: var(--jkl-spacing-16-24-40);
1115
+ }
1116
+ .jkl-spacing-16-24-40--left {
1117
+ margin-left: var(--jkl-spacing-16-24-40);
1118
+ }
1119
+ .jkl-spacing-16-24-40--right {
1120
+ margin-right: var(--jkl-spacing-16-24-40);
1121
+ }
1122
+
1123
+ .jkl-spacing-24-24-32--all {
1124
+ margin: var(--jkl-spacing-24-24-32);
1125
+ }
1126
+ .jkl-spacing-24-24-32--top {
1127
+ margin-top: var(--jkl-spacing-24-24-32);
1128
+ }
1129
+ .jkl-spacing-24-24-32--bottom {
1130
+ margin-bottom: var(--jkl-spacing-24-24-32);
1131
+ }
1132
+ .jkl-spacing-24-24-32--left {
1133
+ margin-left: var(--jkl-spacing-24-24-32);
1134
+ }
1135
+ .jkl-spacing-24-24-32--right {
1136
+ margin-right: var(--jkl-spacing-24-24-32);
1137
+ }
1138
+
1139
+ .jkl-spacing-24-24-40--all {
1140
+ margin: var(--jkl-spacing-24-24-40);
1141
+ }
1142
+ .jkl-spacing-24-24-40--top {
1143
+ margin-top: var(--jkl-spacing-24-24-40);
1144
+ }
1145
+ .jkl-spacing-24-24-40--bottom {
1146
+ margin-bottom: var(--jkl-spacing-24-24-40);
1147
+ }
1148
+ .jkl-spacing-24-24-40--left {
1149
+ margin-left: var(--jkl-spacing-24-24-40);
1150
+ }
1151
+ .jkl-spacing-24-24-40--right {
1152
+ margin-right: var(--jkl-spacing-24-24-40);
1153
+ }
1154
+
1155
+ .jkl-spacing-24-32-40--all {
1156
+ margin: var(--jkl-spacing-24-32-40);
1157
+ }
1158
+ .jkl-spacing-24-32-40--top {
1159
+ margin-top: var(--jkl-spacing-24-32-40);
1160
+ }
1161
+ .jkl-spacing-24-32-40--bottom {
1162
+ margin-bottom: var(--jkl-spacing-24-32-40);
1163
+ }
1164
+ .jkl-spacing-24-32-40--left {
1165
+ margin-left: var(--jkl-spacing-24-32-40);
1166
+ }
1167
+ .jkl-spacing-24-32-40--right {
1168
+ margin-right: var(--jkl-spacing-24-32-40);
1169
+ }
1170
+
1171
+ .jkl-spacing-32-32-40--all {
1172
+ margin: var(--jkl-spacing-32-32-40);
1173
+ }
1174
+ .jkl-spacing-32-32-40--top {
1175
+ margin-top: var(--jkl-spacing-32-32-40);
1176
+ }
1177
+ .jkl-spacing-32-32-40--bottom {
1178
+ margin-bottom: var(--jkl-spacing-32-32-40);
1179
+ }
1180
+ .jkl-spacing-32-32-40--left {
1181
+ margin-left: var(--jkl-spacing-32-32-40);
1182
+ }
1183
+ .jkl-spacing-32-32-40--right {
1184
+ margin-right: var(--jkl-spacing-32-32-40);
1185
+ }
1186
+
1187
+ .jkl-spacing-32-40-64--all {
1188
+ margin: var(--jkl-spacing-32-40-64);
1189
+ }
1190
+ .jkl-spacing-32-40-64--top {
1191
+ margin-top: var(--jkl-spacing-32-40-64);
1192
+ }
1193
+ .jkl-spacing-32-40-64--bottom {
1194
+ margin-bottom: var(--jkl-spacing-32-40-64);
1195
+ }
1196
+ .jkl-spacing-32-40-64--left {
1197
+ margin-left: var(--jkl-spacing-32-40-64);
1198
+ }
1199
+ .jkl-spacing-32-40-64--right {
1200
+ margin-right: var(--jkl-spacing-32-40-64);
1201
+ }
1202
+
1203
+ .jkl-spacing-40-40-64--all {
1204
+ margin: var(--jkl-spacing-40-40-64);
1205
+ }
1206
+ .jkl-spacing-40-40-64--top {
1207
+ margin-top: var(--jkl-spacing-40-40-64);
1208
+ }
1209
+ .jkl-spacing-40-40-64--bottom {
1210
+ margin-bottom: var(--jkl-spacing-40-40-64);
1211
+ }
1212
+ .jkl-spacing-40-40-64--left {
1213
+ margin-left: var(--jkl-spacing-40-40-64);
1214
+ }
1215
+ .jkl-spacing-40-40-64--right {
1216
+ margin-right: var(--jkl-spacing-40-40-64);
1217
+ }
1218
+
1219
+ .jkl-spacing-40-64-104--all {
1220
+ margin: var(--jkl-spacing-40-64-104);
1221
+ }
1222
+ .jkl-spacing-40-64-104--top {
1223
+ margin-top: var(--jkl-spacing-40-64-104);
1224
+ }
1225
+ .jkl-spacing-40-64-104--bottom {
1226
+ margin-bottom: var(--jkl-spacing-40-64-104);
1227
+ }
1228
+ .jkl-spacing-40-64-104--left {
1229
+ margin-left: var(--jkl-spacing-40-64-104);
1230
+ }
1231
+ .jkl-spacing-40-64-104--right {
1232
+ margin-right: var(--jkl-spacing-40-64-104);
1233
+ }
1234
+
1235
+ .jkl-spacing-64-64-104--all {
1236
+ margin: var(--jkl-spacing-64-64-104);
1237
+ }
1238
+ .jkl-spacing-64-64-104--top {
1239
+ margin-top: var(--jkl-spacing-64-64-104);
1240
+ }
1241
+ .jkl-spacing-64-64-104--bottom {
1242
+ margin-bottom: var(--jkl-spacing-64-64-104);
1243
+ }
1244
+ .jkl-spacing-64-64-104--left {
1245
+ margin-left: var(--jkl-spacing-64-64-104);
1246
+ }
1247
+ .jkl-spacing-64-64-104--right {
1248
+ margin-right: var(--jkl-spacing-64-64-104);
1249
+ }
1250
+
1251
+ .jkl-spacing-64-104-168--all {
1252
+ margin: var(--jkl-spacing-64-104-168);
1253
+ }
1254
+ .jkl-spacing-64-104-168--top {
1255
+ margin-top: var(--jkl-spacing-64-104-168);
1256
+ }
1257
+ .jkl-spacing-64-104-168--bottom {
1258
+ margin-bottom: var(--jkl-spacing-64-104-168);
1259
+ }
1260
+ .jkl-spacing-64-104-168--left {
1261
+ margin-left: var(--jkl-spacing-64-104-168);
1262
+ }
1263
+ .jkl-spacing-64-104-168--right {
1264
+ margin-right: var(--jkl-spacing-64-104-168);
1265
+ }
1266
+
1267
+ .jkl-spacing-104-104-168--all {
1268
+ margin: var(--jkl-spacing-104-104-168);
1269
+ }
1270
+ .jkl-spacing-104-104-168--top {
1271
+ margin-top: var(--jkl-spacing-104-104-168);
1272
+ }
1273
+ .jkl-spacing-104-104-168--bottom {
1274
+ margin-bottom: var(--jkl-spacing-104-104-168);
1275
+ }
1276
+ .jkl-spacing-104-104-168--left {
1277
+ margin-left: var(--jkl-spacing-104-104-168);
1278
+ }
1279
+ .jkl-spacing-104-104-168--right {
1280
+ margin-right: var(--jkl-spacing-104-104-168);
1281
+ }
1282
+
1283
+ .jkl-spacing-3xs--all {
1284
+ margin: 0.125rem;
1285
+ }
1286
+ .jkl-spacing-3xs--top {
1287
+ margin-top: 0.125rem;
1288
+ }
1289
+ .jkl-spacing-3xs--bottom {
1290
+ margin-bottom: 0.125rem;
1291
+ }
1292
+ .jkl-spacing-3xs--left {
1293
+ margin-left: 0.125rem;
1294
+ }
1295
+ .jkl-spacing-3xs--right {
1296
+ margin-right: 0.125rem;
1297
+ }
1298
+
1299
+ .jkl-spacing-2xs--all {
1300
+ margin: 0.25rem;
1301
+ }
1302
+ .jkl-spacing-2xs--top {
1303
+ margin-top: 0.25rem;
1304
+ }
1305
+ .jkl-spacing-2xs--bottom {
1306
+ margin-bottom: 0.25rem;
1307
+ }
1308
+ .jkl-spacing-2xs--left {
1309
+ margin-left: 0.25rem;
1310
+ }
1311
+ .jkl-spacing-2xs--right {
1312
+ margin-right: 0.25rem;
1313
+ }
1314
+
1315
+ .jkl-spacing-xs--all {
1316
+ margin: 0.5rem;
1317
+ }
1318
+ .jkl-spacing-xs--top {
1319
+ margin-top: 0.5rem;
1320
+ }
1321
+ .jkl-spacing-xs--bottom {
1322
+ margin-bottom: 0.5rem;
1323
+ }
1324
+ .jkl-spacing-xs--left {
1325
+ margin-left: 0.5rem;
1326
+ }
1327
+ .jkl-spacing-xs--right {
1328
+ margin-right: 0.5rem;
1329
+ }
1330
+
1331
+ .jkl-spacing-s--all {
1332
+ margin: 0.75rem;
1333
+ }
1334
+ .jkl-spacing-s--top {
1335
+ margin-top: 0.75rem;
1336
+ }
1337
+ .jkl-spacing-s--bottom {
1338
+ margin-bottom: 0.75rem;
1339
+ }
1340
+ .jkl-spacing-s--left {
1341
+ margin-left: 0.75rem;
1342
+ }
1343
+ .jkl-spacing-s--right {
1344
+ margin-right: 0.75rem;
1345
+ }
1346
+
1347
+ .jkl-spacing-m--all {
1348
+ margin: 1rem;
1349
+ }
1350
+ .jkl-spacing-m--top {
1351
+ margin-top: 1rem;
1352
+ }
1353
+ .jkl-spacing-m--bottom {
1354
+ margin-bottom: 1rem;
1355
+ }
1356
+ .jkl-spacing-m--left {
1357
+ margin-left: 1rem;
1358
+ }
1359
+ .jkl-spacing-m--right {
1360
+ margin-right: 1rem;
1361
+ }
1362
+
1363
+ .jkl-spacing-l--all {
1364
+ margin: 1.5rem;
1365
+ }
1366
+ .jkl-spacing-l--top {
1367
+ margin-top: 1.5rem;
1368
+ }
1369
+ .jkl-spacing-l--bottom {
1370
+ margin-bottom: 1.5rem;
1371
+ }
1372
+ .jkl-spacing-l--left {
1373
+ margin-left: 1.5rem;
1374
+ }
1375
+ .jkl-spacing-l--right {
1376
+ margin-right: 1.5rem;
1377
+ }
1378
+
1379
+ .jkl-spacing-xl--all {
1380
+ margin: 2.5rem;
1381
+ }
1382
+ .jkl-spacing-xl--top {
1383
+ margin-top: 2.5rem;
1384
+ }
1385
+ .jkl-spacing-xl--bottom {
1386
+ margin-bottom: 2.5rem;
1387
+ }
1388
+ .jkl-spacing-xl--left {
1389
+ margin-left: 2.5rem;
1390
+ }
1391
+ .jkl-spacing-xl--right {
1392
+ margin-right: 2.5rem;
1393
+ }
1394
+
1395
+ .jkl-spacing-2xl--all {
1396
+ margin: 4rem;
1397
+ }
1398
+ .jkl-spacing-2xl--top {
1399
+ margin-top: 4rem;
1400
+ }
1401
+ .jkl-spacing-2xl--bottom {
1402
+ margin-bottom: 4rem;
1403
+ }
1404
+ .jkl-spacing-2xl--left {
1405
+ margin-left: 4rem;
1406
+ }
1407
+ .jkl-spacing-2xl--right {
1408
+ margin-right: 4rem;
1409
+ }
1410
+
1411
+ .jkl-spacing-3xl--all {
1412
+ margin: 6.5rem;
1413
+ }
1414
+ .jkl-spacing-3xl--top {
1415
+ margin-top: 6.5rem;
1416
+ }
1417
+ .jkl-spacing-3xl--bottom {
1418
+ margin-bottom: 6.5rem;
1419
+ }
1420
+ .jkl-spacing-3xl--left {
1421
+ margin-left: 6.5rem;
1422
+ }
1423
+ .jkl-spacing-3xl--right {
1424
+ margin-right: 6.5rem;
1425
+ }
1426
+
1427
+ .jkl-spacing-4xl--all {
1428
+ margin: 10.5rem;
1429
+ }
1430
+ .jkl-spacing-4xl--top {
1431
+ margin-top: 10.5rem;
1432
+ }
1433
+ .jkl-spacing-4xl--bottom {
1434
+ margin-bottom: 10.5rem;
1435
+ }
1436
+ .jkl-spacing-4xl--left {
1437
+ margin-left: 10.5rem;
1438
+ }
1439
+ .jkl-spacing-4xl--right {
1440
+ margin-right: 10.5rem;
1441
+ }
1442
+
1443
+ .jkl-sr-only {
1444
+ border: 0 !important;
1445
+ clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
1446
+ clip-path: inset(50%) !important; /* 2 */
1447
+ height: 1px !important;
1448
+ margin: -1px !important;
1449
+ overflow: hidden !important;
1450
+ padding: 0 !important;
1451
+ position: absolute !important;
1452
+ width: 1px !important;
1453
+ white-space: nowrap !important; /* 3 */
1454
+ }
1455
+ .jkl-sr-only--focusable:focus, .jkl-sr-only--focusable:active {
1456
+ clip: auto !important;
1457
+ clip-path: none !important;
1458
+ height: auto !important;
1459
+ margin: auto !important;
1460
+ overflow: visible !important;
1461
+ width: auto !important;
1462
+ white-space: normal !important;
1463
+ }
1464
+
1465
+ /* Used by contextual-menu to figure out if it should render a compact or comfortable view */
1466
+ :root,
1467
+ [data-layout-density=comfortable],
1468
+ [data-density=comfortable] {
1469
+ --jkl-density: "comfortable";
1470
+ }
1471
+
1472
+ [data-layout-density=compact],
1473
+ [data-density=compact] {
1474
+ --jkl-density: "compact";
1475
+ }
1476
+
1477
+ @media screen and (prefers-color-scheme: light) {
1478
+ :root {
1479
+ --jkl-background-color: #f9f9f9;
1480
+ --jkl-color: #1b1917;
1481
+ --jkl-error: #f6b3b3;
1482
+ --jkl-info: #d3d3f6;
1483
+ --jkl-warning: #efdd9e;
1484
+ --jkl-success: #acd3b5;
1485
+ }
1486
+ }
1487
+ [data-theme=light] {
1488
+ --jkl-background-color: #f9f9f9;
1489
+ --jkl-color: #1b1917;
1490
+ --jkl-error: #f6b3b3;
1491
+ --jkl-info: #d3d3f6;
1492
+ --jkl-warning: #efdd9e;
1493
+ --jkl-success: #acd3b5;
1494
+ }
1495
+
1496
+ @media screen and (prefers-color-scheme: dark) {
1497
+ :root {
1498
+ --jkl-background-color: #1b1917;
1499
+ --jkl-color: #f9f9f9;
1500
+ --jkl-error: #de9e9e;
1501
+ --jkl-info: #a9a9ca;
1502
+ --jkl-warning: #decc8d;
1503
+ --jkl-success: #94b79b;
1504
+ }
1505
+ }
1506
+ [data-theme=dark] {
1507
+ --jkl-background-color: #1b1917;
1508
+ --jkl-color: #f9f9f9;
1509
+ --jkl-error: #de9e9e;
1510
+ --jkl-info: #a9a9ca;
1511
+ --jkl-warning: #decc8d;
1512
+ --jkl-success: #94b79b;
1513
+ }
1514
+
1515
+ :root {
1516
+ --jkl-title-font-size: 2.25rem;
1517
+ --jkl-title-line-height: 2.75rem;
1518
+ --jkl-title-font-weight: 400;
1519
+ --jkl-title---jkl-icon-weight: 300;
1520
+ --jkl-title-small-font-size: 1.875rem;
1521
+ --jkl-title-small-line-height: 2.25rem;
1522
+ --jkl-title-small-font-weight: 400;
1523
+ --jkl-title-small---jkl-icon-weight: 300;
1524
+ --jkl-heading-1-font-size: 1.625rem;
1525
+ --jkl-heading-1-line-height: 2rem;
1526
+ --jkl-heading-1-font-weight: 400;
1527
+ --jkl-heading-1---jkl-icon-weight: 300;
1528
+ --jkl-heading-2-font-size: 1.4375rem;
1529
+ --jkl-heading-2-line-height: 2rem;
1530
+ --jkl-heading-2-font-weight: 400;
1531
+ --jkl-heading-2---jkl-icon-weight: 300;
1532
+ --jkl-heading-3-font-size: 1.3125rem;
1533
+ --jkl-heading-3-line-height: 1.75rem;
1534
+ --jkl-heading-3-font-weight: 700;
1535
+ --jkl-heading-3---jkl-icon-weight: 500;
1536
+ --jkl-heading-4-font-size: 1.125rem;
1537
+ --jkl-heading-4-line-height: 1.5rem;
1538
+ --jkl-heading-4-font-weight: 700;
1539
+ --jkl-heading-4---jkl-icon-weight: 500;
1540
+ --jkl-heading-5-font-size: 1rem;
1541
+ --jkl-heading-5-line-height: 1.5rem;
1542
+ --jkl-heading-5-font-weight: 700;
1543
+ --jkl-heading-5---jkl-icon-weight: 500;
1544
+ --jkl-body-font-size: 1.125rem;
1545
+ --jkl-body-line-height: 1.75rem;
1546
+ --jkl-body-font-weight: 400;
1547
+ --jkl-body---jkl-icon-weight: 300;
1548
+ --jkl-small-font-size: 1rem;
1549
+ --jkl-small-line-height: 1.5rem;
1550
+ --jkl-small-font-weight: 400;
1551
+ --jkl-small---jkl-icon-weight: 300;
1552
+ }
1553
+ @media (min-width: 680px) {
1554
+ :root {
1555
+ --jkl-title-font-size: 3.5rem;
1556
+ --jkl-title-line-height: 4rem;
1557
+ --jkl-title-font-weight: 400;
1558
+ --jkl-title---jkl-icon-weight: 300;
1559
+ --jkl-title-small-font-size: 2.75rem;
1560
+ --jkl-title-small-line-height: 3.25rem;
1561
+ --jkl-title-small-font-weight: 400;
1562
+ --jkl-title-small---jkl-icon-weight: 300;
1563
+ --jkl-heading-1-font-size: 2.25rem;
1564
+ --jkl-heading-1-line-height: 2.75rem;
1565
+ --jkl-heading-1-font-weight: 400;
1566
+ --jkl-heading-1---jkl-icon-weight: 300;
1567
+ --jkl-heading-2-font-size: 1.75rem;
1568
+ --jkl-heading-2-line-height: 2.5rem;
1569
+ --jkl-heading-2-font-weight: 400;
1570
+ --jkl-heading-2---jkl-icon-weight: 300;
1571
+ --jkl-heading-3-font-size: 1.5625rem;
1572
+ --jkl-heading-3-line-height: 2rem;
1573
+ --jkl-heading-3-font-weight: 700;
1574
+ --jkl-heading-3---jkl-icon-weight: 500;
1575
+ --jkl-heading-4-font-size: 1.3125rem;
1576
+ --jkl-heading-4-line-height: 1.75rem;
1577
+ --jkl-heading-4-font-weight: 700;
1578
+ --jkl-heading-4---jkl-icon-weight: 500;
1579
+ --jkl-heading-5-font-size: 1rem;
1580
+ --jkl-heading-5-line-height: 1.5rem;
1581
+ --jkl-heading-5-font-weight: 700;
1582
+ --jkl-heading-5---jkl-icon-weight: 500;
1583
+ --jkl-body-font-size: 1.25rem;
1584
+ --jkl-body-line-height: 2rem;
1585
+ --jkl-body-font-weight: 400;
1586
+ --jkl-body---jkl-icon-weight: 300;
1587
+ --jkl-small-font-size: 1rem;
1588
+ --jkl-small-line-height: 1.5rem;
1589
+ --jkl-small-font-weight: 400;
1590
+ --jkl-small---jkl-icon-weight: 300;
1591
+ }
1592
+ }
1593
+
1594
+ .jkl {
1595
+ font-family: "Fremtind Grotesk", "Adjusted Arial Fallback", Arial, sans-serif;
1596
+ -webkit-font-smoothing: antialiased;
1597
+ -moz-osx-font-smoothing: grayscale;
1598
+ background-color: var(--jkl-background-color);
1599
+ color: var(--jkl-color);
1600
+ }
1601
+ .jkl strong {
1602
+ --jkl-icon-weight: 500;
1603
+ font-weight: 700;
1604
+ }
1605
+
1606
+ @media screen and (prefers-reduced-motion: reduce) {
1607
+ *,
1608
+ *::after,
1609
+ *::before {
1610
+ animation-duration: 0ms !important;
1611
+ animation-delay: 0ms !important;
1612
+ transition: none !important;
1613
+ }
1614
+ }