@budibase/bbui 3.34.2 → 3.34.3
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "3.34.
|
|
4
|
+
"version": "3.34.3",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"module": "dist/bbui.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "9c56751662ed542fe5398a29d207dd55198c9f83"
|
|
111
111
|
}
|
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
:global(.EasyMDEContainer .cm-s-easymde .cm-url) {
|
|
115
115
|
color: var(--spectrum-global-color-gray-500);
|
|
116
116
|
}
|
|
117
|
+
/* Markdown italics in the editor */
|
|
118
|
+
:global(.EasyMDEContainer .cm-s-easymde .cm-em) {
|
|
119
|
+
font-style: italic !important;
|
|
120
|
+
}
|
|
117
121
|
/* Full preview window */
|
|
118
122
|
:global(.EasyMDEContainer .editor-preview) {
|
|
119
123
|
background: var(--spectrum-global-color-gray-50);
|
|
@@ -162,6 +166,13 @@
|
|
|
162
166
|
:global(.EasyMDEContainer a:hover) {
|
|
163
167
|
color: var(--primaryColorHover);
|
|
164
168
|
}
|
|
169
|
+
/* Markdown italics */
|
|
170
|
+
:global(.EasyMDEContainer .editor-preview em),
|
|
171
|
+
:global(.EasyMDEContainer .editor-preview i),
|
|
172
|
+
:global(.EasyMDEContainer .editor-preview-side em),
|
|
173
|
+
:global(.EasyMDEContainer .editor-preview-side i) {
|
|
174
|
+
font-style: italic !important;
|
|
175
|
+
}
|
|
165
176
|
/* Allow full screen offset */
|
|
166
177
|
:global(.EasyMDEContainer .editor-toolbar.fullscreen) {
|
|
167
178
|
left: var(--fullscreen-offset-x);
|