@opensaas/stack-tiptap 0.41.0 → 0.42.1

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.
@@ -1,11 +1,11 @@
1
1
 
2
- > @opensaas/stack-tiptap@0.41.0 build /home/runner/work/stack/stack/packages/tiptap
2
+ > @opensaas/stack-tiptap@0.42.1 build /home/runner/work/stack/stack/packages/tiptap
3
3
  > tsc && npm run copy:css
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
6
6
  npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
7
7
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
8
8
 
9
- > @opensaas/stack-tiptap@0.41.0 copy:css
9
+ > @opensaas/stack-tiptap@0.42.1 copy:css
10
10
  > mkdir -p dist/styles && cp src/styles/tiptap.css dist/styles/
11
11
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @opensaas/stack-tiptap
2
2
 
3
+ ## 0.42.1
4
+
5
+ ## 0.42.0
6
+
3
7
  ## 0.41.0
4
8
 
5
9
  ## 0.40.0
@@ -17,5 +17,5 @@ export interface TiptapFieldProps {
17
17
  * Tiptap rich text editor field component
18
18
  * Supports both edit and read-only modes with JSON content storage
19
19
  */
20
- export declare function TiptapField({ name, value, onChange, label, error, disabled, required, mode, placeholder, minHeight, maxHeight, }: TiptapFieldProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function TiptapField({ name, value, onChange, label, error, disabled, required, mode, placeholder, minHeight, maxHeight, }: TiptapFieldProps): import("react").JSX.Element;
21
21
  //# sourceMappingURL=TiptapField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TiptapField.d.ts","sourceRoot":"","sources":["../../src/components/TiptapField.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA4B,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAI1E,OAAO,sBAAsB,CAAA;AAE7B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IAClC,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAA;IACtC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,IAAa,EACb,WAAgC,EAChC,SAAe,EACf,SAAS,GACV,EAAE,gBAAgB,2CAqJlB"}
1
+ {"version":3,"file":"TiptapField.d.ts","sourceRoot":"","sources":["../../src/components/TiptapField.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA4B,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAI1E,OAAO,sBAAsB,CAAA;AAE7B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IAClC,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAA;IACtC,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,IAAa,EACb,WAAgC,EAChC,SAAe,EACf,SAAS,GACV,EAAE,gBAAgB,+BAqJlB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-tiptap",
3
- "version": "0.41.0",
3
+ "version": "0.42.1",
4
4
  "description": "Tiptap rich text editor integration for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^26.1.1",
52
- "@types/react": "^19.2.14",
52
+ "@types/react": "^19.2.18",
53
53
  "@types/react-dom": "^19.2.3",
54
54
  "@typescript/native": "npm:typescript@^7.0.2",
55
55
  "next": "^16.2.10",
56
56
  "react": "^19.2.8",
57
57
  "react-dom": "^19.2.8",
58
58
  "typescript": "npm:@typescript/typescript6@^6.0.2",
59
- "@opensaas/stack-core": "0.41.0",
60
- "@opensaas/stack-ui": "0.41.0"
59
+ "@opensaas/stack-core": "0.42.1",
60
+ "@opensaas/stack-ui": "0.42.1"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsc && npm run copy:css",