@mideind/netskrafl-react 1.7.1 → 1.9.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/dist/cjs/css/netskrafl.css +6412 -6414
- package/dist/cjs/index.js +28731 -27674
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/css/netskrafl.css +6412 -6414
- package/dist/esm/index.js +28731 -27674
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +3 -3
- package/package.json +4 -3
package/dist/types.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ interface GlobalState {
|
|
|
10
10
|
measurementId: string;
|
|
11
11
|
account: string;
|
|
12
12
|
userEmail: string;
|
|
13
|
-
|
|
13
|
+
netskraflUserId: string;
|
|
14
14
|
userNick: string;
|
|
15
15
|
userFullname: string;
|
|
16
16
|
locale: string;
|
|
@@ -43,8 +43,8 @@ interface INetskraflProps {
|
|
|
43
43
|
tokenExpired?: () => void;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
declare const Netskrafl: React.MemoExoticComponent<({ state, tokenExpired }: INetskraflProps) => react_jsx_runtime.JSX.Element>;
|
|
47
|
-
|
|
48
46
|
declare const GataDagsins: React.MemoExoticComponent<({ state, tokenExpired }: INetskraflProps) => react_jsx_runtime.JSX.Element>;
|
|
49
47
|
|
|
48
|
+
declare const Netskrafl: React.MemoExoticComponent<({ state, tokenExpired }: INetskraflProps) => react_jsx_runtime.JSX.Element>;
|
|
49
|
+
|
|
50
50
|
export { GataDagsins, type INetskraflProps, Netskrafl };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mideind/netskrafl-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "React UI for Netskrafl",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"author": "Miðeind ehf",
|
|
31
31
|
"license": "CC-BY-NC-4.0",
|
|
32
32
|
"devDependencies": {
|
|
33
|
+
"@biomejs/biome": "^2.3.5",
|
|
33
34
|
"@chromatic-com/storybook": "^3.2.2",
|
|
34
35
|
"@rollup/plugin-alias": "^5.1.1",
|
|
35
36
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
@@ -60,8 +61,8 @@
|
|
|
60
61
|
"react-dom": "^18.3.1"
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
|
-
"firebase": "^
|
|
64
|
-
"mithril": "^2.
|
|
64
|
+
"firebase": "^12.5.0",
|
|
65
|
+
"mithril": "^2.3.8"
|
|
65
66
|
},
|
|
66
67
|
"keywords": [
|
|
67
68
|
"netskrafl",
|