@sprucelabs/spruce-location-utils 9.4.0 → 9.4.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.
@@ -27,10 +27,10 @@ class LocationListCardViewController extends AbstractViewController {
27
27
  const { currentOrganizationId, footerButtons, id } = options;
28
28
  return this.Controller('activeRecordCard', buildActiveRecordCard({
29
29
  id,
30
+ columnWidths: this.onClickHandler ? ['fill'] : ['content', 'fill'],
30
31
  header: {
31
32
  title: 'Your locations',
32
33
  },
33
- columnWidths: ['fill'],
34
34
  eventName: 'list-locations::v2020_12_25',
35
35
  target: {
36
36
  organizationId: currentOrganizationId,
@@ -20,10 +20,10 @@ class LocationListCardViewController extends heartwood_view_controllers_1.Abstra
20
20
  const { currentOrganizationId, footerButtons, id } = options;
21
21
  return this.Controller('activeRecordCard', (0, heartwood_view_controllers_1.buildActiveRecordCard)({
22
22
  id,
23
+ columnWidths: this.onClickHandler ? ['fill'] : ['content', 'fill'],
23
24
  header: {
24
25
  title: 'Your locations',
25
26
  },
26
- columnWidths: ['fill'],
27
27
  eventName: 'list-locations::v2020_12_25',
28
28
  target: {
29
29
  organizationId: currentOrganizationId,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-location-utils",
3
3
  "description": "Location Utilities",
4
- "version": "9.4.0",
4
+ "version": "9.4.1",
5
5
  "skill": {
6
6
  "namespace": "locations"
7
7
  },