@versini/ui-styles 3.2.7 → 3.2.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7203,7 +7203,7 @@ const gi = "#ff3f3f", ee = {
7203
7203
  },
7204
7204
  "li > ul": {
7205
7205
  marginTop: "0",
7206
- paddingInlineStart: "0.5em"
7206
+ paddingInlineStart: "0"
7207
7207
  },
7208
7208
  "ul > li": {
7209
7209
  marginBottom: "0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
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": "7924430ddd05d614e8d16256c5dcc14564c91c14"
43
+ "gitHead": "37e68515f0677136de4b5617c54d8bb3337bd8c0"
44
44
  }