@versini/ui-styles 3.2.10 → 4.0.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.
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4962,7 +4962,6 @@ const Yu = /* @__PURE__ */ Nt(ju), Gu = {
|
|
|
4962
4962
|
to: { opacity: "100" }
|
|
4963
4963
|
}
|
|
4964
4964
|
}, Zu = [
|
|
4965
|
-
"@versini/ui-anchor",
|
|
4966
4965
|
"@versini/ui-bubble",
|
|
4967
4966
|
"@versini/ui-button",
|
|
4968
4967
|
"@versini/ui-card",
|
|
@@ -7184,6 +7183,9 @@ const gi = "#ff3f3f", ee = {
|
|
|
7184
7183
|
h1: {
|
|
7185
7184
|
fontSize: "1.75em"
|
|
7186
7185
|
},
|
|
7186
|
+
h2: {
|
|
7187
|
+
marginTop: "1em"
|
|
7188
|
+
},
|
|
7187
7189
|
".av-header h1, .av-header h2, .av-header h3, .av-header h4, .av-header h5, .av-header h6": {
|
|
7188
7190
|
margin: "0"
|
|
7189
7191
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"fs-extra": "11.3.0",
|
|
41
41
|
"tailwindcss": "3.4.17"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e1786e4c57e30abf7d586b16a976681c97df323f"
|
|
44
44
|
}
|