@fluentui-react-native/themed-stylesheet 1.3.2 → 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 +62 -2
- package/CHANGELOG.md +10 -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 +2 -4
- package/src/index.ts +2 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,67 @@
|
|
|
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",
|
|
6
66
|
"tag": "@fluentui-react-native/themed-stylesheet_v1.3.2",
|
|
7
67
|
"version": "1.3.2",
|
|
8
68
|
"comments": {
|
|
@@ -17,7 +77,7 @@
|
|
|
17
77
|
"author": "beachball",
|
|
18
78
|
"package": "@fluentui-react-native/themed-stylesheet",
|
|
19
79
|
"comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
|
|
20
|
-
"commit": "
|
|
80
|
+
"commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
|
|
21
81
|
}
|
|
22
82
|
]
|
|
23
83
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
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
|
+
|
|
7
15
|
## 1.3.2
|
|
8
16
|
|
|
9
|
-
Mon, 20 Dec 2021 22:
|
|
17
|
+
Mon, 20 Dec 2021 22:56:01 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
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,6 +1,6 @@
|
|
|
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",
|
|
@@ -12,10 +12,8 @@
|
|
|
12
12
|
"typings": "lib/index.d.ts",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "fluentui-scripts build",
|
|
15
|
-
"bundle": "fluentui-scripts bundle",
|
|
16
15
|
"just": "fluentui-scripts",
|
|
17
16
|
"clean": "fluentui-scripts clean",
|
|
18
|
-
"code-style": "fluentui-scripts code-style",
|
|
19
17
|
"depcheck": "fluentui-scripts depcheck",
|
|
20
18
|
"lint": "fluentui-scripts eslint",
|
|
21
19
|
"start": "fluentui-scripts dev",
|
|
@@ -34,7 +32,7 @@
|
|
|
34
32
|
"devDependencies": {
|
|
35
33
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
36
34
|
"@types/react-native": "^0.64.0",
|
|
37
|
-
"@
|
|
35
|
+
"@fluentui-react-native/scripts": "^0.1.1",
|
|
38
36
|
"react-native": "^0.64.3"
|
|
39
37
|
},
|
|
40
38
|
"peerDependencies": {
|
package/src/index.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { themedStyleSheet } from './themedStyleSheet';
|
|
2
|
+
export type { NamedStyles } from './themedStyleSheet';
|