@fluentui/react-theme-sass 9.0.0-alpha.10 → 9.0.0-alpha.12

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,51 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Mar 2023 21:18:24 GMT",
5
+ "date": "Fri, 12 May 2023 20:22:26 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
7
+ "version": "9.0.0-alpha.12",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
14
+ "comment": "chore: exclude .swcrc from being published"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-theme-sass",
19
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
20
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
21
+ }
22
+ ],
23
+ "none": [
24
+ {
25
+ "author": "martinhochel@microsoft.com",
26
+ "package": "@fluentui/react-theme-sass",
27
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
28
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Mon, 17 Apr 2023 17:54:00 GMT",
35
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.11",
36
+ "version": "9.0.0-alpha.11",
37
+ "comments": {
38
+ "prerelease": [
39
+ {
40
+ "author": "olfedias@microsoft.com",
41
+ "package": "@fluentui/react-theme-sass",
42
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8",
43
+ "comment": "fix: add \"style\" to exports field"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Tue, 21 Mar 2023 21:23:11 GMT",
6
50
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.10",
7
51
  "version": "9.0.0-alpha.10",
8
52
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Tue, 21 Mar 2023 21:18:24 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 12 May 2023 20:22:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.12)
8
+
9
+ Fri, 12 May 2023 20:22:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.11..@fluentui/react-theme-sass_v9.0.0-alpha.12)
11
+
12
+ ### Changes
13
+
14
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
16
+
17
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.11)
18
+
19
+ Mon, 17 Apr 2023 17:54:00 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.10..@fluentui/react-theme-sass_v9.0.0-alpha.11)
21
+
22
+ ### Changes
23
+
24
+ - fix: add "style" to exports field ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by olfedias@microsoft.com)
25
+
7
26
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.10)
8
27
 
9
- Tue, 21 Mar 2023 21:18:24 GMT
28
+ Tue, 21 Mar 2023 21:23:11 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.9..@fluentui/react-theme-sass_v9.0.0-alpha.10)
11
30
 
12
31
  ### Changes
package/README.md CHANGED
@@ -24,7 +24,8 @@ ReactDOM.render(
24
24
  2. In SCSS styles you can import SCSS variables from `@fluentui/react-theme-sass` and use them in the styles:
25
25
 
26
26
  ```scss
27
- @import '~@fluentui/react-theme-sass';
27
+ @import '@fluentui/react-theme-sass';
28
+
28
29
  .brandedElement {
29
30
  color: $colorBrandForeground1;
30
31
  background: $colorBrandBackground;
@@ -32,4 +33,4 @@ ReactDOM.render(
32
33
  }
33
34
  ```
34
35
 
35
- ⚠ This package does not export any Javascript code.️
36
+ > Note: This package does not export any Javascript code.️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.10",
3
+ "version": "9.0.0-alpha.12",
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.7",
27
+ "@fluentui/react-theme": "^9.1.8",
28
28
  "@fluentui/scripts-api-extractor": "*",
29
29
  "@fluentui/scripts-tasks": "*"
30
30
  },
@@ -40,6 +40,7 @@
40
40
  },
41
41
  "exports": {
42
42
  ".": {
43
+ "style": "./sass/tokens.scss",
43
44
  "types": "./dist/index.d.ts",
44
45
  "node": "./lib-commonjs/index.js",
45
46
  "import": "./lib/index.js",
package/.swcrc DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "$schema": "https://json.schemastore.org/swcrc",
3
- "exclude": [
4
- "/testing",
5
- "/**/*.cy.ts",
6
- "/**/*.cy.tsx",
7
- "/**/*.spec.ts",
8
- "/**/*.spec.tsx",
9
- "/**/*.test.ts",
10
- "/**/*.test.tsx"
11
- ],
12
- "jsc": {
13
- "parser": {
14
- "syntax": "typescript",
15
- "tsx": true,
16
- "decorators": false,
17
- "dynamicImport": false
18
- },
19
- "externalHelpers": true,
20
- "transform": {
21
- "react": {
22
- "runtime": "classic",
23
- "useSpread": true
24
- }
25
- },
26
- "target": "es2019"
27
- },
28
- "minify": false,
29
- "sourceMaps": true
30
- }