@corva/ui 0.28.0-8 → 0.28.0-9

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.
@@ -1 +1 @@
1
- import{jsxs as o,Fragment as r,jsx as a}from"react/jsx-runtime";import{Typography as e,Button as i}from"@material-ui/core";import t from"prop-types";function n(t){var n=t.onCloneDashboard;return o(r,{children:[a(e,{variant:"body1",gutterBottom:!0,children:"Settings are not available. This is a shared dashboard, which means it's been locked for editing. Would you like to make a copy of this dashboard that you can edit?"}),a(i,{color:"primary",onClick:n,children:"Make Copy of Dashboard"})]})}n.propTypes={onCloneDashboard:t.func.isRequired};export default n;
1
+ import{jsxs as o,Fragment as r,jsx as e}from"react/jsx-runtime";import{Typography as a,Button as t}from"@material-ui/core";import i from"prop-types";function n(i){var n=i.onCloneDashboard;return o(r,{children:[e(a,{variant:"body1",gutterBottom:!0,children:"Settings are not available. This is a shared dashboard, which means it's been locked for editing. Would you like to make a copy of this dashboard that you can edit?"}),e(t,{color:"primary",onClick:function(){return n()},children:"Make Copy of Dashboard"})]})}n.propTypes={onCloneDashboard:i.func.isRequired};export default n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.28.0-8",
3
+ "version": "0.28.0-9",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"