@nypl/design-system-react-components 4.0.3 → 4.1.0-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.
@@ -1276,7 +1276,7 @@ const Lb = /* @__PURE__ */ Io(tT), v7 = (r = !1) => ({
1276
1276
  _focus: ra()
1277
1277
  }
1278
1278
  },
1279
- "iframe, [href], [tabindex], [contentEditable='true']": {
1279
+ "[href], [contentEditable='true']": {
1280
1280
  _focus: ra()
1281
1281
  },
1282
1282
  // p: textMargin,
@@ -1679,7 +1679,7 @@ const Lb = /* @__PURE__ */ Io(tT), v7 = (r = !1) => ({
1679
1679
  /** Blogs is used for the Blogs section. */
1680
1680
  blogs: qy.light,
1681
1681
  /** Books and More is used for the Catalog, Staff Picks, Recommendations,
1682
- * New Arrivals, and E-Book Central. */
1682
+ * and E-Book Central. */
1683
1683
  "books-and-more": Gy.light,
1684
1684
  /** Connect is used for the Connect and Get Help section fronts. */
1685
1685
  connect: Xy.light,
@@ -8561,7 +8561,6 @@ const NZ = ie({
8561
8561
  }, aO = ie({
8562
8562
  baseStyle: L2(() => ({
8563
8563
  boxSizing: "border-box",
8564
- color: "ui.typography.body",
8565
8564
  display: "flex",
8566
8565
  gap: m7.gridGap,
8567
8566
  flexDirection: "column",
@@ -2,7 +2,6 @@ declare const _default: {
2
2
  Template: {
3
3
  baseStyle?: () => {
4
4
  boxSizing: string;
5
- color: string;
6
5
  display: string;
7
6
  gap: {
8
7
  base: string;
@@ -43,7 +43,7 @@ declare const global: {
43
43
  };
44
44
  };
45
45
  };
46
- "iframe, [href], [tabindex], [contentEditable='true']": {
46
+ "[href], [contentEditable='true']": {
47
47
  _focus: {
48
48
  boxShadow: string;
49
49
  outline: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "4.0.3",
3
+ "version": "4.1.0-rc2",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",