Commit 19abcd9
fix(calendar): fix material and indigo theme styles to match webC (#16371)
* fix(calendar): fix material and indigo theme styles to match webC
* fix(calendar): update Fluent theme styles to align with design guidelines
- Adjust date selection, hover, and focus styles.
- Add support for range previews and various states specific to Fluent theme.
- Refactor styles to accommodate Fluent theme-specific variants.
* fix(calendar): fix calendar bootstrap theme parity with web components
* fix(calendar): update Indigo theme styles for improved consistency
* fix(calendar): refine bootstrap theme styles for date range and selection states
* fix(calendar): update styles for Fluent theme range and preview
* fix(calendar): enhance Material theme styles for range and selection states
* fix(calendar): adjust date range border radius styles for fluent theme
* fix(calendar): theme styles
* fix(calendar): update theme styles for improved consistency across variants
* fix(calendar): refactor and simplify theme styles
- Remove `$bootstrap-theme` variable and use `$variant` for conditionals.
- Consolidate redundant styles and improve readability.
- Enhance support for theme-specific behaviors across all variants.
* fix(calendar): add comprehensive Fluent theme styles for date states
- Implement new styles for current, special, selected, and range states.
- Add support for hover, focus, and preview across combinations of states.
- Update border radius and alignment
* refactor(calendar): add theme support for `IgxDaysViewComponent`
- Implement dynamic theme bindings and theme-specific classes for Material, Fluent, Bootstrap, and Indigo variants.
- Introduce `theme` input property and handle theme overrides via DOM or token.
- Update `AfterContentChecked` to adapt theme changes dynamically.
* fix(calendar): correct theme token import path in `days-view` component
* fix(calendar): Fluent theme styles for month/year
* fix(calendar): Fluent theme styles for month/year
---------
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>1 parent f96df58 commit 19abcd9
File tree
6 files changed
+2518
-1278
lines changed- projects/igniteui-angular/src/lib
- calendar/days-view
- core/styles/components/calendar
- src/app/calendar
6 files changed
+2518
-1278
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
311 | | - | |
| 310 | + | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
Lines changed: 69 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
200 | 237 | | |
201 | 238 | | |
202 | 239 | | |
| |||
205 | 242 | | |
206 | 243 | | |
207 | 244 | | |
| 245 | + | |
| 246 | + | |
208 | 247 | | |
209 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
210 | 276 | | |
211 | 277 | | |
212 | 278 | | |
| |||
0 commit comments