@digitalservicebund/ris-ui 0.0.1 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalservicebund/ris-ui",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "Component library for NeuRIS",
5
5
  "author": "digitalservicebund",
6
6
  "license": "GPL-3.0-only",
@@ -25,29 +25,35 @@
25
25
  "require": "./dist/tailwind/index.cjs",
26
26
  "import": "./dist/tailwind/index.js",
27
27
  "types": "./dist/tailwind/index.d.ts"
28
+ },
29
+ "./fonts.css": {
30
+ "import": "./dist/fonts.css"
28
31
  }
29
32
  },
30
33
  "scripts": {
31
34
  "storybook": "storybook dev -p 6006",
35
+ "prebuild": "npm run sync-fonts",
32
36
  "build": "vite build && vue-tsc --build tsconfig.lib.json --force",
37
+ "prebuild:storybook": "npm run sync-fonts",
33
38
  "build:storybook": "storybook build",
34
39
  "prettier:check": "prettier --check .",
35
40
  "prettier:fix": "prettier --write --ignore-unknown .",
36
41
  "eslint:check": "eslint",
37
42
  "eslint:fix": "npm run eslint:check -- --fix",
38
43
  "audit:licenses": "license-checker --production --excludePrivatePackages --excludePackages @digitalservicebund/ris-ui@$(cat package.json | jq -r '.version') --onlyAllow \"$(. ./parse-allowed-licenses.sh)\" --csv --out ./frontend-license-report.csv",
39
- "typecheck": "vue-tsc"
44
+ "typecheck": "vue-tsc",
45
+ "sync-fonts": "rm ./public/fonts/*.woff ./public/fonts/*.woff2; cp ./node_modules/@digitalservice4germany/angie/fonts/* ./public/fonts/; cp ./node_modules/@digitalservice4germany/angie/fonts.css ./public/"
40
46
  },
41
47
  "dependencies": {
42
- "primevue": "^4.0.4",
43
- "vue": "^3.4.38"
48
+ "primevue": "~4.0.0",
49
+ "vue": "~3.4.0"
44
50
  },
45
51
  "devDependencies": {
46
52
  "@chromatic-com/storybook": "~1.6.1",
47
- "@commitlint/config-conventional": "^19.2.2",
53
+ "@commitlint/config-conventional": "~19.2.2",
48
54
  "@digitalservice4germany/angie": "~1.2.0",
49
55
  "@digitalservice4germany/style-dictionary": "~2.0.0",
50
- "@eslint/compat": "^1.1.1",
56
+ "@eslint/compat": "~1.1.1",
51
57
  "@eslint/js": "~9.9.0",
52
58
  "@iconify-json/ic": "~1.1.18",
53
59
  "@storybook/addon-essentials": "~8.2.9",
@@ -65,7 +71,7 @@
65
71
  "eslint": "~9.9.0",
66
72
  "eslint-config-prettier": "~9.1.0",
67
73
  "globals": "~15.9.0",
68
- "license-checker": "^25.0.1",
74
+ "license-checker": "~25.0.1",
69
75
  "noop-tag": "~2.0.0",
70
76
  "prettier": "~3.3.3",
71
77
  "prettier-plugin-tailwindcss": "~0.6.6",