@campxdev/shared 1.10.50 → 1.10.51
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/exports.ts +1 -1
- package/package.json +1 -1
- package/src/components/index.ts +2 -1
package/exports.ts
CHANGED
|
@@ -10,7 +10,7 @@ export {
|
|
|
10
10
|
useModal,
|
|
11
11
|
} from './src/components/DrawerWrapper/DrawerWrapper'
|
|
12
12
|
export { default as ConfirmContextProvider } from './src/components/PopupConfirm/ConfirmContextProvider'
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
export { default as Providers } from './src/contexts/Providers'
|
|
15
15
|
export { default as PublicProviders } from './src/contexts/PublicProviders'
|
|
16
16
|
export { default as QueryClientProvider } from './src/contexts/QueryClientProvider'
|
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -28,6 +28,7 @@ import { CustomDialog } from './ModalButtons/DialogButton'
|
|
|
28
28
|
import { CustomDrawer } from './ModalButtons/DrawerButton'
|
|
29
29
|
import PopoverButton from './ModalButtons/PopoverButton'
|
|
30
30
|
import PageNotFound from './PageNotFound'
|
|
31
|
+
import ReactJoyRide from './ReactJoyRide'
|
|
31
32
|
import ResetPassword from './ResetPassword'
|
|
32
33
|
import StepsHeader from './StepsHeader'
|
|
33
34
|
import PrintStudentCard from './StudentCard'
|
|
@@ -54,7 +55,6 @@ export { default as NoDataIllustration } from './NoDataIllustration'
|
|
|
54
55
|
export { PageContent } from './PageContent'
|
|
55
56
|
export { default as PageHeader } from './PageHeader'
|
|
56
57
|
export { default as useConfirm } from './PopupConfirm/useConfirm'
|
|
57
|
-
export { default as ReactJoyRide } from './ReactJoyRide'
|
|
58
58
|
export { default as Spinner } from './Spinner'
|
|
59
59
|
export { default as SwitchButton } from './SwitchButton'
|
|
60
60
|
export { default as Table } from './Tables/BasicTable'
|
|
@@ -91,6 +91,7 @@ export {
|
|
|
91
91
|
PageNotFound,
|
|
92
92
|
PopoverButton,
|
|
93
93
|
PrintStudentCard,
|
|
94
|
+
ReactJoyRide,
|
|
94
95
|
RenderForm,
|
|
95
96
|
ResetPassword,
|
|
96
97
|
SearchBar,
|