@coyalabs/bts-style 1.3.14 → 1.3.15

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.
@@ -201,17 +201,17 @@
201
201
  }
202
202
  .text[data-variant='content'][data-markdown='true'] :global(h1) {
203
203
  font-size: calc(24px + var(--text-modifier));
204
- font-weight: calc(850 + var(--text-weight-modifier));
204
+ font-weight: calc(900 + var(--text-weight-modifier));
205
205
  }
206
206
  .text[data-variant='content'][data-markdown='true'] :global(h2) {
207
207
  font-size: calc(21px + var(--text-modifier));
208
- font-weight: calc(800 + var(--text-weight-modifier));
208
+ font-weight: calc(900 + var(--text-weight-modifier));
209
209
  }
210
210
  .text[data-variant='content'][data-markdown='true'] :global(h3),
211
211
  .text[data-variant='button'][data-markdown='true'] :global(h1),
212
212
  .text[data-variant='button'][data-markdown='true'] :global(h2),
213
213
  .text[data-variant='button'][data-markdown='true'] :global(h3) {
214
214
  font-size: calc(18px + var(--text-modifier));
215
- font-weight: calc(700 + var(--text-weight-modifier));
215
+ font-weight: calc(900 + var(--text-weight-modifier));
216
216
  }
217
217
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coyalabs/bts-style",
3
- "version": "1.3.14",
3
+ "version": "1.3.15",
4
4
  "description": "BTS Theme Svelte component templates",
5
5
  "type": "module",
6
6
  "exports": {