@nypl/design-system-react-components 3.6.1-rc2 → 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.
|
|
2195
|
-
heading1: te.
|
|
2196
|
-
heading2: te.
|
|
2197
|
-
heading3: te.
|
|
2198
|
-
heading4: te.
|
|
2199
|
-
heading5: te.
|
|
2200
|
-
heading6: te.
|
|
2201
|
-
heading7: te.
|
|
2202
|
-
heading8: te.
|
|
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,
|