@solace-health/ui 0.9.9 → 0.9.10
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -725,6 +725,8 @@ var a1={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",
|
|
|
725
725
|
`,m8=C8;var f8=r.div`
|
|
726
726
|
display: flex;
|
|
727
727
|
flex-direction: column;
|
|
728
|
+
font-weight: 700;
|
|
729
|
+
padding: 10px;
|
|
728
730
|
|
|
729
731
|
& div {
|
|
730
732
|
display: flex;
|
|
@@ -747,7 +749,9 @@ var a1={colors:{primary:"#1D4339",secondaryGreen:"#285E50",lightGreen:"#BED3CC",
|
|
|
747
749
|
|
|
748
750
|
transition: all 0.15s ease-in;
|
|
749
751
|
`,u8=r.div`
|
|
752
|
+
color: #347866;
|
|
750
753
|
width: 32px;
|
|
754
|
+
white-space: nowrap;
|
|
751
755
|
`,h8=r.div`
|
|
752
756
|
border: 1px solid #afc8bf;
|
|
753
757
|
|