@fluentui/react-toolbar 9.1.26 → 9.1.28
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 +112 -4
- package/CHANGELOG.md +36 -5
- package/lib/components/ToolbarButton/useToolbarButtonStyles.styles.js +7 -3
- package/lib/components/ToolbarButton/useToolbarButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ToolbarButton/useToolbarButtonStyles.styles.js +16 -2
- package/lib-commonjs/components/ToolbarButton/useToolbarButtonStyles.styles.js.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,115 @@
|
|
|
2
2
|
"name": "@fluentui/react-toolbar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 04 Aug 2023 08:48:25 GMT",
|
|
6
|
+
"tag": "@fluentui/react-toolbar_v9.1.28",
|
|
7
|
+
"version": "9.1.28",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-toolbar",
|
|
13
|
+
"comment": "Bump @fluentui/react-button to v9.3.27",
|
|
14
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-toolbar",
|
|
19
|
+
"comment": "Bump @fluentui/react-divider to v9.2.23",
|
|
20
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-toolbar",
|
|
25
|
+
"comment": "Bump @fluentui/react-theme to v9.1.10",
|
|
26
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-toolbar",
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.11.0",
|
|
32
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-toolbar",
|
|
37
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
|
|
38
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-toolbar",
|
|
43
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.27",
|
|
44
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-toolbar",
|
|
49
|
+
"comment": "Bump @fluentui/react-radio to v9.1.28",
|
|
50
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui/react-toolbar",
|
|
55
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.7.1",
|
|
56
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "beachball",
|
|
60
|
+
"package": "@fluentui/react-toolbar",
|
|
61
|
+
"comment": "Bump @fluentui/react-tabster to v9.12.0",
|
|
62
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"date": "Tue, 01 Aug 2023 10:17:20 GMT",
|
|
69
|
+
"tag": "@fluentui/react-toolbar_v9.1.27",
|
|
70
|
+
"version": "9.1.27",
|
|
71
|
+
"comments": {
|
|
72
|
+
"patch": [
|
|
73
|
+
{
|
|
74
|
+
"author": "chassunc@microsoft.com",
|
|
75
|
+
"package": "@fluentui/react-toolbar",
|
|
76
|
+
"commit": "c6d2ace26c19b4c8102c77baf8f66ffeb36149f8",
|
|
77
|
+
"comment": "Remove margin from Icon in ToolbarButton when vertical prop is passed"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"author": "beachball",
|
|
81
|
+
"package": "@fluentui/react-toolbar",
|
|
82
|
+
"comment": "Bump @fluentui/react-button to v9.3.26",
|
|
83
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "beachball",
|
|
87
|
+
"package": "@fluentui/react-toolbar",
|
|
88
|
+
"comment": "Bump @fluentui/react-divider to v9.2.22",
|
|
89
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "beachball",
|
|
93
|
+
"package": "@fluentui/react-toolbar",
|
|
94
|
+
"comment": "Bump @fluentui/react-radio to v9.1.27",
|
|
95
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"author": "beachball",
|
|
99
|
+
"package": "@fluentui/react-toolbar",
|
|
100
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.7.0",
|
|
101
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"author": "beachball",
|
|
105
|
+
"package": "@fluentui/react-toolbar",
|
|
106
|
+
"comment": "Bump @fluentui/react-tabster to v9.11.1",
|
|
107
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"date": "Tue, 25 Jul 2023 13:29:23 GMT",
|
|
6
114
|
"tag": "@fluentui/react-toolbar_v9.1.26",
|
|
7
115
|
"version": "9.1.26",
|
|
8
116
|
"comments": {
|
|
@@ -11,19 +119,19 @@
|
|
|
11
119
|
"author": "beachball",
|
|
12
120
|
"package": "@fluentui/react-toolbar",
|
|
13
121
|
"comment": "Bump @fluentui/react-button to v9.3.25",
|
|
14
|
-
"commit": "
|
|
122
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
|
|
15
123
|
},
|
|
16
124
|
{
|
|
17
125
|
"author": "beachball",
|
|
18
126
|
"package": "@fluentui/react-toolbar",
|
|
19
127
|
"comment": "Bump @fluentui/react-radio to v9.1.26",
|
|
20
|
-
"commit": "
|
|
128
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
|
|
21
129
|
},
|
|
22
130
|
{
|
|
23
131
|
"author": "beachball",
|
|
24
132
|
"package": "@fluentui/react-toolbar",
|
|
25
133
|
"comment": "Bump @fluentui/react-tabster to v9.11.0",
|
|
26
|
-
"commit": "
|
|
134
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
|
|
27
135
|
}
|
|
28
136
|
]
|
|
29
137
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,50 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-toolbar
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 04 Aug 2023 08:48:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.28)
|
|
8
|
+
|
|
9
|
+
Fri, 04 Aug 2023 08:48:25 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.27..@fluentui/react-toolbar_v9.1.28)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-button to v9.3.27 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
15
|
+
- Bump @fluentui/react-divider to v9.2.23 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
16
|
+
- Bump @fluentui/react-theme to v9.1.10 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
18
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
19
|
+
- Bump @fluentui/react-context-selector to v9.1.27 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
20
|
+
- Bump @fluentui/react-radio to v9.1.28 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
21
|
+
- Bump @fluentui/react-shared-contexts to v9.7.1 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
22
|
+
- Bump @fluentui/react-tabster to v9.12.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
|
23
|
+
|
|
24
|
+
## [9.1.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.27)
|
|
25
|
+
|
|
26
|
+
Tue, 01 Aug 2023 10:17:20 GMT
|
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.26..@fluentui/react-toolbar_v9.1.27)
|
|
28
|
+
|
|
29
|
+
### Patches
|
|
30
|
+
|
|
31
|
+
- Remove margin from Icon in ToolbarButton when vertical prop is passed ([PR #28658](https://github.com/microsoft/fluentui/pull/28658) by chassunc@microsoft.com)
|
|
32
|
+
- Bump @fluentui/react-button to v9.3.26 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
|
33
|
+
- Bump @fluentui/react-divider to v9.2.22 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
|
34
|
+
- Bump @fluentui/react-radio to v9.1.27 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
|
35
|
+
- Bump @fluentui/react-shared-contexts to v9.7.0 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
|
36
|
+
- Bump @fluentui/react-tabster to v9.11.1 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
|
37
|
+
|
|
7
38
|
## [9.1.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.26)
|
|
8
39
|
|
|
9
|
-
Tue, 25 Jul 2023 13:
|
|
40
|
+
Tue, 25 Jul 2023 13:29:23 GMT
|
|
10
41
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.1.25..@fluentui/react-toolbar_v9.1.26)
|
|
11
42
|
|
|
12
43
|
### Patches
|
|
13
44
|
|
|
14
|
-
- Bump @fluentui/react-button to v9.3.25 ([PR #
|
|
15
|
-
- Bump @fluentui/react-radio to v9.1.26 ([PR #
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.11.0 ([PR #
|
|
45
|
+
- Bump @fluentui/react-button to v9.3.25 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
|
46
|
+
- Bump @fluentui/react-radio to v9.1.26 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
|
47
|
+
- Bump @fluentui/react-tabster to v9.11.0 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
|
17
48
|
|
|
18
49
|
## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.1.25)
|
|
19
50
|
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
import { __styles, mergeClasses } from '@griffel/react';
|
|
1
|
+
import { __styles, mergeClasses, shorthands } from '@griffel/react';
|
|
2
2
|
import { useButtonStyles_unstable } from '@fluentui/react-button';
|
|
3
3
|
const useBaseStyles = /*#__PURE__*/__styles({
|
|
4
4
|
vertical: {
|
|
5
5
|
Beiy3e4: "f1vx9l62"
|
|
6
6
|
},
|
|
7
7
|
verticalIcon: {
|
|
8
|
-
Be2twd7: "f1rt2boy"
|
|
8
|
+
Be2twd7: "f1rt2boy",
|
|
9
|
+
B6of3ja: "f1hu3pq6",
|
|
10
|
+
t21cq0: ["f11qmguv", "f1tyq0we"],
|
|
11
|
+
jrapky: "f19f4twv",
|
|
12
|
+
Frg6f3: ["f1tyq0we", "f11qmguv"]
|
|
9
13
|
}
|
|
10
14
|
}, {
|
|
11
|
-
d: [".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}", ".f1rt2boy{font-size:24px;}"]
|
|
15
|
+
d: [".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}", ".f1rt2boy{font-size:24px;}", ".f1hu3pq6{margin-top:0;}", ".f11qmguv{margin-right:0;}", ".f1tyq0we{margin-left:0;}", ".f19f4twv{margin-bottom:0;}"]
|
|
12
16
|
});
|
|
13
17
|
/**
|
|
14
18
|
* Apply styling to the ToolbarButton slots based on the state
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__styles","mergeClasses","useButtonStyles_unstable","useBaseStyles","vertical","Beiy3e4","verticalIcon","Be2twd7","d","useToolbarButtonStyles_unstable","state","buttonStyles","root","className","icon"],"sources":["useToolbarButtonStyles.styles.js"],"sourcesContent":["import { makeStyles, mergeClasses } from '@griffel/react';\nimport { useButtonStyles_unstable } from '@fluentui/react-button';\nconst useBaseStyles = makeStyles({\n vertical: {\n flexDirection: 'column'\n },\n verticalIcon: {\n fontSize: '24px'\n }\n});\n/**\n * Apply styling to the ToolbarButton slots based on the state\n */ export const useToolbarButtonStyles_unstable = (state)=>{\n useButtonStyles_unstable(state);\n const buttonStyles = useBaseStyles();\n state.root.className = mergeClasses(state.root.className, state.vertical && buttonStyles.vertical);\n if (state.icon) {\n state.icon.className = mergeClasses(state.icon.className, state.vertical && buttonStyles.verticalIcon);\n }\n};\n"],"mappings":"AAAA,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"names":["__styles","mergeClasses","shorthands","useButtonStyles_unstable","useBaseStyles","vertical","Beiy3e4","verticalIcon","Be2twd7","B6of3ja","t21cq0","jrapky","Frg6f3","d","useToolbarButtonStyles_unstable","state","buttonStyles","root","className","icon"],"sources":["useToolbarButtonStyles.styles.js"],"sourcesContent":["import { makeStyles, mergeClasses, shorthands } from '@griffel/react';\nimport { useButtonStyles_unstable } from '@fluentui/react-button';\nconst useBaseStyles = makeStyles({\n vertical: {\n flexDirection: 'column'\n },\n verticalIcon: {\n fontSize: '24px',\n ...shorthands.margin('0')\n }\n});\n/**\n * Apply styling to the ToolbarButton slots based on the state\n */ export const useToolbarButtonStyles_unstable = (state)=>{\n useButtonStyles_unstable(state);\n const buttonStyles = useBaseStyles();\n state.root.className = mergeClasses(state.root.className, state.vertical && buttonStyles.vertical);\n if (state.icon) {\n state.icon.className = mergeClasses(state.icon.className, state.vertical && buttonStyles.verticalIcon);\n }\n};\n"],"mappings":"AAAA,SAAAA,QAAA,EAAqBC,YAAY,EAAEC,UAAU,QAAQ,gBAAgB;AACrE,SAASC,wBAAwB,QAAQ,wBAAwB;AACjE,MAAMC,aAAa,gBAAGJ,QAAA;EAAAK,QAAA;IAAAC,OAAA;EAAA;EAAAC,YAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;EAAA;AAAA;EAAAC,CAAA;AAAA,CAQrB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,+BAA+B,GAAIC,KAAK,IAAG;EACxDZ,wBAAwB,CAACY,KAAK,CAAC;EAC/B,MAAMC,YAAY,GAAGZ,aAAa,CAAC,CAAC;EACpCW,KAAK,CAACE,IAAI,CAACC,SAAS,GAAGjB,YAAY,CAACc,KAAK,CAACE,IAAI,CAACC,SAAS,EAAEH,KAAK,CAACV,QAAQ,IAAIW,YAAY,CAACX,QAAQ,CAAC;EAClG,IAAIU,KAAK,CAACI,IAAI,EAAE;IACZJ,KAAK,CAACI,IAAI,CAACD,SAAS,GAAGjB,YAAY,CAACc,KAAK,CAACI,IAAI,CAACD,SAAS,EAAEH,KAAK,CAACV,QAAQ,IAAIW,YAAY,CAACT,YAAY,CAAC;EAC1G;AACJ,CAAC"}
|
|
@@ -13,12 +13,26 @@ const useBaseStyles = /*#__PURE__*/ (0, _react["__styles"])({
|
|
|
13
13
|
Beiy3e4: "f1vx9l62"
|
|
14
14
|
},
|
|
15
15
|
verticalIcon: {
|
|
16
|
-
Be2twd7: "f1rt2boy"
|
|
16
|
+
Be2twd7: "f1rt2boy",
|
|
17
|
+
B6of3ja: "f1hu3pq6",
|
|
18
|
+
t21cq0: [
|
|
19
|
+
"f11qmguv",
|
|
20
|
+
"f1tyq0we"
|
|
21
|
+
],
|
|
22
|
+
jrapky: "f19f4twv",
|
|
23
|
+
Frg6f3: [
|
|
24
|
+
"f1tyq0we",
|
|
25
|
+
"f11qmguv"
|
|
26
|
+
]
|
|
17
27
|
}
|
|
18
28
|
}, {
|
|
19
29
|
d: [
|
|
20
30
|
".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}",
|
|
21
|
-
".f1rt2boy{font-size:24px;}"
|
|
31
|
+
".f1rt2boy{font-size:24px;}",
|
|
32
|
+
".f1hu3pq6{margin-top:0;}",
|
|
33
|
+
".f11qmguv{margin-right:0;}",
|
|
34
|
+
".f1tyq0we{margin-left:0;}",
|
|
35
|
+
".f19f4twv{margin-bottom:0;}"
|
|
22
36
|
]
|
|
23
37
|
});
|
|
24
38
|
const useToolbarButtonStyles_unstable = (state)=>{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["useToolbarButtonStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses } from '@griffel/react';\nimport { useButtonStyles_unstable } from '@fluentui/react-button';\nconst useBaseStyles = /*#__PURE__*/__styles({\n vertical: {\n Beiy3e4: \"f1vx9l62\"\n },\n verticalIcon: {\n Be2twd7: \"f1rt2boy\"\n }\n}, {\n d: [\".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}\", \".f1rt2boy{font-size:24px;}\"]\n});\n/**\n * Apply styling to the ToolbarButton slots based on the state\n */\nexport const useToolbarButtonStyles_unstable = state => {\n useButtonStyles_unstable(state);\n const buttonStyles = useBaseStyles();\n state.root.className = mergeClasses(state.root.className, state.vertical && buttonStyles.vertical);\n if (state.icon) {\n state.icon.className = mergeClasses(state.icon.className, state.vertical && buttonStyles.verticalIcon);\n }\n};\n//# sourceMappingURL=useToolbarButtonStyles.styles.js.map"],"names":["useToolbarButtonStyles_unstable","useBaseStyles","__styles","vertical","Beiy3e4","verticalIcon","Be2twd7","d","state","useButtonStyles_unstable","buttonStyles","root","className","mergeClasses","icon"],"mappings":";;;;+
|
|
1
|
+
{"version":3,"sources":["useToolbarButtonStyles.styles.js"],"sourcesContent":["import { __styles, mergeClasses, shorthands } from '@griffel/react';\nimport { useButtonStyles_unstable } from '@fluentui/react-button';\nconst useBaseStyles = /*#__PURE__*/__styles({\n vertical: {\n Beiy3e4: \"f1vx9l62\"\n },\n verticalIcon: {\n Be2twd7: \"f1rt2boy\",\n B6of3ja: \"f1hu3pq6\",\n t21cq0: [\"f11qmguv\", \"f1tyq0we\"],\n jrapky: \"f19f4twv\",\n Frg6f3: [\"f1tyq0we\", \"f11qmguv\"]\n }\n}, {\n d: [\".f1vx9l62{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}\", \".f1rt2boy{font-size:24px;}\", \".f1hu3pq6{margin-top:0;}\", \".f11qmguv{margin-right:0;}\", \".f1tyq0we{margin-left:0;}\", \".f19f4twv{margin-bottom:0;}\"]\n});\n/**\n * Apply styling to the ToolbarButton slots based on the state\n */\nexport const useToolbarButtonStyles_unstable = state => {\n useButtonStyles_unstable(state);\n const buttonStyles = useBaseStyles();\n state.root.className = mergeClasses(state.root.className, state.vertical && buttonStyles.vertical);\n if (state.icon) {\n state.icon.className = mergeClasses(state.icon.className, state.vertical && buttonStyles.verticalIcon);\n }\n};\n//# sourceMappingURL=useToolbarButtonStyles.styles.js.map"],"names":["useToolbarButtonStyles_unstable","useBaseStyles","__styles","vertical","Beiy3e4","verticalIcon","Be2twd7","B6of3ja","t21cq0","jrapky","Frg6f3","d","state","useButtonStyles_unstable","buttonStyles","root","className","mergeClasses","icon"],"mappings":";;;;+BAmBaA;;aAAAA;;uBAnBsC;6BACV;AACzC,MAAMC,gBAAgB,WAAW,GAAEC,IAAAA,kBAAQ,EAAC;IAC1CC,UAAU;QACRC,SAAS;IACX;IACAC,cAAc;QACZC,SAAS;QACTC,SAAS;QACTC,QAAQ;YAAC;YAAY;SAAW;QAChCC,QAAQ;QACRC,QAAQ;YAAC;YAAY;SAAW;IAClC;AACF,GAAG;IACDC,GAAG;QAAC;QAA6F;QAA8B;QAA4B;QAA8B;QAA6B;KAA8B;AACtP;AAIO,MAAMX,kCAAkCY,CAAAA,QAAS;IACtDC,IAAAA,qCAAwB,EAACD;IACzB,MAAME,eAAeb;IACrBW,MAAMG,IAAI,CAACC,SAAS,GAAGC,IAAAA,mBAAY,EAACL,MAAMG,IAAI,CAACC,SAAS,EAAEJ,MAAMT,QAAQ,IAAIW,aAAaX,QAAQ;IACjG,IAAIS,MAAMM,IAAI,EAAE;QACdN,MAAMM,IAAI,CAACF,SAAS,GAAGC,IAAAA,mBAAY,EAACL,MAAMM,IAAI,CAACF,SAAS,EAAEJ,MAAMT,QAAQ,IAAIW,aAAaT,YAAY;IACvG,CAAC;AACH,GACA,yDAAyD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-toolbar",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.28",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@fluentui/scripts-tasks": "*"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluentui/react-button": "^9.3.
|
|
39
|
-
"@fluentui/react-divider": "^9.2.
|
|
40
|
-
"@fluentui/react-theme": "^9.1.
|
|
41
|
-
"@fluentui/react-utilities": "^9.
|
|
42
|
-
"@fluentui/react-jsx-runtime": "9.0.0-alpha.
|
|
43
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
44
|
-
"@fluentui/react-radio": "^9.1.
|
|
45
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
46
|
-
"@fluentui/react-tabster": "^9.
|
|
38
|
+
"@fluentui/react-button": "^9.3.27",
|
|
39
|
+
"@fluentui/react-divider": "^9.2.23",
|
|
40
|
+
"@fluentui/react-theme": "^9.1.10",
|
|
41
|
+
"@fluentui/react-utilities": "^9.11.0",
|
|
42
|
+
"@fluentui/react-jsx-runtime": "9.0.0-alpha.13",
|
|
43
|
+
"@fluentui/react-context-selector": "^9.1.27",
|
|
44
|
+
"@fluentui/react-radio": "^9.1.28",
|
|
45
|
+
"@fluentui/react-shared-contexts": "^9.7.1",
|
|
46
|
+
"@fluentui/react-tabster": "^9.12.0",
|
|
47
47
|
"@griffel/react": "^1.5.7",
|
|
48
48
|
"@swc/helpers": "^0.4.14"
|
|
49
49
|
},
|