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