@versini/ui-styles 3.2.6 → 3.2.7
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 +12 -0
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -7197,6 +7197,18 @@ const gi = "#ff3f3f", ee = {
|
|
|
7197
7197
|
li: {
|
|
7198
7198
|
fontSize: "1rem"
|
|
7199
7199
|
},
|
|
7200
|
+
"li > p, ul > p, ol > p": {
|
|
7201
|
+
marginBottom: "0",
|
|
7202
|
+
marginTop: "0"
|
|
7203
|
+
},
|
|
7204
|
+
"li > ul": {
|
|
7205
|
+
marginTop: "0",
|
|
7206
|
+
paddingInlineStart: "0.5em"
|
|
7207
|
+
},
|
|
7208
|
+
"ul > li": {
|
|
7209
|
+
marginBottom: "0",
|
|
7210
|
+
marginTop: "0"
|
|
7211
|
+
},
|
|
7200
7212
|
pre: {
|
|
7201
7213
|
marginTop: "2rem",
|
|
7202
7214
|
marginBottom: "2rem",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"dev:types": "tsup --watch src",
|
|
29
29
|
"dev": "npm-run-all clean --parallel dev:js dev:types",
|
|
30
30
|
"lint": "biome lint src",
|
|
31
|
+
"prettier": "biome check --write --no-errors-on-unmatched",
|
|
31
32
|
"test:coverage": "vitest run --coverage",
|
|
32
33
|
"test:watch": "vitest",
|
|
33
34
|
"test": "cross-env-shell NODE_ENV=test vitest run"
|
|
@@ -39,5 +40,5 @@
|
|
|
39
40
|
"fs-extra": "11.3.0",
|
|
40
41
|
"tailwindcss": "3.4.17"
|
|
41
42
|
},
|
|
42
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "7924430ddd05d614e8d16256c5dcc14564c91c14"
|
|
43
44
|
}
|