design-system-silkhaus 3.10.0-beta-image-viewer.3 → 3.10.0-beta-image-viewer.5

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.
@@ -314,6 +314,9 @@ exports.fontSizeConfig = {
314
314
  fontWeight: 'var(--font-weight-bold)',
315
315
  },
316
316
  ],
317
+ /**
318
+ * @deprecated use `mediumSubheadRegular` instead
319
+ */
317
320
  mediumSubHeadRegular: [
318
321
  'var(--MediumSubHead-Regular-font-size)',
319
322
  {
@@ -321,6 +324,9 @@ exports.fontSizeConfig = {
321
324
  fontWeight: 'var(--font-weight-normal)',
322
325
  },
323
326
  ],
327
+ /**
328
+ * @deprecated use `mediumSubheadEmphasized` instead
329
+ */
324
330
  mediumSubHeadEmphasized: [
325
331
  'var(--MediumSubHead-Regular-font-size)',
326
332
  {
@@ -328,6 +334,20 @@ exports.fontSizeConfig = {
328
334
  fontWeight: 'var(--font-weight-semibold)',
329
335
  },
330
336
  ],
337
+ mediumSubheadRegular: [
338
+ 'var(--MediumSubHead-Regular-font-size)',
339
+ {
340
+ lineHeight: 'var(--MediumSubHead-Regular-line-height)',
341
+ fontWeight: 'var(--font-weight-normal)',
342
+ },
343
+ ],
344
+ mediumSubheadEmphasized: [
345
+ 'var(--MediumSubHead-Regular-font-size)',
346
+ {
347
+ lineHeight: 'var(--MediumSubHead-Regular-line-height)',
348
+ fontWeight: 'var(--font-weight-semibold)',
349
+ },
350
+ ],
331
351
  mediumCaption1Regular: [
332
352
  'var(--MediumCaption-1Regular-font-size)',
333
353
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "3.10.0-beta-image-viewer.3",
4
+ "version": "3.10.0-beta-image-viewer.5",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",