@mittwald/flow-react-components 0.2.0-alpha.969 → 0.2.0-alpha.970

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,4 +1,4 @@
1
- import { Parser, NodeSet, NodeType, DefaultBufferLength, NodeProp, Tree, IterMode } from '../../../../../@lezer_common@1.5.2/node_modules/@lezer/common/dist/index.mjs';
1
+ import { Parser, NodeProp, NodeSet, NodeType, DefaultBufferLength, Tree, IterMode } from '@lezer/common';
2
2
 
3
3
  /**
4
4
  A parse stack. These are used internally by the parser to track
@@ -1,2 +1,2 @@
1
- export declare const gutterSpacer: () => import('@uiw/react-codemirror').Extension;
1
+ export declare const gutterSpacer: () => import('@codemirror/state').Extension;
2
2
  //# sourceMappingURL=gutterSpacer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"gutterSpacer.d.ts","sourceRoot":"","sources":["../../../../../src/components/CodeEditor/extensions/gutterSpacer.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,YAAY,iDAKrB,CAAC"}
1
+ {"version":3,"file":"gutterSpacer.d.ts","sourceRoot":"","sources":["../../../../../src/components/CodeEditor/extensions/gutterSpacer.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,YAAY,6CAKrB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const defaultLightTheme: import('@uiw/react-codemirror').Extension;
1
+ export declare const defaultLightTheme: import('@codemirror/state').Extension;
2
2
  //# sourceMappingURL=defaultEditorTheme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defaultEditorTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/CodeEditor/themes/defaultEditorTheme.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,2CAkC5B,CAAC"}
1
+ {"version":3,"file":"defaultEditorTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/CodeEditor/themes/defaultEditorTheme.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,uCAkC5B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.969",
3
+ "version": "0.2.0-alpha.970",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://flow.mittwald.de",
@@ -60,14 +60,17 @@
60
60
  "dependencies": {
61
61
  "@codemirror/language": "^6.12.4",
62
62
  "@codemirror/lint": "^6.9.7",
63
+ "@codemirror/state": "^6.7.1",
64
+ "@codemirror/view": "^6.43.6",
63
65
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
64
66
  "@fortawesome/react-fontawesome": "^3.3.1",
65
67
  "@internationalized/string": "^3.2.9",
66
68
  "@internationalized/string-compiler": "^3.4.1",
69
+ "@lezer/common": "^1.5.2",
67
70
  "@lezer/highlight": "^1.2.3",
68
- "@mittwald/flow-icons": "0.2.0-alpha.969",
71
+ "@mittwald/flow-icons": "0.2.0-alpha.970",
69
72
  "@mittwald/password-tools-js": "3.0.0-alpha.31",
70
- "@mittwald/react-tunnel": "0.2.0-alpha.969",
73
+ "@mittwald/react-tunnel": "0.2.0-alpha.970",
71
74
  "@mittwald/react-use-promise": "^4.2.2",
72
75
  "@react-aria/form": "^3.2.1",
73
76
  "@react-aria/i18n": "^3.13.1",
@@ -122,7 +125,7 @@
122
125
  "@lezer/generator": "^1.8.0",
123
126
  "@lezer/lr": "^1.4.10",
124
127
  "@mittwald/flow-core": "",
125
- "@mittwald/flow-design-tokens": "0.2.0-alpha.969",
128
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.970",
126
129
  "@mittwald/flow-icons-base": "",
127
130
  "@mittwald/react-use-promise": "^4.2.2",
128
131
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
@@ -177,7 +180,7 @@
177
180
  },
178
181
  "peerDependencies": {
179
182
  "@internationalized/date": "^3.12.2",
180
- "@mittwald/flow-icons-pro": "0.2.0-alpha.969",
183
+ "@mittwald/flow-icons-pro": "0.2.0-alpha.970",
181
184
  "@mittwald/react-use-promise": "^4.2.2",
182
185
  "next": "^16.2.3",
183
186
  "react": "^19.2.0",
@@ -198,5 +201,5 @@
198
201
  "optional": true
199
202
  }
200
203
  },
201
- "gitHead": "8c7c4350d71fc185eade8df18af400390b42673d"
204
+ "gitHead": "3daa7b61f1f621cc0505bda763c127309ecbe59c"
202
205
  }