@uipath/apollo-wind 2.17.0 → 2.18.0
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/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2143,6 +2143,12 @@
|
|
|
2143
2143
|
border-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2144
2144
|
}
|
|
2145
2145
|
}
|
|
2146
|
+
.border-destructive\/30 {
|
|
2147
|
+
border-color: var(--destructive);
|
|
2148
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2149
|
+
border-color: color-mix(in oklab, var(--destructive) 30%, transparent);
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2146
2152
|
.border-destructive\/50 {
|
|
2147
2153
|
border-color: var(--destructive);
|
|
2148
2154
|
@supports (color: color-mix(in lab, red, red)) {
|