@symbo.ls/dropdown 2.31.33 → 2.31.34

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 -2
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -17,7 +17,6 @@ export const DropdownList = {
17
17
  transition: 'B defaultBezier',
18
18
  transitionProperty: 'transform, opacity, visibility',
19
19
  children: ({ props }) => props.options || [],
20
- childrenAs: 'props',
21
20
 
22
21
  '.hidden': {
23
22
  transform: 'translate3d(0,10%,0)',
@@ -101,7 +100,7 @@ export const DropdownParentFocus = {
101
100
  visibility: 'hidden',
102
101
  position: 'absolute',
103
102
  inset: '0',
104
- onUpdate: el => el.node.blur()
103
+ onUpdate: (el) => el.node.blur()
105
104
  },
106
105
 
107
106
  Dropdown: {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@symbo.ls/dropdown",
3
- "version": "2.31.33",
3
+ "version": "2.31.34",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "e346dcc9f6985906200d4eb6e92d77d337dfd668",
6
+ "gitHead": "ce18c3d354e323ddfe3d53d7beebf656b624201d",
7
7
  "dependencies": {
8
- "@symbo.ls/atoms": "^2.31.33",
9
- "@symbo.ls/button": "^2.31.33"
8
+ "@symbo.ls/atoms": "^2.31.34",
9
+ "@symbo.ls/button": "^2.31.34"
10
10
  },
11
11
  "source": "src/index.js"
12
12
  }