@solace-health/ui 0.9.0 → 0.9.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.
- package/dist/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -43,7 +43,7 @@ var Vo__default = /*#__PURE__*/_interopDefault(Vo);
|
|
|
43
43
|
var x2__namespace = /*#__PURE__*/_interopNamespace(x2);
|
|
44
44
|
var j5__default = /*#__PURE__*/_interopDefault(j5);
|
|
45
45
|
|
|
46
|
-
var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",fail:"#ff0000",gray:"#f3f3f3"},breakpoint:{small:"500px",medium:"800px",large:"1200px"},typography:{family:{body:"Lato, helvetica, sans-serif",heading:"'Mollie Glaston', serif",subHeading:"'Cinzel', sans-serif",script:"'Dancing Script', sans-serif"},weight:{normal:400,medium:500,semiBold:600,bold:700}}},yt={components:{Switch:{handleSize:24,trackHeight:28,trackMinWidth:67},Tabs:{inkBarColor:"#285E50",itemActiveColor:"#285E50",itemSelectedColor:"#285E50",itemHoverColor:"#285E50",titleFontSize:16,colorBorderSecondary:"#AFC8BF"},Segmented:{fontSize:16,borderRadius:
|
|
46
|
+
var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",fail:"#ff0000",gray:"#f3f3f3"},breakpoint:{small:"500px",medium:"800px",large:"1200px"},typography:{family:{body:"Lato, helvetica, sans-serif",heading:"'Mollie Glaston', serif",subHeading:"'Cinzel', sans-serif",script:"'Dancing Script', sans-serif"},weight:{normal:400,medium:500,semiBold:600,bold:700}}},yt={components:{Switch:{handleSize:24,trackHeight:28,trackMinWidth:67},Tabs:{inkBarColor:"#285E50",itemActiveColor:"#285E50",itemSelectedColor:"#285E50",itemHoverColor:"#285E50",titleFontSize:16,colorBorderSecondary:"#AFC8BF"},Segmented:{fontSize:16,borderRadius:6,borderRadiusXS:6,controlHeight:36,controlHeightSM:30,controlHeightLG:40,itemColor:"#555555",itemActiveBg:"rgba(0, 0, 0, 0)",itemSelectedBg:"#fff",itemHoverBg:"rgba(212, 226, 221, 0.2)",colorBgLayout:"rgb(233, 240, 238)",itemHoverColor:"rgb(85, 85, 85)",itemSelectedColor:"#555555"},Collapse:{headerBg:"rgb(255, 255, 255)",colorBorder:"rgb(175, 200, 191)",colorFillAlter:"rgb(255, 255, 255)",fontSize:18,padding:20,contentPadding:"0px 16px 16px",headerPadding:"25px 16px",borderRadiusLG:10}},token:{colorInfo:"#285E50",colorLink:"#285E50",colorWarning:"#D7A13B",colorError:"#EE2932",colorPrimary:"#285E50",colorPrimaryActive:"#1D4339",fontFamily:"Lato, helvetica, sans-serif",fontSize:16,fontSizeSM:14,fontSizeLG:18,borderRadius:8,borderRadiusLG:20,colorBgMask:"rgba(0, 0, 0, 0.2)"}},xt=({children:e,theme:t={}})=>jsxRuntime.jsx(antd.ConfigProvider,{theme:{...yt,...t},children:e});var bt=({children:e,theme:t={}})=>jsxRuntime.jsx(xt,{theme:t,children:e});var Be=(s=>(s.XL="xl",s.LG="lg",s.MD="md",s.SM="sm",s.XS="xs",s))(Be||{});var wt=n__default.default.p`
|
|
47
47
|
transition: font-size 0.25s;
|
|
48
48
|
color: ${e=>e.color||"#101010"};
|
|
49
49
|
font-family: ${({theme:e})=>e.typography.family.body};
|
|
@@ -391,6 +391,7 @@ var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",f
|
|
|
391
391
|
}
|
|
392
392
|
.szh-menu__item {
|
|
393
393
|
cursor: pointer;
|
|
394
|
+
line-height: normal;
|
|
394
395
|
}
|
|
395
396
|
.szh-menu__item:focus {
|
|
396
397
|
outline: none;
|
|
@@ -437,6 +438,7 @@ var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",f
|
|
|
437
438
|
display: flex;
|
|
438
439
|
align-items: center;
|
|
439
440
|
position: relative;
|
|
441
|
+
line-height: normal;
|
|
440
442
|
padding: 1rem 1rem;
|
|
441
443
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
442
444
|
font-weight: 400;
|
|
@@ -576,10 +578,10 @@ var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",f
|
|
|
576
578
|
align-items: center;
|
|
577
579
|
box-sizing: border-box;
|
|
578
580
|
`;var P2=n__default.default(J.Container)`
|
|
579
|
-
max-width:
|
|
581
|
+
max-width: 135px;
|
|
580
582
|
`,V2=n__default.default(J.Item)`
|
|
581
583
|
&.szh-menu__item {
|
|
582
|
-
min-width:
|
|
584
|
+
min-width: 140px;
|
|
583
585
|
}
|
|
584
586
|
`;n__default.default(J.Divider)`
|
|
585
587
|
&.szh-menu__divider {
|