kaze-design-system 0.2.2 → 0.2.3

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/components.css +9 -0
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -2057,6 +2057,15 @@
2057
2057
  .prose ul,
2058
2058
  .prose ol {
2059
2059
  padding-left: var(--space-6);
2060
+ margin-bottom: var(--space-5);
2061
+ }
2062
+
2063
+ .prose ul {
2064
+ list-style-type: disc;
2065
+ }
2066
+
2067
+ .prose ol {
2068
+ list-style-type: decimal;
2060
2069
  }
2061
2070
 
2062
2071
  .prose li {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaze-design-system",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",