@nation-a/ui 0.7.0 → 0.7.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.
package/dist/index.cjs CHANGED
@@ -4429,40 +4429,52 @@ const textRecipe = cva({
4429
4429
  },
4430
4430
  variant: {
4431
4431
  "display.lg": {
4432
- textStyle: "display.lg"
4432
+ textStyle: "display.lg",
4433
+ fontFamily: "inter"
4433
4434
  },
4434
4435
  "display.md": {
4435
- textStyle: "display.md"
4436
+ textStyle: "display.md",
4437
+ fontFamily: "inter"
4436
4438
  },
4437
4439
  "headline.md": {
4438
- textStyle: "headline.md"
4440
+ textStyle: "headline.md",
4441
+ fontFamily: "inter"
4439
4442
  },
4440
4443
  "headline.sm": {
4441
- textStyle: "headline.sm"
4444
+ textStyle: "headline.sm",
4445
+ fontFamily: "inter"
4442
4446
  },
4443
4447
  "title.lg": {
4444
- textStyle: "title.lg"
4448
+ textStyle: "title.lg",
4449
+ fontFamily: "notoSans"
4445
4450
  },
4446
4451
  "title.md": {
4447
- textStyle: "title.md"
4452
+ textStyle: "title.md",
4453
+ fontFamily: "notoSans"
4448
4454
  },
4449
4455
  "title.sm": {
4450
- textStyle: "title.sm"
4456
+ textStyle: "title.sm",
4457
+ fontFamily: "notoSans"
4451
4458
  },
4452
4459
  "body.lg": {
4453
- textStyle: "body.lg"
4460
+ textStyle: "body.lg",
4461
+ fontFamily: "notoSans"
4454
4462
  },
4455
4463
  "body.md": {
4456
- textStyle: "body.md"
4464
+ textStyle: "body.md",
4465
+ fontFamily: "notoSans"
4457
4466
  },
4458
4467
  "body.sm": {
4459
- textStyle: "body.sm"
4468
+ textStyle: "body.sm",
4469
+ fontFamily: "notoSans"
4460
4470
  },
4461
4471
  "label.sm": {
4462
- textStyle: "label.sm"
4472
+ textStyle: "label.sm",
4473
+ fontFamily: "notoSans"
4463
4474
  },
4464
4475
  "label.md": {
4465
- textStyle: "label.md"
4476
+ textStyle: "label.md",
4477
+ fontFamily: "notoSans"
4466
4478
  }
4467
4479
  }
4468
4480
  }