@nypl/design-system-react-components 3.6.1-rc → 3.6.1-rc2
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.
|
@@ -5299,7 +5299,7 @@ const { defineMultiStyleConfig: N_, definePartsStyle: B_ } = B2(["container", "b
|
|
|
5299
5299
|
md: "desktop.heading.display1"
|
|
5300
5300
|
},
|
|
5301
5301
|
fontWeight: "heading.display1",
|
|
5302
|
-
letterSpacing: "0
|
|
5302
|
+
letterSpacing: "0",
|
|
5303
5303
|
lineHeight: { base: "1.15", md: "1.10" },
|
|
5304
5304
|
width: "auto",
|
|
5305
5305
|
a: { textUnderlineOffset: "7px" }
|
|
@@ -5312,7 +5312,7 @@ const { defineMultiStyleConfig: N_, definePartsStyle: B_ } = B2(["container", "b
|
|
|
5312
5312
|
md: "desktop.heading.heading1"
|
|
5313
5313
|
},
|
|
5314
5314
|
fontWeight: "heading.heading1",
|
|
5315
|
-
letterSpacing: "0
|
|
5315
|
+
letterSpacing: "0",
|
|
5316
5316
|
lineHeight: { base: "1.20", md: "1.15" },
|
|
5317
5317
|
width: "auto",
|
|
5318
5318
|
a: { textUnderlineOffset: "6px" }
|
|
@@ -5325,7 +5325,7 @@ const { defineMultiStyleConfig: N_, definePartsStyle: B_ } = B2(["container", "b
|
|
|
5325
5325
|
md: "desktop.heading.heading2"
|
|
5326
5326
|
},
|
|
5327
5327
|
fontWeight: "heading.heading2",
|
|
5328
|
-
letterSpacing: "0
|
|
5328
|
+
letterSpacing: "0",
|
|
5329
5329
|
lineHeight: { base: "1.25", md: "1.20" },
|
|
5330
5330
|
width: "auto",
|
|
5331
5331
|
a: { textUnderlineOffset: "5px" }
|