@rypen-dev/shared-components 3.0.4 → 3.0.6

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "3.0.4",
4
+ "version": "3.0.6",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -19,6 +19,18 @@
19
19
  border-color: $secondary;
20
20
  }
21
21
 
22
+ &.tertiary {
23
+ background: $tertiary;
24
+ border-color: $tertiary;
25
+ color: $white;
26
+ }
27
+
28
+ &.quaternary {
29
+ background: $quaternary;
30
+ border-color: $quaternary;
31
+ color: $white;
32
+ }
33
+
22
34
  &.success {
23
35
  border-color: $success;
24
36
  }
@@ -50,6 +62,14 @@
50
62
  &.secondary {
51
63
  color: $secondary;
52
64
  }
65
+
66
+ &.tertiary {
67
+ color: $tertiary;
68
+ }
69
+
70
+ &.quaternary {
71
+ color: $quaternary;
72
+ }
53
73
 
54
74
  &.success {
55
75
  color: $success;
@@ -455,6 +455,10 @@
455
455
  &.attention {
456
456
  background-color: fade-out($attention, 0.5) !important;
457
457
  }
458
+
459
+ &.needs-response {
460
+ background-color: fade-out($quaternary, 0.4) !important;
461
+ }
458
462
  }
459
463
 
460
464
  .non-table-list {