igniteui-theming 3.1.0-beta.1 → 3.1.0-beta.3

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": "3.1.0-beta.1",
3
+ "version": "3.1.0-beta.3",
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": {
@@ -138,19 +138,25 @@ $light-switch: extend(
138
138
  ),
139
139
  ),
140
140
  border-radius-track: (
141
- rem(7px),
142
- rem(0),
143
- rem(7px),
141
+ border-radius: (
142
+ rem(7px),
143
+ rem(0),
144
+ rem(7px),
145
+ ),
144
146
  ),
145
147
  border-radius-thumb: (
146
- rem(10px),
147
- rem(0),
148
- rem(10px),
148
+ border-radius: (
149
+ rem(10px),
150
+ rem(0),
151
+ rem(10px),
152
+ ),
149
153
  ),
150
154
  border-radius-ripple: (
151
- rem(24px),
152
- rem(0),
153
- rem(24px),
155
+ border-radius: (
156
+ rem(24px),
157
+ rem(0),
158
+ rem(24px),
159
+ ),
154
160
  ),
155
161
  )
156
162
  );
@@ -284,9 +290,11 @@ $fluent-switch: extend(
284
290
  ),
285
291
  track-disabled-color: transparent,
286
292
  border-radius-track: (
287
- rem(10px),
288
- rem(0),
289
- rem(10px),
293
+ border-radius: (
294
+ rem(10px),
295
+ rem(0),
296
+ rem(10px),
297
+ ),
290
298
  ),
291
299
  )
292
300
  );
@@ -380,14 +388,18 @@ $bootstrap-switch: extend(
380
388
  ),
381
389
  ),
382
390
  border-radius-track: (
383
- rem(32px),
384
- rem(0),
385
- rem(32px),
391
+ border-radius: (
392
+ rem(32px),
393
+ rem(0),
394
+ rem(32px),
395
+ ),
386
396
  ),
387
397
  border-radius-thumb: (
388
- rem(32px),
389
- rem(0),
390
- rem(32px),
398
+ border-radius: (
399
+ rem(32px),
400
+ rem(0),
401
+ rem(32px),
402
+ ),
391
403
  ),
392
404
  )
393
405
  );
@@ -513,9 +525,11 @@ $indigo-switch: extend(
513
525
  ),
514
526
  ),
515
527
  border-radius-track: (
516
- rem(8px),
517
- rem(0),
518
- rem(8px),
528
+ border-radius: (
529
+ rem(8px),
530
+ rem(0),
531
+ rem(8px),
532
+ ),
519
533
  ),
520
534
  )
521
535
  );