react-ui89 0.45.0 → 0.45.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.
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.ts
CHANGED
|
@@ -44,8 +44,8 @@ export { Ui89ModalDialog } from "./components/Ui89ModalDialog";
|
|
|
44
44
|
export type { Ui89ModalDialogProps } from "./components/Ui89ModalDialog";
|
|
45
45
|
export { Ui89NameValuePair } from "./components/Ui89NameValuePair";
|
|
46
46
|
export type { Ui89NameValuePairProps } from "./components/Ui89NameValuePair";
|
|
47
|
-
export { Ui89Provider
|
|
48
|
-
export type { Ui89OverrideProps
|
|
47
|
+
export { Ui89Provider } from "./Ui89Provider";
|
|
48
|
+
export type { Ui89OverrideProps } from "./Ui89Provider";
|
|
49
49
|
export { Ui89Scene } from "./components/Ui89Scene";
|
|
50
50
|
export type { Ui89SceneProps } from "./components/Ui89Scene";
|
|
51
51
|
export { Ui89Shortcut } from "./components/Ui89Shortcut";
|
package/dist/esm/index.js
CHANGED
|
@@ -1138,5 +1138,5 @@ const Ui89VirtualTable = React__default.memo((props) => {
|
|
|
1138
1138
|
React__default.createElement(Ui89TagBox, { theme: "warning" }, "Empty")))));
|
|
1139
1139
|
});
|
|
1140
1140
|
|
|
1141
|
-
export { Ui89Breadcrumbs, Ui89Button, Ui89Card, Ui89CardHorizontalConnection, Ui89DateTimePicker, Ui89DigitalClock, Ui89HighlightText, Ui89Hr, Ui89InputCheckBox, Ui89InputCheckList, Ui89InputCheckText, Ui89InputFileUpload, Ui89InputNumber, Ui89InputPassword, Ui89InputSelect, Ui89InputText, Ui89InputTextNumber, Ui89LinkStealth, Ui89LinkUnderline, Ui89Look, Ui89MenuBar, Ui89ModalDialog, Ui89NameValuePair, Ui89Provider
|
|
1141
|
+
export { Ui89Breadcrumbs, Ui89Button, Ui89Card, Ui89CardHorizontalConnection, Ui89DateTimePicker, Ui89DigitalClock, Ui89HighlightText, Ui89Hr, Ui89InputCheckBox, Ui89InputCheckList, Ui89InputCheckText, Ui89InputFileUpload, Ui89InputNumber, Ui89InputPassword, Ui89InputSelect, Ui89InputText, Ui89InputTextNumber, Ui89LinkStealth, Ui89LinkUnderline, Ui89Look, Ui89MenuBar, Ui89ModalDialog, Ui89NameValuePair, Ui89Provider, Ui89Scene, Ui89Shortcut, Ui89SpacePadding, Ui89SpaceVertical, Ui89TabbedCard, Ui89Tabs, Ui89TagBox, Ui89Theme, Ui89ThemeBackground, Ui89TitleBox, Ui89TitleUnderline, Ui89Toaster, Ui89VirtualList, Ui89VirtualTable, useUi89Toaster };
|
|
1142
1142
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-ui89",
|
|
3
3
|
"description": "A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.",
|
|
4
|
-
"version": "0.45.
|
|
4
|
+
"version": "0.45.1",
|
|
5
5
|
"author": "Daniel Araujo",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
7
|
"files": [
|