@@ -124,6 +120,14 @@ The widths of the date inputs may vary based on the grid and layout.
+### Sizes
+
+| Element | Property | Size | px / rem |
+| ------- | -------- | ------- | -------- |
+| Field | height | Small | 32 / 2 |
+| | height | Default | 40 / 2.5 |
+| | height | Large | 48 / 3 |
+
![Sizes for date picker inputs](images/date-picker-style-5.png)
@@ -134,16 +138,16 @@ The widths of the date inputs may vary based on the grid and layout.
### Calendar menu
-| Class | Property | px / rem | Spacing token |
-| ---------------------------- | ---------------------------------------- | -------- | ------------- |
-| `.bx--date-picker__calendar` | height | 336 / 21 | – |
-| `.bx--date-picker__calendar` | width | 288 | – |
-| `.bx--date-picker__calendar` | padding-top, padding-right, padding-left | 4 / 0.25 | `$spacing-02` |
-| `.bx--date-picker__calendar` | padding-bottom | 8 / 0.5 | `$spacing-03` |
-| `.bx--date-picker__icon` | height, width | 16 / 1 | – |
-| `.bx--date-picker__icon` | padding-right, padding-left | 16 / 1 | `$spacing-05` |
-| `.today` dot | height & width | 4 /0.25 | – |
-| `day` | height & width | 40 / 2.5 | – |
+| Element | Property | px / rem | Spacing token |
+| -------------- | ---------------------------------------- | -------- | ------------- |
+| Calendar | height | 336 / 21 | – |
+| | width | 288 / 18 | – |
+| | padding-top, padding-right, padding-left | 4 / 0.25 | `$spacing-02` |
+| | padding-bottom | 8 / 0.5 | `$spacing-03` |
+| Calendar: icon | height, width | 16 / 1 | – |
+| | padding-right, padding-left | 16 / 1 | `$spacing-05` |
+| Day | height, width | 40 / 2.5 | – |
+| Today: dot | height, width | 4 / 0.25 | – |
@@ -168,12 +172,12 @@ There are two types of time pickers; a 12-hour and 24-hour time picker. The
24-hour clock is not. Refer to [select](/components/select/code) for inline
select styling.
-| Class | Property | px / rem | Spacing token |
-| ------------------------------- | --------------------------- | -------- | ------------- |
-| `.bx--label` | padding-bottom | 8 / 0.5 | `$spacing-03` |
-| `.bx--time-picker__input-field` | height | 40 / 2.5 | - |
-| `.bx--time-picker__input-field` | padding-right, padding-left | 16 / 1 | `$spacing-05` |
-| `.bx--select-input` | padding-right, padding-left | 16 / 1 | `$spacing-05` |
+| Element | Property | px / rem | Spacing token |
+| ------- | --------------------------- | -------- | ------------- |
+| Label | padding-bottom | 8 / 0.5 | `$spacing-03` |
+| Field | height | 40 / 2.5 | - |
+| | padding-right, padding-left | 16 / 1 | `$spacing-05` |
+| Select | padding-right, padding-left | 16 / 1 | `$spacing-05` |