@fluentui-react-native/themed-stylesheet 1.3.1 → 1.4.0
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 -11
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -9
- 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, 14 Jul 2022 18:07:20 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.4.0",
|
|
7
|
+
"version": "1.4.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
13
|
+
"commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
|
|
14
|
+
"comment": "Update to React Native 0.66"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 31 Mar 2022 07:27:48 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.3",
|
|
22
|
+
"version": "1.3.3",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
27
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
28
|
+
"commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed",
|
|
29
|
+
"comment": "Ban `export *` in index files for better tree-shakeability"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 18 Feb 2022 23:27:11 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": "597b1e6bd7b3791df8fad2e0ec83810872261c54",
|
|
44
|
+
"comment": "Remove web endpoint"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Wed, 16 Feb 2022 21:58:21 GMT",
|
|
51
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
52
|
+
"version": "1.3.2",
|
|
53
|
+
"comments": {
|
|
54
|
+
"none": [
|
|
55
|
+
{
|
|
56
|
+
"author": "ruaraki@microsoft.com",
|
|
57
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
58
|
+
"commit": "fc506e0ea21def220cd2e7b4fe36361446c5f8c6",
|
|
59
|
+
"comment": "Update just"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Fri, 14 Jan 2022 01:00:04 GMT",
|
|
66
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
67
|
+
"version": "1.3.2",
|
|
68
|
+
"comments": {
|
|
69
|
+
"none": [
|
|
70
|
+
{
|
|
71
|
+
"author": "sanajmi@microsoft.com",
|
|
72
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
73
|
+
"commit": "163defba33412f6f44117750a540b8fdecd3bdca",
|
|
74
|
+
"comment": "Remove references to uifabricshared"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"date": "Mon, 20 Dec 2021 22:56:01 GMT",
|
|
81
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
82
|
+
"version": "1.3.2",
|
|
83
|
+
"comments": {
|
|
84
|
+
"patch": [
|
|
85
|
+
{
|
|
86
|
+
"author": "ruaraki@microsoft.com",
|
|
87
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
88
|
+
"commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
|
|
89
|
+
"comment": "Add repository property to all package.json files"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "beachball",
|
|
93
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
94
|
+
"comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
|
|
95
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"date": "Sat, 18 Dec 2021 04:15:05 GMT",
|
|
6
102
|
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.1",
|
|
7
103
|
"version": "1.3.1",
|
|
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, 14 Jul 2022 18:07:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.4.0
|
|
8
|
+
|
|
9
|
+
Thu, 14 Jul 2022 18:07:20 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Update to React Native 0.66 (sanajmi@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 1.3.3
|
|
16
|
+
|
|
17
|
+
Thu, 31 Mar 2022 07:27:48 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Ban `export *` in index files for better tree-shakeability (4123478+tido64@users.noreply.github.com)
|
|
22
|
+
|
|
23
|
+
## 1.3.2
|
|
24
|
+
|
|
25
|
+
Mon, 20 Dec 2021 22:56:01 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Add repository property to all package.json files (ruaraki@microsoft.com)
|
|
30
|
+
- Bump @fluentui-react-native/memo-cache to v1.1.7
|
|
31
|
+
|
|
7
32
|
## 1.3.1
|
|
8
33
|
|
|
9
|
-
Sat, 18 Dec 2021 04:
|
|
34
|
+
Sat, 18 Dec 2021 04:15:05 GMT
|
|
10
35
|
|
|
11
36
|
### Patches
|
|
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,14 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
|
|
3
|
+
exports.themedStyleSheet = void 0;
|
|
4
|
+
var themedStyleSheet_1 = require("./themedStyleSheet");
|
|
5
|
+
Object.defineProperty(exports, "themedStyleSheet", { enumerable: true, get: function () { return themedStyleSheet_1.themedStyleSheet; } });
|
|
14
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"}
|
package/package.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
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,15 +27,15 @@
|
|
|
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
|
-
"@types/react-native": "^0.
|
|
36
|
-
"@
|
|
37
|
-
"react-native": "^0.
|
|
34
|
+
"@types/react-native": "^0.66.0",
|
|
35
|
+
"@fluentui-react-native/scripts": "^0.1.1",
|
|
36
|
+
"react-native": "^0.66.0"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
|
-
"react-native": ">=0.
|
|
39
|
+
"react-native": ">=0.66.0"
|
|
41
40
|
}
|
|
42
41
|
}
|
package/src/index.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { themedStyleSheet } from './themedStyleSheet';
|
|
2
|
+
export type { NamedStyles } from './themedStyleSheet';
|