@cleartrip/ct-design-drawer 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 +4 -4
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.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.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":"c394-73"},{"name":"src","children":[{"uid":"c394-75","name":"style.ts"},{"name":"StyledDrawer","children":[{"uid":"c394-77","name":"style.ts"},{"uid":"c394-79","name":"StyledDrawer.tsx"}]},{"uid":"c394-81","name":"Drawer.tsx"},{"uid":"c394-83","name":"type.ts"},{"uid":"c394-85","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"c394-73":{"renderedLength":1516,"gzipLength":749,"brotliLength":580,"metaUid":"c394-72"},"c394-75":{"renderedLength":614,"gzipLength":269,"brotliLength":222,"metaUid":"c394-74"},"c394-77":{"renderedLength":483,"gzipLength":241,"brotliLength":197,"metaUid":"c394-76"},"c394-79":{"renderedLength":339,"gzipLength":198,"brotliLength":166,"metaUid":"c394-78"},"c394-81":{"renderedLength":1218,"gzipLength":434,"brotliLength":389,"metaUid":"c394-80"},"c394-83":{"renderedLength":218,"gzipLength":127,"brotliLength":113,"metaUid":"c394-82"},"c394-85":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"c394-84"}},"nodeMetas":{"c394-72":{"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.umd.js":"c394-73"},"imported":[],"importedBy":[{"uid":"c394-80"},{"uid":"c394-74"},{"uid":"c394-78"}]},"c394-74":{"id":"/src/style.ts","moduleParts":{"ct-design-drawer.umd.js":"c394-75"},"imported":[{"uid":"c394-72"}],"importedBy":[{"uid":"c394-80"}]},"c394-76":{"id":"/src/StyledDrawer/style.ts","moduleParts":{"ct-design-drawer.umd.js":"c394-77"},"imported":[],"importedBy":[{"uid":"c394-78"}]},"c394-78":{"id":"/src/StyledDrawer/StyledDrawer.tsx","moduleParts":{"ct-design-drawer.umd.js":"c394-79"},"imported":[{"uid":"c394-72"},{"uid":"c394-90"},{"uid":"c394-76"}],"importedBy":[{"uid":"c394-89"}]},"c394-80":{"id":"/src/Drawer.tsx","moduleParts":{"ct-design-drawer.umd.js":"c394-81"},"imported":[{"uid":"c394-72"},{"uid":"c394-86"},{"uid":"c394-87"},{"uid":"c394-88"},{"uid":"c394-74"},{"uid":"c394-89"}],"importedBy":[{"uid":"c394-84"}]},"c394-82":{"id":"/src/type.ts","moduleParts":{"ct-design-drawer.umd.js":"c394-83"},"imported":[],"importedBy":[{"uid":"c394-84"}]},"c394-84":{"id":"/src/index.ts","moduleParts":{"ct-design-drawer.umd.js":"c394-85"},"imported":[{"uid":"c394-80"},{"uid":"c394-82"}],"importedBy":[],"isEntry":true},"c394-86":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"c394-80"}],"isExternal":true},"c394-87":{"id":"@cleartrip/ct-design-overlay","moduleParts":{},"imported":[],"importedBy":[{"uid":"c394-80"}],"isExternal":true},"c394-88":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"c394-80"}],"isExternal":true},"c394-89":{"id":"/src/StyledDrawer/index.ts","moduleParts":{},"imported":[{"uid":"c394-78"}],"importedBy":[{"uid":"c394-80"}]},"c394-90":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"c394-78"}],"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",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Drawer Component",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-drawer.cjs.js",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-
|
|
19
|
-
"@cleartrip/ct-design-
|
|
20
|
-
"@cleartrip/ct-design-overlay": "
|
|
18
|
+
"@cleartrip/ct-design-container": "2.0.0",
|
|
19
|
+
"@cleartrip/ct-design-theme": "2.0.0",
|
|
20
|
+
"@cleartrip/ct-design-overlay": "2.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {},
|
|
23
23
|
"peerDependencies": {
|