@useblu/ocean-react 1.40.0 → 1.40.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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.40.1](https://github.com/ocean-ds/ocean-web/compare/v1.40.0...v1.40.1) (2023-02-02)
7
+
8
+ ### Reverts
9
+
10
+ - Revert "feat: drawer component improvements" ([3124804](https://github.com/ocean-ds/ocean-web/commit/31248049e8124553a87522b4c98766ef20d66ee3))
11
+
6
12
  # [1.40.0](https://github.com/ocean-ds/ocean-web/compare/v1.39.7...v1.40.0) (2023-02-02)
7
13
 
8
14
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useblu/ocean-react",
3
- "version": "1.40.0",
3
+ "version": "1.40.1",
4
4
  "private": false,
5
5
  "description": "React components that implement Ocean's Design System.",
6
6
  "main": "index.js",
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- declare const Drawer: ({ isOpen, children, className, onClose, position, removeWhenClosed, }: any) => React.ReactPortal | null;
3
- export default Drawer;
4
- //# sourceMappingURL=Drawer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../src/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAiBjD,QAAA,MAAM,MAAM,0EAOT,GAAG,6BAyEL,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- declare const SimpleDrawer: React.FC;
3
- export default SimpleDrawer;
4
- //# sourceMappingURL=SimpleDrawer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SimpleDrawer.d.ts","sourceRoot":"","sources":["../../../src/Drawer/examples/SimpleDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAkBzB,CAAC;AAEF,eAAe,YAAY,CAAC"}
package/Drawer/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export { default } from './Drawer';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Drawer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
@@ -1,3 +0,0 @@
1
- declare const useMountTransition: ({ isMounted, unmountDelay }: any) => boolean;
2
- export default useMountTransition;
3
- //# sourceMappingURL=useMountTransition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useMountTransition.d.ts","sourceRoot":"","sources":["../../src/Drawer/useMountTransition.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB,gCAAiC,GAAG,YAiB3D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}