@examind/block-editor 0.1.39 → 0.1.40

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
@@ -6133,6 +6133,7 @@ function FinancialStatementQuestionComponent(props) {
6133
6133
  className: "financial-statement-question-header",
6134
6134
  colSpan: 2,
6135
6135
  "data-selectable": "true",
6136
+ style: columnHeaders.length >= 2 ? {} : { textAlign: "center" },
6136
6137
  children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_LexicalNestedComposer2.LexicalNestedComposer, { initialEditor: header, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(NestedEditor, { nodeKey, children: [
6137
6138
  /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(SettingsPanelNestedAgentPlugin, {}),
6138
6139
  /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
package/dist/index.mjs CHANGED
@@ -6295,6 +6295,7 @@ function FinancialStatementQuestionComponent(props) {
6295
6295
  className: "financial-statement-question-header",
6296
6296
  colSpan: 2,
6297
6297
  "data-selectable": "true",
6298
+ style: columnHeaders.length >= 2 ? {} : { textAlign: "center" },
6298
6299
  children: /* @__PURE__ */ jsx54(LexicalNestedComposer2, { initialEditor: header, children: /* @__PURE__ */ jsxs15(NestedEditor, { nodeKey, children: [
6299
6300
  /* @__PURE__ */ jsx54(SettingsPanelNestedAgentPlugin, {}),
6300
6301
  /* @__PURE__ */ jsx54(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@examind/block-editor",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
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.39"
65
+ "@examind/block-types": "0.1.40"
66
66
  },
67
67
  "dependencies": {
68
68
  "@dnd-kit/core": "6.3.1",