@desynova-digital/components 8.19.28 → 8.19.30

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.
@@ -1503,6 +1503,47 @@
1503
1503
  ],
1504
1504
  "width": 16,
1505
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
1506
1547
  }
1507
1548
  }
1508
1549
  }
@@ -42,7 +42,7 @@ var LABEL_STYLES = [{
42
42
  background: "#F9E900"
43
43
  }
44
44
  }, {
45
- code: ["finished", "archived", "restored", "approved", "success", "complete", "upload_finished", "delivered", "ingested", "tagged", "created"],
45
+ code: ["finished", "archived", "restored", "approved", "success", "complete", "upload_finished", "delivered", "ingested", "tagged", "created", "shared"],
46
46
  hex: {
47
47
  background: "#18B96E"
48
48
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.19.28",
3
+ "version": "8.19.30",
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.28",
10
+ "@desynova-digital/tokens": "8.19.30",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },