@cleartrip/ct-design-horizontal-scroll 3.21.0-SNAPSHOT-uhpRnwMerchV1.0 → 3.21.0-SNAPSHOT-btnhumai.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-horizontal-scroll",
3
- "version": "3.21.0-SNAPSHOT-uhpRnwMerchV1.0",
3
+ "version": "3.21.0-SNAPSHOT-btnhumai.0",
4
4
  "description": "HorizontalScroll Component",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-design-horizontal-scroll.cjs.js",
@@ -15,18 +15,19 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
+ "@emotion/css": "^11.13.0",
18
19
  "@emotion/react": "^11.14.0",
19
20
  "@emotion/styled": "^11.14.0",
20
- "@cleartrip/ct-design-theme": "3.21.0-SNAPSHOT-uhpRnwMerchV1.0",
21
- "@cleartrip/ct-design-container": "3.21.0-SNAPSHOT-uhpRnwMerchV1.0",
22
- "@cleartrip/ct-design-icons": "39.0.0-SNAPSHOT-uhpRnwMerchV1.0",
23
- "@cleartrip/ct-design-common-utils": "3.20.1-SNAPSHOT-uhpRnwMerchV1.0",
24
- "@cleartrip/ct-design-use-merge-refs": "3.21.0-SNAPSHOT-uhpRnwMerchV1.0"
21
+ "@cleartrip/ct-design-theme": "3.21.0-SNAPSHOT-btnhumai.0",
22
+ "@cleartrip/ct-design-container": "3.21.0-SNAPSHOT-btnhumai.0",
23
+ "@cleartrip/ct-design-icons": "39.0.0-SNAPSHOT-btnhumai.0",
24
+ "@cleartrip/ct-design-common-utils": "3.20.1-SNAPSHOT-btnhumai.0",
25
+ "@cleartrip/ct-design-use-merge-refs": "3.21.0-SNAPSHOT-btnhumai.0"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@emotion/babel-plugin": "^11.12.0",
28
- "@cleartrip/ct-design-types": "3.21.0-SNAPSHOT-uhpRnwMerchV1.0",
29
- "@cleartrip/ct-design-tooltip-v2": "3.21.0-SNAPSHOT-uhpRnwMerchV1.0"
29
+ "@cleartrip/ct-design-types": "3.21.0-SNAPSHOT-btnhumai.0",
30
+ "@cleartrip/ct-design-tooltip-v2": "3.21.0-SNAPSHOT-btnhumai.0"
30
31
  },
31
32
  "peerDependencies": {
32
33
  "react": ">=16.8.0",
@@ -1,9 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- declare const StyledHorizontalScroll: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
- } & {
6
- css?: CSSProperties | undefined;
7
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
- export default StyledHorizontalScroll;
9
- //# sourceMappingURL=StyledHorizontalScroll.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StyledHorizontalScroll.d.ts","sourceRoot":"","sources":["../../packages/components/HorizontalScroll/src/StyledHorizontalScroll/StyledHorizontalScroll.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,QAAA,MAAM,sBAAsB;;;;;yGAkB3B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,14 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- import { IShadowGradientStyle } from '../type';
3
- export interface StyledLeftShadowProps {
4
- width?: string;
5
- shadowGradientStyle?: IShadowGradientStyle;
6
- }
7
- declare const StyledLeftShadow: import("@emotion/styled").StyledComponent<{
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
10
- } & StyledLeftShadowProps & {
11
- css?: CSSProperties | undefined;
12
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
- export default StyledLeftShadow;
14
- //# sourceMappingURL=StyledLeftShadow.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StyledLeftShadow.d.ts","sourceRoot":"","sources":["../../packages/components/HorizontalScroll/src/StyledLeftShadow/StyledLeftShadow.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;CAC5C;AAED,QAAA,MAAM,gBAAgB;;;;;yGAiBrB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,14 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- import { IShadowGradientStyle } from '../type';
3
- export interface StyledRightShadowProps {
4
- width?: string;
5
- shadowGradientStyle?: IShadowGradientStyle;
6
- }
7
- declare const StyledRightShadow: import("@emotion/styled").StyledComponent<{
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
10
- } & StyledRightShadowProps & {
11
- css?: CSSProperties | undefined;
12
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
- export default StyledRightShadow;
14
- //# sourceMappingURL=StyledRightShadow.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StyledRightShadow.d.ts","sourceRoot":"","sources":["../../packages/components/HorizontalScroll/src/StyledRightShadow/StyledRightShadow.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;CAC5C;AAED,QAAA,MAAM,iBAAiB;;;;;yGAiBtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}