@nypl/design-system-react-components 3.6.1-rc → 3.6.1-rc3

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.
@@ -2023,11 +2023,14 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
2023
2023
  }
2024
2024
  }, te = {
2025
2025
  light: 300,
2026
+ lightImportant: "300 !important",
2026
2027
  regular: 400,
2027
2028
  regularImportant: "400 !important",
2028
2029
  medium: 500,
2030
+ mediumImportant: "500 !important",
2029
2031
  semibold: 600,
2030
- bold: 700
2032
+ bold: 700,
2033
+ boldImportant: "700 !important"
2031
2034
  }, t_ = {
2032
2035
  fonts: {
2033
2036
  body: "system-ui, sans-serif",
@@ -2191,15 +2194,15 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
2191
2194
  caption: te.regular,
2192
2195
  default: te.regularImportant,
2193
2196
  heading: {
2194
- display1: te.light,
2195
- heading1: te.light,
2196
- heading2: te.light,
2197
- heading3: te.regular,
2198
- heading4: te.medium,
2199
- heading5: te.semibold,
2200
- heading6: te.semibold,
2201
- heading7: te.bold,
2202
- heading8: te.bold,
2197
+ display1: te.lightImportant,
2198
+ heading1: te.lightImportant,
2199
+ heading2: te.lightImportant,
2200
+ heading3: te.regularImportant,
2201
+ heading4: te.mediumImportant,
2202
+ heading5: te.semiboldImportant,
2203
+ heading6: te.semiboldImportant,
2204
+ heading7: te.boldImportant,
2205
+ heading8: te.boldImportant,
2203
2206
  // deprecated tokens
2204
2207
  primary: te.light,
2205
2208
  secondary: te.medium,
@@ -5299,7 +5302,7 @@ const { defineMultiStyleConfig: N_, definePartsStyle: B_ } = B2(["container", "b
5299
5302
  md: "desktop.heading.display1"
5300
5303
  },
5301
5304
  fontWeight: "heading.display1",
5302
- letterSpacing: "0.0625rem",
5305
+ letterSpacing: "0",
5303
5306
  lineHeight: { base: "1.15", md: "1.10" },
5304
5307
  width: "auto",
5305
5308
  a: { textUnderlineOffset: "7px" }
@@ -5312,7 +5315,7 @@ const { defineMultiStyleConfig: N_, definePartsStyle: B_ } = B2(["container", "b
5312
5315
  md: "desktop.heading.heading1"
5313
5316
  },
5314
5317
  fontWeight: "heading.heading1",
5315
- letterSpacing: "0.0625rem",
5318
+ letterSpacing: "0",
5316
5319
  lineHeight: { base: "1.20", md: "1.15" },
5317
5320
  width: "auto",
5318
5321
  a: { textUnderlineOffset: "6px" }
@@ -5325,7 +5328,7 @@ const { defineMultiStyleConfig: N_, definePartsStyle: B_ } = B2(["container", "b
5325
5328
  md: "desktop.heading.heading2"
5326
5329
  },
5327
5330
  fontWeight: "heading.heading2",
5328
- letterSpacing: "0.0625rem",
5331
+ letterSpacing: "0",
5329
5332
  lineHeight: { base: "1.25", md: "1.20" },
5330
5333
  width: "auto",
5331
5334
  a: { textUnderlineOffset: "5px" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.6.1-rc",
3
+ "version": "3.6.1-rc3",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",