@cleartrip/ct-design-chip-dropdown 2.0.0 → 2.0.1-beta.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 +7 -5
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-chip-dropdown.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-chip-dropdown.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":"ad42-73"},{"name":"src","children":[{"name":"StyledChipArrow/StyledChipArrow.tsx","uid":"ad42-75"},{"uid":"ad42-77","name":"ChipDropdown.tsx"},{"uid":"ad42-79","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ad42-73":{"renderedLength":1516,"gzipLength":749,"brotliLength":580,"metaUid":"ad42-72"},"ad42-75":{"renderedLength":390,"gzipLength":170,"brotliLength":133,"metaUid":"ad42-74"},"ad42-77":{"renderedLength":3710,"gzipLength":1094,"brotliLength":964,"metaUid":"ad42-76"},"ad42-79":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ad42-78"}},"nodeMetas":{"ad42-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-chip-dropdown.umd.js":"ad42-73"},"imported":[],"importedBy":[{"uid":"ad42-76"}]},"ad42-74":{"id":"/src/StyledChipArrow/StyledChipArrow.tsx","moduleParts":{"ct-design-chip-dropdown.umd.js":"ad42-75"},"imported":[{"uid":"ad42-90"}],"importedBy":[{"uid":"ad42-88"}]},"ad42-76":{"id":"/src/ChipDropdown.tsx","moduleParts":{"ct-design-chip-dropdown.umd.js":"ad42-77"},"imported":[{"uid":"ad42-72"},{"uid":"ad42-81"},{"uid":"ad42-82"},{"uid":"ad42-83"},{"uid":"ad42-84"},{"uid":"ad42-85"},{"uid":"ad42-86"},{"uid":"ad42-87"},{"uid":"ad42-88"},{"uid":"ad42-89"}],"importedBy":[{"uid":"ad42-78"}]},"ad42-78":{"id":"/src/index.ts","moduleParts":{"ct-design-chip-dropdown.umd.js":"ad42-79"},"imported":[{"uid":"ad42-76"},{"uid":"ad42-80"}],"importedBy":[],"isEntry":true},"ad42-80":{"id":"/src/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-78"}]},"ad42-81":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-82":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-83":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-84":{"id":"@cleartrip/ct-design-chip","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-85":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-86":{"id":"@cleartrip/ct-design-dropdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-87":{"id":"@cleartrip/ct-design-outside-click-handler","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-88":{"id":"/src/StyledChipArrow/index.ts","moduleParts":{},"imported":[{"uid":"ad42-74"}],"importedBy":[{"uid":"ad42-76"}]},"ad42-89":{"id":"@cleartrip/ct-design-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-76"}],"isExternal":true},"ad42-90":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"ad42-74"}],"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-chip-dropdown",
|
|
3
|
-
"version": "2.0.0",
|
|
3
|
+
"version": "2.0.1-beta.0",
|
|
4
4
|
"description": "ChipDropdown Component",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-chip-dropdown.cjs.js",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-
|
|
18
|
+
"@cleartrip/ct-design-dropdown": "2.1.0-beta.0",
|
|
19
19
|
"@cleartrip/ct-design-container": "2.0.0",
|
|
20
20
|
"@cleartrip/ct-design-icons": "2.0.0",
|
|
21
21
|
"@cleartrip/ct-design-theme": "2.0.0",
|
|
22
|
-
"@cleartrip/ct-design-
|
|
23
|
-
"@cleartrip/ct-design-outside-click-handler": "2.0.0"
|
|
22
|
+
"@cleartrip/ct-design-chip": "2.0.0",
|
|
23
|
+
"@cleartrip/ct-design-outside-click-handler": "2.1.0-beta.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {},
|
|
26
26
|
"peerDependencies": {
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
"license": "ISC",
|
|
36
36
|
"scripts": {
|
|
37
37
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
38
|
-
"
|
|
38
|
+
"watch-package": "rollup -c -w",
|
|
39
|
+
"build-package": "rollup -c",
|
|
40
|
+
"build-package:clean": "rm -rf dist && rollup -c"
|
|
39
41
|
}
|
|
40
42
|
}
|