@symbo.ls/avatar 2.11.146 → 2.11.158

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 +5 -8
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -29,7 +29,7 @@ export const DropDownWithAvatar = {
29
29
  },
30
30
  downArrow: {
31
31
  extend: Button,
32
- props: { icon: 'arrowDown' }
32
+ props: { icon: 'chevronDown' }
33
33
  },
34
34
 
35
35
  props: {
@@ -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', id: 'avatar-chooser' },
124
+ attr: { name: 'avatar-chooser' },
124
125
 
125
126
  childExtend: { tag: 'option' },
126
127
  $setPropsCollection: ({ parent }) => parent.props.options,
@@ -235,9 +236,8 @@ export const AvatarBundleInfoSet = {
235
236
  ...[
236
237
  {
237
238
  title: { props: { text: 'ETH/BNB' } },
238
- label: {
239
- extend: CardLabel,
240
- props: { text: '1 ETH = 240.7 BNB' }
239
+ CardLabel: {
240
+ text: '1 ETH = 240.7 BNB'
241
241
  },
242
242
  subTitle: null
243
243
  }
@@ -256,9 +256,6 @@ export const AvatarBundleInfoSet = {
256
256
  border: 'solid, black 0',
257
257
  borderWidth: '1px'
258
258
  }
259
- // style: {
260
- // '&:not(:first-child)': { border: '1px solid rgba(0, 0, 0, 0)' }
261
- // }
262
259
  }
263
260
  },
264
261
  infos: {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/avatar",
3
- "version": "2.11.146",
3
+ "version": "2.11.158",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "b8899bfbe4ca5e7ed373cd5e2e6612aa330899ed",
6
+ "gitHead": "cbed9bf1f1a15c02489444ffa264acbaf2e8d918",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/button": "latest"