|
9 | 9 | @import '../components/button/button-theme';
|
10 | 10 | @import '../components/calendar/calendar-theme';
|
11 | 11 | @import '../components/card/card-theme';
|
| 12 | +@import '../components/charts/data-chart-theme'; |
| 13 | +@import '../components/charts/financial-chart-theme'; |
| 14 | +@import '../components/charts/funnel-chart-theme'; |
| 15 | +@import '../components/charts/gauge-theme'; |
| 16 | +@import '../components/charts/graph-theme'; |
| 17 | +@import '../components/charts/shape-chart-theme'; |
12 | 18 | @import '../components/checkbox/checkbox-theme';
|
13 | 19 | @import '../components/chip/chip-theme';
|
14 | 20 | @import '../components/column-hiding/column-hiding-theme';
|
| 21 | +@import '../components/date-range-picker/date-range-picker-theme'; |
15 | 22 | @import '../components/dialog/dialog-theme';
|
16 | 23 | @import '../components/drop-down/drop-down-theme';
|
17 |
| -@import '../components/date-range-picker/date-range-picker-theme'; |
18 | 24 | @import '../components/expansion-panel/expansion-panel-theme';
|
19 | 25 | @import '../components/grid/excel-filtering-theme';
|
20 | 26 | @import '../components/input/input-group-theme';
|
| 27 | +@import '../components/list/list-theme'; |
21 | 28 | @import '../components/navbar/navbar-theme';
|
22 | 29 | @import '../components/navdrawer/navdrawer-theme';
|
23 |
| -@import '../components/list/list-theme'; |
24 | 30 | @import '../components/radio/radio-theme';
|
25 |
| -@import '../components/snackbar/snackbar-theme'; |
26 | 31 | @import '../components/slider/slider-theme';
|
| 32 | +@import '../components/snackbar/snackbar-theme'; |
27 | 33 | @import '../components/switch/switch-theme';
|
28 | 34 | @import '../components/tabs/tabs-theme';
|
29 | 35 | @import '../components/time-picker/time-picker-theme';
|
30 | 36 | @import '../components/toast/toast-theme';
|
31 | 37 | @import '../components/tooltip/tooltip-theme';
|
32 |
| -@import '../components/charts/data-chart-theme'; |
33 |
| -@import '../components/charts/financial-chart-theme'; |
34 |
| -@import '../components/charts/graph-theme'; |
35 |
| -@import '../components/charts/shape-chart-theme'; |
36 |
| -@import '../components/charts/funnel-chart-theme'; |
37 |
| -@import '../components/charts/gauge-theme'; |
38 | 38 |
|
39 | 39 | /// @access private
|
40 | 40 | @mixin _igx-typography-styles($font-family, $type-scale) {
|
|
88 | 88 | }
|
89 | 89 |
|
90 | 90 | // Call the individual component styles with the type scale
|
91 |
| - @include igx-button-typography($type-scale); |
92 |
| - @include igx-bottom-nav-typography($type-scale); |
| 91 | + @include _excel-filtering-typography($type-scale); |
93 | 92 | @include igx-banner-typography($type-scale);
|
| 93 | + @include igx-bottom-nav-typography($type-scale); |
| 94 | + @include igx-button-typography($type-scale); |
94 | 95 | @include igx-calendar-typography($type-scale);
|
95 | 96 | @include igx-card-typography($type-scale);
|
96 | 97 | @include igx-checkbox-typography($type-scale);
|
97 | 98 | @include igx-chip-typography($type-scale);
|
98 | 99 | @include igx-column-hiding-typography($type-scale);
|
| 100 | + @include igx-data-chart-typography($type-scale); |
| 101 | + @include igx-date-range-typography($type-scale); |
99 | 102 | @include igx-dialog-typography($type-scale);
|
100 | 103 | @include igx-drop-down-typography($type-scale);
|
101 |
| - @include igx-date-range-typography($type-scale); |
102 | 104 | @include igx-expansion-panel-typography($type-scale);
|
103 |
| - @include _excel-filtering-typography($type-scale); |
| 105 | + @include igx-financial-chart-typography($type-scale); |
| 106 | + @include igx-funnel-chart-typography($type-scale); |
| 107 | + @include igx-gauge-typography(); |
| 108 | + @include igx-graph-typography(); |
104 | 109 | @include igx-input-group-typography($type-scale);
|
| 110 | + @include igx-list-typography($type-scale); |
105 | 111 | @include igx-navbar-typography($type-scale);
|
106 | 112 | @include igx-navdrawer-typography($type-scale);
|
107 |
| - @include igx-list-typography($type-scale); |
108 | 113 | @include igx-radio-typography($type-scale);
|
| 114 | + @include igx-shape-chart-typography($type-scale); |
| 115 | + @include igx-slider-typography($type-scale); |
109 | 116 | @include igx-snackbar-typography($type-scale);
|
110 | 117 | @include igx-switch-typography($type-scale);
|
111 |
| - @include igx-slider-typography($type-scale); |
112 | 118 | @include igx-tabs-typography($type-scale);
|
113 | 119 | @include igx-time-picker-typography($type-scale);
|
114 | 120 | @include igx-toast-typography($type-scale);
|
115 | 121 | @include igx-tooltip-typography($type-scale);
|
116 |
| - @include igx-data-chart-typography($type-scale); |
117 |
| - @include igx-financial-chart-typography($type-scale); |
118 |
| - @include igx-graph-typography(); |
119 |
| - @include igx-shape-chart-typography($type-scale); |
120 |
| - @include igx-funnel-chart-typography($type-scale); |
121 |
| - @include igx-gauge-typography(); |
122 | 122 | }
|
123 | 123 |
|
124 | 124 | /// Adds typography styles for h1-h6, paragraph and creates
|
|
0 commit comments