Commit 5febc6d
feat(grid): add initial logic for grid theme builder (#548)
* feat(grid): add initial logic for grid theme builder
* feat(grid): fix text properties of row
* feat(grid/chip): fix grid header text-color and use provided text-color for chip in all states
* feat(themes): add latest property conditions
* feat(themes): add new grid properties and new conditions to input/scrollabr/select
* feat(themes): add additional conditions for dropdown/input/grid themes
* feat(checkbox): create new filled-disabled property and new conditions for themes
* feat(input): set condition for disabled bottom line color
* feat(grid): add filtering-dialog-background property
* chore(checkbox): revert changing checkbox schema in this PR
* chore(checkbox): revert checkbox updates (moved to another PR)
* chore(grid): delete old conditional logic for grid theme
* chore(grid): revert removing old conditions
* fix(button-group): add condition for disabled-selected-icon-color
* fix(grid): rows using the same color
---------
Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>1 parent cd97739 commit 5febc6d
9 files changed
Lines changed: 645 additions & 4 deletions
File tree
- sass/themes
- components
- button-group
- chip
- drop-down
- grid
- input
- scrollbar
- select
- schemas/components
- dark
- light
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
131 | 143 | | |
132 | 144 | | |
133 | 145 | | |
| |||
239 | 251 | | |
240 | 252 | | |
241 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
242 | 258 | | |
243 | 259 | | |
244 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
121 | 145 | | |
122 | 146 | | |
123 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
106 | 128 | | |
107 | 129 | | |
108 | 130 | | |
| |||
163 | 185 | | |
164 | 186 | | |
165 | 187 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 188 | | |
171 | 189 | | |
172 | 190 | | |
| |||
0 commit comments