@desynova-digital/components 8.19.27 → 8.19.29

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.
@@ -1496,6 +1496,54 @@
1496
1496
  ],
1497
1497
  "width": 80,
1498
1498
  "height": 80
1499
+ },
1500
+ "cloud_x": {
1501
+ "paths": [
1502
+ "M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM8 14.4C4.472 14.4 1.6 11.528 1.6 8C1.6 4.472 4.472 1.6 8 1.6C11.528 1.6 14.4 4.472 14.4 8C14.4 11.528 11.528 14.4 8 14.4ZM11.432 6.552C11.112 4.944 9.704 3.736 8 3.736C6.648 3.736 5.48 4.504 4.896 5.624C3.488 5.768 2.4 6.96 2.4 8.4C2.4 9.944 3.656 11.2 5.2 11.2H11.264C12.552 11.2 13.6 10.152 13.6 8.864C13.6 7.632 12.64 6.632 11.432 6.552ZM11.2 9.6H5.2C4.536 9.6 4 9.064 4 8.4C4 7.736 4.536 7.2 5.2 7.2H5.92L6.312 6.36C6.64 5.728 7.288 5.336 8 5.336C8.904 5.336 9.688 5.976 9.864 6.864L10.088 8H11.2C11.64 8 12 8.36 12 8.8C12 9.24 11.64 9.6 11.2 9.6Z"
1503
+ ],
1504
+ "width": 16,
1505
+ "height": 16
1506
+ },
1507
+ "backward-shift-all-icon": {
1508
+ "paths": [
1509
+ "M1.93392 0H0V11.6035H1.93392V0ZM7.56164 5.80177L12 10.2401L10.6366 11.6035L4.83481 5.80177L10.6366 0L12 1.36342L7.56164 5.80177Z"
1510
+ ],
1511
+ "fillRule": "evenodd",
1512
+ "clipRule": "evenodd",
1513
+ "width": 12,
1514
+ "height":12
1515
+ },
1516
+ "backward-shift-icon": {
1517
+ "paths": [
1518
+ "M7.70508 2.11508L3.12508 6.70508L7.70508 11.2951L6.29508 12.7051L0.295078 6.70508L6.29508 0.705078L7.70508 2.11508Z"
1519
+ ],
1520
+ "width": 8,
1521
+ "height":13
1522
+ },
1523
+ "forward-shift-all-icon": {
1524
+ "paths": [
1525
+ "M4.43836 5.80177L0 1.36342L1.36342 0L7.16519 5.80177L1.36342 11.6035L0 10.2401L4.43836 5.80177ZM12 0H10.0661V11.6035H12V0Z"
1526
+ ],
1527
+ "fillRule": "evenodd",
1528
+ "clipRule": "evenodd",
1529
+ "width": 12,
1530
+ "height":12
1531
+ },
1532
+ "forward-shift-icon": {
1533
+ "paths": [
1534
+ "M0.294922 2.11508L4.87492 6.70508L0.294922 11.2951L1.70492 12.7051L7.70492 6.70508L1.70492 0.705078L0.294922 2.11508Z"
1535
+ ],
1536
+ "width": 8,
1537
+ "height":13
1538
+ },
1539
+ "forward-backward-icon": {
1540
+ "paths": [
1541
+ "M16.0114 0L20.5714 4.57143L16.0114 9.14286V5.71429H8V3.42857H16.0114V0ZM0 11.4286L4.56 6.85714V10.2857H12.5714V12.5714H4.56V16L0 11.4286Z"
1542
+ ],
1543
+ "fillRule": "evenodd",
1544
+ "clipRule": "evenodd",
1545
+ "width": 21,
1546
+ "height":16
1499
1547
  }
1500
1548
  }
1501
1549
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.19.27",
3
+ "version": "8.19.29",
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": "8.19.27",
10
+ "@desynova-digital/tokens": "8.19.29",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },