@internetstiftelsen/styleguide 5.1.17-beta.0.2 → 5.1.18-beta.0.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "5.1.17-beta.0.2",
3
+ "version": "5.1.18-beta.0.1",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -19,12 +19,14 @@
19
19
  "copy:videos": "copyfiles -f src/assets/video/* public/assets/video",
20
20
  "copy:fonts": "copyfiles -f src/base/fonts/* public/assets/fonts",
21
21
  "copy:zip": "copyfiles -f src/assets/zip/* public/assets/zip",
22
- "copy:local-assets": "npm run copy:images && npm run copy:fonts && npm run copy:videos && npm run copy:zip",
22
+ "copy:json": "copyfiles -f src/assets/*.json public/assets",
23
+ "copy:local-assets": "npm run copy:images && npm run copy:fonts && npm run copy:videos && npm run copy:zip && npm run copy:json",
23
24
  "copy:images:build": "copyfiles -f src/assets/images/* build/assets/images",
24
25
  "copy:videos:build": "copyfiles -f src/assets/video/* build/assets/video",
25
26
  "copy:zip:build": "copyfiles -f src/assets/zip/* build/assets/zip",
27
+ "copy:json:build": "copyfiles -f src/assets/*.json build/assets",
26
28
  "copy:fonts:build": "copyfiles -f src/base/fonts/* build/assets/fonts",
27
- "copy:build": "npm run copy:images:build && npm run copy:zip:build && npm run copy:fonts:build && npm run copy:videos:build",
29
+ "copy:build": "npm run copy:images:build && npm run copy:zip:build && npm run copy:fonts:build && npm run copy:videos:build && npm run copy:json:build",
28
30
  "build": "npm run vite:build && npm run package-js && npm run build:fractal && npm run copy:build && npm run create-icons-config",
29
31
  "dev": "concurrently \"npm:start:fractal\" \"npm:watch\" \"npm:copy:local-assets\"",
30
32
  "package-js": "NODE_ENV=production swc src --out-dir dist --ignore \"**/*.config.js\",\"app.js\" --strip-leading-paths",
package/src/app.scss CHANGED
@@ -95,6 +95,8 @@
95
95
  @use 'organisms/schedule/schedule';
96
96
  @use 'organisms/haveibeenpwned/haveibeenpwned';
97
97
  @use 'organisms/selectable/selectable';
98
+ @use 'organisms/pre-footer/pre-footer';
99
+
98
100
  // Structures
99
101
  @use 'structures/manifest';
100
102
 
@@ -0,0 +1,72 @@
1
+ [
2
+ {
3
+ "Category": "Modern address (IPv6)",
4
+ "passed": "43.11%",
5
+ "info": "0%",
6
+ "warning": "0%",
7
+ "failed": "56.89%",
8
+ "not testable": "0%",
9
+ "not applicable": "0%",
10
+ "test error": "0%"
11
+ },
12
+ {
13
+ "Category": "Signed domain name (DNSSEC)",
14
+ "passed": "52.96%",
15
+ "info": "0%",
16
+ "warning": "0%",
17
+ "failed": "47.04%",
18
+ "not testable": "0%",
19
+ "not applicable": "0%",
20
+ "test error": "0%"
21
+ },
22
+ {
23
+ "Category": "Secure connection following NCSC requirements (HTTPS)",
24
+ "passed": "19.22%",
25
+ "info": "0%",
26
+ "warning": "0%",
27
+ "failed": "76.6%",
28
+ "not testable": "0%",
29
+ "not applicable": "0%",
30
+ "test error": "4.17%"
31
+ },
32
+ {
33
+ "Category": "Security options",
34
+ "passed": "1.09%",
35
+ "info": "0%",
36
+ "warning": "98.91%",
37
+ "failed": "0%",
38
+ "not testable": "0%",
39
+ "not applicable": "0%",
40
+ "test error": "0%"
41
+ },
42
+ {
43
+ "Category": "Route authorisation (RPKI)",
44
+ "passed": "92%",
45
+ "info": "0%",
46
+ "warning": "0%",
47
+ "failed": "8%",
48
+ "not testable": "0%",
49
+ "not applicable": "0%",
50
+ "test error": "0%"
51
+ },
52
+ {
53
+ "Category": "Extra Fields",
54
+ "passed": "2.43%",
55
+ "info": "5.61%",
56
+ "warning": "0.99%",
57
+ "failed": "90.81%",
58
+ "not testable": "0%",
59
+ "not applicable": "0%",
60
+ "test error": "0.16%"
61
+ },
62
+ {
63
+ "Category": "A",
64
+ "passed": "42.16%",
65
+ "info": "1.12%",
66
+ "warning": "19.98%",
67
+ "failed": "55.87%",
68
+ "not testable": "0%",
69
+ "not applicable": "0%",
70
+ "test error": "0.87%"
71
+ }
72
+ ]