@cleartrip/ct-design-dialog 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 +6 -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-dialog.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-dialog.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":"eb30-81"},{"name":"src","children":[{"uid":"eb30-83","name":"Dialog.tsx"},{"uid":"eb30-85","name":"type.ts"},{"uid":"eb30-87","name":"style.ts"},{"name":"DialogAction/DialogAction.tsx","uid":"eb30-89"},{"name":"DialogContent/DialogContent.tsx","uid":"eb30-91"},{"uid":"eb30-93","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"eb30-81":{"renderedLength":1952,"gzipLength":878,"brotliLength":693,"metaUid":"eb30-80"},"eb30-83":{"renderedLength":973,"gzipLength":428,"brotliLength":362,"metaUid":"eb30-82"},"eb30-85":{"renderedLength":462,"gzipLength":197,"brotliLength":155,"metaUid":"eb30-84"},"eb30-87":{"renderedLength":257,"gzipLength":194,"brotliLength":160,"metaUid":"eb30-86"},"eb30-89":{"renderedLength":1094,"gzipLength":486,"brotliLength":416,"metaUid":"eb30-88"},"eb30-91":{"renderedLength":385,"gzipLength":239,"brotliLength":194,"metaUid":"eb30-90"},"eb30-93":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"eb30-92"}},"nodeMetas":{"eb30-80":{"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-dialog.umd.js":"eb30-81"},"imported":[],"importedBy":[{"uid":"eb30-82"},{"uid":"eb30-88"},{"uid":"eb30-90"},{"uid":"eb30-86"}]},"eb30-82":{"id":"/src/Dialog.tsx","moduleParts":{"ct-design-dialog.umd.js":"eb30-83"},"imported":[{"uid":"eb30-80"},{"uid":"eb30-94"},{"uid":"eb30-95"},{"uid":"eb30-96"}],"importedBy":[{"uid":"eb30-92"}]},"eb30-84":{"id":"/src/type.ts","moduleParts":{"ct-design-dialog.umd.js":"eb30-85"},"imported":[],"importedBy":[{"uid":"eb30-92"}]},"eb30-86":{"id":"/src/style.ts","moduleParts":{"ct-design-dialog.umd.js":"eb30-87"},"imported":[{"uid":"eb30-80"},{"uid":"eb30-100"}],"importedBy":[{"uid":"eb30-88"}]},"eb30-88":{"id":"/src/DialogAction/DialogAction.tsx","moduleParts":{"ct-design-dialog.umd.js":"eb30-89"},"imported":[{"uid":"eb30-80"},{"uid":"eb30-94"},{"uid":"eb30-97"},{"uid":"eb30-98"},{"uid":"eb30-99"},{"uid":"eb30-86"}],"importedBy":[{"uid":"eb30-92"}]},"eb30-90":{"id":"/src/DialogContent/DialogContent.tsx","moduleParts":{"ct-design-dialog.umd.js":"eb30-91"},"imported":[{"uid":"eb30-80"},{"uid":"eb30-94"},{"uid":"eb30-97"},{"uid":"eb30-98"}],"importedBy":[{"uid":"eb30-92"}]},"eb30-92":{"id":"/src/index.ts","moduleParts":{"ct-design-dialog.umd.js":"eb30-93"},"imported":[{"uid":"eb30-82"},{"uid":"eb30-84"},{"uid":"eb30-88"},{"uid":"eb30-90"}],"importedBy":[],"isEntry":true},"eb30-94":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-82"},{"uid":"eb30-88"},{"uid":"eb30-90"}],"isExternal":true},"eb30-95":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-82"}],"isExternal":true},"eb30-96":{"id":"@cleartrip/ct-design-modal","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-82"}],"isExternal":true},"eb30-97":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-88"},{"uid":"eb30-90"}],"isExternal":true},"eb30-98":{"id":"@cleartrip/ct-design-container","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-88"},{"uid":"eb30-90"}],"isExternal":true},"eb30-99":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-88"}],"isExternal":true},"eb30-100":{"id":"@cleartrip/ct-design-card","moduleParts":{},"imported":[],"importedBy":[{"uid":"eb30-86"}],"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-dialog",
|
|
3
|
-
"version": "2.0.0",
|
|
3
|
+
"version": "2.0.2-beta.0",
|
|
4
4
|
"description": "Dialog Component",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-dialog.cjs.js",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@cleartrip/ct-design-theme": "2.0.0",
|
|
19
|
+
"@cleartrip/ct-design-modal": "2.0.2-beta.0",
|
|
19
20
|
"@cleartrip/ct-design-types": "2.0.0",
|
|
20
21
|
"@cleartrip/ct-design-typography": "2.0.0",
|
|
21
22
|
"@cleartrip/ct-design-button": "2.0.0",
|
|
22
23
|
"@cleartrip/ct-design-container": "2.0.0",
|
|
23
|
-
"@cleartrip/ct-design-card": "2.0.0"
|
|
24
|
-
"@cleartrip/ct-design-modal": "2.0.0"
|
|
24
|
+
"@cleartrip/ct-design-card": "2.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@cleartrip/ct-design-icons": "2.0.0"
|
|
@@ -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
|
}
|