@fileverse-dev/fortune-core 1.3.4 → 1.3.5-hyper-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.
package/lib/types.d.ts CHANGED
@@ -269,6 +269,11 @@ export type LinkCardProps = {
269
269
  };
270
270
  isEditing: boolean;
271
271
  selectingCellRange?: boolean;
272
+ applyToSelection?: boolean;
273
+ selectionOffsets?: {
274
+ start: number;
275
+ end: number;
276
+ };
272
277
  };
273
278
  export type RangeDialogProps = {
274
279
  show: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.3.4",
3
+ "version": "1.3.5-hyper-1",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",