@solace-health/ui 0.10.55 → 0.10.56
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -203,9 +203,10 @@ Valid keys: `+JSON.stringify(Object.keys(l),null," "));var Y=K(T,R,P,Z,v+"."+R,
|
|
|
203
203
|
background-color: #e9f0ee;
|
|
204
204
|
}
|
|
205
205
|
`,w6=w__default.default(xe)`
|
|
206
|
+
--color: ${e=>e.color??e.theme.colors.secondaryGreen};
|
|
206
207
|
background-color: #fff;
|
|
207
|
-
border: 1px solid
|
|
208
|
-
color:
|
|
208
|
+
border: 1px solid var(--color);
|
|
209
|
+
color: var(--color);
|
|
209
210
|
`,L6=w__default.default.a`
|
|
210
211
|
font-family: ${e=>e.theme.typography.family.body};
|
|
211
212
|
display: inline-block;
|