@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 @@
1
+ .jkl .flex{display:flex}.jkl .flex-wrap{flex-wrap:wrap}.jkl .flex-nowrap{flex-wrap:nowrap}.jkl .flex-row{flex-direction:row}.jkl .flex-row-reverse{flex-direction:row-reverse}.jkl .flex-column{flex-direction:column}.jkl .flex-column-reverse{flex-direction:column-reverse}.jkl .grow{flex-grow:1}.jkl .grow-0{flex-grow:0}.jkl .shrink{flex-shrink:1}.jkl .shrink-0{flex-shrink:0}.jkl .gap-2{gap:.125rem}.jkl .gap-x-2{column-gap:.125rem}.jkl .gap-y-2{row-gap:.125rem}.jkl .gap-4{gap:.25rem}.jkl .gap-x-4{column-gap:.25rem}.jkl .gap-y-4{row-gap:.25rem}.jkl .gap-8{gap:.5rem}.jkl .gap-x-8{column-gap:.5rem}.jkl .gap-y-8{row-gap:.5rem}.jkl .gap-12{gap:.75rem}.jkl .gap-x-12{column-gap:.75rem}.jkl .gap-y-12{row-gap:.75rem}.jkl .gap-16{gap:1rem}.jkl .gap-x-16{column-gap:1rem}.jkl .gap-y-16{row-gap:1rem}.jkl .gap-24{gap:1.5rem}.jkl .gap-x-24{column-gap:1.5rem}.jkl .gap-y-24{row-gap:1.5rem}.jkl .gap-32{gap:2rem}.jkl .gap-x-32{column-gap:2rem}.jkl .gap-y-32{row-gap:2rem}.jkl .gap-40{gap:2.5rem}.jkl .gap-x-40{column-gap:2.5rem}.jkl .gap-y-40{row-gap:2.5rem}.jkl .gap-64{gap:4rem}.jkl .gap-x-64{column-gap:4rem}.jkl .gap-y-64{row-gap:4rem}.jkl .gap-104{gap:6.5rem}.jkl .gap-x-104{column-gap:6.5rem}.jkl .gap-y-104{row-gap:6.5rem}.jkl .gap-168{gap:10.5rem}.jkl .gap-x-168{column-gap:10.5rem}.jkl .gap-y-168{row-gap:10.5rem}.jkl .gap-3xs{gap:.125rem}.jkl .gap-x-3xs{column-gap:.125rem}.jkl .gap-y-3xs{row-gap:.125rem}.jkl .gap-2xs{gap:.25rem}.jkl .gap-x-2xs{column-gap:.25rem}.jkl .gap-y-2xs{row-gap:.25rem}.jkl .gap-xs{gap:.5rem}.jkl .gap-x-xs{column-gap:.5rem}.jkl .gap-y-xs{row-gap:.5rem}.jkl .gap-s{gap:.75rem}.jkl .gap-x-s{column-gap:.75rem}.jkl .gap-y-s{row-gap:.75rem}.jkl .gap-m{gap:1rem}.jkl .gap-x-m{column-gap:1rem}.jkl .gap-y-m{row-gap:1rem}.jkl .gap-l{gap:1.5rem}.jkl .gap-x-l{column-gap:1.5rem}.jkl .gap-y-l{row-gap:1.5rem}.jkl .gap-xl{gap:2.5rem}.jkl .gap-x-xl{column-gap:2.5rem}.jkl .gap-y-xl{row-gap:2.5rem}.jkl .gap-2xl{gap:4rem}.jkl .gap-x-2xl{column-gap:4rem}.jkl .gap-y-2xl{row-gap:4rem}.jkl .gap-3xl{gap:6.5rem}.jkl .gap-x-3xl{column-gap:6.5rem}.jkl .gap-y-3xl{row-gap:6.5rem}.jkl .gap-4xl{gap:10.5rem}.jkl .gap-x-4xl{column-gap:10.5rem}.jkl .gap-y-4xl{row-gap:10.5rem}.jkl .justify-normal{justify-content:normal}.jkl .justify-start{justify-content:flex-start}.jkl .justify-end{justify-content:flex-end}.jkl .justify-center{justify-content:center}.jkl .justify-between{justify-content:space-between}.jkl .justify-around{justify-content:space-around}.jkl .justify-evenly{justify-content:space-evenly}.jkl .justify-stretch{justify-content:stretch}.jkl .items-start{align-items:flex-start}.jkl .items-end{align-items:flex-end}.jkl .items-center{align-items:center}.jkl .items-baseline{align-items:baseline}.jkl .items-stretch{align-items:stretch}.jkl .font-sans{font-family:Fremtind Grotesk,Adjusted Arial Fallback,Arial,sans-serif}.jkl .font-mono{font-family:Fremtind Grotesk Mono,Adjusted Courier New Fallback,-apple-system,BlinkMacSystemFont,monospace}.jkl .font-normal{font-weight:400}.jkl .font-bold{font-weight:700}.jkl .m-2{margin:.125rem}.jkl .mx-2{margin-left:.125rem;margin-right:.125rem}.jkl .ms-2{margin-inline-start:.125rem}.jkl .me-2{margin-inline-end:.125rem}.jkl .my-2{margin-bottom:.125rem}.jkl .mt-2,.jkl .my-2{margin-top:.125rem}.jkl .mr-2{margin-right:.125rem}.jkl .mb-2{margin-bottom:.125rem}.jkl .ml-2{margin-left:.125rem}.jkl .m-4{margin:.25rem}.jkl .mx-4{margin-left:.25rem;margin-right:.25rem}.jkl .ms-4{margin-inline-start:.25rem}.jkl .me-4{margin-inline-end:.25rem}.jkl .my-4{margin-bottom:.25rem}.jkl .mt-4,.jkl .my-4{margin-top:.25rem}.jkl .mr-4{margin-right:.25rem}.jkl .mb-4{margin-bottom:.25rem}.jkl .ml-4{margin-left:.25rem}.jkl .m-8{margin:.5rem}.jkl .mx-8{margin-left:.5rem;margin-right:.5rem}.jkl .ms-8{margin-inline-start:.5rem}.jkl .me-8{margin-inline-end:.5rem}.jkl .my-8{margin-bottom:.5rem}.jkl .mt-8,.jkl .my-8{margin-top:.5rem}.jkl .mr-8{margin-right:.5rem}.jkl .mb-8{margin-bottom:.5rem}.jkl .ml-8{margin-left:.5rem}.jkl .m-12{margin:.75rem}.jkl .mx-12{margin-left:.75rem;margin-right:.75rem}.jkl .ms-12{margin-inline-start:.75rem}.jkl .me-12{margin-inline-end:.75rem}.jkl .my-12{margin-bottom:.75rem}.jkl .mt-12,.jkl .my-12{margin-top:.75rem}.jkl .mr-12{margin-right:.75rem}.jkl .mb-12{margin-bottom:.75rem}.jkl .ml-12{margin-left:.75rem}.jkl .m-16{margin:1rem}.jkl .mx-16{margin-left:1rem;margin-right:1rem}.jkl .ms-16{margin-inline-start:1rem}.jkl .me-16{margin-inline-end:1rem}.jkl .my-16{margin-bottom:1rem}.jkl .mt-16,.jkl .my-16{margin-top:1rem}.jkl .mr-16{margin-right:1rem}.jkl .mb-16{margin-bottom:1rem}.jkl .ml-16{margin-left:1rem}.jkl .m-24{margin:1.5rem}.jkl .mx-24{margin-left:1.5rem;margin-right:1.5rem}.jkl .ms-24{margin-inline-start:1.5rem}.jkl .me-24{margin-inline-end:1.5rem}.jkl .my-24{margin-bottom:1.5rem}.jkl .mt-24,.jkl .my-24{margin-top:1.5rem}.jkl .mr-24{margin-right:1.5rem}.jkl .mb-24{margin-bottom:1.5rem}.jkl .ml-24{margin-left:1.5rem}.jkl .m-32{margin:2rem}.jkl .mx-32{margin-left:2rem;margin-right:2rem}.jkl .ms-32{margin-inline-start:2rem}.jkl .me-32{margin-inline-end:2rem}.jkl .my-32{margin-bottom:2rem}.jkl .mt-32,.jkl .my-32{margin-top:2rem}.jkl .mr-32{margin-right:2rem}.jkl .mb-32{margin-bottom:2rem}.jkl .ml-32{margin-left:2rem}.jkl .m-40{margin:2.5rem}.jkl .mx-40{margin-left:2.5rem;margin-right:2.5rem}.jkl .ms-40{margin-inline-start:2.5rem}.jkl .me-40{margin-inline-end:2.5rem}.jkl .my-40{margin-bottom:2.5rem}.jkl .mt-40,.jkl .my-40{margin-top:2.5rem}.jkl .mr-40{margin-right:2.5rem}.jkl .mb-40{margin-bottom:2.5rem}.jkl .ml-40{margin-left:2.5rem}.jkl .m-64{margin:4rem}.jkl .mx-64{margin-left:4rem;margin-right:4rem}.jkl .ms-64{margin-inline-start:4rem}.jkl .me-64{margin-inline-end:4rem}.jkl .my-64{margin-bottom:4rem}.jkl .mt-64,.jkl .my-64{margin-top:4rem}.jkl .mr-64{margin-right:4rem}.jkl .mb-64{margin-bottom:4rem}.jkl .ml-64{margin-left:4rem}.jkl .m-104{margin:6.5rem}.jkl .mx-104{margin-left:6.5rem;margin-right:6.5rem}.jkl .ms-104{margin-inline-start:6.5rem}.jkl .me-104{margin-inline-end:6.5rem}.jkl .my-104{margin-bottom:6.5rem}.jkl .mt-104,.jkl .my-104{margin-top:6.5rem}.jkl .mr-104{margin-right:6.5rem}.jkl .mb-104{margin-bottom:6.5rem}.jkl .ml-104{margin-left:6.5rem}.jkl .m-168{margin:10.5rem}.jkl .mx-168{margin-left:10.5rem;margin-right:10.5rem}.jkl .ms-168{margin-inline-start:10.5rem}.jkl .me-168{margin-inline-end:10.5rem}.jkl .my-168{margin-bottom:10.5rem}.jkl .mt-168,.jkl .my-168{margin-top:10.5rem}.jkl .mr-168{margin-right:10.5rem}.jkl .mb-168{margin-bottom:10.5rem}.jkl .ml-168{margin-left:10.5rem}.jkl .m-3xs{margin:.125rem}.jkl .mx-3xs{margin-left:.125rem;margin-right:.125rem}.jkl .ms-3xs{margin-inline-start:.125rem}.jkl .me-3xs{margin-inline-end:.125rem}.jkl .my-3xs{margin-bottom:.125rem}.jkl .mt-3xs,.jkl .my-3xs{margin-top:.125rem}.jkl .mr-3xs{margin-right:.125rem}.jkl .mb-3xs{margin-bottom:.125rem}.jkl .ml-3xs{margin-left:.125rem}.jkl .m-2xs{margin:.25rem}.jkl .mx-2xs{margin-left:.25rem;margin-right:.25rem}.jkl .ms-2xs{margin-inline-start:.25rem}.jkl .me-2xs{margin-inline-end:.25rem}.jkl .my-2xs{margin-bottom:.25rem}.jkl .mt-2xs,.jkl .my-2xs{margin-top:.25rem}.jkl .mr-2xs{margin-right:.25rem}.jkl .mb-2xs{margin-bottom:.25rem}.jkl .ml-2xs{margin-left:.25rem}.jkl .m-xs{margin:.5rem}.jkl .mx-xs{margin-left:.5rem;margin-right:.5rem}.jkl .ms-xs{margin-inline-start:.5rem}.jkl .me-xs{margin-inline-end:.5rem}.jkl .my-xs{margin-bottom:.5rem}.jkl .mt-xs,.jkl .my-xs{margin-top:.5rem}.jkl .mr-xs{margin-right:.5rem}.jkl .mb-xs{margin-bottom:.5rem}.jkl .ml-xs{margin-left:.5rem}.jkl .m-s{margin:.75rem}.jkl .mx-s{margin-left:.75rem;margin-right:.75rem}.jkl .ms-s{margin-inline-start:.75rem}.jkl .me-s{margin-inline-end:.75rem}.jkl .my-s{margin-bottom:.75rem}.jkl .mt-s,.jkl .my-s{margin-top:.75rem}.jkl .mr-s{margin-right:.75rem}.jkl .mb-s{margin-bottom:.75rem}.jkl .ml-s{margin-left:.75rem}.jkl .m-m{margin:1rem}.jkl .mx-m{margin-left:1rem;margin-right:1rem}.jkl .ms-m{margin-inline-start:1rem}.jkl .me-m{margin-inline-end:1rem}.jkl .my-m{margin-bottom:1rem}.jkl .mt-m,.jkl .my-m{margin-top:1rem}.jkl .mr-m{margin-right:1rem}.jkl .mb-m{margin-bottom:1rem}.jkl .ml-m{margin-left:1rem}.jkl .m-l{margin:1.5rem}.jkl .mx-l{margin-left:1.5rem;margin-right:1.5rem}.jkl .ms-l{margin-inline-start:1.5rem}.jkl .me-l{margin-inline-end:1.5rem}.jkl .my-l{margin-bottom:1.5rem}.jkl .mt-l,.jkl .my-l{margin-top:1.5rem}.jkl .mr-l{margin-right:1.5rem}.jkl .mb-l{margin-bottom:1.5rem}.jkl .ml-l{margin-left:1.5rem}.jkl .m-xl{margin:2.5rem}.jkl .mx-xl{margin-left:2.5rem;margin-right:2.5rem}.jkl .ms-xl{margin-inline-start:2.5rem}.jkl .me-xl{margin-inline-end:2.5rem}.jkl .my-xl{margin-bottom:2.5rem}.jkl .mt-xl,.jkl .my-xl{margin-top:2.5rem}.jkl .mr-xl{margin-right:2.5rem}.jkl .mb-xl{margin-bottom:2.5rem}.jkl .ml-xl{margin-left:2.5rem}.jkl .m-2xl{margin:4rem}.jkl .mx-2xl{margin-left:4rem;margin-right:4rem}.jkl .ms-2xl{margin-inline-start:4rem}.jkl .me-2xl{margin-inline-end:4rem}.jkl .my-2xl{margin-bottom:4rem}.jkl .mt-2xl,.jkl .my-2xl{margin-top:4rem}.jkl .mr-2xl{margin-right:4rem}.jkl .mb-2xl{margin-bottom:4rem}.jkl .ml-2xl{margin-left:4rem}.jkl .m-3xl{margin:6.5rem}.jkl .mx-3xl{margin-left:6.5rem;margin-right:6.5rem}.jkl .ms-3xl{margin-inline-start:6.5rem}.jkl .me-3xl{margin-inline-end:6.5rem}.jkl .my-3xl{margin-bottom:6.5rem}.jkl .mt-3xl,.jkl .my-3xl{margin-top:6.5rem}.jkl .mr-3xl{margin-right:6.5rem}.jkl .mb-3xl{margin-bottom:6.5rem}.jkl .ml-3xl{margin-left:6.5rem}.jkl .m-4xl{margin:10.5rem}.jkl .mx-4xl{margin-left:10.5rem;margin-right:10.5rem}.jkl .ms-4xl{margin-inline-start:10.5rem}.jkl .me-4xl{margin-inline-end:10.5rem}.jkl .my-4xl{margin-bottom:10.5rem}.jkl .mt-4xl,.jkl .my-4xl{margin-top:10.5rem}.jkl .mr-4xl{margin-right:10.5rem}.jkl .mb-4xl{margin-bottom:10.5rem}.jkl .ml-4xl{margin-left:10.5rem}.jkl .p-2{padding:.125rem}.jkl .px-2{padding-left:.125rem;padding-right:.125rem}.jkl .ps-2{padding-inline-start:.125rem}.jkl .pe-2{padding-inline-end:.125rem}.jkl .py-2{padding-bottom:.125rem}.jkl .pt-2,.jkl .py-2{padding-top:.125rem}.jkl .pr-2{padding-right:.125rem}.jkl .pb-2{padding-bottom:.125rem}.jkl .pl-2{padding-left:.125rem}.jkl .p-4{padding:.25rem}.jkl .px-4{padding-left:.25rem;padding-right:.25rem}.jkl .ps-4{padding-inline-start:.25rem}.jkl .pe-4{padding-inline-end:.25rem}.jkl .py-4{padding-bottom:.25rem}.jkl .pt-4,.jkl .py-4{padding-top:.25rem}.jkl .pr-4{padding-right:.25rem}.jkl .pb-4{padding-bottom:.25rem}.jkl .pl-4{padding-left:.25rem}.jkl .p-8{padding:.5rem}.jkl .px-8{padding-left:.5rem;padding-right:.5rem}.jkl .ps-8{padding-inline-start:.5rem}.jkl .pe-8{padding-inline-end:.5rem}.jkl .py-8{padding-bottom:.5rem}.jkl .pt-8,.jkl .py-8{padding-top:.5rem}.jkl .pr-8{padding-right:.5rem}.jkl .pb-8{padding-bottom:.5rem}.jkl .pl-8{padding-left:.5rem}.jkl .p-12{padding:.75rem}.jkl .px-12{padding-left:.75rem;padding-right:.75rem}.jkl .ps-12{padding-inline-start:.75rem}.jkl .pe-12{padding-inline-end:.75rem}.jkl .py-12{padding-bottom:.75rem}.jkl .pt-12,.jkl .py-12{padding-top:.75rem}.jkl .pr-12{padding-right:.75rem}.jkl .pb-12{padding-bottom:.75rem}.jkl .pl-12{padding-left:.75rem}.jkl .p-16{padding:1rem}.jkl .px-16{padding-left:1rem;padding-right:1rem}.jkl .ps-16{padding-inline-start:1rem}.jkl .pe-16{padding-inline-end:1rem}.jkl .py-16{padding-bottom:1rem}.jkl .pt-16,.jkl .py-16{padding-top:1rem}.jkl .pr-16{padding-right:1rem}.jkl .pb-16{padding-bottom:1rem}.jkl .pl-16{padding-left:1rem}.jkl .p-24{padding:1.5rem}.jkl .px-24{padding-left:1.5rem;padding-right:1.5rem}.jkl .ps-24{padding-inline-start:1.5rem}.jkl .pe-24{padding-inline-end:1.5rem}.jkl .py-24{padding-bottom:1.5rem}.jkl .pt-24,.jkl .py-24{padding-top:1.5rem}.jkl .pr-24{padding-right:1.5rem}.jkl .pb-24{padding-bottom:1.5rem}.jkl .pl-24{padding-left:1.5rem}.jkl .p-32{padding:2rem}.jkl .px-32{padding-left:2rem;padding-right:2rem}.jkl .ps-32{padding-inline-start:2rem}.jkl .pe-32{padding-inline-end:2rem}.jkl .py-32{padding-bottom:2rem}.jkl .pt-32,.jkl .py-32{padding-top:2rem}.jkl .pr-32{padding-right:2rem}.jkl .pb-32{padding-bottom:2rem}.jkl .pl-32{padding-left:2rem}.jkl .p-40{padding:2.5rem}.jkl .px-40{padding-left:2.5rem;padding-right:2.5rem}.jkl .ps-40{padding-inline-start:2.5rem}.jkl .pe-40{padding-inline-end:2.5rem}.jkl .py-40{padding-bottom:2.5rem}.jkl .pt-40,.jkl .py-40{padding-top:2.5rem}.jkl .pr-40{padding-right:2.5rem}.jkl .pb-40{padding-bottom:2.5rem}.jkl .pl-40{padding-left:2.5rem}.jkl .p-64{padding:4rem}.jkl .px-64{padding-left:4rem;padding-right:4rem}.jkl .ps-64{padding-inline-start:4rem}.jkl .pe-64{padding-inline-end:4rem}.jkl .py-64{padding-bottom:4rem}.jkl .pt-64,.jkl .py-64{padding-top:4rem}.jkl .pr-64{padding-right:4rem}.jkl .pb-64{padding-bottom:4rem}.jkl .pl-64{padding-left:4rem}.jkl .p-104{padding:6.5rem}.jkl .px-104{padding-left:6.5rem;padding-right:6.5rem}.jkl .ps-104{padding-inline-start:6.5rem}.jkl .pe-104{padding-inline-end:6.5rem}.jkl .py-104{padding-bottom:6.5rem}.jkl .pt-104,.jkl .py-104{padding-top:6.5rem}.jkl .pr-104{padding-right:6.5rem}.jkl .pb-104{padding-bottom:6.5rem}.jkl .pl-104{padding-left:6.5rem}.jkl .p-168{padding:10.5rem}.jkl .px-168{padding-left:10.5rem;padding-right:10.5rem}.jkl .ps-168{padding-inline-start:10.5rem}.jkl .pe-168{padding-inline-end:10.5rem}.jkl .py-168{padding-bottom:10.5rem}.jkl .pt-168,.jkl .py-168{padding-top:10.5rem}.jkl .pr-168{padding-right:10.5rem}.jkl .pb-168{padding-bottom:10.5rem}.jkl .pl-168{padding-left:10.5rem}.jkl .p-3xs{padding:.125rem}.jkl .px-3xs{padding-left:.125rem;padding-right:.125rem}.jkl .ps-3xs{padding-inline-start:.125rem}.jkl .pe-3xs{padding-inline-end:.125rem}.jkl .py-3xs{padding-bottom:.125rem}.jkl .pt-3xs,.jkl .py-3xs{padding-top:.125rem}.jkl .pr-3xs{padding-right:.125rem}.jkl .pb-3xs{padding-bottom:.125rem}.jkl .pl-3xs{padding-left:.125rem}.jkl .p-2xs{padding:.25rem}.jkl .px-2xs{padding-left:.25rem;padding-right:.25rem}.jkl .ps-2xs{padding-inline-start:.25rem}.jkl .pe-2xs{padding-inline-end:.25rem}.jkl .py-2xs{padding-bottom:.25rem}.jkl .pt-2xs,.jkl .py-2xs{padding-top:.25rem}.jkl .pr-2xs{padding-right:.25rem}.jkl .pb-2xs{padding-bottom:.25rem}.jkl .pl-2xs{padding-left:.25rem}.jkl .p-xs{padding:.5rem}.jkl .px-xs{padding-left:.5rem;padding-right:.5rem}.jkl .ps-xs{padding-inline-start:.5rem}.jkl .pe-xs{padding-inline-end:.5rem}.jkl .py-xs{padding-bottom:.5rem}.jkl .pt-xs,.jkl .py-xs{padding-top:.5rem}.jkl .pr-xs{padding-right:.5rem}.jkl .pb-xs{padding-bottom:.5rem}.jkl .pl-xs{padding-left:.5rem}.jkl .p-s{padding:.75rem}.jkl .px-s{padding-left:.75rem;padding-right:.75rem}.jkl .ps-s{padding-inline-start:.75rem}.jkl .pe-s{padding-inline-end:.75rem}.jkl .py-s{padding-bottom:.75rem}.jkl .pt-s,.jkl .py-s{padding-top:.75rem}.jkl .pr-s{padding-right:.75rem}.jkl .pb-s{padding-bottom:.75rem}.jkl .pl-s{padding-left:.75rem}.jkl .p-m{padding:1rem}.jkl .px-m{padding-left:1rem;padding-right:1rem}.jkl .ps-m{padding-inline-start:1rem}.jkl .pe-m{padding-inline-end:1rem}.jkl .py-m{padding-bottom:1rem}.jkl .pt-m,.jkl .py-m{padding-top:1rem}.jkl .pr-m{padding-right:1rem}.jkl .pb-m{padding-bottom:1rem}.jkl .pl-m{padding-left:1rem}.jkl .p-l{padding:1.5rem}.jkl .px-l{padding-left:1.5rem;padding-right:1.5rem}.jkl .ps-l{padding-inline-start:1.5rem}.jkl .pe-l{padding-inline-end:1.5rem}.jkl .py-l{padding-bottom:1.5rem}.jkl .pt-l,.jkl .py-l{padding-top:1.5rem}.jkl .pr-l{padding-right:1.5rem}.jkl .pb-l{padding-bottom:1.5rem}.jkl .pl-l{padding-left:1.5rem}.jkl .p-xl{padding:2.5rem}.jkl .px-xl{padding-left:2.5rem;padding-right:2.5rem}.jkl .ps-xl{padding-inline-start:2.5rem}.jkl .pe-xl{padding-inline-end:2.5rem}.jkl .py-xl{padding-bottom:2.5rem}.jkl .pt-xl,.jkl .py-xl{padding-top:2.5rem}.jkl .pr-xl{padding-right:2.5rem}.jkl .pb-xl{padding-bottom:2.5rem}.jkl .pl-xl{padding-left:2.5rem}.jkl .p-2xl{padding:4rem}.jkl .px-2xl{padding-left:4rem;padding-right:4rem}.jkl .ps-2xl{padding-inline-start:4rem}.jkl .pe-2xl{padding-inline-end:4rem}.jkl .py-2xl{padding-bottom:4rem}.jkl .pt-2xl,.jkl .py-2xl{padding-top:4rem}.jkl .pr-2xl{padding-right:4rem}.jkl .pb-2xl{padding-bottom:4rem}.jkl .pl-2xl{padding-left:4rem}.jkl .p-3xl{padding:6.5rem}.jkl .px-3xl{padding-left:6.5rem;padding-right:6.5rem}.jkl .ps-3xl{padding-inline-start:6.5rem}.jkl .pe-3xl{padding-inline-end:6.5rem}.jkl .py-3xl{padding-bottom:6.5rem}.jkl .pt-3xl,.jkl .py-3xl{padding-top:6.5rem}.jkl .pr-3xl{padding-right:6.5rem}.jkl .pb-3xl{padding-bottom:6.5rem}.jkl .pl-3xl{padding-left:6.5rem}.jkl .p-4xl{padding:10.5rem}.jkl .px-4xl{padding-left:10.5rem;padding-right:10.5rem}.jkl .ps-4xl{padding-inline-start:10.5rem}.jkl .pe-4xl{padding-inline-end:10.5rem}.jkl .py-4xl{padding-bottom:10.5rem}.jkl .pt-4xl,.jkl .py-4xl{padding-top:10.5rem}.jkl .pr-4xl{padding-right:10.5rem}.jkl .pb-4xl{padding-bottom:10.5rem}.jkl .pl-4xl{padding-left:10.5rem}.jkl .space-x-2{margin-left:.125rem}.jkl .space-y-2{margin-top:.125rem}.jkl .space-x-4{margin-left:.25rem}.jkl .space-y-4{margin-top:.25rem}.jkl .space-x-8{margin-left:.5rem}.jkl .space-y-8{margin-top:.5rem}.jkl .space-x-12{margin-left:.75rem}.jkl .space-y-12{margin-top:.75rem}.jkl .space-x-16{margin-left:1rem}.jkl .space-y-16{margin-top:1rem}.jkl .space-x-24{margin-left:1.5rem}.jkl .space-y-24{margin-top:1.5rem}.jkl .space-x-32{margin-left:2rem}.jkl .space-y-32{margin-top:2rem}.jkl .space-x-40{margin-left:2.5rem}.jkl .space-y-40{margin-top:2.5rem}.jkl .space-x-64{margin-left:4rem}.jkl .space-y-64{margin-top:4rem}.jkl .space-x-104{margin-left:6.5rem}.jkl .space-y-104{margin-top:6.5rem}.jkl .space-x-168{margin-left:10.5rem}.jkl .space-y-168{margin-top:10.5rem}.jkl .space-x-3xs{margin-left:.125rem}.jkl .space-y-3xs{margin-top:.125rem}.jkl .space-x-2xs{margin-left:.25rem}.jkl .space-y-2xs{margin-top:.25rem}.jkl .space-x-xs{margin-left:.5rem}.jkl .space-y-xs{margin-top:.5rem}.jkl .space-x-s{margin-left:.75rem}.jkl .space-y-s{margin-top:.75rem}.jkl .space-x-m{margin-left:1rem}.jkl .space-y-m{margin-top:1rem}.jkl .space-x-l{margin-left:1.5rem}.jkl .space-y-l{margin-top:1.5rem}.jkl .space-x-xl{margin-left:2.5rem}.jkl .space-y-xl{margin-top:2.5rem}.jkl .space-x-2xl{margin-left:4rem}.jkl .space-y-2xl{margin-top:4rem}.jkl .space-x-3xl{margin-left:6.5rem}.jkl .space-y-3xl{margin-top:6.5rem}.jkl .space-x-4xl{margin-left:10.5rem}.jkl .space-y-4xl{margin-top:10.5rem}.jkl .title{--jkl-icon-weight:300;font-size:2.25rem;font-weight:400;line-height:2.75rem}@media (min-width:680px){.jkl .title{--jkl-icon-weight:300;font-size:3.5rem;font-weight:400;line-height:4rem}}.jkl .title-small{--jkl-icon-weight:300;font-size:1.875rem;font-weight:400;line-height:2.25rem}@media (min-width:680px){.jkl .title-small{--jkl-icon-weight:300;font-size:2.75rem;font-weight:400;line-height:3.25rem}}.jkl .heading-1{--jkl-icon-weight:300;font-size:1.625rem;font-weight:400;line-height:2rem}@media (min-width:680px){.jkl .heading-1{--jkl-icon-weight:300;font-size:2.25rem;font-weight:400;line-height:2.75rem}}.jkl .heading-2{--jkl-icon-weight:300;font-size:1.4375rem;font-weight:400;line-height:2rem}@media (min-width:680px){.jkl .heading-2{--jkl-icon-weight:300;font-size:1.75rem;font-weight:400;line-height:2.5rem}}.jkl .heading-3{--jkl-icon-weight:500;font-size:1.3125rem;font-weight:700;line-height:1.75rem}@media (min-width:680px){.jkl .heading-3{--jkl-icon-weight:500;font-size:1.5625rem;font-weight:700;line-height:2rem}}.jkl .heading-4{--jkl-icon-weight:500;font-size:1.125rem;font-weight:700;line-height:1.5rem}@media (min-width:680px){.jkl .heading-4{--jkl-icon-weight:500;font-size:1.3125rem;font-weight:700;line-height:1.75rem}}.jkl .heading-5{--jkl-icon-weight:500;font-size:1rem;font-weight:700;line-height:1.5rem}.jkl .body{--jkl-icon-weight:300;font-size:1.125rem;font-weight:400;line-height:1.75rem}@media (min-width:680px){.jkl .body{--jkl-icon-weight:300;font-size:1.25rem;font-weight:400;line-height:2rem}}.jkl .body.font-bold{font-weight:700}.jkl .small{--jkl-icon-weight:300;font-size:1rem;font-weight:400;line-height:1.5rem}.jkl .small.font-bold{font-weight:700}
@@ -0,0 +1,3 @@
1
+ @charset "UTF-8";
2
+
3
+ @use "vind/vind";
@@ -0,0 +1,196 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Tue, 10 Sep 2024 05:21:22 GMT
4
+
5
+ @color-brand-snohvit: #f9f9f9;
6
+ @color-brand-varde: #e0dbd4;
7
+ @color-brand-granitt: #1b1917;
8
+ @color-brand-hvit: #ffffff;
9
+ @color-brand-svart: #000000;
10
+ @color-brand-skifer: #313030;
11
+ @color-brand-fjellgra: #444141;
12
+ @color-brand-stein: #636060;
13
+ @color-brand-svaberg: #c8c5c3;
14
+ @color-brand-dis: #ece9e5;
15
+ @color-brand-sand: #f4f2ef;
16
+ @color-functional-info: #d3d3f6;
17
+ @color-functional-info-dark: #a9a9ca;
18
+ @color-functional-success: #acd3b5;
19
+ @color-functional-success-dark: #94b79b;
20
+ @color-functional-warning: #efdd9e;
21
+ @color-functional-warning-dark: #decc8d;
22
+ @color-functional-error: #f6b3b3;
23
+ @color-functional-error-dark: #de9e9e;
24
+ @color-background-page-light: #f4f2ef;
25
+ @color-background-page-dark: #1b1917;
26
+ @color-background-page-variant-light: #f9f9f9;
27
+ @color-background-page-variant-dark: #1b1917;
28
+ @color-background-container-light: #f9f9f9;
29
+ @color-background-container-dark: #313030;
30
+ @color-background-container-low-light: #ece9e5;
31
+ @color-background-container-low-dark: #000000;
32
+ @color-background-container-high-light: #ffffff;
33
+ @color-background-container-high-dark: #313030;
34
+ @color-background-container-inverted-light: #1b1917;
35
+ @color-background-container-inverted-dark: #f9f9f9;
36
+ @color-background-container-subdued-light: #c8c5c3;
37
+ @color-background-container-subdued-dark: #636060;
38
+ @color-background-input-base-light: #000000;
39
+ @color-background-input-base-dark: #000000;
40
+ @color-background-input-focus-light: #ffffff;
41
+ @color-background-input-focus-dark: #313030;
42
+ @color-background-action-light: #1b1917;
43
+ @color-background-action-dark: #f9f9f9;
44
+ @color-background-interactive-light: #000000;
45
+ @color-background-interactive-dark: #000000;
46
+ @color-background-interactive-hover-light: #ece9e5;
47
+ @color-background-interactive-hover-dark: #444141;
48
+ @color-background-interactive-selected-light: #e0dbd4;
49
+ @color-background-interactive-selected-dark: #636060;
50
+ @color-background-alert-neutral-light: #e0dbd4;
51
+ @color-background-alert-neutral-dark: #e0dbd4;
52
+ @color-background-alert-info-light: #d3d3f6;
53
+ @color-background-alert-info-dark: #a9a9ca;
54
+ @color-background-alert-success-light: #acd3b5;
55
+ @color-background-alert-success-dark: #94b79b;
56
+ @color-background-alert-warning-light: #efdd9e;
57
+ @color-background-alert-warning-dark: #decc8d;
58
+ @color-background-alert-error-light: #f6b3b3;
59
+ @color-background-alert-error-dark: #de9e9e;
60
+ @color-text-default-light: #1b1917;
61
+ @color-text-default-dark: #f9f9f9;
62
+ @color-text-subdued-light: #636060;
63
+ @color-text-subdued-dark: #c8c5c3;
64
+ @color-text-inverted-light: #f9f9f9;
65
+ @color-text-inverted-dark: #1b1917;
66
+ @color-text-on-action-light: #f9f9f9;
67
+ @color-text-on-action-dark: #1b1917;
68
+ @color-text-interactive-light: #1b1917;
69
+ @color-text-interactive-dark: #f9f9f9;
70
+ @color-text-interactive-hover-light: #636060;
71
+ @color-text-interactive-hover-dark: #c8c5c3;
72
+ @color-text-on-alert-light: #1b1917;
73
+ @color-text-on-alert-dark: #1b1917;
74
+ @color-border-action-light: #1b1917;
75
+ @color-border-action-dark: #f9f9f9;
76
+ @color-border-input-light: #636060;
77
+ @color-border-input-dark: #c8c5c3;
78
+ @color-border-input-focus-light: #1b1917;
79
+ @color-border-input-focus-dark: #f9f9f9;
80
+ @color-border-separator-light: #c8c5c3;
81
+ @color-border-separator-dark: #636060;
82
+ @color-border-separator-strong-light: #636060;
83
+ @color-border-separator-strong-dark: #c8c5c3;
84
+ @color-border-separator-hover-light: #1b1917;
85
+ @color-border-separator-hover-dark: #f9f9f9;
86
+ @color-border-subdued-light: #c8c5c3;
87
+ @color-border-subdued-dark: #636060;
88
+ @color-svart: #000000;
89
+ @color-granitt: #1b1917;
90
+ @color-skifer: #313030;
91
+ @color-fjellgra: #444141;
92
+ @color-stein: #636060;
93
+ @color-svaberg: #c8c5c3;
94
+ @color-varde: #e0dbd4;
95
+ @color-dis: #ece9e5;
96
+ @color-sand: #f4f2ef;
97
+ @color-snohvit: #f9f9f9;
98
+ @color-hvit: #ffffff;
99
+ @color-suksess: #acd3b5;
100
+ @color-suksess-dark: #94b79b;
101
+ @color-feil: #f6b3b3;
102
+ @color-feil-dark: #de9e9e;
103
+ @color-info: #d3d3f6;
104
+ @color-info-dark: #a9a9ca;
105
+ @color-advarsel: #efdd9e;
106
+ @color-advarsel-dark: #decc8d;
107
+ @spacing-0: 0;
108
+ @spacing-2: 0.125rem;
109
+ @spacing-4: 0.25rem;
110
+ @spacing-8: 0.5rem;
111
+ @spacing-12: 0.75rem;
112
+ @spacing-16: 1rem;
113
+ @spacing-24: 1.5rem;
114
+ @spacing-32: 2rem;
115
+ @spacing-40: 2.5rem;
116
+ @spacing-64: 4rem;
117
+ @spacing-104: 6.5rem;
118
+ @spacing-168: 10.5rem;
119
+ @icon-weight-normal: 300;
120
+ @icon-weight-bold: 500;
121
+ @typography-weight-normal: 400;
122
+ @typography-weight-bold: 700;
123
+ @typography-font-size-16: 1rem;
124
+ @typography-font-size-18: 1.125rem;
125
+ @typography-font-size-20: 1.25rem;
126
+ @typography-font-size-21: 1.3125rem;
127
+ @typography-font-size-23: 1.4375rem;
128
+ @typography-font-size-25: 1.5625rem;
129
+ @typography-font-size-26: 1.625rem;
130
+ @typography-font-size-28: 1.75rem;
131
+ @typography-font-size-30: 1.875rem;
132
+ @typography-font-size-36: 2.25rem;
133
+ @typography-font-size-44: 2.75rem;
134
+ @typography-font-size-56: 3.5rem;
135
+ @typography-line-height-24: 1.5rem;
136
+ @typography-line-height-28: 1.75rem;
137
+ @typography-line-height-32: 2rem;
138
+ @typography-line-height-36: 2.25rem;
139
+ @typography-line-height-40: 2.5rem;
140
+ @typography-line-height-44: 2.75rem;
141
+ @typography-line-height-52: 3.25rem;
142
+ @typography-line-height-64: 4rem;
143
+ @typography-title-small-font-size: 2.25rem;
144
+ @typography-title-small-line-height: 2.75rem;
145
+ @typography-title-small-font-weight: 400;
146
+ @typography-title-base-font-size: 3.5rem;
147
+ @typography-title-base-line-height: 4rem;
148
+ @typography-title-base-font-weight: 400;
149
+ @typography-title-small-small-font-size: 1.875rem;
150
+ @typography-title-small-small-line-height: 2.25rem;
151
+ @typography-title-small-small-font-weight: 400;
152
+ @typography-title-small-base-font-size: 2.75rem;
153
+ @typography-title-small-base-line-height: 3.25rem;
154
+ @typography-title-small-base-font-weight: 400;
155
+ @typography-heading-1-small-font-size: 1.625rem;
156
+ @typography-heading-1-small-line-height: 2rem;
157
+ @typography-heading-1-small-font-weight: 400;
158
+ @typography-heading-1-base-font-size: 2.25rem;
159
+ @typography-heading-1-base-line-height: 2.75rem;
160
+ @typography-heading-1-base-font-weight: 400;
161
+ @typography-heading-2-small-font-size: 1.4375rem;
162
+ @typography-heading-2-small-line-height: 2rem;
163
+ @typography-heading-2-small-font-weight: 400;
164
+ @typography-heading-2-base-font-size: 1.75rem;
165
+ @typography-heading-2-base-line-height: 2.5rem;
166
+ @typography-heading-2-base-font-weight: 400;
167
+ @typography-heading-3-small-font-size: 1.3125rem;
168
+ @typography-heading-3-small-line-height: 1.75rem;
169
+ @typography-heading-3-small-font-weight: 700;
170
+ @typography-heading-3-base-font-size: 1.5625rem;
171
+ @typography-heading-3-base-line-height: 2rem;
172
+ @typography-heading-3-base-font-weight: 700;
173
+ @typography-heading-4-small-font-size: 1.125rem;
174
+ @typography-heading-4-small-line-height: 1.5rem;
175
+ @typography-heading-4-small-font-weight: 700;
176
+ @typography-heading-4-base-font-size: 1.3125rem;
177
+ @typography-heading-4-base-line-height: 1.75rem;
178
+ @typography-heading-4-base-font-weight: 700;
179
+ @typography-heading-5-small-font-size: 1rem;
180
+ @typography-heading-5-small-line-height: 1.5rem;
181
+ @typography-heading-5-small-font-weight: 700;
182
+ @typography-heading-5-base-font-size: 1rem;
183
+ @typography-heading-5-base-line-height: 1.5rem;
184
+ @typography-heading-5-base-font-weight: 700;
185
+ @typography-body-small-font-size: 1.125rem;
186
+ @typography-body-small-line-height: 1.75rem;
187
+ @typography-body-small-font-weight: 400;
188
+ @typography-body-base-font-size: 1.25rem;
189
+ @typography-body-base-line-height: 2rem;
190
+ @typography-body-base-font-weight: 400;
191
+ @typography-small-small-font-size: 1rem;
192
+ @typography-small-small-line-height: 1.5rem;
193
+ @typography-small-small-font-weight: 400;
194
+ @typography-small-base-font-size: 1rem;
195
+ @typography-small-base-line-height: 1.5rem;
196
+ @typography-small-base-font-weight: 400;