@versini/ui-styles 1.8.0 → 1.8.1
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/dist/index.js +6 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7134,6 +7134,12 @@ const gi = "#ff3f3f", K = {
|
|
|
7134
7134
|
fontFamily: "Open Sans, ui-sans-serif, system-ui, sans-serif",
|
|
7135
7135
|
fontWeight: "400"
|
|
7136
7136
|
},
|
|
7137
|
+
".av-header h1, .av-header h2, .av-header h3, .av-header h4, .av-header h5, .av-header h6": {
|
|
7138
|
+
margin: "0"
|
|
7139
|
+
},
|
|
7140
|
+
".av-header p": {
|
|
7141
|
+
margin: "0"
|
|
7142
|
+
},
|
|
7137
7143
|
blockquote: {
|
|
7138
7144
|
borderLeftWidth: "6px"
|
|
7139
7145
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"culori": "4.0.1",
|
|
37
37
|
"tailwindcss": "3.4.3"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "12efc1d6eb56ee925cdefbdbfb91445b251d87ae"
|
|
40
40
|
}
|