@corva/ui 3.15.0-6 → 3.15.0-7

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,2 +1,2 @@
1
- "use strict";var o=require("./palette.mjs.js"),e=o.primary,t=o.background,i={MuiTableContainer:{root:{"overscroll-behavior-x":"contain"}},MuiTableCell:{root:{borderBottomColor:e.text9,height:56,letterSpacing:"0.4px",lineHeight:"20px",paddingLeft:8,paddingRight:8,"&.dense":{fontSize:14,lineHeight:"14px",height:28}},stickyHeader:{backgroundColor:t.b4},head:{color:e.text7,fontSize:14,lineHeight:"14px","&.MuiTableCell-sizeSmall":{fontSize:12,height:48,lineHeight:"14px"},"&.dense":{fontSize:12,lineHeight:"12px",height:28}},body:{fontSize:16},sizeSmall:{fontSize:14,height:48,lineHeight:"20px",paddingRight:16}},MuiTableRow:{root:{backgroundColor:"transparent","&.MuiTableRow-hover:hover":{backgroundColor:"rgba(255, 255, 255, 0.1)"},"&.Mui-selected, .MuiTableRow-root.Mui-selected:hover":{backgroundColor:"rgba(3, 188, 212, 0.2)"}},head:{borderTop:"1px solid ".concat(e.text9)}},MuiTableSortLabel:{root:{flexDirection:"row",justifyContent:"flex-end","&:hover":{color:o.primary.contrastText,"& .MuiTableSortLabel-icon":{opacity:1,color:o.primary.contrastText},"&.MuiTableSortLabel-active":{color:o.primary.contrastText,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.contrastText}}},"&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon":{color:"unset !important"},"&.MuiTableSortLabel-active":{color:o.primary.text7,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.text7}}},icon:{marginRight:0,color:o.primary.text7,fontSize:16}},MuiTablePagination:{toolbar:{paddingTop:10},caption:{fontSize:12},selectRoot:{marginRight:31,marginLeft:3,"& .MuiTablePagination-select":{paddingRight:31,paddingLeft:2}},input:{fontSize:12,position:"relative",top:1},selectIcon:{"&.MuiSvgIcon-root.MuiSelect-icon":{fontSize:16,top:5}},actions:{marginLeft:23,"& .MuiIconButton-root":{color:e.text6,fontSize:16,padding:7,"&:hover":{color:e.contrastText},"&.Mui-disabled":{color:e.text8}}},root:{"& .MuiSvgIcon-root":{color:"inherit",fontSize:"inherit"}}}};module.exports=i;
1
+ "use strict";var o=require("./palette.mjs.js"),e=o.primary,t=o.background,i={MuiTableContainer:{root:{"overscroll-behavior-x":"contain"}},MuiTableCell:{root:{borderBottomColor:e.text9,height:56,letterSpacing:"0.4px",lineHeight:"20px",paddingLeft:8,paddingRight:8,"&.dense":{fontSize:14,lineHeight:"14px",height:28}},stickyHeader:{backgroundColor:t.b4},head:{color:e.text7,fontSize:14,lineHeight:"14px","&.MuiTableCell-sizeSmall":{fontSize:12,height:48,lineHeight:"14px"},"&.dense":{fontSize:12,lineHeight:"12px",height:28}},body:{fontSize:16},sizeSmall:{fontSize:14,height:48,lineHeight:"20px",paddingRight:16}},MuiTableRow:{root:{backgroundColor:"transparent","&.MuiTableRow-hover:hover":{backgroundColor:"rgba(255, 255, 255, 0.03)"},"&.Mui-selected, .MuiTableRow-root.Mui-selected:hover":{backgroundColor:"rgba(3, 188, 212, 0.06)"}},head:{borderTop:"1px solid ".concat(e.text9)}},MuiTableSortLabel:{root:{flexDirection:"row",justifyContent:"flex-end","&:hover":{color:o.primary.contrastText,"& .MuiTableSortLabel-icon":{opacity:1,color:o.primary.contrastText},"&.MuiTableSortLabel-active":{color:o.primary.contrastText,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.contrastText}}},"&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon":{color:"unset !important"},"&.MuiTableSortLabel-active":{color:o.primary.text7,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.text7}}},icon:{marginRight:0,color:o.primary.text7,fontSize:16}},MuiTablePagination:{toolbar:{paddingTop:10},caption:{fontSize:12},selectRoot:{marginRight:31,marginLeft:3,"& .MuiTablePagination-select":{paddingRight:31,paddingLeft:2}},input:{fontSize:12,position:"relative",top:1},selectIcon:{"&.MuiSvgIcon-root.MuiSelect-icon":{fontSize:16,top:5}},actions:{marginLeft:23,"& .MuiIconButton-root":{color:e.text6,fontSize:16,padding:7,"&:hover":{color:e.contrastText},"&.Mui-disabled":{color:e.text8}}},root:{"& .MuiSvgIcon-root":{color:"inherit",fontSize:"inherit"}}}};module.exports=i;
2
2
  //# sourceMappingURL=tableOverrides.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tableOverrides.js","sources":["../../../../src/config/theme/tableOverrides.js"],"sourcesContent":["import palette from './palette.mjs';\n\nconst { primary, background } = palette;\n\nexport default {\n MuiTableContainer: {\n root: {\n 'overscroll-behavior-x': 'contain',\n },\n },\n MuiTableCell: {\n root: {\n borderBottomColor: primary.text9,\n height: 56,\n letterSpacing: '0.4px',\n lineHeight: '20px',\n paddingLeft: 8,\n paddingRight: 8,\n '&.dense': {\n fontSize: 14,\n lineHeight: '14px',\n height: 28,\n },\n },\n stickyHeader: {\n backgroundColor: background.b4,\n },\n head: {\n color: primary.text7,\n fontSize: 14,\n lineHeight: '14px',\n '&.MuiTableCell-sizeSmall': {\n fontSize: 12,\n height: 48,\n lineHeight: '14px',\n },\n '&.dense': {\n fontSize: 12,\n lineHeight: '12px',\n height: 28,\n },\n },\n body: {\n fontSize: 16,\n },\n sizeSmall: {\n fontSize: 14,\n height: 48,\n lineHeight: '20px',\n paddingRight: 16,\n },\n },\n MuiTableRow: {\n root: {\n backgroundColor: 'transparent',\n '&.MuiTableRow-hover:hover': {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n },\n '&.Mui-selected, .MuiTableRow-root.Mui-selected:hover': {\n backgroundColor: 'rgba(3, 188, 212, 0.2)',\n },\n },\n head: {\n borderTop: `1px solid ${primary.text9}`,\n },\n },\n MuiTableSortLabel: {\n root: {\n flexDirection: 'row',\n justifyContent: 'flex-end',\n '&:hover': {\n color: palette.primary.contrastText,\n '& .MuiTableSortLabel-icon': {\n opacity: 1,\n color: palette.primary.contrastText,\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.contrastText,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.contrastText,\n },\n },\n },\n '&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon':\n {\n color: 'unset !important',\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.text7,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.text7,\n },\n },\n },\n icon: {\n marginRight: 0,\n color: palette.primary.text7,\n fontSize: 16,\n },\n },\n MuiTablePagination: {\n toolbar: {\n paddingTop: 10,\n },\n caption: {\n fontSize: 12,\n },\n selectRoot: {\n marginRight: 31,\n marginLeft: 3,\n '& .MuiTablePagination-select': {\n paddingRight: 31,\n paddingLeft: 2,\n },\n },\n input: {\n fontSize: 12,\n position: 'relative',\n top: 1,\n },\n selectIcon: {\n '&.MuiSvgIcon-root.MuiSelect-icon': {\n fontSize: 16,\n top: 5,\n },\n },\n actions: {\n marginLeft: 23,\n '& .MuiIconButton-root': {\n color: primary.text6,\n fontSize: 16,\n padding: 7,\n '&:hover': {\n color: primary.contrastText,\n },\n '&.Mui-disabled': {\n color: primary.text8,\n },\n },\n },\n root: {\n '& .MuiSvgIcon-root': {\n color: 'inherit',\n fontSize: 'inherit',\n },\n },\n },\n};\n"],"names":["primary","palette","background","tableOverrides","MuiTableContainer","root","MuiTableCell","borderBottomColor","text9","height","letterSpacing","lineHeight","paddingLeft","paddingRight","fontSize","stickyHeader","backgroundColor","b4","head","color","text7","body","sizeSmall","MuiTableRow","borderTop","concat","MuiTableSortLabel","flexDirection","justifyContent","contrastText","opacity","icon","marginRight","MuiTablePagination","toolbar","paddingTop","caption","selectRoot","marginLeft","input","position","top","selectIcon","actions","text6","padding","text8"],"mappings":"+CAEQA,EAAwBC,EAAxBD,QAASE,EAAeD,EAAfC,WAEFC,EAAA,CACbC,kBAAmB,CACjBC,KAAM,CACJ,wBAAyB,YAG7BC,aAAc,CACZD,KAAM,CACJE,kBAAmBP,EAAQQ,MAC3BC,OAAQ,GACRC,cAAe,QACfC,WAAY,OACZC,YAAa,EACbC,aAAc,EACd,UAAW,CACTC,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZM,aAAc,CACZC,gBAAiBd,EAAWe,IAE9BC,KAAM,CACJC,MAAOnB,EAAQoB,MACfN,SAAU,GACVH,WAAY,OACZ,2BAA4B,CAC1BG,SAAU,GACVL,OAAQ,GACRE,WAAY,QAEd,UAAW,CACTG,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZY,KAAM,CACJP,SAAU,IAEZQ,UAAW,CACTR,SAAU,GACVL,OAAQ,GACRE,WAAY,OACZE,aAAc,KAGlBU,YAAa,CACXlB,KAAM,CACJW,gBAAiB,cACjB,4BAA6B,CAC3BA,gBAAiB,4BAEnB,uDAAwD,CACtDA,gBAAiB,2BAGrBE,KAAM,CACJM,UAAS,aAAAC,OAAezB,EAAQQ,SAGpCkB,kBAAmB,CACjBrB,KAAM,CACJsB,cAAe,MACfC,eAAgB,WAChB,UAAW,CACTT,MAAOlB,EAAQD,QAAQ6B,aACvB,4BAA6B,CAC3BC,QAAS,EACTX,MAAOlB,EAAQD,QAAQ6B,cAEzB,6BAA8B,CAC5BV,MAAOlB,EAAQD,QAAQ6B,aACvB,4FACE,CACEV,MAAOlB,EAAQD,QAAQ6B,gBAI/B,qGACE,CACEV,MAAO,oBAEX,6BAA8B,CAC5BA,MAAOlB,EAAQD,QAAQoB,MACvB,4FACE,CACED,MAAOlB,EAAQD,QAAQoB,SAI/BW,KAAM,CACJC,YAAa,EACbb,MAAOlB,EAAQD,QAAQoB,MACvBN,SAAU,KAGdmB,mBAAoB,CAClBC,QAAS,CACPC,WAAY,IAEdC,QAAS,CACPtB,SAAU,IAEZuB,WAAY,CACVL,YAAa,GACbM,WAAY,EACZ,+BAAgC,CAC9BzB,aAAc,GACdD,YAAa,IAGjB2B,MAAO,CACLzB,SAAU,GACV0B,SAAU,WACVC,IAAK,GAEPC,WAAY,CACV,mCAAoC,CAClC5B,SAAU,GACV2B,IAAK,IAGTE,QAAS,CACPL,WAAY,GACZ,wBAAyB,CACvBnB,MAAOnB,EAAQ4C,MACf9B,SAAU,GACV+B,QAAS,EACT,UAAW,CACT1B,MAAOnB,EAAQ6B,cAEjB,iBAAkB,CAChBV,MAAOnB,EAAQ8C,SAIrBzC,KAAM,CACJ,qBAAsB,CACpBc,MAAO,UACPL,SAAU"}
1
+ {"version":3,"file":"tableOverrides.js","sources":["../../../../src/config/theme/tableOverrides.js"],"sourcesContent":["import palette from './palette.mjs';\n\nconst { primary, background } = palette;\n\nexport default {\n MuiTableContainer: {\n root: {\n 'overscroll-behavior-x': 'contain',\n },\n },\n MuiTableCell: {\n root: {\n borderBottomColor: primary.text9,\n height: 56,\n letterSpacing: '0.4px',\n lineHeight: '20px',\n paddingLeft: 8,\n paddingRight: 8,\n '&.dense': {\n fontSize: 14,\n lineHeight: '14px',\n height: 28,\n },\n },\n stickyHeader: {\n backgroundColor: background.b4,\n },\n head: {\n color: primary.text7,\n fontSize: 14,\n lineHeight: '14px',\n '&.MuiTableCell-sizeSmall': {\n fontSize: 12,\n height: 48,\n lineHeight: '14px',\n },\n '&.dense': {\n fontSize: 12,\n lineHeight: '12px',\n height: 28,\n },\n },\n body: {\n fontSize: 16,\n },\n sizeSmall: {\n fontSize: 14,\n height: 48,\n lineHeight: '20px',\n paddingRight: 16,\n },\n },\n MuiTableRow: {\n root: {\n backgroundColor: 'transparent',\n '&.MuiTableRow-hover:hover': {\n backgroundColor: 'rgba(255, 255, 255, 0.03)',\n },\n '&.Mui-selected, .MuiTableRow-root.Mui-selected:hover': {\n backgroundColor: 'rgba(3, 188, 212, 0.06)',\n },\n },\n head: {\n borderTop: `1px solid ${primary.text9}`,\n },\n },\n MuiTableSortLabel: {\n root: {\n flexDirection: 'row',\n justifyContent: 'flex-end',\n '&:hover': {\n color: palette.primary.contrastText,\n '& .MuiTableSortLabel-icon': {\n opacity: 1,\n color: palette.primary.contrastText,\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.contrastText,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.contrastText,\n },\n },\n },\n '&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon':\n {\n color: 'unset !important',\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.text7,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.text7,\n },\n },\n },\n icon: {\n marginRight: 0,\n color: palette.primary.text7,\n fontSize: 16,\n },\n },\n MuiTablePagination: {\n toolbar: {\n paddingTop: 10,\n },\n caption: {\n fontSize: 12,\n },\n selectRoot: {\n marginRight: 31,\n marginLeft: 3,\n '& .MuiTablePagination-select': {\n paddingRight: 31,\n paddingLeft: 2,\n },\n },\n input: {\n fontSize: 12,\n position: 'relative',\n top: 1,\n },\n selectIcon: {\n '&.MuiSvgIcon-root.MuiSelect-icon': {\n fontSize: 16,\n top: 5,\n },\n },\n actions: {\n marginLeft: 23,\n '& .MuiIconButton-root': {\n color: primary.text6,\n fontSize: 16,\n padding: 7,\n '&:hover': {\n color: primary.contrastText,\n },\n '&.Mui-disabled': {\n color: primary.text8,\n },\n },\n },\n root: {\n '& .MuiSvgIcon-root': {\n color: 'inherit',\n fontSize: 'inherit',\n },\n },\n },\n};\n"],"names":["primary","palette","background","tableOverrides","MuiTableContainer","root","MuiTableCell","borderBottomColor","text9","height","letterSpacing","lineHeight","paddingLeft","paddingRight","fontSize","stickyHeader","backgroundColor","b4","head","color","text7","body","sizeSmall","MuiTableRow","borderTop","concat","MuiTableSortLabel","flexDirection","justifyContent","contrastText","opacity","icon","marginRight","MuiTablePagination","toolbar","paddingTop","caption","selectRoot","marginLeft","input","position","top","selectIcon","actions","text6","padding","text8"],"mappings":"+CAEQA,EAAwBC,EAAxBD,QAASE,EAAeD,EAAfC,WAEFC,EAAA,CACbC,kBAAmB,CACjBC,KAAM,CACJ,wBAAyB,YAG7BC,aAAc,CACZD,KAAM,CACJE,kBAAmBP,EAAQQ,MAC3BC,OAAQ,GACRC,cAAe,QACfC,WAAY,OACZC,YAAa,EACbC,aAAc,EACd,UAAW,CACTC,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZM,aAAc,CACZC,gBAAiBd,EAAWe,IAE9BC,KAAM,CACJC,MAAOnB,EAAQoB,MACfN,SAAU,GACVH,WAAY,OACZ,2BAA4B,CAC1BG,SAAU,GACVL,OAAQ,GACRE,WAAY,QAEd,UAAW,CACTG,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZY,KAAM,CACJP,SAAU,IAEZQ,UAAW,CACTR,SAAU,GACVL,OAAQ,GACRE,WAAY,OACZE,aAAc,KAGlBU,YAAa,CACXlB,KAAM,CACJW,gBAAiB,cACjB,4BAA6B,CAC3BA,gBAAiB,6BAEnB,uDAAwD,CACtDA,gBAAiB,4BAGrBE,KAAM,CACJM,UAAS,aAAAC,OAAezB,EAAQQ,SAGpCkB,kBAAmB,CACjBrB,KAAM,CACJsB,cAAe,MACfC,eAAgB,WAChB,UAAW,CACTT,MAAOlB,EAAQD,QAAQ6B,aACvB,4BAA6B,CAC3BC,QAAS,EACTX,MAAOlB,EAAQD,QAAQ6B,cAEzB,6BAA8B,CAC5BV,MAAOlB,EAAQD,QAAQ6B,aACvB,4FACE,CACEV,MAAOlB,EAAQD,QAAQ6B,gBAI/B,qGACE,CACEV,MAAO,oBAEX,6BAA8B,CAC5BA,MAAOlB,EAAQD,QAAQoB,MACvB,4FACE,CACED,MAAOlB,EAAQD,QAAQoB,SAI/BW,KAAM,CACJC,YAAa,EACbb,MAAOlB,EAAQD,QAAQoB,MACvBN,SAAU,KAGdmB,mBAAoB,CAClBC,QAAS,CACPC,WAAY,IAEdC,QAAS,CACPtB,SAAU,IAEZuB,WAAY,CACVL,YAAa,GACbM,WAAY,EACZ,+BAAgC,CAC9BzB,aAAc,GACdD,YAAa,IAGjB2B,MAAO,CACLzB,SAAU,GACV0B,SAAU,WACVC,IAAK,GAEPC,WAAY,CACV,mCAAoC,CAClC5B,SAAU,GACV2B,IAAK,IAGTE,QAAS,CACPL,WAAY,GACZ,wBAAyB,CACvBnB,MAAOnB,EAAQ4C,MACf9B,SAAU,GACV+B,QAAS,EACT,UAAW,CACT1B,MAAOnB,EAAQ6B,cAEjB,iBAAkB,CAChBV,MAAOnB,EAAQ8C,SAIrBzC,KAAM,CACJ,qBAAsB,CACpBc,MAAO,UACPL,SAAU"}
@@ -7,4 +7,5 @@ export default meta;
7
7
  export declare const Default: (props: Props) => JSX.Element;
8
8
  export declare const StickyHeader: () => JSX.Element;
9
9
  export declare const WithStickyColumnHeaders: () => JSX.Element;
10
+ export declare const RowStates: (props: Props) => JSX.Element;
10
11
  //# sourceMappingURL=Table.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAOhC,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAiBF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,UAAW,KAAK,gBA2CnC,CAAC;AAEF,eAAO,MAAM,YAAY,mBAiDxB,CAAC;AAMF,eAAO,MAAM,uBAAuB,mBAoDnC,CAAC"}
1
+ {"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAOhC,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAiBF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,UAAW,KAAK,gBA2CnC,CAAC;AAEF,eAAO,MAAM,YAAY,mBAiDxB,CAAC;AAMF,eAAO,MAAM,uBAAuB,mBAoDnC,CAAC;AAMF,eAAO,MAAM,SAAS,UAAW,KAAK,gBA2CrC,CAAC"}
@@ -1,2 +1,2 @@
1
- import o from"./palette.mjs.js";var e=o.primary,t=o.background,i={MuiTableContainer:{root:{"overscroll-behavior-x":"contain"}},MuiTableCell:{root:{borderBottomColor:e.text9,height:56,letterSpacing:"0.4px",lineHeight:"20px",paddingLeft:8,paddingRight:8,"&.dense":{fontSize:14,lineHeight:"14px",height:28}},stickyHeader:{backgroundColor:t.b4},head:{color:e.text7,fontSize:14,lineHeight:"14px","&.MuiTableCell-sizeSmall":{fontSize:12,height:48,lineHeight:"14px"},"&.dense":{fontSize:12,lineHeight:"12px",height:28}},body:{fontSize:16},sizeSmall:{fontSize:14,height:48,lineHeight:"20px",paddingRight:16}},MuiTableRow:{root:{backgroundColor:"transparent","&.MuiTableRow-hover:hover":{backgroundColor:"rgba(255, 255, 255, 0.1)"},"&.Mui-selected, .MuiTableRow-root.Mui-selected:hover":{backgroundColor:"rgba(3, 188, 212, 0.2)"}},head:{borderTop:"1px solid ".concat(e.text9)}},MuiTableSortLabel:{root:{flexDirection:"row",justifyContent:"flex-end","&:hover":{color:o.primary.contrastText,"& .MuiTableSortLabel-icon":{opacity:1,color:o.primary.contrastText},"&.MuiTableSortLabel-active":{color:o.primary.contrastText,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.contrastText}}},"&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon":{color:"unset !important"},"&.MuiTableSortLabel-active":{color:o.primary.text7,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.text7}}},icon:{marginRight:0,color:o.primary.text7,fontSize:16}},MuiTablePagination:{toolbar:{paddingTop:10},caption:{fontSize:12},selectRoot:{marginRight:31,marginLeft:3,"& .MuiTablePagination-select":{paddingRight:31,paddingLeft:2}},input:{fontSize:12,position:"relative",top:1},selectIcon:{"&.MuiSvgIcon-root.MuiSelect-icon":{fontSize:16,top:5}},actions:{marginLeft:23,"& .MuiIconButton-root":{color:e.text6,fontSize:16,padding:7,"&:hover":{color:e.contrastText},"&.Mui-disabled":{color:e.text8}}},root:{"& .MuiSvgIcon-root":{color:"inherit",fontSize:"inherit"}}}};export{i as default};
1
+ import o from"./palette.mjs.js";var e=o.primary,t=o.background,i={MuiTableContainer:{root:{"overscroll-behavior-x":"contain"}},MuiTableCell:{root:{borderBottomColor:e.text9,height:56,letterSpacing:"0.4px",lineHeight:"20px",paddingLeft:8,paddingRight:8,"&.dense":{fontSize:14,lineHeight:"14px",height:28}},stickyHeader:{backgroundColor:t.b4},head:{color:e.text7,fontSize:14,lineHeight:"14px","&.MuiTableCell-sizeSmall":{fontSize:12,height:48,lineHeight:"14px"},"&.dense":{fontSize:12,lineHeight:"12px",height:28}},body:{fontSize:16},sizeSmall:{fontSize:14,height:48,lineHeight:"20px",paddingRight:16}},MuiTableRow:{root:{backgroundColor:"transparent","&.MuiTableRow-hover:hover":{backgroundColor:"rgba(255, 255, 255, 0.03)"},"&.Mui-selected, .MuiTableRow-root.Mui-selected:hover":{backgroundColor:"rgba(3, 188, 212, 0.06)"}},head:{borderTop:"1px solid ".concat(e.text9)}},MuiTableSortLabel:{root:{flexDirection:"row",justifyContent:"flex-end","&:hover":{color:o.primary.contrastText,"& .MuiTableSortLabel-icon":{opacity:1,color:o.primary.contrastText},"&.MuiTableSortLabel-active":{color:o.primary.contrastText,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.contrastText}}},"&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon":{color:"unset !important"},"&.MuiTableSortLabel-active":{color:o.primary.text7,"&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon":{color:o.primary.text7}}},icon:{marginRight:0,color:o.primary.text7,fontSize:16}},MuiTablePagination:{toolbar:{paddingTop:10},caption:{fontSize:12},selectRoot:{marginRight:31,marginLeft:3,"& .MuiTablePagination-select":{paddingRight:31,paddingLeft:2}},input:{fontSize:12,position:"relative",top:1},selectIcon:{"&.MuiSvgIcon-root.MuiSelect-icon":{fontSize:16,top:5}},actions:{marginLeft:23,"& .MuiIconButton-root":{color:e.text6,fontSize:16,padding:7,"&:hover":{color:e.contrastText},"&.Mui-disabled":{color:e.text8}}},root:{"& .MuiSvgIcon-root":{color:"inherit",fontSize:"inherit"}}}};export{i as default};
2
2
  //# sourceMappingURL=tableOverrides.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tableOverrides.js","sources":["../../../src/config/theme/tableOverrides.js"],"sourcesContent":["import palette from './palette.mjs';\n\nconst { primary, background } = palette;\n\nexport default {\n MuiTableContainer: {\n root: {\n 'overscroll-behavior-x': 'contain',\n },\n },\n MuiTableCell: {\n root: {\n borderBottomColor: primary.text9,\n height: 56,\n letterSpacing: '0.4px',\n lineHeight: '20px',\n paddingLeft: 8,\n paddingRight: 8,\n '&.dense': {\n fontSize: 14,\n lineHeight: '14px',\n height: 28,\n },\n },\n stickyHeader: {\n backgroundColor: background.b4,\n },\n head: {\n color: primary.text7,\n fontSize: 14,\n lineHeight: '14px',\n '&.MuiTableCell-sizeSmall': {\n fontSize: 12,\n height: 48,\n lineHeight: '14px',\n },\n '&.dense': {\n fontSize: 12,\n lineHeight: '12px',\n height: 28,\n },\n },\n body: {\n fontSize: 16,\n },\n sizeSmall: {\n fontSize: 14,\n height: 48,\n lineHeight: '20px',\n paddingRight: 16,\n },\n },\n MuiTableRow: {\n root: {\n backgroundColor: 'transparent',\n '&.MuiTableRow-hover:hover': {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n },\n '&.Mui-selected, .MuiTableRow-root.Mui-selected:hover': {\n backgroundColor: 'rgba(3, 188, 212, 0.2)',\n },\n },\n head: {\n borderTop: `1px solid ${primary.text9}`,\n },\n },\n MuiTableSortLabel: {\n root: {\n flexDirection: 'row',\n justifyContent: 'flex-end',\n '&:hover': {\n color: palette.primary.contrastText,\n '& .MuiTableSortLabel-icon': {\n opacity: 1,\n color: palette.primary.contrastText,\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.contrastText,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.contrastText,\n },\n },\n },\n '&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon':\n {\n color: 'unset !important',\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.text7,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.text7,\n },\n },\n },\n icon: {\n marginRight: 0,\n color: palette.primary.text7,\n fontSize: 16,\n },\n },\n MuiTablePagination: {\n toolbar: {\n paddingTop: 10,\n },\n caption: {\n fontSize: 12,\n },\n selectRoot: {\n marginRight: 31,\n marginLeft: 3,\n '& .MuiTablePagination-select': {\n paddingRight: 31,\n paddingLeft: 2,\n },\n },\n input: {\n fontSize: 12,\n position: 'relative',\n top: 1,\n },\n selectIcon: {\n '&.MuiSvgIcon-root.MuiSelect-icon': {\n fontSize: 16,\n top: 5,\n },\n },\n actions: {\n marginLeft: 23,\n '& .MuiIconButton-root': {\n color: primary.text6,\n fontSize: 16,\n padding: 7,\n '&:hover': {\n color: primary.contrastText,\n },\n '&.Mui-disabled': {\n color: primary.text8,\n },\n },\n },\n root: {\n '& .MuiSvgIcon-root': {\n color: 'inherit',\n fontSize: 'inherit',\n },\n },\n },\n};\n"],"names":["primary","palette","background","tableOverrides","MuiTableContainer","root","MuiTableCell","borderBottomColor","text9","height","letterSpacing","lineHeight","paddingLeft","paddingRight","fontSize","stickyHeader","backgroundColor","b4","head","color","text7","body","sizeSmall","MuiTableRow","borderTop","concat","MuiTableSortLabel","flexDirection","justifyContent","contrastText","opacity","icon","marginRight","MuiTablePagination","toolbar","paddingTop","caption","selectRoot","marginLeft","input","position","top","selectIcon","actions","text6","padding","text8"],"mappings":"gCAEA,IAAQA,EAAwBC,EAAxBD,QAASE,EAAeD,EAAfC,WAEFC,EAAA,CACbC,kBAAmB,CACjBC,KAAM,CACJ,wBAAyB,YAG7BC,aAAc,CACZD,KAAM,CACJE,kBAAmBP,EAAQQ,MAC3BC,OAAQ,GACRC,cAAe,QACfC,WAAY,OACZC,YAAa,EACbC,aAAc,EACd,UAAW,CACTC,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZM,aAAc,CACZC,gBAAiBd,EAAWe,IAE9BC,KAAM,CACJC,MAAOnB,EAAQoB,MACfN,SAAU,GACVH,WAAY,OACZ,2BAA4B,CAC1BG,SAAU,GACVL,OAAQ,GACRE,WAAY,QAEd,UAAW,CACTG,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZY,KAAM,CACJP,SAAU,IAEZQ,UAAW,CACTR,SAAU,GACVL,OAAQ,GACRE,WAAY,OACZE,aAAc,KAGlBU,YAAa,CACXlB,KAAM,CACJW,gBAAiB,cACjB,4BAA6B,CAC3BA,gBAAiB,4BAEnB,uDAAwD,CACtDA,gBAAiB,2BAGrBE,KAAM,CACJM,UAAS,aAAAC,OAAezB,EAAQQ,SAGpCkB,kBAAmB,CACjBrB,KAAM,CACJsB,cAAe,MACfC,eAAgB,WAChB,UAAW,CACTT,MAAOlB,EAAQD,QAAQ6B,aACvB,4BAA6B,CAC3BC,QAAS,EACTX,MAAOlB,EAAQD,QAAQ6B,cAEzB,6BAA8B,CAC5BV,MAAOlB,EAAQD,QAAQ6B,aACvB,4FACE,CACEV,MAAOlB,EAAQD,QAAQ6B,gBAI/B,qGACE,CACEV,MAAO,oBAEX,6BAA8B,CAC5BA,MAAOlB,EAAQD,QAAQoB,MACvB,4FACE,CACED,MAAOlB,EAAQD,QAAQoB,SAI/BW,KAAM,CACJC,YAAa,EACbb,MAAOlB,EAAQD,QAAQoB,MACvBN,SAAU,KAGdmB,mBAAoB,CAClBC,QAAS,CACPC,WAAY,IAEdC,QAAS,CACPtB,SAAU,IAEZuB,WAAY,CACVL,YAAa,GACbM,WAAY,EACZ,+BAAgC,CAC9BzB,aAAc,GACdD,YAAa,IAGjB2B,MAAO,CACLzB,SAAU,GACV0B,SAAU,WACVC,IAAK,GAEPC,WAAY,CACV,mCAAoC,CAClC5B,SAAU,GACV2B,IAAK,IAGTE,QAAS,CACPL,WAAY,GACZ,wBAAyB,CACvBnB,MAAOnB,EAAQ4C,MACf9B,SAAU,GACV+B,QAAS,EACT,UAAW,CACT1B,MAAOnB,EAAQ6B,cAEjB,iBAAkB,CAChBV,MAAOnB,EAAQ8C,SAIrBzC,KAAM,CACJ,qBAAsB,CACpBc,MAAO,UACPL,SAAU"}
1
+ {"version":3,"file":"tableOverrides.js","sources":["../../../src/config/theme/tableOverrides.js"],"sourcesContent":["import palette from './palette.mjs';\n\nconst { primary, background } = palette;\n\nexport default {\n MuiTableContainer: {\n root: {\n 'overscroll-behavior-x': 'contain',\n },\n },\n MuiTableCell: {\n root: {\n borderBottomColor: primary.text9,\n height: 56,\n letterSpacing: '0.4px',\n lineHeight: '20px',\n paddingLeft: 8,\n paddingRight: 8,\n '&.dense': {\n fontSize: 14,\n lineHeight: '14px',\n height: 28,\n },\n },\n stickyHeader: {\n backgroundColor: background.b4,\n },\n head: {\n color: primary.text7,\n fontSize: 14,\n lineHeight: '14px',\n '&.MuiTableCell-sizeSmall': {\n fontSize: 12,\n height: 48,\n lineHeight: '14px',\n },\n '&.dense': {\n fontSize: 12,\n lineHeight: '12px',\n height: 28,\n },\n },\n body: {\n fontSize: 16,\n },\n sizeSmall: {\n fontSize: 14,\n height: 48,\n lineHeight: '20px',\n paddingRight: 16,\n },\n },\n MuiTableRow: {\n root: {\n backgroundColor: 'transparent',\n '&.MuiTableRow-hover:hover': {\n backgroundColor: 'rgba(255, 255, 255, 0.03)',\n },\n '&.Mui-selected, .MuiTableRow-root.Mui-selected:hover': {\n backgroundColor: 'rgba(3, 188, 212, 0.06)',\n },\n },\n head: {\n borderTop: `1px solid ${primary.text9}`,\n },\n },\n MuiTableSortLabel: {\n root: {\n flexDirection: 'row',\n justifyContent: 'flex-end',\n '&:hover': {\n color: palette.primary.contrastText,\n '& .MuiTableSortLabel-icon': {\n opacity: 1,\n color: palette.primary.contrastText,\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.contrastText,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.contrastText,\n },\n },\n },\n '&.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon':\n {\n color: 'unset !important',\n },\n '&.MuiTableSortLabel-active': {\n color: palette.primary.text7,\n '&.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiSvgIcon-root.MuiTableSortLabel-icon':\n {\n color: palette.primary.text7,\n },\n },\n },\n icon: {\n marginRight: 0,\n color: palette.primary.text7,\n fontSize: 16,\n },\n },\n MuiTablePagination: {\n toolbar: {\n paddingTop: 10,\n },\n caption: {\n fontSize: 12,\n },\n selectRoot: {\n marginRight: 31,\n marginLeft: 3,\n '& .MuiTablePagination-select': {\n paddingRight: 31,\n paddingLeft: 2,\n },\n },\n input: {\n fontSize: 12,\n position: 'relative',\n top: 1,\n },\n selectIcon: {\n '&.MuiSvgIcon-root.MuiSelect-icon': {\n fontSize: 16,\n top: 5,\n },\n },\n actions: {\n marginLeft: 23,\n '& .MuiIconButton-root': {\n color: primary.text6,\n fontSize: 16,\n padding: 7,\n '&:hover': {\n color: primary.contrastText,\n },\n '&.Mui-disabled': {\n color: primary.text8,\n },\n },\n },\n root: {\n '& .MuiSvgIcon-root': {\n color: 'inherit',\n fontSize: 'inherit',\n },\n },\n },\n};\n"],"names":["primary","palette","background","tableOverrides","MuiTableContainer","root","MuiTableCell","borderBottomColor","text9","height","letterSpacing","lineHeight","paddingLeft","paddingRight","fontSize","stickyHeader","backgroundColor","b4","head","color","text7","body","sizeSmall","MuiTableRow","borderTop","concat","MuiTableSortLabel","flexDirection","justifyContent","contrastText","opacity","icon","marginRight","MuiTablePagination","toolbar","paddingTop","caption","selectRoot","marginLeft","input","position","top","selectIcon","actions","text6","padding","text8"],"mappings":"gCAEA,IAAQA,EAAwBC,EAAxBD,QAASE,EAAeD,EAAfC,WAEFC,EAAA,CACbC,kBAAmB,CACjBC,KAAM,CACJ,wBAAyB,YAG7BC,aAAc,CACZD,KAAM,CACJE,kBAAmBP,EAAQQ,MAC3BC,OAAQ,GACRC,cAAe,QACfC,WAAY,OACZC,YAAa,EACbC,aAAc,EACd,UAAW,CACTC,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZM,aAAc,CACZC,gBAAiBd,EAAWe,IAE9BC,KAAM,CACJC,MAAOnB,EAAQoB,MACfN,SAAU,GACVH,WAAY,OACZ,2BAA4B,CAC1BG,SAAU,GACVL,OAAQ,GACRE,WAAY,QAEd,UAAW,CACTG,SAAU,GACVH,WAAY,OACZF,OAAQ,KAGZY,KAAM,CACJP,SAAU,IAEZQ,UAAW,CACTR,SAAU,GACVL,OAAQ,GACRE,WAAY,OACZE,aAAc,KAGlBU,YAAa,CACXlB,KAAM,CACJW,gBAAiB,cACjB,4BAA6B,CAC3BA,gBAAiB,6BAEnB,uDAAwD,CACtDA,gBAAiB,4BAGrBE,KAAM,CACJM,UAAS,aAAAC,OAAezB,EAAQQ,SAGpCkB,kBAAmB,CACjBrB,KAAM,CACJsB,cAAe,MACfC,eAAgB,WAChB,UAAW,CACTT,MAAOlB,EAAQD,QAAQ6B,aACvB,4BAA6B,CAC3BC,QAAS,EACTX,MAAOlB,EAAQD,QAAQ6B,cAEzB,6BAA8B,CAC5BV,MAAOlB,EAAQD,QAAQ6B,aACvB,4FACE,CACEV,MAAOlB,EAAQD,QAAQ6B,gBAI/B,qGACE,CACEV,MAAO,oBAEX,6BAA8B,CAC5BA,MAAOlB,EAAQD,QAAQoB,MACvB,4FACE,CACED,MAAOlB,EAAQD,QAAQoB,SAI/BW,KAAM,CACJC,YAAa,EACbb,MAAOlB,EAAQD,QAAQoB,MACvBN,SAAU,KAGdmB,mBAAoB,CAClBC,QAAS,CACPC,WAAY,IAEdC,QAAS,CACPtB,SAAU,IAEZuB,WAAY,CACVL,YAAa,GACbM,WAAY,EACZ,+BAAgC,CAC9BzB,aAAc,GACdD,YAAa,IAGjB2B,MAAO,CACLzB,SAAU,GACV0B,SAAU,WACVC,IAAK,GAEPC,WAAY,CACV,mCAAoC,CAClC5B,SAAU,GACV2B,IAAK,IAGTE,QAAS,CACPL,WAAY,GACZ,wBAAyB,CACvBnB,MAAOnB,EAAQ4C,MACf9B,SAAU,GACV+B,QAAS,EACT,UAAW,CACT1B,MAAOnB,EAAQ6B,cAEjB,iBAAkB,CAChBV,MAAOnB,EAAQ8C,SAIrBzC,KAAM,CACJ,qBAAsB,CACpBc,MAAO,UACPL,SAAU"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "3.15.0-6",
3
+ "version": "3.15.0-7",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"