@pingux/astro 2.72.0 → 2.73.0-alpha.0

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.
@@ -42,7 +42,7 @@ var _default = {
42
42
  }
43
43
  },
44
44
  args: {
45
- listTitle: 'Selected Groups',
45
+ listTitle: '',
46
46
  openAriaLabel: 'Open filter menu?',
47
47
  closeAriaLabel: 'Close filter menu?'
48
48
  }
@@ -15,7 +15,7 @@ var defaultProps = {
15
15
  items: [{
16
16
  name: 'item name'
17
17
  }],
18
- listTitle: 'Selected Groups',
18
+ listTitle: '',
19
19
  selectedFilterCount: 8,
20
20
  onSelectionChange: onSelectionChange
21
21
  };
@@ -34,7 +34,7 @@ export default {
34
34
  }
35
35
  },
36
36
  args: {
37
- listTitle: 'Selected Groups',
37
+ listTitle: '',
38
38
  openAriaLabel: 'Open filter menu?',
39
39
  closeAriaLabel: 'Close filter menu?'
40
40
  }
@@ -12,7 +12,7 @@ var defaultProps = {
12
12
  items: [{
13
13
  name: 'item name'
14
14
  }],
15
- listTitle: 'Selected Groups',
15
+ listTitle: '',
16
16
  selectedFilterCount: 8,
17
17
  onSelectionChange: onSelectionChange
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.72.0",
3
+ "version": "2.73.0-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",