@cleartrip/ct-design-text-field
Advanced tools
Comparing version 2.1.0 to 2.1.1-SNAPSHOT-ITINERARY.0
import { CSSProperties, ReactNode } from 'react'; | ||
import type { HtmlCompositeAttributes, IconProps, TextFieldCSS, TextFieldStyleConfigProps } from '@cleartrip/ct-design-types'; | ||
import type { CSSWithTheme, HtmlCompositeAttributes, IconProps, TextFieldCSS, TextFieldStyleConfigProps } from '@cleartrip/ct-design-types'; | ||
import { TypographyProps, TypographyVariant } from '@cleartrip/ct-design-typography'; | ||
@@ -48,2 +48,8 @@ export type FocusStyle = { | ||
} | ||
export type GetTextFieldPlaceholderStylesProps = CSSWithTheme & FocusStyle & { | ||
css?: CSSProperties; | ||
}; | ||
export type GetTextFieldMultiPlaceholderStylesProps = GetTextFieldPlaceholderStylesProps & MultiPlaceholderConfig & { | ||
css?: CSSProperties; | ||
}; | ||
//# sourceMappingURL=type.d.ts.map |
{ | ||
"name": "@cleartrip/ct-design-text-field", | ||
"version": "2.1.0", | ||
"version": "2.1.1-SNAPSHOT-ITINERARY.0", | ||
"description": "TextField Component", | ||
@@ -18,8 +18,8 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@cleartrip/ct-design-theme": "2.1.1-SNAPSHOT-ITINERARY.0", | ||
"@cleartrip/ct-design-typography": "2.1.1-SNAPSHOT-ITINERARY.0", | ||
"@cleartrip/ct-design-container": "2.1.0", | ||
"@cleartrip/ct-design-theme": "2.1.0", | ||
"@cleartrip/ct-design-typography": "2.1.0", | ||
"@cleartrip/ct-design-use-merge-refs": "2.1.0", | ||
"@cleartrip/ct-design-types": "2.1.0", | ||
"@cleartrip/ct-design-box": "2.1.0" | ||
"@cleartrip/ct-design-box": "2.1.1-SNAPSHOT-ITINERARY.0", | ||
"@cleartrip/ct-design-types": "2.1.1-SNAPSHOT-ITINERARY.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19
1011
206919
4
+ Added@cleartrip/ct-design-box@2.1.1-SNAPSHOT-ITINERARY.0(transitive)
+ Added@cleartrip/ct-design-theme@2.1.1-SNAPSHOT-ITINERARY.0(transitive)
+ Added@cleartrip/ct-design-tokens@2.2.0-SNAPSHOT-ITINERARY.0(transitive)
+ Added@cleartrip/ct-design-types@2.1.1-SNAPSHOT-ITINERARY.0(transitive)
+ Added@cleartrip/ct-design-typography@2.1.1-SNAPSHOT-ITINERARY.0(transitive)
+ Addedcaniuse-lite@1.0.30001698(transitive)
+ Addedelectron-to-chromium@1.5.96(transitive)
- Removed@cleartrip/ct-design-box@2.1.0(transitive)
- Removed@cleartrip/ct-design-theme@2.1.0(transitive)
- Removed@cleartrip/ct-design-tokens@2.1.0(transitive)
- Removed@cleartrip/ct-design-types@2.1.0(transitive)
- Removed@cleartrip/ct-design-typography@2.1.0(transitive)
- Removedcaniuse-lite@1.0.30001696(transitive)
- Removedelectron-to-chromium@1.5.90(transitive)
Updated@cleartrip/ct-design-theme@2.1.1-SNAPSHOT-ITINERARY.0
Updated@cleartrip/ct-design-types@2.1.1-SNAPSHOT-ITINERARY.0
Updated@cleartrip/ct-design-typography@2.1.1-SNAPSHOT-ITINERARY.0