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