@factorialco/f0-react 1.312.0 → 1.313.0

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.
@@ -503,6 +503,11 @@ declare module "@tiptap/core" {
503
503
  }
504
504
 
505
505
 
506
+ declare namespace Calendar {
507
+ var displayName: string;
508
+ }
509
+
510
+
506
511
  declare module "@tiptap/core" {
507
512
  interface Commands<ReturnType> {
508
513
  moodTracker: {
@@ -510,8 +515,3 @@ declare module "@tiptap/core" {
510
515
  };
511
516
  }
512
517
  }
513
-
514
-
515
- declare namespace Calendar {
516
- var displayName: string;
517
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.312.0",
3
+ "version": "1.313.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,
@@ -109,8 +109,8 @@
109
109
  "chalk": "^5.4.1",
110
110
  "chromatic": "^11.28.0",
111
111
  "consola": "^3.4.0",
112
- "dpdm": "^3.14.0",
113
112
  "dotenv": "^16.4.7",
113
+ "dpdm": "^3.14.0",
114
114
  "emoji-mart": "^5.6.0",
115
115
  "eslint": "^9.27.0",
116
116
  "eslint-plugin-react": "^7.37.5",
@@ -140,7 +140,7 @@
140
140
  "tsup": "^8.3.5",
141
141
  "typescript": "^5.7.2",
142
142
  "user-agent-data-types": "^0.4.2",
143
- "vite": "^6.3.5",
143
+ "vite": "^7.3.0",
144
144
  "vite-plugin-dts": "4.3.0",
145
145
  "vite-plugin-lib-inject-css": "^2.2.1",
146
146
  "vitest": "^4.0.15"