@fluentui/react-toolbar 9.1.24 → 9.1.25
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 +55 -1
- package/CHANGELOG.md +15 -2
- package/lib/components/ToolbarGroup/useToolbarGroupStyles.styles.js +2 -9
- package/lib/components/ToolbarGroup/useToolbarGroupStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ToolbarGroup/useToolbarGroupStyles.styles.js +1 -7
- package/lib-commonjs/components/ToolbarGroup/useToolbarGroupStyles.styles.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,61 @@
|
|
|
2
2
|
"name": "@fluentui/react-toolbar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 20 Jul 2023 18:24:27 GMT",
|
|
6
|
+
"tag": "@fluentui/react-toolbar_v9.1.25",
|
|
7
|
+
"version": "9.1.25",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "138819425+benlemmon-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui/react-toolbar",
|
|
13
|
+
"commit": "2adf9de80ae7265e49957c582443197fc5fadcb0",
|
|
14
|
+
"comment": "fix: Remove empty makeStyles call."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-toolbar",
|
|
19
|
+
"comment": "Bump @fluentui/react-button to v9.3.24",
|
|
20
|
+
"commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-toolbar",
|
|
25
|
+
"comment": "Bump @fluentui/react-divider to v9.2.21",
|
|
26
|
+
"commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-toolbar",
|
|
31
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
|
|
32
|
+
"commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-toolbar",
|
|
37
|
+
"comment": "Bump @fluentui/react-radio to v9.1.25",
|
|
38
|
+
"commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Thu, 13 Jul 2023 21:25:47 GMT",
|
|
45
|
+
"tag": "@fluentui/react-toolbar_v9.1.24",
|
|
46
|
+
"version": "9.1.24",
|
|
47
|
+
"comments": {
|
|
48
|
+
"none": [
|
|
49
|
+
{
|
|
50
|
+
"author": "martinhochel@microsoft.com",
|
|
51
|
+
"package": "@fluentui/react-toolbar",
|
|
52
|
+
"commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
|
|
53
|
+
"comment": "chore: update devDependencies to use * for inner workspace dependencies"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"date": "Tue, 11 Jul 2023 18:46:36 GMT",
|
|
6
60
|
"tag": "@fluentui/react-toolbar_v9.1.24",
|
|
7
61
|
"version": "9.1.24",
|
|
8
62
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-toolbar
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 20 Jul 2023 18:24:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.25)
|
|
8
|
+
|
|
9
|
+
Thu, 20 Jul 2023 18:24:27 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.24..@fluentui/react-toolbar_v9.1.25)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: Remove empty makeStyles call. ([PR #28566](https://github.com/microsoft/fluentui/pull/28566) by 138819425+benlemmon-ms@users.noreply.github.com)
|
|
15
|
+
- Bump @fluentui/react-button to v9.3.24 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
|
|
16
|
+
- Bump @fluentui/react-divider to v9.2.21 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
|
|
17
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
|
|
18
|
+
- Bump @fluentui/react-radio to v9.1.25 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
|
|
19
|
+
|
|
7
20
|
## [9.1.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.24)
|
|
8
21
|
|
|
9
|
-
Tue, 11 Jul 2023 18:
|
|
22
|
+
Tue, 11 Jul 2023 18:46:36 GMT
|
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.23..@fluentui/react-toolbar_v9.1.24)
|
|
11
24
|
|
|
12
25
|
### Patches
|
|
@@ -1,19 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeClasses } from '@griffel/react';
|
|
2
2
|
export const toolbarGroupClassNames = {
|
|
3
3
|
root: 'fui-ToolbarGroup'
|
|
4
4
|
};
|
|
5
|
-
/**
|
|
6
|
-
* Styles for the root slot
|
|
7
|
-
*/
|
|
8
|
-
const useStyles = /*#__PURE__*/__styles({
|
|
9
|
-
root: {}
|
|
10
|
-
}, {});
|
|
11
5
|
/**
|
|
12
6
|
* Apply styling to the Toolbar slots based on the state
|
|
13
7
|
*/
|
|
14
8
|
export const useToolbarGroupStyles_unstable = state => {
|
|
15
|
-
|
|
16
|
-
state.root.className = mergeClasses(toolbarGroupClassNames.root, styles.root, state.root.className);
|
|
9
|
+
state.root.className = mergeClasses(toolbarGroupClassNames.root, state.root.className);
|
|
17
10
|
return state;
|
|
18
11
|
};
|
|
19
12
|
//# sourceMappingURL=useToolbarGroupStyles.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["mergeClasses","toolbarGroupClassNames","root","useToolbarGroupStyles_unstable","state","className"],"sources":["useToolbarGroupStyles.styles.js"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nexport const toolbarGroupClassNames = {\n root: 'fui-ToolbarGroup'\n};\n/**\n * Apply styling to the Toolbar slots based on the state\n */ export const useToolbarGroupStyles_unstable = (state)=>{\n state.root.className = mergeClasses(toolbarGroupClassNames.root, state.root.className);\n return state;\n};\n"],"mappings":"AAAA,SAASA,YAAY,QAAQ,gBAAgB;AAC7C,OAAO,MAAMC,sBAAsB,GAAG;EAClCC,IAAI,EAAE;AACV,CAAC;AACD;AACA;AACA;AAAI,OAAO,MAAMC,8BAA8B,GAAIC,KAAK,IAAG;EACvDA,KAAK,CAACF,IAAI,CAACG,SAAS,GAAGL,YAAY,CAACC,sBAAsB,CAACC,IAAI,EAAEE,KAAK,CAACF,IAAI,CAACG,SAAS,CAAC;EACtF,OAAOD,KAAK;AAChB,CAAC"}
|
|
@@ -16,13 +16,7 @@ const _react = require("@griffel/react");
|
|
|
16
16
|
const toolbarGroupClassNames = {
|
|
17
17
|
root: 'fui-ToolbarGroup'
|
|
18
18
|
};
|
|
19
|
-
/**
|
|
20
|
-
* Styles for the root slot
|
|
21
|
-
*/ const useStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
22
|
-
root: {}
|
|
23
|
-
}, {});
|
|
24
19
|
const useToolbarGroupStyles_unstable = (state)=>{
|
|
25
|
-
|
|
26
|
-
state.root.className = (0, _react.mergeClasses)(toolbarGroupClassNames.root, styles.root, state.root.className);
|
|
20
|
+
state.root.className = (0, _react.mergeClasses)(toolbarGroupClassNames.root, state.root.className);
|
|
27
21
|
return state;
|
|
28
22
|
}; //# sourceMappingURL=useToolbarGroupStyles.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["useToolbarGroupStyles.styles.js"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"sources":["useToolbarGroupStyles.styles.js"],"sourcesContent":["import { mergeClasses } from '@griffel/react';\nexport const toolbarGroupClassNames = {\n root: 'fui-ToolbarGroup'\n};\n/**\n * Apply styling to the Toolbar slots based on the state\n */\nexport const useToolbarGroupStyles_unstable = state => {\n state.root.className = mergeClasses(toolbarGroupClassNames.root, state.root.className);\n return state;\n};\n//# sourceMappingURL=useToolbarGroupStyles.styles.js.map"],"names":["toolbarGroupClassNames","useToolbarGroupStyles_unstable","root","state","className","mergeClasses"],"mappings":";;;;;;;;;;;IACaA,sBAAsB,MAAtBA;IAMAC,8BAA8B,MAA9BA;;uBAPgB;AACtB,MAAMD,yBAAyB;IACpCE,MAAM;AACR;AAIO,MAAMD,iCAAiCE,CAAAA,QAAS;IACrDA,MAAMD,IAAI,CAACE,SAAS,GAAGC,IAAAA,mBAAY,EAACL,uBAAuBE,IAAI,EAAEC,MAAMD,IAAI,CAACE,SAAS;IACrF,OAAOD;AACT,GACA,wDAAwD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-toolbar",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.25",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluentui/eslint-plugin": "*",
|
|
31
31
|
"@fluentui/react-conformance": "*",
|
|
32
|
-
"@fluentui/react-conformance-griffel": "
|
|
32
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
33
33
|
"@fluentui/scripts-api-extractor": "*",
|
|
34
34
|
"@fluentui/scripts-cypress": "*",
|
|
35
35
|
"@fluentui/scripts-tasks": "*"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluentui/react-button": "^9.3.
|
|
39
|
-
"@fluentui/react-divider": "^9.2.
|
|
38
|
+
"@fluentui/react-button": "^9.3.24",
|
|
39
|
+
"@fluentui/react-divider": "^9.2.21",
|
|
40
40
|
"@fluentui/react-theme": "^9.1.9",
|
|
41
41
|
"@fluentui/react-utilities": "^9.10.1",
|
|
42
|
-
"@fluentui/react-jsx-runtime": "9.0.0-alpha.
|
|
42
|
+
"@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
|
|
43
43
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
44
|
-
"@fluentui/react-radio": "^9.1.
|
|
44
|
+
"@fluentui/react-radio": "^9.1.25",
|
|
45
45
|
"@fluentui/react-shared-contexts": "^9.6.0",
|
|
46
46
|
"@fluentui/react-tabster": "^9.10.0",
|
|
47
47
|
"@griffel/react": "^1.5.7",
|