@oneblink/apps-react 6.11.0-beta.7 → 6.11.0-beta.9
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/option-buttons.scss +5 -0
- package/dist/styles.css +6 -0
- package/dist/styles.scss +1 -0
- package/package.json +2 -2
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.
|
4
|
+
"version": "6.11.0-beta.9",
|
5
5
|
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
|
6
6
|
"bugs": {
|
7
7
|
"url": "https://github.com/oneblink/apps-react/issues"
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"@emotion/react": "^11.11.3",
|
12
12
|
"@emotion/styled": "^11.11.0",
|
13
13
|
"@nylas/react": "^1.3.1",
|
14
|
-
"@oneblink/sdk-core": "^7.3.
|
14
|
+
"@oneblink/sdk-core": "^7.3.2-beta.1",
|
15
15
|
"@react-google-maps/api": "2.19.2",
|
16
16
|
"blueimp-load-image": "^5.16.0",
|
17
17
|
"bulma": "^0.9.4",
|