@oneblink/apps-react 7.1.0 → 7.2.0-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.
@@ -10,3 +10,7 @@
10
10
  outline-offset: $size-9;
11
11
  outline: $input-focus-border-color auto 3px;
12
12
  }
13
+
14
+ .ob-button {
15
+ min-width: 140px;
16
+ }
package/dist/styles.css CHANGED
@@ -9761,6 +9761,10 @@ textarea:disabled {
9761
9761
  outline: hsl(229, 53%, 53%) auto 3px;
9762
9762
  }
9763
9763
 
9764
+ .ob-button {
9765
+ min-width: 140px;
9766
+ }
9767
+
9764
9768
  .ob-payment-form__westpac-quickstream-form-actions {
9765
9769
  display: flex;
9766
9770
  gap: 0.5rem;
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": "7.1.0",
4
+ "version": "7.2.0-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"