@solace-health/ui 0.9.43 → 0.9.44
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.cjs +13 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -5
- package/dist/index.d.ts +4 -5
- package/dist/index.js +13 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -839,11 +839,23 @@ var r1={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",
|
|
|
839
839
|
font-size: 16px;
|
|
840
840
|
font-weight: 400;
|
|
841
841
|
line-height: normal;
|
|
842
|
-
`,d3=({steps:e})=>{let t=e.map((o,r)=>jsxRuntime.jsxs(W0,{children:[jsxRuntime.jsx("div",{children:jsxRuntime.jsx(X0,{children:r+1})}),jsxRuntime.jsxs(J0,{children:[jsxRuntime.jsx(K0,{children:o.title}),jsxRuntime.jsx(Y0,{children:o.description})]})]},o.title));return jsxRuntime.jsx(U0,{children:t})};var q0={Horizontal:l3,Vertical:d3};var e4=n__default.default(({items:e,children:t,className:o=""})=>jsxRuntime.jsx(antd.Dropdown,{menu:{items:e,style:{backgroundColor:"#fff",borderRadius:8,padding:0}},overlayClassName:o,placement:"bottomLeft",arrow:{pointAtCenter:!0},children:t}))`
|
|
842
|
+
`,d3=({steps:e})=>{let t=e.map((o,r)=>jsxRuntime.jsxs(W0,{children:[jsxRuntime.jsx("div",{children:jsxRuntime.jsx(X0,{children:r+1})}),jsxRuntime.jsxs(J0,{children:[jsxRuntime.jsx(K0,{children:o.title}),jsxRuntime.jsx(Y0,{children:o.description})]})]},o.title));return jsxRuntime.jsx(U0,{children:t})};var q0={Horizontal:l3,Vertical:d3};var e4=n__default.default(({items:e,children:t,className:o="",...r})=>jsxRuntime.jsx(antd.Dropdown,{menu:{items:e,style:{backgroundColor:"#fff",borderRadius:8,padding:0}},overlayClassName:o,placement:"bottomLeft",arrow:{pointAtCenter:!0},...r,children:t}))`
|
|
843
843
|
.ant-dropdown-menu-item:hover {
|
|
844
844
|
background-color: #e9f0ee !important;
|
|
845
845
|
border-radius: 0px;
|
|
846
846
|
}
|
|
847
|
+
ul > li {
|
|
848
|
+
border-radius: 0px !important;
|
|
849
|
+
}
|
|
850
|
+
ul > li:first-child {
|
|
851
|
+
border-top-left-radius: 8px !important;
|
|
852
|
+
border-top-right-radius: 8px !important;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
ul > li:last-child {
|
|
856
|
+
border-bottom-left-radius: 8px !important;
|
|
857
|
+
border-bottom-right-radius: 8px !important;
|
|
858
|
+
}
|
|
847
859
|
`,t4=e4;var a4=n__default.default(web.animated.div)`
|
|
848
860
|
position: absolute;
|
|
849
861
|
display: block;
|