@nswds/app 1.115.0 → 1.117.0

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.
package/dist/styles.css CHANGED
@@ -103,7 +103,6 @@
103
103
  --font-weight-semibold: 600;
104
104
  --font-weight-bold: 700;
105
105
  --font-weight-extrabold: 800;
106
- --font-weight-black: 900;
107
106
  --tracking-tight: -0.025em;
108
107
  --tracking-normal: 0em;
109
108
  --tracking-wide: 0.025em;
@@ -4281,10 +4280,6 @@
4281
4280
  --tw-font-weight: var(--heading-font-family);
4282
4281
  font-weight: var(--heading-font-family);
4283
4282
  }
4284
- .font-black {
4285
- --tw-font-weight: var(--font-weight-black);
4286
- font-weight: var(--font-weight-black);
4287
- }
4288
4283
  .font-bold {
4289
4284
  --tw-font-weight: var(--font-weight-bold);
4290
4285
  font-weight: var(--font-weight-bold);
@@ -4434,9 +4429,6 @@
4434
4429
  .text-\[\#888f92\] {
4435
4430
  color: #888f92;
4436
4431
  }
4437
- .text-accent-200 {
4438
- color: var(--color-accent-200);
4439
- }
4440
4432
  .text-accent-700 {
4441
4433
  color: var(--color-accent-700);
4442
4434
  }
@@ -4572,9 +4564,6 @@
4572
4564
  .text-primary-100 {
4573
4565
  color: var(--color-primary-100);
4574
4566
  }
4575
- .text-primary-200 {
4576
- color: var(--color-primary-200);
4577
- }
4578
4567
  .text-primary-500 {
4579
4568
  color: var(--color-primary-500);
4580
4569
  }
@@ -4699,15 +4688,9 @@
4699
4688
  text-decoration-color: color-mix(in oklab, var(--color-primary-800) 50%, transparent);
4700
4689
  }
4701
4690
  }
4702
- .decoration-4 {
4703
- text-decoration-thickness: 4px;
4704
- }
4705
4691
  .underline-offset-4 {
4706
4692
  text-underline-offset: 4px;
4707
4693
  }
4708
- .underline-offset-6 {
4709
- text-underline-offset: 6px;
4710
- }
4711
4694
  .antialiased {
4712
4695
  -webkit-font-smoothing: antialiased;
4713
4696
  -moz-osx-font-smoothing: grayscale;