@enso-ui/themes 3.0.14 → 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.
@@ -7,13 +7,6 @@
7
7
  border-radius: 5px;
8
8
  padding: 5px 10px 4px;
9
9
  }
10
-
11
- .v-popper__arrow-container {
12
- .v-popper__arrow-inner, .v-popper__arrow-outer {
13
- border-color: $tooltip-background;
14
- box-shadow: 0 3px 10px rgba($tooltip-text, .1);
15
- }
16
- }
17
10
  }
18
11
 
19
12
  &.popover {
@@ -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.14",
3
+ "version": "3.0.16",
4
4
  "description": "Enso UI Themes",
5
5
  "main": "index.js",
6
6
  "scripts": {