@designsystem-se/af-react 31.1.1-beta.3 → 31.1.1-beta.4
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/README.md +1 -1
- package/package.json +15 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
1
|
+

|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<p>Robust Designsystem som säkerställer hög tillgänglighet, stabil drift och effektiv livscykelhantering för digitala tjänster.</p>
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designsystem-se/af-react",
|
|
3
3
|
"author": "Arbetsförmedlingen",
|
|
4
|
-
"version": "31.1.1-beta.
|
|
4
|
+
"version": "31.1.1-beta.4",
|
|
5
5
|
"description": "React Components for Digi Designsystem",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"sideEffect": false,
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@designsystem-se/af": "31.3.1-beta.
|
|
9
|
+
"@designsystem-se/af": "31.3.1-beta.4",
|
|
10
10
|
"react": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
11
11
|
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0"
|
|
12
12
|
},
|
|
@@ -21,8 +21,20 @@
|
|
|
21
21
|
"access": "public",
|
|
22
22
|
"registry": "https://registry.npmjs.org/"
|
|
23
23
|
},
|
|
24
|
+
"repository": "https://gitlab.com/arbetsformedlingen/designsystem/digi",
|
|
25
|
+
"homepage": "https://designsystem.arbetsformedlingen.se/",
|
|
26
|
+
"keywords": [
|
|
27
|
+
"designsystem",
|
|
28
|
+
"Design System",
|
|
29
|
+
"Stencil",
|
|
30
|
+
"Web Components",
|
|
31
|
+
"Angular",
|
|
32
|
+
"React",
|
|
33
|
+
"Open Source"
|
|
34
|
+
],
|
|
24
35
|
"files": [
|
|
25
|
-
"src/"
|
|
36
|
+
"src/",
|
|
37
|
+
"README.md"
|
|
26
38
|
],
|
|
27
39
|
"types": "./src/index.d.ts",
|
|
28
40
|
"module": "./src/index.js",
|