@public-ui/themes 4.3.0-rc.0 → 4.3.0-rc.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "4.3.0-rc.0",
3
+ "version": "4.3.0-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -15,7 +15,8 @@
15
15
  "name": "Informationstechnikzentrum Bund",
16
16
  "email": "kolibri@itzbund.de"
17
17
  },
18
- "description": "Contains the style guides and themes of various corporate designs for KoliBri - The accessible HTML-Standard.",
18
+ "description": "[DEPRECATED] Meta package that bundles all KoliBri themes. Deprecated in favor of the individual @public-ui/theme-* packages and scheduled for removal in version 5. See docs/BREAKING_CHANGES.v5.md for migration instructions.",
19
+ "deprecated": "@public-ui/themes is deprecated and will be removed in version 5. Depend on the individual @public-ui/theme-* packages instead (e.g. @public-ui/theme-default). See https://github.com/public-ui/kolibri/blob/develop/docs/BREAKING_CHANGES.v5.md",
19
20
  "keywords": [
20
21
  "accessibility",
21
22
  "accessible",
@@ -44,29 +45,26 @@
44
45
  "wcag"
45
46
  ],
46
47
  "devDependencies": {
47
- "@eslint/eslintrc": "3.3.5",
48
- "@eslint/js": "9.39.4",
49
48
  "@rollup/plugin-commonjs": "29.0.3",
50
49
  "@rollup/plugin-node-resolve": "16.0.3",
51
50
  "@rollup/plugin-typescript": "12.3.0",
52
- "@typescript-eslint/eslint-plugin": "8.58.2",
53
- "@typescript-eslint/parser": "8.58.2",
54
51
  "autoprefixer": "10.5.0",
55
52
  "cpy-cli": "7.0.0",
56
53
  "eslint": "9.39.4",
57
54
  "nodemon": "3.1.14",
58
55
  "npm-run-all2": "8.0.4",
59
56
  "postcss": "8.5.15",
60
- "prettier": "3.8.3",
57
+ "prettier": "3.8.4",
61
58
  "prettier-plugin-organize-imports": "4.3.0",
62
- "rollup": "4.61.1",
59
+ "rollup": "4.62.0",
63
60
  "rollup-plugin-postcss": "4.0.2",
64
61
  "sass-embedded": "1.100.0",
65
62
  "typescript": "5.9.3",
66
- "@public-ui/components": "4.3.0-rc.0"
63
+ "@public-ui/components": "4.3.0-rc.2",
64
+ "@public-ui/eslint-config": "4.3.0-rc.1"
67
65
  },
68
66
  "peerDependencies": {
69
- "@public-ui/components": "4.3.0-rc.0"
67
+ "@public-ui/components": "4.3.0-rc.2"
70
68
  },
71
69
  "sideEffects": false,
72
70
  "type": "module",
@@ -93,7 +91,7 @@
93
91
  "lint:eslint": "eslint src",
94
92
  "lint:tsc": "tsc --noemit",
95
93
  "prebuild": "pnpm build:deps && pnpm prepare",
96
- "prepare:components": "cpy \"node_modules/@public-ui/components/assets/**/*\" assets --dot",
94
+ "prepare:components": "kolibri-copy-assets --dest assets @public-ui/components",
97
95
  "prepare:theme-bwst": "cpy \"bwst/assets/**/*\" assets --dot",
98
96
  "prepare:theme-default": "cpy \"default/assets/**/*\" assets --dot",
99
97
  "prepare:theme-desy": "cpy \"desy/assets/**/*\" assets --dot",