@examind/block-editor 0.1.37 → 0.1.39

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.js CHANGED
@@ -20051,7 +20051,7 @@ function VariableSettings(props) {
20051
20051
  const VariableTypes = ["text", "number"];
20052
20052
  const VariableTypeLabelsMap = {
20053
20053
  number: "Number",
20054
- text: "Text"
20054
+ text: "Auto"
20055
20055
  };
20056
20056
  const variableTypesMenu = (0, import_react116.useMemo)(() => {
20057
20057
  return VariableTypes.map((typeItem) => {
package/dist/index.mjs CHANGED
@@ -20711,7 +20711,7 @@ function VariableSettings(props) {
20711
20711
  const VariableTypes = ["text", "number"];
20712
20712
  const VariableTypeLabelsMap = {
20713
20713
  number: "Number",
20714
- text: "Text"
20714
+ text: "Auto"
20715
20715
  };
20716
20716
  const variableTypesMenu = useMemo14(() => {
20717
20717
  return VariableTypes.map((typeItem) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@examind/block-editor",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "@comment version": [
5
5
  "Don't specify package version here. It will be injected by publish workflow."
6
6
  ],
@@ -62,7 +62,7 @@
62
62
  "tsup": "^8.3.5",
63
63
  "typescript": "^5.7.2",
64
64
  "typescript-eslint": "^8.18.2",
65
- "@examind/block-types": "0.1.37"
65
+ "@examind/block-types": "0.1.39"
66
66
  },
67
67
  "dependencies": {
68
68
  "@dnd-kit/core": "6.3.1",