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

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,28 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:27 GMT",
5
+ "date": "Wed, 15 Mar 2023 10:17:04 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.9",
7
+ "version": "9.0.0-alpha.9",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "miroslav.stastny@microsoft.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
14
+ "comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-theme-sass",
19
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
20
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 16 Jan 2023 08:38:51 GMT",
6
27
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.8",
7
28
  "version": "9.0.0-alpha.8",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,9 +1,19 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Wed, 21 Dec 2022 10:20:33 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Mar 2023 10:17:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.9)
8
+
9
+ Wed, 15 Mar 2023 10:17:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.8..@fluentui/react-theme-sass_v9.0.0-alpha.9)
11
+
12
+ ### Changes
13
+
14
+ - feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
16
+
7
17
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.7)
8
18
 
9
19
  Wed, 21 Dec 2022 10:20:33 GMT
@@ -1 +1 @@
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"]}
1
+ {"version":3,"names":["Error"],"sources":["../src/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"],"mappings":";;;;;AAAA,MAAM,IAAIA,KAAK,CACb,2GAA2G,CAC5G"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.8",
3
+ "version": "9.0.0-alpha.9",
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,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@fluentui/eslint-plugin": "*",
27
- "@fluentui/react-theme": "^9.1.5",
27
+ "@fluentui/react-theme": "^9.1.6",
28
28
  "@fluentui/scripts-api-extractor": "*",
29
29
  "@fluentui/scripts-tasks": "*"
30
30
  },
@@ -72,8 +72,10 @@ $colorNeutralBackground5Hover: var(--colorNeutralBackground5Hover);
72
72
  $colorNeutralBackground5Pressed: var(--colorNeutralBackground5Pressed);
73
73
  $colorNeutralBackground5Selected: var(--colorNeutralBackground5Selected);
74
74
  $colorNeutralBackground6: var(--colorNeutralBackground6);
75
- $colorNeutralBackgroundStatic: var(--colorNeutralBackgroundStatic);
76
75
  $colorNeutralBackgroundInverted: var(--colorNeutralBackgroundInverted);
76
+ $colorNeutralBackgroundStatic: var(--colorNeutralBackgroundStatic);
77
+ $colorNeutralBackgroundAlpha: var(--colorNeutralBackgroundAlpha);
78
+ $colorNeutralBackgroundAlpha2: var(--colorNeutralBackgroundAlpha2);
77
79
  $colorSubtleBackground: var(--colorSubtleBackground);
78
80
  $colorSubtleBackgroundHover: var(--colorSubtleBackgroundHover);
79
81
  $colorSubtleBackgroundPressed: var(--colorSubtleBackgroundPressed);
@@ -135,6 +137,7 @@ $colorNeutralStrokeInvertedDisabled: var(--colorNeutralStrokeInvertedDisabled);
135
137
  $colorTransparentStroke: var(--colorTransparentStroke);
136
138
  $colorTransparentStrokeInteractive: var(--colorTransparentStrokeInteractive);
137
139
  $colorTransparentStrokeDisabled: var(--colorTransparentStrokeDisabled);
140
+ $colorNeutralStrokeAlpha: var(--colorNeutralStrokeAlpha);
138
141
  $colorStrokeFocus1: var(--colorStrokeFocus1);
139
142
  $colorStrokeFocus2: var(--colorStrokeFocus2);
140
143
  $colorNeutralShadowAmbient: var(--colorNeutralShadowAmbient);