@fluentui/react-theme-sass 9.0.0-alpha.1 → 9.0.0-alpha.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 CHANGED
@@ -2,7 +2,75 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:33 GMT",
5
+ "date": "Thu, 20 Oct 2022 08:35:36 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
7
+ "version": "9.0.0-alpha.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
14
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 15 Sep 2022 09:49:39 GMT",
21
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.2",
22
+ "version": "9.0.0-alpha.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-theme-sass",
28
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
29
+ "comment": "chore: update package scaffold"
30
+ },
31
+ {
32
+ "author": "miroslav.stastny@microsoft.com",
33
+ "package": "@fluentui/react-theme-sass",
34
+ "commit": "9c97dc2efbfe7d22b3686cb765fd93916b303642",
35
+ "comment": "react-theme-sass dev-depends on react-theme"
36
+ }
37
+ ],
38
+ "prerelease": [
39
+ {
40
+ "author": "seanmonahan@microsoft.com",
41
+ "package": "@fluentui/react-theme-sass",
42
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
43
+ "comment": "feat: add new color tokens"
44
+ },
45
+ {
46
+ "author": "miroslav.stastny@microsoft.com",
47
+ "package": "@fluentui/react-theme-sass",
48
+ "commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
49
+ "comment": "feat: Add fontWeightBold"
50
+ },
51
+ {
52
+ "author": "miroslav.stastny@microsoft.com",
53
+ "package": "@fluentui/react-theme-sass",
54
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
55
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
56
+ },
57
+ {
58
+ "author": "seanmonahan@microsoft.com",
59
+ "package": "@fluentui/react-theme-sass",
60
+ "commit": "5c78472d96502d05a10016d9502eceada4edfd8a",
61
+ "comment": "feat: add color neutral foreground inverted 2 token"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-theme-sass",
66
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
67
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Tue, 28 Jun 2022 15:13:22 GMT",
6
74
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.1",
7
75
  "version": "9.0.0-alpha.1",
8
76
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Oct 2022 08:35:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.3)
8
+
9
+ Thu, 20 Oct 2022 08:35:36 GMT
10
+ [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
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
15
+
16
+ ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.2)
17
+
18
+ Thu, 15 Sep 2022 09:49:39 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.1..@fluentui/react-theme-sass_v9.0.0-alpha.2)
20
+
21
+ ### Changes
22
+
23
+ - feat: add new color tokens ([PR #24027](https://github.com/microsoft/fluentui/pull/24027) by seanmonahan@microsoft.com)
24
+ - feat: Add fontWeightBold ([PR #24378](https://github.com/microsoft/fluentui/pull/24378) by miroslav.stastny@microsoft.com)
25
+ - fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted ([PR #24611](https://github.com/microsoft/fluentui/pull/24611) by miroslav.stastny@microsoft.com)
26
+ - feat: add color neutral foreground inverted 2 token ([PR #24494](https://github.com/microsoft/fluentui/pull/24494) by seanmonahan@microsoft.com)
27
+ - Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
28
+
7
29
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.1)
8
30
 
9
- Tue, 28 Jun 2022 15:08:33 GMT
31
+ Tue, 28 Jun 2022 15:13:22 GMT
10
32
 
11
33
  ### Changes
12
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.3",
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",
@@ -18,16 +18,15 @@
18
18
  "code-style": "just-scripts code-style",
19
19
  "just": "just-scripts",
20
20
  "lint": "just-scripts lint",
21
- "start": "yarn storybook",
22
21
  "test": "jest --passWithNoTests",
23
22
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
23
  "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-theme-sass/src && yarn docs",
25
- "storybook": "node ../../../scripts/storybook/runner",
26
24
  "type-check": "tsc -b tsconfig.json"
27
25
  },
28
26
  "devDependencies": {
29
27
  "@fluentui/eslint-plugin": "*",
30
- "@fluentui/scripts": "^1.0.0"
28
+ "@fluentui/scripts": "^1.0.0",
29
+ "@fluentui/react-theme": "^9.1.1"
31
30
  },
32
31
  "beachball": {
33
32
  "disallowedChangeTypes": [
@@ -35,5 +34,6 @@
35
34
  "minor",
36
35
  "patch"
37
36
  ]
38
- }
37
+ },
38
+ "dependencies": {}
39
39
  }
@@ -37,7 +37,9 @@ $colorNeutralForegroundInverted: var(--colorNeutralForegroundInverted);
37
37
  $colorNeutralForegroundInvertedHover: var(--colorNeutralForegroundInvertedHover);
38
38
  $colorNeutralForegroundInvertedPressed: var(--colorNeutralForegroundInvertedPressed);
39
39
  $colorNeutralForegroundInvertedSelected: var(--colorNeutralForegroundInvertedSelected);
40
+ $colorNeutralForegroundInverted2: var(--colorNeutralForegroundInverted2);
40
41
  $colorNeutralForegroundOnBrand: var(--colorNeutralForegroundOnBrand);
42
+ $colorNeutralForegroundStaticInverted: var(--colorNeutralForegroundStaticInverted);
41
43
  $colorNeutralForegroundInvertedLink: var(--colorNeutralForegroundInvertedLink);
42
44
  $colorNeutralForegroundInvertedLinkHover: var(--colorNeutralForegroundInvertedLinkHover);
43
45
  $colorNeutralForegroundInvertedLinkPressed: var(--colorNeutralForegroundInvertedLinkPressed);
@@ -70,6 +72,7 @@ $colorNeutralBackground5Hover: var(--colorNeutralBackground5Hover);
70
72
  $colorNeutralBackground5Pressed: var(--colorNeutralBackground5Pressed);
71
73
  $colorNeutralBackground5Selected: var(--colorNeutralBackground5Selected);
72
74
  $colorNeutralBackground6: var(--colorNeutralBackground6);
75
+ $colorNeutralBackgroundStatic: var(--colorNeutralBackgroundStatic);
73
76
  $colorNeutralBackgroundInverted: var(--colorNeutralBackgroundInverted);
74
77
  $colorSubtleBackground: var(--colorSubtleBackground);
75
78
  $colorSubtleBackgroundHover: var(--colorSubtleBackgroundHover);
@@ -23,6 +23,7 @@ $lineHeightHero1000: var(--lineHeightHero1000);
23
23
  $fontWeightRegular: var(--fontWeightRegular);
24
24
  $fontWeightMedium: var(--fontWeightMedium);
25
25
  $fontWeightSemibold: var(--fontWeightSemibold);
26
+ $fontWeightBold: var(--fontWeightBold);
26
27
 
27
28
  $fontFamilyBase: var(--fontFamilyBase);
28
29
  $fontFamilyMonospace: var(--fontFamilyMonospace);
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.1"
9
- }
10
- ]
11
- }