@flowgram.ai/fixed-semi-materials 0.2.26 → 0.2.28

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.mts CHANGED
@@ -113,7 +113,7 @@ declare const defaultFixedSemiMaterials: {
113
113
  */
114
114
 
115
115
  declare const PlaygroundTools: ({ layoutText }: {
116
- layoutText?: string | undefined;
116
+ layoutText?: string;
117
117
  }) => React.JSX.Element;
118
118
 
119
119
  export { PlaygroundTools, defaultFixedSemiMaterials };
package/dist/index.d.ts CHANGED
@@ -113,7 +113,7 @@ declare const defaultFixedSemiMaterials: {
113
113
  */
114
114
 
115
115
  declare const PlaygroundTools: ({ layoutText }: {
116
- layoutText?: string | undefined;
116
+ layoutText?: string;
117
117
  }) => React.JSX.Element;
118
118
 
119
119
  export { PlaygroundTools, defaultFixedSemiMaterials };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/fixed-semi-materials",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "@douyinfe/semi-ui": "^2.80.0",
22
22
  "lodash": "^4.17.21",
23
23
  "nanoid": "^4.0.2",
24
- "@flowgram.ai/fixed-layout-editor": "0.2.26"
24
+ "@flowgram.ai/fixed-layout-editor": "0.2.28"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/lodash": "^4.14.137",
@@ -33,10 +33,10 @@
33
33
  "react-dom": "^18",
34
34
  "styled-components": "^5",
35
35
  "tsup": "^8.0.1",
36
- "typescript": "^5.0.4",
36
+ "typescript": "^5.8.3",
37
37
  "vitest": "^0.34.6",
38
- "@flowgram.ai/eslint-config": "0.2.26",
39
- "@flowgram.ai/ts-config": "0.2.26"
38
+ "@flowgram.ai/ts-config": "0.2.28",
39
+ "@flowgram.ai/eslint-config": "0.2.28"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=16.8",