@fluentui/react-positioning 0.0.0-nightly-20250703-1103.1 → 0.0.0-nightly-20250707-0406.1
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 +7 -7
- package/package.json +4 -4
- package/lib/hooks/useSafeZoneArea/SafeZoneArea.styles.raw.js +0 -30
- package/lib/hooks/useSafeZoneArea/SafeZoneArea.styles.raw.js.map +0 -1
- package/lib-commonjs/hooks/useSafeZoneArea/SafeZoneArea.styles.raw.js +0 -40
- package/lib-commonjs/hooks/useSafeZoneArea/SafeZoneArea.styles.raw.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 07 Jul 2025 04:22:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20250707-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v0.0.0-nightly-20250707-0406.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.18.5..@fluentui/react-positioning_v0.0.0-nightly-
|
|
9
|
+
Mon, 07 Jul 2025 04:22:45 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.18.5..@fluentui/react-positioning_v0.0.0-nightly-20250707-0406.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
|
16
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
|
17
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20250707-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/0f2f74845f342625c7dff5f00e75864a86e297cb) by beachball)
|
|
16
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20250707-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/0f2f74845f342625c7dff5f00e75864a86e297cb) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20250707-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/0f2f74845f342625c7dff5f00e75864a86e297cb) by beachball)
|
|
18
18
|
|
|
19
19
|
## [9.18.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.18.5)
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250707-0406.1",
|
|
4
4
|
"description": "A react wrapper around Popper.js for Fluent UI",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@floating-ui/dom": "^1.6.12",
|
|
21
21
|
"@floating-ui/devtools": "0.2.1",
|
|
22
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
|
23
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
|
24
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
|
22
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250707-0406.1",
|
|
23
|
+
"@fluentui/react-theme": "0.0.0-nightly-20250707-0406.1",
|
|
24
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20250707-0406.1",
|
|
25
25
|
"@griffel/react": "^1.5.22",
|
|
26
26
|
"@swc/helpers": "^0.5.1",
|
|
27
27
|
"use-sync-external-store": "^1.2.0"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { makeStyles } from '@griffel/react';
|
|
2
|
-
import { tokens } from '@fluentui/react-theme';
|
|
3
|
-
export const useStyles = makeStyles({
|
|
4
|
-
wrapper: {
|
|
5
|
-
display: 'none',
|
|
6
|
-
height: 0,
|
|
7
|
-
width: 0,
|
|
8
|
-
pointerEvents: 'none'
|
|
9
|
-
},
|
|
10
|
-
wrapperActive: {
|
|
11
|
-
display: 'block'
|
|
12
|
-
},
|
|
13
|
-
svg: {
|
|
14
|
-
fill: 'transparent',
|
|
15
|
-
pointerEvents: 'none',
|
|
16
|
-
position: 'fixed',
|
|
17
|
-
top: 0,
|
|
18
|
-
left: 0
|
|
19
|
-
},
|
|
20
|
-
triangle: {
|
|
21
|
-
pointerEvents: 'auto'
|
|
22
|
-
},
|
|
23
|
-
triangleDebug: {
|
|
24
|
-
cursor: 'crosshair',
|
|
25
|
-
fill: `color-mix(in srgb, ${tokens.colorPaletteGreenBackground3} 20%, transparent)`
|
|
26
|
-
},
|
|
27
|
-
rectDebug: {
|
|
28
|
-
fill: `color-mix(in srgb, ${tokens.colorPaletteRedBackground3} 20%, transparent)`
|
|
29
|
-
}
|
|
30
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/hooks/useSafeZoneArea/SafeZoneArea.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\n\nexport const useStyles = makeStyles({\n wrapper: {\n display: 'none',\n height: 0,\n width: 0,\n pointerEvents: 'none',\n },\n wrapperActive: {\n display: 'block',\n },\n svg: {\n fill: 'transparent',\n pointerEvents: 'none',\n position: 'fixed',\n top: 0,\n left: 0,\n },\n triangle: {\n pointerEvents: 'auto',\n },\n triangleDebug: {\n cursor: 'crosshair',\n fill: `color-mix(in srgb, ${tokens.colorPaletteGreenBackground3} 20%, transparent)`,\n },\n rectDebug: {\n fill: `color-mix(in srgb, ${tokens.colorPaletteRedBackground3} 20%, transparent)`,\n },\n});\n"],"names":["makeStyles","tokens","useStyles","wrapper","display","height","width","pointerEvents","wrapperActive","svg","fill","position","top","left","triangle","triangleDebug","cursor","colorPaletteGreenBackground3","rectDebug","colorPaletteRedBackground3"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,SAASA,UAAU,QAAQ,iBAAiB;AAC5C,SAASC,MAAM,QAAQ,wBAAwB;AAE/C,OAAO,MAAMC,YAAYF,WAAW;IAClCG,SAAS;QACPC,SAAS;QACTC,QAAQ;QACRC,OAAO;QACPC,eAAe;IACjB;IACAC,eAAe;QACbJ,SAAS;IACX;IACAK,KAAK;QACHC,MAAM;QACNH,eAAe;QACfI,UAAU;QACVC,KAAK;QACLC,MAAM;IACR;IACAC,UAAU;QACRP,eAAe;IACjB;IACAQ,eAAe;QACbC,QAAQ;QACRN,MAAM,CAAC,mBAAmB,EAAET,OAAOgB,4BAA4B,CAAC,kBAAkB,CAAC;IACrF;IACAC,WAAW;QACTR,MAAM,CAAC,mBAAmB,EAAET,OAAOkB,0BAA0B,CAAC,kBAAkB,CAAC;IACnF;AACF,GAAG"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "useStyles", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return useStyles;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _react = require("@griffel/react");
|
|
12
|
-
const _reacttheme = require("@fluentui/react-theme");
|
|
13
|
-
const useStyles = (0, _react.makeStyles)({
|
|
14
|
-
wrapper: {
|
|
15
|
-
display: 'none',
|
|
16
|
-
height: 0,
|
|
17
|
-
width: 0,
|
|
18
|
-
pointerEvents: 'none'
|
|
19
|
-
},
|
|
20
|
-
wrapperActive: {
|
|
21
|
-
display: 'block'
|
|
22
|
-
},
|
|
23
|
-
svg: {
|
|
24
|
-
fill: 'transparent',
|
|
25
|
-
pointerEvents: 'none',
|
|
26
|
-
position: 'fixed',
|
|
27
|
-
top: 0,
|
|
28
|
-
left: 0
|
|
29
|
-
},
|
|
30
|
-
triangle: {
|
|
31
|
-
pointerEvents: 'auto'
|
|
32
|
-
},
|
|
33
|
-
triangleDebug: {
|
|
34
|
-
cursor: 'crosshair',
|
|
35
|
-
fill: `color-mix(in srgb, ${_reacttheme.tokens.colorPaletteGreenBackground3} 20%, transparent)`
|
|
36
|
-
},
|
|
37
|
-
rectDebug: {
|
|
38
|
-
fill: `color-mix(in srgb, ${_reacttheme.tokens.colorPaletteRedBackground3} 20%, transparent)`
|
|
39
|
-
}
|
|
40
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/hooks/useSafeZoneArea/SafeZoneArea.styles.ts"],"sourcesContent":["import { makeStyles } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\n\nexport const useStyles = makeStyles({\n wrapper: {\n display: 'none',\n height: 0,\n width: 0,\n pointerEvents: 'none',\n },\n wrapperActive: {\n display: 'block',\n },\n svg: {\n fill: 'transparent',\n pointerEvents: 'none',\n position: 'fixed',\n top: 0,\n left: 0,\n },\n triangle: {\n pointerEvents: 'auto',\n },\n triangleDebug: {\n cursor: 'crosshair',\n fill: `color-mix(in srgb, ${tokens.colorPaletteGreenBackground3} 20%, transparent)`,\n },\n rectDebug: {\n fill: `color-mix(in srgb, ${tokens.colorPaletteRedBackground3} 20%, transparent)`,\n },\n});\n"],"names":["useStyles","makeStyles","wrapper","display","height","width","pointerEvents","wrapperActive","svg","fill","position","top","left","triangle","triangleDebug","cursor","tokens","colorPaletteGreenBackground3","rectDebug","colorPaletteRedBackground3"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BAGaA;;;eAAAA;;;uBAHc;4BACJ;AAEhB,MAAMA,YAAYC,IAAAA,iBAAAA,EAAW;IAClCC,SAAS;QACPC,SAAS;QACTC,QAAQ;QACRC,OAAO;QACPC,eAAe;IACjB;IACAC,eAAe;QACbJ,SAAS;IACX;IACAK,KAAK;QACHC,MAAM;QACNH,eAAe;QACfI,UAAU;QACVC,KAAK;QACLC,MAAM;IACR;IACAC,UAAU;QACRP,eAAe;IACjB;IACAQ,eAAe;QACbC,QAAQ;QACRN,MAAM,CAAC,mBAAmB,EAAEO,kBAAAA,CAAOC,4BAA4B,CAAC,kBAAkB,CAAC;IACrF;IACAC,WAAW;QACTT,MAAM,CAAC,mBAAmB,EAAEO,kBAAAA,CAAOG,0BAA0B,CAAC,kBAAkB,CAAC;IACnF;AACF"}
|