@wwtdev/bsds-css 3.0.3 → 3.0.4

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.
@@ -538,80 +538,58 @@ module.exports = {
538
538
  },
539
539
  // Text size overrides for mobile/dt screens and font-weight + line-height
540
540
  'text-xs': {
541
- fontSize: 'var(--bs-text-xs)',
542
- fontWeight: "var(--bs-font-semibold)",
543
- lineHeight: "var(--bs-leading-lg)",
541
+ fontSize: 'var(--bs-text-xs)'
544
542
  },
545
543
  'text-sm': {
546
- fontSize: 'var(--bs-text-sm)',
547
- fontWeight: "var(--bs-font-normal)",
548
- lineHeight: "var(--bs-leading-lg)",
544
+ fontSize: 'var(--bs-text-sm)'
549
545
  },
550
546
  'text-base': {
551
- fontSize: 'var(--bs-text-base)',
552
- fontWeight: "var(--bs-font-normal)",
553
- lineHeight: "var(--bs-leading-lg)",
547
+ fontSize: 'var(--bs-text-base)'
554
548
  },
555
549
  '.text-md': {
556
550
  fontSize: 'var(--bs-text-base)',
557
- fontWeight: "var(--bs-font-normal)",
558
- lineHeight: "var(--bs-leading-lg)",
559
551
  '@screen dt': {
560
552
  fontSize: 'var(--bs-text-md)',
561
553
  }
562
554
  },
563
555
  '.text-lg': {
564
556
  fontSize: 'var(--bs-text-md)',
565
- fontWeight: "var(--bs-font-normal)",
566
- lineHeight: "var(--bs-leading-regular)",
567
557
  '@screen dt': {
568
558
  fontSize: 'var(--bs-text-lg)',
569
559
  }
570
560
  },
571
561
  '.text-xl': {
572
562
  fontSize: 'var(--bs-text-lg)',
573
- fontWeight: "var(--bs-font-normal)",
574
- lineHeight: "var(--bs-leading-sm)",
575
563
  '@screen dt': {
576
564
  fontSize: 'var(--bs-text-xl)'
577
565
  }
578
566
  },
579
567
  '.text-2xl': {
580
568
  fontSize: 'var(--bs-text-xl)',
581
- fontWeight: "var(--bs-font-light)",
582
- lineHeight: "var(--bs-leading-sm)",
583
569
  '@screen dt': {
584
570
  fontSize: 'var(--bs-text-2xl)'
585
571
  }
586
572
  },
587
573
  '.text-3xl': {
588
574
  fontSize: 'var(--bs-text-2xl)',
589
- fontWeight: "var(--bs-font-light)",
590
- lineHeight: "var(--bs-leading-sm)",
591
575
  '@screen dt': {
592
576
  fontSize: 'var(--bs-text-3xl)'
593
577
  }
594
578
  },
595
579
  '.text-4xl': {
596
580
  fontSize: 'var(--bs-text-3xl)',
597
- fontWeight: "var(--bs-font-light)",
598
- lineHeight: "var(--bs-leading-sm)",
599
581
  '@screen dt': {
600
582
  fontSize: 'var(--bs-text-4xl)'
601
583
  }
602
584
  },
603
585
  '.text-5xl': {
604
586
  fontSize: 'var(--bs-text-4xl)',
605
- fontWeight: "var(--bs-font-light)",
606
- lineHeight: "var(--bs-leading-sm)",
607
587
  '@screen dt': {
608
588
  fontSize: 'var(--bs-text-5xl)'
609
589
  }
610
590
  },
611
591
  '.text-6xl': {
612
592
  fontSize: 'var(--bs-text-5xl)',
613
- fontWeight: "var(--bs-font-light)",
614
- lineHeight: "var(--bs-leading-sm)",
615
593
  '@screen dt': {
616
594
  fontSize: 'var(--bs-text-6xl)'
617
595
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwtdev/bsds-css",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "A new approach to creating a design system at WWT.",
5
5
  "main": "./dist",
6
6
  "files": [