design-system-silkhaus 2.14.0-beta.tabbed-menu.12 → 2.15.0-beta.accordian-event.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.
@@ -199,20 +199,6 @@ 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
- ],
216
202
  // Large
217
203
  largeHeroTitleRegular: [
218
204
  'var(--LargeHero-TitleRegular-font-size)',
@@ -312,20 +298,6 @@ exports.default = {
312
298
  fontWeight: 'var(--font-weight-semibold)',
313
299
  },
314
300
  ],
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
- ],
329
301
  // Medium
330
302
  mediumHeroTitleRegular: [
331
303
  'var(--MediumHero-TitleRegular-font-size)',
@@ -464,14 +436,7 @@ exports.default = {
464
436
  'var(--MediumFootnote-Regular-font-size)',
465
437
  {
466
438
  lineHeight: 'var(--MediumFootnote-Regular-line-height)',
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)',
439
+ fontWeight: 'var(--MediumFootnote-Regular-font-weight)',
475
440
  },
476
441
  ],
477
442
  mediumCalloutRegular: [
@@ -488,6 +453,13 @@ exports.default = {
488
453
  fontWeight: 'var(--font-weight-semibold)',
489
454
  },
490
455
  ],
456
+ mediumFootnoteEmphasized: [
457
+ 'var(--MediumFootnote-Regular-font-size)',
458
+ {
459
+ lineHeight: 'var(--MediumFootnote-Regular-line-height)',
460
+ fontWeight: 'var( --font-weight-semibold)',
461
+ },
462
+ ],
491
463
  // Small
492
464
  smallHeroTitleRegular: [
493
465
  'var(--SmallHero-TitleRegular-font-size)',
@@ -615,20 +587,6 @@ exports.default = {
615
587
  fontWeight: 'var(--font-weight-semibold)',
616
588
  },
617
589
  ],
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
- ],
632
590
  // xSmall
633
591
  xSmallHeroTitleRegular: [
634
592
  'var(--xSmallHero-TitleRegular-font-size)',
@@ -770,20 +728,6 @@ exports.default = {
770
728
  fontWeight: 'var(--font-weight-bold)',
771
729
  },
772
730
  ],
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
- ],
787
731
  calloutRegular: [
788
732
  'var(--callout-Regular-font-size)',
789
733
  {
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.12",
4
+ "version": "2.15.0-beta.accordian-event.1",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",