@siladev/qalam 0.1.2 → 0.1.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.
- package/dist/styles.css +12 -0
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -452,6 +452,18 @@ ol[data-list-type="abjad"] {
|
|
|
452
452
|
line-height: 2;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
+
.qalam-renderer ul {
|
|
456
|
+
list-style-type: disc;
|
|
457
|
+
padding-right: 24px;
|
|
458
|
+
margin: 8px 0;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.qalam-renderer ol {
|
|
462
|
+
list-style-type: decimal;
|
|
463
|
+
padding-right: 24px;
|
|
464
|
+
margin: 8px 0;
|
|
465
|
+
}
|
|
466
|
+
|
|
455
467
|
.qalam-renderer ul ul,
|
|
456
468
|
.qalam-renderer ol ul {
|
|
457
469
|
list-style-type: "- ";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siladev/qalam",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Islamic content editor with Quran verse references",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"types": "./dist/resolver/index.d.ts"
|
|
29
29
|
},
|
|
30
30
|
"./styles.css": "./dist/styles.css",
|
|
31
|
+
"./fonts/*": "./dist/*",
|
|
31
32
|
"./quran-data": "./dist/quran-data.json"
|
|
32
33
|
},
|
|
33
34
|
"files": [
|