@nypl/design-system-react-components 3.6.1-rc2 → 3.6.1-rc4
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,15 @@ 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
|
-
|
|
2032
|
+
semiboldImportant: "600 !important",
|
|
2033
|
+
bold: 700,
|
|
2034
|
+
boldImportant: "700 !important"
|
|
2031
2035
|
}, t_ = {
|
|
2032
2036
|
fonts: {
|
|
2033
2037
|
body: "system-ui, sans-serif",
|
|
@@ -2191,15 +2195,15 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
|
|
|
2191
2195
|
caption: te.regular,
|
|
2192
2196
|
default: te.regularImportant,
|
|
2193
2197
|
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.
|
|
2198
|
+
display1: te.lightImportant,
|
|
2199
|
+
heading1: te.lightImportant,
|
|
2200
|
+
heading2: te.lightImportant,
|
|
2201
|
+
heading3: te.regularImportant,
|
|
2202
|
+
heading4: te.mediumImportant,
|
|
2203
|
+
heading5: te.semiboldImportant,
|
|
2204
|
+
heading6: te.semiboldImportant,
|
|
2205
|
+
heading7: te.boldImportant,
|
|
2206
|
+
heading8: te.boldImportant,
|
|
2203
2207
|
// deprecated tokens
|
|
2204
2208
|
primary: te.light,
|
|
2205
2209
|
secondary: te.medium,
|