@corva/ui 0.52.0-8 → 0.52.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
- {"version":3,"file":"DvdCommentEdit.d.ts","sourceRoot":"","sources":["../../../../../src/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js"],"names":[],"mappings":";AA+EA;;;;;;;;;;;;;;;;;;gBA+IC"}
1
+ {"version":3,"file":"DvdCommentEdit.d.ts","sourceRoot":"","sources":["../../../../../src/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js"],"names":[],"mappings":";AAgFA;;;;;;;;;;;;;;;;;;gBA+IC"}
@@ -1 +1 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import t from"@babel/runtime/helpers/slicedToArray";import{useRef as o,useState as r}from"react";import n from"moment";import{debounce as i}from"lodash";import a from"classnames";import{makeStyles as s,Grid as c,Typography as l}from"@material-ui/core";import m from"../../../Modal/Modal.js";import p from"../../../PostInput/PostInput.js";import d from"../../../IconButton/index.js";import{Regular14 as u}from"../../../Typography.js";import h from"../../../Icons/SendIcon.js";import{isSuggestionsListOpened as f}from"../../../UserMention/utils/index.js";import{jsxs as g,jsx as b}from"react/jsx-runtime";function y(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,r)}return o}function v(t){for(var o=1;o<arguments.length;o++){var r=null!=arguments[o]?arguments[o]:{};o%2?y(Object(r),!0).forEach((function(o){e(t,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):y(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var N=s((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:"#fff"},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}})),w={suggestions:{list:{background:"#414141"},item:{color:"white",height:30,"&focused":{backgroundColor:"rgba(255, 255, 255, 0.08)"}}}};function x(e){var s,y=e.feedItem.context.dvd_comment,x=y.body,j=y.attachment,O=y.data,P=y.data,C=P.bitDepth,I=P.holeDepth,D=P.cost,B=P.timestamp,M=e.onClose,S=e.onSave,H=e.userCompanyId,T=N(),k=o(),A=r({body:x,attachment:j}),E=t(A,2),L=E[0],W=E[1],F=i(W,300),R=function(){S({context:{dvd_comment:v(v({},L),{},{data:O})}})};return g(m,{open:!0,onClose:M,title:"Edit Comment",contentClassName:T.modal,actionsClassName:T.modalActions,actions:g(c,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:T.actions,children:[b(c,{item:!0,children:b(l,{variant:"caption",className:a(T.inputMain,T.cancelText,T.highlightedLabel),component:"div",gutterBottom:!0,onClick:M,children:"Cancel"})}),g(c,{item:!0,direction:"row",alignItems:"center",className:T.sendRow,children:[g(l,{variant:"caption",className:a(T.inputMain,T.inputHelper),component:"div",gutterBottom:!0,children:["Press ",b(l,{variant:"caption",color:"primary",className:a(T.inputMain,T.highlightedLabel),children:"Enter"})," to send"]}),b(d,{onClick:R,className:T.sendIcon,disabled:!L||!L.body&&!L.attachment,children:b(h,{})})]})]}),ref:k,children:[b(p,{initialValue:{body:x,attachment:j},userCompanyId:H,onChange:F,filePreviewWrapperClass:T.filePreviewWrapper,className:T.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||f()||(e.preventDefault(),R())},mentionStyle:w,suggestionsPortalHost:k.current,allowSuggestionsAboveCursor:!0}),g("div",{className:T.info,children:[B&&g(u,{className:T.text,gutterBottom:!0,children:["Time:"," ",b("span",{className:T.value,children:n(B).format("MM/DD/YY, HH:mm")})," "]}),Number.isFinite(D)&&g(u,{className:T.text,gutterBottom:!0,children:["Cost: ",g("span",{className:T.value,children:[" ",(s=D,s.toString().replace(/\B(?=(\d{3})+(?!\d))/g," "))]})," ",b("span",{className:T.currency,children:"$"})]}),Number.isFinite(C)&&g(u,{className:T.text,gutterBottom:!0,children:["Bit Depth: ",g("span",{className:T.value,children:[C,"'"]})]}),Number.isFinite(I)&&g(u,{className:T.text,gutterBottom:!0,children:["Hole Depth: ",g("span",{className:T.value,children:[I,"'"]})]})]})]})}export{x as default};
1
+ import e from"@babel/runtime/helpers/defineProperty";import t from"@babel/runtime/helpers/slicedToArray";import{useRef as o,useState as n}from"react";import r from"moment";import{debounce as i}from"lodash";import a from"classnames";import{makeStyles as c,Grid as s,Typography as l}from"@material-ui/core";import{getUnitDisplay as m}from"../../../../utils/index.js";import p from"../../../Modal/Modal.js";import d from"../../../PostInput/PostInput.js";import u from"../../../IconButton/index.js";import{Regular14 as h}from"../../../Typography.js";import f from"../../../Icons/SendIcon.js";import{isSuggestionsListOpened as g}from"../../../UserMention/utils/index.js";import{jsxs as b,jsx as y}from"react/jsx-runtime";function v(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function x(t){for(var o=1;o<arguments.length;o++){var n=null!=arguments[o]?arguments[o]:{};o%2?v(Object(n),!0).forEach((function(o){e(t,o,n[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var N=c((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:"#fff"},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}})),w={suggestions:{list:{background:"#414141"},item:{color:"white",height:30,"&focused":{backgroundColor:"rgba(255, 255, 255, 0.08)"}}}};function j(e){var c,v=e.feedItem.context.dvd_comment,j=v.body,O=v.attachment,P=v.data,C=v.data,I=C.bitDepth,D=C.holeDepth,B=C.cost,M=C.timestamp,S=e.onClose,H=e.onSave,T=e.userCompanyId,k=N(),A=o(),E=n({body:j,attachment:O}),L=t(E,2),W=L[0],F=L[1],R=i(F,300),K=function(){H({context:{dvd_comment:x(x({},W),{},{data:P})}})};return b(p,{open:!0,onClose:S,title:"Edit Comment",contentClassName:k.modal,actionsClassName:k.modalActions,actions:b(s,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:k.actions,children:[y(s,{item:!0,children:y(l,{variant:"caption",className:a(k.inputMain,k.cancelText,k.highlightedLabel),component:"div",gutterBottom:!0,onClick:S,children:"Cancel"})}),b(s,{item:!0,direction:"row",alignItems:"center",className:k.sendRow,children:[b(l,{variant:"caption",className:a(k.inputMain,k.inputHelper),component:"div",gutterBottom:!0,children:["Press ",y(l,{variant:"caption",color:"primary",className:a(k.inputMain,k.highlightedLabel),children:"Enter"})," to send"]}),y(u,{onClick:K,className:k.sendIcon,disabled:!W||!W.body&&!W.attachment,children:y(f,{})})]})]}),ref:A,children:[y(d,{initialValue:{body:j,attachment:O},userCompanyId:T,onChange:R,filePreviewWrapperClass:k.filePreviewWrapper,className:k.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||g()||(e.preventDefault(),K())},mentionStyle:w,suggestionsPortalHost:A.current,allowSuggestionsAboveCursor:!0}),b("div",{className:k.info,children:[M&&b(h,{className:k.text,gutterBottom:!0,children:["Time:"," ",y("span",{className:k.value,children:r(M).format("MM/DD/YY, HH:mm")})," "]}),Number.isFinite(B)&&b(h,{className:k.text,gutterBottom:!0,children:["Cost: ",b("span",{className:k.value,children:[" ",(c=B,c.toString().replace(/\B(?=(\d{3})+(?!\d))/g," "))]})," ",y("span",{className:k.currency,children:"$"})]}),Number.isFinite(I)&&b(h,{className:k.text,gutterBottom:!0,children:["Bit Depth: ",y("span",{className:k.value,children:"".concat(I," ").concat(m("length"))})]}),Number.isFinite(D)&&b(h,{className:k.text,gutterBottom:!0,children:["Hole Depth: ",y("span",{className:k.value,children:"".concat(D," ").concat(m("length"))})]})]})]})}export{j as default};
@@ -1 +1 @@
1
- {"version":3,"file":"DvDCommentFeedItem.d.ts","sourceRoot":"","sources":["../../../../src/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js"],"names":[],"mappings":";AAgCA;;;;;;;;;;;;;;;;gBA0DC"}
1
+ {"version":3,"file":"DvDCommentFeedItem.d.ts","sourceRoot":"","sources":["../../../../src/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js"],"names":[],"mappings":";AAiCA;;;;;;;;;;;;;;;;gBAgEC"}
@@ -1 +1 @@
1
- import{makeStyles as t,Typography as e}from"@material-ui/core";import a from"moment";import{isNativeDetected as i}from"../../../utils/mobileDetect.js";import{formatMentionText as r}from"../../UserMention/utils/index.js";import n from"../../Attachment/index.js";import{jsxs as o,jsx as m}from"react/jsx-runtime";var c=t((function(t){return{text:{color:t.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:t.palette.primary.text6,"& span":{color:"#fff"}}}})),d="DvDCommentFeedItem";var l=function(t){var l,s=t.feedItem,p=s.context.dvd_comment,h=p.body,f=p.attachment,u=void 0===f?{}:f,D=p.data,v=D.timestamp,x=D.bitDepth,N=D.holeDepth,F=D.cost,_=s.mentioned_users,b=c();return o("div",{className:b.wrapper,children:[h&&m(e,{"data-testid":"".concat(d,"_message"),variant:"body1",gutterBottom:!0,children:r(h,_,i)}),v&&o(e,{className:b.infoField,children:["Time:"," ",m("span",{"data-testid":"".concat(d,"_time"),children:a.unix(v).format("MM.DD.YYYY, HH:mm")})]}),(N||0===N)&&o(e,{className:b.infoField,children:["Hole Depth: ",o("span",{"data-testid":"".concat(d,"_holeDepth"),children:[N,""]})]}),(x||0===x)&&o(e,{className:b.infoField,children:["Bit Depth: ",o("span",{"data-testid":"".concat(d,"_bitDepth"),children:[x,""]})]}),F&&Number.isFinite(F)&&o(e,{className:b.infoField,children:["Cost: ",o("span",{"data-testid":"".concat(d,"_cost"),children:[(l=F,l.toString().replace(/\B(?=(\d{3})+(?!\d))/g," "))," $"]})]}),u&&u.url&&m("div",{className:b.attachment,children:m(n,{small:!0,attachmentUrl:u.url,fileName:u.name,displayName:u.name})})]})};export{l as default};
1
+ import{makeStyles as t,Typography as e}from"@material-ui/core";import a from"moment";import{getUnitDisplay as i}from"../../../utils/index.js";import{isNativeDetected as n}from"../../../utils/mobileDetect.js";import{formatMentionText as o}from"../../UserMention/utils/index.js";import r from"../../Attachment/index.js";import{jsxs as c,jsx as m}from"react/jsx-runtime";var l=t((function(t){return{text:{color:t.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:t.palette.primary.text6,"& span":{color:"#fff"}}}})),d="DvDCommentFeedItem";var s=function(t){var s,p=t.feedItem,h=p.context.dvd_comment,f=h.body,u=h.attachment,D=void 0===u?{}:u,v=h.data,x=v.timestamp,N=v.bitDepth,g=v.holeDepth,F=v.cost,_=p.mentioned_users,b=l();return c("div",{className:b.wrapper,children:[f&&m(e,{"data-testid":"".concat(d,"_message"),variant:"body1",gutterBottom:!0,children:o(f,_,n)}),x&&c(e,{className:b.infoField,children:["Time:"," ",m("span",{"data-testid":"".concat(d,"_time"),children:a.unix(x).format("MM.DD.YYYY, HH:mm")})]}),(g||0===g)&&c(e,{className:b.infoField,children:["Hole Depth:",m("span",{"data-testid":"".concat(d,"_holeDepth"),children:"".concat(g," ").concat(i("length"))})]}),(N||0===N)&&c(e,{className:b.infoField,children:["Bit Depth:",m("span",{"data-testid":"".concat(d,"_bitDepth"),children:"".concat(N," ").concat(i("length"))})]}),F&&Number.isFinite(F)&&c(e,{className:b.infoField,children:["Cost: ",c("span",{"data-testid":"".concat(d,"_cost"),children:[(s=F,s.toString().replace(/\B(?=(\d{3})+(?!\d))/g," "))," $"]})]}),D&&D.url&&m("div",{className:b.attachment,children:m(r,{small:!0,attachmentUrl:D.url,fileName:D.name,displayName:D.name})})]})};export{s as default};
@@ -5,7 +5,7 @@ interface IconButtonProps extends Omit<MuiIconButtonProps, 'size' | 'variant' |
5
5
  variant?: 'contained' | 'default';
6
6
  }
7
7
  declare const IconButton: {
8
- ({ tooltipProps, ...otherProps }: IconButtonProps): JSX.Element;
8
+ ({ tooltipProps, isActive, ...otherProps }: IconButtonProps): JSX.Element;
9
9
  propTypes: {
10
10
  isActive: PropTypes.Requireable<boolean>;
11
11
  size: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAkE,eAAe,IAAI,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAiE1I,UAAU,eAAgB,SACxB,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC,EACxD,SAAS,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC;IAChD,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CACnC;AAED,QAAA,MAAM,UAAU;sCAA4D,eAAe,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCxG,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;CAaxB,CAAC;AAaF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAkE,eAAe,IAAI,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAiE1I,UAAU,eAAgB,SACxB,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC,EACxD,SAAS,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC;IAChD,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CACnC;AAED,QAAA,MAAM,UAAU;gDAAsE,eAAe,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsClH,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;CAaxB,CAAC;AAaF,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- import{__rest as o,__assign as t}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as r}from"react/jsx-runtime";import i from"prop-types";import a from"classnames";import{makeStyles as e,Tooltip as l,IconButton as n}from"@material-ui/core";import{useState as s}from"react";var c=e((function(o){return{root:{color:o.palette.primary.text6,padding:6,"&:hover":{color:"#FFFFFF",backgroundColor:o.palette.background.b7,"&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}},"&:active":{color:"#FFFFFF","&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}},"&.Mui-disabled":{pointerEvents:"all",opacity:.4,color:"#FFFFFF","&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}},"& .MuiSvgIcon-root":{color:"inherit",fontSize:"inherit"}},colorPrimary:{color:o.palette.primary.main},sizeSmall:{fontSize:16,padding:7},sizeLarge:{"&.MuiButtonBase-root":{padding:8}},contained:{backgroundColor:o.palette.background.b9},containedDisabled:{"&.MuiButtonBase-root":{backgroundColor:o.palette.background.b9}},tooltip:{top:"-10px !important"},active:{"&.MuiButtonBase-root":{color:o.palette.primary.text1,backgroundColor:o.palette.background.b9,"&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}}}}})),d=function(i){var e,d,p,m,u=i.tooltipProps,b=void 0===u?{title:void 0}:u,g=o(i,["tooltipProps"]),v=g.isActive,y=g.size,f=g.variant,F=g.classes,P=void 0===F?{}:F,z=g["data-testid"],B=c(),M=s(!1),k=M[0],S=M[1],I=t(t({},P),{root:a(P.root,B.root,(e={},e[B.sizeLarge]="large"===y,e[B.contained]="contained"===f,e)),disabled:a(P.disabled,(d={},d[B.containedDisabled]="contained"===f,d)),colorPrimary:a(P.colorPrimary,B.colorPrimary),sizeSmall:a(P.sizeSmall,B.sizeSmall)});return b.title?r(l,t({open:k},b,{children:r(n,t({"data-testid":z,classes:I,className:a((p={},p[B.active]=v,p)),onMouseOver:function(){return S(!0)},onMouseOut:function(){return S(!1)}},g))})):r(n,t({"data-testid":z,classes:I,className:a((m={},m[B.active]=v,m))},g))},p={isActive:i.bool,size:i.oneOf(["small","medium","large"]),variant:i.oneOf(["default","contained"]),tooltipProps:i.shape({title:i.string}),classes:i.shape({root:i.string,disabled:i.string,colorPrimary:i.string,sizeSmall:i.string}),disabled:i.bool,"data-testid":i.string};d.propTypes=p,d.defaultProps={isActive:!1,size:"medium",variant:"default",tooltipProps:{title:void 0},disabled:!1,"data-testid":"IconButton"};export{d as default};
1
+ import{__rest as o,__assign as t}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as r}from"react/jsx-runtime";import i from"prop-types";import a from"classnames";import{makeStyles as e,Tooltip as l,IconButton as n}from"@material-ui/core";import{useState as s}from"react";var c=e((function(o){return{root:{color:o.palette.primary.text6,padding:6,"&:hover":{color:"#FFFFFF",backgroundColor:o.palette.background.b7,"&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}},"&:active":{color:"#FFFFFF","&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}},"&.Mui-disabled":{pointerEvents:"all",opacity:.4,color:"#FFFFFF","&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}},"& .MuiSvgIcon-root":{color:"inherit",fontSize:"inherit"}},colorPrimary:{color:o.palette.primary.main},sizeSmall:{fontSize:16,padding:7},sizeLarge:{"&.MuiButtonBase-root":{padding:8}},contained:{backgroundColor:o.palette.background.b9},containedDisabled:{"&.MuiButtonBase-root":{backgroundColor:o.palette.background.b9}},tooltip:{top:"-10px !important"},active:{"&.MuiButtonBase-root":{color:o.palette.primary.text1,backgroundColor:o.palette.background.b9,"&.MuiIconButton-colorPrimary":{color:o.palette.primary.main}}}}})),d=function(i){var e,d,p,m,u=i.tooltipProps,b=void 0===u?{title:void 0}:u,g=i.isActive,v=o(i,["tooltipProps","isActive"]),y=v.size,f=v.variant,F=v.classes,P=void 0===F?{}:F,z=v["data-testid"],B=c(),M=s(!1),k=M[0],S=M[1],I=t(t({},P),{root:a(P.root,B.root,(e={},e[B.sizeLarge]="large"===y,e[B.contained]="contained"===f,e)),disabled:a(P.disabled,(d={},d[B.containedDisabled]="contained"===f,d)),colorPrimary:a(P.colorPrimary,B.colorPrimary),sizeSmall:a(P.sizeSmall,B.sizeSmall)});return b.title?r(l,t({open:k},b,{children:r(n,t({"data-testid":z,classes:I,className:a((p={},p[B.active]=g,p)),onMouseOver:function(){return S(!0)},onMouseOut:function(){return S(!1)}},v))})):r(n,t({"data-testid":z,classes:I,className:a((m={},m[B.active]=g,m))},v))},p={isActive:i.bool,size:i.oneOf(["small","medium","large"]),variant:i.oneOf(["default","contained"]),tooltipProps:i.shape({title:i.string}),classes:i.shape({root:i.string,disabled:i.string,colorPrimary:i.string,sizeSmall:i.string}),disabled:i.bool,"data-testid":i.string};d.propTypes=p,d.defaultProps={isActive:!1,size:"medium",variant:"default",tooltipProps:{title:void 0},disabled:!1,"data-testid":"IconButton"};export{d as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.52.0-8",
3
+ "version": "0.52.0-9",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"
@@ -86,7 +86,7 @@
86
86
  "@babel/plugin-transform-runtime": "^7.12.10",
87
87
  "@babel/preset-env": "^7.12.11",
88
88
  "@babel/preset-react": "^7.12.10",
89
- "@corva/dc-platform-shared": "^0.1.7-5",
89
+ "@corva/dc-platform-shared": "0.1.7-6",
90
90
  "@corva/eslint-config-browser": "^0.0.4",
91
91
  "@date-io/moment": "1.3.13",
92
92
  "@material-ui/core": "4.11.2",