@lax-wp/editor 0.0.6 → 0.0.8

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 (1) hide show
  1. package/package.json +3 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lax-wp/editor",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "A modern, feature-rich editor built with React and TipTap",
5
5
  "keywords": [
6
6
  "editor",
@@ -19,14 +19,12 @@
19
19
  "main": "./dist/index.umd.js",
20
20
  "module": "./dist/index.es.js",
21
21
  "types": "./dist/index.d.ts",
22
- "style": "./dist/lax-wp-editor.css",
23
22
  "exports": {
24
23
  ".": {
25
24
  "types": "./dist/index.d.ts",
26
25
  "import": "./dist/index.es.js",
27
26
  "require": "./dist/index.umd.js"
28
27
  },
29
- "./styles": "./dist/lax-wp-editor.css",
30
28
  "./dist/*": "./dist/*"
31
29
  },
32
30
  "files": [
@@ -46,7 +44,6 @@
46
44
  "@emotion/styled": "^11.14.1",
47
45
  "@mui/icons-material": "^7.3.4",
48
46
  "@mui/material": "^7.3.4",
49
- "@tailwindcss/postcss": "^4.1.13",
50
47
  "@tiptap/extension-blockquote": "^3.6.5",
51
48
  "@tiptap/extension-bold": "^3.6.5",
52
49
  "@tiptap/extension-character-count": "^3.6.2",
@@ -104,10 +101,10 @@
104
101
  "framer-motion": "^12.23.12",
105
102
  "globals": "^16.3.0",
106
103
  "playwright": "^1.54.1",
107
- "postcss": "^8.5.6",
104
+ "postcss": "^8.4.49",
108
105
  "react": "^18.2.0",
109
106
  "react-dom": "^18.2.0",
110
- "tailwindcss": "^3.4.13",
107
+ "tailwindcss": "^3.4.17",
111
108
  "typescript": "~5.8.3",
112
109
  "typescript-eslint": "^8.35.1",
113
110
  "vite": "^7.0.4",