@fluentui/react-theme-sass 9.0.0-alpha.3 → 9.0.0-alpha.5
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 +76 -2
- package/CHANGELOG.md +22 -3
- package/README.md +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +14 -7
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,81 @@
|
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 05 Dec 2022 18:25:35 GMT",
|
6
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.5",
|
7
|
+
"version": "9.0.0-alpha.5",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-theme-sass",
|
13
|
+
"commit": "109f6e6966ce703169c98134f1aedbaec17d6f93",
|
14
|
+
"comment": "chore: Migrate to new package structure."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-theme-sass",
|
21
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
22
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"date": "Thu, 17 Nov 2022 23:05:50 GMT",
|
29
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.4",
|
30
|
+
"version": "9.0.0-alpha.4",
|
31
|
+
"comments": {
|
32
|
+
"none": [
|
33
|
+
{
|
34
|
+
"author": "martinhochel@microsoft.com",
|
35
|
+
"package": "@fluentui/react-theme-sass",
|
36
|
+
"commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
|
37
|
+
"comment": "chore: update package scaffold"
|
38
|
+
}
|
39
|
+
]
|
40
|
+
}
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"date": "Fri, 11 Nov 2022 14:57:47 GMT",
|
44
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.4",
|
45
|
+
"version": "9.0.0-alpha.4",
|
46
|
+
"comments": {
|
47
|
+
"prerelease": [
|
48
|
+
{
|
49
|
+
"author": "martinhochel@microsoft.com",
|
50
|
+
"package": "@fluentui/react-theme-sass",
|
51
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
52
|
+
"comment": "fix: create valid export maps"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"author": "beachball",
|
56
|
+
"package": "@fluentui/react-theme-sass",
|
57
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
58
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"date": "Tue, 25 Oct 2022 00:35:38 GMT",
|
65
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
|
66
|
+
"version": "9.0.0-alpha.3",
|
67
|
+
"comments": {
|
68
|
+
"none": [
|
69
|
+
{
|
70
|
+
"author": "miroslav.stastny@microsoft.com",
|
71
|
+
"package": "@fluentui/react-theme-sass",
|
72
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
73
|
+
"comment": "Update package readme"
|
74
|
+
}
|
75
|
+
]
|
76
|
+
}
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"date": "Thu, 20 Oct 2022 08:39:59 GMT",
|
6
80
|
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
|
7
81
|
"version": "9.0.0-alpha.3",
|
8
82
|
"comments": {
|
@@ -11,7 +85,7 @@
|
|
11
85
|
"author": "beachball",
|
12
86
|
"package": "@fluentui/react-theme-sass",
|
13
87
|
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
14
|
-
"commit": "
|
88
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
15
89
|
}
|
16
90
|
]
|
17
91
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,36 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme-sass
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 05 Dec 2022 18:25:35 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.5)
|
8
|
+
|
9
|
+
Mon, 05 Dec 2022 18:25:35 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.4..@fluentui/react-theme-sass_v9.0.0-alpha.5)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.4)
|
17
|
+
|
18
|
+
Fri, 11 Nov 2022 14:57:47 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.3..@fluentui/react-theme-sass_v9.0.0-alpha.4)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
24
|
+
- Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
25
|
+
|
7
26
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.3)
|
8
27
|
|
9
|
-
Thu, 20 Oct 2022 08:
|
28
|
+
Thu, 20 Oct 2022 08:39:59 GMT
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.2..@fluentui/react-theme-sass_v9.0.0-alpha.3)
|
11
30
|
|
12
31
|
### Changes
|
13
32
|
|
14
|
-
- Bump @fluentui/react-theme to v9.1.1 ([
|
33
|
+
- Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
15
34
|
|
16
35
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.2)
|
17
36
|
|
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @fluentui/react-theme-sass
|
2
2
|
|
3
|
-
**React Theme Sass for [Fluent UI React](https://
|
3
|
+
**React Theme Sass for [Fluent UI React](https://react.fluentui.dev)**
|
4
4
|
|
5
5
|
SASS variables referencing react-theme design tokens injected to DOM by react-provider.
|
6
6
|
|
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["index.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,KAAK,CACb,2GAA2G,CAC5G,CAAC","sourcesContent":["throw new Error(\n '@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.',\n);\n\nexport {};\n"]}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["packages/react-components/react-theme-sass/src/index.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,KAAK,CACb,2GAA2G,CAC5G,CAAC","sourcesContent":["throw new Error(\n '@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.',\n);\n\nexport {};\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;AAAA,MAAM,IAAI,KAAJ,CACJ,2GADI,CAAN","sourcesContent":["throw new Error(\n '@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.',\n);\n\nexport {};\n"],"sourceRoot":"../src/"}
|
1
|
+
{"version":3,"sources":["packages/react-components/react-theme-sass/src/index.ts"],"names":[],"mappings":";;;;;AAAA,MAAM,IAAI,KAAJ,CACJ,2GADI,CAAN","sourcesContent":["throw new Error(\n '@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.',\n);\n\nexport {};\n"],"sourceRoot":"../src/"}
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
|
-
"version": "9.0.0-alpha.
|
3
|
+
"version": "9.0.0-alpha.5",
|
4
4
|
"description": "SASS variables referencing react-theme design tokens injected to DOM by react-provider.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
7
|
-
"typings": "dist/index.d.ts",
|
7
|
+
"typings": "./dist/index.d.ts",
|
8
8
|
"style": "sass/tokens.scss",
|
9
9
|
"sideEffects": false,
|
10
10
|
"repository": {
|
@@ -19,14 +19,13 @@
|
|
19
19
|
"just": "just-scripts",
|
20
20
|
"lint": "just-scripts lint",
|
21
21
|
"test": "jest --passWithNoTests",
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"type-check": "tsc -b tsconfig.json"
|
22
|
+
"type-check": "tsc -b tsconfig.json",
|
23
|
+
"generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor"
|
25
24
|
},
|
26
25
|
"devDependencies": {
|
27
26
|
"@fluentui/eslint-plugin": "*",
|
28
27
|
"@fluentui/scripts": "^1.0.0",
|
29
|
-
"@fluentui/react-theme": "^9.1.
|
28
|
+
"@fluentui/react-theme": "^9.1.3"
|
30
29
|
},
|
31
30
|
"beachball": {
|
32
31
|
"disallowedChangeTypes": [
|
@@ -35,5 +34,13 @@
|
|
35
34
|
"patch"
|
36
35
|
]
|
37
36
|
},
|
38
|
-
"dependencies": {}
|
37
|
+
"dependencies": {},
|
38
|
+
"exports": {
|
39
|
+
".": {
|
40
|
+
"types": "./dist/index.d.ts",
|
41
|
+
"import": "./lib/index.js",
|
42
|
+
"require": "./lib-commonjs/index.js"
|
43
|
+
},
|
44
|
+
"./package.json": "./package.json"
|
45
|
+
}
|
39
46
|
}
|