@byline/ui 3.13.1 → 3.13.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.
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
--prose-lead: #4b5563;
|
|
34
34
|
--prose-links: var(--accent-950);
|
|
35
35
|
--prose-counters: #6b7280;
|
|
36
|
-
--prose-bullets:
|
|
36
|
+
--prose-bullets: var(--primary-600);
|
|
37
37
|
--prose-hr: #e5e7eb;
|
|
38
38
|
--prose-quotes: var(--accent-700);
|
|
39
39
|
--prose-quote-borders: var(--accent-700);
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
--prose-invert-lead: #9ca3af;
|
|
51
51
|
--prose-invert-links: var(--accent-500);
|
|
52
52
|
--prose-invert-counters: #9ca3af;
|
|
53
|
-
--prose-invert-bullets:
|
|
53
|
+
--prose-invert-bullets: var(--primary-200);
|
|
54
54
|
--prose-invert-hr: #374151;
|
|
55
55
|
--prose-invert-quotes: var(--accent-400);
|
|
56
56
|
--prose-invert-quote-borders: var(--accent-400);
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
--prose-lead: #4b5563;
|
|
93
93
|
--prose-links: var(--accent-950);
|
|
94
94
|
--prose-counters: #6b7280;
|
|
95
|
-
--prose-bullets:
|
|
95
|
+
--prose-bullets: var(--primary-600);
|
|
96
96
|
--prose-hr: #e5e7eb;
|
|
97
97
|
--prose-quotes: var(--accent-700);
|
|
98
98
|
--prose-quote-borders: var(--accent-700);
|
|
@@ -262,6 +262,11 @@
|
|
|
262
262
|
list-style-type: disc;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
+
.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
266
|
+
margin-top: .5em;
|
|
267
|
+
margin-bottom: .5em;
|
|
268
|
+
}
|
|
269
|
+
|
|
265
270
|
.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
|
|
266
271
|
color: var(--prose-counters);
|
|
267
272
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "3.13.
|
|
6
|
+
"version": "3.13.3",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.9.0"
|
|
9
9
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"npm-run-all": "^4.1.5",
|
|
63
63
|
"react-day-picker": "^10.0.1",
|
|
64
64
|
"zod": "^4.4.3",
|
|
65
|
-
"@byline/core": "3.13.
|
|
65
|
+
"@byline/core": "3.13.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^19.0.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
--prose-lead: #4b5563;
|
|
24
24
|
--prose-links: var(--accent-950);
|
|
25
25
|
--prose-counters: #6b7280;
|
|
26
|
-
--prose-bullets:
|
|
26
|
+
--prose-bullets: var(--primary-600);
|
|
27
27
|
--prose-hr: #e5e7eb;
|
|
28
28
|
--prose-quotes: var(--accent-700);
|
|
29
29
|
--prose-quote-borders: var(--accent-700);
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
--prose-invert-lead: #9ca3af;
|
|
41
41
|
--prose-invert-links: var(--accent-500);
|
|
42
42
|
--prose-invert-counters: #9ca3af;
|
|
43
|
-
--prose-invert-bullets:
|
|
43
|
+
--prose-invert-bullets: var(--primary-200);
|
|
44
44
|
--prose-invert-hr: #374151;
|
|
45
45
|
--prose-invert-quotes: var(--accent-400);
|
|
46
46
|
--prose-invert-quote-borders: var(--accent-400);
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
--prose-lead: #4b5563;
|
|
87
87
|
--prose-links: var(--accent-950);
|
|
88
88
|
--prose-counters: #6b7280;
|
|
89
|
-
--prose-bullets:
|
|
89
|
+
--prose-bullets: var(--primary-600);
|
|
90
90
|
--prose-hr: #e5e7eb;
|
|
91
91
|
--prose-quotes: var(--accent-700);
|
|
92
92
|
--prose-quote-borders: var(--accent-700);
|
|
@@ -280,6 +280,11 @@
|
|
|
280
280
|
padding-inline-start: 1.625em;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
+
.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
284
|
+
margin-top: 0.5em;
|
|
285
|
+
margin-bottom: 0.5em;
|
|
286
|
+
}
|
|
287
|
+
|
|
283
288
|
.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
|
|
284
289
|
color: var(--prose-counters);
|
|
285
290
|
}
|