@theroutingcompany/components 0.0.34-alpha.1 → 0.0.34-alpha.2
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.
|
@@ -31978,7 +31978,7 @@ const $V = Q5, yV = nV, _V = cV, xV = pV, wV = tD, DV = rD, yf = 25, SV = Ve`
|
|
|
31978
31978
|
background-color: var(--color-background-notification);
|
|
31979
31979
|
color: var(--color-notification);
|
|
31980
31980
|
box-shadow: ${f.elevation_interactive_low};
|
|
31981
|
-
${({
|
|
31981
|
+
${({ variant: e }) => e === "info" && `border: 1px solid ${f.color_gray_opacity_94};`}
|
|
31982
31982
|
border-radius: ${f.border_radius_400};
|
|
31983
31983
|
|
|
31984
31984
|
& > svg {
|
|
@@ -32029,7 +32029,7 @@ function iD({
|
|
|
32029
32029
|
"--color-background-notification": a,
|
|
32030
32030
|
"--color-notification": i
|
|
32031
32031
|
},
|
|
32032
|
-
|
|
32032
|
+
variant: r,
|
|
32033
32033
|
...o,
|
|
32034
32034
|
children: [
|
|
32035
32035
|
r === "negative" ? /* @__PURE__ */ x(MD, { height: 18 }) : null,
|