@cfx-dev/ui-components 2.0.6 → 2.0.7

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.
@@ -321,10 +321,12 @@ $zindexMap: (
321
321
  }
322
322
 
323
323
  $mediaMap: (
324
- 'xsmall': 360px,
324
+ 'xxsmall': 360px,
325
+ 'xsmall': 640px,
325
326
  'small': 768px,
326
327
  'medium': 1024px,
327
- 'large': 1300px,
328
+ 'large': 1280px,
329
+ 'xlarge': 1536px,
328
330
  );
329
331
 
330
332
  @mixin media-max($size: 'medium', $fix: 'empty') {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
3
  "private": false,
4
- "version": "2.0.6",
4
+ "version": "2.0.7",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "dist/main.js",