design-system-silkhaus 2.11.0 → 2.11.2

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.
@@ -444,6 +444,34 @@ exports.default = {
444
444
  fontWeight: 'var(--SmallBody-2Regular-font-weight)',
445
445
  },
446
446
  ],
447
+ smallSubheadRegular: [
448
+ 'var(--SmallSubhead-Regular-font-size)',
449
+ {
450
+ lineHeight: 'var(--SmallSubhead-Regular-line-height)',
451
+ fontWeight: 'var(--font-weight-normal)',
452
+ },
453
+ ],
454
+ smallSubheadEmphasized: [
455
+ 'var(--SmallSubhead-Regular-font-size)',
456
+ {
457
+ lineHeight: 'var(--SmallSubhead-Regular-line-height)',
458
+ fontWeight: 'var(--font-weight-semibold)',
459
+ },
460
+ ],
461
+ smallCaption1Regular: [
462
+ 'var(--SmallCaption-1Regular-font-size)',
463
+ {
464
+ lineHeight: 'var(--SmallCaption-1Regular-line-height)',
465
+ fontWeight: 'var(--font-weight-normal)',
466
+ },
467
+ ],
468
+ smallCaption1Emphasized: [
469
+ 'var(--SmallCaption-1Regular-font-size)',
470
+ {
471
+ lineHeight: 'var(--SmallCaption-1Regular-line-height)',
472
+ fontWeight: 'var(--font-weight-semibold)',
473
+ },
474
+ ],
447
475
  // xSmall
448
476
  xSmallHeroTitleRegular: [
449
477
  'var(--xSmallHero-TitleRegular-font-size)',
@@ -543,6 +571,20 @@ exports.default = {
543
571
  fontWeight: 'var(--font-weight-semibold)',
544
572
  },
545
573
  ],
574
+ xSmallCaption1Regular: [
575
+ 'var(--SmallCaption-1Regular-font-size)',
576
+ {
577
+ lineHeight: 'var(--SmallCaption-1Regular-line-height)',
578
+ fontWeight: 'var(--font-weight-normal)',
579
+ },
580
+ ],
581
+ xSmallCaption1Emphasized: [
582
+ 'var(--SmallCaption-1Regular-font-size)',
583
+ {
584
+ lineHeight: 'var(--SmallCaption-1Regular-line-height)',
585
+ fontWeight: 'var(--font-weight-semibold)',
586
+ },
587
+ ],
546
588
  calloutRegular: [
547
589
  'var(--callout-Regular-font-size)',
548
590
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "2.11.0",
4
+ "version": "2.11.2",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",
@@ -75,7 +75,6 @@
75
75
  "@vitest/coverage-v8": "^2.0.4",
76
76
  "@vitest/ui": "^2.0.4",
77
77
  "autoprefixer": "^10.4.19",
78
- "axios": "^1.7.7",
79
78
  "clsx": "^2.1.1",
80
79
  "eslint": "^9.7.0",
81
80
  "eslint-config-prettier": "^9.1.0",