@citizenplane/pimp 18.0.4 → 18.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "18.0.4",
3
+ "version": "18.0.5",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -108,7 +108,6 @@ const handleDropdownState = (state: boolean) => (isDropdownOpen.value = state)
108
108
  [cp-item-actions-trigger]:has(.cpItemActions--isDropdownOpen) .cpItemActions,
109
109
  [cp-item-actions-trigger]:is(:focus-within, :focus-visible, :hover) .cpItemActions {
110
110
  opacity: 1;
111
- transform: translate3d(0, -50%, 0);
112
111
  pointer-events: auto;
113
112
  }
114
113
  }