@squiz/formatted-text-editor 1.40.1-alpha.11 → 1.40.1-alpha.12
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/lib/index.css +4 -0
- package/package.json +4 -4
- package/src/ui/_typography.scss +4 -0
package/lib/index.css
CHANGED
@@ -643,6 +643,10 @@
|
|
643
643
|
color: rgb(7 116 210 / var(--tw-text-opacity));
|
644
644
|
text-decoration: underline;
|
645
645
|
}
|
646
|
+
.squiz-fte-scope .remirror-editor p {
|
647
|
+
-webkit-margin-after: 0.8rem;
|
648
|
+
margin-block-end: 0.8rem;
|
649
|
+
}
|
646
650
|
.squiz-fte-scope .remirror-editor h1 {
|
647
651
|
font-size: 1.625rem;
|
648
652
|
font-weight: 600;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@squiz/formatted-text-editor",
|
3
|
-
"version": "1.40.1-alpha.
|
3
|
+
"version": "1.40.1-alpha.12",
|
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.40.1-alpha.
|
24
|
-
"@squiz/resource-browser": "1.40.1-alpha.
|
23
|
+
"@squiz/dx-json-schema-lib": "1.40.1-alpha.12",
|
24
|
+
"@squiz/resource-browser": "1.40.1-alpha.12",
|
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": "
|
78
|
+
"gitHead": "f1b879c8a9a73e15ee53819c41d2fd3c6ccf2b3e"
|
79
79
|
}
|