@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.js
CHANGED
|
@@ -16,7 +16,7 @@ import { IMaskMixin } from 'react-imask';
|
|
|
16
16
|
import j5, { getGeocode } from 'use-places-autocomplete';
|
|
17
17
|
import { useLoadScript } from '@react-google-maps/api';
|
|
18
18
|
|
|
19
|
-
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:
|
|
19
|
+
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={}})=>jsx(ConfigProvider,{theme:{...yt,...t},children:e});var bt=({children:e,theme:t={}})=>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.p`
|
|
20
20
|
transition: font-size 0.25s;
|
|
21
21
|
color: ${e=>e.color||"#101010"};
|
|
22
22
|
font-family: ${({theme:e})=>e.typography.family.body};
|
|
@@ -364,6 +364,7 @@ var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",f
|
|
|
364
364
|
}
|
|
365
365
|
.szh-menu__item {
|
|
366
366
|
cursor: pointer;
|
|
367
|
+
line-height: normal;
|
|
367
368
|
}
|
|
368
369
|
.szh-menu__item:focus {
|
|
369
370
|
outline: none;
|
|
@@ -410,6 +411,7 @@ var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",f
|
|
|
410
411
|
display: flex;
|
|
411
412
|
align-items: center;
|
|
412
413
|
position: relative;
|
|
414
|
+
line-height: normal;
|
|
413
415
|
padding: 1rem 1rem;
|
|
414
416
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
415
417
|
font-weight: 400;
|
|
@@ -549,10 +551,10 @@ var N={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",f
|
|
|
549
551
|
align-items: center;
|
|
550
552
|
box-sizing: border-box;
|
|
551
553
|
`;var P2=n(J.Container)`
|
|
552
|
-
max-width:
|
|
554
|
+
max-width: 135px;
|
|
553
555
|
`,V2=n(J.Item)`
|
|
554
556
|
&.szh-menu__item {
|
|
555
|
-
min-width:
|
|
557
|
+
min-width: 140px;
|
|
556
558
|
}
|
|
557
559
|
`;n(J.Divider)`
|
|
558
560
|
&.szh-menu__divider {
|