@wwtdev/bsds-css 2.21.0 → 2.21.1

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.
@@ -171,8 +171,11 @@ module.exports = {
171
171
  "dark": "var(--bs-border-dark)",
172
172
  "base": "var(--bs-border-base)",
173
173
  "medium": "var(--bs-border-medium)",
174
+ "medium-to-light": "var(--bs-border-medium-to-light)",
174
175
  "light": "var(--bs-border-light)",
175
176
  "input": "var(--bs-border-input)",
177
+ "active": "var(--bs-border-active)",
178
+ "error": "var(--bs-border-error)"
176
179
  },
177
180
  borderRadius: {
178
181
  md: ".25rem"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwtdev/bsds-css",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "description": "A new approach to creating a design system at WWT.",
5
5
  "main": "./dist",
6
6
  "files": [