@nypl/design-system-react-components 3.6.0-rc → 3.6.0-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.
|
@@ -2010,6 +2010,7 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
|
|
|
2010
2010
|
thin: 200,
|
|
2011
2011
|
light: 300,
|
|
2012
2012
|
regular: 400,
|
|
2013
|
+
regularImportant: "400 !important",
|
|
2013
2014
|
medium: 500,
|
|
2014
2015
|
semibold: 600,
|
|
2015
2016
|
bold: 700
|
|
@@ -2162,9 +2163,9 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
|
|
|
2162
2163
|
bold: ee.bold,
|
|
2163
2164
|
// semantic tokens
|
|
2164
2165
|
body: {
|
|
2165
|
-
default: ee.
|
|
2166
|
-
body1: ee.
|
|
2167
|
-
body2: ee.
|
|
2166
|
+
default: ee.regularImportant,
|
|
2167
|
+
body1: ee.regularImportant,
|
|
2168
|
+
body2: ee.regularImportant
|
|
2168
2169
|
},
|
|
2169
2170
|
breadcrumbs: {
|
|
2170
2171
|
default: ee.regular,
|
|
@@ -2174,7 +2175,7 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
|
|
|
2174
2175
|
default: ee.regular
|
|
2175
2176
|
},
|
|
2176
2177
|
caption: ee.regular,
|
|
2177
|
-
default: ee.
|
|
2178
|
+
default: ee.regularImportant,
|
|
2178
2179
|
heading: {
|
|
2179
2180
|
display1: ee.thin,
|
|
2180
2181
|
heading1: ee.thin,
|
|
@@ -2192,7 +2193,7 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
|
|
|
2192
2193
|
callout: ee.medium
|
|
2193
2194
|
},
|
|
2194
2195
|
helper: {
|
|
2195
|
-
default: ee.
|
|
2196
|
+
default: ee.regularImportant
|
|
2196
2197
|
},
|
|
2197
2198
|
label: {
|
|
2198
2199
|
default: ee.medium,
|
|
@@ -2207,8 +2208,8 @@ const Yb = /* @__PURE__ */ el(_T), G6 = (n = !1) => ({
|
|
|
2207
2208
|
subtitle2: ee.regular
|
|
2208
2209
|
},
|
|
2209
2210
|
text: {
|
|
2210
|
-
default: ee.
|
|
2211
|
-
caption: ee.
|
|
2211
|
+
default: ee.regularImportant,
|
|
2212
|
+
caption: ee.regularImportant,
|
|
2212
2213
|
tag: ee.regular,
|
|
2213
2214
|
mini: ee.regular
|
|
2214
2215
|
}
|
|
@@ -43693,7 +43694,7 @@ const f$ = ({
|
|
|
43693
43694
|
size: "small"
|
|
43694
43695
|
}
|
|
43695
43696
|
) : null,
|
|
43696
|
-
L.label
|
|
43697
|
+
/* @__PURE__ */ x.jsx("span", { children: L.label })
|
|
43697
43698
|
]
|
|
43698
43699
|
}
|
|
43699
43700
|
) }, V))),
|