@onemrvapublic/design-system-theme 20.0.0-develop.9 → 20.1.0-develop.1

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) {
@@ -4,6 +4,7 @@
4
4
  @include mat.datepicker-overrides(
5
5
  (
6
6
  calendar-container-background-color: var(--mat-sys-surface-container),
7
+ calendar-container-elevation-shadow: var(--mat-sys-level2),
7
8
  )
8
9
  );
9
10
  }
@@ -9,12 +9,12 @@
9
9
  outlined-hover-label-text-color: var(--mat-sys-on-surface),
10
10
  container-height: var(--input-height),
11
11
  container-vertical-padding: var(--spacer-and-half),
12
- outlined-label-text-weight: bold,
13
12
  outlined-outline-color: var(--mat-sys-outline-variant),
14
13
  outlined-focus-outline-color: var(--mat-sys-on-surface),
15
14
  outlined-hover-outline-color: var(--mat-sys-on-surface),
16
15
  outlined-outline-width: 1px,
17
16
  outlined-focus-outline-width: 2px,
17
+ outlined-label-text-weight: var(--mat-sys-label-small),
18
18
  )
19
19
  );
20
20
 
@@ -13,12 +13,8 @@
13
13
  label-text-line-height: var(--mat-sys-title-medium-height),
14
14
  )
15
15
  );
16
- .mat-mdc-tab-link {
17
- &.mdc-tab--active {
18
- .mdc-tab__text-label {
19
- //text-shadow: 0 0 2px var(--mat-sys-on-surface); // THC HACK
20
- font-weight: bold;
21
- }
22
- }
16
+
17
+ .mdc-tab-indicator--active {
18
+ font-weight: bold;
23
19
  }
24
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v20.0.0-develop.9",
3
+ "version": "v20.1.0-develop.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,86 +42,49 @@ $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,
79
- // Black
80
- 4: #0f0f0f,
81
- // Very Dark Gray
82
- 6: #191919,
83
- // Slightly Lighter Dark Gray
63
+ 4: #0e0e0e,
64
+ 6: #161616,
84
65
  10: #242424,
85
- // Dark Gray
86
- 12: #2e2e2e,
87
- // Slightly Lighter Dark Gray
88
- 17: #393939,
89
- // Medium Dark Gray
90
- 20: #444444,
91
- // Medium Gray
92
- 22: #4e4e4e,
93
- // Slightly Lighter Medium Gray
94
- 24: #595959,
95
- // Light Gray
96
- 25: #646464,
97
- // Slightly Lighter Gray
98
- 30: #707070,
99
- 35: #7d7d7d,
100
- 40: #898989,
101
- 50: #a6a6a6,
102
- 60: #c2c2c2,
103
- 70: #dfdfe7,
104
- // Approaching #F1F0FC
105
- 80: #f1f0fc,
106
- // Your provided color
107
- 87: #f4f2fe,
108
- // Slightly Lighter than #F1F0FC
109
- 90: #f7f5ff,
110
- // Even Lighter than 87%
111
- 92: #f8f7ff,
112
- // Even Lighter than 90%
113
- 94: #faf9ff,
114
- // Very subtle difference with 92%
115
- 95: #fbfaff,
116
- // Almost white
117
- 96: #fcfbff,
118
- // Almost white
66
+ 12: #282829,
67
+ 17: #343334,
68
+ 20: #3a3a3b,
69
+ 22: #3f3e40,
70
+ 24: #444244,
71
+ 25: #464446,
72
+ 30: #514f52,
73
+ 35: #5c5a5e,
74
+ 40: #686569,
75
+ 50: #7e7a80,
76
+ 60: #949097,
77
+ 70: #aba6ae,
78
+ 80: #c2bbc5,
79
+ 87: #d1cbd5,
80
+ 90: #d8d1dc,
81
+ 92: #ece6f0,
82
+ 94: #f3edf7,
83
+ 95: #f5f0f8,
84
+ 96: #f7f2fa,
119
85
  98: #ffffff,
120
- // Pure White
121
86
  99: #ffffff,
122
- // Pure White
123
87
  100: #ffffff,
124
- // Pure White
125
88
  ),
126
89
  neutral-variant: (
127
90
  0: #000000,
@@ -136,7 +99,7 @@ $palette: (
136
99
  50: #78767d,
137
100
  60: #928f97,
138
101
  70: #adaab2,
139
- 80: #c9c5cd,
102
+ 80: #d7d5ed,
140
103
  90: #e5e1e9,
141
104
  95: #f3eff8,
142
105
  98: #fcf8ff,
@@ -49,22 +49,22 @@
49
49
  --avatar-font-size: 2.5rem;
50
50
  --avatar-resize: 0.75rem;
51
51
 
52
- .onemrva-mat-avatar--xsmall {
52
+ .onemrva-mat-avatar.xsmall {
53
53
  --avatar-size: 2rem;
54
54
  --avatar-font-size: 0.75rem;
55
55
  --avatar-resize: 0.25rem;
56
56
  }
57
- .onemrva-mat-avatar--small {
57
+ .onemrva-mat-avatar.small {
58
58
  --avatar-size: 2.5rem;
59
59
  --avatar-font-size: 1rem;
60
60
  --avatar-resize: 0.5rem;
61
61
  }
62
- .onemrva-mat-avatar--large {
62
+ .onemrva-mat-avatar.large {
63
63
  --avatar-size: 4.5rem;
64
64
  --avatar-font-size: 2rem;
65
65
  --avatar-resize: 1rem;
66
66
  }
67
- .onemrva-mat-avatar--xlarge {
67
+ .onemrva-mat-avatar.xlarge {
68
68
  --avatar-resize: 1.5rem;
69
69
  --avatar-size: 8rem;
70
70
  --avatar-font-size: 4rem;
@@ -73,13 +73,13 @@
73
73
  &:not(.light-theme) {
74
74
  @media (prefers-color-scheme: dark) {
75
75
  // TODO : dark mode
76
- --background-error-page: url('https://cdn.services.rvaonem.fgov.be/img/404/background.svg');
76
+ --background-error-page: url('https://cdn.services.rvaonem.fgov.be/img/404/background-dark.svg');
77
77
  }
78
78
  }
79
79
 
80
80
  &.dark-theme {
81
81
  // TODO : dark mode
82
- --background-error-page: url('https://cdn.services.rvaonem.fgov.be/img/404/background.svg');
82
+ --background-error-page: url('https://cdn.services.rvaonem.fgov.be/img/404/background-dark.svg');
83
83
  }
84
84
  }
85
85
  }