design-system-silkhaus 2.14.0-beta.tabbed-menu.10 → 2.14.0-beta.tabbed-menu.12

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.
@@ -199,6 +199,20 @@ exports.default = {
199
199
  fontWeight: 'var(--font-weight-semibold)',
200
200
  },
201
201
  ],
202
+ xLargeFootnoteRegular: [
203
+ '15px',
204
+ {
205
+ lineHeight: '20px',
206
+ fontWeight: 'var(--font-weight-normal)',
207
+ },
208
+ ],
209
+ xLargeFootnoteEmphasized: [
210
+ '15px',
211
+ {
212
+ lineHeight: '20px',
213
+ fontWeight: 'var(--font-weight-semibold)',
214
+ },
215
+ ],
202
216
  // Large
203
217
  largeHeroTitleRegular: [
204
218
  'var(--LargeHero-TitleRegular-font-size)',
@@ -298,6 +312,20 @@ exports.default = {
298
312
  fontWeight: 'var(--font-weight-semibold)',
299
313
  },
300
314
  ],
315
+ largeFootnoteRegular: [
316
+ '13px',
317
+ {
318
+ lineHeight: '18px',
319
+ fontWeight: 'var(--font-weight-normal)',
320
+ },
321
+ ],
322
+ largeFootnoteEmphasized: [
323
+ '13px',
324
+ {
325
+ lineHeight: '18px',
326
+ fontWeight: 'var(--font-weight-semibold)',
327
+ },
328
+ ],
301
329
  // Medium
302
330
  mediumHeroTitleRegular: [
303
331
  'var(--MediumHero-TitleRegular-font-size)',
@@ -436,7 +464,14 @@ exports.default = {
436
464
  'var(--MediumFootnote-Regular-font-size)',
437
465
  {
438
466
  lineHeight: 'var(--MediumFootnote-Regular-line-height)',
439
- fontWeight: 'var(--MediumFootnote-Regular-font-weight)',
467
+ fontWeight: 'var(--font-weight-normal)',
468
+ },
469
+ ],
470
+ mediumFootnoteEmphasized: [
471
+ 'var(--MediumFootnote-Regular-font-size)',
472
+ {
473
+ lineHeight: 'var(--MediumFootnote-Regular-line-height)',
474
+ fontWeight: 'var( --font-weight-semibold)',
440
475
  },
441
476
  ],
442
477
  mediumCalloutRegular: [
@@ -453,13 +488,6 @@ exports.default = {
453
488
  fontWeight: 'var(--font-weight-semibold)',
454
489
  },
455
490
  ],
456
- mediumFootnoteEmphasized: [
457
- 'var(--MediumFootnote-Regular-font-size)',
458
- {
459
- lineHeight: 'var(--MediumFootnote-Regular-line-height)',
460
- fontWeight: 'var( --font-weight-semibold)',
461
- },
462
- ],
463
491
  // Small
464
492
  smallHeroTitleRegular: [
465
493
  'var(--SmallHero-TitleRegular-font-size)',
@@ -587,6 +615,20 @@ exports.default = {
587
615
  fontWeight: 'var(--font-weight-semibold)',
588
616
  },
589
617
  ],
618
+ smallFootnoteRegular: [
619
+ '12px',
620
+ {
621
+ lineHeight: '20px',
622
+ fontWeight: 'var(--font-weight-normal)',
623
+ },
624
+ ],
625
+ smallFootnoteEmphasized: [
626
+ '12px',
627
+ {
628
+ lineHeight: '20px',
629
+ fontWeight: 'var(--font-weight-semibold)',
630
+ },
631
+ ],
590
632
  // xSmall
591
633
  xSmallHeroTitleRegular: [
592
634
  'var(--xSmallHero-TitleRegular-font-size)',
@@ -728,6 +770,20 @@ exports.default = {
728
770
  fontWeight: 'var(--font-weight-bold)',
729
771
  },
730
772
  ],
773
+ xSmallFootnoteRegular: [
774
+ '12px',
775
+ {
776
+ lineHeight: '18px',
777
+ fontWeight: 'var(--font-weight-normal)',
778
+ },
779
+ ],
780
+ xSmallFootnoteEmphasized: [
781
+ '12px',
782
+ {
783
+ lineHeight: '18px',
784
+ fontWeight: 'var(--font-weight-semibold)',
785
+ },
786
+ ],
731
787
  calloutRegular: [
732
788
  'var(--callout-Regular-font-size)',
733
789
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "2.14.0-beta.tabbed-menu.10",
4
+ "version": "2.14.0-beta.tabbed-menu.12",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",