@stubber/ui 1.12.0 → 1.12.2

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.
@@ -129,10 +129,16 @@ body {
129
129
  }
130
130
 
131
131
  .prose li,
132
- .prose ul {
132
+ .prose ul,
133
+ .prose ol {
133
134
  margin: unset;
134
135
  }
135
136
 
137
+ .prose ul,
138
+ .prose ol {
139
+ margin-bottom: 0.5em;
140
+ }
141
+
136
142
  .prose h1,
137
143
  .prose h2,
138
144
  .prose h3,
@@ -141,6 +147,8 @@ body {
141
147
  .prose h6 {
142
148
  color: unset;
143
149
  margin: unset;
150
+ margin-top: 0.5em;
151
+ margin-bottom: 0.5em;
144
152
  }
145
153
 
146
154
  .prose h1 {
@@ -171,6 +179,7 @@ body {
171
179
 
172
180
  .prose p {
173
181
  margin: unset;
182
+ margin-bottom: 0.5em;
174
183
  }
175
184
 
176
185
  .prose hr {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/ui",
3
- "version": "1.12.0",
3
+ "version": "1.12.2",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm run package && node ./fix_dts_imports.js",