@fluentui/react-theme-sass 9.0.0-alpha.3 → 9.0.0-alpha.4

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,43 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Oct 2022 08:35:36 GMT",
5
+ "date": "Fri, 11 Nov 2022 14:53:34 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.4",
7
+ "version": "9.0.0-alpha.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
14
+ "comment": "fix: create valid export maps"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-theme-sass",
19
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
20
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 25 Oct 2022 00:35:38 GMT",
27
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
28
+ "version": "9.0.0-alpha.3",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "miroslav.stastny@microsoft.com",
33
+ "package": "@fluentui/react-theme-sass",
34
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
35
+ "comment": "Update package readme"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 20 Oct 2022 08:39:59 GMT",
6
42
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
7
43
  "version": "9.0.0-alpha.3",
8
44
  "comments": {
@@ -11,7 +47,7 @@
11
47
  "author": "beachball",
12
48
  "package": "@fluentui/react-theme-sass",
13
49
  "comment": "Bump @fluentui/react-theme to v9.1.1",
14
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
50
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
15
51
  }
16
52
  ]
17
53
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,27 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Thu, 20 Oct 2022 08:35:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 14:53:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.4)
8
+
9
+ Fri, 11 Nov 2022 14:53:34 GMT
10
+ [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)
11
+
12
+ ### Changes
13
+
14
+ - fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
16
+
7
17
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.3)
8
18
 
9
- Thu, 20 Oct 2022 08:35:36 GMT
19
+ Thu, 20 Oct 2022 08:39:59 GMT
10
20
  [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
21
 
12
22
  ### Changes
13
23
 
14
- - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
24
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
15
25
 
16
26
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.2)
17
27
 
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://developer.microsoft.com/en-us/fluentui)**
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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.3",
3
+ "version": "9.0.0-alpha.4",
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": {
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@fluentui/eslint-plugin": "*",
28
28
  "@fluentui/scripts": "^1.0.0",
29
- "@fluentui/react-theme": "^9.1.1"
29
+ "@fluentui/react-theme": "^9.1.2"
30
30
  },
31
31
  "beachball": {
32
32
  "disallowedChangeTypes": [
@@ -35,5 +35,13 @@
35
35
  "patch"
36
36
  ]
37
37
  },
38
- "dependencies": {}
38
+ "dependencies": {},
39
+ "exports": {
40
+ ".": {
41
+ "types": "./dist/index.d.ts",
42
+ "import": "./lib/index.js",
43
+ "require": "./lib-commonjs/index.js"
44
+ },
45
+ "./package.json": "./package.json"
46
+ }
39
47
  }