@reslide-dev/core 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reslide-dev/core",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Framework-agnostic React presentation components",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -44,10 +44,28 @@
44
44
  margin-bottom: 0.75rem;
45
45
  }
46
46
 
47
- .reslide-slide ul,
47
+ .reslide-slide ul {
48
+ padding-left: 1.5rem;
49
+ margin-bottom: 0.75rem;
50
+ list-style-type: disc;
51
+ }
52
+
48
53
  .reslide-slide ol {
49
54
  padding-left: 1.5rem;
50
55
  margin-bottom: 0.75rem;
56
+ list-style-type: decimal;
57
+ }
58
+
59
+ .reslide-slide ul ul {
60
+ list-style-type: circle;
61
+ }
62
+
63
+ .reslide-slide ul ul ul {
64
+ list-style-type: square;
65
+ }
66
+
67
+ .reslide-slide ol ol {
68
+ list-style-type: lower-alpha;
51
69
  }
52
70
 
53
71
  .reslide-slide li {
@@ -44,10 +44,28 @@
44
44
  margin-bottom: 0.75rem;
45
45
  }
46
46
 
47
- .reslide-slide ul,
47
+ .reslide-slide ul {
48
+ padding-left: 1.5rem;
49
+ margin-bottom: 0.75rem;
50
+ list-style-type: disc;
51
+ }
52
+
48
53
  .reslide-slide ol {
49
54
  padding-left: 1.5rem;
50
55
  margin-bottom: 0.75rem;
56
+ list-style-type: decimal;
57
+ }
58
+
59
+ .reslide-slide ul ul {
60
+ list-style-type: circle;
61
+ }
62
+
63
+ .reslide-slide ul ul ul {
64
+ list-style-type: square;
65
+ }
66
+
67
+ .reslide-slide ol ol {
68
+ list-style-type: lower-alpha;
51
69
  }
52
70
 
53
71
  .reslide-slide li {