@oneblink/apps-react 8.12.1-beta.1 → 8.12.2-beta.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.
@@ -1,7 +1,7 @@
1
1
  .modal {
2
2
  // Need this to make sure tool tips do not cover models
3
-
4
- z-index: 400;
3
+ // Do not change this, it will break external usage.
4
+ z-index: 100000;
5
5
 
6
6
  @media only screen and (max-width: $tablet) {
7
7
  padding: 0 $size-8;
package/dist/styles.css CHANGED
@@ -7916,7 +7916,7 @@ button on-loading {
7916
7916
  }
7917
7917
 
7918
7918
  .modal {
7919
- z-index: 400;
7919
+ z-index: 100000;
7920
7920
  }
7921
7921
  @media only screen and (max-width: 769px) {
7922
7922
  .modal {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "8.12.1-beta.1",
4
+ "version": "8.12.2-beta.1",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"
@@ -137,6 +137,6 @@
137
137
  "test": "jest",
138
138
  "types": "npm i -D github:oneblink/types",
139
139
  "typescript": "tsc --noEmit",
140
- "update-dependents": "oneblink-release update-dependents --force"
140
+ "update-dependents": "oneblink-release update-dependents"
141
141
  }
142
142
  }