@solace-health/ui 0.9.65 → 0.9.67

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/dist/index.d.cts CHANGED
@@ -293,7 +293,7 @@ declare type Props$5 = {
293
293
  style?: any;
294
294
  bodyStyle?: any;
295
295
  };
296
- declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, }: Props$5) => react_jsx_runtime.JSX.Element;
296
+ declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, ...props }: Props$5) => react_jsx_runtime.JSX.Element;
297
297
 
298
298
  declare const Progress: ({ percent, size, }: {
299
299
  percent?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -293,7 +293,7 @@ declare type Props$5 = {
293
293
  style?: any;
294
294
  bodyStyle?: any;
295
295
  };
296
- declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, }: Props$5) => react_jsx_runtime.JSX.Element;
296
+ declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, ...props }: Props$5) => react_jsx_runtime.JSX.Element;
297
297
 
298
298
  declare const Progress: ({ percent, size, }: {
299
299
  percent?: number | undefined;
package/dist/index.js CHANGED
@@ -166,6 +166,7 @@ var u1={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",
166
166
  cursor: pointer;
167
167
  line-height: 1;
168
168
  font-weight: 700;
169
+ text-decoration: underline;
169
170
 
170
171
  &:hover {
171
172
  text-decoration: none;
@@ -177,7 +178,6 @@ var u1={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",
177
178
  display: block;
178
179
  width: 100%;
179
180
  height: 1px;
180
- background: #101010;
181
181
  }
182
182
  `,_t=({children:e,isSubmitting:t=!1,toolTip:o={title:"",color:"black"},...r})=>jsx(Tooltip,{title:o?.title,color:"#E9F0EE",overlayInnerStyle:{color:"#1D4339",padding:"24px",fontSize:"18px"},children:jsx(Vt,{block:!0,type:"primary",loading:t,...r,children:e})}),zt=({children:e,isSubmitting:t=!1,toolTip:o={title:"",color:"black"},...r})=>jsx(Tooltip,{title:o?.title,color:"#E9F0EE",overlayInnerStyle:{color:"#1D4339",padding:"24px",fontSize:"18px"},children:jsx(Et,{block:!0,loading:t,...r,children:e})}),Pt=({children:e,isSubmitting:t=!1,toolTip:o={title:"",color:"black"},...r})=>jsx(Tooltip,{title:o?.title,color:"#E9F0EE",overlayInnerStyle:{color:"#1D4339",padding:"24px",fontSize:"18px"},children:jsx(Zt,{block:!0,loading:t,...r,children:e})}),Ft=({children:e,isSubmitting:t=!1,toolTip:o={title:"",color:"black"},...r})=>jsx(Tooltip,{title:o?.title,color:"#E9F0EE",overlayInnerStyle:{color:"#1D4339",padding:"24px",fontSize:"18px"},children:jsx(O1,{block:!0,type:"text",loading:t,...r,children:e})}),Dt=({children:e,toolTip:t={title:"",color:"black"},...o})=>jsx(Tooltip,{title:t?.title,color:"#E9F0EE",overlayInnerStyle:{color:"#1D4339",padding:"24px",fontSize:"18px"},children:jsx(Bt,{type:"link",...o,children:e})}),l2={Primary:_t,Outline:Pt,Unstyled:Ft,Secondary:zt,Link:Dt};var $t=d(Collapse)`
183
183
  .ant-collapse-header {
@@ -433,7 +433,7 @@ var u1={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",
433
433
  @media (min-width: 620px) {
434
434
  padding: 0 10px;
435
435
  }
436
- `,t4=({children:e,isOpen:t,onClose:o=()=>null,width:r=560,style:n={},bodyStyle:i={}})=>(useEffect(()=>{document&&(t?document.body.style.overflow="hidden":document.body.style.overflow="inherit");},[t]),jsx(j0,{centered:!0,open:t,onCancel:o,footer:!1,width:r,style:n,bodyStyle:i,children:jsx(e4,{children:e})}));var n4=({percent:e=75,size:t=63})=>jsx(Space,{wrap:!0,children:jsx(Progress,{type:"circle",percent:e,size:t,"aria-label":"progress-circle","aria-labelledby":"progress",strokeLinecap:"butt",strokeColor:"#3F937C"})});var a4=d(Segmented)`
436
+ `,t4=({children:e,isOpen:t,onClose:o=()=>null,width:r=560,style:n={},bodyStyle:i={},...a})=>(useEffect(()=>{document&&(t?document.body.style.overflow="hidden":document.body.style.overflow="inherit");},[t]),jsx(j0,{centered:!0,open:t,onCancel:o,footer:!1,width:r,style:n,bodyStyle:i,...a,children:jsx(e4,{children:e})}));var n4=({percent:e=75,size:t=63})=>jsx(Space,{wrap:!0,children:jsx(Progress,{type:"circle",percent:e,size:t,"aria-label":"progress-circle","aria-labelledby":"progress",strokeLinecap:"butt",strokeColor:"#3F937C"})});var a4=d(Segmented)`
437
437
  padding: 4px;
438
438
 
439
439
  label {