@cleartrip/ct-design-drawer-v2 1.2.0-beta.0 → 2.0.0
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/stats.html +1 -1
- package/package.json +9 -9
package/dist/stats.html
CHANGED
|
@@ -4818,7 +4818,7 @@ var drawChart = (function (exports) {
|
|
|
4818
4818
|
</script>
|
|
4819
4819
|
<script>
|
|
4820
4820
|
/*<!--*/
|
|
4821
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"ct-design-drawer-v2.umd.js","children":[{"name":"Users/kanishk.gupta/Desktop/Cleartrip/ct-design-system/node_modules/.pnpm/@rollup+plugin-typescript@9.0.2_rollup@3.29.4_tslib@2.6.2_typescript@4.9.5/node_modules/tslib/tslib.es6.js","uid":"
|
|
4821
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"ct-design-drawer-v2.umd.js","children":[{"name":"Users/kanishk.gupta/Desktop/Cleartrip/ct-design-system/node_modules/.pnpm/@rollup+plugin-typescript@9.0.2_rollup@3.29.4_tslib@2.6.2_typescript@4.9.5/node_modules/tslib/tslib.es6.js","uid":"fa3b-53"},{"name":"src","children":[{"uid":"fa3b-55","name":"Drawer.tsx"},{"uid":"fa3b-57","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"fa3b-53":{"renderedLength":1516,"gzipLength":749,"brotliLength":580,"metaUid":"fa3b-52"},"fa3b-55":{"renderedLength":1549,"gzipLength":599,"brotliLength":524,"metaUid":"fa3b-54"},"fa3b-57":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"fa3b-56"}},"nodeMetas":{"fa3b-52":{"id":"/Users/kanishk.gupta/Desktop/Cleartrip/ct-design-system/node_modules/.pnpm/@rollup+plugin-typescript@9.0.2_rollup@3.29.4_tslib@2.6.2_typescript@4.9.5/node_modules/tslib/tslib.es6.js","moduleParts":{"ct-design-drawer-v2.umd.js":"fa3b-53"},"imported":[],"importedBy":[{"uid":"fa3b-54"}]},"fa3b-54":{"id":"/src/Drawer.tsx","moduleParts":{"ct-design-drawer-v2.umd.js":"fa3b-55"},"imported":[{"uid":"fa3b-52"},{"uid":"fa3b-59"},{"uid":"fa3b-60"},{"uid":"fa3b-61"},{"uid":"fa3b-62"},{"uid":"fa3b-63"},{"uid":"fa3b-64"},{"uid":"fa3b-65"}],"importedBy":[{"uid":"fa3b-56"}]},"fa3b-56":{"id":"/src/index.ts","moduleParts":{"ct-design-drawer-v2.umd.js":"fa3b-57"},"imported":[{"uid":"fa3b-54"},{"uid":"fa3b-58"}],"importedBy":[],"isEntry":true},"fa3b-58":{"id":"/src/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-56"}]},"fa3b-59":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true},"fa3b-60":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true},"fa3b-61":{"id":"@cleartrip/ct-design-outside-click-handler","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true},"fa3b-62":{"id":"@cleartrip/ct-design-overlay","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true},"fa3b-63":{"id":"@cleartrip/ct-design-portal","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true},"fa3b-64":{"id":"@cleartrip/ct-design-transition","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true},"fa3b-65":{"id":"@cleartrip/ct-design-conditional-wrap","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa3b-54"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
|
|
4822
4822
|
|
|
4823
4823
|
const run = () => {
|
|
4824
4824
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleartrip/ct-design-drawer-v2",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Drawer v2 ",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-drawer-v2.cjs.js",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-container": "
|
|
19
|
-
"@cleartrip/ct-design-
|
|
20
|
-
"@cleartrip/ct-design-
|
|
21
|
-
"@cleartrip/ct-design-
|
|
22
|
-
"@cleartrip/ct-design-
|
|
23
|
-
"@cleartrip/ct-design-
|
|
18
|
+
"@cleartrip/ct-design-container": "2.0.0",
|
|
19
|
+
"@cleartrip/ct-design-conditional-wrap": "2.0.0",
|
|
20
|
+
"@cleartrip/ct-design-outside-click-handler": "2.0.0",
|
|
21
|
+
"@cleartrip/ct-design-overlay": "2.0.0",
|
|
22
|
+
"@cleartrip/ct-design-transition": "2.0.0",
|
|
23
|
+
"@cleartrip/ct-design-portal": "2.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@cleartrip/ct-design-theme": "
|
|
27
|
-
"@cleartrip/ct-design-button": "
|
|
26
|
+
"@cleartrip/ct-design-theme": "2.0.0",
|
|
27
|
+
"@cleartrip/ct-design-button": "2.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": ">=16.8.0",
|