@astral/ui 3.345.1 → 3.345.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.
@@ -1 +1 @@
1
- export { PdfViewer, type PdfViewerProps, type PdfViewerOnLoadSuccessProps, pdfViewerClassnames, PdfViewerPagination, type PdfViewerPaginationProps, } from '@astral/components/PdfViewer';
1
+ export { PdfViewer, type PdfViewerOnLoadSuccessProps, PdfViewerPagination, type PdfViewerPaginationProps, type PdfViewerProps, pdfViewerClassnames, } from '@astral/components/PdfViewer';
@@ -1 +1 @@
1
- export { PdfViewer, pdfViewerClassnames, PdfViewerPagination, } from '@astral/components/PdfViewer';
1
+ export { PdfViewer, PdfViewerPagination, pdfViewerClassnames, } from '@astral/components/PdfViewer';
package/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export * from '@astral/components';
2
- export * from '@astral/icons';
3
2
  export * from '@astral/form';
3
+ export * from '@astral/icons';
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export * from '@astral/components';
2
- export * from '@astral/icons';
3
2
  export * from '@astral/form';
3
+ export * from '@astral/icons';
@@ -1 +1 @@
1
- export { PdfViewer, type PdfViewerProps, type PdfViewerOnLoadSuccessProps, pdfViewerClassnames, PdfViewerPagination, type PdfViewerPaginationProps, } from '@astral/components/PdfViewer';
1
+ export { PdfViewer, type PdfViewerOnLoadSuccessProps, PdfViewerPagination, type PdfViewerPaginationProps, type PdfViewerProps, pdfViewerClassnames, } from '@astral/components/PdfViewer';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PdfViewerPagination = exports.pdfViewerClassnames = exports.PdfViewer = void 0;
3
+ exports.pdfViewerClassnames = exports.PdfViewerPagination = exports.PdfViewer = void 0;
4
4
  var PdfViewer_1 = require("@astral/components/PdfViewer");
5
5
  Object.defineProperty(exports, "PdfViewer", { enumerable: true, get: function () { return PdfViewer_1.PdfViewer; } });
6
- Object.defineProperty(exports, "pdfViewerClassnames", { enumerable: true, get: function () { return PdfViewer_1.pdfViewerClassnames; } });
7
6
  Object.defineProperty(exports, "PdfViewerPagination", { enumerable: true, get: function () { return PdfViewer_1.PdfViewerPagination; } });
7
+ Object.defineProperty(exports, "pdfViewerClassnames", { enumerable: true, get: function () { return PdfViewer_1.pdfViewerClassnames; } });
package/node/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export * from '@astral/components';
2
- export * from '@astral/icons';
3
2
  export * from '@astral/form';
3
+ export * from '@astral/icons';
package/node/index.js CHANGED
@@ -15,5 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("@astral/components"), exports);
18
- __exportStar(require("@astral/icons"), exports);
19
18
  __exportStar(require("@astral/form"), exports);
19
+ __exportStar(require("@astral/icons"), exports);
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "3.345.1",
3
+ "version": "3.345.2",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {
7
- "@astral/icons": "3.345.1",
8
- "@astral/components": "3.345.1",
9
- "@astral/form": "3.345.1"
7
+ "@astral/icons": "3.345.2",
8
+ "@astral/components": "3.345.2",
9
+ "@astral/form": "3.345.2"
10
10
  },
11
11
  "peerDependencies": {
12
12
  "react": "^17.0.0 || ^18.0.0",