@oneblink/apps-react 8.13.2-beta.1 → 8.13.2-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.
- package/dist/styles/steps.scss +5 -0
- package/dist/styles.css +4 -0
- package/package.json +1 -1
package/dist/styles/steps.scss
CHANGED
|
@@ -84,7 +84,12 @@
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
@media only screen and (max-width: $tablet) {
|
|
87
|
+
.ob-steps-navigation__steps.is-active .steps.is-horizontal-tablet {
|
|
88
|
+
display: flex;
|
|
89
|
+
}
|
|
90
|
+
|
|
87
91
|
.steps.is-horizontal-tablet {
|
|
92
|
+
display: none;
|
|
88
93
|
flex-direction: column;
|
|
89
94
|
|
|
90
95
|
.step-item {
|
package/dist/styles.css
CHANGED
|
@@ -9150,7 +9150,11 @@ input[type=range]:focus-visible::-moz-range-thumb {
|
|
|
9150
9150
|
}
|
|
9151
9151
|
}
|
|
9152
9152
|
@media only screen and (max-width: 769px) {
|
|
9153
|
+
.ob-steps-navigation__steps.is-active .steps.is-horizontal-tablet {
|
|
9154
|
+
display: flex;
|
|
9155
|
+
}
|
|
9153
9156
|
.steps.is-horizontal-tablet {
|
|
9157
|
+
display: none;
|
|
9154
9158
|
flex-direction: column;
|
|
9155
9159
|
}
|
|
9156
9160
|
.steps.is-horizontal-tablet .step-item {
|
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.13.2-beta.
|
|
4
|
+
"version": "8.13.2-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"
|