@dnanpm/styleguide 3.11.2 → 3.11.3

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.
@@ -146,6 +146,8 @@ const FeaturedBlock = styledComponents.styled.li `
146
146
  background-color: ${theme.default.color.background.sand.E01};
147
147
  padding: ${styledUtils.getMultipliedSize(theme.default.base.baseHeight, 1)};
148
148
  list-style: none;
149
+ grid-column: 4;
150
+ grid-row: 1/4;
149
151
 
150
152
  @media (min-width: ${p => p.$collapseSize + 1}px) {
151
153
  ${common.default({ elevation: 'high' })};
@@ -144,6 +144,8 @@ const FeaturedBlock = styled.li `
144
144
  background-color: ${theme.color.background.sand.E01};
145
145
  padding: ${getMultipliedSize(theme.base.baseHeight, 1)};
146
146
  list-style: none;
147
+ grid-column: 4;
148
+ grid-row: 1/4;
147
149
 
148
150
  @media (min-width: ${p => p.$collapseSize + 1}px) {
149
151
  ${getElevationShadow({ elevation: 'high' })};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dnanpm/styleguide",
3
3
  "sideEffects": false,
4
- "version": "v3.11.2",
4
+ "version": "v3.11.3",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/es/index.js",
7
7
  "jsnext:main": "build/es/index.js",
@@ -107,8 +107,8 @@
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@dnanpm/icons": "^2.x",
110
- "react": ">=17.x <=18.x",
111
- "react-dom": ">=17.x <=18.x",
110
+ "react": ">=17.x <=19.x",
111
+ "react-dom": ">=17.x <=19.x",
112
112
  "styled-components": "6.x"
113
113
  }
114
114
  }