@sprucelabs/spruce-location-utils 5.0.16 → 5.0.19

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.
@@ -24,6 +24,7 @@ export default class LocationListCardViewController extends AbstractViewControll
24
24
  header: {
25
25
  title: 'Your locations',
26
26
  },
27
+ columnWidths: ['fill'],
27
28
  eventName: 'list-locations::v2020_12_25',
28
29
  target: {
29
30
  organizationId: currentOrganizationId,
@@ -17,6 +17,7 @@ class LocationListCardViewController extends heartwood_view_controllers_1.Abstra
17
17
  header: {
18
18
  title: 'Your locations',
19
19
  },
20
+ columnWidths: ['fill'],
20
21
  eventName: 'list-locations::v2020_12_25',
21
22
  target: {
22
23
  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": "5.0.16",
4
+ "version": "5.0.19",
5
5
  "skill": {
6
6
  "namespace": "locations"
7
7
  },