@byline/ui 3.12.2 → 3.13.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.
@@ -142,7 +142,7 @@
142
142
  margin-top: 0;
143
143
  margin-bottom: 1rem;
144
144
  font-size: 2.5rem;
145
- font-weight: 600;
145
+ font-weight: 500;
146
146
  line-height: 1.125;
147
147
  }
148
148
 
@@ -150,7 +150,7 @@
150
150
  margin-top: 1.5rem;
151
151
  margin-bottom: .75rem;
152
152
  font-size: 2rem;
153
- font-weight: 600;
153
+ font-weight: 500;
154
154
  line-height: 1.2;
155
155
  }
156
156
 
@@ -158,7 +158,7 @@
158
158
  margin-top: 1.25rem;
159
159
  margin-bottom: .75rem;
160
160
  font-size: 1.75rem;
161
- font-weight: 600;
161
+ font-weight: 400;
162
162
  line-height: 1.1;
163
163
  }
164
164
 
@@ -166,7 +166,7 @@
166
166
  margin-top: 1.25rem;
167
167
  margin-bottom: .65rem;
168
168
  font-size: 1.55rem;
169
- font-weight: 600;
169
+ font-weight: 400;
170
170
  line-height: 1.1;
171
171
  }
172
172
 
@@ -199,7 +199,7 @@
199
199
 
200
200
  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
201
201
  color: var(--prose-links);
202
- font-weight: 500;
202
+ font-weight: 400;
203
203
  text-decoration: underline;
204
204
  }
205
205
 
@@ -264,7 +264,6 @@
264
264
 
265
265
  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
266
266
  color: var(--prose-counters);
267
- font-weight: 400;
268
267
  }
269
268
 
270
269
  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
@@ -274,7 +273,6 @@
274
273
  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
275
274
  color: var(--prose-headings);
276
275
  margin-top: 1.25em;
277
- font-weight: 500;
278
276
  }
279
277
 
280
278
  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
@@ -295,7 +293,7 @@
295
293
  padding-inline-start: 1rem;
296
294
  font-size: 1.2em;
297
295
  font-style: normal;
298
- font-weight: 600;
296
+ font-weight: 500;
299
297
  line-height: 1.3;
300
298
  }
301
299
 
@@ -341,7 +339,7 @@
341
339
  padding-inline-start: .375em;
342
340
  font-family: inherit;
343
341
  font-size: .875em;
344
- font-weight: 500;
342
+ font-weight: 400;
345
343
  }
346
344
 
347
345
  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
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.12.2",
6
+ "version": "3.13.1",
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.12.2"
65
+ "@byline/core": "3.13.1"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^19.0.0",
@@ -154,7 +154,7 @@
154
154
 
155
155
  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
156
156
  font-size: 2.5rem;
157
- font-weight: 600;
157
+ font-weight: 500;
158
158
  line-height: 1.125;
159
159
  margin-top: 0;
160
160
  margin-bottom: 1rem;
@@ -162,7 +162,7 @@
162
162
 
163
163
  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
164
164
  font-size: 2rem;
165
- font-weight: 600;
165
+ font-weight: 500;
166
166
  line-height: 1.2;
167
167
  margin-top: 1.5rem;
168
168
  margin-bottom: 0.75rem;
@@ -170,7 +170,7 @@
170
170
 
171
171
  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
172
172
  font-size: 1.75rem;
173
- font-weight: 600;
173
+ font-weight: 400;
174
174
  line-height: 1.1;
175
175
  margin-top: 1.25rem;
176
176
  margin-bottom: 0.75rem;
@@ -178,7 +178,7 @@
178
178
 
179
179
  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
180
180
  font-size: 1.55rem;
181
- font-weight: 600;
181
+ font-weight: 400;
182
182
  line-height: 1.1;
183
183
  margin-top: 1.25rem;
184
184
  margin-bottom: 0.65rem;
@@ -214,7 +214,7 @@
214
214
  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
215
215
  color: var(--prose-links);
216
216
  text-decoration: underline;
217
- font-weight: 500;
217
+ font-weight: 400;
218
218
  }
219
219
 
220
220
  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
@@ -281,7 +281,6 @@
281
281
  }
282
282
 
283
283
  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
284
- font-weight: 400;
285
284
  color: var(--prose-counters);
286
285
  }
287
286
 
@@ -291,7 +290,6 @@
291
290
 
292
291
  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
293
292
  color: var(--prose-headings);
294
- font-weight: 500;
295
293
  margin-top: 1.25em;
296
294
  }
297
295
 
@@ -303,7 +301,7 @@
303
301
  }
304
302
 
305
303
  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
306
- font-weight: 600;
304
+ font-weight: 500;
307
305
  font-style: normal;
308
306
  color: var(--prose-quotes);
309
307
  quotes: none;
@@ -357,7 +355,7 @@
357
355
  }
358
356
 
359
357
  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
360
- font-weight: 500;
358
+ font-weight: 400;
361
359
  font-family: inherit;
362
360
  color: var(--prose-kbd);
363
361
  box-shadow: