@oneblink/apps-react 6.11.0-beta.7 → 6.11.0-beta.8

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.
@@ -0,0 +1,5 @@
1
+ .ob-options__image {
2
+ border-radius: 4px;
3
+ margin-top: 8px;
4
+ margin-bottom: 4px;
5
+ }
package/dist/styles.css CHANGED
@@ -10042,6 +10042,12 @@ textarea:disabled {
10042
10042
  margin: 0 auto;
10043
10043
  }
10044
10044
 
10045
+ .ob-options__image {
10046
+ border-radius: 4px;
10047
+ margin-top: 8px;
10048
+ margin-bottom: 4px;
10049
+ }
10050
+
10045
10051
  .flatpickr-calendar {
10046
10052
  background: transparent;
10047
10053
  opacity: 0;
package/dist/styles.scss CHANGED
@@ -143,6 +143,7 @@ $section-padding-mobile: $section-padding-mobile-y $section-padding-mobile-x;
143
143
  @import './styles/abn.scss';
144
144
  @import './styles/validation-errors-card.scss';
145
145
  @import './styles/calendar-booking-form.scss';
146
+ @import './styles/option-buttons.scss';
146
147
  //
147
148
  // Third Party
148
149
  //
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": "6.11.0-beta.7",
4
+ "version": "6.11.0-beta.8",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"