@cleartrip/ct-design-card 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-card.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-card.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":"9aa0-61"},{"name":"src","children":[{"name":"StyledCard/style.ts","uid":"9aa0-63"},{"uid":"9aa0-65","name":"type.ts"},{"uid":"9aa0-67","name":"style.ts"},{"uid":"9aa0-69","name":"Card.tsx"},{"uid":"9aa0-71","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"9aa0-61":{"renderedLength":1952,"gzipLength":878,"brotliLength":693,"metaUid":"9aa0-60"},"9aa0-63":{"renderedLength":724,"gzipLength":283,"brotliLength":238,"metaUid":"9aa0-62"},"9aa0-65":{"renderedLength":1520,"gzipLength":358,"brotliLength":300,"metaUid":"9aa0-64"},"9aa0-67":{"renderedLength":5518,"gzipLength":758,"brotliLength":666,"metaUid":"9aa0-66"},"9aa0-69":{"renderedLength":1708,"gzipLength":596,"brotliLength":526,"metaUid":"9aa0-68"},"9aa0-71":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"9aa0-70"}},"nodeMetas":{"9aa0-60":{"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-card.umd.js":"9aa0-61"},"imported":[],"importedBy":[{"uid":"9aa0-68"},{"uid":"9aa0-66"},{"uid":"9aa0-62"}]},"9aa0-62":{"id":"/src/StyledCard/style.ts","moduleParts":{"ct-design-card.umd.js":"9aa0-63"},"imported":[{"uid":"9aa0-60"}],"importedBy":[{"uid":"9aa0-68"}]},"9aa0-64":{"id":"/src/type.ts","moduleParts":{"ct-design-card.umd.js":"9aa0-65"},"imported":[],"importedBy":[{"uid":"9aa0-70"},{"uid":"9aa0-68"},{"uid":"9aa0-66"}]},"9aa0-66":{"id":"/src/style.ts","moduleParts":{"ct-design-card.umd.js":"9aa0-67"},"imported":[{"uid":"9aa0-60"},{"uid":"9aa0-64"}],"importedBy":[{"uid":"9aa0-70"},{"uid":"9aa0-68"}]},"9aa0-68":{"id":"/src/Card.tsx","moduleParts":{"ct-design-card.umd.js":"9aa0-69"},"imported":[{"uid":"9aa0-60"},{"uid":"9aa0-72"},{"uid":"9aa0-73"},{"uid":"9aa0-74"},{"uid":"9aa0-62"},{"uid":"9aa0-66"},{"uid":"9aa0-64"},{"uid":"9aa0-75"}],"importedBy":[{"uid":"9aa0-70"}]},"9aa0-70":{"id":"/src/index.ts","moduleParts":{"ct-design-card.umd.js":"9aa0-71"},"imported":[{"uid":"9aa0-68"},{"uid":"9aa0-64"},{"uid":"9aa0-66"}],"importedBy":[],"isEntry":true},"9aa0-72":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"9aa0-68"}],"isExternal":true},"9aa0-73":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9aa0-68"}],"isExternal":true},"9aa0-74":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"9aa0-68"}],"isExternal":true},"9aa0-75":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"9aa0-68"}],"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-card",
|
|
3
|
-
"version": "1.2.0-beta.
|
|
3
|
+
"version": "1.2.0-beta.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-card.cjs.js",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-theme": "1.2.0-beta.
|
|
18
|
+
"@cleartrip/ct-design-theme": "1.2.0-beta.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@cleartrip/ct-design-
|
|
22
|
-
"@cleartrip/ct-design-
|
|
21
|
+
"@cleartrip/ct-design-types": "1.2.0-beta.1",
|
|
22
|
+
"@cleartrip/ct-design-container": "1.1.0-beta.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": ">=16.8.0",
|