@cleartrip/ct-design-tabs 1.2.0-beta.1 → 2.1.0-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 +12 -10
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-tabs.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-tabs.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":"c86e-81"},{"name":"src","children":[{"uid":"c86e-83","name":"style.ts"},{"name":"TabItem/TabItem.tsx","uid":"c86e-85"},{"uid":"c86e-87","name":"Tabs.tsx"},{"uid":"c86e-89","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"c86e-81":{"renderedLength":1952,"gzipLength":878,"brotliLength":693,"metaUid":"c86e-80"},"c86e-83":{"renderedLength":605,"gzipLength":332,"brotliLength":257,"metaUid":"c86e-82"},"c86e-85":{"renderedLength":2703,"gzipLength":871,"brotliLength":736,"metaUid":"c86e-84"},"c86e-87":{"renderedLength":5231,"gzipLength":1445,"brotliLength":1298,"metaUid":"c86e-86"},"c86e-89":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"c86e-88"}},"nodeMetas":{"c86e-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-tabs.umd.js":"c86e-81"},"imported":[],"importedBy":[{"uid":"c86e-86"},{"uid":"c86e-82"},{"uid":"c86e-84"}]},"c86e-82":{"id":"/src/style.ts","moduleParts":{"ct-design-tabs.umd.js":"c86e-83"},"imported":[{"uid":"c86e-80"}],"importedBy":[{"uid":"c86e-86"}]},"c86e-84":{"id":"/src/TabItem/TabItem.tsx","moduleParts":{"ct-design-tabs.umd.js":"c86e-85"},"imported":[{"uid":"c86e-80"},{"uid":"c86e-93"},{"uid":"c86e-95"},{"uid":"c86e-98"},{"uid":"c86e-99"},{"uid":"c86e-100"}],"importedBy":[{"uid":"c86e-91"}]},"c86e-86":{"id":"/src/Tabs.tsx","moduleParts":{"ct-design-tabs.umd.js":"c86e-87"},"imported":[{"uid":"c86e-80"},{"uid":"c86e-93"},{"uid":"c86e-94"},{"uid":"c86e-82"},{"uid":"c86e-95"},{"uid":"c86e-91"},{"uid":"c86e-96"},{"uid":"c86e-97"}],"importedBy":[{"uid":"c86e-88"}]},"c86e-88":{"id":"/src/index.ts","moduleParts":{"ct-design-tabs.umd.js":"c86e-89"},"imported":[{"uid":"c86e-86"},{"uid":"c86e-90"},{"uid":"c86e-91"},{"uid":"c86e-92"}],"importedBy":[],"isEntry":true},"c86e-90":{"id":"/src/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-88"}]},"c86e-91":{"id":"/src/TabItem/index.ts","moduleParts":{},"imported":[{"uid":"c86e-84"}],"importedBy":[{"uid":"c86e-88"},{"uid":"c86e-86"}]},"c86e-92":{"id":"/src/TabItem/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-88"}]},"c86e-93":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-86"},{"uid":"c86e-84"}],"isExternal":true},"c86e-94":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-86"}],"isExternal":true},"c86e-95":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-86"},{"uid":"c86e-84"}],"isExternal":true},"c86e-96":{"id":"@cleartrip/ct-design-use-merge-refs","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-86"}],"isExternal":true},"c86e-97":{"id":"@cleartrip/ct-design-use-prop-state","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-86"}],"isExternal":true},"c86e-98":{"id":"@cleartrip/ct-design-button","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-84"}],"isExternal":true},"c86e-99":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-84"}],"isExternal":true},"c86e-100":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"c86e-84"}],"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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleartrip/ct-design-tabs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "2.1.0-beta.0",
|
|
4
4
|
"description": "Tabs Component",
|
|
5
|
-
"types": "dist/
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-tabs.cjs.js",
|
|
7
7
|
"jsnext:main": "dist/ct-design-tabs.esm.js",
|
|
8
8
|
"module": "dist/ct-design-tabs.esm.js",
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-theme": "1.
|
|
19
|
-
"@cleartrip/ct-design-
|
|
20
|
-
"@cleartrip/ct-design-
|
|
21
|
-
"@cleartrip/ct-design-use-
|
|
22
|
-
"@cleartrip/ct-design-use-
|
|
23
|
-
"@cleartrip/ct-design-types": "1.
|
|
18
|
+
"@cleartrip/ct-design-theme": "2.1.0-beta.0",
|
|
19
|
+
"@cleartrip/ct-design-button": "2.1.0-beta.0",
|
|
20
|
+
"@cleartrip/ct-design-typography": "2.1.0-beta.0",
|
|
21
|
+
"@cleartrip/ct-design-use-merge-refs": "2.1.0-beta.0",
|
|
22
|
+
"@cleartrip/ct-design-use-prop-state": "2.1.0-beta.0",
|
|
23
|
+
"@cleartrip/ct-design-types": "2.1.0-beta.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@cleartrip/ct-design-icons": "1.
|
|
26
|
+
"@cleartrip/ct-design-icons": "2.1.0-beta.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": ">=16.8.0",
|
|
@@ -37,6 +37,8 @@
|
|
|
37
37
|
"license": "ISC",
|
|
38
38
|
"scripts": {
|
|
39
39
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
40
|
-
"
|
|
40
|
+
"watch-package": "rollup -c -w",
|
|
41
|
+
"build-package": "rollup -c",
|
|
42
|
+
"build-package:clean": "rm -rf dist && rollup -c"
|
|
41
43
|
}
|
|
42
44
|
}
|