@cleartrip/ct-design-tabs 1.2.0-beta.1 → 2.0.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 +8 -8
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":"586b-81"},{"name":"src","children":[{"uid":"586b-83","name":"style.ts"},{"name":"TabItem/TabItem.tsx","uid":"586b-85"},{"uid":"586b-87","name":"Tabs.tsx"},{"uid":"586b-89","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"586b-81":{"renderedLength":1952,"gzipLength":878,"brotliLength":693,"metaUid":"586b-80"},"586b-83":{"renderedLength":605,"gzipLength":332,"brotliLength":257,"metaUid":"586b-82"},"586b-85":{"renderedLength":2703,"gzipLength":871,"brotliLength":736,"metaUid":"586b-84"},"586b-87":{"renderedLength":5231,"gzipLength":1445,"brotliLength":1298,"metaUid":"586b-86"},"586b-89":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"586b-88"}},"nodeMetas":{"586b-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":"586b-81"},"imported":[],"importedBy":[{"uid":"586b-86"},{"uid":"586b-82"},{"uid":"586b-84"}]},"586b-82":{"id":"/src/style.ts","moduleParts":{"ct-design-tabs.umd.js":"586b-83"},"imported":[{"uid":"586b-80"}],"importedBy":[{"uid":"586b-86"}]},"586b-84":{"id":"/src/TabItem/TabItem.tsx","moduleParts":{"ct-design-tabs.umd.js":"586b-85"},"imported":[{"uid":"586b-80"},{"uid":"586b-93"},{"uid":"586b-95"},{"uid":"586b-98"},{"uid":"586b-99"},{"uid":"586b-100"}],"importedBy":[{"uid":"586b-91"}]},"586b-86":{"id":"/src/Tabs.tsx","moduleParts":{"ct-design-tabs.umd.js":"586b-87"},"imported":[{"uid":"586b-80"},{"uid":"586b-93"},{"uid":"586b-94"},{"uid":"586b-82"},{"uid":"586b-95"},{"uid":"586b-91"},{"uid":"586b-96"},{"uid":"586b-97"}],"importedBy":[{"uid":"586b-88"}]},"586b-88":{"id":"/src/index.ts","moduleParts":{"ct-design-tabs.umd.js":"586b-89"},"imported":[{"uid":"586b-86"},{"uid":"586b-90"},{"uid":"586b-91"},{"uid":"586b-92"}],"importedBy":[],"isEntry":true},"586b-90":{"id":"/src/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-88"}]},"586b-91":{"id":"/src/TabItem/index.ts","moduleParts":{},"imported":[{"uid":"586b-84"}],"importedBy":[{"uid":"586b-88"},{"uid":"586b-86"}]},"586b-92":{"id":"/src/TabItem/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-88"}]},"586b-93":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-86"},{"uid":"586b-84"}],"isExternal":true},"586b-94":{"id":"styled-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-86"}],"isExternal":true},"586b-95":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-86"},{"uid":"586b-84"}],"isExternal":true},"586b-96":{"id":"@cleartrip/ct-design-use-merge-refs","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-86"}],"isExternal":true},"586b-97":{"id":"@cleartrip/ct-design-use-prop-state","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-86"}],"isExternal":true},"586b-98":{"id":"@cleartrip/ct-design-button","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-84"}],"isExternal":true},"586b-99":{"id":"@cleartrip/ct-design-theme","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-84"}],"isExternal":true},"586b-100":{"id":"@cleartrip/ct-design-typography","moduleParts":{},"imported":[],"importedBy":[{"uid":"586b-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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleartrip/ct-design-tabs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Tabs Component",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/ct-design-tabs.cjs.js",
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/ct-design-
|
|
19
|
-
"@cleartrip/ct-design-
|
|
20
|
-
"@cleartrip/ct-design-
|
|
21
|
-
"@cleartrip/ct-design-
|
|
22
|
-
"@cleartrip/ct-design-
|
|
23
|
-
"@cleartrip/ct-design-
|
|
18
|
+
"@cleartrip/ct-design-typography": "2.0.0",
|
|
19
|
+
"@cleartrip/ct-design-button": "2.0.0",
|
|
20
|
+
"@cleartrip/ct-design-use-merge-refs": "2.0.0",
|
|
21
|
+
"@cleartrip/ct-design-theme": "2.0.0",
|
|
22
|
+
"@cleartrip/ct-design-types": "2.0.0",
|
|
23
|
+
"@cleartrip/ct-design-use-prop-state": "2.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@cleartrip/ct-design-icons": "
|
|
26
|
+
"@cleartrip/ct-design-icons": "2.0.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": ">=16.8.0",
|