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