@fileverse-dev/fortune-core 1.0.2-mod-55 → 1.0.2-mod-57

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.esm.js CHANGED
@@ -9074,7 +9074,9 @@ var en = {
9074
9074
  toolMoreTip: "More features",
9075
9075
  moreOptions: "More options",
9076
9076
  cellFormat: "Cell format config",
9077
- print: "Print"
9077
+ print: "Print",
9078
+ link: "Link",
9079
+ search: "Search"
9078
9080
  },
9079
9081
  alternatingColors: {
9080
9082
  applyRange: "Apply to range",
package/dist/index.js CHANGED
@@ -9084,7 +9084,9 @@ var en = {
9084
9084
  toolMoreTip: "More features",
9085
9085
  moreOptions: "More options",
9086
9086
  cellFormat: "Cell format config",
9087
- print: "Print"
9087
+ print: "Print",
9088
+ link: "Link",
9089
+ search: "Search"
9088
9090
  },
9089
9091
  alternatingColors: {
9090
9092
  applyRange: "Apply to range",
@@ -80,6 +80,8 @@ declare const _default: {
80
80
  moreOptions: string;
81
81
  cellFormat: string;
82
82
  print: string;
83
+ link: string;
84
+ search: string;
83
85
  };
84
86
  alternatingColors: {
85
87
  applyRange: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-55",
3
+ "version": "1.0.2-mod-57",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",