@enso-ui/themes 3.0.15 → 3.0.16

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.
@@ -14,6 +14,11 @@ $red: #E1112C
14
14
  @import "~bulma/sass/utilities/initial-variables"
15
15
 
16
16
  $primary: $orange
17
+ $danger-light: $red
18
+ $warning-light: $yellow
19
+ $success-light: $green
20
+ $primary-light: $orange
21
+ $info-light: $blue
17
22
 
18
23
  $dark: darken($grey-darker, 3)
19
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/themes",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "Enso UI Themes",
5
5
  "main": "index.js",
6
6
  "scripts": {