@fluentui/react-provider 0.0.0-nightly-20240726-0407.1 → 0.0.0-nightly-20240727-0949.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 +11 -11
- package/dist/index.d.ts +3 -147
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Sat, 27 Jul 2024 09:59:27 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-20240727-0949.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.0.0-nightly-20240727-0949.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.17.0..@fluentui/react-provider_v0.0.0-nightly-
|
9
|
+
Sat, 27 Jul 2024 09:59:27 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.17.0..@fluentui/react-provider_v0.0.0-nightly-20240727-0949.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-tabster to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-
|
20
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-
|
21
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
19
|
+
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
21
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240727-0949.1 ([commit](https://github.com/microsoft/fluentui/commit/4343e60c0174ac0a9f796c3a6b8afa6ab0f4d99d) by beachball)
|
22
22
|
|
23
23
|
## [9.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.17.0)
|
24
24
|
|
package/dist/index.d.ts
CHANGED
@@ -1,14 +1,13 @@
|
|
1
|
-
import { ComponentProps } from '@fluentui/react-utilities';
|
1
|
+
import type { ComponentProps } from '@fluentui/react-utilities';
|
2
2
|
import type { ComponentState } from '@fluentui/react-utilities';
|
3
3
|
import type { CustomStyleHooksContextValue_unstable } from '@fluentui/react-shared-contexts';
|
4
4
|
import type { IconDirectionContextValue } from '@fluentui/react-icons/lib/providers';
|
5
|
-
import { OverridesContextValue_unstable } from '@fluentui/react-shared-contexts';
|
5
|
+
import type { OverridesContextValue_unstable } from '@fluentui/react-shared-contexts';
|
6
6
|
import type { PartialTheme } from '@fluentui/react-theme';
|
7
7
|
import type { ProviderContextValue_unstable } from '@fluentui/react-shared-contexts';
|
8
8
|
import * as React_2 from 'react';
|
9
9
|
import type { Slot } from '@fluentui/react-utilities';
|
10
10
|
import { SlotClassNames } from '@fluentui/react-utilities';
|
11
|
-
import { Theme } from '@fluentui/tokens';
|
12
11
|
import type { ThemeClassNameContextValue_unstable } from '@fluentui/react-shared-contexts';
|
13
12
|
import type { ThemeContextValue_unstable } from '@fluentui/react-shared-contexts';
|
14
13
|
import type { TooltipVisibilityContextValue_unstable } from '@fluentui/react-shared-contexts';
|
@@ -20,150 +19,7 @@ import type { TooltipVisibilityContextValue_unstable } from '@fluentui/react-sha
|
|
20
19
|
*/
|
21
20
|
export declare function createCSSRuleFromTheme(selector: string, theme: PartialTheme | undefined): string;
|
22
21
|
|
23
|
-
export declare const FluentProvider: React_2.ForwardRefExoticComponent<
|
24
|
-
applyStylesToPortals?: boolean | undefined;
|
25
|
-
customStyleHooks_unstable?: Partial<{
|
26
|
-
useAccordionHeaderStyles_unstable: (state: unknown) => void;
|
27
|
-
useAccordionItemStyles_unstable: (state: unknown) => void;
|
28
|
-
useAccordionPanelStyles_unstable: (state: unknown) => void;
|
29
|
-
useAccordionStyles_unstable: (state: unknown) => void;
|
30
|
-
useAvatarStyles_unstable: (state: unknown) => void;
|
31
|
-
useAvatarGroupStyles_unstable: (state: unknown) => void;
|
32
|
-
useAvatarGroupItemStyles_unstable: (state: unknown) => void;
|
33
|
-
useAvatarGroupPopoverStyles_unstable: (state: unknown) => void;
|
34
|
-
useBadgeStyles_unstable: (state: unknown) => void;
|
35
|
-
useCounterBadgeStyles_unstable: (state: unknown) => void;
|
36
|
-
useCardHeaderStyles_unstable: (state: unknown) => void;
|
37
|
-
useCardStyles_unstable: (state: unknown) => void;
|
38
|
-
useCardFooterStyles_unstable: (state: unknown) => void;
|
39
|
-
useCardPreviewStyles_unstable: (state: unknown) => void;
|
40
|
-
usePresenceBadgeStyles_unstable: (state: unknown) => void;
|
41
|
-
useButtonStyles_unstable: (state: unknown) => void;
|
42
|
-
useCompoundButtonStyles_unstable: (state: unknown) => void;
|
43
|
-
useMenuButtonStyles_unstable: (state: unknown) => void;
|
44
|
-
useSplitButtonStyles_unstable: (state: unknown) => void;
|
45
|
-
useToggleButtonStyles_unstable: (state: unknown) => void;
|
46
|
-
useCheckboxStyles_unstable: (state: unknown) => void;
|
47
|
-
useComboboxStyles_unstable: (state: unknown) => void;
|
48
|
-
useDropdownStyles_unstable: (state: unknown) => void;
|
49
|
-
useListboxStyles_unstable: (state: unknown) => void;
|
50
|
-
useListStyles_unstable: (state: unknown) => void;
|
51
|
-
useListItemStyles_unstable: (state: unknown) => void;
|
52
|
-
useListItemButtonStyles_unstable: (state: unknown) => void;
|
53
|
-
useOptionStyles_unstable: (state: unknown) => void;
|
54
|
-
useOptionGroupStyles_unstable: (state: unknown) => void;
|
55
|
-
useDividerStyles_unstable: (state: unknown) => void;
|
56
|
-
useInputStyles_unstable: (state: unknown) => void;
|
57
|
-
useImageStyles_unstable: (state: unknown) => void;
|
58
|
-
useLabelStyles_unstable: (state: unknown) => void;
|
59
|
-
useLinkStyles_unstable: (state: unknown) => void;
|
60
|
-
useMenuDividerStyles_unstable: (state: unknown) => void;
|
61
|
-
useMenuGroupHeaderStyles_unstable: (state: unknown) => void;
|
62
|
-
useMenuGroupStyles_unstable: (state: unknown) => void;
|
63
|
-
useMenuItemCheckboxStyles_unstable: (state: unknown) => void;
|
64
|
-
useMenuItemSwitchStyles_unstable: (state: unknown) => void;
|
65
|
-
useMenuItemRadioStyles_unstable: (state: unknown) => void;
|
66
|
-
useMenuItemStyles_unstable: (state: unknown) => void;
|
67
|
-
useMenuItemLinkStyles_unstable: (state: unknown) => void;
|
68
|
-
useMenuListStyles_unstable: (state: unknown) => void;
|
69
|
-
useMenuPopoverStyles_unstable: (state: unknown) => void;
|
70
|
-
useMenuSplitGroupStyles_unstable: (state: unknown) => void;
|
71
|
-
usePersonaStyles_unstable: (state: unknown) => void;
|
72
|
-
usePopoverSurfaceStyles_unstable: (state: unknown) => void;
|
73
|
-
useRadioGroupStyles_unstable: (state: unknown) => void;
|
74
|
-
useRadioStyles_unstable: (state: unknown) => void;
|
75
|
-
useSelectStyles_unstable: (state: unknown) => void;
|
76
|
-
useSliderStyles_unstable: (state: unknown) => void;
|
77
|
-
useSpinButtonStyles_unstable: (state: unknown) => void;
|
78
|
-
useSpinnerStyles_unstable: (state: unknown) => void;
|
79
|
-
useSwitchStyles_unstable: (state: unknown) => void;
|
80
|
-
useTabStyles_unstable: (state: unknown) => void;
|
81
|
-
useTabListStyles_unstable: (state: unknown) => void;
|
82
|
-
useTextStyles_unstable: (state: unknown) => void;
|
83
|
-
useTextareaStyles_unstable: (state: unknown) => void;
|
84
|
-
useTooltipStyles_unstable: (state: unknown) => void;
|
85
|
-
useDialogTitleStyles_unstable: (state: unknown) => void;
|
86
|
-
useDialogBodyStyles_unstable: (state: unknown) => void;
|
87
|
-
useDialogActionsStyles_unstable: (state: unknown) => void;
|
88
|
-
useDialogSurfaceStyles_unstable: (state: unknown) => void;
|
89
|
-
useDialogContentStyles_unstable: (state: unknown) => void;
|
90
|
-
useProgressBarStyles_unstable: (state: unknown) => void;
|
91
|
-
useToolbarButtonStyles_unstable: (state: unknown) => void;
|
92
|
-
useToolbarRadioButtonStyles_unstable: (state: unknown) => void;
|
93
|
-
useToolbarGroupStyles_unstable: (state: unknown) => void;
|
94
|
-
useToolbarToggleButtonStyles_unstable: (state: unknown) => void;
|
95
|
-
useToolbarDividerStyles_unstable: (state: unknown) => void;
|
96
|
-
useToolbarStyles_unstable: (state: unknown) => void;
|
97
|
-
useTableCellStyles_unstable: (state: unknown) => void;
|
98
|
-
useTableRowStyles_unstable: (state: unknown) => void;
|
99
|
-
useTableBodyStyles_unstable: (state: unknown) => void;
|
100
|
-
useTableStyles_unstable: (state: unknown) => void;
|
101
|
-
useTableHeaderStyles_unstable: (state: unknown) => void;
|
102
|
-
useTableHeaderCellStyles_unstable: (state: unknown) => void;
|
103
|
-
useTableResizeHandleStyles_unstable: (state: unknown) => void;
|
104
|
-
useTableSelectionCellStyles_unstable: (state: unknown) => void;
|
105
|
-
useTableCellActionsStyles_unstable: (state: unknown) => void;
|
106
|
-
useTableCellLayoutStyles_unstable: (state: unknown) => void;
|
107
|
-
useDataGridCellStyles_unstable: (state: unknown) => void;
|
108
|
-
useDataGridRowStyles_unstable: (state: unknown) => void;
|
109
|
-
useDataGridBodyStyles_unstable: (state: unknown) => void;
|
110
|
-
useDataGridStyles_unstable: (state: unknown) => void;
|
111
|
-
useDataGridHeaderStyles_unstable: (state: unknown) => void;
|
112
|
-
useDataGridHeaderCellStyles_unstable: (state: unknown) => void;
|
113
|
-
useDataGridSelectionCellStyles_unstable: (state: unknown) => void;
|
114
|
-
useDrawerStyles_unstable: (state: unknown) => void;
|
115
|
-
useDrawerInlineStyles_unstable: (state: unknown) => void;
|
116
|
-
useDrawerOverlayStyles_unstable: (state: unknown) => void;
|
117
|
-
useInlineDrawerStyles_unstable: (state: unknown) => void;
|
118
|
-
useOverlayDrawerStyles_unstable: (state: unknown) => void;
|
119
|
-
useDrawerHeaderStyles_unstable: (state: unknown) => void;
|
120
|
-
useDrawerHeaderNavigationStyles_unstable: (state: unknown) => void;
|
121
|
-
useDrawerHeaderTitleStyles_unstable: (state: unknown) => void;
|
122
|
-
useDrawerBodyStyles_unstable: (state: unknown) => void;
|
123
|
-
useDrawerFooterStyles_unstable: (state: unknown) => void;
|
124
|
-
useInteractionTagStyles_unstable: (state: unknown) => void;
|
125
|
-
useInteractionTagPrimaryStyles_unstable: (state: unknown) => void;
|
126
|
-
useInteractionTagSecondaryStyles_unstable: (state: unknown) => void;
|
127
|
-
useTagStyles_unstable: (state: unknown) => void;
|
128
|
-
useTagGroupStyles_unstable: (state: unknown) => void;
|
129
|
-
useBreadcrumbStyles_unstable: (state: unknown) => void;
|
130
|
-
useBreadcrumbButtonStyles_unstable: (state: unknown) => void;
|
131
|
-
useBreadcrumbItemStyles_unstable: (state: unknown) => void;
|
132
|
-
useBreadcrumbDividerStyles_unstable: (state: unknown) => void;
|
133
|
-
useMessageBarStyles_unstable: (state: unknown) => void;
|
134
|
-
useMessageBarBodyStyles_unstable: (state: unknown) => void;
|
135
|
-
useMessageBarTitleStyles_unstable: (state: unknown) => void;
|
136
|
-
useMessageBarActionsStyles_unstable: (state: unknown) => void;
|
137
|
-
useMessageBarGroupStyles_unstable: (state: unknown) => void;
|
138
|
-
useToasterStyles_unstable: (state: unknown) => void;
|
139
|
-
useTeachingPopoverStyles_unstable: (state: unknown) => void;
|
140
|
-
useTeachingPopoverActionsStyles_unstable: (state: unknown) => void;
|
141
|
-
useTeachingPopoverBodyStyles_unstable: (state: unknown) => void;
|
142
|
-
useTeachingPopoverButtonStyles_unstable: (state: unknown) => void;
|
143
|
-
useTeachingPopoverCarouselStyles_unstable: (state: unknown) => void;
|
144
|
-
useTeachingPopoverHeaderStyles_unstable: (state: unknown) => void;
|
145
|
-
useTeachingPopoverPageCountStyles_unstable: (state: unknown) => void;
|
146
|
-
useTeachingPopoverSurfaceStyles_unstable: (state: unknown) => void;
|
147
|
-
useTeachingPopoverTitleStyles_unstable: (state: unknown) => void;
|
148
|
-
useTimePickerCompatStyles_unstable: (state: unknown) => void;
|
149
|
-
useTagPickerInputStyles_unstable: (state: unknown) => void;
|
150
|
-
useTagPickerButtonStyles_unstable: (state: unknown) => void;
|
151
|
-
useTagPickerControlStyles_unstable: (state: unknown) => void;
|
152
|
-
useTagPickerGroupStyles_unstable: (state: unknown) => void;
|
153
|
-
useTagPickerListStyles_unstable: (state: unknown) => void;
|
154
|
-
useTagPickerOptionStyles_unstable: (state: unknown) => void;
|
155
|
-
useTagPickerOptionGroupStyles_unstable: (state: unknown) => void;
|
156
|
-
useColorSwatchStyles_unstable: (state: unknown) => void;
|
157
|
-
useImageSwatchStyles_unstable: (state: unknown) => void;
|
158
|
-
useEmptySwatchStyles_unstable: (state: unknown) => void;
|
159
|
-
useSwatchPickerRowStyles_unstable: (state: unknown) => void;
|
160
|
-
useSwatchPickerStyles_unstable: (state: unknown) => void;
|
161
|
-
}> | undefined;
|
162
|
-
dir?: "ltr" | "rtl" | undefined;
|
163
|
-
targetDocument?: Document | undefined;
|
164
|
-
theme?: Partial<Theme> | undefined;
|
165
|
-
overrides_unstable?: OverridesContextValue_unstable | undefined;
|
166
|
-
} & React_2.RefAttributes<HTMLElement>>;
|
22
|
+
export declare const FluentProvider: React_2.ForwardRefExoticComponent<Pick<FluentProviderProps, "slot" | "style" | "title" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "as" | "targetDocument" | "applyStylesToPortals" | "customStyleHooks_unstable" | "theme" | "overrides_unstable"> & React_2.RefAttributes<HTMLElement>>;
|
167
23
|
|
168
24
|
export declare const fluentProviderClassNames: SlotClassNames<FluentProviderSlots>;
|
169
25
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20240727-0949.1",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -26,18 +26,18 @@
|
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
|
-
"@fluentui/react-conformance": "0.0.0-nightly-
|
30
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
29
|
+
"@fluentui/react-conformance": "0.0.0-nightly-20240727-0949.1",
|
30
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240727-0949.1",
|
31
31
|
"@fluentui/scripts-api-extractor": "*",
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@fluentui/react-icons": "^2.0.245",
|
36
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
39
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
40
|
-
"@fluentui/react-jsx-runtime": "0.0.0-nightly-
|
36
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240727-0949.1",
|
37
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20240727-0949.1",
|
38
|
+
"@fluentui/react-theme": "0.0.0-nightly-20240727-0949.1",
|
39
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20240727-0949.1",
|
40
|
+
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240727-0949.1",
|
41
41
|
"@griffel/core": "^1.16.0",
|
42
42
|
"@griffel/react": "^1.5.22",
|
43
43
|
"@swc/helpers": "^0.5.1"
|