@codeleap/web 3.21.0 → 3.21.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeleap/web",
3
- "version": "3.21.0",
3
+ "version": "3.21.1",
4
4
  "main": "src/index.ts",
5
5
  "repository": {
6
6
  "url": "https://github.com/codeleap-uk/internal-libs-monorepo.git",
package/src/index.ts CHANGED
@@ -7,8 +7,6 @@ export * from './lib/useBreakpointMatch'
7
7
  export * from './lib/usePopState'
8
8
  export * from './lib/useAnimatedStyle'
9
9
  export { default as Toast } from './lib/Toast'
10
- export { CreateOSAlert, useGlobalAlertComponent, AlertOutlet } from './lib/OSAlert'
11
- export type { GlobalAlertComponentProps, GlobalAlertType } from './lib/OSAlert'
12
10
  export * from './lib/keyboard'
13
11
  export * from './lib/localStorage'
14
12
  export * from './lib/modal'
@@ -0,0 +1,6 @@
1
+ // @Deprecated module
2
+ // All things here are discontinued and will be removed over time.
3
+ // They are no longer updated and are only here because other projects
4
+ // still use them and it is important not to affect their functioning.
5
+
6
+ export * from './OSAlert'
File without changes