@fluentui/react-theme-sass 9.0.0-alpha.11 → 9.0.0-alpha.13

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,87 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Apr 2023 17:50:11 GMT",
5
+ "date": "Tue, 20 Jun 2023 12:34:49 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.13",
7
+ "version": "9.0.0-alpha.13",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "miroslav.stastny@microsoft.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "7516a6bde1bd7b8c957ca479ffcb0e737e9ca693",
14
+ "comment": "Add theme tokens"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-theme-sass",
19
+ "comment": "Bump @fluentui/react-theme to v9.1.9",
20
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 24 May 2023 20:45:36 GMT",
27
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
28
+ "version": "9.0.0-alpha.12",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "olfedias@microsoft.com",
33
+ "package": "@fluentui/react-theme-sass",
34
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
35
+ "comment": "chore: update test-ssr script"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 18 May 2023 00:39:18 GMT",
42
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
43
+ "version": "9.0.0-alpha.12",
44
+ "comments": {
45
+ "none": [
46
+ {
47
+ "author": "olfedias@microsoft.com",
48
+ "package": "@fluentui/react-theme-sass",
49
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
50
+ "comment": "chore: add test-ssr script to v9 packages"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Fri, 12 May 2023 20:27:57 GMT",
57
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
58
+ "version": "9.0.0-alpha.12",
59
+ "comments": {
60
+ "prerelease": [
61
+ {
62
+ "author": "olfedias@microsoft.com",
63
+ "package": "@fluentui/react-theme-sass",
64
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
65
+ "comment": "chore: exclude .swcrc from being published"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-theme-sass",
70
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
71
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
72
+ }
73
+ ],
74
+ "none": [
75
+ {
76
+ "author": "martinhochel@microsoft.com",
77
+ "package": "@fluentui/react-theme-sass",
78
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
79
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "date": "Mon, 17 Apr 2023 17:54:00 GMT",
6
86
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.11",
7
87
  "version": "9.0.0-alpha.11",
8
88
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Mon, 17 Apr 2023 17:50:11 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Jun 2023 12:34:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.13)
8
+
9
+ Tue, 20 Jun 2023 12:34:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.12..@fluentui/react-theme-sass_v9.0.0-alpha.13)
11
+
12
+ ### Changes
13
+
14
+ - Add theme tokens ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.9 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball)
16
+
17
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.12)
18
+
19
+ Fri, 12 May 2023 20:27:57 GMT
20
+ [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)
21
+
22
+ ### Changes
23
+
24
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
25
+ - Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
26
+
7
27
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.11)
8
28
 
9
- Mon, 17 Apr 2023 17:50:11 GMT
29
+ Mon, 17 Apr 2023 17:54:00 GMT
10
30
  [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)
11
31
 
12
32
  ### Changes
package/lib/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');
2
- export {};
3
- //# sourceMappingURL=index.js.map
2
+ export { };
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["Error"],"sources":["../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,KAAA,CACR;AADF"}
1
+ {"version":3,"sources":["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"],"names":["Error"],"mappings":"AAAA,MAAM,IAAIA,MACR,6GACA;AAFF,WAIU"}
@@ -3,6 +3,3 @@ Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
5
  throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');
6
- //# sourceMappingURL=index.js.map
7
-
8
- //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../lib/index.js"],"sourcesContent":["throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');\nexport {};\n//# sourceMappingURL=index.js.map"],"names":["Error"],"mappings":";;;;AAAA,MAAM,IAAIA,MAAM,6GAA6G;CAE7H,iCAAiC"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');\nexport { };\n"],"names":["Error"],"mappings":";;;;AAAA,MAAM,IAAIA,MAAM,6GAA6G"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.11",
3
+ "version": "9.0.0-alpha.13",
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",
@@ -20,11 +20,12 @@
20
20
  "lint": "just-scripts lint",
21
21
  "test": "jest --passWithNoTests",
22
22
  "type-check": "tsc -b tsconfig.json",
23
- "generate-api": "just-scripts generate-api"
23
+ "generate-api": "just-scripts generate-api",
24
+ "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
24
25
  },
25
26
  "devDependencies": {
26
27
  "@fluentui/eslint-plugin": "*",
27
- "@fluentui/react-theme": "^9.1.7",
28
+ "@fluentui/react-theme": "^9.1.9",
28
29
  "@fluentui/scripts-api-extractor": "*",
29
30
  "@fluentui/scripts-tasks": "*"
30
31
  },
@@ -32,6 +32,8 @@ $colorCompoundBrandForeground1Hover: var(--colorCompoundBrandForeground1Hover);
32
32
  $colorCompoundBrandForeground1Pressed: var(--colorCompoundBrandForeground1Pressed);
33
33
  $colorBrandForeground1: var(--colorBrandForeground1);
34
34
  $colorBrandForeground2: var(--colorBrandForeground2);
35
+ $colorBrandForeground2Hover: var(--colorBrandForeground2Hover);
36
+ $colorBrandForeground2Pressed: var(--colorBrandForeground2Pressed);
35
37
  $colorNeutralForeground1Static: var(--colorNeutralForeground1Static);
36
38
  $colorNeutralForegroundInverted: var(--colorNeutralForegroundInverted);
37
39
  $colorNeutralForegroundInvertedHover: var(--colorNeutralForegroundInvertedHover);
@@ -108,6 +110,8 @@ $colorCompoundBrandBackgroundHover: var(--colorCompoundBrandBackgroundHover);
108
110
  $colorCompoundBrandBackgroundPressed: var(--colorCompoundBrandBackgroundPressed);
109
111
  $colorBrandBackgroundStatic: var(--colorBrandBackgroundStatic);
110
112
  $colorBrandBackground2: var(--colorBrandBackground2);
113
+ $colorBrandBackground2Hover: var(--colorBrandBackground2Hover);
114
+ $colorBrandBackground2Pressed: var(--colorBrandBackground2Pressed);
111
115
  $colorBrandBackgroundInverted: var(--colorBrandBackgroundInverted);
112
116
  $colorBrandBackgroundInvertedHover: var(--colorBrandBackgroundInvertedHover);
113
117
  $colorBrandBackgroundInvertedPressed: var(--colorBrandBackgroundInvertedPressed);
@@ -122,6 +126,7 @@ $colorNeutralStroke1Pressed: var(--colorNeutralStroke1Pressed);
122
126
  $colorNeutralStroke1Selected: var(--colorNeutralStroke1Selected);
123
127
  $colorNeutralStroke2: var(--colorNeutralStroke2);
124
128
  $colorNeutralStroke3: var(--colorNeutralStroke3);
129
+ $colorNeutralStrokeSubtle: var(--colorNeutralStrokeSubtle);
125
130
  $colorNeutralStrokeOnBrand: var(--colorNeutralStrokeOnBrand);
126
131
  $colorNeutralStrokeOnBrand2: var(--colorNeutralStrokeOnBrand2);
127
132
  $colorNeutralStrokeOnBrand2Hover: var(--colorNeutralStrokeOnBrand2Hover);
@@ -129,6 +134,8 @@ $colorNeutralStrokeOnBrand2Pressed: var(--colorNeutralStrokeOnBrand2Pressed);
129
134
  $colorNeutralStrokeOnBrand2Selected: var(--colorNeutralStrokeOnBrand2Selected);
130
135
  $colorBrandStroke1: var(--colorBrandStroke1);
131
136
  $colorBrandStroke2: var(--colorBrandStroke2);
137
+ $colorBrandStroke2Hover: var(--colorBrandStroke2Hover);
138
+ $colorBrandStroke2Pressed: var(--colorBrandStroke2Pressed);
132
139
  $colorCompoundBrandStroke: var(--colorCompoundBrandStroke);
133
140
  $colorCompoundBrandStrokeHover: var(--colorCompoundBrandStrokeHover);
134
141
  $colorCompoundBrandStrokePressed: var(--colorCompoundBrandStrokePressed);
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
- }