@sprucelabs/spruce-appointment-utils 7.7.17 → 7.7.18

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.
@@ -51,7 +51,15 @@ export default class EditTimeBlockTitleCardViewController extends AbstractViewCo
51
51
  sections: [
52
52
  {
53
53
  text: {
54
- content: 'Here we go!',
54
+ html: `<p>Example: Let's say you are adding a hair color service and what to break it up into 3 blocks of time:</p>
55
+
56
+ <ol>
57
+ <li>Primary</li>
58
+ <li>Processing</li>
59
+ <li>Finishing</li>
60
+ </ol>
61
+
62
+ `,
55
63
  },
56
64
  },
57
65
  {
@@ -53,7 +53,15 @@ class EditTimeBlockTitleCardViewController extends heartwood_view_controllers_1.
53
53
  sections: [
54
54
  {
55
55
  text: {
56
- content: 'Here we go!',
56
+ html: `<p>Example: Let's say you are adding a hair color service and what to break it up into 3 blocks of time:</p>
57
+
58
+ <ol>
59
+ <li>Primary</li>
60
+ <li>Processing</li>
61
+ <li>Finishing</li>
62
+ </ol>
63
+
64
+ `,
57
65
  },
58
66
  },
59
67
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-appointment-utils",
3
3
  "description": "Utils for working with appointments and Sprucebot.",
4
- "version": "7.7.17",
4
+ "version": "7.7.18",
5
5
  "skill": {
6
6
  "namespace": "appointments"
7
7
  },