sanity-plugin-dashboard-widget-vercel 1.1.2 → 1.1.3

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@
5
5
  All notable changes to this project will be documented in this file. See
6
6
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## [1.1.3](https://github.com/robinpyon/sanity-plugin-dashboard-widget-vercel/compare/v1.1.2...v1.1.3) (2022-09-02)
9
+
10
+ ### Bug Fixes
11
+
12
+ - removed incorrect icon attribute ([23af224](https://github.com/robinpyon/sanity-plugin-dashboard-widget-vercel/commit/23af224737b7405d6c936b04af8b441b47566317))
13
+
8
14
  ## [1.1.2](https://github.com/robinpyon/sanity-plugin-dashboard-widget-vercel/compare/v1.1.1...v1.1.2) (2022-09-02)
9
15
 
10
16
  ### Bug Fixes
@@ -39,9 +39,7 @@ var Deployment = function Deployment(props) {
39
39
  }
40
40
  }, /*#__PURE__*/_react["default"].createElement(_StatusDot["default"], {
41
41
  state: deployment.state
42
- })), targetUrl ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, deployment.alias && /*#__PURE__*/_react["default"].createElement(_icons.LinkIcon, {
43
- fr: true
44
- }), /*#__PURE__*/_react["default"].createElement(_ui.Box, {
42
+ })), targetUrl ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, deployment.alias && /*#__PURE__*/_react["default"].createElement(_icons.LinkIcon, null), /*#__PURE__*/_react["default"].createElement(_ui.Box, {
45
43
  marginLeft: deployment.alias ? 1 : 0
46
44
  }, /*#__PURE__*/_react["default"].createElement(_ui.Text, {
47
45
  muted: !(deployment.state === 'READY'),
@@ -47,15 +47,12 @@ var FormFieldInputLabel = function FormFieldInputLabel(props) {
47
47
  }, /*#__PURE__*/_react["default"].createElement(StyledErrorOutlineIcon, {
48
48
  style: {
49
49
  marginRight: '0.1em'
50
- },
51
- fr: true
50
+ }
52
51
  }), error.message)),
53
52
  fallbackPlacements: ['top', 'left'],
54
53
  placement: "right",
55
54
  portal: true
56
- }, /*#__PURE__*/_react["default"].createElement(StyledErrorOutlineIcon, {
57
- fr: true
58
- })))), description && /*#__PURE__*/_react["default"].createElement(_ui.Box, {
55
+ }, /*#__PURE__*/_react["default"].createElement(StyledErrorOutlineIcon, null)))), description && /*#__PURE__*/_react["default"].createElement(_ui.Box, {
59
56
  marginY: 3
60
57
  }, /*#__PURE__*/_react["default"].createElement(_ui.Text, {
61
58
  htmlFor: name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-dashboard-widget-vercel",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Robin Pyon",