@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.
Files changed (2) hide show
  1. package/dist/styles.css +6 -0
  2. 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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-wind",
3
- "version": "2.17.0",
3
+ "version": "2.18.0",
4
4
  "description": "UiPath wind design system - A Tailwind CSS based React component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",