@cleartrip/ct-design-button 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 +6 -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-button.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-button.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":"d205-73"},{"name":"src","children":[{"uid":"d205-75","name":"StyledButton.ts"},{"uid":"d205-77","name":"type.ts"},{"uid":"d205-79","name":"style.ts"},{"uid":"d205-81","name":"Button.tsx"},{"uid":"d205-83","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d205-73":{"renderedLength":1952,"gzipLength":878,"brotliLength":693,"metaUid":"d205-72"},"d205-75":{"renderedLength":1141,"gzipLength":470,"brotliLength":389,"metaUid":"d205-74"},"d205-77":{"renderedLength":972,"gzipLength":334,"brotliLength":261,"metaUid":"d205-76"},"d205-79":{"renderedLength":8202,"gzipLength":945,"brotliLength":790,"metaUid":"d205-78"},"d205-81":{"renderedLength":3635,"gzipLength":1157,"brotliLength":998,"metaUid":"d205-80"},"d205-83":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d205-82"}},"nodeMetas":{"d205-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-button.umd.js":"d205-73"},"imported":[],"importedBy":[{"uid":"d205-80"},{"uid":"d205-74"},{"uid":"d205-78"}]},"d205-74":{"id":"/src/StyledButton.ts","moduleParts":{"ct-design-button.umd.js":"d205-75"},"imported":[{"uid":"d205-72"}],"importedBy":[{"uid":"d205-80"}]},"d205-76":{"id":"/src/type.ts","moduleParts":{"ct-design-button.umd.js":"d205-77"},"imported":[],"importedBy":[{"uid":"d205-82"},{"uid":"d205-80"},{"uid":"d205-78"}]},"d205-78":{"id":"/src/style.ts","moduleParts":{"ct-design-button.umd.js":"d205-79"},"imported":[{"uid":"d205-72"},{"uid":"d205-87"},{"uid":"d205-76"}],"importedBy":[{"uid":"d205-80"}]},"d205-80":{"id":"/src/Button.tsx","moduleParts":{"ct-design-button.umd.js":"d205-81"},"imported":[{"uid":"d205-72"},{"uid":"d205-84"},{"uid":"d205-85"},{"uid":"d205-86"},{"uid":"d205-87"},{"uid":"d205-88"},{"uid":"d205-89"},{"uid":"d205-74"},{"uid":"d205-78"},{"uid":"d205-76"},{"uid":"d205-90"}],"importedBy":[{"uid":"d205-82"}]},"d205-82":{"id":"/src/index.ts","moduleParts":{"ct-design-button.umd.js":"d205-83"},"imported":[{"uid":"d205-80"},{"uid":"d205-76"}],"importedBy":[],"isEntry":true},"d205-84":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-80"}],"isExternal":true},"d205-85":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-80"}],"isExternal":true},"d205-86":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-80"}],"isExternal":true},"d205-87":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-80"},{"uid":"d205-78"}],"isExternal":true},"d205-88":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-80"}],"isExternal":true},"d205-89":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-80"}],"isExternal":true},"d205-90":{"id":"@cleartrip/ct-design-dotted-loader","moduleParts":{},"imported":[],"importedBy":[{"uid":"d205-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-button",
|
|
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-button.cjs.js",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-
|
|
19
|
-
"@cleartrip/ct-design-
|
|
20
|
-
"@cleartrip/ct-design-
|
|
21
|
-
"@cleartrip/ct-design-theme": "1.2.0-beta.
|
|
22
|
-
"@cleartrip/ct-design-
|
|
18
|
+
"@cleartrip/ct-design-typography": "1.2.0-beta.1",
|
|
19
|
+
"@cleartrip/ct-design-types": "1.2.0-beta.1",
|
|
20
|
+
"@cleartrip/ct-design-dotted-loader": "1.2.0-beta.1",
|
|
21
|
+
"@cleartrip/ct-design-theme": "1.2.0-beta.1",
|
|
22
|
+
"@cleartrip/ct-design-container": "1.1.0-beta.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {},
|
|
25
25
|
"peerDependencies": {
|