@fluentui/react-theme 9.0.0-alpha.23
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 +786 -0
- package/CHANGELOG.md +317 -0
- package/LICENSE +15 -0
- package/README.md +5 -0
- package/dist/react-theme.d.ts +425 -0
- package/lib/alias/dark.d.ts +3 -0
- package/lib/alias/dark.js +123 -0
- package/lib/alias/dark.js.map +1 -0
- package/lib/alias/highContrast.d.ts +3 -0
- package/lib/alias/highContrast.js +123 -0
- package/lib/alias/highContrast.js.map +1 -0
- package/lib/alias/light.d.ts +3 -0
- package/lib/alias/light.js +123 -0
- package/lib/alias/light.js.map +1 -0
- package/lib/alias/teamsDark.d.ts +3 -0
- package/lib/alias/teamsDark.js +123 -0
- package/lib/alias/teamsDark.js.map +1 -0
- package/lib/global/borderRadius.d.ts +2 -0
- package/lib/global/borderRadius.js +9 -0
- package/lib/global/borderRadius.js.map +1 -0
- package/lib/global/brandColors.d.ts +4 -0
- package/lib/global/brandColors.js +37 -0
- package/lib/global/brandColors.js.map +1 -0
- package/lib/global/colors.d.ts +15 -0
- package/lib/global/colors.js +825 -0
- package/lib/global/colors.js.map +1 -0
- package/lib/global/fonts.d.ts +6 -0
- package/lib/global/fonts.js +51 -0
- package/lib/global/fonts.js.map +1 -0
- package/lib/global/index.d.ts +5 -0
- package/lib/global/index.js +6 -0
- package/lib/global/index.js.map +1 -0
- package/lib/global/strokeWidths.d.ts +2 -0
- package/lib/global/strokeWidths.js +7 -0
- package/lib/global/strokeWidths.js.map +1 -0
- package/lib/global/utils.d.ts +2 -0
- package/lib/global/utils.js +37 -0
- package/lib/global/utils.js.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +5 -0
- package/lib/index.js.map +1 -0
- package/lib/themes/index.d.ts +2 -0
- package/lib/themes/index.js +3 -0
- package/lib/themes/index.js.map +1 -0
- package/lib/themes/teams/darkTheme.d.ts +2 -0
- package/lib/themes/teams/darkTheme.js +4 -0
- package/lib/themes/teams/darkTheme.js.map +1 -0
- package/lib/themes/teams/highContrastTheme.d.ts +2 -0
- package/lib/themes/teams/highContrastTheme.js +4 -0
- package/lib/themes/teams/highContrastTheme.js.map +1 -0
- package/lib/themes/teams/index.d.ts +3 -0
- package/lib/themes/teams/index.js +4 -0
- package/lib/themes/teams/index.js.map +1 -0
- package/lib/themes/teams/lightTheme.d.ts +2 -0
- package/lib/themes/teams/lightTheme.js +4 -0
- package/lib/themes/teams/lightTheme.js.map +1 -0
- package/lib/themes/web/darkTheme.d.ts +2 -0
- package/lib/themes/web/darkTheme.js +4 -0
- package/lib/themes/web/darkTheme.js.map +1 -0
- package/lib/themes/web/highContrastTheme.d.ts +2 -0
- package/lib/themes/web/highContrastTheme.js +4 -0
- package/lib/themes/web/highContrastTheme.js.map +1 -0
- package/lib/themes/web/index.d.ts +3 -0
- package/lib/themes/web/index.js +4 -0
- package/lib/themes/web/index.js.map +1 -0
- package/lib/themes/web/lightTheme.d.ts +2 -0
- package/lib/themes/web/lightTheme.js +4 -0
- package/lib/themes/web/lightTheme.js.map +1 -0
- package/lib/tsdoc-metadata.json +11 -0
- package/lib/types.d.ts +333 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/createDarkTheme.d.ts +2 -0
- package/lib/utils/createDarkTheme.js +17 -0
- package/lib/utils/createDarkTheme.js.map +1 -0
- package/lib/utils/createHighContrastTheme.d.ts +2 -0
- package/lib/utils/createHighContrastTheme.js +17 -0
- package/lib/utils/createHighContrastTheme.js.map +1 -0
- package/lib/utils/createLightTheme.d.ts +2 -0
- package/lib/utils/createLightTheme.js +17 -0
- package/lib/utils/createLightTheme.js.map +1 -0
- package/lib/utils/createTeamsDarkTheme.d.ts +2 -0
- package/lib/utils/createTeamsDarkTheme.js +17 -0
- package/lib/utils/createTeamsDarkTheme.js.map +1 -0
- package/lib/utils/index.d.ts +6 -0
- package/lib/utils/index.js +7 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/mergeThemes.d.ts +8 -0
- package/lib/utils/mergeThemes.js +71 -0
- package/lib/utils/mergeThemes.js.map +1 -0
- package/lib/utils/shadows.d.ts +2 -0
- package/lib/utils/shadows.js +11 -0
- package/lib/utils/shadows.js.map +1 -0
- package/lib/utils/themeToCSSVariables.d.ts +2 -0
- package/lib/utils/themeToCSSVariables.js +29 -0
- package/lib/utils/themeToCSSVariables.js.map +1 -0
- package/lib-amd/alias/dark.d.ts +3 -0
- package/lib-amd/alias/dark.js +129 -0
- package/lib-amd/alias/dark.js.map +1 -0
- package/lib-amd/alias/highContrast.d.ts +3 -0
- package/lib-amd/alias/highContrast.js +129 -0
- package/lib-amd/alias/highContrast.js.map +1 -0
- package/lib-amd/alias/light.d.ts +3 -0
- package/lib-amd/alias/light.js +129 -0
- package/lib-amd/alias/light.js.map +1 -0
- package/lib-amd/alias/teamsDark.d.ts +3 -0
- package/lib-amd/alias/teamsDark.js +129 -0
- package/lib-amd/alias/teamsDark.js.map +1 -0
- package/lib-amd/global/borderRadius.d.ts +2 -0
- package/lib-amd/global/borderRadius.js +14 -0
- package/lib-amd/global/borderRadius.js.map +1 -0
- package/lib-amd/global/brandColors.d.ts +4 -0
- package/lib-amd/global/brandColors.js +42 -0
- package/lib-amd/global/brandColors.js.map +1 -0
- package/lib-amd/global/colors.d.ts +15 -0
- package/lib-amd/global/colors.js +830 -0
- package/lib-amd/global/colors.js.map +1 -0
- package/lib-amd/global/fonts.d.ts +6 -0
- package/lib-amd/global/fonts.js +58 -0
- package/lib-amd/global/fonts.js.map +1 -0
- package/lib-amd/global/index.d.ts +5 -0
- package/lib-amd/global/index.js +10 -0
- package/lib-amd/global/index.js.map +1 -0
- package/lib-amd/global/strokeWidths.d.ts +2 -0
- package/lib-amd/global/strokeWidths.js +12 -0
- package/lib-amd/global/strokeWidths.js.map +1 -0
- package/lib-amd/global/utils.d.ts +2 -0
- package/lib-amd/global/utils.js +35 -0
- package/lib-amd/global/utils.js.map +1 -0
- package/lib-amd/index.d.ts +4 -0
- package/lib-amd/index.js +9 -0
- package/lib-amd/index.js.map +1 -0
- package/lib-amd/themes/index.d.ts +2 -0
- package/lib-amd/themes/index.js +7 -0
- package/lib-amd/themes/index.js.map +1 -0
- package/lib-amd/themes/teams/darkTheme.d.ts +2 -0
- package/lib-amd/themes/teams/darkTheme.js +7 -0
- package/lib-amd/themes/teams/darkTheme.js.map +1 -0
- package/lib-amd/themes/teams/highContrastTheme.d.ts +2 -0
- package/lib-amd/themes/teams/highContrastTheme.js +7 -0
- package/lib-amd/themes/teams/highContrastTheme.js.map +1 -0
- package/lib-amd/themes/teams/index.d.ts +3 -0
- package/lib-amd/themes/teams/index.js +8 -0
- package/lib-amd/themes/teams/index.js.map +1 -0
- package/lib-amd/themes/teams/lightTheme.d.ts +2 -0
- package/lib-amd/themes/teams/lightTheme.js +7 -0
- package/lib-amd/themes/teams/lightTheme.js.map +1 -0
- package/lib-amd/themes/web/darkTheme.d.ts +2 -0
- package/lib-amd/themes/web/darkTheme.js +7 -0
- package/lib-amd/themes/web/darkTheme.js.map +1 -0
- package/lib-amd/themes/web/highContrastTheme.d.ts +2 -0
- package/lib-amd/themes/web/highContrastTheme.js +7 -0
- package/lib-amd/themes/web/highContrastTheme.js.map +1 -0
- package/lib-amd/themes/web/index.d.ts +3 -0
- package/lib-amd/themes/web/index.js +8 -0
- package/lib-amd/themes/web/index.js.map +1 -0
- package/lib-amd/themes/web/lightTheme.d.ts +2 -0
- package/lib-amd/themes/web/lightTheme.js +7 -0
- package/lib-amd/themes/web/lightTheme.js.map +1 -0
- package/lib-amd/types.d.ts +333 -0
- package/lib-amd/types.js +5 -0
- package/lib-amd/types.js.map +1 -0
- package/lib-amd/utils/createDarkTheme.d.ts +2 -0
- package/lib-amd/utils/createDarkTheme.js +17 -0
- package/lib-amd/utils/createDarkTheme.js.map +1 -0
- package/lib-amd/utils/createHighContrastTheme.d.ts +2 -0
- package/lib-amd/utils/createHighContrastTheme.js +17 -0
- package/lib-amd/utils/createHighContrastTheme.js.map +1 -0
- package/lib-amd/utils/createLightTheme.d.ts +2 -0
- package/lib-amd/utils/createLightTheme.js +17 -0
- package/lib-amd/utils/createLightTheme.js.map +1 -0
- package/lib-amd/utils/createTeamsDarkTheme.d.ts +2 -0
- package/lib-amd/utils/createTeamsDarkTheme.js +17 -0
- package/lib-amd/utils/createTeamsDarkTheme.js.map +1 -0
- package/lib-amd/utils/index.d.ts +6 -0
- package/lib-amd/utils/index.js +12 -0
- package/lib-amd/utils/index.js.map +1 -0
- package/lib-amd/utils/mergeThemes.d.ts +8 -0
- package/lib-amd/utils/mergeThemes.js +66 -0
- package/lib-amd/utils/mergeThemes.js.map +1 -0
- package/lib-amd/utils/shadows.d.ts +2 -0
- package/lib-amd/utils/shadows.js +17 -0
- package/lib-amd/utils/shadows.js.map +1 -0
- package/lib-amd/utils/themeToCSSVariables.d.ts +2 -0
- package/lib-amd/utils/themeToCSSVariables.js +28 -0
- package/lib-amd/utils/themeToCSSVariables.js.map +1 -0
- package/lib-commonjs/alias/dark.d.ts +3 -0
- package/lib-commonjs/alias/dark.js +132 -0
- package/lib-commonjs/alias/dark.js.map +1 -0
- package/lib-commonjs/alias/highContrast.d.ts +3 -0
- package/lib-commonjs/alias/highContrast.js +132 -0
- package/lib-commonjs/alias/highContrast.js.map +1 -0
- package/lib-commonjs/alias/light.d.ts +3 -0
- package/lib-commonjs/alias/light.js +132 -0
- package/lib-commonjs/alias/light.js.map +1 -0
- package/lib-commonjs/alias/teamsDark.d.ts +3 -0
- package/lib-commonjs/alias/teamsDark.js +132 -0
- package/lib-commonjs/alias/teamsDark.js.map +1 -0
- package/lib-commonjs/global/borderRadius.d.ts +2 -0
- package/lib-commonjs/global/borderRadius.js +15 -0
- package/lib-commonjs/global/borderRadius.js.map +1 -0
- package/lib-commonjs/global/brandColors.d.ts +4 -0
- package/lib-commonjs/global/brandColors.js +43 -0
- package/lib-commonjs/global/brandColors.js.map +1 -0
- package/lib-commonjs/global/colors.d.ts +15 -0
- package/lib-commonjs/global/colors.js +831 -0
- package/lib-commonjs/global/colors.js.map +1 -0
- package/lib-commonjs/global/fonts.d.ts +6 -0
- package/lib-commonjs/global/fonts.js +57 -0
- package/lib-commonjs/global/fonts.js.map +1 -0
- package/lib-commonjs/global/index.d.ts +5 -0
- package/lib-commonjs/global/index.js +18 -0
- package/lib-commonjs/global/index.js.map +1 -0
- package/lib-commonjs/global/strokeWidths.d.ts +2 -0
- package/lib-commonjs/global/strokeWidths.js +13 -0
- package/lib-commonjs/global/strokeWidths.js.map +1 -0
- package/lib-commonjs/global/utils.d.ts +2 -0
- package/lib-commonjs/global/utils.js +51 -0
- package/lib-commonjs/global/utils.js.map +1 -0
- package/lib-commonjs/index.d.ts +4 -0
- package/lib-commonjs/index.js +16 -0
- package/lib-commonjs/index.js.map +1 -0
- package/lib-commonjs/themes/index.d.ts +2 -0
- package/lib-commonjs/themes/index.js +12 -0
- package/lib-commonjs/themes/index.js.map +1 -0
- package/lib-commonjs/themes/teams/darkTheme.d.ts +2 -0
- package/lib-commonjs/themes/teams/darkTheme.js +13 -0
- package/lib-commonjs/themes/teams/darkTheme.js.map +1 -0
- package/lib-commonjs/themes/teams/highContrastTheme.d.ts +2 -0
- package/lib-commonjs/themes/teams/highContrastTheme.js +13 -0
- package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -0
- package/lib-commonjs/themes/teams/index.d.ts +3 -0
- package/lib-commonjs/themes/teams/index.js +14 -0
- package/lib-commonjs/themes/teams/index.js.map +1 -0
- package/lib-commonjs/themes/teams/lightTheme.d.ts +2 -0
- package/lib-commonjs/themes/teams/lightTheme.js +13 -0
- package/lib-commonjs/themes/teams/lightTheme.js.map +1 -0
- package/lib-commonjs/themes/web/darkTheme.d.ts +2 -0
- package/lib-commonjs/themes/web/darkTheme.js +13 -0
- package/lib-commonjs/themes/web/darkTheme.js.map +1 -0
- package/lib-commonjs/themes/web/highContrastTheme.d.ts +2 -0
- package/lib-commonjs/themes/web/highContrastTheme.js +13 -0
- package/lib-commonjs/themes/web/highContrastTheme.js.map +1 -0
- package/lib-commonjs/themes/web/index.d.ts +3 -0
- package/lib-commonjs/themes/web/index.js +14 -0
- package/lib-commonjs/themes/web/index.js.map +1 -0
- package/lib-commonjs/themes/web/lightTheme.d.ts +2 -0
- package/lib-commonjs/themes/web/lightTheme.js +13 -0
- package/lib-commonjs/themes/web/lightTheme.js.map +1 -0
- package/lib-commonjs/types.d.ts +333 -0
- package/lib-commonjs/types.js +6 -0
- package/lib-commonjs/types.js.map +1 -0
- package/lib-commonjs/utils/createDarkTheme.d.ts +2 -0
- package/lib-commonjs/utils/createDarkTheme.js +30 -0
- package/lib-commonjs/utils/createDarkTheme.js.map +1 -0
- package/lib-commonjs/utils/createHighContrastTheme.d.ts +2 -0
- package/lib-commonjs/utils/createHighContrastTheme.js +30 -0
- package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -0
- package/lib-commonjs/utils/createLightTheme.d.ts +2 -0
- package/lib-commonjs/utils/createLightTheme.js +30 -0
- package/lib-commonjs/utils/createLightTheme.js.map +1 -0
- package/lib-commonjs/utils/createTeamsDarkTheme.d.ts +2 -0
- package/lib-commonjs/utils/createTeamsDarkTheme.js +30 -0
- package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -0
- package/lib-commonjs/utils/index.d.ts +6 -0
- package/lib-commonjs/utils/index.js +28 -0
- package/lib-commonjs/utils/index.js.map +1 -0
- package/lib-commonjs/utils/mergeThemes.d.ts +8 -0
- package/lib-commonjs/utils/mergeThemes.js +81 -0
- package/lib-commonjs/utils/mergeThemes.js.map +1 -0
- package/lib-commonjs/utils/shadows.d.ts +2 -0
- package/lib-commonjs/utils/shadows.js +20 -0
- package/lib-commonjs/utils/shadows.js.map +1 -0
- package/lib-commonjs/utils/themeToCSSVariables.d.ts +2 -0
- package/lib-commonjs/utils/themeToCSSVariables.js +38 -0
- package/lib-commonjs/utils/themeToCSSVariables.js.map +1 -0
- package/package.json +52 -0
package/CHANGELOG.json
ADDED
@@ -0,0 +1,786 @@
|
|
1
|
+
{
|
2
|
+
"name": "@fluentui/react-theme",
|
3
|
+
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Tue, 21 Sep 2021 07:40:35 GMT",
|
6
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.23",
|
7
|
+
"version": "9.0.0-alpha.23",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
12
|
+
"package": "@fluentui/react-theme",
|
13
|
+
"comment": "Theme: Updating value of borderRadius global token.",
|
14
|
+
"commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Mon, 20 Sep 2021 07:36:26 GMT",
|
21
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.22",
|
22
|
+
"version": "9.0.0-alpha.22",
|
23
|
+
"comments": {
|
24
|
+
"none": [
|
25
|
+
{
|
26
|
+
"author": "lingfangao@hotmail.com",
|
27
|
+
"package": "@fluentui/react-theme",
|
28
|
+
"comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
|
29
|
+
"commit": "b8a304770f77c0353553a152dad34421070400a6"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"date": "Tue, 24 Aug 2021 07:34:48 GMT",
|
36
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.22",
|
37
|
+
"version": "9.0.0-alpha.22",
|
38
|
+
"comments": {
|
39
|
+
"prerelease": [
|
40
|
+
{
|
41
|
+
"comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
|
42
|
+
"author": "dzearing@hotmail.com",
|
43
|
+
"commit": "789a3733b128569190319fce3fe2b46900b24896",
|
44
|
+
"package": "@fluentui/react-theme"
|
45
|
+
}
|
46
|
+
],
|
47
|
+
"none": [
|
48
|
+
{
|
49
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.4.1",
|
50
|
+
"author": "dzearing@hotmail.com",
|
51
|
+
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
|
52
|
+
"package": "@fluentui/react-theme"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
56
|
+
"author": "dzearing@hotmail.com",
|
57
|
+
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
|
58
|
+
"package": "@fluentui/react-theme"
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
|
65
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.21",
|
66
|
+
"version": "9.0.0-alpha.21",
|
67
|
+
"comments": {
|
68
|
+
"prerelease": [
|
69
|
+
{
|
70
|
+
"comment": "Update .npmignore",
|
71
|
+
"author": "elcraig@microsoft.com",
|
72
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
73
|
+
"package": "@fluentui/react-theme"
|
74
|
+
}
|
75
|
+
],
|
76
|
+
"none": [
|
77
|
+
{
|
78
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.4.0",
|
79
|
+
"author": "behowell@microsoft.com",
|
80
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
81
|
+
"package": "@fluentui/react-theme"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
85
|
+
"author": "behowell@microsoft.com",
|
86
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
87
|
+
"package": "@fluentui/react-theme"
|
88
|
+
}
|
89
|
+
]
|
90
|
+
}
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"date": "Tue, 03 Aug 2021 07:39:30 GMT",
|
94
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.20",
|
95
|
+
"version": "9.0.0-alpha.20",
|
96
|
+
"comments": {
|
97
|
+
"prerelease": [
|
98
|
+
{
|
99
|
+
"comment": "Enable exhaustive-deps rule for useIsomorphicLayoutEffect",
|
100
|
+
"author": "behowell@microsoft.com",
|
101
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
102
|
+
"package": "@fluentui/react-theme"
|
103
|
+
}
|
104
|
+
],
|
105
|
+
"patch": [
|
106
|
+
{
|
107
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.3",
|
108
|
+
"author": "behowell@microsoft.com",
|
109
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
110
|
+
"package": "@fluentui/react-theme"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
114
|
+
"author": "behowell@microsoft.com",
|
115
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
116
|
+
"package": "@fluentui/react-theme"
|
117
|
+
}
|
118
|
+
]
|
119
|
+
}
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"date": "Mon, 26 Jul 2021 07:37:30 GMT",
|
123
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.19",
|
124
|
+
"version": "9.0.0-alpha.19",
|
125
|
+
"comments": {
|
126
|
+
"prerelease": [
|
127
|
+
{
|
128
|
+
"comment": "Add global alpha tokens",
|
129
|
+
"author": "miroslav.stastny@microsoft.com",
|
130
|
+
"commit": "aa570c511fdcef015696f07182af8bb251311406",
|
131
|
+
"package": "@fluentui/react-theme"
|
132
|
+
}
|
133
|
+
]
|
134
|
+
}
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"date": "Fri, 23 Jul 2021 07:38:19 GMT",
|
138
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.18",
|
139
|
+
"version": "9.0.0-alpha.18",
|
140
|
+
"comments": {
|
141
|
+
"prerelease": [
|
142
|
+
{
|
143
|
+
"comment": "Update tokens",
|
144
|
+
"author": "miroslav.stastny@microsoft.com",
|
145
|
+
"commit": "5d812148593dc574a6f3a343a5657614b4d10456",
|
146
|
+
"package": "@fluentui/react-theme"
|
147
|
+
}
|
148
|
+
]
|
149
|
+
}
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"date": "Fri, 09 Jul 2021 07:39:31 GMT",
|
153
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.17",
|
154
|
+
"version": "9.0.0-alpha.17",
|
155
|
+
"comments": {
|
156
|
+
"patch": [
|
157
|
+
{
|
158
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.2",
|
159
|
+
"author": "martinhochel@microsoft.com",
|
160
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
161
|
+
"package": "@fluentui/react-theme"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
165
|
+
"author": "martinhochel@microsoft.com",
|
166
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
167
|
+
"package": "@fluentui/react-theme"
|
168
|
+
}
|
169
|
+
]
|
170
|
+
}
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"date": "Fri, 02 Jul 2021 07:37:06 GMT",
|
174
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.16",
|
175
|
+
"version": "9.0.0-alpha.16",
|
176
|
+
"comments": {
|
177
|
+
"prerelease": [
|
178
|
+
{
|
179
|
+
"comment": "chore(react-theme): Migrate to new DX",
|
180
|
+
"author": "miroslav.stastny@microsoft.com",
|
181
|
+
"commit": "7222c057ece8a528431a1860223d9d920685f975",
|
182
|
+
"package": "@fluentui/react-theme"
|
183
|
+
}
|
184
|
+
]
|
185
|
+
}
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"date": "Mon, 21 Jun 2021 07:34:33 GMT",
|
189
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.15",
|
190
|
+
"version": "9.0.0-alpha.15",
|
191
|
+
"comments": {
|
192
|
+
"none": [
|
193
|
+
{
|
194
|
+
"comment": "doc(react-theme): Improve alias color tokens story",
|
195
|
+
"author": "miroslav.stastny@microsoft.com",
|
196
|
+
"commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
|
197
|
+
"package": "@fluentui/react-theme"
|
198
|
+
}
|
199
|
+
]
|
200
|
+
}
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"date": "Mon, 07 Jun 2021 07:38:15 GMT",
|
204
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.15",
|
205
|
+
"version": "9.0.0-alpha.15",
|
206
|
+
"comments": {
|
207
|
+
"patch": [
|
208
|
+
{
|
209
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.1",
|
210
|
+
"author": "martinhochel@microsoft.com",
|
211
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
212
|
+
"package": "@fluentui/react-theme"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
216
|
+
"author": "martinhochel@microsoft.com",
|
217
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
218
|
+
"package": "@fluentui/react-theme"
|
219
|
+
}
|
220
|
+
]
|
221
|
+
}
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"date": "Thu, 03 Jun 2021 07:36:03 GMT",
|
225
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.14",
|
226
|
+
"version": "9.0.0-alpha.14",
|
227
|
+
"comments": {
|
228
|
+
"prerelease": [
|
229
|
+
{
|
230
|
+
"comment": "Update theme tokens",
|
231
|
+
"author": "miroslav.stastny@microsoft.com",
|
232
|
+
"commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
|
233
|
+
"package": "@fluentui/react-theme"
|
234
|
+
}
|
235
|
+
]
|
236
|
+
}
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"date": "Tue, 01 Jun 2021 07:31:58 GMT",
|
240
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.13",
|
241
|
+
"version": "9.0.0-alpha.13",
|
242
|
+
"comments": {
|
243
|
+
"none": [
|
244
|
+
{
|
245
|
+
"comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
|
246
|
+
"author": "olfedias@microsoft.com",
|
247
|
+
"commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
|
248
|
+
"package": "@fluentui/react-theme"
|
249
|
+
}
|
250
|
+
]
|
251
|
+
}
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"date": "Fri, 28 May 2021 07:33:57 GMT",
|
255
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.13",
|
256
|
+
"version": "9.0.0-alpha.13",
|
257
|
+
"comments": {
|
258
|
+
"none": [
|
259
|
+
{
|
260
|
+
"comment": "enable Jest aliases",
|
261
|
+
"author": "olfedias@microsoft.com",
|
262
|
+
"commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
|
263
|
+
"package": "@fluentui/react-theme"
|
264
|
+
}
|
265
|
+
]
|
266
|
+
}
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"date": "Fri, 21 May 2021 07:34:54 GMT",
|
270
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.13",
|
271
|
+
"version": "9.0.0-alpha.13",
|
272
|
+
"comments": {
|
273
|
+
"none": [
|
274
|
+
{
|
275
|
+
"comment": "chore(react-theme): Collocate stories",
|
276
|
+
"author": "miroslav.stastny@microsoft.com",
|
277
|
+
"commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
|
278
|
+
"package": "@fluentui/react-theme"
|
279
|
+
}
|
280
|
+
]
|
281
|
+
}
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"date": "Thu, 20 May 2021 07:41:54 GMT",
|
285
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.13",
|
286
|
+
"version": "9.0.0-alpha.13",
|
287
|
+
"comments": {
|
288
|
+
"patch": [
|
289
|
+
{
|
290
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.0",
|
291
|
+
"author": "elcraig@microsoft.com",
|
292
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
293
|
+
"package": "@fluentui/react-theme"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
297
|
+
"author": "elcraig@microsoft.com",
|
298
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
299
|
+
"package": "@fluentui/react-theme"
|
300
|
+
}
|
301
|
+
]
|
302
|
+
}
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"date": "Wed, 19 May 2021 07:34:20 GMT",
|
306
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.12",
|
307
|
+
"version": "9.0.0-alpha.12",
|
308
|
+
"comments": {
|
309
|
+
"prerelease": [
|
310
|
+
{
|
311
|
+
"comment": "chore: add more Babel plugins",
|
312
|
+
"author": "olfedias@microsoft.com",
|
313
|
+
"commit": "975140887c6ad2391f8db63003ed440239ec9c25",
|
314
|
+
"package": "@fluentui/react-theme"
|
315
|
+
}
|
316
|
+
]
|
317
|
+
}
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"date": "Thu, 13 May 2021 07:36:55 GMT",
|
321
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.11",
|
322
|
+
"version": "9.0.0-alpha.11",
|
323
|
+
"comments": {
|
324
|
+
"prerelease": [
|
325
|
+
{
|
326
|
+
"comment": "perf: avoid deep merge in mergeThemes() if possible",
|
327
|
+
"author": "olfedias@microsoft.com",
|
328
|
+
"commit": "d1d73e5ea7be50ad93077fad7d3b05af4db1cc94",
|
329
|
+
"package": "@fluentui/react-theme"
|
330
|
+
}
|
331
|
+
]
|
332
|
+
}
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"date": "Fri, 30 Apr 2021 07:42:23 GMT",
|
336
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.10",
|
337
|
+
"version": "9.0.0-alpha.10",
|
338
|
+
"comments": {
|
339
|
+
"prerelease": [
|
340
|
+
{
|
341
|
+
"comment": "Upgrade to ts 4.0",
|
342
|
+
"author": "joschect@microsoft.com",
|
343
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
344
|
+
"package": "@fluentui/react-theme"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"patch": [
|
348
|
+
{
|
349
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.2.0",
|
350
|
+
"author": "joschect@microsoft.com",
|
351
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
352
|
+
"package": "@fluentui/react-theme"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
356
|
+
"author": "joschect@microsoft.com",
|
357
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
358
|
+
"package": "@fluentui/react-theme"
|
359
|
+
}
|
360
|
+
]
|
361
|
+
}
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"date": "Fri, 23 Apr 2021 07:37:10 GMT",
|
365
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.9",
|
366
|
+
"version": "9.0.0-alpha.9",
|
367
|
+
"comments": {
|
368
|
+
"patch": [
|
369
|
+
{
|
370
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.1.1",
|
371
|
+
"author": "olfedias@microsoft.com",
|
372
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
373
|
+
"package": "@fluentui/react-theme"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
377
|
+
"author": "olfedias@microsoft.com",
|
378
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
379
|
+
"package": "@fluentui/react-theme"
|
380
|
+
}
|
381
|
+
]
|
382
|
+
}
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"date": "Mon, 19 Apr 2021 07:33:33 GMT",
|
386
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.8",
|
387
|
+
"version": "9.0.0-alpha.8",
|
388
|
+
"comments": {
|
389
|
+
"none": [
|
390
|
+
{
|
391
|
+
"comment": "Remove unneeded react-app-polyfill devDependency",
|
392
|
+
"author": "elcraig@microsoft.com",
|
393
|
+
"commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
|
394
|
+
"package": "@fluentui/react-theme"
|
395
|
+
}
|
396
|
+
]
|
397
|
+
}
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"date": "Thu, 08 Apr 2021 07:33:06 GMT",
|
401
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.8",
|
402
|
+
"version": "9.0.0-alpha.8",
|
403
|
+
"comments": {
|
404
|
+
"prerelease": [
|
405
|
+
{
|
406
|
+
"comment": "Renaming all instances of ghost to subtle per the latest design guidelines.",
|
407
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
408
|
+
"commit": "25e841e469f1a7b33278f8a5dccd2f7865b3a557",
|
409
|
+
"package": "@fluentui/react-theme"
|
410
|
+
}
|
411
|
+
]
|
412
|
+
}
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"date": "Wed, 31 Mar 2021 00:53:43 GMT",
|
416
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.7",
|
417
|
+
"version": "9.0.0-alpha.7",
|
418
|
+
"comments": {
|
419
|
+
"patch": [
|
420
|
+
{
|
421
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.1.0",
|
422
|
+
"author": "elcraig@microsoft.com",
|
423
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
424
|
+
"package": "@fluentui/react-theme"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
428
|
+
"author": "elcraig@microsoft.com",
|
429
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
430
|
+
"package": "@fluentui/react-theme"
|
431
|
+
}
|
432
|
+
]
|
433
|
+
}
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"date": "Mon, 15 Mar 2021 07:36:20 GMT",
|
437
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.6",
|
438
|
+
"version": "9.0.0-alpha.6",
|
439
|
+
"comments": {
|
440
|
+
"prerelease": [
|
441
|
+
{
|
442
|
+
"comment": "Remove set-version references",
|
443
|
+
"author": "elcraig@microsoft.com",
|
444
|
+
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
|
445
|
+
"package": "@fluentui/react-theme"
|
446
|
+
}
|
447
|
+
],
|
448
|
+
"none": [
|
449
|
+
{
|
450
|
+
"comment": "Remove unneeded scripts",
|
451
|
+
"author": "elcraig@microsoft.com",
|
452
|
+
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
|
453
|
+
"package": "@fluentui/react-theme"
|
454
|
+
}
|
455
|
+
]
|
456
|
+
}
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"date": "Fri, 12 Mar 2021 20:04:27 GMT",
|
460
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.5",
|
461
|
+
"version": "9.0.0-alpha.5",
|
462
|
+
"comments": {
|
463
|
+
"none": [
|
464
|
+
{
|
465
|
+
"comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references",
|
466
|
+
"author": "elcraig@microsoft.com",
|
467
|
+
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
|
468
|
+
"package": "@fluentui/react-theme"
|
469
|
+
}
|
470
|
+
]
|
471
|
+
}
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"date": "Wed, 03 Mar 2021 00:10:09 GMT",
|
475
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.5",
|
476
|
+
"version": "9.0.0-alpha.5",
|
477
|
+
"comments": {
|
478
|
+
"prerelease": [
|
479
|
+
{
|
480
|
+
"comment": "Remove set-version dependency from converged components",
|
481
|
+
"author": "miroslav.stastny@microsoft.com",
|
482
|
+
"commit": "712ca04cd82ad2b3426762a409cdce05a7cc80fc",
|
483
|
+
"package": "@fluentui/react-theme"
|
484
|
+
}
|
485
|
+
]
|
486
|
+
}
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"date": "Tue, 02 Mar 2021 07:24:27 GMT",
|
490
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.4",
|
491
|
+
"version": "9.0.0-alpha.4",
|
492
|
+
"comments": {
|
493
|
+
"prerelease": [
|
494
|
+
{
|
495
|
+
"comment": "Fix cranberry color alias",
|
496
|
+
"author": "behowell@microsoft.com",
|
497
|
+
"commit": "b97a96052d0b4c0c1d2f280bdb01f443f8d9bc63",
|
498
|
+
"package": "@fluentui/react-theme"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"comment": "remove dependency on @fluentui/utilities",
|
502
|
+
"author": "olfedias@microsoft.com",
|
503
|
+
"commit": "529d34473f30680fa35928e0d977434ab2ed2173",
|
504
|
+
"package": "@fluentui/react-theme"
|
505
|
+
}
|
506
|
+
]
|
507
|
+
}
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"date": "Fri, 26 Feb 2021 01:16:27 GMT",
|
511
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.3",
|
512
|
+
"version": "9.0.0-alpha.3",
|
513
|
+
"comments": {
|
514
|
+
"prerelease": [
|
515
|
+
{
|
516
|
+
"comment": "Update references to major-bumped packages",
|
517
|
+
"author": "elcraig@microsoft.com",
|
518
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
519
|
+
"package": "@fluentui/react-theme"
|
520
|
+
}
|
521
|
+
],
|
522
|
+
"patch": [
|
523
|
+
{
|
524
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.0.1",
|
525
|
+
"author": "elcraig@microsoft.com",
|
526
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
527
|
+
"package": "@fluentui/react-theme"
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
531
|
+
"author": "elcraig@microsoft.com",
|
532
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
533
|
+
"package": "@fluentui/react-theme"
|
534
|
+
},
|
535
|
+
{
|
536
|
+
"comment": "Bump @fluentui/set-version to v8.0.1",
|
537
|
+
"author": "elcraig@microsoft.com",
|
538
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
539
|
+
"package": "@fluentui/react-theme"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"comment": "Bump @fluentui/utilities to v8.0.1",
|
543
|
+
"author": "elcraig@microsoft.com",
|
544
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
545
|
+
"package": "@fluentui/react-theme"
|
546
|
+
}
|
547
|
+
]
|
548
|
+
}
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"date": "Thu, 25 Feb 2021 20:16:39 GMT",
|
552
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.2",
|
553
|
+
"version": "9.0.0-alpha.2",
|
554
|
+
"comments": {
|
555
|
+
"prerelease": [
|
556
|
+
{
|
557
|
+
"comment": "Changing incorrect value for brandForegroundPressed token from brand.shade30 to brand.shade40.",
|
558
|
+
"author": "humbertomakotomorimoto@gmail.com",
|
559
|
+
"commit": "40e4e2ed855e0b2a4ac67a462f2b79919aef868b",
|
560
|
+
"package": "@fluentui/react-theme"
|
561
|
+
}
|
562
|
+
]
|
563
|
+
}
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"date": "Wed, 24 Feb 2021 00:05:29 GMT",
|
567
|
+
"tag": "@fluentui/react-theme_v9.0.0-alpha.1",
|
568
|
+
"version": "9.0.0-alpha.1",
|
569
|
+
"comments": {
|
570
|
+
"prerelease": [
|
571
|
+
{
|
572
|
+
"comment": "bump version to v9",
|
573
|
+
"author": "olfedias@microsoft.com",
|
574
|
+
"commit": "74da15f2f1fb10fe089fcaef24a47ac5dba89ad2",
|
575
|
+
"package": "@fluentui/react-theme"
|
576
|
+
}
|
577
|
+
]
|
578
|
+
}
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"date": "Mon, 22 Feb 2021 12:26:22 GMT",
|
582
|
+
"tag": "@fluentui/react-theme_v0.3.3",
|
583
|
+
"version": "0.3.3",
|
584
|
+
"comments": {
|
585
|
+
"patch": [
|
586
|
+
{
|
587
|
+
"comment": "Add SizeValues type",
|
588
|
+
"author": "junioassuncaocharles@gmail.com",
|
589
|
+
"commit": "aafa83d81733e74a141773df6fd38d935739ff17",
|
590
|
+
"package": "@fluentui/react-theme"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"prerelease": [
|
594
|
+
{
|
595
|
+
"comment": "Bump @fluentui/utilities to v8.0.0-beta.15",
|
596
|
+
"author": "elcraig@microsoft.com",
|
597
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
598
|
+
"package": "@fluentui/react-theme"
|
599
|
+
}
|
600
|
+
]
|
601
|
+
}
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"date": "Thu, 18 Feb 2021 19:38:50 GMT",
|
605
|
+
"tag": "@fluentui/react-theme_v0.3.2",
|
606
|
+
"version": "0.3.2",
|
607
|
+
"comments": {
|
608
|
+
"patch": [
|
609
|
+
{
|
610
|
+
"comment": "Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find.",
|
611
|
+
"author": "elcraig@microsoft.com",
|
612
|
+
"commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
|
613
|
+
"package": "@fluentui/react-theme"
|
614
|
+
}
|
615
|
+
],
|
616
|
+
"prerelease": [
|
617
|
+
{
|
618
|
+
"comment": "Bump @fluentui/utilities to v8.0.0-beta.14",
|
619
|
+
"author": "elcraig@microsoft.com",
|
620
|
+
"commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
|
621
|
+
"package": "@fluentui/react-theme"
|
622
|
+
}
|
623
|
+
]
|
624
|
+
}
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"date": "Thu, 18 Feb 2021 12:27:34 GMT",
|
628
|
+
"tag": "@fluentui/react-theme_v0.3.1",
|
629
|
+
"version": "0.3.1",
|
630
|
+
"comments": {
|
631
|
+
"prerelease": [
|
632
|
+
{
|
633
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.0.0-beta.2",
|
634
|
+
"author": "elcraig@microsoft.com",
|
635
|
+
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
|
636
|
+
"package": "@fluentui/react-theme"
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"comment": "Bump @fluentui/utilities to v8.0.0-beta.13",
|
640
|
+
"author": "elcraig@microsoft.com",
|
641
|
+
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
|
642
|
+
"package": "@fluentui/react-theme"
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"comment": "Bump @fluentui/set-version to v8.0.0-beta.2",
|
646
|
+
"author": "elcraig@microsoft.com",
|
647
|
+
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
|
648
|
+
"package": "@fluentui/react-theme"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
652
|
+
"author": "elcraig@microsoft.com",
|
653
|
+
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
|
654
|
+
"package": "@fluentui/react-theme"
|
655
|
+
}
|
656
|
+
]
|
657
|
+
}
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"date": "Wed, 17 Feb 2021 12:21:39 GMT",
|
661
|
+
"tag": "@fluentui/react-theme_v0.3.1",
|
662
|
+
"version": "0.3.1",
|
663
|
+
"comments": {
|
664
|
+
"none": [
|
665
|
+
{
|
666
|
+
"comment": "Bump @fluentui/set-version to v8.0.0-beta.1",
|
667
|
+
"author": "martinhochel@microsoft.com",
|
668
|
+
"commit": "0de01d003589b5e2f166bc070729dca20125a091",
|
669
|
+
"package": "@fluentui/react-theme"
|
670
|
+
}
|
671
|
+
]
|
672
|
+
}
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"date": "Mon, 15 Feb 2021 12:22:00 GMT",
|
676
|
+
"tag": "@fluentui/react-theme_v0.3.1",
|
677
|
+
"version": "0.3.1",
|
678
|
+
"comments": {
|
679
|
+
"prerelease": [
|
680
|
+
{
|
681
|
+
"comment": "Bump @fluentui/utilities to v8.0.0-beta.12",
|
682
|
+
"author": "xgao@microsoft.com",
|
683
|
+
"commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
|
684
|
+
"package": "@fluentui/react-theme"
|
685
|
+
}
|
686
|
+
]
|
687
|
+
}
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"date": "Thu, 11 Feb 2021 12:18:41 GMT",
|
691
|
+
"tag": "@fluentui/react-theme_v0.3.1",
|
692
|
+
"version": "0.3.1",
|
693
|
+
"comments": {
|
694
|
+
"none": [
|
695
|
+
{
|
696
|
+
"comment": "Bump @fluentui/utilities to v8.0.0-beta.11",
|
697
|
+
"author": "martinhochel@microsoft.com",
|
698
|
+
"commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
|
699
|
+
"package": "@fluentui/react-theme"
|
700
|
+
}
|
701
|
+
]
|
702
|
+
}
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"date": "Thu, 11 Feb 2021 00:58:10 GMT",
|
706
|
+
"tag": "@fluentui/react-theme_v0.3.1",
|
707
|
+
"version": "0.3.1",
|
708
|
+
"comments": {
|
709
|
+
"prerelease": [
|
710
|
+
{
|
711
|
+
"comment": "Bump @fluentui/utilities to v8.0.0-beta.11",
|
712
|
+
"author": "xgao@microsoft.com",
|
713
|
+
"commit": "69357e7a30d4c282ad82d2ecf4da6fc4b942ab99",
|
714
|
+
"package": "@fluentui/react-theme"
|
715
|
+
}
|
716
|
+
]
|
717
|
+
}
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"date": "Tue, 09 Feb 2021 00:56:52 GMT",
|
721
|
+
"tag": "@fluentui/react-theme_v0.3.1",
|
722
|
+
"version": "0.3.1",
|
723
|
+
"comments": {
|
724
|
+
"patch": [
|
725
|
+
{
|
726
|
+
"comment": "fix mergeThemes() to avoid object's mutation",
|
727
|
+
"author": "olfedias@microsoft.com",
|
728
|
+
"commit": "e6a1c491a67b911cc285fcc9d89b6fca152aacd9",
|
729
|
+
"package": "@fluentui/react-theme"
|
730
|
+
}
|
731
|
+
]
|
732
|
+
}
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"date": "Mon, 08 Feb 2021 12:23:08 GMT",
|
736
|
+
"tag": "@fluentui/react-theme_v0.3.0",
|
737
|
+
"version": "0.3.0",
|
738
|
+
"comments": {
|
739
|
+
"minor": [
|
740
|
+
{
|
741
|
+
"comment": "Update converged theme shape",
|
742
|
+
"author": "miroslav.stastny@microsoft.com",
|
743
|
+
"commit": "bca3d0d79accb3675bf3dfd49c0297e646b91d2c",
|
744
|
+
"package": "@fluentui/react-theme"
|
745
|
+
}
|
746
|
+
]
|
747
|
+
}
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"date": "Wed, 03 Feb 2021 05:51:40 GMT",
|
751
|
+
"tag": "@fluentui/react-theme_v0.2.0",
|
752
|
+
"version": "0.2.0",
|
753
|
+
"comments": {
|
754
|
+
"none": [
|
755
|
+
{
|
756
|
+
"comment": "add missing Jest config",
|
757
|
+
"author": "olfedias@microsoft.com",
|
758
|
+
"commit": "e68a6c887cbc45ddb111b6a0c3c8a21ab4a17256",
|
759
|
+
"package": "@fluentui/react-theme"
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"comment": "Remove .npmrc files except at root",
|
763
|
+
"author": "hantatsang@gmail.com",
|
764
|
+
"commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
|
765
|
+
"package": "@fluentui/react-theme"
|
766
|
+
}
|
767
|
+
]
|
768
|
+
}
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"date": "Tue, 02 Feb 2021 12:21:54 GMT",
|
772
|
+
"tag": "@fluentui/react-theme_v0.2.0",
|
773
|
+
"version": "0.2.0",
|
774
|
+
"comments": {
|
775
|
+
"minor": [
|
776
|
+
{
|
777
|
+
"comment": "feat: add basic theme utils",
|
778
|
+
"author": "olfedias@microsoft.com",
|
779
|
+
"commit": "026320cfc0408dbc2d25d3959856d787ef21d344",
|
780
|
+
"package": "@fluentui/react-theme"
|
781
|
+
}
|
782
|
+
]
|
783
|
+
}
|
784
|
+
}
|
785
|
+
]
|
786
|
+
}
|