@focus4/styling 11.3.0 → 11.3.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.
|
@@ -43,7 +43,7 @@ export declare const ScrollableContext: import("react").Context<{
|
|
|
43
43
|
* Scrolle vers la position demandée.
|
|
44
44
|
* @param options Options.
|
|
45
45
|
*/
|
|
46
|
-
scrollTo(options?: ScrollToOptions
|
|
46
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
47
47
|
}>;
|
|
48
48
|
/** Contexte d'un ScrollspyContainer, expose les méthodes associées. */
|
|
49
49
|
export declare const ScrollspyContext: import("react").Context<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@focus4/styling",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.1",
|
|
4
4
|
"description": "Focus v4, styling module",
|
|
5
5
|
"main": "lib/focus4.styling.js",
|
|
6
6
|
"repository": {
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"test-ci": "jest --ci --reporters=default --reporters=jest-junit"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@focus4/core": "11.3.
|
|
21
|
+
"@focus4/core": "11.3.1",
|
|
22
22
|
"classnames": "2.3.1",
|
|
23
|
-
"mobx-react": "7.
|
|
23
|
+
"mobx-react": "7.5.0",
|
|
24
24
|
"react": "17.0.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@types/jest": "
|
|
28
|
-
"jest": "
|
|
29
|
-
"jest-junit": "
|
|
30
|
-
"ts-jest": "
|
|
27
|
+
"@types/jest": "28.1.1",
|
|
28
|
+
"jest": "28.1.1",
|
|
29
|
+
"jest-junit": "13.2.0",
|
|
30
|
+
"ts-jest": "28.0.4"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "039cadf0dd8df282f48e82a1a8b87772c3f7bfa5"
|
|
33
33
|
}
|