@squiz/formatted-text-editor 1.53.1-alpha.9 → 1.54.0

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.
Files changed (2) hide show
  1. package/lib/index.css +0 -3
  2. package/package.json +4 -4
package/lib/index.css CHANGED
@@ -644,7 +644,6 @@
644
644
  text-decoration: underline;
645
645
  }
646
646
  .squiz-fte-scope .remirror-editor p {
647
- -webkit-margin-after: 0.8rem;
648
647
  margin-block-end: 0.8rem;
649
648
  }
650
649
  .squiz-fte-scope .remirror-editor h1 {
@@ -723,9 +722,7 @@
723
722
  list-style-type: decimal;
724
723
  }
725
724
  .squiz-fte-scope .remirror-editor hr {
726
- -webkit-margin-before: 0.6rem;
727
725
  margin-block-start: 0.6rem;
728
- -webkit-margin-after: 0.6rem;
729
726
  margin-block-end: 0.6rem;
730
727
  }
731
728
  .squiz-fte-scope .squiz-fte-form-group {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/formatted-text-editor",
3
- "version": "1.53.1-alpha.9",
3
+ "version": "1.54.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -20,8 +20,8 @@
20
20
  "@headlessui/react": "1.7.11",
21
21
  "@mui/icons-material": "5.11.16",
22
22
  "@remirror/react": "2.0.25",
23
- "@squiz/dx-json-schema-lib": "1.53.1-alpha.9",
24
- "@squiz/resource-browser": "1.53.1-alpha.9",
23
+ "@squiz/dx-json-schema-lib": "1.54.0",
24
+ "@squiz/resource-browser": "1.54.0",
25
25
  "clsx": "1.2.1",
26
26
  "react-hook-form": "7.43.2",
27
27
  "react-image-size": "2.0.0",
@@ -75,5 +75,5 @@
75
75
  "volta": {
76
76
  "node": "18.15.0"
77
77
  },
78
- "gitHead": "70f03306fce64378d9909b0a802ba36ea878036f"
78
+ "gitHead": "5ba15a82452f0500fe97b46c3c466683ddd98031"
79
79
  }