@cleartrip/ct-design-search-bar 2.0.0 → 2.0.2-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 +8 -6
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-search-bar.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-search-bar.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":"b465-77"},{"name":"src","children":[{"uid":"b465-79","name":"style.ts"},{"uid":"b465-81","name":"Searchbar.tsx"},{"uid":"b465-83","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"b465-77":{"renderedLength":5236,"gzipLength":1767,"brotliLength":1507,"metaUid":"b465-76"},"b465-79":{"renderedLength":271,"gzipLength":208,"brotliLength":157,"metaUid":"b465-78"},"b465-81":{"renderedLength":7838,"gzipLength":2079,"brotliLength":1816,"metaUid":"b465-80"},"b465-83":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"b465-82"}},"nodeMetas":{"b465-76":{"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-search-bar.umd.js":"b465-77"},"imported":[],"importedBy":[{"uid":"b465-80"},{"uid":"b465-78"}]},"b465-78":{"id":"/src/style.ts","moduleParts":{"ct-design-search-bar.umd.js":"b465-79"},"imported":[{"uid":"b465-76"}],"importedBy":[{"uid":"b465-80"}]},"b465-80":{"id":"/src/Searchbar.tsx","moduleParts":{"ct-design-search-bar.umd.js":"b465-81"},"imported":[{"uid":"b465-76"},{"uid":"b465-85"},{"uid":"b465-86"},{"uid":"b465-87"},{"uid":"b465-78"},{"uid":"b465-88"},{"uid":"b465-89"},{"uid":"b465-90"},{"uid":"b465-91"},{"uid":"b465-92"},{"uid":"b465-93"},{"uid":"b465-94"},{"uid":"b465-95"}],"importedBy":[{"uid":"b465-82"}]},"b465-82":{"id":"/src/index.ts","moduleParts":{"ct-design-search-bar.umd.js":"b465-83"},"imported":[{"uid":"b465-84"},{"uid":"b465-80"}],"importedBy":[],"isEntry":true},"b465-84":{"id":"/src/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-82"}]},"b465-85":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-86":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-87":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-88":{"id":"@cleartrip/ct-design-text-field","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-89":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-90":{"id":"@cleartrip/ct-design-dropdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-91":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-92":{"id":"@cleartrip/ct-design-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-93":{"id":"@cleartrip/ct-design-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-94":{"id":"@cleartrip/ct-design-use-debounce","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"isExternal":true},"b465-95":{"id":"@cleartrip/ct-design-spinner","moduleParts":{},"imported":[],"importedBy":[{"uid":"b465-80"}],"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-search-bar",
|
|
3
|
-
"version": "2.0.0",
|
|
3
|
+
"version": "2.0.2-beta.0",
|
|
4
4
|
"description": "SearchBar Component",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-search-bar.cjs.js",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-types": "2.0.0",
|
|
19
18
|
"@cleartrip/ct-design-theme": "2.0.0",
|
|
20
|
-
"@cleartrip/ct-design-container": "2.0.0",
|
|
21
|
-
"@cleartrip/ct-design-popover": "2.0.0",
|
|
22
19
|
"@cleartrip/ct-design-icons": "2.0.0",
|
|
20
|
+
"@cleartrip/ct-design-types": "2.0.0",
|
|
21
|
+
"@cleartrip/ct-design-container": "2.0.0",
|
|
22
|
+
"@cleartrip/ct-design-popover": "2.1.1-beta.0",
|
|
23
|
+
"@cleartrip/ct-design-dropdown": "2.1.0-beta.0",
|
|
23
24
|
"@cleartrip/ct-design-text-field": "2.0.0",
|
|
24
|
-
"@cleartrip/ct-design-dropdown": "2.0.0",
|
|
25
25
|
"@cleartrip/ct-design-spinner": "2.0.0",
|
|
26
26
|
"@cleartrip/ct-design-use-debounce": "2.0.0"
|
|
27
27
|
},
|
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
"license": "ISC",
|
|
39
39
|
"scripts": {
|
|
40
40
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
41
|
-
"
|
|
41
|
+
"watch-package": "rollup -c -w",
|
|
42
|
+
"build-package": "rollup -c",
|
|
43
|
+
"build-package:clean": "rm -rf dist && rollup -c"
|
|
42
44
|
}
|
|
43
45
|
}
|