@appscode/design-system 2.0.32-alpha.4 → 2.0.32-alpha.5

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/main.scss CHANGED
@@ -18,5 +18,6 @@
18
18
 
19
19
  // COMPONENTS
20
20
  // @import "@/components/vue-components/styles/components/all";
21
+ @import "@/components/vue-components/styles/components/form-fields/input";
21
22
  @import "@/components/vue-components/styles/components/ui-builder/vue-open-api";
22
23
  @import "@/components/vue-components/styles/components/ui-builder/ui-builder";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.32-alpha.4",
3
+ "version": "2.0.32-alpha.5",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -68,7 +68,7 @@ $color-heading: hsl($primary-hue, 10%, 10%);
68
68
  $color-label: hsl($primary-hue, 20%, 50%);
69
69
  $color-link: hsl($primary-hue, 40%, 20%);
70
70
  $color-border: hsl($primary-hue, 50%, 93%);
71
- $color-border-dark: hsl($primary-hue, 50%, 80%);
71
+ $color-border-dark: hsl($primary-hue, 20%, 80%);
72
72
 
73
73
  // green color guides
74
74
  $green-hue: 141;
@@ -533,7 +533,7 @@
533
533
 
534
534
  span.eye {
535
535
  i.fa {
536
- color: $primary-80;
536
+ color: $black-50;
537
537
  position: absolute;
538
538
  cursor: pointer;
539
539
  padding: 15px;