|
10 | 10 | @import '../components/button/button-theme';
|
11 | 11 | @import '../components/calendar/calendar-theme';
|
12 | 12 | @import '../components/card/card-theme';
|
| 13 | +@import '../components/charts/data-chart-theme'; |
| 14 | +@import '../components/charts/financial-chart-theme'; |
| 15 | +@import '../components/charts/funnel-chart-theme'; |
| 16 | +@import '../components/charts/gauge-theme'; |
| 17 | +@import '../components/charts/graph-theme'; |
| 18 | +@import '../components/charts/shape-chart-theme'; |
13 | 19 | @import '../components/checkbox/checkbox-theme';
|
14 | 20 | @import '../components/chip/chip-theme';
|
15 | 21 | @import '../components/column-hiding/column-hiding-theme';
|
| 22 | +@import '../components/date-range-picker/date-range-picker-theme'; |
16 | 23 | @import '../components/dialog/dialog-theme';
|
| 24 | +@import '../components/dock-manager/dock-manager-theme'; |
17 | 25 | @import '../components/drop-down/drop-down-theme';
|
18 |
| -@import '../components/date-range-picker/date-range-picker-theme'; |
19 | 26 | @import '../components/expansion-panel/expansion-panel-theme';
|
20 | 27 | @import '../components/grid/excel-filtering-theme';
|
21 | 28 | @import '../components/input/input-group-theme';
|
| 29 | +@import '../components/list/list-theme'; |
22 | 30 | @import '../components/navbar/navbar-theme';
|
23 | 31 | @import '../components/navdrawer/navdrawer-theme';
|
24 |
| -@import '../components/list/list-theme'; |
25 | 32 | @import '../components/radio/radio-theme';
|
26 |
| -@import '../components/snackbar/snackbar-theme'; |
27 | 33 | @import '../components/slider/slider-theme';
|
| 34 | +@import '../components/snackbar/snackbar-theme'; |
28 | 35 | @import '../components/switch/switch-theme';
|
29 | 36 | @import '../components/tabs/tabs-theme';
|
30 | 37 | @import '../components/time-picker/time-picker-theme';
|
31 | 38 | @import '../components/toast/toast-theme';
|
32 | 39 | @import '../components/tooltip/tooltip-theme';
|
33 |
| -@import '../components/charts/data-chart-theme'; |
34 |
| -@import '../components/charts/financial-chart-theme'; |
35 |
| -@import '../components/charts/graph-theme'; |
36 |
| -@import '../components/charts/shape-chart-theme'; |
37 |
| -@import '../components/charts/funnel-chart-theme'; |
38 |
| -@import '../components/charts/gauge-theme'; |
39 | 40 |
|
40 | 41 | /// Adds typography styles for h1-h6, paragraph and creates
|
41 | 42 | /// custom typography class selectors. The produces styles
|
|
101 | 102 | }
|
102 | 103 |
|
103 | 104 | // Call the individual component styles with the type scale
|
104 |
| - @include igx-button-typography($type-scale); |
105 |
| - @include igx-bottom-nav-typography($type-scale); |
| 105 | + @include _excel-filtering-typography($type-scale); |
106 | 106 | @include igx-banner-typography($type-scale);
|
| 107 | + @include igx-bottom-nav-typography($type-scale); |
| 108 | + @include igx-button-typography($type-scale); |
107 | 109 | @include igx-calendar-typography($type-scale);
|
108 | 110 | @include igx-card-typography($type-scale);
|
109 | 111 | @include igx-checkbox-typography($type-scale);
|
110 | 112 | @include igx-chip-typography($type-scale);
|
111 | 113 | @include igx-column-hiding-typography($type-scale);
|
| 114 | + @include igx-data-chart-typography($type-scale); |
| 115 | + @include igx-date-range-typography($type-scale); |
112 | 116 | @include igx-dialog-typography($type-scale);
|
| 117 | + @include igx-dock-manager-typography(); |
113 | 118 | @include igx-drop-down-typography($type-scale);
|
114 |
| - @include igx-date-range-typography($type-scale); |
115 | 119 | @include igx-expansion-panel-typography($type-scale);
|
116 |
| - @include _excel-filtering-typography($type-scale); |
| 120 | + @include igx-financial-chart-typography($type-scale); |
| 121 | + @include igx-funnel-chart-typography($type-scale); |
| 122 | + @include igx-gauge-typography(); |
| 123 | + @include igx-graph-typography(); |
117 | 124 | @include igx-input-group-typography($type-scale);
|
| 125 | + @include igx-list-typography($type-scale); |
118 | 126 | @include igx-navbar-typography($type-scale);
|
119 | 127 | @include igx-navdrawer-typography($type-scale);
|
120 |
| - @include igx-list-typography($type-scale); |
121 | 128 | @include igx-radio-typography($type-scale);
|
| 129 | + @include igx-shape-chart-typography($type-scale); |
| 130 | + @include igx-slider-typography($type-scale); |
122 | 131 | @include igx-snackbar-typography($type-scale);
|
123 | 132 | @include igx-switch-typography($type-scale);
|
124 |
| - @include igx-slider-typography($type-scale); |
125 | 133 | @include igx-tabs-typography($type-scale);
|
126 | 134 | @include igx-time-picker-typography($type-scale);
|
127 | 135 | @include igx-toast-typography($type-scale);
|
128 | 136 | @include igx-tooltip-typography($type-scale);
|
129 |
| - @include igx-data-chart-typography($type-scale); |
130 |
| - @include igx-financial-chart-typography($type-scale); |
131 |
| - @include igx-graph-typography(); |
132 |
| - @include igx-shape-chart-typography($type-scale); |
133 |
| - @include igx-funnel-chart-typography($type-scale); |
134 |
| - @include igx-gauge-typography(); |
135 | 137 | }
|
136 | 138 | }
|
0 commit comments