@citizenplane/pimp 18.8.0 → 18.8.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": "18.8.0",
3
+ "version": "18.8.1",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
3
+ <path d="M16 11.9999C16 9.02546 18.1644 6.55652 21.0042 6.08217C21.5489 5.99118 22 6.44763 22 6.99992C22 7.5522 21.5453 7.98709 21.0101 8.12334C19.2798 8.56386 18 10.1324 18 11.9999C18 13.8674 19.2798 15.436 21.0101 15.8765C21.5453 16.0127 22 16.4476 22 16.9999C22 17.5522 21.5489 18.0087 21.0042 17.9177C18.1644 17.4433 16 14.9744 16 11.9999ZM11.5859 12.9999L9.29297 15.2929C8.90244 15.6834 8.90244 16.3164 9.29297 16.7069C9.68349 17.0975 10.3165 17.0975 10.707 16.7069L14.6967 12.7173C14.8838 12.5356 15 12.2813 15 11.9999C15 11.7185 14.8838 11.4642 14.6967 11.2825L10.707 7.29288C10.3165 6.90236 9.68349 6.90236 9.29297 7.29288C8.90244 7.68341 8.90244 8.31642 9.29297 8.70695L11.5859 10.9999H2C1.44772 10.9999 1 11.4476 1 11.9999C1 12.5522 1.44772 12.9999 2 12.9999H11.5859Z"/>
4
+ </svg>
5
+ </template>
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
3
+ <path d="M2 6.99992C2 6.44763 2.45108 5.99118 2.99581 6.08217C5.83559 6.55653 8 9.02546 8 11.9999C8 14.9744 5.83559 17.4433 2.99581 17.9177C2.45107 18.0087 2 17.5522 2 16.9999C2 16.4476 2.45467 16.0127 2.98988 15.8765C4.72024 15.436 6 13.8674 6 11.9999C6 10.1324 4.72024 8.56386 2.98988 8.12334C2.45467 7.98709 2 7.5522 2 6.99992ZM19.5859 13H10C9.44771 13 9 12.5523 9 12C9 11.4478 9.44771 11 10 11H19.5859L17.293 8.70707C16.9024 8.31655 16.9024 7.68353 17.293 7.29301C17.6835 6.90248 18.3165 6.90248 18.707 7.29301L22.707 11.293C23.0976 11.6835 23.0976 12.3165 22.707 12.7071L18.707 16.7071C18.3165 17.0976 17.6835 17.0976 17.293 16.7071C16.9024 16.3165 16.9024 15.6835 17.293 15.293L19.5859 13Z"/>
4
+ </svg>
5
+ </template>
@@ -38,6 +38,7 @@ import IconCorrosive from '@/components/icons/IconCorrosive.vue'
38
38
  import IconDashedCircle from '@/components/icons/IconDashedCircle.vue'
39
39
  import IconDedicated from '@/components/icons/IconDedicated.vue'
40
40
  import IconDeparture from '@/components/icons/IconDeparture.vue'
41
+ import IconDestination from '@/components/icons/IconDestination.vue'
41
42
  import IconDeviceForbidden from '@/components/icons/IconDeviceForbidden.vue'
42
43
  import IconDirectFlightAlt from '@/components/icons/IconDirectFlightAlt.vue'
43
44
  import IconDistribution from '@/components/icons/IconDistribution.vue'
@@ -92,6 +93,7 @@ import IconNoSeat from '@/components/icons/IconNoSeat.vue'
92
93
  import IconNotion from '@/components/icons/IconNotion.vue'
93
94
  import IconOffline from '@/components/icons/IconOffline.vue'
94
95
  import IconOneWay from '@/components/icons/IconOneWay.vue'
96
+ import IconOrigin from '@/components/icons/IconOrigin.vue'
95
97
  import IconOta from '@/components/icons/IconOta.vue'
96
98
  import IconOtaFilled from '@/components/icons/IconOtaFilled.vue'
97
99
  import IconPaid from '@/components/icons/IconPaid.vue'
@@ -173,6 +175,7 @@ export const CustomCpIcons = {
173
175
  dedicated: IconDedicated,
174
176
  departure: IconDeparture,
175
177
  'direct-flight-alt': IconDirectFlightAlt,
178
+ destination: IconDestination,
176
179
  'device-forbidden': IconDeviceForbidden,
177
180
  distribution: IconDistribution,
178
181
  'distribution-closed': IconDistributionClosed,
@@ -226,6 +229,7 @@ export const CustomCpIcons = {
226
229
  notion: IconNotion,
227
230
  offline: IconOffline,
228
231
  'one-way': IconOneWay,
232
+ origin: IconOrigin,
229
233
  ota: IconOta,
230
234
  'ota-filled': IconOtaFilled,
231
235
  paid: IconPaid,