@onemrvapublic/design-system-theme 20.11.1-develop.2 → 20.11.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.
Files changed (2) hide show
  1. package/index.scss +0 -6
  2. package/package.json +1 -1
package/index.scss CHANGED
@@ -97,12 +97,6 @@
97
97
  }
98
98
  }
99
99
 
100
- // The overlay for datepicker needs to be able to go above the
101
- // top navbar of Wave
102
- .cdk-overlay-container {
103
- z-index: 1500;
104
- }
105
-
106
100
  @include fonts.theme();
107
101
  @include layout.override();
108
102
  @include utilities.utilities();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v20.11.1-develop.2",
3
+ "version": "v20.11.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },