tinacms 3.6.2 → 3.6.3
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.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -59,3 +59,5 @@ export interface MediaStoreClass {
|
|
|
59
59
|
export declare const defineStaticConfig: (config: Config<(cms: TinaCMS) => TinaCMS, formifyCallback, DocumentCreatorCallback, MediaStoreClass>) => Config<(cms: TinaCMS) => TinaCMS, formifyCallback, import("./hooks/use-content-creator").DocumentCreatorArgs, MediaStoreClass, undefined>;
|
|
60
60
|
export declare const defineConfig: (config: Config<(cms: TinaCMS) => TinaCMS, formifyCallback, DocumentCreatorCallback, MediaStoreClass>) => Config<(cms: TinaCMS) => TinaCMS, formifyCallback, import("./hooks/use-content-creator").DocumentCreatorArgs, MediaStoreClass, undefined>;
|
|
61
61
|
export { tinaTableTemplate } from './table';
|
|
62
|
+
export { captureEvent } from './lib/posthog/posthogProvider';
|
|
63
|
+
export { RichTextEditorSwitchedEvent } from './lib/posthog/posthog';
|
package/dist/index.js
CHANGED
|
@@ -46999,7 +46999,7 @@ const NavProvider = ({
|
|
|
46999
46999
|
const name = "tinacms";
|
|
47000
47000
|
const type = "module";
|
|
47001
47001
|
const typings = "dist/index.d.ts";
|
|
47002
|
-
const version$1 = "3.6.
|
|
47002
|
+
const version$1 = "3.6.3";
|
|
47003
47003
|
const main = "dist/index.js";
|
|
47004
47004
|
const module = "./dist/index.js";
|
|
47005
47005
|
const exports = {
|
|
@@ -124524,6 +124524,7 @@ export {
|
|
|
124524
124524
|
ReorderRowIcon,
|
|
124525
124525
|
ResetForm,
|
|
124526
124526
|
ResetIcon,
|
|
124527
|
+
RichTextEditorSwitchedEvent,
|
|
124527
124528
|
RightArrowIcon,
|
|
124528
124529
|
RouteMappingPlugin,
|
|
124529
124530
|
Select$1 as Select,
|
|
@@ -124568,6 +124569,7 @@ export {
|
|
|
124568
124569
|
UploadIcon,
|
|
124569
124570
|
WarningIcon,
|
|
124570
124571
|
assertShape,
|
|
124572
|
+
captureEvent,
|
|
124571
124573
|
classNames,
|
|
124572
124574
|
createClient,
|
|
124573
124575
|
TinaCMSProvider2 as default,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "tinacms",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"typings": "dist/index.d.ts",
|
|
5
|
-
"version": "3.6.
|
|
5
|
+
"version": "3.6.3",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"webfontloader": "1.6.28",
|
|
112
112
|
"yup": "^1.6.1",
|
|
113
113
|
"zod": "^3.24.2",
|
|
114
|
-
"@tinacms/schema-tools": "2.7.0",
|
|
115
114
|
"@tinacms/mdx": "2.0.7",
|
|
115
|
+
"@tinacms/schema-tools": "2.7.0",
|
|
116
116
|
"@tinacms/search": "1.2.6"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|