|
55 | 55 | @import './sparkline';
|
56 | 56 | @import './splitter';
|
57 | 57 | @import './switch';
|
| 58 | +@import './stepper'; |
58 | 59 | @import './tabs';
|
59 | 60 | @import './time-picker';
|
60 | 61 | @import './toast';
|
|
118 | 119 | /// @property {Map} sparkline [$_dark-sparkline]
|
119 | 120 | /// @property {Map} igx-splitter [$_dark-splitter]
|
120 | 121 | /// @property {Map} igx-switch [$_dark-switch]
|
| 122 | +/// @property {Map} igx-stepper [$_dark-stepper] |
121 | 123 | /// @property {Map} igx-tabs [$_dark-tabs]
|
122 | 124 | /// @property {Map} igx-time-picker [$_dark-time-picker]
|
123 | 125 | /// @property {Map} igx-toast [$_dark-toast]
|
@@ -177,6 +179,7 @@ $dark-schema: (
|
177 | 179 | sparkline: $_dark-sparkline,
|
178 | 180 | igx-splitter: $_dark-splitter,
|
179 | 181 | igx-switch: $_dark-switch,
|
| 182 | + igx-stepper: $_dark-stepper, |
180 | 183 | igx-tabs: $_dark-tabs,
|
181 | 184 | igx-time-picker: $_dark-time-picker,
|
182 | 185 | igx-toast: $_dark-toast,
|
@@ -246,6 +249,7 @@ $dark-material-schema: $dark-schema;
|
246 | 249 | /// @property {Map} sparkline [$_dark-fluent-sparkline],
|
247 | 250 | /// @property {Map} igx-splitter [$_dark-fluent-splitter],
|
248 | 251 | /// @property {Map} igx-switch [$_dark-fluent-switch],
|
| 252 | +/// @property {Map} igx-stepper [$_dark-fluent-stepper], |
249 | 253 | /// @property {Map} igx-tabs [$_dark-fluent-tabs],
|
250 | 254 | /// @property {Map} igx-time-picker [$_dark-fluent-time-picker],
|
251 | 255 | /// @property {Map} igx-toast [$_dark-fluent-toast],
|
@@ -305,6 +309,7 @@ $dark-fluent-schema: (
|
305 | 309 | sparkline: $_dark-fluent-sparkline,
|
306 | 310 | igx-splitter: $_dark-fluent-splitter,
|
307 | 311 | igx-switch: $_dark-fluent-switch,
|
| 312 | + igx-stepper: $_dark-fluent-stepper, |
308 | 313 | igx-tabs: $_dark-fluent-tabs,
|
309 | 314 | igx-time-picker: $_dark-fluent-time-picker,
|
310 | 315 | igx-toast: $_dark-fluent-toast,
|
@@ -369,6 +374,7 @@ $dark-fluent-schema: (
|
369 | 374 | /// @property {Map} sparkline [$_dark-bootstrap-sparkline],
|
370 | 375 | /// @property {Map} igx-splitter [$_dark-bootstrap-splitter],
|
371 | 376 | /// @property {Map} igx-switch [$_dark-bootstrap-switch],
|
| 377 | +/// @property {Map} igx-stepper [$_dark-bootstrap-stepper], |
372 | 378 | /// @property {Map} igx-tabs [$_dark-bootstrap-tabs],
|
373 | 379 | /// @property {Map} igx-time-picker [$_dark-bootstrap-time-picker],
|
374 | 380 | /// @property {Map} igx-toast [$_dark-bootstrap-toast],
|
@@ -428,6 +434,7 @@ $dark-bootstrap-schema: (
|
428 | 434 | sparkline: $_dark-bootstrap-sparkline,
|
429 | 435 | igx-splitter: $_dark-bootstrap-splitter,
|
430 | 436 | igx-switch: $_dark-bootstrap-switch,
|
| 437 | + igx-stepper: $_dark-bootstrap-stepper, |
431 | 438 | igx-tabs: $_dark-bootstrap-tabs,
|
432 | 439 | igx-time-picker: $_dark-bootstrap-time-picker,
|
433 | 440 | igx-toast: $_dark-bootstrap-toast,
|
@@ -492,6 +499,7 @@ $dark-bootstrap-schema: (
|
492 | 499 | /// @property {Map} sparkline [$_dark-indigo-sparkline]
|
493 | 500 | /// @property {Map} igx-splitter [$_dark-indigo-splitter]
|
494 | 501 | /// @property {Map} igx-switch [$_dark-indigo-switch]
|
| 502 | +/// @property {Map} igx-stepper [$_dark-indigo-stepper] |
495 | 503 | /// @property {Map} igx-tabs [$_dark-indigo-tabs]
|
496 | 504 | /// @property {Map} igx-time-picker [$_dark-indigo-time-picker]
|
497 | 505 | /// @property {Map} igx-toast [$_dark-indigo-toast]
|
@@ -551,6 +559,7 @@ $dark-indigo-schema: (
|
551 | 559 | sparkline: $_dark-indigo-sparkline,
|
552 | 560 | igx-splitter: $_dark-indigo-splitter,
|
553 | 561 | igx-switch: $_dark-indigo-switch,
|
| 562 | + igx-stepper: $_dark-indigo-stepper, |
554 | 563 | igx-tabs: $_dark-indigo-tabs,
|
555 | 564 | igx-time-picker: $_dark-indigo-time-picker,
|
556 | 565 | igx-toast: $_dark-indigo-toast,
|
|
0 commit comments