@process.co/ui 0.0.19 → 0.0.20
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/dist/components/slots/index.cjs +5 -3
- package/dist/components/slots/index.cjs.map +1 -1
- package/dist/components/slots/index.d.cts +1 -1
- package/dist/components/slots/index.d.ts +1 -1
- package/dist/components/slots/index.js +5 -3
- package/dist/components/slots/index.js.map +1 -1
- package/dist/index-DeN5zh8_.d.cts +21 -0
- package/dist/index-DeN5zh8_.d.ts +21 -0
- package/dist/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/index-CcOhL3Cy.d.cts +0 -13
- package/dist/index-CcOhL3Cy.d.ts +0 -13
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const SlotElements: () => React.JSX.Element;
|
|
4
|
-
|
|
5
|
-
declare const ExportManager: () => React.JSX.Element;
|
|
6
|
-
|
|
7
|
-
declare const index_ExportManager: typeof ExportManager;
|
|
8
|
-
declare const index_SlotElements: typeof SlotElements;
|
|
9
|
-
declare namespace index {
|
|
10
|
-
export { index_ExportManager as ExportManager, index_SlotElements as SlotElements };
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { ExportManager as E, SlotElements as S, index as i };
|
package/dist/index-CcOhL3Cy.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const SlotElements: () => React.JSX.Element;
|
|
4
|
-
|
|
5
|
-
declare const ExportManager: () => React.JSX.Element;
|
|
6
|
-
|
|
7
|
-
declare const index_ExportManager: typeof ExportManager;
|
|
8
|
-
declare const index_SlotElements: typeof SlotElements;
|
|
9
|
-
declare namespace index {
|
|
10
|
-
export { index_ExportManager as ExportManager, index_SlotElements as SlotElements };
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export { ExportManager as E, SlotElements as S, index as i };
|