@fluentui-react-native/composition 0.8.4 → 0.9.1
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
CHANGED
|
@@ -2,7 +2,73 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/composition",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 12 Jun 2023 17:42:47 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/composition_v0.9.1",
|
|
7
|
+
"version": "0.9.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/composition",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/use-slot to v0.4.1",
|
|
14
|
+
"commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/composition",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/use-slots to v0.8.1",
|
|
20
|
+
"commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/composition",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/use-styling to v0.11.0",
|
|
26
|
+
"commit": "60d243e2af9f727a0265bf6a0aed49e687305f77"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Mon, 05 Jun 2023 19:26:22 GMT",
|
|
33
|
+
"tag": "@fluentui-react-native/composition_v0.9.0",
|
|
34
|
+
"version": "0.9.0",
|
|
35
|
+
"comments": {
|
|
36
|
+
"minor": [
|
|
37
|
+
{
|
|
38
|
+
"author": "sanajmi@microsoft.com",
|
|
39
|
+
"package": "@fluentui-react-native/composition",
|
|
40
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325",
|
|
41
|
+
"comment": "Upgrade to React Native 0.71"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui-react-native/composition",
|
|
46
|
+
"comment": "Bump @fluentui-react-native/immutable-merge to v1.2.0",
|
|
47
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui-react-native/composition",
|
|
52
|
+
"comment": "Bump @fluentui-react-native/use-slot to v0.4.0",
|
|
53
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui-react-native/composition",
|
|
58
|
+
"comment": "Bump @fluentui-react-native/use-slots to v0.8.0",
|
|
59
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/composition",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/use-styling to v0.10.0",
|
|
65
|
+
"commit": "8c0f9d27e34913da82c00299c12c399877257325"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Fri, 24 Feb 2023 20:39:57 GMT",
|
|
6
72
|
"tag": "@fluentui-react-native/composition_v0.8.4",
|
|
7
73
|
"version": "0.8.4",
|
|
8
74
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,34 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/composition
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 12 Jun 2023 17:42:47 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.9.1
|
|
8
|
+
|
|
9
|
+
Mon, 12 Jun 2023 17:42:47 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/use-slot to v0.4.1
|
|
14
|
+
- Bump @fluentui-react-native/use-slots to v0.8.1
|
|
15
|
+
- Bump @fluentui-react-native/use-styling to v0.11.0
|
|
16
|
+
|
|
17
|
+
## 0.9.0
|
|
18
|
+
|
|
19
|
+
Mon, 05 Jun 2023 19:26:22 GMT
|
|
20
|
+
|
|
21
|
+
### Minor changes
|
|
22
|
+
|
|
23
|
+
- Upgrade to React Native 0.71 (sanajmi@microsoft.com)
|
|
24
|
+
- Bump @fluentui-react-native/immutable-merge to v1.2.0
|
|
25
|
+
- Bump @fluentui-react-native/use-slot to v0.4.0
|
|
26
|
+
- Bump @fluentui-react-native/use-slots to v0.8.0
|
|
27
|
+
- Bump @fluentui-react-native/use-styling to v0.10.0
|
|
28
|
+
|
|
7
29
|
## 0.8.4
|
|
8
30
|
|
|
9
|
-
Fri, 24 Feb 2023 20:
|
|
31
|
+
Fri, 24 Feb 2023 20:39:57 GMT
|
|
10
32
|
|
|
11
33
|
### Patches
|
|
12
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composeFactory.test.js","sourceRoot":"","sources":["../src/composeFactory.test.tsx"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"composeFactory.test.js","sourceRoot":"","sources":["../src/composeFactory.test.tsx"],"names":[],"mappings":";;;;;;;;;;;AAGA,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAE5D,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAGhD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAYlD,IAAM,KAAK,GAAU;IACnB,MAAM,EAAE;QACN,eAAe,EAAE,OAAO;QACxB,KAAK,EAAE,OAAO;KACf;IACD,UAAU,EAAE,EAAE;CACf,CAAC;AAYF,IAAM,WAAW,GAAuB;IACtC,QAAQ,EAAE,cAAM,OAAA,KAAK,EAAL,CAAK;IACrB,gBAAgB,EAAE,UAAC,KAAY,EAAE,IAAY;;QAC3C,OAAO,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,mCAAI,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;CACF,CAAC;AAEF,SAAS,UAAU,CAAI,EAAK,EAAE,EAAK;IACjC,6BAAY,EAAE,GAAK,EAAE,EAAG;AAC1B,CAAC;AAED,IAAM,IAAI,GAAG,cAAc,CACzB;IACE,MAAM,EAAE;QACN,UAAC,CAAC,IAAK,OAAA,CAAC;YACN,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,eAAe;YACzC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK;SACtB,CAAC,EAHK,CAGL;KACH;IACD,SAAS,EAAE;QACT,KAAK,EAAE,UAAC,MAAM,IAAK,OAAA,CAAC,EAAE,KAAK,EAAE,EAAE,eAAe,EAAE,MAAM,CAAC,eAAe,EAAE,EAAE,CAAC,EAAxD,CAAwD;QAC3E,OAAO,EAAE,UAAC,MAAM,IAAK,OAAA,CAAC,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,EAAE,CAAC,EAApC,CAAoC;KAC1D;IACD,KAAK,EAAE;QACL,KAAK,EAAE,IAAI;QACX,OAAO,EAAE,IAAI;KACd;IACD,SAAS,EAAE,UAAC,KAAgB,EAAE,QAA8C;QAC1E,IAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;QAC9B,OAAO,UAAC,KAAgB,IAAK,OAAA,CAC3B,UAAC,KAAK,CAAC,KAAK,eAAK,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC;YACvC,UAAC,KAAK,CAAC,OAAO,gBAAsB,CACxB,CACf,EAJ4B,CAI5B,CAAC;IACJ,CAAC;CACF,EACD,WAAW,CACZ,CAAC;AAEF,IAAM,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,eAAe,EAAE,MAAM,EAAE,CAAC,CAAC;AAE/D,IAAM,UAAU,GAAG;IACjB,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,WAAW,EAAE,OAAO;IACpB,WAAW,EAAE,CAAC;CACf,CAAC;AAEF,QAAQ,CAAC,2BAA2B,EAAE;IACpC,EAAE,CAAC,uBAAuB,EAAE;QAC1B,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,UAAC,IAAI,IAAC,KAAK,EAAE,UAAU,GAAI,CAAC,CAAC,MAAM,EAAE,CAAC;QACnE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,uBAAuB,EAAE;QAC1B,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,UAAC,UAAU,IAAC,KAAK,EAAE,UAAU,GAAI,CAAC,CAAC,MAAM,EAAE,CAAC;QACzE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;IACjC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composeFactory.test.js","sourceRoot":"","sources":["../src/composeFactory.test.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"composeFactory.test.js","sourceRoot":"","sources":["../src/composeFactory.test.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,6CAA0C;AAE1C,4DAA4D;AAE5D,4DAAgD;AAGhD,mDAAkD;AAYlD,IAAM,KAAK,GAAU;IACnB,MAAM,EAAE;QACN,eAAe,EAAE,OAAO;QACxB,KAAK,EAAE,OAAO;KACf;IACD,UAAU,EAAE,EAAE;CACf,CAAC;AAYF,IAAM,WAAW,GAAuB;IACtC,QAAQ,EAAE,cAAM,OAAA,KAAK,EAAL,CAAK;IACrB,gBAAgB,EAAE,UAAC,KAAY,EAAE,IAAY;;QAC3C,OAAO,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,mCAAI,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;CACF,CAAC;AAEF,SAAS,UAAU,CAAI,EAAK,EAAE,EAAK;IACjC,6BAAY,EAAE,GAAK,EAAE,EAAG;AAC1B,CAAC;AAED,IAAM,IAAI,GAAG,IAAA,+BAAc,EACzB;IACE,MAAM,EAAE;QACN,UAAC,CAAC,IAAK,OAAA,CAAC;YACN,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,eAAe;YACzC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK;SACtB,CAAC,EAHK,CAGL;KACH;IACD,SAAS,EAAE;QACT,KAAK,EAAE,UAAC,MAAM,IAAK,OAAA,CAAC,EAAE,KAAK,EAAE,EAAE,eAAe,EAAE,MAAM,CAAC,eAAe,EAAE,EAAE,CAAC,EAAxD,CAAwD;QAC3E,OAAO,EAAE,UAAC,MAAM,IAAK,OAAA,CAAC,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,EAAE,CAAC,EAApC,CAAoC;KAC1D;IACD,KAAK,EAAE;QACL,KAAK,EAAE,mBAAI;QACX,OAAO,EAAE,mBAAI;KACd;IACD,SAAS,EAAE,UAAC,KAAgB,EAAE,QAA8C;QAC1E,IAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;QAC9B,OAAO,UAAC,KAAgB,IAAK,OAAA,CAC3B,0BAAC,KAAK,CAAC,KAAK,eAAK,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC;YACvC,0BAAC,KAAK,CAAC,OAAO,gBAAsB,CACxB,CACf,EAJ4B,CAI5B,CAAC;IACJ,CAAC;CACF,EACD,WAAW,CACZ,CAAC;AAEF,IAAM,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,eAAe,EAAE,MAAM,EAAE,CAAC,CAAC;AAE/D,IAAM,UAAU,GAAG;IACjB,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,WAAW,EAAE,OAAO;IACpB,WAAW,EAAE,CAAC;CACf,CAAC;AAEF,QAAQ,CAAC,2BAA2B,EAAE;IACpC,EAAE,CAAC,uBAAuB,EAAE;QAC1B,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,0BAAC,IAAI,IAAC,KAAK,EAAE,UAAU,GAAI,CAAC,CAAC,MAAM,EAAE,CAAC;QACnE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,uBAAuB,EAAE;QAC1B,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,0BAAC,UAAU,IAAC,KAAK,EAAE,UAAU,GAAI,CAAC,CAAC,MAAM,EAAE,CAAC;QACzE,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;IACjC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/composition",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Composition factories for building HOCs",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,20 +27,19 @@
|
|
|
27
27
|
"author": "",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/immutable-merge": "^1.
|
|
31
|
-
"@fluentui-react-native/use-slot": ">=0.
|
|
32
|
-
"@fluentui-react-native/use-slots": ">=0.
|
|
33
|
-
"@fluentui-react-native/use-styling": ">=0.
|
|
30
|
+
"@fluentui-react-native/immutable-merge": "^1.2.0",
|
|
31
|
+
"@fluentui-react-native/use-slot": ">=0.4.1 <1.0.0",
|
|
32
|
+
"@fluentui-react-native/use-slots": ">=0.8.1 <1.0.0",
|
|
33
|
+
"@fluentui-react-native/use-styling": ">=0.11.0 <1.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
37
|
-
"
|
|
38
|
-
"react": "
|
|
39
|
-
"react-native": "^0.68.0"
|
|
37
|
+
"react": "18.2.0",
|
|
38
|
+
"react-native": "^0.71.0"
|
|
40
39
|
},
|
|
41
40
|
"peerDependencies": {
|
|
42
|
-
"react": "
|
|
43
|
-
"react-native": "^0.
|
|
41
|
+
"react": "18.2.0",
|
|
42
|
+
"react-native": "^0.71.0"
|
|
44
43
|
},
|
|
45
44
|
"rnx-kit": {
|
|
46
45
|
"kitType": "library",
|
|
@@ -49,7 +48,7 @@
|
|
|
49
48
|
"microsoft/react-native"
|
|
50
49
|
],
|
|
51
50
|
"requirements": [
|
|
52
|
-
"react-native@0.
|
|
51
|
+
"react-native@0.71"
|
|
53
52
|
],
|
|
54
53
|
"capabilities": [
|
|
55
54
|
"core",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`composeFactory test suite Base component render 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
style={
|
|
6
|
-
|
|
6
|
+
{
|
|
7
7
|
"backgroundColor": "black",
|
|
8
8
|
"borderColor": "green",
|
|
9
9
|
"borderWidth": 1,
|
|
@@ -14,7 +14,7 @@ exports[`composeFactory test suite Base component render 1`] = `
|
|
|
14
14
|
>
|
|
15
15
|
<Text
|
|
16
16
|
style={
|
|
17
|
-
|
|
17
|
+
{
|
|
18
18
|
"color": "white",
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -27,7 +27,7 @@ exports[`composeFactory test suite Base component render 1`] = `
|
|
|
27
27
|
exports[`composeFactory test suite Base component render 2`] = `
|
|
28
28
|
<View
|
|
29
29
|
style={
|
|
30
|
-
|
|
30
|
+
{
|
|
31
31
|
"backgroundColor": "pink",
|
|
32
32
|
"borderColor": "green",
|
|
33
33
|
"borderWidth": 1,
|
|
@@ -38,7 +38,7 @@ exports[`composeFactory test suite Base component render 2`] = `
|
|
|
38
38
|
>
|
|
39
39
|
<Text
|
|
40
40
|
style={
|
|
41
|
-
|
|
41
|
+
{
|
|
42
42
|
"color": "white",
|
|
43
43
|
}
|
|
44
44
|
}
|