@squiz/formatted-text-editor 2.6.6 → 2.6.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.6.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 25fd0ec: bump dxp-content-tools-modal to 0.5.0
8
+
3
9
  ## 2.6.6
4
10
 
5
11
  ### Patch Changes
package/lib/index.css CHANGED
@@ -4524,10 +4524,11 @@
4524
4524
  min-height: 100%;
4525
4525
  }
4526
4526
  .squiz-fte-scope .dxp-ctm-content > .dxp-ctm-section {
4527
+ box-sizing: border-box;
4527
4528
  display: flex;
4528
4529
  flex: 1;
4529
4530
  flex-direction: column;
4530
- max-width: calc(50% - 1rem * 2);
4531
+ max-width: 50%;
4531
4532
  padding: 1rem;
4532
4533
  }
4533
4534
  .squiz-fte-scope .dxp-ctm-content > .dxp-ctm-section > .squiz-fte-scope {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/formatted-text-editor",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "private": false,
@@ -26,7 +26,7 @@
26
26
  "@remirror/extension-react-tables": "^2.2.21",
27
27
  "@remirror/react": "2.0.35",
28
28
  "@squiz/dx-json-schema-lib": "^1.81.4",
29
- "@squiz/dxp-content-tools-modal": "^0.4.0",
29
+ "@squiz/dxp-content-tools-modal": "^0.5.0",
30
30
  "clsx": "2.1.1",
31
31
  "react-hook-form": "7.51.4",
32
32
  "react-image-size": "2.0.0",