@devsisters/dwds-react
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -20,3 +20,3 @@ import * as React from 'react'; | ||
type Type$2 = 'normal' | 'text' | 'cta'; | ||
type ColorCategory = 'primary' | 'gray' | 'secondary' | 'sub'; | ||
type ColorCategory = 'primary' | 'gray' | 'secondary' | 'tertiary'; | ||
type Width = 'auto' | 'fixed' | 'full'; | ||
@@ -142,2 +142,3 @@ type ColorType = 'transparent' | 'fill-weak' | 'fill' | 'line'; | ||
onClickDetailText?: VoidFunction; | ||
size: 'small' | 'medium' | 'large'; | ||
} | ||
@@ -248,3 +249,3 @@ declare function Tooltip(props: TooltipProps): JSX.Element; | ||
interface SearchInputProps extends InputAttributesOmitType { | ||
size?: 'tiny' | 'small' | 'medium' | 'large'; | ||
size?: 'small' | 'medium' | 'large'; | ||
type?: 'box' | 'rounded'; | ||
@@ -251,0 +252,0 @@ isFull?: boolean; |
{ | ||
"name": "@devsisters/dwds-react", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
27537