@appscode/design-system 2.0.37 → 2.0.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -672,3 +672,12 @@ body:has(.has-info-content) {
672
672
  display: flex;
673
673
  }
674
674
  }
675
+
676
+ .tag:not(body) {
677
+ &.is-primary {
678
+ &.is-light {
679
+ color: $primary;
680
+ background-color: $primary-95;
681
+ }
682
+ }
683
+ }
@@ -1,5 +1,5 @@
1
1
  .ac-notification {
2
- background-color: #dee7f5;
2
+ background-color: $primary-95;
3
3
  font-size: 13px;
4
4
  color: $primary;
5
5
  min-height: 36px;
@@ -18,12 +18,12 @@ $primary-97: hsl($primary-hue, $primary-saturation, 97%);
18
18
  $primary-light-grey: hsl($primary-hue, 30%, 96%);
19
19
  $primary-dark-grey: hsl($primary-hue, 30%, 10%);
20
20
 
21
- $secondary-hue: 197;
22
- $secondary-saturation: 50%;
21
+ $secondary-hue: 149;
22
+ $secondary-saturation: 100%;
23
+ $secondary: hsl($secondary-hue, $secondary-saturation, 5%);
23
24
  $secondary-5: hsl($secondary-hue, $secondary-saturation, 5%);
24
25
  $secondary-10: hsl($secondary-hue, $secondary-saturation, 10%);
25
26
  $secondary-20: hsl($secondary-hue, $secondary-saturation, 20%);
26
- $secondary: hsl($secondary-hue, $secondary-saturation, 20%);
27
27
  $secondary-30: hsl($secondary-hue, $secondary-saturation, 30%);
28
28
  $secondary-40: hsl($secondary-hue, $secondary-saturation, 40%);
29
29
  $secondary-50: hsl($secondary-hue, $secondary-saturation, 50%);
@@ -45,12 +45,3 @@ $color-link: hsl($secondary-hue, 40%, 20%);
45
45
  $color-border-light: hsl($primary-hue, 30%, 95%);
46
46
  $color-border: hsl($primary-hue, 30%, 90%);
47
47
  $color-border-dark: hsl($primary-hue, 10%, 80%);
48
-
49
- .tag:not(body) {
50
- &.is-primary {
51
- &.is-light {
52
- color: $primary;
53
- background-color: $primary-95;
54
- }
55
- }
56
- }
@@ -68,7 +68,7 @@ const getSanitizedHtml = (content: string) => {
68
68
  <style lang="scss" scoped>
69
69
  // for alert message
70
70
  .ac-notification {
71
- background-color: #dee7f5;
71
+ background-color: $primary-95;
72
72
  font-size: 13px;
73
73
  color: $primary;
74
74
  min-height: 36px;
@@ -65,7 +65,7 @@ const AccentColorPicker = defineAsyncComponent(
65
65
  align-items: center;
66
66
  justify-content: space-between;
67
67
  height: 30px;
68
- border-top: 1px solid $secondary-30;
68
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
69
69
  .back-button-hide {
70
70
  display: none !important;
71
71
  color: $color-text;
@@ -82,7 +82,7 @@ withDefaults(defineProps<Props>(), {
82
82
 
83
83
  .sidebar-header {
84
84
  background-color: transparent;
85
- border-bottom: 1px solid $secondary-30;
85
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
86
86
  height: 50px;
87
87
  display: flex;
88
88
  // justify-content: space-between;