@sit-onyx/tiptap 0.1.0-dev-20260219112837 → 0.1.0-dev-20260220080013

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -9,3 +9,7 @@
9
9
  A rich text editor powered by the Tiptap editor and the onyx design system created by [Schwarz IT](https://it.schwarz).
10
10
 
11
11
  <br />
12
+
13
+ ## Documentation
14
+
15
+ You can find our documentation [here](https://onyx.schwarz/development/packages/tiptap.html).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/tiptap",
3
3
  "description": "A rich text editor powered by the Tiptap editor and the onyx design system created by Schwarz IT",
4
- "version": "0.1.0-dev-20260219112837",
4
+ "version": "0.1.0-dev-20260220080013",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
@@ -36,8 +36,8 @@
36
36
  "@tiptap/starter-kit": ">= 3",
37
37
  "@tiptap/vue-3": ">= 3",
38
38
  "vue": ">= 3.5.0",
39
- "@sit-onyx/icons": "^1.7.0-dev-20260219112837",
40
- "sit-onyx": "^1.9.0-dev-20260219112837"
39
+ "@sit-onyx/icons": "^1.7.0-dev-20260220080013",
40
+ "sit-onyx": "^1.9.0-dev-20260220080013"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@tiptap/extension-heading": "^3.19.0",
@@ -45,10 +45,10 @@
45
45
  "@tiptap/pm": "^3.19.0",
46
46
  "@tiptap/starter-kit": "^3.19.0",
47
47
  "@tiptap/vue-3": "^3.19.0",
48
- "@sit-onyx/icons": "^1.7.0-dev-20260219112837",
49
48
  "@sit-onyx/shared": "^0.1.0",
49
+ "@sit-onyx/icons": "^1.7.0-dev-20260220080013",
50
50
  "@sit-onyx/storybook-utils": "^1.1.1",
51
- "sit-onyx": "^1.9.0-dev-20260219112837"
51
+ "sit-onyx": "^1.9.0-dev-20260220080013"
52
52
  },
53
53
  "scripts": {
54
54
  "dev": "storybook dev -p 6006 --no-open",