igniteui-theming 2.1.0 → 2.1.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": "2.1.0",
3
+ "version": "2.1.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": {
@@ -299,9 +299,9 @@ $material-fab-button: extend(
299
299
  ),
300
300
  size: (
301
301
  sizable: (
302
- rem(48px),
303
- rem(40px),
304
302
  rem(32px),
303
+ rem(40px),
304
+ rem(48px),
305
305
  ),
306
306
  ),
307
307
  )