@oneblink/apps-react 5.5.0-beta.6 → 5.5.0-beta.7

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 CHANGED
@@ -6037,7 +6037,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6037
6037
  .button.is-static {
6038
6038
  background-color: hsl(0, 0%, 96%);
6039
6039
  border-color: hsl(0, 0%, 86%);
6040
- color: #757575;
6040
+ color: hsl(0, 0%, 21%);
6041
6041
  box-shadow: none;
6042
6042
  pointer-events: none;
6043
6043
  }
package/dist/styles.scss CHANGED
@@ -6,7 +6,7 @@ $green: #3A833C;
6
6
  $primary: #407E8C;
7
7
  $warning: #B85000;
8
8
  $info: #2D7AB9;
9
- $success: #3A833C;
9
+ $success: $green;
10
10
  $danger: #E8113C;
11
11
  //bulma grey is #7A7A7A which is slightly too light
12
12
  $grey: #757575;
@@ -33,6 +33,7 @@ $size-9: 0.25rem;
33
33
  $mobile: $tablet - 1px;
34
34
  $secondary: $grey-lighter;
35
35
  $input-icon-color: $grey;
36
+ $button-static-color: $grey-darker;
36
37
  $input-icon-active-color: $grey-darker;
37
38
  //
38
39
  // Bulma Styles
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "5.5.0-beta.6",
4
+ "version": "5.5.0-beta.7",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"