tinacms 0.0.0-bf22bf8-20241004045704 → 0.0.0-c45ac5d-20241213020122

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 (30) hide show
  1. package/dist/admin/types.d.ts +3 -0
  2. package/dist/cache/node-cache.d.ts +1 -0
  3. package/dist/client.js +22 -23
  4. package/dist/client.mjs +3 -7
  5. package/dist/index.d.ts +1 -1
  6. package/dist/index.js +1509 -772
  7. package/dist/index.mjs +1490 -749
  8. package/dist/{node-cache-7fa2452c.mjs → node-cache-4c336858.mjs} +18 -11
  9. package/dist/rich-text/index.d.ts +3 -0
  10. package/dist/rich-text/index.js +45 -12
  11. package/dist/rich-text/index.mjs +45 -12
  12. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/fixed-toolbar-buttons.d.ts +0 -4
  13. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/icons.d.ts +2 -0
  14. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/mermaid-element.d.ts +11 -0
  15. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/mermaid-toolbar-button.d.ts +20 -0
  16. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/resizable.d.ts +39 -0
  17. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/table-cell-element.d.ts +27 -0
  18. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/table-dropdown-menu.d.ts +3 -0
  19. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/table-element.d.ts +14 -0
  20. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/table-row-element.d.ts +13 -0
  21. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/components/plate-ui/text-area.d.ts +5 -0
  22. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/plugins/core/common.d.ts +1 -0
  23. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/plugins/custom/mermaid-plugin.d.ts +2 -0
  24. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/plugins/ui/code-block/index.d.ts +4 -2
  25. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/plugins/ui/components.d.ts +58 -0
  26. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/toolbar/toolbar-overrides.d.ts +7 -3
  27. package/dist/toolkit/fields/plugins/mdx-field-plugin/plate/toolbar/toolbar-provider.d.ts +1 -1
  28. package/dist/toolkit/fields/plugins/wrap-field-with-meta.d.ts +8 -0
  29. package/package.json +28 -27
  30. package/dist/__vite-browser-external-d06ac358.mjs +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "0.0.0-bf22bf8-20241004045704",
3
+ "version": "0.0.0-c45ac5d-20241213020122",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -60,21 +60,21 @@
60
60
  "typings": "dist/index.d.ts",
61
61
  "license": "Apache-2.0",
62
62
  "dependencies": {
63
- "@ariakit/react": "^0.4.11",
64
- "@floating-ui/dom": "^1.6.11",
63
+ "@ariakit/react": "^0.4.13",
64
+ "@floating-ui/dom": "^1.6.12",
65
65
  "@floating-ui/react-dom": "^2.1.2",
66
- "@graphql-inspector/core": "^6.1.0",
66
+ "@graphql-inspector/core": "^6.2.0",
67
67
  "@headlessui/react": "2.1.8",
68
68
  "@heroicons/react": "^1.0.6",
69
69
  "@monaco-editor/react": "4.4.5",
70
- "@radix-ui/react-checkbox": "^1.1.1",
71
- "@radix-ui/react-dialog": "^1.1.1",
72
- "@radix-ui/react-dropdown-menu": "^2.1.1",
73
- "@radix-ui/react-popover": "^1.1.1",
70
+ "@radix-ui/react-checkbox": "^1.1.2",
71
+ "@radix-ui/react-dialog": "^1.1.2",
72
+ "@radix-ui/react-dropdown-menu": "^2.1.2",
73
+ "@radix-ui/react-popover": "^1.1.2",
74
74
  "@radix-ui/react-separator": "^1.1.0",
75
75
  "@radix-ui/react-slot": "^1.1.0",
76
76
  "@radix-ui/react-toolbar": "^1.1.0",
77
- "@radix-ui/react-tooltip": "^1.1.2",
77
+ "@radix-ui/react-tooltip": "^1.1.4",
78
78
  "@react-hook/window-size": "^3.1.1",
79
79
  "@udecode/cn": "^33.0.0",
80
80
  "@udecode/plate": "^36.5.9",
@@ -85,19 +85,19 @@
85
85
  "@udecode/plate-common": "^36.5.9",
86
86
  "@udecode/plate-floating": "^36.3.8",
87
87
  "@udecode/plate-heading": "^36.0.12",
88
- "@udecode/plate-indent": "^36.0.0",
89
88
  "@udecode/plate-indent-list": "^36.5.2",
90
89
  "@udecode/plate-link": "^36.5.9",
91
90
  "@udecode/plate-list": "^36.5.2",
92
91
  "@udecode/plate-paragraph": "^36.0.0",
92
+ "@udecode/plate-resizable": "36.0.0",
93
93
  "@udecode/plate-slash-command": "^36.0.0",
94
+ "@udecode/plate-table": "36.5.8",
94
95
  "class-variance-authority": "^0.7.0",
95
96
  "clsx": "^2.1.1",
96
- "cmdk": "^1.0.0",
97
+ "cmdk": "^1.0.4",
97
98
  "color-string": "^1.9.1",
98
99
  "crypto-js": "^4.2.0",
99
100
  "date-fns": "2.30.0",
100
- "fetch-ponyfill": "^7.1.0",
101
101
  "final-form": "4.20.10",
102
102
  "final-form-arrays": "^3.1.0",
103
103
  "final-form-set-field-data": "^1.0.2",
@@ -107,6 +107,7 @@
107
107
  "lodash.get": "^4.4.2",
108
108
  "lodash.set": "^4.3.2",
109
109
  "lucide-react": "^0.424.0",
110
+ "mermaid": "9.3.0",
110
111
  "moment": "2.29.4",
111
112
  "monaco-editor": "0.31.0",
112
113
  "prism-react-renderer": "^2.4.0",
@@ -123,18 +124,18 @@
123
124
  "slate-history": "^0.100.0",
124
125
  "slate-hyperscript": "^0.100.0",
125
126
  "slate-react": "^0.107.1",
126
- "tailwind-merge": "^2.5.2",
127
+ "tailwind-merge": "^2.5.4",
127
128
  "webfontloader": "1.6.28",
128
129
  "yup": "^1.4.0",
129
130
  "zod": "^3.23.8",
130
- "@tinacms/mdx": "0.0.0-bf22bf8-20241004045704",
131
- "@tinacms/schema-tools": "0.0.0-bf22bf8-20241004045704",
132
- "@tinacms/search": "0.0.0-bf22bf8-20241004045704"
131
+ "@tinacms/mdx": "0.0.0-c45ac5d-20241213020122",
132
+ "@tinacms/schema-tools": "0.0.0-c45ac5d-20241213020122",
133
+ "@tinacms/search": "0.0.0-c45ac5d-20241213020122"
133
134
  },
134
135
  "devDependencies": {
135
- "@graphql-tools/utils": "^10.5.4",
136
+ "@graphql-tools/utils": "^10.5.6",
136
137
  "@testing-library/dom": "^10.4.0",
137
- "@testing-library/jest-dom": "^6.5.0",
138
+ "@testing-library/jest-dom": "^6.6.3",
138
139
  "@testing-library/react": "^16.0.1",
139
140
  "@testing-library/user-event": "^14.5.2",
140
141
  "@types/atob": "^2.1.4",
@@ -142,14 +143,14 @@
142
143
  "@types/color-string": "^1.5.5",
143
144
  "@types/lodash.debounce": "^4.0.9",
144
145
  "@types/lodash.get": "^4.4.9",
145
- "@types/node": "^22.7.4",
146
+ "@types/node": "^22.9.0",
146
147
  "@types/prop-types": "^15.7.13",
147
- "@types/react": "^18.3.10",
148
+ "@types/react": "^18.3.12",
148
149
  "@types/react-beautiful-dnd": "^13.1.8",
149
150
  "@types/react-color": "^3.0.12",
150
- "@types/react-dom": "^18.3.0",
151
+ "@types/react-dom": "^18.3.1",
151
152
  "@types/yup": "^0.32.0",
152
- "happy-dom": "^14.12.3",
153
+ "happy-dom": "15.10.2",
153
154
  "identity-obj-proxy": "^3.0.0",
154
155
  "isomorphic-fetch": "^3.0.0",
155
156
  "jest-file-snapshot": "^0.7.0",
@@ -158,11 +159,11 @@
158
159
  "react-dom": "^18.3.1",
159
160
  "react-is": "^18.3.1",
160
161
  "tsc-alias": "^1.8.10",
161
- "tslib": "^2.7.0",
162
- "typescript": "^5.6.2",
163
- "vite": "^5.4.8",
164
- "vitest": "^2.1.1",
165
- "@tinacms/scripts": "1.2.3"
162
+ "tslib": "^2.8.1",
163
+ "typescript": "^5.6.3",
164
+ "vite": "^5.4.11",
165
+ "vitest": "^2.1.5",
166
+ "@tinacms/scripts": "1.3.1"
166
167
  },
167
168
  "peerDependencies": {
168
169
  "react": ">=16.14.0",
@@ -1,4 +0,0 @@
1
- const __viteBrowserExternal = {};
2
- export {
3
- __viteBrowserExternal as default
4
- };