@citizenplane/pimp 9.13.0 → 9.13.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "9.13.0",
3
+ "version": "9.13.1",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -59,6 +59,7 @@ import IconGroupBy from '@/components/icons/IconGroupBy.vue'
59
59
  import IconGun from '@/components/icons/IconGun.vue'
60
60
  import IconHammer from '@/components/icons/IconHammer.vue'
61
61
  import IconHandHeart from '@/components/icons/IconHandHeart.vue'
62
+ import IconHandshake from '@/components/icons/IconHandshake.vue'
62
63
  import IconHistory from '@/components/icons/IconHistory.vue'
63
64
  import IconHourGlass from '@/components/icons/IconHourGlass.vue'
64
65
  import IconIdCard from '@/components/icons/IconIdCard.vue'
@@ -174,6 +175,7 @@ export const CustomCpIcons = {
174
175
  group: IconGroup,
175
176
  'group-by': IconGroupBy,
176
177
  'hand-heart': IconHandHeart,
178
+ handshake: IconHandshake,
177
179
  history: IconHistory,
178
180
  'hour-glass': IconHourGlass,
179
181
  'id-card': IconIdCard,