Skip to content

Commit

Permalink
docs: gjør nye message-kopmonenter tilgjengelig i portalen og utils
Browse files Browse the repository at this point in the history
  • Loading branch information
piofinn committed Sep 10, 2024
1 parent ca1de1e commit 11f360c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions portal/gatsby-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import "@fremtind/jkl-list/list.min.css";
import "@fremtind/jkl-loader/loader.min.css";
import "@fremtind/jkl-loader/skeleton-loader.min.css";
import "@fremtind/jkl-logo/logo.min.css";
import "@fremtind/jkl-message/message.min.css";
import "@fremtind/jkl-message-box/message-box.min.css";
import "@fremtind/jkl-modal/modal.min.css";
import "@fremtind/jkl-radio-button/radio-button.min.css";
Expand Down
2 changes: 2 additions & 0 deletions portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"@fremtind/jkl-list-react": "^10.2.8",
"@fremtind/jkl-loader-react": "^12.0.19",
"@fremtind/jkl-logo-react": "^13.1.10",
"@fremtind/jkl-message": "1.0.0-alpha.0",
"@fremtind/jkl-message-box-react": "^11.1.27",
"@fremtind/jkl-message-react": "1.0.0-alpha.0",
"@fremtind/jkl-modal-react": "^2.1.40",
"@fremtind/jkl-progress-bar-react": "^6.1.0",
"@fremtind/jkl-radio-button-react": "^11.1.75",
Expand Down
2 changes: 2 additions & 0 deletions utils/interactive-code/LiveProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import * as listReact from "@fremtind/jkl-list-react";
import * as loaderReact from "@fremtind/jkl-loader-react";
import * as logoReact from "@fremtind/jkl-logo-react";
import * as messageBoxReact from "@fremtind/jkl-message-box-react";
import * as messageReact from "@fremtind/jkl-message-react";
import * as modalReact from "@fremtind/jkl-modal-react";
import * as progressbarReact from "@fremtind/jkl-progress-bar-react";
import * as radioButtonReact from "@fremtind/jkl-radio-button-react";
Expand Down Expand Up @@ -71,6 +72,7 @@ const scope = {
...loaderReact,
...logoReact,
...messageBoxReact,
...messageReact,
...modalReact,
...progressbarReact,
...radioButtonReact,
Expand Down
3 changes: 2 additions & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"@emotion/is-prop-valid": "^1.2.2",
"@fremtind/jkl-accordion-react": "^12.0.0",
"@fremtind/jkl-system-message-react": "^1.0.0-alpha.0",
"@fremtind/jkl-breadcrumb-react": "^5.0.13",
"@fremtind/jkl-button": "^12.1.2",
"@fremtind/jkl-button-react": "^15.1.6",
Expand Down Expand Up @@ -42,6 +41,7 @@
"@fremtind/jkl-loader-react": "^12.0.13",
"@fremtind/jkl-logo-react": "^13.1.4",
"@fremtind/jkl-message-box-react": "^11.1.19",
"@fremtind/jkl-message-react": "1.0.0-alpha.0",
"@fremtind/jkl-modal-react": "^2.1.32",
"@fremtind/jkl-progress-bar-react": "^6.0.12",
"@fremtind/jkl-radio-button": "^10.1.12",
Expand All @@ -50,6 +50,7 @@
"@fremtind/jkl-select": "^11.1.12",
"@fremtind/jkl-select-react": "^14.1.37",
"@fremtind/jkl-summary-table-react": "^10.0.13",
"@fremtind/jkl-system-message-react": "^1.0.2",
"@fremtind/jkl-table-react": "^11.4.8",
"@fremtind/jkl-tabs-react": "^6.0.4",
"@fremtind/jkl-tag-react": "^5.2.15",
Expand Down

0 comments on commit 11f360c

Please sign in to comment.