@kystverket/styrbord 0.306.1 → 0.306.2
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/dist/main.js +1 -0
- package/dist/main.umd.cjs +1 -0
- package/package.json +8 -7
package/dist/main.js
CHANGED
package/dist/main.umd.cjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
'use client';
|
|
1
2
|
(function(b,p){typeof exports=="object"&&typeof module<"u"?p(exports,require("react"),require("@digdir/designsystemet-react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","@digdir/designsystemet-react","react-dom"],p):(b=typeof globalThis<"u"?globalThis:b||self,p(b.Styrbord={},b.React,b["@digdir/designsystemet-react"],b.ReactDOM))})(this,function(b,p,_,E3){"use strict";var pi=Object.defineProperty;var mi=(b,p,_)=>p in b?pi(b,p,{enumerable:!0,configurable:!0,writable:!0,value:_}):b[p]=_;var Z=(b,p,_)=>mi(b,typeof p!="symbol"?p+"":p,_);function N3(r){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const e in r)if(e!=="default"){const t=Object.getOwnPropertyDescriptor(r,e);Object.defineProperty(n,e,t.get?t:{enumerable:!0,get:()=>r[e]})}}return n.default=r,Object.freeze(n)}const V=N3(p),t8=N3(E3);var S4={exports:{}},d1={};/**
|
|
2
3
|
* @license React
|
|
3
4
|
* react-jsx-runtime.production.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kystverket/styrbord",
|
|
3
|
-
"version": "0.306.
|
|
3
|
+
"version": "0.306.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -55,38 +55,39 @@
|
|
|
55
55
|
"@storybook/addon-onboarding": "^8.6.13",
|
|
56
56
|
"@storybook/blocks": "^8.6.13",
|
|
57
57
|
"@storybook/manager-api": "^8.6.13",
|
|
58
|
-
"@storybook/react-vite": "^8.6.13",
|
|
59
58
|
"@storybook/react": "^8.6.13",
|
|
59
|
+
"@storybook/react-vite": "^8.6.13",
|
|
60
60
|
"@storybook/test": "^8.6.13",
|
|
61
61
|
"@storybook/theming": "^8.6.13",
|
|
62
62
|
"@storybook/types": "^8.6.13",
|
|
63
63
|
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
|
|
64
64
|
"@types/node": "^20.17.24",
|
|
65
|
+
"@types/react": "^19.0.0",
|
|
65
66
|
"@types/react-dom": "^19.0.0",
|
|
66
67
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
67
|
-
"@types/react": "^19.0.0",
|
|
68
68
|
"@vitejs/plugin-react": "^4.3.4",
|
|
69
69
|
"clsx": "^2.1.1",
|
|
70
|
+
"eslint": "^9.22.0",
|
|
70
71
|
"eslint-plugin-css": "^0.11.0",
|
|
71
72
|
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
72
73
|
"eslint-plugin-react": "^7.37.4",
|
|
73
74
|
"eslint-plugin-storybook": "^0.11.4",
|
|
74
|
-
"eslint": "^9.22.0",
|
|
75
75
|
"globals": "^13.24.0",
|
|
76
76
|
"jiti": "^2.4.2",
|
|
77
77
|
"postcss": "^8.5.3",
|
|
78
78
|
"prettier": "^3.5.3",
|
|
79
79
|
"publint": "^0.2.12",
|
|
80
|
+
"react": "^19.0.0",
|
|
80
81
|
"react-dom": "^19.0.0",
|
|
81
82
|
"react-syntax-highlighter": "^15.6.1",
|
|
82
|
-
"
|
|
83
|
+
"rollup-plugin-preserve-use-client": "^3.0.1",
|
|
83
84
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
84
85
|
"sass": "^1.85.1",
|
|
85
|
-
"storybook-addon-tag-badges": "^1.4.0",
|
|
86
86
|
"storybook": "^8.6.13",
|
|
87
|
+
"storybook-addon-tag-badges": "^1.4.0",
|
|
87
88
|
"tslib": "^2.8.1",
|
|
88
|
-
"typescript-eslint": "^8.26.1",
|
|
89
89
|
"typescript": "^5.8.2",
|
|
90
|
+
"typescript-eslint": "^8.26.1",
|
|
90
91
|
"vite": "^5.4.14"
|
|
91
92
|
},
|
|
92
93
|
"eslintConfig": {
|