@fluentui/react-theme-sass 9.0.0-alpha.6 → 9.0.0-alpha.8

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,58 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Dec 2022 14:55:56 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:27 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.8",
7
+ "version": "9.0.0-alpha.8",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 04 Jan 2023 01:40:39 GMT",
21
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.7",
22
+ "version": "9.0.0-alpha.7",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-theme-sass",
28
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
29
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
30
+ },
31
+ {
32
+ "author": "martinhochel@microsoft.com",
33
+ "package": "@fluentui/react-theme-sass",
34
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
35
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
42
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.7",
43
+ "version": "9.0.0-alpha.7",
44
+ "comments": {
45
+ "prerelease": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-theme-sass",
49
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
50
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 20 Dec 2022 14:59:31 GMT",
6
57
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.6",
7
58
  "version": "9.0.0-alpha.6",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Tue, 20 Dec 2022 14:55:56 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Dec 2022 10:20:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.7)
8
+
9
+ Wed, 21 Dec 2022 10:20:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.6..@fluentui/react-theme-sass_v9.0.0-alpha.7)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
15
+
7
16
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.6)
8
17
 
9
- Tue, 20 Dec 2022 14:55:56 GMT
18
+ Tue, 20 Dec 2022 14:59:31 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.5..@fluentui/react-theme-sass_v9.0.0-alpha.6)
11
20
 
12
21
  ### Changes
@@ -1 +1 @@
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/"}
1
+ {"version":3,"mappings":";;;;;AAAA,MAAM,IAAIA,KAAK,CACb,2GAA2G,CAC5G","names":["Error"],"sourceRoot":"../src/","sources":["packages/react-components/react-theme-sass/src/index.ts"],"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"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.0.0-alpha.8",
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",
@@ -24,8 +24,9 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@fluentui/eslint-plugin": "*",
27
- "@fluentui/scripts": "^1.0.0",
28
- "@fluentui/react-theme": "^9.1.4"
27
+ "@fluentui/react-theme": "^9.1.5",
28
+ "@fluentui/scripts-api-extractor": "*",
29
+ "@fluentui/scripts-tasks": "*"
29
30
  },
30
31
  "beachball": {
31
32
  "disallowedChangeTypes": [