@stack-spot/citric-react 0.18.0 → 0.18.1

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/citric.css +4 -1
  2. package/package.json +1 -1
package/dist/citric.css CHANGED
@@ -1772,7 +1772,10 @@ nav[data-citric="menu"].rounded-items, [data-citric="menu"].rounded-items nav {
1772
1772
  width: var(--size);
1773
1773
  height: var(--size);
1774
1774
  color: var(--fg);
1775
- overflow: hidden;
1775
+
1776
+ &:not([data-feedback]) {
1777
+ overflow: hidden;
1778
+ }
1776
1779
 
1777
1780
  /* Sizes */
1778
1781
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/citric-react",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "author": "StackSpot",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",