@oneblink/apps-react 8.13.0-beta.3 → 8.13.1-beta.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.
@@ -25,7 +25,8 @@
25
25
  .ob-quill-content ul > li {
26
26
  list-style-type: none;
27
27
  }
28
- .ob-quill-content ul > li::before {
28
+ .ob-quill-content ul > li::before,
29
+ .ob-quill-content ol ul > li::before {
29
30
  content: '\2022';
30
31
  }
31
32
  .ob-quill-content ul[data-checked='true'],
package/dist/styles.css CHANGED
@@ -8493,7 +8493,8 @@ button on-loading {
8493
8493
  list-style-type: none;
8494
8494
  }
8495
8495
 
8496
- .ob-quill-content ul > li::before {
8496
+ .ob-quill-content ul > li::before,
8497
+ .ob-quill-content ol ul > li::before {
8497
8498
  content: "•";
8498
8499
  }
8499
8500
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "8.13.0-beta.3",
4
+ "version": "8.13.1-beta.1",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"