@fluentui/react-overflow 9.4.7 → 9.5.0
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.md +10 -1
- package/lib/components/useOverflowStyles.styles.raw.js +14 -0
- package/lib/components/useOverflowStyles.styles.raw.js.map +1 -0
- package/lib-commonjs/components/useOverflowStyles.styles.raw.js +24 -0
- package/lib-commonjs/components/useOverflowStyles.styles.raw.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,9 +1,18 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on Thu,
|
3
|
+
This log was last generated on Thu, 17 Jul 2025 13:45:42 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.5.0)
|
8
|
+
|
9
|
+
Thu, 17 Jul 2025 13:45:42 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.4.4..@fluentui/react-overflow_v9.5.0)
|
11
|
+
|
12
|
+
### Minor changes
|
13
|
+
|
14
|
+
- feat: enable griffel raw styles ([PR #34853](https://github.com/microsoft/fluentui/pull/34853) by martinhochel@microsoft.com)
|
15
|
+
|
7
16
|
## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.4.4)
|
8
17
|
|
9
18
|
Thu, 26 Jun 2025 14:11:55 GMT
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { makeStyles } from '@griffel/react';
|
2
|
+
import { DATA_OVERFLOWING, DATA_OVERFLOW_MENU } from '../constants';
|
3
|
+
export const useOverflowStyles = makeStyles({
|
4
|
+
overflowMenu: {
|
5
|
+
[`& [${DATA_OVERFLOW_MENU}]`]: {
|
6
|
+
flexShrink: 0
|
7
|
+
}
|
8
|
+
},
|
9
|
+
overflowingItems: {
|
10
|
+
[`& [${DATA_OVERFLOWING}]`]: {
|
11
|
+
display: 'none'
|
12
|
+
}
|
13
|
+
}
|
14
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/components/useOverflowStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { DATA_OVERFLOWING, DATA_OVERFLOW_MENU } from '../constants';\n\nexport const useOverflowStyles = makeStyles({\n overflowMenu: {\n [`& [${DATA_OVERFLOW_MENU}]`]: {\n flexShrink: 0,\n },\n },\n\n overflowingItems: {\n [`& [${DATA_OVERFLOWING}]`]: {\n display: 'none',\n },\n },\n});\n"],"names":["makeStyles","DATA_OVERFLOWING","DATA_OVERFLOW_MENU","useOverflowStyles","overflowMenu","flexShrink","overflowingItems","display"],"rangeMappings":";;;;;;;;;;;;;","mappings":"AAAA,SAASA,UAAU,QAAQ,iBAAiB;AAC5C,SAASC,gBAAgB,EAAEC,kBAAkB,QAAQ,eAAe;AAEpE,OAAO,MAAMC,oBAAoBH,WAAW;IAC1CI,cAAc;QACZ,CAAC,CAAC,GAAG,EAAEF,mBAAmB,CAAC,CAAC,CAAC,EAAE;YAC7BG,YAAY;QACd;IACF;IAEAC,kBAAkB;QAChB,CAAC,CAAC,GAAG,EAAEL,iBAAiB,CAAC,CAAC,CAAC,EAAE;YAC3BM,SAAS;QACX;IACF;AACF,GAAG"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
3
|
+
value: true
|
4
|
+
});
|
5
|
+
Object.defineProperty(exports, "useOverflowStyles", {
|
6
|
+
enumerable: true,
|
7
|
+
get: function() {
|
8
|
+
return useOverflowStyles;
|
9
|
+
}
|
10
|
+
});
|
11
|
+
const _react = require("@griffel/react");
|
12
|
+
const _constants = require("../constants");
|
13
|
+
const useOverflowStyles = (0, _react.makeStyles)({
|
14
|
+
overflowMenu: {
|
15
|
+
[`& [${_constants.DATA_OVERFLOW_MENU}]`]: {
|
16
|
+
flexShrink: 0
|
17
|
+
}
|
18
|
+
},
|
19
|
+
overflowingItems: {
|
20
|
+
[`& [${_constants.DATA_OVERFLOWING}]`]: {
|
21
|
+
display: 'none'
|
22
|
+
}
|
23
|
+
}
|
24
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/components/useOverflowStyles.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { DATA_OVERFLOWING, DATA_OVERFLOW_MENU } from '../constants';\n\nexport const useOverflowStyles = makeStyles({\n overflowMenu: {\n [`& [${DATA_OVERFLOW_MENU}]`]: {\n flexShrink: 0,\n },\n },\n\n overflowingItems: {\n [`& [${DATA_OVERFLOWING}]`]: {\n display: 'none',\n },\n },\n});\n"],"names":["useOverflowStyles","makeStyles","overflowMenu","DATA_OVERFLOW_MENU","flexShrink","overflowingItems","DATA_OVERFLOWING","display"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BAGaA;;;eAAAA;;;uBAHc;2BAC0B;AAE9C,MAAMA,oBAAoBC,IAAAA,iBAAAA,EAAW;IAC1CC,cAAc;QACZ,CAAC,CAAC,GAAG,EAAEC,6BAAAA,CAAmB,CAAC,CAAC,CAAC,EAAE;YAC7BC,YAAY;QACd;IACF;IAEAC,kBAAkB;QAChB,CAAC,CAAC,GAAG,EAAEC,2BAAAA,CAAiB,CAAC,CAAC,CAAC,EAAE;YAC3BC,SAAS;QACX;IACF;AACF"}
|