@oneblink/apps-react 6.10.0-beta.8 → 6.10.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.
@@ -0,0 +1,7 @@
1
+ ::part(ncec__button-outline) {
2
+ display: none;
3
+ }
4
+
5
+ .ob-scheduling-receipt__button {
6
+ margin: 0 auto;
7
+ }
package/dist/styles.css CHANGED
@@ -10034,6 +10034,14 @@ textarea:disabled {
10034
10034
  width: unset;
10035
10035
  }
10036
10036
  }
10037
+ ::part(ncec__button-outline) {
10038
+ display: none;
10039
+ }
10040
+
10041
+ .ob-scheduling-receipt__button {
10042
+ margin: 0 auto;
10043
+ }
10044
+
10037
10045
  .flatpickr-calendar {
10038
10046
  background: transparent;
10039
10047
  opacity: 0;
package/dist/styles.scss CHANGED
@@ -142,6 +142,7 @@ $section-padding-mobile: $section-padding-mobile-y $section-padding-mobile-x;
142
142
  @import './styles/arcgis-web-map.scss';
143
143
  @import './styles/abn.scss';
144
144
  @import './styles/validation-errors-card.scss';
145
+ @import './styles/calendar-booking-form.scss';
145
146
  //
146
147
  // Third Party
147
148
  //
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.10.0-beta.8",
4
+ "version": "6.10.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"