igniteui-theming 1.4.2 → 1.4.3-beta.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 (109) hide show
  1. package/index.js +3 -0
  2. package/json/colors/meta/multipliers.json +1 -1
  3. package/package.json +21 -14
  4. package/sass/animations/_easings.scss +23 -23
  5. package/sass/animations/entrances/_bounce.scss +3 -3
  6. package/sass/animations/entrances/_flicker.scss +10 -26
  7. package/sass/animations/exits/_bounce.scss +6 -6
  8. package/sass/animations/exits/_flicker.scss +12 -28
  9. package/sass/animations/exits/_flip.scss +8 -8
  10. package/sass/animations/exits/_puff.scss +11 -11
  11. package/sass/animations/exits/_roll.scss +4 -4
  12. package/sass/animations/exits/_rotate.scss +25 -25
  13. package/sass/animations/exits/_scale.scss +15 -15
  14. package/sass/animations/exits/_slide.scss +34 -34
  15. package/sass/animations/exits/_slit.scss +4 -4
  16. package/sass/animations/exits/_swing.scss +8 -8
  17. package/sass/animations/exits/_swirl.scss +18 -18
  18. package/sass/animations/generic/_flip.scss +4 -4
  19. package/sass/animations/generic/_rotate.scss +5 -5
  20. package/sass/animations/generic/_scale.scss +31 -31
  21. package/sass/animations/generic/_shadows.scss +12 -68
  22. package/sass/bem/_index.scss +9 -3
  23. package/sass/color/_charts.scss +1 -1
  24. package/sass/color/_functions.scss +22 -56
  25. package/sass/color/_multipliers.scss +14 -14
  26. package/sass/color/_types.scss +6 -1
  27. package/sass/color/presets/dark/_bootstrap.scss +1 -1
  28. package/sass/color/presets/dark/_fluent.scss +3 -3
  29. package/sass/color/presets/dark/_indigo.scss +1 -1
  30. package/sass/color/presets/dark/_material.scss +1 -1
  31. package/sass/color/presets/light/_bootstrap.scss +1 -1
  32. package/sass/color/presets/light/_extra.scss +2 -2
  33. package/sass/color/presets/light/_fluent.scss +3 -3
  34. package/sass/color/presets/light/_indigo.scss +1 -1
  35. package/sass/color/presets/light/_material.scss +1 -1
  36. package/sass/elevations/presets/_index.scss +1 -5
  37. package/sass/elevations/presets/_material.scss +1 -1
  38. package/sass/themes/_functions.scss +2 -12
  39. package/sass/themes/_index.scss +1 -0
  40. package/sass/themes/_mixins.scss +4 -5
  41. package/sass/themes/charts/_category-chart-theme.scss +15 -11
  42. package/sass/themes/charts/_data-chart-theme.scss +4 -7
  43. package/sass/themes/charts/_doughnut-chart-theme.scss +2 -2
  44. package/sass/themes/charts/_financial-chart-theme.scss +15 -11
  45. package/sass/themes/charts/_funnel-chart-theme.scss +22 -18
  46. package/sass/themes/charts/_gauge-theme.scss +8 -16
  47. package/sass/themes/charts/_geo-map-theme.scss +10 -11
  48. package/sass/themes/charts/_graph-theme.scss +3 -3
  49. package/sass/themes/charts/_pie-chart-theme.scss +21 -20
  50. package/sass/themes/charts/_shape-chart-theme.scss +15 -11
  51. package/sass/themes/charts/_sparkline-theme.scss +2 -2
  52. package/sass/themes/schemas/_index.scss +10 -33
  53. package/sass/themes/schemas/charts/light/_category-chart.scss +68 -24
  54. package/sass/themes/schemas/charts/light/_data-chart.scss +12 -3
  55. package/sass/themes/schemas/charts/light/_financial-chart.scss +1 -1
  56. package/sass/themes/schemas/charts/light/_gauge.scss +14 -5
  57. package/sass/themes/schemas/charts/light/_geo-map.scss +2 -2
  58. package/sass/themes/schemas/charts/light/_graph.scss +20 -5
  59. package/sass/themes/schemas/charts/light/_pie-chart.scss +4 -1
  60. package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -2
  61. package/sass/themes/schemas/charts/light/_sparkline.scss +4 -1
  62. package/sass/themes/schemas/components/_index.scss +2 -0
  63. package/sass/themes/schemas/components/dark/_avatar.scss +46 -0
  64. package/sass/themes/schemas/components/dark/_button.scss +491 -0
  65. package/sass/themes/schemas/components/dark/_checkbox.scss +88 -0
  66. package/sass/themes/schemas/components/dark/_combo.scss +56 -0
  67. package/sass/themes/schemas/components/dark/_drop-down.scss +86 -0
  68. package/sass/themes/schemas/components/dark/_icon.scss +39 -0
  69. package/sass/themes/schemas/components/dark/_index.scss +120 -0
  70. package/sass/themes/schemas/components/dark/_input-group.scss +170 -0
  71. package/sass/themes/schemas/components/dark/_navbar.scss +27 -0
  72. package/sass/themes/schemas/components/dark/_radio.scss +144 -0
  73. package/sass/themes/schemas/components/dark/_rating.scss +29 -0
  74. package/sass/themes/schemas/components/dark/_select.scss +56 -0
  75. package/sass/themes/schemas/components/dark/_slider.scss +136 -0
  76. package/sass/themes/schemas/components/dark/_switch.scss +216 -0
  77. package/sass/themes/schemas/components/dark/_tabs.scss +65 -0
  78. package/sass/themes/schemas/components/dark/_tree.scss +132 -0
  79. package/sass/themes/schemas/components/elevation/_button.scss +63 -0
  80. package/sass/themes/schemas/components/elevation/_drop-down.scss +29 -0
  81. package/sass/themes/schemas/components/elevation/_input-group.scss +37 -0
  82. package/sass/themes/schemas/components/elevation/_navbar.scss +23 -0
  83. package/sass/themes/schemas/components/elevation/_switch.scss +15 -0
  84. package/sass/themes/schemas/components/light/_avatar.scss +69 -0
  85. package/sass/themes/schemas/components/light/_button.scss +1700 -0
  86. package/sass/themes/schemas/components/light/_checkbox.scss +285 -0
  87. package/sass/themes/schemas/components/light/_combo.scss +317 -0
  88. package/sass/themes/schemas/components/light/_drop-down.scss +376 -0
  89. package/sass/themes/schemas/components/light/_icon.scss +55 -0
  90. package/sass/themes/schemas/components/light/_index.scss +121 -0
  91. package/sass/themes/schemas/components/light/_input-group.scss +794 -0
  92. package/sass/themes/schemas/components/light/_navbar.scss +116 -0
  93. package/sass/themes/schemas/components/light/_radio.scss +279 -0
  94. package/sass/themes/schemas/components/light/_rating.scss +129 -0
  95. package/sass/themes/schemas/components/light/_select.scss +176 -0
  96. package/sass/themes/schemas/components/light/_slider.scss +362 -0
  97. package/sass/themes/schemas/components/light/_switch.scss +473 -0
  98. package/sass/themes/schemas/components/light/_tabs.scss +402 -0
  99. package/sass/themes/schemas/components/light/_tree.scss +288 -0
  100. package/sass/typography/_functions.scss +7 -5
  101. package/sass/typography/_mixins.scss +1 -3
  102. package/sass/typography/_types.scss +2 -16
  103. package/sass/typography/presets/_bootstrap.scss +24 -24
  104. package/sass/typography/presets/_fluent.scss +23 -23
  105. package/sass/typography/presets/_indigo.scss +24 -24
  106. package/sass/typography/presets/_material.scss +23 -23
  107. package/sass/utils/_css.scss +6 -1
  108. package/sass/utils/_map.scss +4 -8
  109. package/sass/utils/_string.scss +14 -6
@@ -41,14 +41,14 @@
41
41
  $outer-label-text-color: null,
42
42
  $outer-label-visibility: null,
43
43
  $outline-thickness: null,
44
- $text-color: null,
44
+ $text-color: null
45
45
  ) {
46
46
  $name: 'funnel-chart';
47
47
  $selector: map.get(
48
48
  (
49
49
  'angular': 'igx-funnel-chart',
50
50
  'webc': 'igc-funnel-chart',
51
- 'blazor': 'igb-funnel-chart'
51
+ 'blazor': 'igb-funnel-chart',
52
52
  ),
53
53
  $target
54
54
  );
@@ -62,29 +62,33 @@
62
62
 
63
63
  $theme: digest-schema($chart-schema);
64
64
 
65
- @return extend($theme, (
66
- name: $name,
67
- selector: $selector,
68
- brushes: $brushes,
69
- outlines: $outlines,
70
- outer-label-alignment: $outer-label-alignment,
71
- outer-label-text-color: $outer-label-text-color,
72
- outer-label-visibility: $outer-label-visibility,
73
- outline-thickness: $outline-thickness,
74
- text-color: $text-color,
75
- ));
65
+ @return extend(
66
+ $theme,
67
+ (
68
+ name: $name,
69
+ selector: $selector,
70
+ brushes: $brushes,
71
+ outlines: $outlines,
72
+ outer-label-alignment: $outer-label-alignment,
73
+ outer-label-text-color: $outer-label-text-color,
74
+ outer-label-visibility: $outer-label-visibility,
75
+ outline-thickness: $outline-thickness,
76
+ text-color: $text-color,
77
+ )
78
+ );
76
79
  }
77
80
 
78
- @mixin funnel-chart-typography($type-scale, $categories: (
79
- outer-label-text-style: 'h1',
80
- text-style: 'subtitle-1',
81
- ), $target: 'angular') {
81
+ @mixin funnel-chart-typography(
82
+ $type-scale,
83
+ $categories: (outer-label-text-style: 'h1', text-style: 'subtitle-1'),
84
+ $target: 'angular'
85
+ ) {
82
86
  $name: 'funnel-chart';
83
87
  $selector: map.get(
84
88
  (
85
89
  'angular': 'igx-funnel-chart',
86
90
  'webc': 'igc-funnel-chart',
87
- 'blazor': 'igb-funnel-chart'
91
+ 'blazor': 'igb-funnel-chart',
88
92
  ),
89
93
  $target
90
94
  );
@@ -43,17 +43,13 @@
43
43
  /// $custom-gauge-theme: linear-gauge-theme($brushes: (red, green, blue));
44
44
  /// // Pass the theme to the css-vars mixin
45
45
  /// @include css-vars($custom-gauge-theme);
46
- @function linear-gauge-theme(
47
- $schema: $light-material-schema,
48
- $target: 'angular',
49
- $rest...
50
- ) {
46
+ @function linear-gauge-theme($schema: $light-material-schema, $target: 'angular', $rest...) {
51
47
  $name: 'linear-gauge';
52
48
  $selector: map.get(
53
49
  (
54
50
  'angular': 'igx-linear-gauge',
55
51
  'webc': 'igc-linear-gauge',
56
- 'blazor': 'igb-linear-gauge'
52
+ 'blazor': 'igb-linear-gauge',
57
53
  ),
58
54
  $target
59
55
  );
@@ -73,7 +69,7 @@
73
69
  (
74
70
  name: $name,
75
71
  selector: $selector,
76
- ),
72
+ )
77
73
  );
78
74
  }
79
75
 
@@ -103,17 +99,13 @@
103
99
  /// $custom-gauge-theme: radial-gauge-theme($brushes: (red, green, blue));
104
100
  /// // Pass the theme to the css-vars mixin
105
101
  /// @include css-vars($custom-gauge-theme);
106
- @function radial-gauge-theme(
107
- $schema: $light-material-schema,
108
- $target: 'angular',
109
- $rest...
110
- ) {
102
+ @function radial-gauge-theme($schema: $light-material-schema, $target: 'angular', $rest...) {
111
103
  $name: 'radial-gauge';
112
104
  $selector: map.get(
113
105
  (
114
106
  'angular': 'igx-radial-gauge',
115
107
  'webc': 'igc-radial-gauge',
116
- 'blazor': 'igb-radial-gauge'
108
+ 'blazor': 'igb-radial-gauge',
117
109
  ),
118
110
  $target
119
111
  );
@@ -133,7 +125,7 @@
133
125
  (
134
126
  name: $name,
135
127
  selector: $selector,
136
- ),
128
+ )
137
129
  );
138
130
  }
139
131
 
@@ -146,7 +138,7 @@
146
138
  (
147
139
  'angular': 'igx-linear-gauge',
148
140
  'webc': 'igc-linear-gauge',
149
- 'blazor': 'igb-linear-gauge'
141
+ 'blazor': 'igb-linear-gauge',
150
142
  ),
151
143
  $target
152
144
  );
@@ -154,7 +146,7 @@
154
146
  (
155
147
  'angular': 'igx-radial-gauge',
156
148
  'webc': 'igc-radial-gauge',
157
- 'blazor': 'igb-radial-gauge'
149
+ 'blazor': 'igb-radial-gauge',
158
150
  ),
159
151
  $target
160
152
  );
@@ -23,17 +23,13 @@
23
23
  /// $my-map-theme: geo-map-theme($width: 550px);
24
24
  /// // Pass the theme to the css-vars mixin
25
25
  /// @include css-vars($my-map-theme);
26
- @function geo-map-theme(
27
- $schema: $light-material-schema,
28
- $target: 'angular',
29
- $plot-area-background: null
30
- ) {
26
+ @function geo-map-theme($schema: $light-material-schema, $target: 'angular', $plot-area-background: null) {
31
27
  $name: 'geo-map';
32
28
  $selector: map.get(
33
29
  (
34
30
  'angular': 'igx-geographic-map',
35
31
  'webc': 'igc-geographic-map',
36
- 'blazor': 'igb-geographic-map'
32
+ 'blazor': 'igb-geographic-map',
37
33
  ),
38
34
  $target
39
35
  );
@@ -47,9 +43,12 @@
47
43
 
48
44
  $theme: digest-schema($chart-schema);
49
45
 
50
- @return extend( $theme, (
51
- name: $name,
52
- selector: $selector,
53
- plot-area-background: $plot-area-background,
54
- ));
46
+ @return extend(
47
+ $theme,
48
+ (
49
+ name: $name,
50
+ selector: $selector,
51
+ plot-area-background: $plot-area-background,
52
+ )
53
+ );
55
54
  }
@@ -65,14 +65,14 @@
65
65
  $tick-stroke-thickness: null,
66
66
  $value-brush: null,
67
67
  $value-outline: null,
68
- $value-stroke-thickness: null,
68
+ $value-stroke-thickness: null
69
69
  ) {
70
70
  $name: 'bullet-graph';
71
71
  $selector: map.get(
72
72
  (
73
73
  'angular': 'igx-bullet-graph',
74
74
  'webc': 'igc-bullet-graph',
75
- 'blazor': 'igb-bullet-graph'
75
+ 'blazor': 'igb-bullet-graph',
76
76
  ),
77
77
  $target
78
78
  );
@@ -124,7 +124,7 @@
124
124
  (
125
125
  'angular': 'igx-bullet-graph',
126
126
  'webc': 'igc-bullet-graph',
127
- 'blazor': 'igb-bullet-graph'
127
+ 'blazor': 'igb-bullet-graph',
128
128
  ),
129
129
  $target
130
130
  );
@@ -45,14 +45,14 @@
45
45
  $leader-line-margin: null,
46
46
  $leader-line-type: null,
47
47
  $leader-line-visibility: null,
48
- $radius-factor: null,
48
+ $radius-factor: null
49
49
  ) {
50
50
  $name: 'pie-chart';
51
51
  $selector: map.get(
52
52
  (
53
53
  'angular': 'igx-pie-chart',
54
54
  'webc': 'igc-pie-chart',
55
- 'blazor': 'igb-pie-chart'
55
+ 'blazor': 'igb-pie-chart',
56
56
  ),
57
57
  $target
58
58
  );
@@ -66,20 +66,23 @@
66
66
 
67
67
  $theme: digest-schema($chart-schema);
68
68
 
69
- @return extend( $theme, (
70
- name: $name,
71
- selector: $selector,
72
- brushes: $brushes,
73
- outlines: $outlines,
74
- label-extent: $label-extent,
75
- label-inner-color: $label-inner-color,
76
- label-outer-color: $label-outer-color,
77
- labels-position: $labels-position,
78
- leader-line-margin: $leader-line-margin,
79
- leader-line-type: $leader-line-type,
80
- leader-line-visibility: $leader-line-visibility,
81
- radius-factor: $radius-factor,
82
- ));
69
+ @return extend(
70
+ $theme,
71
+ (
72
+ name: $name,
73
+ selector: $selector,
74
+ brushes: $brushes,
75
+ outlines: $outlines,
76
+ label-extent: $label-extent,
77
+ label-inner-color: $label-inner-color,
78
+ label-outer-color: $label-outer-color,
79
+ labels-position: $labels-position,
80
+ leader-line-margin: $leader-line-margin,
81
+ leader-line-type: $leader-line-type,
82
+ leader-line-visibility: $leader-line-visibility,
83
+ radius-factor: $radius-factor,
84
+ )
85
+ );
83
86
  }
84
87
 
85
88
  /// Adds typography styles for the pie-chart component.
@@ -89,15 +92,13 @@
89
92
  /// @param {Map} $type-scale - A typographic scale as produced by type-scale.
90
93
  /// @param {Map} $categories [(text: 'body-2')] - The categories from the typographic scale used for type styles.
91
94
  /// @requires {mixin} type-style
92
- @mixin pie-chart-typography($type-scale, $categories: (
93
- text: 'body-2',
94
- ), $target: 'angular') {
95
+ @mixin pie-chart-typography($type-scale, $categories: (text: 'body-2'), $target: 'angular') {
95
96
  $name: 'pie-chart';
96
97
  $selector: map.get(
97
98
  (
98
99
  'angular': 'igx-pie-chart',
99
100
  'webc': 'igc-pie-chart',
100
- 'blazor': 'igb-pie-chart'
101
+ 'blazor': 'igb-pie-chart',
101
102
  ),
102
103
  $target
103
104
  );
@@ -103,14 +103,14 @@
103
103
  $y-axis-stroke-thickness: null,
104
104
  $y-axis-title-alignment: null,
105
105
  $y-axis-title-color: null,
106
- $y-axis-title-margin: null,
106
+ $y-axis-title-margin: null
107
107
  ) {
108
108
  $name: 'shape-chart';
109
109
  $selector: map.get(
110
110
  (
111
111
  'angular': 'igx-shape-chart',
112
112
  'webc': 'igc-shape-chart',
113
- 'blazor': 'igb-shape-chart'
113
+ 'blazor': 'igb-shape-chart',
114
114
  ),
115
115
  $target
116
116
  );
@@ -232,20 +232,24 @@
232
232
  /// 'y-axis-title-text-style': 'h3',
233
233
  /// )] - The categories from the typographic scale used for type styles.
234
234
  /// @requires {mixin} type-style
235
- @mixin shape-chart-typography($type-scale, $categories: (
236
- 'title': 'h6',
237
- 'subtitle': 'subtitle-1',
238
- 'x-axis-label-text-style': 'h4',
239
- 'y-axis-label-text-style': 'h4',
240
- 'x-axis-title-text-style': 'h3',
241
- 'y-axis-title-text-style': 'h3',
242
- ), $target: 'angular') {
235
+ @mixin shape-chart-typography(
236
+ $type-scale,
237
+ $categories: (
238
+ 'title': 'h6',
239
+ 'subtitle': 'subtitle-1',
240
+ 'x-axis-label-text-style': 'h4',
241
+ 'y-axis-label-text-style': 'h4',
242
+ 'x-axis-title-text-style': 'h3',
243
+ 'y-axis-title-text-style': 'h3'
244
+ ),
245
+ $target: 'angular'
246
+ ) {
243
247
  $name: 'shape-chart';
244
248
  $selector: map.get(
245
249
  (
246
250
  'angular': 'igx-shape-chart',
247
251
  'webc': 'igc-shape-chart',
248
- 'blazor': 'igb-shape-chart'
252
+ 'blazor': 'igb-shape-chart',
249
253
  ),
250
254
  $target
251
255
  );
@@ -65,14 +65,14 @@
65
65
  $trend-line-thickness: null,
66
66
  $horizontal-axis-brush: null,
67
67
  $vertical-axis-brush: null,
68
- $normal-range-fill: null,
68
+ $normal-range-fill: null
69
69
  ) {
70
70
  $name: 'sparkline';
71
71
  $selector: map.get(
72
72
  (
73
73
  'angular': 'igx-sparkline',
74
74
  'webc': 'igc-sparkline',
75
- 'blazor': 'igb-sparkline'
75
+ 'blazor': 'igb-sparkline',
76
76
  ),
77
77
  $target
78
78
  );
@@ -1,35 +1,12 @@
1
1
  @use 'sass:map';
2
- @use './charts/index' as charts;
2
+ @use 'charts';
3
+ @use 'components';
3
4
 
4
- $light-material-schema: map.merge(
5
- charts.$light-material-schema,
6
- ()
7
- );
8
- $light-bootstrap-schema: map.merge(
9
- charts.$light-bootstrap-schema,
10
- ()
11
- );
12
- $light-fluent-schema: map.merge(
13
- charts.$light-fluent-schema,
14
- ()
15
- );
16
- $light-indigo-schema: map.merge(
17
- charts.$light-indigo-schema,
18
- ()
19
- );
20
- $dark-material-schema: map.merge(
21
- charts.$dark-material-schema,
22
- ()
23
- );
24
- $dark-bootstrap-schema: map.merge(
25
- charts.$dark-bootstrap-schema,
26
- ()
27
- );
28
- $dark-fluent-schema: map.merge(
29
- charts.$dark-fluent-schema,
30
- ()
31
- );
32
- $dark-indigo-schema: map.merge(
33
- charts.$dark-indigo-schema,
34
- ()
35
- );
5
+ $light-material-schema: map.merge(charts.$light-material-schema, components.$light-material-schema);
6
+ $light-bootstrap-schema: map.merge(charts.$light-bootstrap-schema, components.$light-bootstrap-schema);
7
+ $light-fluent-schema: map.merge(charts.$light-fluent-schema, components.$light-fluent-schema);
8
+ $light-indigo-schema: map.merge(charts.$light-indigo-schema, components.$light-indigo-schema);
9
+ $dark-material-schema: map.merge(charts.$dark-material-schema, components.$dark-material-schema);
10
+ $dark-bootstrap-schema: map.merge(charts.$dark-bootstrap-schema, components.$dark-bootstrap-schema);
11
+ $dark-fluent-schema: map.merge(charts.$dark-fluent-schema, components.$dark-fluent-schema);
12
+ $dark-indigo-schema: map.merge(charts.$dark-indigo-schema, components.$dark-indigo-schema);
@@ -64,7 +64,9 @@
64
64
  /// @property {Number} y-axis-tick-stroke-thickness [null] - Sets the thickness to apply to tickmarks along the Y-axis.
65
65
  $material-category-chart: (
66
66
  'margin': (
67
- expand-shorthand: (null)
67
+ expand-shorthand: (
68
+ null,
69
+ ),
68
70
  ),
69
71
  'brushes': series,
70
72
  'marker-brushes': series,
@@ -74,31 +76,46 @@ $material-category-chart: (
74
76
  'negative-outlines': hsl(347deg 82% 64%),
75
77
  'title-alignment': null,
76
78
  'title-margin': (
77
- expand-shorthand: (null),
78
- map-keys-prefix: 'title'
79
+ expand-shorthand: (
80
+ null,
81
+ ),
82
+ map-keys-prefix: 'title',
79
83
  ),
80
84
  'title-text-color': (
81
- color: ('gray', 900),
85
+ color: (
86
+ 'gray',
87
+ 900,
88
+ ),
82
89
  ),
83
90
  'title-text-style': null,
84
91
  'subtitle-margin': (
85
- expand-shorthand: (null),
86
- map-keys-prefix: 'subtitle'
92
+ expand-shorthand: (
93
+ null,
94
+ ),
95
+ map-keys-prefix: 'subtitle',
87
96
  ),
88
97
  'subtitle-alignment': null,
89
98
  'subtitle-text-color': (
90
- color: ('gray', 700),
99
+ color: (
100
+ 'gray',
101
+ 700,
102
+ ),
91
103
  ),
92
104
  'subtitle-text-style': null,
93
105
  'thickness': null,
94
106
  'trend-line-brushes': series,
95
107
  'trend-line-thickness': null,
96
108
  'x-axis-label-margin': (
97
- expand-shorthand: (null),
98
- map-keys-prefix: 'x-axis-label'
109
+ expand-shorthand: (
110
+ null,
111
+ ),
112
+ map-keys-prefix: 'x-axis-label',
99
113
  ),
100
114
  'x-axis-label-text-color': (
101
- color: ('gray', 700),
115
+ color: (
116
+ 'gray',
117
+ 700,
118
+ ),
102
119
  ),
103
120
  'x-axis-label-text-style': null,
104
121
  'x-axis-label-vertical-alignment': null,
@@ -108,34 +125,53 @@ $material-category-chart: (
108
125
  'x-axis-minor-stroke-thickness': null,
109
126
  'x-axis-strip': null,
110
127
  'x-axis-stroke': (
111
- color: ('gray', 500),
128
+ color: (
129
+ 'gray',
130
+ 500,
131
+ ),
112
132
  ),
113
133
  'x-axis-stroke-thickness': null,
114
134
  'x-axis-tick-length': null,
115
135
  'x-axis-tick-stroke': (
116
- color: ('gray', 500),
136
+ color: (
137
+ 'gray',
138
+ 500,
139
+ ),
117
140
  ),
118
141
  'x-axis-tick-stroke-thickness': null,
119
142
  'x-axis-title-alignment': null,
120
143
  'x-axis-title-margin': (
121
- expand-shorthand: (null),
122
- map-keys-prefix: 'x-axis-title'
144
+ expand-shorthand: (
145
+ null,
146
+ ),
147
+ map-keys-prefix: 'x-axis-title',
123
148
  ),
124
149
  'x-axis-title-text-color': (
125
- color: ('gray', 900),
150
+ color: (
151
+ 'gray',
152
+ 900,
153
+ ),
126
154
  ),
127
155
  'x-axis-title-text-style': null,
128
156
  'y-axis-label-margin': (
129
- expand-shorthand: (null),
130
- map-keys-prefix: 'y-axis-label'
157
+ expand-shorthand: (
158
+ null,
159
+ ),
160
+ map-keys-prefix: 'y-axis-label',
131
161
  ),
132
162
  'y-axis-label-text-color': (
133
- color: ('gray', 700),
163
+ color: (
164
+ 'gray',
165
+ 700,
166
+ ),
134
167
  ),
135
168
  'y-axis-label-text-style': null,
136
169
  'y-axis-label-vertical-alignment': null,
137
170
  'y-axis-major-stroke': (
138
- color: ('gray', 300),
171
+ color: (
172
+ 'gray',
173
+ 300,
174
+ ),
139
175
  ),
140
176
  'y-axis-major-stroke-thickness': null,
141
177
  'y-axis-minor-stroke': null,
@@ -145,18 +181,26 @@ $material-category-chart: (
145
181
  'y-axis-stroke-thickness': null,
146
182
  'y-axis-title-alignment': null,
147
183
  'y-axis-title-margin': (
148
- expand-shorthand: (null),
149
- map-keys-prefix: 'y-axis-title'
184
+ expand-shorthand: (
185
+ null,
186
+ ),
187
+ map-keys-prefix: 'y-axis-title',
150
188
  ),
151
189
  'y-axis-title-text-color': (
152
- color: ('gray', 900),
190
+ color: (
191
+ 'gray',
192
+ 900,
193
+ ),
153
194
  ),
154
195
  'y-axis-title-text-style': null,
155
196
  'y-axis-tick-length': null,
156
197
  'y-axis-tick-stroke': (
157
- color: ('gray', 500),
198
+ color: (
199
+ 'gray',
200
+ 500,
201
+ ),
158
202
  ),
159
- 'y-axis-tick-stroke-thickness': null
203
+ 'y-axis-tick-stroke-thickness': null,
160
204
  );
161
205
 
162
206
  /// Generates a fluent category-chart schema.
@@ -23,11 +23,17 @@
23
23
  $material-data-chart: (
24
24
  'margin': null,
25
25
  'title-text-color': (
26
- color: ('gray', 900)
26
+ color: (
27
+ 'gray',
28
+ 900,
29
+ ),
27
30
  ),
28
31
  'title-margin': null,
29
32
  'subtitle-text-color': (
30
- color: ('gray', 600)
33
+ color: (
34
+ 'gray',
35
+ 600,
36
+ ),
31
37
  ),
32
38
  'subtitle-margin': null,
33
39
  'brushes': series,
@@ -35,7 +41,10 @@ $material-data-chart: (
35
41
  'outlines': series,
36
42
  'marker-outlines': series,
37
43
  'plot-area-background': (
38
- color: ('surface', 500)
44
+ color: (
45
+ 'surface',
46
+ 500,
47
+ ),
39
48
  ),
40
49
  'title-horizontal-alignment': null,
41
50
  'subtitle-horizontal-alignment': null,
@@ -121,7 +121,7 @@ $material-financial-chart: (
121
121
  'y-axis-title-margin': null,
122
122
  'y-axis-title-text-color': null,
123
123
  'zoom-slider-x-axis-major-stroke': null,
124
- 'zoom-slider-x-axis-major-stroke-thickness': null
124
+ 'zoom-slider-x-axis-major-stroke-thickness': null,
125
125
  );
126
126
 
127
127
  /// Generates a fluent financial-chart schema.
@@ -33,10 +33,16 @@ $material-gauge: (
33
33
  ),
34
34
  'backing-stroke-thickness': null,
35
35
  'font-brush': (
36
- contrast-color: ('surface', 500),
36
+ contrast-color: (
37
+ 'surface',
38
+ 500,
39
+ ),
37
40
  ),
38
41
  'minor-tick-brush': (
39
- contrast-color: ('surface', 500),
42
+ contrast-color: (
43
+ 'surface',
44
+ 500,
45
+ ),
40
46
  ),
41
47
  'minor-tick-stroke-thickness': null,
42
48
  'needle-brush': (
@@ -52,9 +58,12 @@ $material-gauge: (
52
58
  color: 'surface',
53
59
  ),
54
60
  'tick-brush': (
55
- contrast-color: ('surface', 500)
61
+ contrast-color: (
62
+ 'surface',
63
+ 500,
64
+ ),
56
65
  ),
57
- 'tick-stroke-thickness': null
66
+ 'tick-stroke-thickness': null,
58
67
  );
59
68
 
60
69
  /// Generates a material linear gauge schema.
@@ -97,7 +106,7 @@ $material-radial-gauge: extend(
97
106
  ),
98
107
  needle-pivot-outline: (
99
108
  color: 'surface',
100
- )
109
+ ),
101
110
  )
102
111
  );
103
112
 
@@ -12,8 +12,8 @@
12
12
  /// @prop {String} plot-area-background [null] - Gets or sets the brush used as the background for the current Map object's plot area.
13
13
  $material-geo-map: (
14
14
  'plot-area-background': (
15
- color: 'surface'
16
- )
15
+ color: 'surface',
16
+ ),
17
17
  );
18
18
 
19
19
  /// Generates a fluent geo map schema.