@oneblink/apps-react 5.8.0-beta.1 → 5.8.0-beta.2

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.
@@ -76,7 +76,7 @@
76
76
  display: inherit;
77
77
  }
78
78
 
79
- @container ob-form-container (min-width: $mobile) {
79
+ @container ob-form-container (min-width: #{$mobile}) {
80
80
  .column.is-one-quarter-ob {
81
81
  flex: none;
82
82
  width: 25%;
package/dist/styles.css CHANGED
@@ -8715,7 +8715,7 @@ button on-loading {
8715
8715
  display: inherit;
8716
8716
  }
8717
8717
 
8718
- @container ob-form-container (min-width: $mobile) {
8718
+ @container ob-form-container (min-width: 768px) {
8719
8719
  .column.is-one-quarter-ob {
8720
8720
  flex: none;
8721
8721
  width: 25%;
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": "5.8.0-beta.1",
4
+ "version": "5.8.0-beta.2",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"