@sprucelabs/spruce-calendar-components 19.0.8 → 19.1.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.
@@ -30,7 +30,7 @@ export default class EventDateTimeToolViewController extends AbstractViewControl
30
30
  CardVc() {
31
31
  return this.Controller('card', {
32
32
  header: {
33
- subtitle: 'Starting when?',
33
+ title: 'Starting when?',
34
34
  },
35
35
  body: {
36
36
  sections: [
@@ -43,7 +43,7 @@ export default class EventRepeatingToolViewController extends AbstractViewContro
43
43
  return this.Controller('card', {
44
44
  id: 'repeatingCard',
45
45
  header: {
46
- subtitle: 'Repeating',
46
+ title: 'Repeating',
47
47
  },
48
48
  body: {
49
49
  isBusy: false,
@@ -23,7 +23,7 @@ class EventDateTimeToolViewController extends heartwood_view_controllers_1.Abstr
23
23
  CardVc() {
24
24
  return this.Controller('card', {
25
25
  header: {
26
- subtitle: 'Starting when?',
26
+ title: 'Starting when?',
27
27
  },
28
28
  body: {
29
29
  sections: [
@@ -36,7 +36,7 @@ class EventRepeatingToolViewController extends heartwood_view_controllers_1.Abst
36
36
  return this.Controller('card', {
37
37
  id: 'repeatingCard',
38
38
  header: {
39
- subtitle: 'Repeating',
39
+ title: 'Repeating',
40
40
  },
41
41
  body: {
42
42
  isBusy: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "19.0.8",
4
+ "version": "19.1.1",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },