@symbo.ls/avatar 2.11.146 → 2.11.147
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/index.js +2 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -106,6 +106,7 @@ export const AvatarChooser = {
|
|
|
106
106
|
|
|
107
107
|
select: {
|
|
108
108
|
props: {
|
|
109
|
+
id: 'avatar-chooser',
|
|
109
110
|
outline: 'none',
|
|
110
111
|
pointerEvents: 'all',
|
|
111
112
|
appearance: 'none',
|
|
@@ -120,7 +121,7 @@ export const AvatarChooser = {
|
|
|
120
121
|
padding: '0 A 0 B1+X'
|
|
121
122
|
},
|
|
122
123
|
|
|
123
|
-
attr: { name: 'avatar-chooser'
|
|
124
|
+
attr: { name: 'avatar-chooser' },
|
|
124
125
|
|
|
125
126
|
childExtend: { tag: 'option' },
|
|
126
127
|
$setPropsCollection: ({ parent }) => parent.props.options,
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/avatar",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.147",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "198d7b500aa7c238bf8594fb452dd3ea823ee4ba",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest",
|
|
9
9
|
"@symbo.ls/button": "latest"
|