igniteui-theming 9.0.0-beta.2 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,25 +5,13 @@
5
5
  ////
6
6
 
7
7
  /// @type Map
8
- /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the default toast.
8
+ /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the toast.
9
9
  $default-elevation-toast: (
10
10
  elevation: 0,
11
11
  );
12
12
 
13
13
  /// @type Map
14
- /// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the bootstrap toast.
14
+ /// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the toast.
15
15
  $bootstrap-elevation-toast: (
16
16
  elevation: 10,
17
17
  );
18
-
19
- /// @type Map
20
- /// @prop {Number} elevation [10] - The elevation level, between 0-24, to be used for the indigo toast.
21
- $indigo-elevation-toast: (
22
- elevation: 10,
23
- );
24
-
25
- /// @type Map
26
- /// @prop {Number} elevation [11] - The elevation level, between 0-24, to be used for the dark indigo toast.
27
- $dark-indigo-elevation-toast: (
28
- elevation: 11,
29
- );