@festo-ui/react-extra 9.0.0 → 9.0.1-dev.756

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,13 @@
146
146
  background-color: #3333;
147
147
  }
148
148
 
149
+ .fwe-popover--content {
150
+ width: auto;
151
+ min-width: max-content;
152
+ max-width: none;
153
+ padding: 16px;
154
+ }
155
+
149
156
  .fwe-popover-menu-trigger .fwe-popover-menu-trigger-button {
150
157
  cursor: pointer;
151
158
  background: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react-extra",
3
- "version": "9.0.0",
3
+ "version": "9.0.1-dev.756",
4
4
  "license": "apache-2.0",
5
5
  "author": "Festo UI (styleguide@festo.com)",
6
6
  "type": "module",