@festo-ui/react-extra 9.0.0-dev.733 → 9.0.0-dev.735

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.
@@ -1,20 +1,3 @@
1
- .fwe-color-indicator .fwe-popover-container {
2
- position: relative;
3
- }
4
-
5
- .fwe-color-indicator .fwe-popover-container .fwe-popover {
6
- background-color: var(--fwe-white);
7
- font-size: var(--fwe-font-size-md);
8
- border-radius: 4px;
9
- padding: 8px 16px 16px;
10
- line-height: 1rem;
11
- box-shadow: 0 1px 4px #3333;
12
- }
13
-
14
- .fwe-color-indicator .fwe-backdrop {
15
- background: none;
16
- }
17
-
18
1
  .fwe-color-indicator .fwe-color-label {
19
2
  height: 18px;
20
3
  font-size: var(--fwe-font-size-small);
@@ -111,9 +111,7 @@ function ColorIndicator({ text, label, color, className, showPopOver = false, ch
111
111
  ]
112
112
  });
113
113
  return showPopOver ? /*#__PURE__*/ jsx(Popover, {
114
- containerClassName: "fwe-popover-container--color-indicator",
115
114
  position: "top",
116
- flip: false,
117
115
  wrapper: wrapper,
118
116
  popoverContent: children,
119
117
  open: isEditorOpen,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react-extra",
3
- "version": "9.0.0-dev.733",
3
+ "version": "9.0.0-dev.735",
4
4
  "license": "apache-2.0",
5
5
  "author": "Festo UI (styleguide@festo.com)",
6
6
  "type": "module",
@@ -63,8 +63,8 @@
63
63
  "typescript": "^5.9.3"
64
64
  },
65
65
  "peerDependencies": {
66
- "@festo-ui/react": "*",
67
- "@festo-ui/web-essentials": "*",
66
+ "@festo-ui/react": ">=9.0.0 || >=9.0.0-dev",
67
+ "@festo-ui/web-essentials": ">=9.0.0 || >=9.0.0-dev",
68
68
  "react": ">=17.0.0",
69
69
  "react-dom": ">=17.0.0"
70
70
  },