@symbo.ls/avatar 2.11.265 → 2.11.276

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/AvatarBundle.js CHANGED
@@ -20,5 +20,5 @@ export const AvatarBundle = {
20
20
  },
21
21
 
22
22
  childExtend: Avatar,
23
- $setPropsCollection: ({ props }) => props.options
23
+ $propsCollection: ({ props }) => props.options
24
24
  }
package/AvatarChooser.js CHANGED
@@ -33,7 +33,6 @@ export const AvatarChooser = {
33
33
  height: '100%',
34
34
  background: 'none',
35
35
  color: 'currentColor',
36
- fontSize: 'Z2',
37
36
  lineHeight: 1,
38
37
  padding: '- B - Y1',
39
38
  zIndex: '2',
@@ -45,7 +44,7 @@ export const AvatarChooser = {
45
44
  },
46
45
 
47
46
  childExtend: { tag: 'option' },
48
- $setPropsCollection: ({ parent, state }) => {
47
+ $propsCollection: ({ parent, state }) => {
49
48
  if (!parent.props.options) return []
50
49
  return parent.props.options.map(v => {
51
50
  if (v.text === state.key) return { ...v, selected: true }
@@ -6,10 +6,13 @@ export const AvatarIndicator = {
6
6
  position: 'relative',
7
7
  round: '100%'
8
8
  },
9
+
9
10
  Avatar: {},
11
+
10
12
  StatusIndicator: {
13
+ theme: 'success',
11
14
  position: 'absolute',
12
- bottom: 'V',
13
- right: '-V'
15
+ bottom: '0',
16
+ right: '0'
14
17
  }
15
18
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/avatar",
3
- "version": "2.11.265",
3
+ "version": "2.11.276",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "e96a45d1a191dbcd8ee2d02c969398821e1f446d",
6
+ "gitHead": "ce33b49ad632d606b7304fbda48bade4aa368667",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/button": "latest",