File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
apps/website/screens/components/date-input/code
packages/lib/src/date-input Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ const sections = [
209209 < tr >
210210 < td > size</ td >
211211 < td >
212- < TableCode > 'medium' | 'large' | 'fillParent'</ TableCode >
212+ < TableCode > 'small' | ' medium' | 'large' | 'fillParent'</ TableCode >
213213 </ td >
214214 < td > Size of the component.</ td >
215215 < td >
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ const DateInputChromatic = () => (
101101 < DxcDateInput label = "Xxlarge" margin = "xxlarge" />
102102 </ ExampleContainer >
103103 < Title title = "Sizes" theme = "light" level = { 2 } />
104+ < ExampleContainer >
105+ < Title title = "Small size" theme = "light" level = { 4 } />
106+ < DxcDateInput label = "Small" size = "small" />
107+ </ ExampleContainer >
104108 < ExampleContainer >
105109 < Title title = "Medium size" theme = "light" level = { 4 } />
106110 < DxcDateInput label = "Medium" size = "medium" />
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ type Props = {
9595 /**
9696 * Size of the component.
9797 */
98- size ?: "medium" | "large" | "fillParent" ;
98+ size ?: "small" | " medium" | "large" | "fillParent" ;
9999 /**
100100 * Value of the tabindex attribute.
101101 */
You can’t perform that action at this time.
0 commit comments