@corva/ui 0.64.0-5 → 0.64.0-6
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/cjs-bundle/components/EmptyState/styles.js +1 -1
- package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -1
- package/components/EmptyState/styles.d.ts.map +1 -1
- package/components/EmptyState/styles.js +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts.map +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core"),t=require("./constants.js"),i=e.makeStyles((function(i){var n=i.palette;return e.createStyles({root:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",flexGrow:1},content:{alignItems:"center",display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",overflow:"hidden",padding:24,textAlign:"center"},title:function(e){var i=e.size;return{color:n.primary.text7,fontStyle:"italic",fontSize:i===t.SIZES.LARGE?32:24,lineHeight:i===t.SIZES.LARGE?"38px":"28px",marginBottom:8}},subtitle:function(e){var i=e.size;return{color:n.primary.text7,fontSize:i===t.SIZES.LARGE?16:14,lineHeight:i===t.SIZES.LARGE?"22px":"20px",marginBottom:24}},image:function(e){var i=e.size,n=e.image;return{display:"flex",flexGrow:1,maxHeight:i===t.SIZES.LARGE?300:200,width:"100%",backgroundImage:"url(".concat(n,")"),backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"contain"}}})}));exports.useStyles=i;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core"),t=require("./constants.js"),i=e.makeStyles((function(i){var n=i.palette;return e.createStyles({root:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",flexGrow:1},content:{alignItems:"center",display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",overflow:"hidden",padding:24,textAlign:"center"},title:function(e){var i=e.size;return{color:n.primary.text7,fontStyle:"italic",fontSize:i===t.SIZES.LARGE?32:24,lineHeight:i===t.SIZES.LARGE?"38px":"28px",marginBottom:8}},subtitle:function(e){var i=e.size;return{color:n.primary.text7,fontSize:i===t.SIZES.LARGE?16:14,lineHeight:i===t.SIZES.LARGE?"22px":"20px",marginBottom:24}},image:function(e){var i=e.size,n=e.image;return{display:"flex",flexGrow:1,maxHeight:i===t.SIZES.LARGE?300:200,objectFit:"contain",width:"100%",backgroundImage:"url(".concat(n,")"),backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"contain"}}})}));exports.useStyles=i;
|
package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("prop-types"),r=require("@material-ui/core"),t=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=n(e),o=r.makeStyles((function(e){return{subtitle:{color:e.palette.primary.main}}}));function u(e){var r=e.openIntercom,n=o();return t.jsxs("span",{children:["This app failed to load. Try refreshing the page or"," ",t.jsx("span",{className:n.subtitle,onClick:function(){return r()},children:"contact support"}),"."]})}u.propTypes={openIntercom:i.default.func.isRequired},module.exports=u;
|
|
1
|
+
"use strict";var e=require("prop-types"),r=require("@material-ui/core"),t=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=n(e),o=r.makeStyles((function(e){return{subtitle:{color:e.palette.primary.main,cursor:"pointer"}}}));function u(e){var r=e.openIntercom,n=o();return t.jsxs("span",{children:["This app failed to load. Try refreshing the page or"," ",t.jsx("span",{className:n.subtitle,onClick:function(){return r()},children:"contact support"}),"."]})}u.propTypes={openIntercom:i.default.func.isRequired},module.exports=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/styles.ts"],"names":[],"mappings":"AAGA,aAAK,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvD,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/styles.ts"],"names":[],"mappings":"AAGA,aAAK,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvD,eAAO,MAAM,SAAS,6HA4CrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{makeStyles as t,createStyles as e}from"@material-ui/core";import{SIZES as n}from"./constants.js";var i=t((function(t){var i=t.palette;return e({root:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",flexGrow:1},content:{alignItems:"center",display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",overflow:"hidden",padding:24,textAlign:"center"},title:function(t){var e=t.size;return{color:i.primary.text7,fontStyle:"italic",fontSize:e===n.LARGE?32:24,lineHeight:e===n.LARGE?"38px":"28px",marginBottom:8}},subtitle:function(t){var e=t.size;return{color:i.primary.text7,fontSize:e===n.LARGE?16:14,lineHeight:e===n.LARGE?"22px":"20px",marginBottom:24}},image:function(t){var e=t.size,i=t.image;return{display:"flex",flexGrow:1,maxHeight:e===n.LARGE?300:200,width:"100%",backgroundImage:"url(".concat(i,")"),backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"contain"}}})}));export{i as useStyles};
|
|
1
|
+
import{makeStyles as t,createStyles as e}from"@material-ui/core";import{SIZES as n}from"./constants.js";var i=t((function(t){var i=t.palette;return e({root:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",flexGrow:1},content:{alignItems:"center",display:"flex",flexDirection:"column",height:"100%",justifyContent:"center",overflow:"hidden",padding:24,textAlign:"center"},title:function(t){var e=t.size;return{color:i.primary.text7,fontStyle:"italic",fontSize:e===n.LARGE?32:24,lineHeight:e===n.LARGE?"38px":"28px",marginBottom:8}},subtitle:function(t){var e=t.size;return{color:i.primary.text7,fontSize:e===n.LARGE?16:14,lineHeight:e===n.LARGE?"22px":"20px",marginBottom:24}},image:function(t){var e=t.size,i=t.image;return{display:"flex",flexGrow:1,maxHeight:e===n.LARGE?300:200,objectFit:"contain",width:"100%",backgroundImage:"url(".concat(i,")"),backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"contain"}}})}));export{i as useStyles};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorSubtitleWithIntercomLink.d.ts","sourceRoot":"","sources":["../../../../../src/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ErrorSubtitleWithIntercomLink.d.ts","sourceRoot":"","sources":["../../../../../src/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js"],"names":[],"mappings":";AAQA;;gBAYC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"prop-types";import{makeStyles as e}from"@material-ui/core";import{jsxs as t,jsx as o}from"react/jsx-runtime";var n=e((function(r){return{subtitle:{color:r.palette.primary.main}}}));function i(r){var e=r.openIntercom,i=n();return t("span",{children:["This app failed to load. Try refreshing the page or"," ",o("span",{className:i.subtitle,onClick:function(){return e()},children:"contact support"}),"."]})}i.propTypes={openIntercom:r.func.isRequired};export{i as default};
|
|
1
|
+
import r from"prop-types";import{makeStyles as e}from"@material-ui/core";import{jsxs as t,jsx as o}from"react/jsx-runtime";var n=e((function(r){return{subtitle:{color:r.palette.primary.main,cursor:"pointer"}}}));function i(r){var e=r.openIntercom,i=n();return t("span",{children:["This app failed to load. Try refreshing the page or"," ",o("span",{className:i.subtitle,onClick:function(){return e()},children:"contact support"}),"."]})}i.propTypes={openIntercom:r.func.isRequired};export{i as default};
|