@onemrvapublic/design-system-theme 20.0.0-develop.13 → 20.0.0-develop.14

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.
@@ -20,7 +20,7 @@
20
20
  )
21
21
  );
22
22
  button.mdc-button {
23
- transition: all 1s ease;
23
+ // transition: all 1s ease; // has issues with WAVE when used in dialod, should be removed ?
24
24
 
25
25
  &:focus-visible:not(:active) {
26
26
  &:not(.mat-mdc-outlined-button) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v20.0.0-develop.13",
3
+ "version": "v20.0.0-develop.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,37 +42,21 @@ $palette: (
42
42
 
43
43
  tertiary: (
44
44
  0: #000000,
45
- // Black remains
46
45
  10: #610047,
47
- // Closest to #420007
48
46
  20: #7e024a,
49
- // Closest to #6c000d
50
47
  25: #a80e4f,
51
- // Closest to #810010
52
48
  30: #c40149,
53
- // Closest to #970014
54
- 35: #de2174,
55
- // Closest to #b00019
49
+ 35: #d20a5c,
56
50
  40: #eb142a,
57
- // Closest to #eb142a
58
- 50: #fb95ad,
59
- // Closest to #f14d52
60
- 60: #fcc1d0,
61
- // Closest to #f87d7b
62
- 70: #fcedf4,
63
- // Closest to #fca6a3
64
- 80: #fcedf6,
65
- // An interpolation between #fcedf4 and #ffffff
66
- 90: #fcedf9,
67
- // An interpolation between #fcedf4 and #ffffff
68
- 95: #fcedfc,
69
- // An interpolation between #fcedf4 and #ffffff
70
- 98: #fff6fe,
71
- // An interpolation between #fcedf4 and #ffffff
72
- 99: #fffbff,
73
- // Closest to the existing color
51
+ 50: #de2174,
52
+ 60: #fb6889,
53
+ 70: #fa7ca0,
54
+ 80: #fb95ad,
55
+ 90: #fcaabf,
56
+ 95: #fcc1d0,
57
+ 98: #fcedf4,
58
+ 99: #fff6fa,
74
59
  100: #ffffff,
75
- // White remains
76
60
  ),
77
61
  neutral: (
78
62
  0: #000000,