@fluentui/react-dialog
Advanced tools
Comparing version
@@ -44,2 +44,6 @@ "use strict"; | ||
components: { | ||
// TODO: remove once React v18 slot API is modified | ||
// This is a problem at the moment due to UnknownSlotProps assumption | ||
// that `children` property is `ReactNode`, which in this case is not valid | ||
// as PresenceComponentProps['children'] is `ReactElement` | ||
surfaceMotion: _DialogSurfaceMotion.DialogSurfaceMotion | ||
@@ -46,0 +50,0 @@ }, |
@@ -85,2 +85,6 @@ "use strict"; | ||
root: 'div', | ||
// TODO: remove once React v18 slot API is modified | ||
// This is a problem at the moment due to UnknownSlotProps assumption | ||
// that `children` property is `ReactNode`, which in this case is not valid | ||
// as PresenceComponentProps['children'] is `ReactElement` | ||
backdropMotion: _DialogBackdropMotion.DialogBackdropMotion | ||
@@ -87,0 +91,0 @@ }, |
@@ -40,2 +40,6 @@ import { useHasParentContext } from '@fluentui/react-context-selector'; | ||
components: { | ||
// TODO: remove once React v18 slot API is modified | ||
// This is a problem at the moment due to UnknownSlotProps assumption | ||
// that `children` property is `ReactNode`, which in this case is not valid | ||
// as PresenceComponentProps['children'] is `ReactElement` | ||
surfaceMotion: DialogSurfaceMotion | ||
@@ -42,0 +46,0 @@ }, |
@@ -82,2 +82,6 @@ import { Escape } from '@fluentui/keyboard-keys'; | ||
root: 'div', | ||
// TODO: remove once React v18 slot API is modified | ||
// This is a problem at the moment due to UnknownSlotProps assumption | ||
// that `children` property is `ReactNode`, which in this case is not valid | ||
// as PresenceComponentProps['children'] is `ReactElement` | ||
backdropMotion: DialogBackdropMotion | ||
@@ -84,0 +88,0 @@ }, |
{ | ||
"name": "@fluentui/react-dialog", | ||
"version": "0.0.0-nightly-20250522-1841.1", | ||
"version": "0.0.0-nightly-20250523-0406.1", | ||
"description": "Dialog component for Fluent UI React", | ||
@@ -15,10 +15,10 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/react-provider": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-popover": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-tooltip": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-button": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-menu": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-provider": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-popover": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-tooltip": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-button": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-menu": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/eslint-plugin": "*", | ||
"@fluentui/react-conformance": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-conformance": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/scripts-api-extractor": "*", | ||
@@ -28,14 +28,14 @@ "@fluentui/scripts-cypress": "*" | ||
"dependencies": { | ||
"@fluentui/react-utilities": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/keyboard-keys": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-context-selector": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-motion": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-motion-components-preview": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-aria": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/keyboard-keys": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-context-selector": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-motion": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-motion-components-preview": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-aria": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-icons": "^2.0.245", | ||
"@fluentui/react-tabster": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-theme": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-portal": "0.0.0-nightly-20250522-1841.1", | ||
"@fluentui/react-tabster": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-theme": "0.0.0-nightly-20250523-0406.1", | ||
"@fluentui/react-portal": "0.0.0-nightly-20250523-0406.1", | ||
"@griffel/react": "^1.5.22", | ||
@@ -42,0 +42,0 @@ "@swc/helpers": "^0.5.1" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
515777
0.56%3526
0.46%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated