@fremtind/jokul 0.23.4 → 0.24.0
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.
- package/package.json +4 -85
- package/styles/components/accordion/_index.scss +3 -0
- package/{src/components/accordion/styles → styles/components/accordion}/accordion.scss +1 -1
- package/styles/components/breadcrumb/_index.scss +3 -0
- package/{src/components/breadcrumb/styles → styles/components/breadcrumb}/breadcrumb.scss +1 -1
- package/styles/components/button/_index.scss +3 -0
- package/{src/components/button/styles → styles/components/button}/button.css +2 -2
- package/{src/components/button/styles → styles/components/button}/button.min.css +1 -1
- package/{src/components/button/styles → styles/components/button}/button.scss +1 -1
- package/styles/components/card/_index.scss +4 -0
- package/{src/components/card/styles → styles/components/card}/_info-card.scss +1 -1
- package/{src/components/card/styles → styles/components/card}/_nav-card.scss +1 -1
- package/{src/components/card/styles → styles/components/card}/_task-card.scss +1 -1
- package/{src/components/card/styles → styles/components/card}/card.scss +1 -1
- package/{src/components/checkbox/styles → styles/components/checkbox}/checkbox.css +4 -4
- package/{src/components/checkbox/styles → styles/components/checkbox}/checkbox.min.css +1 -1
- package/{src/components/checkbox/styles → styles/components/checkbox}/checkbox.scss +2 -2
- package/styles/components/combobox/_index.scss +7 -0
- package/{src/components/combobox/styles → styles/components/combobox}/combobox.scss +2 -2
- package/styles/components/cookie-consent/_index.scss +5 -0
- package/{src/components/cookie-consent/styles → styles/components/cookie-consent}/cookie-consent.scss +1 -1
- package/{src/components/datepicker/styles → styles/components/datepicker}/_calendar-date-button.scss +1 -1
- package/{src/components/datepicker/styles → styles/components/datepicker}/_calendar-navigation-dropdown.scss +1 -1
- package/{src/components/datepicker/styles → styles/components/datepicker}/_calendar-navigation.scss +1 -1
- package/{src/components/datepicker/styles → styles/components/datepicker}/_calendar-table.scss +1 -1
- package/{src/components/datepicker/styles → styles/components/datepicker}/_calendar.scss +1 -1
- package/styles/components/datepicker/_index.scss +5 -0
- package/{src/components/datepicker/styles → styles/components/datepicker}/datepicker.scss +1 -1
- package/{src/components/description-list/styles → styles/components/description-list}/description-list.scss +1 -1
- package/{src/components/expander/styles → styles/components/expander}/_index.scss +1 -1
- package/{src/components/expander/styles → styles/components/expander}/expander.scss +1 -1
- package/styles/components/feedback/_index.scss +9 -0
- package/{src/components/feedback/styles → styles/components/feedback}/feedback.css +2 -2
- package/{src/components/feedback/styles → styles/components/feedback}/feedback.min.css +1 -1
- package/{src/components/feedback/styles → styles/components/feedback}/feedback.scss +1 -1
- package/{src/components/icon/styles → styles/components/icon}/icon.scss +1 -1
- package/{src/components/icon-button/styles → styles/components/icon-button}/icon-button.scss +1 -1
- package/{src/components/image/styles → styles/components/image}/image.scss +1 -1
- package/{src/components/input-group/styles → styles/components/input-group}/_field-group.scss +1 -1
- package/styles/components/input-group/_index.scss +4 -0
- package/{src/components/input-group/styles → styles/components/input-group}/_labels.scss +1 -1
- package/{src/components/input-group/styles → styles/components/input-group}/input-group.css +2 -2
- package/{src/components/input-group/styles → styles/components/input-group}/input-group.min.css +1 -1
- package/{src/components/input-group/styles → styles/components/input-group}/input-group.scss +1 -1
- package/{src/components/link/styles → styles/components/link}/link.scss +1 -1
- package/styles/components/link-list/_index.scss +3 -0
- package/{src/components/link-list/styles → styles/components/link-list}/link-list.scss +1 -1
- package/{src/components/list/styles → styles/components/list}/list.scss +1 -1
- package/{src/components/loader/styles → styles/components/loader}/loader.css +6 -6
- package/{src/components/loader/styles → styles/components/loader}/loader.min.css +1 -1
- package/{src/components/loader/styles → styles/components/loader}/loader.scss +1 -1
- package/{src/components/loader/styles → styles/components/loader}/skeleton-loader.css +5 -5
- package/{src/components/loader/styles → styles/components/loader}/skeleton-loader.min.css +1 -1
- package/{src/components/loader/styles → styles/components/loader}/skeleton-loader.scss +1 -1
- package/{src/components/logo/styles → styles/components/logo}/logo.scss +1 -1
- package/{src/components/menu/styles → styles/components/menu}/_menu-divider.scss +1 -1
- package/{src/components/menu/styles → styles/components/menu}/_menu-item.scss +1 -1
- package/{src/components/menu/styles → styles/components/menu}/menu.scss +1 -1
- package/styles/components/message/_index.scss +3 -0
- package/{src/components/message/styles → styles/components/message}/message.css +2 -2
- package/{src/components/message/styles → styles/components/message}/message.min.css +1 -1
- package/{src/components/message/styles → styles/components/message}/message.scss +1 -1
- package/styles/components/modal/_index.scss +4 -0
- package/{src/components/modal/styles → styles/components/modal}/modal.scss +1 -1
- package/styles/components/pagination/_index.scss +6 -0
- package/{src/components/pagination/styles → styles/components/pagination}/pagination.scss +1 -1
- package/{src/components/popover/styles → styles/components/popover}/popover.scss +1 -1
- package/{src/components/progress-bar/styles → styles/components/progress-bar}/progress-bar.css +2 -2
- package/{src/components/progress-bar/styles → styles/components/progress-bar}/progress-bar.min.css +1 -1
- package/{src/components/progress-bar/styles → styles/components/progress-bar}/progress-bar.scss +1 -1
- package/styles/components/radio-button/_index.scss +3 -0
- package/{src/components/radio-button/styles → styles/components/radio-button}/radio-button.css +2 -2
- package/{src/components/radio-button/styles → styles/components/radio-button}/radio-button.min.css +1 -1
- package/{src/components/radio-button/styles → styles/components/radio-button}/radio-button.scss +2 -2
- package/styles/components/select/_index.scss +4 -0
- package/{src/components/select/styles → styles/components/select}/select.scss +2 -2
- package/{src/components/summary-table/styles → styles/components/summary-table}/summary-table.scss +1 -1
- package/{src/components/system-message/styles → styles/components/system-message}/_index.scss +1 -1
- package/{src/components/system-message/styles → styles/components/system-message}/system-message.css +2 -2
- package/{src/components/system-message/styles → styles/components/system-message}/system-message.min.css +1 -1
- package/{src/components/system-message/styles → styles/components/system-message}/system-message.scss +2 -2
- package/{src/components/table/styles → styles/components/table}/_index.scss +2 -2
- package/{src/components/table/styles → styles/components/table}/_table-caption.scss +1 -1
- package/{src/components/table/styles → styles/components/table}/_table-cell.scss +1 -1
- package/{src/components/table/styles → styles/components/table}/_table-head.scss +1 -1
- package/{src/components/table/styles → styles/components/table}/_table-header.scss +1 -1
- package/{src/components/table/styles → styles/components/table}/_table-pagination.scss +1 -1
- package/{src/components/table/styles → styles/components/table}/_table-row.scss +1 -1
- package/{src/components/table/styles → styles/components/table}/table.scss +1 -1
- package/{src/components/tabs/styles → styles/components/tabs}/tabs.scss +1 -1
- package/styles/components/tag/_index.scss +4 -0
- package/{src/components/tag/styles → styles/components/tag}/tag.scss +1 -1
- package/styles/components/text-input/_index.scss +5 -0
- package/{src/components/text-input/styles → styles/components/text-input}/text-input.scss +2 -2
- package/styles/components/toast/_index.scss +4 -0
- package/{src/components/toast/styles → styles/components/toast}/toast.css +4 -4
- package/{src/components/toast/styles → styles/components/toast}/toast.min.css +1 -1
- package/{src/components/toast/styles → styles/components/toast}/toast.scss +2 -2
- package/styles/components/toggle-switch/_index.scss +3 -0
- package/{src/components/toggle-switch/styles → styles/components/toggle-switch}/_toggle-slider.scss +1 -1
- package/{src/components/toggle-switch/styles → styles/components/toggle-switch}/toggle-switch.scss +1 -1
- package/styles/components/tooltip/_index.scss +3 -0
- package/{src/components/tooltip/styles → styles/components/tooltip}/tooltip.scss +1 -1
- package/{src/core/styles → styles/core}/_color-tokens.scss +1 -1
- package/{src/core/styles/vind → styles/core}/_flex.scss +1 -1
- package/{src/core/styles/vind → styles/core}/_font.scss +1 -1
- package/{src/core/styles → styles/core}/_headings.scss +1 -1
- package/{src/core/styles/vind → styles/core}/_margin.scss +1 -1
- package/{src/core/styles/vind → styles/core}/_padding.scss +1 -1
- package/{src/core/styles → styles/core}/_paragraphs.scss +1 -1
- package/{src/core/styles → styles/core}/_screen-reader.scss +1 -1
- package/{src/core/styles/vind → styles/core}/_space-between.scss +1 -1
- package/{src/core/styles → styles/core}/_spacing.scss +2 -2
- package/{src/core/styles/vind → styles/core}/_typography.scss +1 -1
- package/{src/core/styles → styles/core}/core.scss +2 -2
- package/{src/styles → styles}/styles.css +33 -33
- package/{src/styles → styles}/styles.min.css +1 -1
- package/styles/styles.scss +37 -0
- package/src/components/accordion/styles/_index.scss +0 -3
- package/src/components/breadcrumb/styles/_index.scss +0 -3
- package/src/components/button/styles/_index.scss +0 -3
- package/src/components/card/styles/_index.scss +0 -4
- package/src/components/combobox/styles/_index.scss +0 -7
- package/src/components/cookie-consent/styles/_index.scss +0 -5
- package/src/components/datepicker/styles/_index.scss +0 -5
- package/src/components/feedback/styles/_index.scss +0 -9
- package/src/components/input-group/styles/_index.scss +0 -4
- package/src/components/link-list/styles/_index.scss +0 -3
- package/src/components/message/styles/_index.scss +0 -3
- package/src/components/modal/styles/_index.scss +0 -4
- package/src/components/pagination/styles/_index.scss +0 -6
- package/src/components/radio-button/styles/_index.scss +0 -3
- package/src/components/select/styles/_index.scss +0 -4
- package/src/components/tag/styles/_index.scss +0 -4
- package/src/components/text-input/styles/_index.scss +0 -5
- package/src/components/toast/styles/_index.scss +0 -4
- package/src/components/toggle-switch/styles/_index.scss +0 -3
- package/src/components/tooltip/styles/_index.scss +0 -3
- package/src/core/tokens.less +0 -209
- package/src/fonts/Fremtind-Material-Symbols.woff2 +0 -0
- package/src/fonts/FremtindGrotesk-Bold-Web.woff +0 -0
- package/src/fonts/FremtindGrotesk-Bold-Web.woff2 +0 -0
- package/src/fonts/FremtindGrotesk-BoldItalic-Web.woff +0 -0
- package/src/fonts/FremtindGrotesk-BoldItalic-Web.woff2 +0 -0
- package/src/fonts/FremtindGrotesk-Display-Web.woff +0 -0
- package/src/fonts/FremtindGrotesk-Display-Web.woff2 +0 -0
- package/src/fonts/FremtindGrotesk-Italic-Web.woff +0 -0
- package/src/fonts/FremtindGrotesk-Italic-Web.woff2 +0 -0
- package/src/fonts/FremtindGrotesk-Regular-Web.woff +0 -0
- package/src/fonts/FremtindGrotesk-Regular-Web.woff2 +0 -0
- package/src/fonts/FremtindGroteskMono-Regular-Web.woff +0 -0
- package/src/fonts/FremtindGroteskMono-Regular-Web.woff2 +0 -0
- package/src/styles/styles.scss +0 -37
- /package/{src/components/accordion/styles → styles/components/accordion}/accordion.css +0 -0
- /package/{src/components/accordion/styles → styles/components/accordion}/accordion.min.css +0 -0
- /package/{src/components/breadcrumb/styles → styles/components/breadcrumb}/breadcrumb.css +0 -0
- /package/{src/components/breadcrumb/styles → styles/components/breadcrumb}/breadcrumb.min.css +0 -0
- /package/{src/components/card/styles → styles/components/card}/card.css +0 -0
- /package/{src/components/card/styles → styles/components/card}/card.min.css +0 -0
- /package/{src/components/checkbox/styles → styles/components/checkbox}/_index.scss +0 -0
- /package/{src/components/combobox/styles → styles/components/combobox}/combobox.css +0 -0
- /package/{src/components/combobox/styles → styles/components/combobox}/combobox.min.css +0 -0
- /package/{src/components/cookie-consent/styles → styles/components/cookie-consent}/cookie-consent.css +0 -0
- /package/{src/components/cookie-consent/styles → styles/components/cookie-consent}/cookie-consent.min.css +0 -0
- /package/{src/components/datepicker/styles → styles/components/datepicker}/datepicker.css +0 -0
- /package/{src/components/datepicker/styles → styles/components/datepicker}/datepicker.min.css +0 -0
- /package/{src/components/description-list/styles → styles/components/description-list}/_index.scss +0 -0
- /package/{src/components/description-list/styles → styles/components/description-list}/description-list.css +0 -0
- /package/{src/components/description-list/styles → styles/components/description-list}/description-list.min.css +0 -0
- /package/{src/components/expander/styles → styles/components/expander}/expander.css +0 -0
- /package/{src/components/expander/styles → styles/components/expander}/expander.min.css +0 -0
- /package/{src/components/icon/styles → styles/components/icon}/_index.scss +0 -0
- /package/{src/components/icon/styles → styles/components/icon}/icon.css +0 -0
- /package/{src/components/icon/styles → styles/components/icon}/icon.min.css +0 -0
- /package/{src/components/icon-button/styles → styles/components/icon-button}/_index.scss +0 -0
- /package/{src/components/icon-button/styles → styles/components/icon-button}/icon-button.css +0 -0
- /package/{src/components/icon-button/styles → styles/components/icon-button}/icon-button.min.css +0 -0
- /package/{src/components/image/styles → styles/components/image}/_index.scss +0 -0
- /package/{src/components/image/styles → styles/components/image}/image.css +0 -0
- /package/{src/components/image/styles → styles/components/image}/image.min.css +0 -0
- /package/{src/components/link/styles → styles/components/link}/_index.scss +0 -0
- /package/{src/components/link/styles → styles/components/link}/link.css +0 -0
- /package/{src/components/link/styles → styles/components/link}/link.min.css +0 -0
- /package/{src/components/link-list/styles → styles/components/link-list}/link-list.css +0 -0
- /package/{src/components/link-list/styles → styles/components/link-list}/link-list.min.css +0 -0
- /package/{src/components/list/styles → styles/components/list}/_index.scss +0 -0
- /package/{src/components/list/styles → styles/components/list}/list.css +0 -0
- /package/{src/components/list/styles → styles/components/list}/list.min.css +0 -0
- /package/{src/components/loader/styles → styles/components/loader}/_index.scss +0 -0
- /package/{src/components/logo/styles → styles/components/logo}/_index.scss +0 -0
- /package/{src/components/logo/styles → styles/components/logo}/logo.css +0 -0
- /package/{src/components/logo/styles → styles/components/logo}/logo.min.css +0 -0
- /package/{src/components/menu/styles → styles/components/menu}/_index.scss +0 -0
- /package/{src/components/menu/styles → styles/components/menu}/menu.css +0 -0
- /package/{src/components/menu/styles → styles/components/menu}/menu.min.css +0 -0
- /package/{src/components/modal/styles → styles/components/modal}/modal.css +0 -0
- /package/{src/components/modal/styles → styles/components/modal}/modal.min.css +0 -0
- /package/{src/components/pagination/styles → styles/components/pagination}/pagination.css +0 -0
- /package/{src/components/pagination/styles → styles/components/pagination}/pagination.min.css +0 -0
- /package/{src/components/popover/styles → styles/components/popover}/_index.scss +0 -0
- /package/{src/components/popover/styles → styles/components/popover}/popover.css +0 -0
- /package/{src/components/popover/styles → styles/components/popover}/popover.min.css +0 -0
- /package/{src/components/progress-bar/styles → styles/components/progress-bar}/_index.scss +0 -0
- /package/{src/components/select/styles → styles/components/select}/select.css +0 -0
- /package/{src/components/select/styles → styles/components/select}/select.min.css +0 -0
- /package/{src/components/summary-table/styles → styles/components/summary-table}/_index.scss +0 -0
- /package/{src/components/summary-table/styles → styles/components/summary-table}/summary-table.css +0 -0
- /package/{src/components/summary-table/styles → styles/components/summary-table}/summary-table.min.css +0 -0
- /package/{src/components/table/styles → styles/components/table}/table.css +0 -0
- /package/{src/components/table/styles → styles/components/table}/table.min.css +0 -0
- /package/{src/components/tabs/styles → styles/components/tabs}/_index.scss +0 -0
- /package/{src/components/tabs/styles → styles/components/tabs}/tabs.css +0 -0
- /package/{src/components/tabs/styles → styles/components/tabs}/tabs.min.css +0 -0
- /package/{src/components/tag/styles → styles/components/tag}/tag.css +0 -0
- /package/{src/components/tag/styles → styles/components/tag}/tag.min.css +0 -0
- /package/{src/components/text-input/styles → styles/components/text-input}/text-input.css +0 -0
- /package/{src/components/text-input/styles → styles/components/text-input}/text-input.min.css +0 -0
- /package/{src/components/toggle-switch/styles → styles/components/toggle-switch}/toggle-switch.css +0 -0
- /package/{src/components/toggle-switch/styles → styles/components/toggle-switch}/toggle-switch.min.css +0 -0
- /package/{src/components/tooltip/styles → styles/components/tooltip}/tooltip.css +0 -0
- /package/{src/components/tooltip/styles → styles/components/tooltip}/tooltip.min.css +0 -0
- /package/{src/core/styles → styles/core}/_index.scss +0 -0
- /package/{src/core/styles → styles/core}/_legacy-tokens.scss +0 -0
- /package/{src/core/styles → styles/core}/_normalize.scss +0 -0
- /package/{src/core/styles → styles/core}/_reset.scss +0 -0
- /package/{src/core/styles → styles/core}/_tokens.scss +0 -0
- /package/{src/core/styles/vind → styles/core}/_vind.scss +0 -0
- /package/{src/core/styles → styles/core}/core.css +0 -0
- /package/{src/core/styles → styles/core}/core.min.css +0 -0
- /package/{src → styles}/core/jkl/_colors.scss +0 -0
- /package/{src → styles}/core/jkl/_convert.scss +0 -0
- /package/{src → styles}/core/jkl/_helpers.scss +0 -0
- /package/{src → styles}/core/jkl/_index.scss +0 -0
- /package/{src → styles}/core/jkl/_legacy-tokens.scss +0 -0
- /package/{src → styles}/core/jkl/_motion.scss +0 -0
- /package/{src → styles}/core/jkl/_navigation.scss +0 -0
- /package/{src → styles}/core/jkl/_ornaments.scss +0 -0
- /package/{src → styles}/core/jkl/_reset.scss +0 -0
- /package/{src → styles}/core/jkl/_responsive-units.scss +0 -0
- /package/{src → styles}/core/jkl/_screenreader.scss +0 -0
- /package/{src → styles}/core/jkl/_screens.scss +0 -0
- /package/{src → styles}/core/jkl/_shadows.scss +0 -0
- /package/{src → styles}/core/jkl/_spacing.scss +0 -0
- /package/{src → styles}/core/jkl/_theme.scss +0 -0
- /package/{src → styles}/core/jkl/_tokens.scss +0 -0
- /package/{src → styles}/core/jkl/_typography.scss +0 -0
- /package/{src → styles}/core/jkl/_underline.scss +0 -0
- /package/{src → styles}/core/jkl/_z-index.scss +0 -0
- /package/{src/core/styles → styles/core}/vind.css +0 -0
- /package/{src/core/styles → styles/core}/vind.min.css +0 -0
- /package/{src/core/styles → styles/core}/vind.scss +0 -0
- /package/{src/fonts/styles → styles/fonts}/_index.scss +0 -0
- /package/{src/fonts/styles → styles/fonts}/webfonts.css +0 -0
- /package/{src/fonts/styles → styles/fonts}/webfonts.min.css +0 -0
- /package/{src/fonts/styles → styles/fonts}/webfonts.scss +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
@use "components/accordion";
|
|
2
|
+
@use "components/breadcrumb";
|
|
3
|
+
@use "components/button";
|
|
4
|
+
@use "components/card";
|
|
5
|
+
@use "components/checkbox";
|
|
6
|
+
@use "components/combobox";
|
|
7
|
+
@use "components/cookie-consent";
|
|
8
|
+
@use "components/datepicker";
|
|
9
|
+
@use "components/description-list";
|
|
10
|
+
@use "components/expander";
|
|
11
|
+
@use "components/feedback";
|
|
12
|
+
@use "components/icon";
|
|
13
|
+
@use "components/icon-button";
|
|
14
|
+
@use "components/image";
|
|
15
|
+
@use "components/input-group";
|
|
16
|
+
@use "components/link";
|
|
17
|
+
@use "components/link-list";
|
|
18
|
+
@use "components/list";
|
|
19
|
+
@use "components/loader";
|
|
20
|
+
@use "components/logo";
|
|
21
|
+
@use "components/menu";
|
|
22
|
+
@use "components/message";
|
|
23
|
+
@use "components/modal";
|
|
24
|
+
@use "components/pagination";
|
|
25
|
+
@use "components/popover";
|
|
26
|
+
@use "components/progress-bar";
|
|
27
|
+
@use "components/radio-button";
|
|
28
|
+
@use "components/select";
|
|
29
|
+
@use "components/summary-table";
|
|
30
|
+
@use "components/system-message";
|
|
31
|
+
@use "components/table";
|
|
32
|
+
@use "components/tabs";
|
|
33
|
+
@use "components/tag";
|
|
34
|
+
@use "components/text-input";
|
|
35
|
+
@use "components/toast";
|
|
36
|
+
@use "components/toggle-switch";
|
|
37
|
+
@use "components/tooltip";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
@forward "feedback";
|
|
2
|
-
|
|
3
|
-
// Feedback-komponenten avhenger av de følgende pakkene
|
|
4
|
-
@use "../../button/styles" as button;
|
|
5
|
-
@use "../../checkbox/styles" as checkbox;
|
|
6
|
-
@use "../../input-group/styles" as input-group;
|
|
7
|
-
@use "../../message/styles" as message;
|
|
8
|
-
@use "../../radio-button/styles" as radio-button;
|
|
9
|
-
@use "../../text-input/styles" as text-input;
|
package/src/core/tokens.less
DELETED
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 23 Sep 2024 08:51:40 GMT
|
|
4
|
-
|
|
5
|
-
@breakpoint-medium: 680px;
|
|
6
|
-
@breakpoint-large: 1200px;
|
|
7
|
-
@breakpoint-xl: 1600px;
|
|
8
|
-
@color-brand-snohvit: #f9f9f9;
|
|
9
|
-
@color-brand-varde: #e0dbd4;
|
|
10
|
-
@color-brand-granitt: #1b1917;
|
|
11
|
-
@color-brand-hvit: #ffffff;
|
|
12
|
-
@color-brand-svart: #000000;
|
|
13
|
-
@color-brand-skifer: #313030;
|
|
14
|
-
@color-brand-fjellgra: #444141;
|
|
15
|
-
@color-brand-stein: #636060;
|
|
16
|
-
@color-brand-svaberg: #c8c5c3;
|
|
17
|
-
@color-brand-dis: #ece9e5;
|
|
18
|
-
@color-brand-sand: #f4f2ef;
|
|
19
|
-
@color-functional-info: #d3d3f6;
|
|
20
|
-
@color-functional-info-dark: #a9a9ca;
|
|
21
|
-
@color-functional-success: #acd3b5;
|
|
22
|
-
@color-functional-success-dark: #94b79b;
|
|
23
|
-
@color-functional-warning: #efdd9e;
|
|
24
|
-
@color-functional-warning-dark: #decc8d;
|
|
25
|
-
@color-functional-error: #f6b3b3;
|
|
26
|
-
@color-functional-error-dark: #de9e9e;
|
|
27
|
-
@color-background-page-light: #f4f2ef;
|
|
28
|
-
@color-background-page-dark: #1b1917;
|
|
29
|
-
@color-background-page-variant-light: #f9f9f9;
|
|
30
|
-
@color-background-page-variant-dark: #1b1917;
|
|
31
|
-
@color-background-container-light: #f9f9f9;
|
|
32
|
-
@color-background-container-dark: #313030;
|
|
33
|
-
@color-background-container-low-light: #ece9e5;
|
|
34
|
-
@color-background-container-low-dark: #000000;
|
|
35
|
-
@color-background-container-high-light: #ffffff;
|
|
36
|
-
@color-background-container-high-dark: #313030;
|
|
37
|
-
@color-background-container-inverted-light: #1b1917;
|
|
38
|
-
@color-background-container-inverted-dark: #f9f9f9;
|
|
39
|
-
@color-background-container-subdued-light: #c8c5c3;
|
|
40
|
-
@color-background-container-subdued-dark: #636060;
|
|
41
|
-
@color-background-input-base-light: #000000;
|
|
42
|
-
@color-background-input-base-dark: #000000;
|
|
43
|
-
@color-background-input-focus-light: #ffffff;
|
|
44
|
-
@color-background-input-focus-dark: #313030;
|
|
45
|
-
@color-background-action-light: #1b1917;
|
|
46
|
-
@color-background-action-dark: #f9f9f9;
|
|
47
|
-
@color-background-interactive-light: #000000;
|
|
48
|
-
@color-background-interactive-dark: #000000;
|
|
49
|
-
@color-background-interactive-hover-light: #ece9e5;
|
|
50
|
-
@color-background-interactive-hover-dark: #444141;
|
|
51
|
-
@color-background-interactive-selected-light: #e0dbd4;
|
|
52
|
-
@color-background-interactive-selected-dark: #636060;
|
|
53
|
-
@color-background-alert-neutral-light: #e0dbd4;
|
|
54
|
-
@color-background-alert-neutral-dark: #e0dbd4;
|
|
55
|
-
@color-background-alert-info-light: #d3d3f6;
|
|
56
|
-
@color-background-alert-info-dark: #a9a9ca;
|
|
57
|
-
@color-background-alert-success-light: #acd3b5;
|
|
58
|
-
@color-background-alert-success-dark: #94b79b;
|
|
59
|
-
@color-background-alert-warning-light: #efdd9e;
|
|
60
|
-
@color-background-alert-warning-dark: #decc8d;
|
|
61
|
-
@color-background-alert-error-light: #f6b3b3;
|
|
62
|
-
@color-background-alert-error-dark: #de9e9e;
|
|
63
|
-
@color-text-default-light: #1b1917;
|
|
64
|
-
@color-text-default-dark: #f9f9f9;
|
|
65
|
-
@color-text-subdued-light: #636060;
|
|
66
|
-
@color-text-subdued-dark: #c8c5c3;
|
|
67
|
-
@color-text-inverted-light: #f9f9f9;
|
|
68
|
-
@color-text-inverted-dark: #1b1917;
|
|
69
|
-
@color-text-on-action-light: #f9f9f9;
|
|
70
|
-
@color-text-on-action-dark: #1b1917;
|
|
71
|
-
@color-text-interactive-light: #1b1917;
|
|
72
|
-
@color-text-interactive-dark: #f9f9f9;
|
|
73
|
-
@color-text-interactive-hover-light: #636060;
|
|
74
|
-
@color-text-interactive-hover-dark: #c8c5c3;
|
|
75
|
-
@color-text-on-alert-light: #1b1917;
|
|
76
|
-
@color-text-on-alert-dark: #1b1917;
|
|
77
|
-
@color-border-action-light: #1b1917;
|
|
78
|
-
@color-border-action-dark: #f9f9f9;
|
|
79
|
-
@color-border-input-light: #636060;
|
|
80
|
-
@color-border-input-dark: #c8c5c3;
|
|
81
|
-
@color-border-input-focus-light: #1b1917;
|
|
82
|
-
@color-border-input-focus-dark: #f9f9f9;
|
|
83
|
-
@color-border-separator-light: #c8c5c3;
|
|
84
|
-
@color-border-separator-dark: #636060;
|
|
85
|
-
@color-border-separator-strong-light: #636060;
|
|
86
|
-
@color-border-separator-strong-dark: #c8c5c3;
|
|
87
|
-
@color-border-separator-hover-light: #1b1917;
|
|
88
|
-
@color-border-separator-hover-dark: #f9f9f9;
|
|
89
|
-
@color-border-subdued-light: #c8c5c3;
|
|
90
|
-
@color-border-subdued-dark: #636060;
|
|
91
|
-
@color-svart: #000000;
|
|
92
|
-
@color-granitt: #1b1917;
|
|
93
|
-
@color-skifer: #313030;
|
|
94
|
-
@color-fjellgra: #444141;
|
|
95
|
-
@color-stein: #636060;
|
|
96
|
-
@color-svaberg: #c8c5c3;
|
|
97
|
-
@color-varde: #e0dbd4;
|
|
98
|
-
@color-dis: #ece9e5;
|
|
99
|
-
@color-sand: #f4f2ef;
|
|
100
|
-
@color-snohvit: #f9f9f9;
|
|
101
|
-
@color-hvit: #ffffff;
|
|
102
|
-
@color-suksess: #acd3b5;
|
|
103
|
-
@color-suksess-dark: #94b79b;
|
|
104
|
-
@color-feil: #f6b3b3;
|
|
105
|
-
@color-feil-dark: #de9e9e;
|
|
106
|
-
@color-info: #d3d3f6;
|
|
107
|
-
@color-info-dark: #a9a9ca;
|
|
108
|
-
@color-advarsel: #efdd9e;
|
|
109
|
-
@color-advarsel-dark: #decc8d;
|
|
110
|
-
@motion-timing-energetic: 75ms;
|
|
111
|
-
@motion-timing-snappy: 100ms;
|
|
112
|
-
@motion-timing-productive: 150ms;
|
|
113
|
-
@motion-timing-expressive: 250ms;
|
|
114
|
-
@motion-timing-lazy: 400ms;
|
|
115
|
-
@motion-easing-standard: ease;
|
|
116
|
-
@motion-easing-entrance: ease-out;
|
|
117
|
-
@motion-easing-exit: ease-in;
|
|
118
|
-
@motion-easing-ease-in-bounce-out: cubic-bezier(0, 0, 0.375, 1.17);
|
|
119
|
-
@motion-easing-focus: cubic-bezier(0.6, 0.2, 0.35, 1);
|
|
120
|
-
@spacing-0: 0;
|
|
121
|
-
@spacing-2: 0.125rem;
|
|
122
|
-
@spacing-4: 0.25rem;
|
|
123
|
-
@spacing-8: 0.5rem;
|
|
124
|
-
@spacing-12: 0.75rem;
|
|
125
|
-
@spacing-16: 1rem;
|
|
126
|
-
@spacing-24: 1.5rem;
|
|
127
|
-
@spacing-32: 2rem;
|
|
128
|
-
@spacing-40: 2.5rem;
|
|
129
|
-
@spacing-64: 4rem;
|
|
130
|
-
@spacing-104: 6.5rem;
|
|
131
|
-
@spacing-168: 10.5rem;
|
|
132
|
-
@icon-weight-normal: 300;
|
|
133
|
-
@icon-weight-bold: 500;
|
|
134
|
-
@typography-weight-normal: 400;
|
|
135
|
-
@typography-weight-bold: 700;
|
|
136
|
-
@typography-font-size-16: 1rem;
|
|
137
|
-
@typography-font-size-18: 1.125rem;
|
|
138
|
-
@typography-font-size-20: 1.25rem;
|
|
139
|
-
@typography-font-size-21: 1.3125rem;
|
|
140
|
-
@typography-font-size-23: 1.4375rem;
|
|
141
|
-
@typography-font-size-25: 1.5625rem;
|
|
142
|
-
@typography-font-size-26: 1.625rem;
|
|
143
|
-
@typography-font-size-28: 1.75rem;
|
|
144
|
-
@typography-font-size-30: 1.875rem;
|
|
145
|
-
@typography-font-size-36: 2.25rem;
|
|
146
|
-
@typography-font-size-44: 2.75rem;
|
|
147
|
-
@typography-font-size-56: 3.5rem;
|
|
148
|
-
@typography-line-height-24: 1.5rem;
|
|
149
|
-
@typography-line-height-28: 1.75rem;
|
|
150
|
-
@typography-line-height-32: 2rem;
|
|
151
|
-
@typography-line-height-36: 2.25rem;
|
|
152
|
-
@typography-line-height-40: 2.5rem;
|
|
153
|
-
@typography-line-height-44: 2.75rem;
|
|
154
|
-
@typography-line-height-52: 3.25rem;
|
|
155
|
-
@typography-line-height-64: 4rem;
|
|
156
|
-
@typography-title-small-font-size: 2.25rem;
|
|
157
|
-
@typography-title-small-line-height: 2.75rem;
|
|
158
|
-
@typography-title-small-font-weight: 400;
|
|
159
|
-
@typography-title-base-font-size: 3.5rem;
|
|
160
|
-
@typography-title-base-line-height: 4rem;
|
|
161
|
-
@typography-title-base-font-weight: 400;
|
|
162
|
-
@typography-title-small-small-font-size: 1.875rem;
|
|
163
|
-
@typography-title-small-small-line-height: 2.25rem;
|
|
164
|
-
@typography-title-small-small-font-weight: 400;
|
|
165
|
-
@typography-title-small-base-font-size: 2.75rem;
|
|
166
|
-
@typography-title-small-base-line-height: 3.25rem;
|
|
167
|
-
@typography-title-small-base-font-weight: 400;
|
|
168
|
-
@typography-heading-1-small-font-size: 1.625rem;
|
|
169
|
-
@typography-heading-1-small-line-height: 2rem;
|
|
170
|
-
@typography-heading-1-small-font-weight: 400;
|
|
171
|
-
@typography-heading-1-base-font-size: 2.25rem;
|
|
172
|
-
@typography-heading-1-base-line-height: 2.75rem;
|
|
173
|
-
@typography-heading-1-base-font-weight: 400;
|
|
174
|
-
@typography-heading-2-small-font-size: 1.4375rem;
|
|
175
|
-
@typography-heading-2-small-line-height: 2rem;
|
|
176
|
-
@typography-heading-2-small-font-weight: 400;
|
|
177
|
-
@typography-heading-2-base-font-size: 1.75rem;
|
|
178
|
-
@typography-heading-2-base-line-height: 2.5rem;
|
|
179
|
-
@typography-heading-2-base-font-weight: 400;
|
|
180
|
-
@typography-heading-3-small-font-size: 1.3125rem;
|
|
181
|
-
@typography-heading-3-small-line-height: 1.75rem;
|
|
182
|
-
@typography-heading-3-small-font-weight: 700;
|
|
183
|
-
@typography-heading-3-base-font-size: 1.5625rem;
|
|
184
|
-
@typography-heading-3-base-line-height: 2rem;
|
|
185
|
-
@typography-heading-3-base-font-weight: 700;
|
|
186
|
-
@typography-heading-4-small-font-size: 1.125rem;
|
|
187
|
-
@typography-heading-4-small-line-height: 1.5rem;
|
|
188
|
-
@typography-heading-4-small-font-weight: 700;
|
|
189
|
-
@typography-heading-4-base-font-size: 1.3125rem;
|
|
190
|
-
@typography-heading-4-base-line-height: 1.75rem;
|
|
191
|
-
@typography-heading-4-base-font-weight: 700;
|
|
192
|
-
@typography-heading-5-small-font-size: 1rem;
|
|
193
|
-
@typography-heading-5-small-line-height: 1.5rem;
|
|
194
|
-
@typography-heading-5-small-font-weight: 700;
|
|
195
|
-
@typography-heading-5-base-font-size: 1rem;
|
|
196
|
-
@typography-heading-5-base-line-height: 1.5rem;
|
|
197
|
-
@typography-heading-5-base-font-weight: 700;
|
|
198
|
-
@typography-body-small-font-size: 1.125rem;
|
|
199
|
-
@typography-body-small-line-height: 1.75rem;
|
|
200
|
-
@typography-body-small-font-weight: 400;
|
|
201
|
-
@typography-body-base-font-size: 1.25rem;
|
|
202
|
-
@typography-body-base-line-height: 2rem;
|
|
203
|
-
@typography-body-base-font-weight: 400;
|
|
204
|
-
@typography-small-small-font-size: 1rem;
|
|
205
|
-
@typography-small-small-line-height: 1.5rem;
|
|
206
|
-
@typography-small-small-font-weight: 400;
|
|
207
|
-
@typography-small-base-font-size: 1rem;
|
|
208
|
-
@typography-small-base-line-height: 1.5rem;
|
|
209
|
-
@typography-small-base-font-weight: 400;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/styles/styles.scss
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
@use "../components/accordion/styles" as accordion;
|
|
2
|
-
@use "../components/breadcrumb/styles" as breadcrumb;
|
|
3
|
-
@use "../components/button/styles" as button;
|
|
4
|
-
@use "../components/card/styles" as card;
|
|
5
|
-
@use "../components/checkbox/styles" as checkbox;
|
|
6
|
-
@use "../components/combobox/styles" as combobox;
|
|
7
|
-
@use "../components/cookie-consent/styles" as cookie-consent;
|
|
8
|
-
@use "../components/datepicker/styles" as datepicker;
|
|
9
|
-
@use "../components/description-list/styles" as description-list;
|
|
10
|
-
@use "../components/expander/styles" as expander;
|
|
11
|
-
@use "../components/feedback/styles" as feedback;
|
|
12
|
-
@use "../components/icon/styles" as icon;
|
|
13
|
-
@use "../components/icon-button/styles" as icon-button;
|
|
14
|
-
@use "../components/image/styles" as image;
|
|
15
|
-
@use "../components/input-group/styles" as input-group;
|
|
16
|
-
@use "../components/link/styles" as link;
|
|
17
|
-
@use "../components/link-list/styles" as link-list;
|
|
18
|
-
@use "../components/list/styles" as list;
|
|
19
|
-
@use "../components/loader/styles" as loader;
|
|
20
|
-
@use "../components/logo/styles" as logo;
|
|
21
|
-
@use "../components/menu/styles" as menu;
|
|
22
|
-
@use "../components/message/styles" as message;
|
|
23
|
-
@use "../components/modal/styles" as modal;
|
|
24
|
-
@use "../components/pagination/styles" as pagination;
|
|
25
|
-
@use "../components/popover/styles" as popover;
|
|
26
|
-
@use "../components/progress-bar/styles" as progress-bar;
|
|
27
|
-
@use "../components/radio-button/styles" as radio-button;
|
|
28
|
-
@use "../components/select/styles" as select;
|
|
29
|
-
@use "../components/summary-table/styles" as summary-table;
|
|
30
|
-
@use "../components/system-message/styles" as system-message;
|
|
31
|
-
@use "../components/table/styles" as table;
|
|
32
|
-
@use "../components/tabs/styles" as tabs;
|
|
33
|
-
@use "../components/tag/styles" as tag;
|
|
34
|
-
@use "../components/text-input/styles" as text-input;
|
|
35
|
-
@use "../components/toast/styles" as toast;
|
|
36
|
-
@use "../components/toggle-switch/styles" as toggle-switch;
|
|
37
|
-
@use "../components/tooltip/styles" as tooltip;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/components/breadcrumb/styles → styles/components/breadcrumb}/breadcrumb.min.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/components/datepicker/styles → styles/components/datepicker}/datepicker.min.css
RENAMED
|
File without changes
|
/package/{src/components/description-list/styles → styles/components/description-list}/_index.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/components/icon-button/styles → styles/components/icon-button}/icon-button.css
RENAMED
|
File without changes
|
/package/{src/components/icon-button/styles → styles/components/icon-button}/icon-button.min.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/components/pagination/styles → styles/components/pagination}/pagination.min.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/components/summary-table/styles → styles/components/summary-table}/_index.scss
RENAMED
|
File without changes
|
/package/{src/components/summary-table/styles → styles/components/summary-table}/summary-table.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/components/text-input/styles → styles/components/text-input}/text-input.min.css
RENAMED
|
File without changes
|
/package/{src/components/toggle-switch/styles → styles/components/toggle-switch}/toggle-switch.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|