@squiz/formatted-text-editor 1.40.1-alpha.12 → 1.40.1-alpha.13
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 +2 -2
- package/package.json +4 -4
- package/src/ui/_typography.scss +2 -2
package/lib/index.css
CHANGED
@@ -713,14 +713,14 @@
|
|
713
713
|
padding-top: 0.75rem;
|
714
714
|
padding-bottom: 0.75rem;
|
715
715
|
}
|
716
|
-
.squiz-fte-scope .remirror-editor ul
|
716
|
+
.squiz-fte-scope .remirror-editor ul,
|
717
|
+
.squiz-fte-scope .remirror-editor ol {
|
717
718
|
list-style-type: disc;
|
718
719
|
padding: 0 0 0 2.5rem;
|
719
720
|
margin: 1rem 0;
|
720
721
|
}
|
721
722
|
.squiz-fte-scope .remirror-editor ol {
|
722
723
|
list-style-type: decimal;
|
723
|
-
padding: 0 0 0 1rem;
|
724
724
|
}
|
725
725
|
.squiz-fte-scope .squiz-fte-form-group {
|
726
726
|
display: flex;
|
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.13",
|
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.13",
|
24
|
+
"@squiz/resource-browser": "1.40.1-alpha.13",
|
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": "a933707fa72d8341972fac24e2a708f2352f0c3a"
|
79
79
|
}
|