@corva/ui 0.51.0-0 → 0.51.0-1

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,16 +1,14 @@
1
1
  declare namespace _default {
2
2
  namespace MuiTooltip {
3
- namespace tooltip {
4
- const backgroundColor: string;
5
- const boxShadow: string;
6
- const fontSize: number;
7
- const fontWeight: number;
8
- const letterSpacing: string;
9
- const lineHeight: string;
10
- const padding: number;
11
- }
12
3
  const popper: {
13
4
  '& .MuiTooltip-tooltip': {
5
+ backgroundColor: string;
6
+ boxShadow: string;
7
+ fontSize: number;
8
+ fontWeight: number;
9
+ letterSpacing: string;
10
+ lineHeight: string;
11
+ padding: number;
14
12
  '&.MuiTooltip-tooltipPlacementTop': {
15
13
  marginBottom: number;
16
14
  };
@@ -1 +1 @@
1
- import o from"./palette.mjs.js";var t={MuiTooltip:{tooltip:{backgroundColor:o.background.b9,boxShadow:"0px 0px 4px 2px rgba(0, 0, 0, 0.12)",fontSize:12,fontWeight:400,letterSpacing:"0.4px",lineHeight:"16px",padding:4},popper:{"& .MuiTooltip-tooltip":{"&.MuiTooltip-tooltipPlacementTop":{marginBottom:8},"&.MuiTooltip-tooltipPlacementBottom":{marginTop:8},"&.MuiTooltip-tooltipPlacementRight":{marginLeft:8},"&.MuiTooltip-tooltipPlacementLeft":{marginRight:8}}}}};export{t as default};
1
+ import o from"./palette.mjs.js";var t={MuiTooltip:{popper:{"& .MuiTooltip-tooltip":{backgroundColor:o.background.b9,boxShadow:"0px 0px 4px 2px rgba(0, 0, 0, 0.12)",fontSize:12,fontWeight:400,letterSpacing:"0.4px",lineHeight:"16px",padding:4,"&.MuiTooltip-tooltipPlacementTop":{marginBottom:8},"&.MuiTooltip-tooltipPlacementBottom":{marginTop:8},"&.MuiTooltip-tooltipPlacementRight":{marginLeft:8},"&.MuiTooltip-tooltipPlacementLeft":{marginRight:8}}}}};export{t as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.51.0-0",
3
+ "version": "0.51.0-1",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"