@roadlittledawn/docs-design-system-react 0.11.1 → 0.11.2

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1273,6 +1273,7 @@ a.no-text-decoration {
1273
1273
  display: grid;
1274
1274
  grid-template-rows: 0fr;
1275
1275
  transition: grid-template-rows 0.3s ease;
1276
+ overflow: hidden;
1276
1277
  }
1277
1278
  .dds-collapser-content-wrapper--open {
1278
1279
  grid-template-rows: 1fr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roadlittledawn/docs-design-system-react",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "license": "MIT",
5
5
  "description": "React components for documentation design system",
6
6
  "repository": {