Commit 5134270
feat(input-time-picker): Add component tokens (#12874)
**Related Issue:** #7180
## Summary
`--calcite-input-time-picker-background-color`: Specifies the background
color of the component.
`--calcite-input-time-picker-border-color`: Specifies the component's
border color.
`--calcite-input-time-picker-icon-color`: Specifies the component's icon
color.
`--calcite-input-time-picker-icon-color-hover`: Specifies the
component's icon color when hovered.
`--calcite-input-time-picker-shadow`: Specifies the component's shadow.
`--calcite-input-time-picker-corner-radius`: Specifies the border radius
of the component.
`--calcite-input-time-picker-input-background-color`: Specifies the
component's input background color.
`--calcite-input-time-picker-input-border-color`: Specifies the
component's input border color.
`--calcite-input-time-picker-input-text-color`: Specifies the
component's input text color.
`--calcite-input-time-picker-input-shadow`: Specifies the component's
input shadow.
`--calcite-input-time-picker-input-corner-radius`: Specifies the border
radius of the component's input.
`--calcite-input-time-picker-digit-text-color`: Specifies the
component's digit text color.
`--calcite-input-time-picker-digit-icon-color`: Specifies the
component's digit icon color.
`--calcite-input-time-picker-digit-border-color-press`: Specifies the
component's digit border color when pressed.
`--calcite-input-time-picker-digit-border-color-hover`: Specifies the
component's digit border color when hovered.
`--calcite-input-time-picker-action-background-color-hover`: Specifies
the background color of the component's actions when hovered or focused.
`--calcite-input-time-picker-action-background-color-press`: Specifies
the background color of the component's actions when active.
<img width="482" height="210" alt="Screenshot 2025-09-12 at 12 59 41 PM"
src="https://github.com/user-attachments/assets/dc4c0419-5760-4368-9acc-d85dbaca3f44"
/>
---------
Co-authored-by: Isaac Braun <[email protected]>1 parent 89e7e95 commit 5134270
File tree
5 files changed
+174
-7
lines changed- packages/calcite-components/src
- components/input-time-picker
- custom-theme
- demos
5 files changed
+174
-7
lines changedLines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
1803 | 1804 | | |
1804 | 1805 | | |
1805 | 1806 | | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
1806 | 1863 | | |
Lines changed: 55 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
8 | 35 | | |
9 | 36 | | |
10 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
11 | 49 | | |
12 | | - | |
| 50 | + | |
13 | 51 | | |
14 | | - | |
15 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
16 | 56 | | |
17 | 57 | | |
18 | | - | |
| 58 | + | |
19 | 59 | | |
20 | 60 | | |
21 | 61 | | |
| |||
64 | 104 | | |
65 | 105 | | |
66 | 106 | | |
67 | | - | |
| 107 | + | |
68 | 108 | | |
69 | 109 | | |
70 | 110 | | |
| |||
123 | 163 | | |
124 | 164 | | |
125 | 165 | | |
126 | | - | |
127 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
128 | 176 | | |
129 | 177 | | |
130 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
| |||
333 | 338 | | |
334 | 339 | | |
335 | 340 | | |
| 341 | + | |
336 | 342 | | |
337 | 343 | | |
338 | 344 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
34 | 56 | | |
35 | 57 | | |
36 | 58 | | |
37 | 59 | | |
38 | 60 | | |
39 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
40 | 73 | | |
41 | 74 | | |
42 | 75 | | |
| |||
0 commit comments