payload-richtext-tiptap 0.0.15 → 0.0.16

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/dist/src/styles.css +328 -2819
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-richtext-tiptap",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Rich text tiptap for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",
@@ -105,7 +105,6 @@
105
105
  "@tiptap/suggestion": "^2.2.4",
106
106
  "adi": "^1.0.1",
107
107
  "ai": "^3.2.1",
108
- "autoprefixer": "^10.4.19",
109
108
  "cal-sans": "^1.0.1",
110
109
  "deepmerge": "^4.2.2",
111
110
  "escape-html": "^1.0.3",
@@ -118,7 +117,6 @@
118
117
  "react-social-media-embed": "^2.5.13",
119
118
  "sass": "^1.77.6",
120
119
  "tailwind-merge": "^1.14.0",
121
- "tailwindcss": "^3.4.4",
122
120
  "tailwindcss-animate": "^1.0.7",
123
121
  "tippy.js": "^6.2.5",
124
122
  "tiptap-text-direction": "^0.3.1",
@@ -139,13 +137,16 @@
139
137
  "@types/jest": "^29.5.12",
140
138
  "@types/react": "npm:types-react@19.0.0-beta.2",
141
139
  "@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
140
+ "autoprefixer": "^10.4.19",
142
141
  "copyfiles": "^2.4.1",
143
142
  "cross-env": "^7.0.3",
144
143
  "jest": "^29.7.0",
145
144
  "nodemon": "3.0.3",
146
145
  "payload": "3.0.0-beta.47",
146
+ "postcss": "^8.4.38",
147
147
  "sort-package-json": "^2.10.0",
148
148
  "swc-plugin-transform-remove-imports": "^1.12.1",
149
+ "tailwindcss": "^3.4.4",
149
150
  "ts-node": "10.9.1",
150
151
  "typescript": "^5.5.2"
151
152
  },