@sit-onyx/mdc 0.2.0 → 0.3.0-dev-20260703084406

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.
Files changed (28) hide show
  1. package/LICENSE.txt +1 -1
  2. package/README.md +2 -2
  3. package/dist/{MDCRenderer-DZNu39aU.js → MDCRenderer-Nv7PPeTG.js} +3 -3
  4. package/dist/components/OnyxMarkdownRenderer/OnyxMarkdownRenderer.d.vue.ts +9 -19
  5. package/dist/components/prose/ProseA.d.vue.ts +7 -14
  6. package/dist/components/prose/ProseBr.d.vue.ts +2 -1
  7. package/dist/components/prose/ProseCode.d.vue.ts +6 -13
  8. package/dist/components/prose/ProseDetails.d.vue.ts +6 -17
  9. package/dist/components/prose/ProseH1.d.vue.ts +6 -13
  10. package/dist/components/prose/ProseH2.d.vue.ts +6 -13
  11. package/dist/components/prose/ProseH3.d.vue.ts +6 -13
  12. package/dist/components/prose/ProseH4.d.vue.ts +6 -13
  13. package/dist/components/prose/ProseH5.d.vue.ts +6 -13
  14. package/dist/components/prose/ProseH6.d.vue.ts +6 -13
  15. package/dist/components/prose/ProseHr.d.vue.ts +2 -1
  16. package/dist/components/prose/ProseImg.d.vue.ts +2 -1
  17. package/dist/components/prose/ProseOl.d.vue.ts +6 -13
  18. package/dist/components/prose/ProseP.d.vue.ts +6 -13
  19. package/dist/components/prose/ProsePre.d.vue.ts +9 -19
  20. package/dist/components/prose/ProseSummary.d.vue.ts +6 -13
  21. package/dist/components/prose/ProseTable.d.vue.ts +6 -19
  22. package/dist/components/prose/ProseTbody.d.vue.ts +6 -13
  23. package/dist/components/prose/ProseThead.d.vue.ts +6 -13
  24. package/dist/components/prose/ProseUl.d.vue.ts +6 -13
  25. package/dist/index.js +85 -85
  26. package/dist/{node-B8w0U_XJ.js → node-Oi5de8aj.js} +279 -267
  27. package/dist/{runtime-RTZ-DGVX.js → runtime-CDc7wAXY.js} +3587 -3539
  28. package/package.json +25 -23
package/package.json CHANGED
@@ -1,16 +1,21 @@
1
1
  {
2
2
  "name": "@sit-onyx/mdc",
3
- "description": "Wrapper for the @nuxtjs/mdc package using the onyx design system created by Schwarz IT",
4
- "version": "0.2.0",
5
- "type": "module",
6
- "author": "Schwarz IT KG",
3
+ "version": "0.3.0-dev-20260703084406",
4
+ "description": "Wrapper for the @nuxtjs/mdc package using the onyx design system created by Schwarz Digits",
5
+ "bugs": {
6
+ "url": "https://github.com/SchwarzIT/onyx/issues"
7
+ },
7
8
  "license": "Apache-2.0",
8
- "engines": {
9
- "node": ">=20"
9
+ "author": "Schwarz Digits IT KG",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/SchwarzIT/onyx",
13
+ "directory": "packages/mdc"
10
14
  },
11
15
  "files": [
12
16
  "dist"
13
17
  ],
18
+ "type": "module",
14
19
  "module": "./dist/index.js",
15
20
  "types": "./dist/index.d.ts",
16
21
  "exports": {
@@ -21,28 +26,25 @@
21
26
  },
22
27
  "./style.css": "./dist/style.css"
23
28
  },
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/SchwarzIT/onyx",
27
- "directory": "packages/mdc"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/SchwarzIT/onyx/issues"
29
+ "devDependencies": {
30
+ "@axe-core/playwright": "^4.12.1",
31
+ "@nuxtjs/mdc": "~0.22.0",
32
+ "@playwright/experimental-ct-vue": "1.61.1",
33
+ "@playwright/test": "1.61.1",
34
+ "@vue/compiler-dom": "3.5.39",
35
+ "unplugin-dts": "1.0.3",
36
+ "vite": "8.0.16",
37
+ "@sit-onyx/playwright-utils": "^1.3.0",
38
+ "@sit-onyx/shared": "^0.1.0",
39
+ "sit-onyx": "^1.17.0-dev-20260703084406"
31
40
  },
32
41
  "peerDependencies": {
33
42
  "@nuxtjs/mdc": ">= 0.20.2",
34
43
  "vue": ">= 3.5.0",
35
- "sit-onyx": "^1.13.0"
44
+ "sit-onyx": "^1.17.0-dev-20260703084406"
36
45
  },
37
- "devDependencies": {
38
- "@axe-core/playwright": "^4.11.3",
39
- "@nuxtjs/mdc": "~0.21.1",
40
- "@playwright/experimental-ct-vue": "1.59.1",
41
- "@playwright/test": "1.59.1",
42
- "@vue/compiler-dom": "3.5.33",
43
- "@sit-onyx/playwright-utils": "^1.3.0",
44
- "@sit-onyx/shared": "^0.1.0",
45
- "sit-onyx": "^1.13.0"
46
+ "engines": {
47
+ "node": ">=20"
46
48
  },
47
49
  "scripts": {
48
50
  "build": "vite build",