@fluentui-react-native/persona-coin 0.12.19 → 0.12.21
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/CHANGELOG.json +106 -1
- package/CHANGELOG.md +28 -2
- package/lib/PersonaCoin.d.ts +1 -1
- package/lib/PersonaCoin.d.ts.map +1 -1
- package/lib/PersonaCoin.helpers.d.ts +3 -3
- package/lib/PersonaCoin.helpers.d.ts.map +1 -1
- package/lib/PersonaCoin.js +1 -1
- package/lib/PersonaCoin.js.map +1 -1
- package/lib/PersonaCoin.settings.d.ts +2 -2
- package/lib/PersonaCoin.settings.d.ts.map +1 -1
- package/lib/PersonaCoin.settings.js.map +1 -1
- package/lib/PersonaCoin.tokens.icon.d.ts +3 -3
- package/lib/PersonaCoin.tokens.icon.d.ts.map +1 -1
- package/lib/PersonaCoin.tokens.initials.d.ts +3 -3
- package/lib/PersonaCoin.tokens.initials.d.ts.map +1 -1
- package/lib/PersonaCoin.tokens.initialsBackground.d.ts +3 -3
- package/lib/PersonaCoin.tokens.initialsBackground.d.ts.map +1 -1
- package/lib/PersonaCoin.tokens.photo.d.ts +3 -3
- package/lib/PersonaCoin.tokens.photo.d.ts.map +1 -1
- package/lib/PersonaCoin.tokens.ring.d.ts +3 -3
- package/lib/PersonaCoin.tokens.ring.d.ts.map +1 -1
- package/lib/PersonaCoin.tokens.root.d.ts +2 -2
- package/lib/PersonaCoin.tokens.root.d.ts.map +1 -1
- package/lib/PersonaCoin.types.d.ts +10 -10
- package/lib/PersonaCoin.types.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.d.ts +1 -1
- package/lib-commonjs/PersonaCoin.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.helpers.d.ts +3 -3
- package/lib-commonjs/PersonaCoin.helpers.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.js.map +1 -1
- package/lib-commonjs/PersonaCoin.settings.d.ts +2 -2
- package/lib-commonjs/PersonaCoin.settings.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.settings.js.map +1 -1
- package/lib-commonjs/PersonaCoin.tokens.icon.d.ts +3 -3
- package/lib-commonjs/PersonaCoin.tokens.icon.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.tokens.initials.d.ts +3 -3
- package/lib-commonjs/PersonaCoin.tokens.initials.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.tokens.initialsBackground.d.ts +3 -3
- package/lib-commonjs/PersonaCoin.tokens.initialsBackground.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.tokens.photo.d.ts +3 -3
- package/lib-commonjs/PersonaCoin.tokens.photo.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.tokens.ring.d.ts +3 -3
- package/lib-commonjs/PersonaCoin.tokens.ring.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.tokens.root.d.ts +2 -2
- package/lib-commonjs/PersonaCoin.tokens.root.d.ts.map +1 -1
- package/lib-commonjs/PersonaCoin.types.d.ts +10 -10
- package/lib-commonjs/PersonaCoin.types.d.ts.map +1 -1
- package/package.json +23 -17
- package/src/PersonaCoin.helpers.ts +2 -2
- package/src/PersonaCoin.settings.ts +3 -2
- package/src/PersonaCoin.tokens.icon.ts +3 -3
- package/src/PersonaCoin.tokens.initials.ts +3 -3
- package/src/PersonaCoin.tokens.initialsBackground.ts +3 -3
- package/src/PersonaCoin.tokens.photo.ts +3 -3
- package/src/PersonaCoin.tokens.ring.ts +3 -3
- package/src/PersonaCoin.tokens.root.ts +3 -3
- package/src/PersonaCoin.tsx +6 -4
- package/src/PersonaCoin.types.ts +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,112 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/persona-coin",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 02 Feb 2023 01:27:10 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/persona-coin_v0.12.21",
|
|
7
|
+
"version": "0.12.21",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
13
|
+
"comment": "Bump @uifabricshared/foundation-compose to v1.12.39",
|
|
14
|
+
"commit": "ac679ca51704ba5c2d2cc2385a71694b69735a1d"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.39",
|
|
20
|
+
"commit": "ac679ca51704ba5c2d2cc2385a71694b69735a1d"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
25
|
+
"comment": "Bump @uifabricshared/foundation-tokens to v0.12.24",
|
|
26
|
+
"commit": "ac679ca51704ba5c2d2cc2385a71694b69735a1d"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Wed, 01 Feb 2023 22:33:16 GMT",
|
|
33
|
+
"tag": "@fluentui-react-native/persona-coin_v0.12.20",
|
|
34
|
+
"version": "0.12.20",
|
|
35
|
+
"comments": {
|
|
36
|
+
"patch": [
|
|
37
|
+
{
|
|
38
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
39
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
40
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910",
|
|
41
|
+
"comment": "Enable @typescript-eslint/consistent-type-imports"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
46
|
+
"comment": "Bump @uifabricshared/foundation-compose to v1.12.38",
|
|
47
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
52
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.10.1",
|
|
53
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
58
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.38",
|
|
59
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.24.2",
|
|
65
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
70
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.20.7",
|
|
71
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"author": "beachball",
|
|
75
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
76
|
+
"comment": "Bump @uifabricshared/foundation-composable to v0.11.2",
|
|
77
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"author": "beachball",
|
|
81
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
82
|
+
"comment": "Bump @uifabricshared/foundation-settings to v0.12.2",
|
|
83
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "beachball",
|
|
87
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
88
|
+
"comment": "Bump @uifabricshared/foundation-tokens to v0.12.23",
|
|
89
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"date": "Mon, 30 Jan 2023 15:17:31 GMT",
|
|
96
|
+
"tag": "@fluentui-react-native/persona-coin_v0.12.19",
|
|
97
|
+
"version": "0.12.19",
|
|
98
|
+
"comments": {
|
|
99
|
+
"none": [
|
|
100
|
+
{
|
|
101
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
102
|
+
"package": "@fluentui-react-native/persona-coin",
|
|
103
|
+
"commit": "4de4c2b37c835ebd9af015ff767f9dd68452f786",
|
|
104
|
+
"comment": "Migrate to align-deps"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"date": "Mon, 30 Jan 2023 07:12:38 GMT",
|
|
6
111
|
"tag": "@fluentui-react-native/persona-coin_v0.12.19",
|
|
7
112
|
"version": "0.12.19",
|
|
8
113
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/persona-coin
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 02 Feb 2023 01:27:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.12.21
|
|
8
|
+
|
|
9
|
+
Thu, 02 Feb 2023 01:27:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @uifabricshared/foundation-compose to v1.12.39
|
|
14
|
+
- Bump @fluentui-react-native/framework to v0.8.39
|
|
15
|
+
- Bump @uifabricshared/foundation-tokens to v0.12.24
|
|
16
|
+
|
|
17
|
+
## 0.12.20
|
|
18
|
+
|
|
19
|
+
Wed, 01 Feb 2023 22:33:16 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Enable @typescript-eslint/consistent-type-imports (30809111+acoates-ms@users.noreply.github.com)
|
|
24
|
+
- Bump @uifabricshared/foundation-compose to v1.12.38
|
|
25
|
+
- Bump @fluentui-react-native/adapters to v0.10.1
|
|
26
|
+
- Bump @fluentui-react-native/framework to v0.8.38
|
|
27
|
+
- Bump @fluentui-react-native/theme-tokens to v0.24.2
|
|
28
|
+
- Bump @fluentui-react-native/tokens to v0.20.7
|
|
29
|
+
- Bump @uifabricshared/foundation-composable to v0.11.2
|
|
30
|
+
- Bump @uifabricshared/foundation-settings to v0.12.2
|
|
31
|
+
- Bump @uifabricshared/foundation-tokens to v0.12.23
|
|
32
|
+
|
|
7
33
|
## 0.12.19
|
|
8
34
|
|
|
9
|
-
Mon, 30 Jan 2023 07:
|
|
35
|
+
Mon, 30 Jan 2023 07:12:38 GMT
|
|
10
36
|
|
|
11
37
|
### Patches
|
|
12
38
|
|
package/lib/PersonaCoin.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IPersonaCoinProps, IPersonaCoinSlotProps, IPersonaCoinState } from './PersonaCoin.types';
|
|
1
|
+
import type { IPersonaCoinProps, IPersonaCoinSlotProps, IPersonaCoinState } from './PersonaCoin.types';
|
|
2
2
|
export declare const PersonaCoin: import("@uifabricshared/foundation-compose").IComposeReturnType<IPersonaCoinProps, IPersonaCoinSlotProps, import("./PersonaCoin.types").IPersonaCoinTokens, IPersonaCoinState, object>;
|
|
3
3
|
//# sourceMappingURL=PersonaCoin.d.ts.map
|
package/lib/PersonaCoin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"PersonaCoin.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iBAAiB,EAEjB,qBAAqB,EAErB,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;AA6E7B,eAAO,MAAM,WAAW,wLAyCtB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PersonaSize, PersonaCoinColor, PersonaCoinFluentColor, PersonaPresence, IPersonaCoinTokens, RingThickness } from './PersonaCoin.types';
|
|
2
|
-
import { ImageURISource } from 'react-native';
|
|
1
|
+
import type { PersonaSize, PersonaCoinColor, PersonaCoinFluentColor, PersonaPresence, IPersonaCoinTokens, RingThickness } from './PersonaCoin.types';
|
|
2
|
+
import type { ImageURISource } from 'react-native';
|
|
3
3
|
export declare function getPresenceIconSource(presence: PersonaPresence, isOutOfOffice: boolean): ImageURISource;
|
|
4
|
-
export
|
|
4
|
+
export type PersonaSizeConfig = {
|
|
5
5
|
physicalSize: number;
|
|
6
6
|
iconSize: number;
|
|
7
7
|
iconStrokeWidth: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.helpers.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"PersonaCoin.helpers.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAChB,sBAAsB,EACtB,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AA4BnD,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,eAAe,EAAE,aAAa,EAAE,OAAO,GAAG,cAAc,CAEvG;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAcF,wBAAgB,aAAa,CAAC,IAAI,EAAE,WAAW,GAAG,iBAAiB,CAElE;AAyBD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,gBAAgB,GAAG,MAAM,CAEpE;AAyBD;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,sBAAsB,GAAG,MAAM,CAEhF;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,kBAAkB,GAAG,iBAAiB,CAoBrF;AAED,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,aAAa,GAAG,MAAM,CAiBjE"}
|
package/lib/PersonaCoin.js
CHANGED
|
@@ -22,7 +22,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
/** @jsx withSlots */
|
|
24
24
|
import { Image, View, Text } from 'react-native';
|
|
25
|
-
import { personaCoinName
|
|
25
|
+
import { personaCoinName } from './PersonaCoin.types';
|
|
26
26
|
import { compose } from '@uifabricshared/foundation-compose';
|
|
27
27
|
import { filterViewProps, filterImageProps } from '@fluentui-react-native/adapters';
|
|
28
28
|
import { settings } from './PersonaCoin.settings';
|
package/lib/PersonaCoin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.js","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.js","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IComposeSettings } from '@uifabricshared/foundation-compose';
|
|
2
|
-
import { IPersonaCoinType } from './PersonaCoin.types';
|
|
1
|
+
import type { IComposeSettings } from '@uifabricshared/foundation-compose';
|
|
2
|
+
import type { IPersonaCoinType } from './PersonaCoin.types';
|
|
3
3
|
export declare const settings: IComposeSettings<IPersonaCoinType>;
|
|
4
4
|
//# sourceMappingURL=PersonaCoin.settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.settings.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.settings.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAI5D,eAAO,MAAM,QAAQ,EAAE,gBAAgB,CAAC,gBAAgB,CAWvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.settings.js","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PersonaCoin.settings.js","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,MAAM,CAAC,IAAM,QAAQ,GAAuC;IAC1D;QACE,MAAM,EAAE;YACN,uBAAuB,EAAE,KAAK;YAC9B,qBAAqB,EAAE,KAAK;YAC5B,KAAK,EAAE,OAAO;YACd,eAAe,EAAE,OAAO;YACxB,eAAe,EAAE,sBAAsB,CAAC,YAAY,CAAC;SACtD;KACF;IACD,eAAe;CAChB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ImageProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ImageProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildIconStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ImageProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.icon.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.icon.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.icon.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAyB9D,eAAO,MAAM,eAAe,qGAAwF,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TextProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { TextProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildInitialsStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<TextProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.initials.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.initials.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initials.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.initials.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initials.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAe9D,eAAO,MAAM,mBAAmB,oGAA+F,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ViewProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ViewProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildInitialsBackgroundStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ViewProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.initialsBackground.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.initialsBackground.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initialsBackground.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.initialsBackground.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initialsBackground.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AA8B9D,eAAO,MAAM,6BAA6B,oGAGzC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ImageProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ImageProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildPhotoStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ImageProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.photo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.photo.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.photo.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.photo.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.photo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAmB9D,eAAO,MAAM,gBAAgB,qGAA0F,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ViewProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ViewProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildRingStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ViewProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
export declare const buildGlowStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ViewProps, IPersonaCoinTokens, Theme>;
|
|
6
6
|
//# sourceMappingURL=PersonaCoin.tokens.ring.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.ring.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.ring.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.ring.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.ring.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AA2D9D,eAAO,MAAM,eAAe,oGAAoF,CAAC;AACjH,eAAO,MAAM,eAAe,oGAAoF,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
2
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
2
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
3
3
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
4
4
|
export declare const buildRootStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<IViewProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.root.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.root.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.root.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.root.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.root.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAI9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AA0BlE,eAAO,MAAM,eAAe,qGAAwF,CAAC"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
|
-
import { ImageProps, ViewProps, ImageURISource, TextProps, ColorValue } from 'react-native';
|
|
3
|
-
import { IBackgroundColorTokens, IForegroundColorTokens } from '@fluentui-react-native/tokens';
|
|
4
|
-
import { IRenderData } from '@uifabricshared/foundation-composable';
|
|
2
|
+
import type { ImageProps, ViewProps, ImageURISource, TextProps, ColorValue } from 'react-native';
|
|
3
|
+
import type { IBackgroundColorTokens, IForegroundColorTokens } from '@fluentui-react-native/tokens';
|
|
4
|
+
import type { IRenderData } from '@uifabricshared/foundation-composable';
|
|
5
5
|
export declare const personaCoinName = "RNFPersonaCoin";
|
|
6
|
-
export
|
|
6
|
+
export type PersonaSize = 'size8' | 'size24' | 'size32' | 'size40' | 'size48' | 'size56' | 'size72' | 'size100' | 'size120';
|
|
7
7
|
/**
|
|
8
8
|
* Sets color of the coin when there is no picture
|
|
9
9
|
* @deprecated Use PersonaCoinFluentColor instead.
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export type PersonaCoinColor = 'lightBlue' | 'blue' | 'darkBlue' | 'teal' | 'green' | 'darkGreen' | 'lightPink' | 'pink' | 'magenta' | 'purple' | 'orange' | 'darkRed' | 'violet' | 'lightRed' | 'gold' | 'burgundy' | 'warmGray' | 'coolGray' | 'cyan' | 'rust';
|
|
12
12
|
/**
|
|
13
13
|
* Sets color of the coin when there is no picture. Uses fluent color names
|
|
14
14
|
*/
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
15
|
+
export type PersonaCoinFluentColor = 'cornflower' | 'blue' | 'royalBlue' | 'teal' | 'forest' | 'darkGreen' | 'berry' | 'hotPink' | 'grape' | 'purple' | 'pumpkin' | 'red' | 'burgundy' | 'orchid' | 'brass' | 'darkRed' | 'beige' | 'platinum' | 'steel' | 'brown';
|
|
16
|
+
export type PersonaPresence = 'none' | 'offline' | 'online' | 'away' | 'dnd' | 'blocked' | 'busy';
|
|
17
|
+
export type RingThickness = number | 'xSmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
18
18
|
export interface RingConfig {
|
|
19
19
|
accent?: boolean;
|
|
20
20
|
transparent?: boolean;
|
|
@@ -49,7 +49,7 @@ export interface IPersonaCoinSlotProps {
|
|
|
49
49
|
ring: ViewProps;
|
|
50
50
|
glow: ViewProps;
|
|
51
51
|
}
|
|
52
|
-
export
|
|
52
|
+
export type IconAlignment = 'start' | 'center' | 'end';
|
|
53
53
|
export interface IPersonaCoinTokens extends IBackgroundColorTokens, IForegroundColorTokens, IPersonaConfigurableProps {
|
|
54
54
|
coinSize?: number;
|
|
55
55
|
iconSize?: number;
|
|
@@ -71,5 +71,5 @@ export interface IPersonaCoinType {
|
|
|
71
71
|
tokens: IPersonaCoinTokens;
|
|
72
72
|
state: IPersonaCoinState;
|
|
73
73
|
}
|
|
74
|
-
export
|
|
74
|
+
export type IPersonaCoinRenderData = IRenderData<IPersonaCoinSlotProps, IPersonaCoinState>;
|
|
75
75
|
//# sourceMappingURL=PersonaCoin.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.types.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.types.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IPersonaCoinProps, IPersonaCoinSlotProps, IPersonaCoinState } from './PersonaCoin.types';
|
|
1
|
+
import type { IPersonaCoinProps, IPersonaCoinSlotProps, IPersonaCoinState } from './PersonaCoin.types';
|
|
2
2
|
export declare const PersonaCoin: import("@uifabricshared/foundation-compose").IComposeReturnType<IPersonaCoinProps, IPersonaCoinSlotProps, import("./PersonaCoin.types").IPersonaCoinTokens, IPersonaCoinState, object>;
|
|
3
3
|
//# sourceMappingURL=PersonaCoin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"PersonaCoin.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iBAAiB,EAEjB,qBAAqB,EAErB,iBAAiB,EAClB,MAAM,qBAAqB,CAAC;AA6E7B,eAAO,MAAM,WAAW,wLAyCtB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PersonaSize, PersonaCoinColor, PersonaCoinFluentColor, PersonaPresence, IPersonaCoinTokens, RingThickness } from './PersonaCoin.types';
|
|
2
|
-
import { ImageURISource } from 'react-native';
|
|
1
|
+
import type { PersonaSize, PersonaCoinColor, PersonaCoinFluentColor, PersonaPresence, IPersonaCoinTokens, RingThickness } from './PersonaCoin.types';
|
|
2
|
+
import type { ImageURISource } from 'react-native';
|
|
3
3
|
export declare function getPresenceIconSource(presence: PersonaPresence, isOutOfOffice: boolean): ImageURISource;
|
|
4
|
-
export
|
|
4
|
+
export type PersonaSizeConfig = {
|
|
5
5
|
physicalSize: number;
|
|
6
6
|
iconSize: number;
|
|
7
7
|
iconStrokeWidth: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.helpers.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"PersonaCoin.helpers.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAChB,sBAAsB,EACtB,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AA4BnD,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,eAAe,EAAE,aAAa,EAAE,OAAO,GAAG,cAAc,CAEvG;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAcF,wBAAgB,aAAa,CAAC,IAAI,EAAE,WAAW,GAAG,iBAAiB,CAElE;AAyBD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,gBAAgB,GAAG,MAAM,CAEpE;AAyBD;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,sBAAsB,GAAG,MAAM,CAEhF;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,kBAAkB,GAAG,iBAAiB,CAoBrF;AAED,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,aAAa,GAAG,MAAM,CAiBjE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.js","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qBAAqB;AACrB,6CAAiD;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.js","sourceRoot":"","sources":["../src/PersonaCoin.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IComposeSettings } from '@uifabricshared/foundation-compose';
|
|
2
|
-
import { IPersonaCoinType } from './PersonaCoin.types';
|
|
1
|
+
import type { IComposeSettings } from '@uifabricshared/foundation-compose';
|
|
2
|
+
import type { IPersonaCoinType } from './PersonaCoin.types';
|
|
3
3
|
export declare const settings: IComposeSettings<IPersonaCoinType>;
|
|
4
4
|
//# sourceMappingURL=PersonaCoin.settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.settings.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.settings.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAI5D,eAAO,MAAM,QAAQ,EAAE,gBAAgB,CAAC,gBAAgB,CAWvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.settings.js","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.settings.js","sourceRoot":"","sources":["../src/PersonaCoin.settings.ts"],"names":[],"mappings":";;;AAEA,yDAAsD;AACtD,6DAA+D;AAElD,QAAA,QAAQ,GAAuC;IAC1D;QACE,MAAM,EAAE;YACN,uBAAuB,EAAE,KAAK;YAC9B,qBAAqB,EAAE,KAAK;YAC5B,KAAK,EAAE,OAAO;YACd,eAAe,EAAE,OAAO;YACxB,eAAe,EAAE,IAAA,4CAAsB,EAAC,YAAY,CAAC;SACtD;KACF;IACD,mCAAe;CAChB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ImageProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ImageProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildIconStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ImageProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.icon.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.icon.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.icon.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAyB9D,eAAO,MAAM,eAAe,qGAAwF,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TextProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { TextProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildInitialsStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<TextProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.initials.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.initials.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initials.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.initials.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initials.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAe9D,eAAO,MAAM,mBAAmB,oGAA+F,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ViewProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ViewProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildInitialsBackgroundStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ViewProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.initialsBackground.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.initialsBackground.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initialsBackground.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.initialsBackground.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.initialsBackground.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AA8B9D,eAAO,MAAM,6BAA6B,oGAGzC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ImageProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ImageProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildPhotoStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ImageProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.photo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.photo.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.photo.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.photo.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.photo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAmB9D,eAAO,MAAM,gBAAgB,qGAA0F,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ViewProps } from 'react-native';
|
|
2
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { ViewProps } from 'react-native';
|
|
2
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
3
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
4
4
|
export declare const buildRingStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ViewProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
export declare const buildGlowStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<ViewProps, IPersonaCoinTokens, Theme>;
|
|
6
6
|
//# sourceMappingURL=PersonaCoin.tokens.ring.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.ring.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.ring.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.ring.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.ring.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AA2D9D,eAAO,MAAM,eAAe,oGAAoF,CAAC;AACjH,eAAO,MAAM,eAAe,oGAAoF,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
2
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
1
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
2
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
3
3
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
4
4
|
export declare const buildRootStyles: import("@fluentui-react-native/tokens").StyleFactoryFunction<IViewProps, IPersonaCoinTokens, Theme>;
|
|
5
5
|
//# sourceMappingURL=PersonaCoin.tokens.root.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.tokens.root.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.root.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.tokens.root.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.tokens.root.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAI9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AA0BlE,eAAO,MAAM,eAAe,qGAAwF,CAAC"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
|
-
import { ImageProps, ViewProps, ImageURISource, TextProps, ColorValue } from 'react-native';
|
|
3
|
-
import { IBackgroundColorTokens, IForegroundColorTokens } from '@fluentui-react-native/tokens';
|
|
4
|
-
import { IRenderData } from '@uifabricshared/foundation-composable';
|
|
2
|
+
import type { ImageProps, ViewProps, ImageURISource, TextProps, ColorValue } from 'react-native';
|
|
3
|
+
import type { IBackgroundColorTokens, IForegroundColorTokens } from '@fluentui-react-native/tokens';
|
|
4
|
+
import type { IRenderData } from '@uifabricshared/foundation-composable';
|
|
5
5
|
export declare const personaCoinName = "RNFPersonaCoin";
|
|
6
|
-
export
|
|
6
|
+
export type PersonaSize = 'size8' | 'size24' | 'size32' | 'size40' | 'size48' | 'size56' | 'size72' | 'size100' | 'size120';
|
|
7
7
|
/**
|
|
8
8
|
* Sets color of the coin when there is no picture
|
|
9
9
|
* @deprecated Use PersonaCoinFluentColor instead.
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export type PersonaCoinColor = 'lightBlue' | 'blue' | 'darkBlue' | 'teal' | 'green' | 'darkGreen' | 'lightPink' | 'pink' | 'magenta' | 'purple' | 'orange' | 'darkRed' | 'violet' | 'lightRed' | 'gold' | 'burgundy' | 'warmGray' | 'coolGray' | 'cyan' | 'rust';
|
|
12
12
|
/**
|
|
13
13
|
* Sets color of the coin when there is no picture. Uses fluent color names
|
|
14
14
|
*/
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
15
|
+
export type PersonaCoinFluentColor = 'cornflower' | 'blue' | 'royalBlue' | 'teal' | 'forest' | 'darkGreen' | 'berry' | 'hotPink' | 'grape' | 'purple' | 'pumpkin' | 'red' | 'burgundy' | 'orchid' | 'brass' | 'darkRed' | 'beige' | 'platinum' | 'steel' | 'brown';
|
|
16
|
+
export type PersonaPresence = 'none' | 'offline' | 'online' | 'away' | 'dnd' | 'blocked' | 'busy';
|
|
17
|
+
export type RingThickness = number | 'xSmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
18
18
|
export interface RingConfig {
|
|
19
19
|
accent?: boolean;
|
|
20
20
|
transparent?: boolean;
|
|
@@ -49,7 +49,7 @@ export interface IPersonaCoinSlotProps {
|
|
|
49
49
|
ring: ViewProps;
|
|
50
50
|
glow: ViewProps;
|
|
51
51
|
}
|
|
52
|
-
export
|
|
52
|
+
export type IconAlignment = 'start' | 'center' | 'end';
|
|
53
53
|
export interface IPersonaCoinTokens extends IBackgroundColorTokens, IForegroundColorTokens, IPersonaConfigurableProps {
|
|
54
54
|
coinSize?: number;
|
|
55
55
|
iconSize?: number;
|
|
@@ -71,5 +71,5 @@ export interface IPersonaCoinType {
|
|
|
71
71
|
tokens: IPersonaCoinTokens;
|
|
72
72
|
state: IPersonaCoinState;
|
|
73
73
|
}
|
|
74
|
-
export
|
|
74
|
+
export type IPersonaCoinRenderData = IRenderData<IPersonaCoinSlotProps, IPersonaCoinState>;
|
|
75
75
|
//# sourceMappingURL=PersonaCoin.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaCoin.types.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PersonaCoin.types.d.ts","sourceRoot":"","sources":["../src/PersonaCoin.types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/persona-coin",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.21",
|
|
4
4
|
"description": "A cross-platform PersonaCoin component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"directory": "packages/components/PersonaCoin"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@uifabricshared/foundation-compose": "^1.12.
|
|
26
|
-
"@fluentui-react-native/adapters": ">=0.10.
|
|
27
|
-
"@fluentui-react-native/framework": ">=0.8.
|
|
28
|
-
"@fluentui-react-native/theme-tokens": ">=0.24.
|
|
29
|
-
"@fluentui-react-native/tokens": ">=0.20.
|
|
30
|
-
"@uifabricshared/foundation-composable": ">=0.11.
|
|
31
|
-
"@uifabricshared/foundation-settings": ">=0.12.
|
|
32
|
-
"@uifabricshared/foundation-tokens": ">=0.12.
|
|
25
|
+
"@uifabricshared/foundation-compose": "^1.12.39",
|
|
26
|
+
"@fluentui-react-native/adapters": ">=0.10.1 <1.0.0",
|
|
27
|
+
"@fluentui-react-native/framework": ">=0.8.39 <1.0.0",
|
|
28
|
+
"@fluentui-react-native/theme-tokens": ">=0.24.2 <1.0.0",
|
|
29
|
+
"@fluentui-react-native/tokens": ">=0.20.7 <1.0.0",
|
|
30
|
+
"@uifabricshared/foundation-composable": ">=0.11.2 <1.0.0",
|
|
31
|
+
"@uifabricshared/foundation-settings": ">=0.12.2 <1.0.0",
|
|
32
|
+
"@uifabricshared/foundation-tokens": ">=0.12.24 <1.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
@@ -46,14 +46,20 @@
|
|
|
46
46
|
"author": "",
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"rnx-kit": {
|
|
49
|
-
"reactNativeVersion": "^0.68",
|
|
50
|
-
"reactNativeDevVersion": "^0.68",
|
|
51
49
|
"kitType": "library",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
50
|
+
"alignDeps": {
|
|
51
|
+
"presets": [
|
|
52
|
+
"microsoft/react-native"
|
|
53
|
+
],
|
|
54
|
+
"requirements": [
|
|
55
|
+
"react-native@0.68"
|
|
56
|
+
],
|
|
57
|
+
"capabilities": [
|
|
58
|
+
"core",
|
|
59
|
+
"core-android",
|
|
60
|
+
"core-ios",
|
|
61
|
+
"react"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
58
64
|
}
|
|
59
65
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type {
|
|
2
2
|
PersonaSize,
|
|
3
3
|
PersonaCoinColor,
|
|
4
4
|
PersonaCoinFluentColor,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
IPersonaCoinTokens,
|
|
7
7
|
RingThickness,
|
|
8
8
|
} from './PersonaCoin.types';
|
|
9
|
-
import { ImageURISource } from 'react-native';
|
|
9
|
+
import type { ImageURISource } from 'react-native';
|
|
10
10
|
import { globalTokens } from '@fluentui-react-native/theme-tokens';
|
|
11
11
|
|
|
12
12
|
const presenceIconCache: { [key in PersonaPresence]: ImageURISource } = {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { IComposeSettings } from '@uifabricshared/foundation-compose';
|
|
2
|
-
import {
|
|
1
|
+
import type { IComposeSettings } from '@uifabricshared/foundation-compose';
|
|
2
|
+
import type { IPersonaCoinType } from './PersonaCoin.types';
|
|
3
|
+
import { personaCoinName } from './PersonaCoin.types';
|
|
3
4
|
import { convertCoinColorFluent } from './PersonaCoin.helpers';
|
|
4
5
|
|
|
5
6
|
export const settings: IComposeSettings<IPersonaCoinType> = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styleFunction } from '@uifabricshared/foundation-tokens';
|
|
2
|
-
import { ImageProps } from 'react-native';
|
|
3
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
2
|
+
import type { ImageProps } from 'react-native';
|
|
3
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
5
5
|
import { calculateEffectiveSizes } from './PersonaCoin.helpers';
|
|
6
6
|
|
|
7
7
|
const _iconKeyProps: (keyof IPersonaCoinTokens)[] = ['iconSize', 'size', 'coinSize'];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styleFunction } from '@uifabricshared/foundation-tokens';
|
|
2
|
-
import { TextProps } from 'react-native';
|
|
3
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
2
|
+
import type { TextProps } from 'react-native';
|
|
3
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
5
5
|
import { calculateEffectiveSizes } from './PersonaCoin.helpers';
|
|
6
6
|
|
|
7
7
|
const _initialsKeyProps: (keyof IPersonaCoinTokens)[] = ['coinSize', 'initialsSize', 'size'];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styleFunction } from '@uifabricshared/foundation-tokens';
|
|
2
|
-
import { ViewProps } from 'react-native';
|
|
3
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
2
|
+
import type { ViewProps } from 'react-native';
|
|
3
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
5
5
|
import { convertCoinColor, convertCoinColorFluent, calculateEffectiveSizes } from './PersonaCoin.helpers';
|
|
6
6
|
|
|
7
7
|
const _initialsBackgroundKeyProps: (keyof IPersonaCoinTokens)[] = ['coinSize', 'size', 'coinColor', 'coinColorFluent', 'backgroundColor'];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styleFunction } from '@uifabricshared/foundation-tokens';
|
|
2
|
-
import { ImageProps } from 'react-native';
|
|
3
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
2
|
+
import type { ImageProps } from 'react-native';
|
|
3
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
5
5
|
import { calculateEffectiveSizes } from './PersonaCoin.helpers';
|
|
6
6
|
|
|
7
7
|
const _photoKeyProps: (keyof IPersonaCoinTokens)[] = ['coinSize', 'size'];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styleFunction } from '@uifabricshared/foundation-tokens';
|
|
2
|
-
import { ViewProps } from 'react-native';
|
|
3
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
2
|
+
import type { ViewProps } from 'react-native';
|
|
3
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
4
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
5
5
|
import { getRingThickness, calculateEffectiveSizes } from './PersonaCoin.helpers';
|
|
6
6
|
|
|
7
7
|
const _ringProps: (keyof IPersonaCoinTokens)[] = ['coinSize', 'size', 'ring'];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
2
|
-
import { ViewStyle } from 'react-native';
|
|
1
|
+
import type { IPersonaCoinTokens } from './PersonaCoin.types';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
3
|
import { calculateEffectiveSizes } from './PersonaCoin.helpers';
|
|
4
4
|
import { styleFunction } from '@uifabricshared/foundation-tokens';
|
|
5
|
-
import { Theme } from '@fluentui-react-native/framework';
|
|
5
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
6
6
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
7
7
|
|
|
8
8
|
const nameMap: { [key: string]: string } = {
|
package/src/PersonaCoin.tsx
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
/** @jsx withSlots */
|
|
2
2
|
import { Image, View, Text } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import type {
|
|
4
4
|
IPersonaCoinProps,
|
|
5
5
|
IPersonaCoinType,
|
|
6
6
|
IPersonaCoinSlotProps,
|
|
7
7
|
IPersonaCoinRenderData,
|
|
8
8
|
IPersonaCoinState,
|
|
9
|
-
personaCoinName,
|
|
10
9
|
} from './PersonaCoin.types';
|
|
11
|
-
import {
|
|
10
|
+
import { personaCoinName } from './PersonaCoin.types';
|
|
11
|
+
import type { IUseComposeStyling } from '@uifabricshared/foundation-compose';
|
|
12
|
+
import { compose } from '@uifabricshared/foundation-compose';
|
|
12
13
|
import { filterViewProps, filterImageProps } from '@fluentui-react-native/adapters';
|
|
13
14
|
import { settings } from './PersonaCoin.settings';
|
|
14
|
-
import { ISlots,
|
|
15
|
+
import type { ISlots, IRenderData } from '@uifabricshared/foundation-composable';
|
|
16
|
+
import { withSlots } from '@uifabricshared/foundation-composable';
|
|
15
17
|
import { mergeSettings } from '@uifabricshared/foundation-settings';
|
|
16
18
|
import { getPresenceIconSource } from './PersonaCoin.helpers';
|
|
17
19
|
import { foregroundColorTokens } from '@fluentui-react-native/tokens';
|
package/src/PersonaCoin.types.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
|
-
import { ImageProps, ViewProps, ImageURISource, TextProps, ColorValue } from 'react-native';
|
|
3
|
-
import { IBackgroundColorTokens, IForegroundColorTokens } from '@fluentui-react-native/tokens';
|
|
4
|
-
import { IRenderData } from '@uifabricshared/foundation-composable';
|
|
2
|
+
import type { ImageProps, ViewProps, ImageURISource, TextProps, ColorValue } from 'react-native';
|
|
3
|
+
import type { IBackgroundColorTokens, IForegroundColorTokens } from '@fluentui-react-native/tokens';
|
|
4
|
+
import type { IRenderData } from '@uifabricshared/foundation-composable';
|
|
5
5
|
|
|
6
6
|
export const personaCoinName = 'RNFPersonaCoin';
|
|
7
7
|
|