igniteui-theming 1.4.1 → 1.4.2

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.
Files changed (101) hide show
  1. package/package.json +2 -2
  2. package/sass/animations/_easings.scss +1 -0
  3. package/sass/animations/_mixins.scss +7 -4
  4. package/sass/animations/entrances/_bounce.scss +1 -0
  5. package/sass/animations/entrances/_fade.scss +1 -0
  6. package/sass/animations/entrances/_flicker.scss +1 -0
  7. package/sass/animations/entrances/_flip.scss +1 -0
  8. package/sass/animations/entrances/_puff.scss +1 -0
  9. package/sass/animations/entrances/_roll.scss +1 -0
  10. package/sass/animations/entrances/_rotate.scss +1 -0
  11. package/sass/animations/entrances/_scale.scss +1 -0
  12. package/sass/animations/entrances/_slide.scss +1 -0
  13. package/sass/animations/entrances/_slit.scss +1 -0
  14. package/sass/animations/entrances/_swing.scss +1 -0
  15. package/sass/animations/entrances/_swirl.scss +1 -0
  16. package/sass/animations/exits/_bounce.scss +1 -0
  17. package/sass/animations/exits/_fade.scss +1 -0
  18. package/sass/animations/exits/_flicker.scss +1 -0
  19. package/sass/animations/exits/_flip.scss +1 -0
  20. package/sass/animations/exits/_puff.scss +1 -0
  21. package/sass/animations/exits/_roll.scss +1 -0
  22. package/sass/animations/exits/_rotate.scss +1 -0
  23. package/sass/animations/exits/_scale.scss +1 -0
  24. package/sass/animations/exits/_slide.scss +1 -0
  25. package/sass/animations/exits/_slit.scss +1 -0
  26. package/sass/animations/exits/_swing.scss +1 -0
  27. package/sass/animations/exits/_swirl.scss +1 -0
  28. package/sass/animations/generic/_flip.scss +1 -0
  29. package/sass/animations/generic/_rotate.scss +1 -0
  30. package/sass/animations/generic/_scale.scss +1 -0
  31. package/sass/animations/generic/_shadows.scss +1 -0
  32. package/sass/animations/generic/_slide.scss +1 -0
  33. package/sass/animations/generic/_swing.scss +1 -0
  34. package/sass/bem/_index.scss +1 -0
  35. package/sass/color/_charts.scss +6 -4
  36. package/sass/color/_functions.scss +4 -0
  37. package/sass/color/_mixins.scss +4 -0
  38. package/sass/color/_types.scss +1 -0
  39. package/sass/color/presets/dark/_bootstrap.scss +6 -2
  40. package/sass/color/presets/dark/_extra.scss +6 -4
  41. package/sass/color/presets/dark/_fluent.scss +6 -6
  42. package/sass/color/presets/dark/_indigo.scss +6 -2
  43. package/sass/color/presets/dark/_material.scss +6 -2
  44. package/sass/color/presets/light/_bootstrap.scss +6 -2
  45. package/sass/color/presets/light/_extra.scss +6 -4
  46. package/sass/color/presets/light/_fluent.scss +6 -6
  47. package/sass/color/presets/light/_indigo.scss +6 -2
  48. package/sass/color/presets/light/_material.scss +6 -2
  49. package/sass/elevations/_functions.scss +1 -0
  50. package/sass/elevations/_mixins.scss +1 -0
  51. package/sass/elevations/presets/_material.scss +1 -0
  52. package/sass/themes/_functions.scss +4 -0
  53. package/sass/themes/_mixins.scss +4 -0
  54. package/sass/themes/charts/_category-chart-theme.scss +1 -0
  55. package/sass/themes/charts/_data-chart-theme.scss +1 -0
  56. package/sass/themes/charts/_doughnut-chart-theme.scss +1 -0
  57. package/sass/themes/charts/_financial-chart-theme.scss +1 -0
  58. package/sass/themes/charts/_funnel-chart-theme.scss +1 -0
  59. package/sass/themes/charts/_gauge-theme.scss +1 -0
  60. package/sass/themes/charts/_geo-map-theme.scss +1 -0
  61. package/sass/themes/charts/_graph-theme.scss +1 -0
  62. package/sass/themes/charts/_pie-chart-theme.scss +1 -0
  63. package/sass/themes/charts/_shape-chart-theme.scss +1 -0
  64. package/sass/themes/charts/_sparkline-theme.scss +1 -0
  65. package/sass/themes/schemas/charts/dark/_category-chart.scss +1 -0
  66. package/sass/themes/schemas/charts/dark/_data-chart.scss +1 -0
  67. package/sass/themes/schemas/charts/dark/_doughnut-chart.scss +1 -0
  68. package/sass/themes/schemas/charts/dark/_financial-chart.scss +1 -0
  69. package/sass/themes/schemas/charts/dark/_funnel-chart.scss +1 -0
  70. package/sass/themes/schemas/charts/dark/_gauge.scss +1 -0
  71. package/sass/themes/schemas/charts/dark/_geo-map.scss +1 -0
  72. package/sass/themes/schemas/charts/dark/_graph.scss +1 -0
  73. package/sass/themes/schemas/charts/dark/_index.scss +1 -0
  74. package/sass/themes/schemas/charts/dark/_pie-chart.scss +1 -0
  75. package/sass/themes/schemas/charts/dark/_shape-chart.scss +1 -0
  76. package/sass/themes/schemas/charts/dark/_sparkline.scss +1 -0
  77. package/sass/themes/schemas/charts/light/_category-chart.scss +1 -0
  78. package/sass/themes/schemas/charts/light/_data-chart.scss +1 -0
  79. package/sass/themes/schemas/charts/light/_doughnut-chart.scss +1 -0
  80. package/sass/themes/schemas/charts/light/_financial-chart.scss +1 -0
  81. package/sass/themes/schemas/charts/light/_funnel-chart.scss +1 -0
  82. package/sass/themes/schemas/charts/light/_gauge.scss +1 -0
  83. package/sass/themes/schemas/charts/light/_geo-map.scss +1 -0
  84. package/sass/themes/schemas/charts/light/_graph.scss +1 -0
  85. package/sass/themes/schemas/charts/light/_index.scss +1 -0
  86. package/sass/themes/schemas/charts/light/_pie-chart.scss +1 -0
  87. package/sass/themes/schemas/charts/light/_shape-chart.scss +1 -0
  88. package/sass/themes/schemas/charts/light/_sparkline.scss +1 -0
  89. package/sass/typography/_functions.scss +1 -0
  90. package/sass/typography/_mixins.scss +1 -0
  91. package/sass/typography/_types.scss +1 -0
  92. package/sass/typography/charts/_index.scss +5 -1
  93. package/sass/typography/presets/_bootstrap.scss +1 -0
  94. package/sass/typography/presets/_fluent.scss +1 -0
  95. package/sass/typography/presets/_indigo.scss +1 -0
  96. package/sass/typography/presets/_material.scss +1 -0
  97. package/sass/utils/_css.scss +4 -0
  98. package/sass/utils/_map.scss +4 -0
  99. package/sass/utils/_math.scss +4 -0
  100. package/sass/utils/_meta.scss +4 -0
  101. package/sass/utils/_string.scss +4 -0
@@ -3,6 +3,7 @@
3
3
  @use 'sass:list';
4
4
 
5
5
  ////
6
+ /// @package theming
6
7
  /// @group Elevations
7
8
  ////
8
9
 
@@ -1,6 +1,7 @@
1
1
  @use '../utils/meta' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group Elevations
5
6
  ////
6
7
 
@@ -1,6 +1,7 @@
1
1
  @use '../functions' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group elevations
5
6
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
6
7
  ////
@@ -7,6 +7,10 @@
7
7
  @use '../color/functions' as color;
8
8
  @use '../utils' as utils;
9
9
 
10
+ ////
11
+ /// @package theming
12
+ ////
13
+
10
14
  /// Digests a theme schema and returns a resolved theme map.
11
15
  /// @access private
12
16
  /// @param {Map} $schema - A theme schema.
@@ -5,6 +5,10 @@
5
5
  @use '../utils/meta' as *;
6
6
  @use '../typography/functions' as *;
7
7
 
8
+ ////
9
+ /// @package theming
10
+ ////
11
+
8
12
  /// A list of ignored keywords to be excluded when generating CSS variables for a theme.
9
13
  /// @access private
10
14
  $ignored-keys: ('name', 'palette', 'variant', 'selector', 'type', '_meta');
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access public
12
13
  /// @author <a href="https://github.com/SisIvanova" target="_blank">Silvia Ivanova</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access public
12
13
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -6,6 +6,7 @@
6
6
  @use '../../typography' as *;
7
7
 
8
8
  ////
9
+ /// @package theming
9
10
  /// @group themes
10
11
  /// @access public
11
12
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access private
12
13
  /// @author <a href="https://github.com/didimmova" target="_blank">Dilyana Dimova</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access private
12
13
  /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access public
12
13
  /// @author <a href="https://github.com/SisIvanova" target="_blank">Silvia Ivanova</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access private
12
13
  /// @author <a href="https://github.com/didimmova" target="_blank">Dilyana Dimova</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access public
12
13
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access public
12
13
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -7,6 +7,7 @@
7
7
  @use '../../typography' as *;
8
8
 
9
9
  ////
10
+ /// @package theming
10
11
  /// @group themes
11
12
  /// @access public
12
13
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -6,6 +6,7 @@
6
6
  @use '../../typography' as *;
7
7
 
8
8
  ////
9
+ /// @package theming
9
10
  /// @group themes
10
11
  /// @access public
11
12
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -2,6 +2,7 @@
2
2
  @use '../light/category-chart' as *;
3
3
 
4
4
  ////
5
+ /// @package theming
5
6
  /// @group schemas
6
7
  /// @access public
7
8
  /// @author <a href="https://github.com/SisIvanova" target="_blank">Silvia Ivanova</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/data-chart' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/doughnut-chart' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/financial-chart' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/didimmova" target="_blank">Dilyana Dimova</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/funnel-chart' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/gauge' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/SisIvanova" target="_blank">Silvia Ivanova</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/geo-map' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/didimmova" target="_blank">Dilyana Dimova</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/graph' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -11,6 +11,7 @@
11
11
  @use './sparkline' as *;
12
12
 
13
13
  ////
14
+ /// @package theming
14
15
  /// @group schemas
15
16
  /// @access public
16
17
  /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/pie-chart' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/shape-chart' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,6 +1,7 @@
1
1
  @use '../light/sparkline' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/SisIvanova" target="_blank">Silvia Ivanova</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/didimmova" target="_blank">Dilyana Dimova</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
@@ -2,6 +2,7 @@
2
2
  @use '../../../../utils/map' as *;
3
3
 
4
4
  ////
5
+ /// @package theming
5
6
  /// @group schemas
6
7
  /// @access public
7
8
  /// @author <a href="https://github.com/SisIvanova" target="_blank">Silvia Ivanova</a>
@@ -1,6 +1,7 @@
1
1
  /* stylelint-disable max-line-length */
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,6 +1,7 @@
1
1
  /* stylelint-disable max-line-length */
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group schemas
5
6
  /// @access public
6
7
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -11,6 +11,7 @@
11
11
  @use './sparkline' as *;
12
12
 
13
13
  ////
14
+ /// @package theming
14
15
  /// @group schemas
15
16
  /// @access public
16
17
  /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable max-line-length */
2
2
  ////
3
+ /// @package theming
3
4
  /// @group schemas
4
5
  /// @access public
5
6
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -1,4 +1,5 @@
1
1
  ////
2
+ /// @package theming
2
3
  /// @group schemas
3
4
  /// @access public
4
5
  /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
@@ -6,6 +6,7 @@
6
6
  @use './types';
7
7
 
8
8
  ////
9
+ /// @package theming
9
10
  /// @group Typography
10
11
  ////
11
12
 
@@ -6,6 +6,7 @@
6
6
  @use '../themes/mixins' as *;
7
7
 
8
8
  ////
9
+ /// @package theming
9
10
  /// @group Typography
10
11
  ////
11
12
 
@@ -1,4 +1,5 @@
1
1
  ////
2
+ /// @package theming
2
3
  /// @group Typography
3
4
  ////
4
5
 
@@ -7,8 +7,12 @@
7
7
  @use '../../themes/charts/pie-chart-theme' as *;
8
8
  @use '../../themes/charts/shape-chart-theme' as *;
9
9
 
10
- /// Includes all chart related typography styles for a given type-scale and target.
10
+ ////
11
+ /// @package theming
11
12
  /// @group typography
13
+ ////
14
+
15
+ /// Includes all chart related typography styles for a given type-scale and target.
12
16
  /// @param {Map} $type-scale - The type-scale to be used when including typography styles.
13
17
  /// @param {String} $target ['angular'] - The target platform. Could be 'angular', 'webc', or 'blazor'.
14
18
  /// @access public
@@ -3,6 +3,7 @@
3
3
  @use '../../utils/map' as *;
4
4
 
5
5
  ////
6
+ /// @package theming
6
7
  /// @group Typography
7
8
  ////
8
9
 
@@ -1,6 +1,7 @@
1
1
  @use '../functions' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group Typography
5
6
  ////
6
7
 
@@ -1,6 +1,7 @@
1
1
  @use '../functions' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group Typography
5
6
  ////
6
7
 
@@ -1,6 +1,7 @@
1
1
  @use '../functions' as *;
2
2
 
3
3
  ////
4
+ /// @package theming
4
5
  /// @group Typography
5
6
  ////
6
7
 
@@ -1,6 +1,10 @@
1
1
  @use 'sass:list';
2
2
  @use 'sass:map';
3
3
 
4
+ ////
5
+ /// @package theming
6
+ ////
7
+
4
8
  /// Expands the provided list of values in all four directions.
5
9
  /// Works similar to how to browser expands shorthands for margins.
6
10
  /// @access private
@@ -1,6 +1,10 @@
1
1
  @use 'sass:map';
2
2
  @use 'sass:list';
3
3
 
4
+ ////
5
+ /// @package theming
6
+ ////
7
+
4
8
  /// Removes all null key-value pairs from a map
5
9
  /// @access private
6
10
  /// @param {Map} $map - The target map to be cleaned.
@@ -1,6 +1,10 @@
1
1
  @use 'sass:math';
2
2
  @use 'sass:string';
3
3
 
4
+ ////
5
+ /// @package theming
6
+ ////
7
+
4
8
  /// Rounds a number to a certain precision
5
9
  /// @group utilities
6
10
  /// @access public
@@ -1,5 +1,9 @@
1
1
  @use 'sass:selector';
2
2
 
3
+ ////
4
+ /// @package theming
5
+ ////
6
+
3
7
  /// Returns true if the scope where it's called is the root of the document.
4
8
  /// @access private
5
9
  /// @example scss Check if the current scope is root
@@ -3,6 +3,10 @@
3
3
  @use 'sass:map';
4
4
  @use 'sass:meta';
5
5
 
6
+ ////
7
+ /// @package theming
8
+ ////
9
+
6
10
  /// Splits a string into a list by a given separator.
7
11
  /// @access public
8
12
  /// @group utilities