@algolia/satellite 1.10.1 → 1.10.2
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.
@@ -73,6 +73,10 @@ interface PopoverPropsBase extends Omit<HTMLAttributes<HTMLDivElement>, "title"
|
|
73
73
|
* Defines the locale of the `Popover`.
|
74
74
|
*/
|
75
75
|
locale?: PopoverLocale;
|
76
|
+
/**
|
77
|
+
* Used to force mounting when more control is needed.
|
78
|
+
*/
|
79
|
+
forceMount?: true | undefined;
|
76
80
|
}
|
77
81
|
declare type PopoverPropsWithTitle = {
|
78
82
|
/**
|
@@ -73,6 +73,10 @@ interface PopoverPropsBase extends Omit<HTMLAttributes<HTMLDivElement>, "title"
|
|
73
73
|
* Defines the locale of the `Popover`.
|
74
74
|
*/
|
75
75
|
locale?: PopoverLocale;
|
76
|
+
/**
|
77
|
+
* Used to force mounting when more control is needed.
|
78
|
+
*/
|
79
|
+
forceMount?: true | undefined;
|
76
80
|
}
|
77
81
|
declare type PopoverPropsWithTitle = {
|
78
82
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@algolia/satellite",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.2",
|
4
4
|
"description": "Algolia design system React components",
|
5
5
|
"sideEffects": false,
|
6
6
|
"scripts": {
|
@@ -194,7 +194,7 @@
|
|
194
194
|
"@popperjs/core": "^2.4.4",
|
195
195
|
"@radix-ui/react-accordion": "1.1.2",
|
196
196
|
"@radix-ui/react-avatar": "1.0.3",
|
197
|
-
"@radix-ui/react-dialog": "1.0.
|
197
|
+
"@radix-ui/react-dialog": "1.0.4",
|
198
198
|
"@radix-ui/react-dropdown-menu": "2.0.5",
|
199
199
|
"@radix-ui/react-popover": "1.0.7",
|
200
200
|
"@radix-ui/react-progress": "1.0.3",
|