@desynova-digital/components 8.18.2 → 8.18.4

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.
@@ -512,7 +512,7 @@ var DatePicker = function (_Component) {
512
512
  return _this4.show(0);
513
513
  }
514
514
  },
515
- this.props.label && "" + this.props.label + (this.props.isRequired ? "*" : '')
515
+ this.props.label
516
516
  ) : _react2.default.createElement(
517
517
  "div",
518
518
  { className: "form-input" },
@@ -1412,6 +1412,13 @@
1412
1412
  ],
1413
1413
  "width": 12,
1414
1414
  "height": 12
1415
+ },
1416
+ "overridden": {
1417
+ "paths": [
1418
+ "M4.66634 10.8268C3.52884 10.8268 2.56391 10.4306 1.77155 9.63828C0.979188 8.84592 0.583008 7.88099 0.583008 6.74349C0.583008 5.54766 1.00835 4.573 1.85905 3.81953C2.70974 3.06606 3.66009 2.72335 4.71009 2.79141L3.45592 1.53724L4.08301 0.910156L6.41634 3.24349L4.08301 5.57682L3.45592 4.94974L4.75384 3.65182C3.83023 3.63238 3.05002 3.91432 2.41322 4.49766C1.77641 5.08099 1.45801 5.8296 1.45801 6.74349C1.45801 7.62821 1.77155 8.38412 2.39863 9.0112C3.02572 9.63828 3.78162 9.95182 4.66634 9.95182H6.41634V10.8268H4.66634ZM7.58301 5.57682V1.49349H12.833V5.57682H7.58301ZM7.58301 10.8268V6.74349H12.833V10.8268H7.58301ZM8.45801 9.95182H11.958V7.61849H8.45801V9.95182Z"
1419
+ ],
1420
+ "width": 13,
1421
+ "height": 11
1415
1422
  }
1416
1423
  }
1417
1424
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.18.2",
3
+ "version": "8.18.4",
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.18.2",
10
+ "@desynova-digital/tokens": "8.18.4",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },