igniteui-theming 5.0.0-beta.9 → 5.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-theming",
3
- "version": "5.0.0-beta.9",
3
+ "version": "5.0.1",
4
4
  "description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  /// @prop {Color} error [#cf1a2b] - The 500 variant of the error color.
22
22
  /// @prop {Color} surface [#1e1f24] - The surface color.
23
23
  $palette: (
24
- primary: (
24
+ 'primary': (
25
25
  50: to-hsl(#c5cdff),
26
26
  '50-contrast': black,
27
27
  100: to-hsl(#a3aff6),
@@ -51,7 +51,7 @@ $palette: (
51
51
  'A700': to-hsl(#262851),
52
52
  'A700-contrast': white,
53
53
  ),
54
- secondary: (
54
+ 'secondary': (
55
55
  50: to-hsl(#c5cdff),
56
56
  '50-contrast': black,
57
57
  100: to-hsl(#a3aff6),
@@ -81,7 +81,7 @@ $palette: (
81
81
  'A700': to-hsl(#262851),
82
82
  'A700-contrast': white,
83
83
  ),
84
- gray: (
84
+ 'gray': (
85
85
  50: to-hsl(#24252c),
86
86
  '50-contrast': white,
87
87
  100: to-hsl(#3b3d47),
@@ -103,7 +103,7 @@ $palette: (
103
103
  900: to-hsl(#fcfcfd),
104
104
  '900-contrast': black,
105
105
  ),
106
- info: (
106
+ 'info': (
107
107
  50: to-hsl(#f1c3ff),
108
108
  '50-contrast': black,
109
109
  100: to-hsl(#e89eff),
@@ -133,7 +133,7 @@ $palette: (
133
133
  'A700': to-hsl(#5c056b),
134
134
  'A700-contrast': white,
135
135
  ),
136
- success: (
136
+ 'success': (
137
137
  50: to-hsl(#edf3e7),
138
138
  '50-contrast': black,
139
139
  100: to-hsl(#d2e2c3),
@@ -163,7 +163,7 @@ $palette: (
163
163
  'A700': to-hsl(#316109),
164
164
  'A700-contrast': white,
165
165
  ),
166
- warn: (
166
+ 'warn': (
167
167
  50: to-hsl(#fed7b7),
168
168
  '50-contrast': black,
169
169
  100: to-hsl(#ffc696),
@@ -193,7 +193,7 @@ $palette: (
193
193
  'A700': to-hsl(#d22900),
194
194
  'A700-contrast': white,
195
195
  ),
196
- error: (
196
+ 'error': (
197
197
  50: to-hsl(#ffebf0),
198
198
  '50-contrast': black,
199
199
  100: to-hsl(#ffb0b7),
@@ -223,7 +223,7 @@ $palette: (
223
223
  'A700': to-hsl(#9f000f),
224
224
  'A700-contrast': white,
225
225
  ),
226
- surface: (
226
+ 'surface': (
227
227
  500: to-hsl(#1e1f24),
228
228
  '500-contrast': white,
229
229
  ),
@@ -21,7 +21,7 @@
21
21
  /// @prop {Color} error [#cf1a2b] - The 500 variant of the error color.
22
22
  /// @prop {Color} surface [#f8f8fa] - The surface color.
23
23
  $palette: (
24
- primary: (
24
+ 'primary': (
25
25
  50: to-hsl(#c5cdff),
26
26
  '50-contrast': black,
27
27
  100: to-hsl(#a3aff6),
@@ -51,7 +51,7 @@ $palette: (
51
51
  'A700': to-hsl(#262851),
52
52
  'A700-contrast': white,
53
53
  ),
54
- secondary: (
54
+ 'secondary': (
55
55
  50: to-hsl(#c5cdff),
56
56
  '50-contrast': black,
57
57
  100: to-hsl(#a3aff6),
@@ -81,7 +81,7 @@ $palette: (
81
81
  'A700': to-hsl(#262851),
82
82
  'A700-contrast': white,
83
83
  ),
84
- gray: (
84
+ 'gray': (
85
85
  50: to-hsl(#fcfcfd),
86
86
  '50-contrast': black,
87
87
  100: to-hsl(#f8f8fa),
@@ -103,7 +103,7 @@ $palette: (
103
103
  900: to-hsl(#24252c),
104
104
  '900-contrast': white,
105
105
  ),
106
- info: (
106
+ 'info': (
107
107
  50: to-hsl(#f1c3ff),
108
108
  '50-contrast': black,
109
109
  100: to-hsl(#e89eff),
@@ -133,7 +133,7 @@ $palette: (
133
133
  'A700': to-hsl(#5c056b),
134
134
  'A700-contrast': white,
135
135
  ),
136
- success: (
136
+ 'success': (
137
137
  50: to-hsl(#edf3e7),
138
138
  '50-contrast': black,
139
139
  100: to-hsl(#d2e2c3),
@@ -163,7 +163,7 @@ $palette: (
163
163
  'A700': to-hsl(#316109),
164
164
  'A700-contrast': white,
165
165
  ),
166
- warn: (
166
+ 'warn': (
167
167
  50: to-hsl(#fed7b7),
168
168
  '50-contrast': black,
169
169
  100: to-hsl(#ffc696),
@@ -193,7 +193,7 @@ $palette: (
193
193
  'A700': to-hsl(#d22900),
194
194
  'A700-contrast': white,
195
195
  ),
196
- error: (
196
+ 'error': (
197
197
  50: to-hsl(#ffebf0),
198
198
  '50-contrast': black,
199
199
  100: to-hsl(#ffb0b7),
@@ -223,7 +223,7 @@ $palette: (
223
223
  'A700': to-hsl(#9f000f),
224
224
  'A700-contrast': white,
225
225
  ),
226
- surface: (
226
+ 'surface': (
227
227
  500: to-hsl(#f8f8fa),
228
228
  '500-contrast': black,
229
229
  ),