@xylabs/react-scroll-to-top 6.3.10 → 6.3.12

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.
@@ -0,0 +1,2 @@
1
+ export declare const ScrollToTop: () => null;
2
+ //# sourceMappingURL=ScrollToTop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScrollToTop.d.ts","sourceRoot":"","sources":["../../src/ScrollToTop.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW,YAOvB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { ZoomProps } from '@mui/material';
2
+ import React from 'react';
3
+ export interface ScrollToTopButtonProps extends ZoomProps {
4
+ anchorId: string;
5
+ }
6
+ export declare const ScrollToTopButton: React.FC<ScrollToTopButtonProps>;
7
+ //# sourceMappingURL=ScrollToTopButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScrollToTopButton.d.ts","sourceRoot":"","sources":["../../src/ScrollToTopButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAI9C,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAyB9D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/react-scroll-to-top",
3
- "version": "6.3.10",
3
+ "version": "6.3.12",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/react": "^19.1.8",
44
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
45
- "@xylabs/tsconfig-react": "^7.0.0-rc.8",
44
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
45
+ "@xylabs/tsconfig-react": "^7.0.0-rc.24",
46
46
  "knip": "^5.61.3",
47
47
  "react": "^19.1.0",
48
48
  "react-dom": "^19.1.0",