@desynova-digital/components 9.1.10 → 9.1.11

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.
@@ -526,10 +526,12 @@
526
526
  },
527
527
  "safe-area": {
528
528
  "paths": [
529
- "M19 12h-2v3h-3v2h5v-5zM7 9h3V7H5v5h2V9zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z"
529
+ "M15.3485 0H1.98485C1.16818 0 0.5 0.572727 0.5 1.27273V10.1818C0.5 10.8818 1.16818 11.4545 1.98485 11.4545H15.3485C16.1652 11.4545 16.8333 10.8818 16.8333 10.1818V1.27273C16.8333 0.572727 16.1652 0 15.3485 0ZM7.18087 3.8196H4.9536V5.72869H3.46875V2.54688H7.18087V3.8196ZM12.3796 5.72656H13.8645V8.90838H10.1523V7.63565H12.3796V5.72656ZM1.98438 10.1874H15.348V1.26562H1.98438V10.1874Z"
530
530
  ],
531
- "width": 24,
532
- "height": 24
531
+ "width": 17,
532
+ "height": 12,
533
+ "fillRule": "evenodd",
534
+ "clipRule": "evenodd"
533
535
  },
534
536
  "playback-rate": {
535
537
  "paths": [
@@ -1671,6 +1673,13 @@
1671
1673
  ],
1672
1674
  "width": 80,
1673
1675
  "height": 80
1676
+ },
1677
+ "safe-margins": {
1678
+ "paths": [
1679
+ "M12 5V3.5H9V0.5H7.5V3.5H4.5V0.5H3V3.5H0V5H3V8H0V9.5H3V12.5H4.5V9.5H7.5V12.5H9V9.5H12V8H9V5H12ZM7.5 8H4.5V5H7.5V8Z"
1680
+ ],
1681
+ "width": 12,
1682
+ "height": 13
1674
1683
  }
1675
1684
  }
1676
1685
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "9.1.10",
3
+ "version": "9.1.11",
4
4
  "description": "Components for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",
7
7
  "license": "MIT",
8
8
  "repository": "desynova-digital",
9
9
  "dependencies": {
10
- "@desynova-digital/tokens": "9.1.10",
10
+ "@desynova-digital/tokens": "9.1.11",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },