@cleartrip/ct-design-single-select-chip 2.1.0-beta.0 → 2.1.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 +8 -8
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-single-select-chip.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-single-select-chip.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":"cf63-73"},{"name":"src","children":[{"uid":"cf63-75","name":"type.ts"},{"uid":"cf63-77","name":"style.ts"},{"uid":"cf63-79","name":"SingleSelectChip.tsx"},{"uid":"cf63-81","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"cf63-73":{"renderedLength":1952,"gzipLength":878,"brotliLength":693,"metaUid":"cf63-72"},"cf63-75":{"renderedLength":224,"gzipLength":122,"brotliLength":112,"metaUid":"cf63-74"},"cf63-77":{"renderedLength":450,"gzipLength":287,"brotliLength":249,"metaUid":"cf63-76"},"cf63-79":{"renderedLength":3735,"gzipLength":1133,"brotliLength":1007,"metaUid":"cf63-78"},"cf63-81":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"cf63-80"}},"nodeMetas":{"cf63-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-single-select-chip.umd.js":"cf63-73"},"imported":[],"importedBy":[{"uid":"cf63-78"},{"uid":"cf63-76"}]},"cf63-74":{"id":"/src/type.ts","moduleParts":{"ct-design-single-select-chip.umd.js":"cf63-75"},"imported":[],"importedBy":[{"uid":"cf63-80"},{"uid":"cf63-78"},{"uid":"cf63-76"}]},"cf63-76":{"id":"/src/style.ts","moduleParts":{"ct-design-single-select-chip.umd.js":"cf63-77"},"imported":[{"uid":"cf63-72"},{"uid":"cf63-74"}],"importedBy":[{"uid":"cf63-78"}]},"cf63-78":{"id":"/src/SingleSelectChip.tsx","moduleParts":{"ct-design-single-select-chip.umd.js":"cf63-79"},"imported":[{"uid":"cf63-72"},{"uid":"cf63-82"},{"uid":"cf63-83"},{"uid":"cf63-84"},{"uid":"cf63-85"},{"uid":"cf63-86"},{"uid":"cf63-87"},{"uid":"cf63-74"},{"uid":"cf63-76"},{"uid":"cf63-88"},{"uid":"cf63-89"},{"uid":"cf63-90"}],"importedBy":[{"uid":"cf63-80"}]},"cf63-80":{"id":"/src/index.ts","moduleParts":{"ct-design-single-select-chip.umd.js":"cf63-81"},"imported":[{"uid":"cf63-78"},{"uid":"cf63-74"}],"importedBy":[],"isEntry":true},"cf63-82":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-83":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-84":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-85":{"id":"@cleartrip/ct-design-chip","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-86":{"id":"@cleartrip/ct-design-use-isomorphic-effect","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-87":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-88":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-89":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-78"}],"isExternal":true},"cf63-90":{"id":"@cleartrip/ct-design-box","moduleParts":{},"imported":[],"importedBy":[{"uid":"cf63-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-single-select-chip",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "SingleSelectChip Component",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-single-select-chip.cjs.js",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-
|
|
19
|
-
"@cleartrip/ct-design-
|
|
20
|
-
"@cleartrip/ct-design-
|
|
21
|
-
"@cleartrip/ct-design-
|
|
22
|
-
"@cleartrip/ct-design-
|
|
23
|
-
"@cleartrip/ct-design-box": "2.1.0
|
|
24
|
-
"@cleartrip/ct-design-chip": "2.1.0
|
|
18
|
+
"@cleartrip/ct-design-theme": "2.1.0",
|
|
19
|
+
"@cleartrip/ct-design-typography": "2.1.0",
|
|
20
|
+
"@cleartrip/ct-design-container": "2.1.0",
|
|
21
|
+
"@cleartrip/ct-design-types": "2.1.0",
|
|
22
|
+
"@cleartrip/ct-design-use-isomorphic-effect": "2.1.0",
|
|
23
|
+
"@cleartrip/ct-design-box": "2.1.0",
|
|
24
|
+
"@cleartrip/ct-design-chip": "2.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {},
|
|
27
27
|
"peerDependencies": {
|