@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.js CHANGED
@@ -4411,40 +4411,52 @@ const textRecipe = cva({
4411
4411
  },
4412
4412
  variant: {
4413
4413
  "display.lg": {
4414
- textStyle: "display.lg"
4414
+ textStyle: "display.lg",
4415
+ fontFamily: "inter"
4415
4416
  },
4416
4417
  "display.md": {
4417
- textStyle: "display.md"
4418
+ textStyle: "display.md",
4419
+ fontFamily: "inter"
4418
4420
  },
4419
4421
  "headline.md": {
4420
- textStyle: "headline.md"
4422
+ textStyle: "headline.md",
4423
+ fontFamily: "inter"
4421
4424
  },
4422
4425
  "headline.sm": {
4423
- textStyle: "headline.sm"
4426
+ textStyle: "headline.sm",
4427
+ fontFamily: "inter"
4424
4428
  },
4425
4429
  "title.lg": {
4426
- textStyle: "title.lg"
4430
+ textStyle: "title.lg",
4431
+ fontFamily: "notoSans"
4427
4432
  },
4428
4433
  "title.md": {
4429
- textStyle: "title.md"
4434
+ textStyle: "title.md",
4435
+ fontFamily: "notoSans"
4430
4436
  },
4431
4437
  "title.sm": {
4432
- textStyle: "title.sm"
4438
+ textStyle: "title.sm",
4439
+ fontFamily: "notoSans"
4433
4440
  },
4434
4441
  "body.lg": {
4435
- textStyle: "body.lg"
4442
+ textStyle: "body.lg",
4443
+ fontFamily: "notoSans"
4436
4444
  },
4437
4445
  "body.md": {
4438
- textStyle: "body.md"
4446
+ textStyle: "body.md",
4447
+ fontFamily: "notoSans"
4439
4448
  },
4440
4449
  "body.sm": {
4441
- textStyle: "body.sm"
4450
+ textStyle: "body.sm",
4451
+ fontFamily: "notoSans"
4442
4452
  },
4443
4453
  "label.sm": {
4444
- textStyle: "label.sm"
4454
+ textStyle: "label.sm",
4455
+ fontFamily: "notoSans"
4445
4456
  },
4446
4457
  "label.md": {
4447
- textStyle: "label.md"
4458
+ textStyle: "label.md",
4459
+ fontFamily: "notoSans"
4448
4460
  }
4449
4461
  }
4450
4462
  }