@stubber/ui 1.11.0 → 1.12.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.
@@ -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 {
@@ -177,3 +185,8 @@ body {
177
185
  margin-top: 1em;
178
186
  margin-bottom: 1em;
179
187
  }
188
+
189
+ .wrap-anywhere {
190
+ word-wrap: break-word;
191
+ overflow-wrap: anywhere;
192
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/ui",
3
- "version": "1.11.0",
3
+ "version": "1.12.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm run package && node ./fix_dts_imports.js",