@fluentui-react-native/themed-stylesheet 1.3.0 → 1.3.3
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 +97 -1
- package/CHANGELOG.md +27 -2
- package/babel.config.js +1 -1
- package/just.config.js +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -1
- package/lib-commonjs/index.d.ts.map +1 -1
- package/lib-commonjs/index.js +3 -4
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/themedStyleSheet.js +2 -1
- package/lib-commonjs/themedStyleSheet.js.map +1 -1
- package/lib-commonjs/themedStyleSheet.test.js +2 -2
- package/lib-commonjs/themedStyleSheet.test.js.map +1 -1
- package/package.json +5 -6
- package/src/index.ts +2 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,103 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 31 Mar 2022 07:25:44 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.3",
|
|
7
|
+
"version": "1.3.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
13
|
+
"commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed",
|
|
14
|
+
"comment": "Ban `export *` in index files for better tree-shakeability"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 18 Feb 2022 23:27:11 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
22
|
+
"version": "1.3.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "ruaraki@microsoft.com",
|
|
27
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
28
|
+
"commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54",
|
|
29
|
+
"comment": "Remove web endpoint"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 16 Feb 2022 21:58:21 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
37
|
+
"version": "1.3.2",
|
|
38
|
+
"comments": {
|
|
39
|
+
"none": [
|
|
40
|
+
{
|
|
41
|
+
"author": "ruaraki@microsoft.com",
|
|
42
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
43
|
+
"commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
|
|
44
|
+
"comment": "Update just"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Fri, 14 Jan 2022 01:00:04 GMT",
|
|
51
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
52
|
+
"version": "1.3.2",
|
|
53
|
+
"comments": {
|
|
54
|
+
"none": [
|
|
55
|
+
{
|
|
56
|
+
"author": "sanajmi@microsoft.com",
|
|
57
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
58
|
+
"commit": "163defba33412f6f44117750a540b8fdecd3bdca",
|
|
59
|
+
"comment": "Remove references to uifabricshared"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Mon, 20 Dec 2021 22:56:01 GMT",
|
|
66
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
67
|
+
"version": "1.3.2",
|
|
68
|
+
"comments": {
|
|
69
|
+
"patch": [
|
|
70
|
+
{
|
|
71
|
+
"author": "ruaraki@microsoft.com",
|
|
72
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
73
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
74
|
+
"comment": "Add repository property to all package.json files"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
79
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
|
|
80
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
87
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.1",
|
|
88
|
+
"version": "1.3.1",
|
|
89
|
+
"comments": {
|
|
90
|
+
"patch": [
|
|
91
|
+
{
|
|
92
|
+
"author": "beachball",
|
|
93
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
94
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.1.6",
|
|
95
|
+
"commit": "38fe241a385ecd1ce4e51b5bcba57a9dd0426789"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"date": "Wed, 17 Nov 2021 19:28:07 GMT",
|
|
6
102
|
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.0",
|
|
7
103
|
"version": "1.3.0",
|
|
8
104
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/themed-stylesheet
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 31 Mar 2022 07:25:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.3.3
|
|
8
|
+
|
|
9
|
+
Thu, 31 Mar 2022 07:25:44 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Ban `export *` in index files for better tree-shakeability (4123478+tido64@users.noreply.github.com)
|
|
14
|
+
|
|
15
|
+
## 1.3.2
|
|
16
|
+
|
|
17
|
+
Mon, 20 Dec 2021 22:56:01 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
22
|
+
- Bump @fluentui-react-native/memo-cache to v1.1.7
|
|
23
|
+
|
|
24
|
+
## 1.3.1
|
|
25
|
+
|
|
26
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- Bump @fluentui-react-native/memo-cache to v1.1.6
|
|
31
|
+
|
|
7
32
|
## 1.3.0
|
|
8
33
|
|
|
9
|
-
Wed, 17 Nov 2021 19:
|
|
34
|
+
Wed, 17 Nov 2021 19:28:07 GMT
|
|
10
35
|
|
|
11
36
|
### Minor changes
|
|
12
37
|
|
package/babel.config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('@
|
|
1
|
+
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
package/just.config.js
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { themedStyleSheet } from './themedStyleSheet';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
package/lib-commonjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
|
package/lib-commonjs/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
function __export(m) {
|
|
3
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
4
|
-
}
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
|
|
3
|
+
exports.themedStyleSheet = void 0;
|
|
4
|
+
var themedStyleSheet_1 = require("./themedStyleSheet");
|
|
5
|
+
Object.defineProperty(exports, "themedStyleSheet", { enumerable: true, get: function () { return themedStyleSheet_1.themedStyleSheet; } });
|
|
7
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.themedStyleSheet = void 0;
|
|
3
4
|
var react_native_1 = require("react-native");
|
|
4
5
|
var memo_cache_1 = require("@fluentui-react-native/memo-cache");
|
|
5
6
|
/**
|
|
@@ -33,7 +34,7 @@ var memo_cache_1 = require("@fluentui-react-native/memo-cache");
|
|
|
33
34
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
34
35
|
function themedStyleSheet(generator) {
|
|
35
36
|
// create a memo cache for this themed stylesheet
|
|
36
|
-
var cache = memo_cache_1.getMemoCache();
|
|
37
|
+
var cache = (0, memo_cache_1.getMemoCache)();
|
|
37
38
|
// now return a theme => styles function
|
|
38
39
|
return function (theme) {
|
|
39
40
|
return cache(function () { return react_native_1.StyleSheet.create(generator(theme)); }, [theme])[0];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themedStyleSheet.js","sourceRoot":"","sources":["../src/themedStyleSheet.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"themedStyleSheet.js","sourceRoot":"","sources":["../src/themedStyleSheet.ts"],"names":[],"mappings":";;;AAAA,6CAA4E;AAC5E,gEAAiE;AASjE;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wDAAwD;AACxD,SAAgB,gBAAgB,CAC9B,SAAkD;IAElD,iDAAiD;IACjD,IAAM,KAAK,GAAG,IAAA,yBAAY,GAAE,CAAC;IAE7B,wCAAwC;IACxC,OAAO,UAAC,KAAa;QACnB,OAAO,KAAK,CAAC,cAAM,OAAA,yBAAU,CAAC,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAnC,CAAmC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACtE,CAAC,CAAC;AACJ,CAAC;AAVD,4CAUC"}
|
|
@@ -15,7 +15,7 @@ function _createTheme2() {
|
|
|
15
15
|
fontSize: 12,
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
|
-
var getStyles1 = themedStyleSheet_1.themedStyleSheet(function (t) {
|
|
18
|
+
var getStyles1 = (0, themedStyleSheet_1.themedStyleSheet)(function (t) {
|
|
19
19
|
return {
|
|
20
20
|
style1: {
|
|
21
21
|
backgroundColor: t.color1,
|
|
@@ -29,7 +29,7 @@ var getStyles1 = themedStyleSheet_1.themedStyleSheet(function (t) {
|
|
|
29
29
|
},
|
|
30
30
|
};
|
|
31
31
|
});
|
|
32
|
-
var getThemeOptionalStyles = themedStyleSheet_1.themedStyleSheet(function (t) {
|
|
32
|
+
var getThemeOptionalStyles = (0, themedStyleSheet_1.themedStyleSheet)(function (t) {
|
|
33
33
|
return {
|
|
34
34
|
style3: {
|
|
35
35
|
backgroundColor: (t && t.color1) || 'white',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themedStyleSheet.test.js","sourceRoot":"","sources":["../src/themedStyleSheet.test.ts"],"names":[],"mappings":";;AAAA,uDAAsD;AAQtD,SAAS,aAAa;IACpB,OAAO;QACL,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,KAAK;QACb,QAAQ,EAAE,EAAE;KACb,CAAC;AACJ,CAAC;AAED,SAAS,aAAa;IACpB,OAAO;QACL,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,OAAO;QACf,QAAQ,EAAE,EAAE;KACb,CAAC;AACJ,CAAC;AAED,IAAM,UAAU,GAAG,mCAAgB,
|
|
1
|
+
{"version":3,"file":"themedStyleSheet.test.js","sourceRoot":"","sources":["../src/themedStyleSheet.test.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Helper for using react-native StyleSheets with themes",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/microsoft/
|
|
7
|
+
"url": "https://github.com/microsoft/fluentui-react-native",
|
|
8
|
+
"directory": "packages/framework/themed-stylesheet"
|
|
8
9
|
},
|
|
9
10
|
"main": "lib-commonjs/index.js",
|
|
10
11
|
"module": "lib/index.js",
|
|
11
12
|
"typings": "lib/index.d.ts",
|
|
12
13
|
"scripts": {
|
|
13
14
|
"build": "fluentui-scripts build",
|
|
14
|
-
"bundle": "fluentui-scripts bundle",
|
|
15
15
|
"just": "fluentui-scripts",
|
|
16
16
|
"clean": "fluentui-scripts clean",
|
|
17
|
-
"code-style": "fluentui-scripts code-style",
|
|
18
17
|
"depcheck": "fluentui-scripts depcheck",
|
|
19
18
|
"lint": "fluentui-scripts eslint",
|
|
20
19
|
"start": "fluentui-scripts dev",
|
|
@@ -28,12 +27,12 @@
|
|
|
28
27
|
"author": "",
|
|
29
28
|
"license": "MIT",
|
|
30
29
|
"dependencies": {
|
|
31
|
-
"@fluentui-react-native/memo-cache": "^1.1.
|
|
30
|
+
"@fluentui-react-native/memo-cache": "^1.1.7"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
34
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
35
34
|
"@types/react-native": "^0.64.0",
|
|
36
|
-
"@
|
|
35
|
+
"@fluentui-react-native/scripts": "^0.1.1",
|
|
37
36
|
"react-native": "^0.64.3"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
package/src/index.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { themedStyleSheet } from './themedStyleSheet';
|
|
2
|
+
export type { NamedStyles } from './themedStyleSheet';
|