@symbo.ls/dropdown 2.29.42 → 2.29.43

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/index.js +1 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -98,6 +98,7 @@ export const DropdownParentFocus = {
98
98
  Input_trigger: {
99
99
  type: 'checkbox',
100
100
  opacity: '0',
101
+ visibility: 'hidden',
101
102
  position: 'absolute',
102
103
  inset: '0',
103
104
  onUpdate: el => el.node.blur()
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@symbo.ls/dropdown",
3
- "version": "2.29.42",
3
+ "version": "2.29.43",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "a69a0bbe9e6aef63fd76a8fa571898a320749c65",
6
+ "gitHead": "1e86e40836740e883185200773410f8388c99dca",
7
7
  "dependencies": {
8
- "@symbo.ls/atoms": "^2.29.42",
9
- "@symbo.ls/button": "^2.29.42"
8
+ "@symbo.ls/atoms": "^2.29.43",
9
+ "@symbo.ls/button": "^2.29.43"
10
10
  },
11
11
  "source": "src/index.js"
12
12
  }