@deque/cauldron-react 5.7.1-canary.0dd10f2c → 5.7.1-canary.5f0c7324

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.
@@ -11,7 +11,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
11
11
 
12
12
  const SvgTableSortAscending = props => /*#__PURE__*/React.createElement("svg", _extends({
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 320 512",
14
+ viewBox: "0 -100 320 720",
15
15
  height: 24,
16
16
  width: 24
17
17
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
@@ -11,7 +11,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
11
11
 
12
12
  const SvgTableSortDescending = props => /*#__PURE__*/React.createElement("svg", _extends({
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 320 512",
14
+ viewBox: "0 -100 320 720",
15
15
  height: 24,
16
16
  width: 24
17
17
  }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "5.7.1-canary.0dd10f2c",
3
+ "version": "5.7.1-canary.5f0c7324",
4
4
  "description": "Fully accessible react components library for Deque Cauldron",
5
5
  "homepage": "https://cauldron.dequelabs.com/",
6
6
  "publishConfig": {