@onemrvapublic/design-system 19.3.4 → 19.3.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.
@@ -4,7 +4,7 @@
4
4
  $primary: utils.palette($theme, 'primary');
5
5
 
6
6
  button {
7
- transition: all 1s ease;
7
+ // transition: all 1s ease; // has issues with WAVE when used in dialod, should be removed ?
8
8
  onemrva-mat-spinner {
9
9
  display: none;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "19.3.4",
3
+ "version": "19.3.5",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"