@citizenplane/pimp 10.1.8 → 10.1.9

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": "10.1.8",
3
+ "version": "10.1.9",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
3
+ <path
4
+ d="M14.0001 8.00065C14.0001 7.26427 13.4031 6.66732 12.6667 6.66732C11.9304 6.66732 11.3334 7.26427 11.3334 8.00065C11.3334 8.73703 11.9304 9.33398 12.6667 9.33398C13.4031 9.33398 14.0001 8.73703 14.0001 8.00065ZM15.3334 8.00065C15.3334 9.47341 14.1395 10.6673 12.6667 10.6673C11.194 10.6673 10.0001 9.47341 10.0001 8.00065C10.0001 6.52789 11.194 5.33398 12.6667 5.33398C14.1395 5.33398 15.3334 6.52789 15.3334 8.00065Z"
5
+ fill="currentColor"
6
+ />
7
+ <path
8
+ d="M7.33342 7.33398C6.60458 7.33398 5.977 6.8195 5.83407 6.10482L5.45776 4.22331C5.12178 2.54338 3.64685 1.33411 1.93368 1.33398H1.33341C0.965225 1.33398 0.666748 1.63246 0.666748 2.00065C0.666748 2.36884 0.965225 2.66732 1.33341 2.66732H1.93368C3.01127 2.66744 3.93913 3.42833 4.15047 4.48503L4.52677 6.36654C4.5972 6.71854 4.73042 7.0446 4.91336 7.33398L1.33341 7.33399C0.965225 7.33399 0.666748 7.63246 0.666748 8.00065C0.666749 8.36884 0.965225 8.66732 1.33341 8.66732L4.91336 8.66732C4.73042 8.95671 4.5972 9.28276 4.52677 9.63476L4.15047 11.5163C3.93913 12.573 3.01127 13.3339 1.93368 13.334H1.33341C0.965225 13.334 0.666748 13.6325 0.666748 14.0007C0.666748 14.3688 0.965225 14.6673 1.33341 14.6673H1.93368C3.64685 14.6672 5.12178 13.4579 5.45776 11.778L5.83407 9.89648C5.97695 9.18208 6.60409 8.66772 7.33257 8.66732H8.66675C9.03494 8.66732 9.33342 8.36884 9.33342 8.00065C9.33341 7.63246 9.03494 7.33398 8.66675 7.33398H7.33342Z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
12
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
3
+ <path
4
+ d="M6.66683 8.66732C7.03502 8.66732 7.3335 8.96579 7.3335 9.33398V14.0007C7.3335 14.3688 7.03502 14.6673 6.66683 14.6673H2.00016C1.63197 14.6673 1.3335 14.3688 1.3335 14.0007V9.33398C1.3335 8.96579 1.63197 8.66732 2.00016 8.66732H6.66683ZM14.0002 8.66732C14.3684 8.66732 14.6668 8.96579 14.6668 9.33398V14.0007C14.6668 14.3688 14.3684 14.6673 14.0002 14.6673H9.3335C8.96531 14.6673 8.66683 14.3688 8.66683 14.0007V9.33398C8.66683 8.96579 8.96531 8.66732 9.3335 8.66732H14.0002ZM10.0002 13.334H13.3335V10.0007H10.0002V13.334ZM2.66683 13.334H6.00016V10.0007H2.66683V13.334ZM6.66683 1.33398C7.03502 1.33398 7.3335 1.63246 7.3335 2.00065V6.66732C7.3335 7.03551 7.03502 7.33398 6.66683 7.33398H2.00016C1.63197 7.33398 1.3335 7.03551 1.3335 6.66732V2.00065C1.3335 1.63246 1.63197 1.33398 2.00016 1.33398H6.66683ZM14.0002 1.33398C14.3684 1.33398 14.6668 1.63246 14.6668 2.00065V6.66732C14.6668 7.03551 14.3684 7.33398 14.0002 7.33398H9.3335C8.96531 7.33398 8.66683 7.03551 8.66683 6.66732V2.00065C8.66683 1.63246 8.96531 1.33398 9.3335 1.33398H14.0002ZM10.0002 6.00065H13.3335V2.66732H10.0002V6.00065ZM2.66683 6.00065H6.00016V2.66732H2.66683V6.00065Z"
5
+ fill="currentColor"
6
+ />
7
+ </svg>
8
+ </template>
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
3
+ <path
4
+ d="M1.00024 13V11C1.00024 10.6318 1.29872 10.3333 1.66691 10.3333C2.0351 10.3333 2.33358 10.6318 2.33358 11V13C2.33358 13.1768 2.40387 13.3463 2.52889 13.4714C2.65391 13.5964 2.82343 13.6667 3.00024 13.6667H5.00024C5.36843 13.6667 5.66691 13.9651 5.66691 14.3333C5.66691 14.7015 5.36843 15 5.00024 15H3.00024C2.46981 15 1.96125 14.7891 1.58618 14.4141C1.21111 14.039 1.00024 13.5304 1.00024 13ZM13.6669 13V11C13.6669 10.6318 13.9654 10.3333 14.3336 10.3333C14.7018 10.3333 15.0002 10.6318 15.0002 11V13C15.0002 13.5304 14.7894 14.039 14.4143 14.4141C14.0392 14.7891 13.5307 15 13.0002 15H11.0002C10.6321 15 10.3336 14.7015 10.3336 14.3333C10.3336 13.9651 10.6321 13.6667 11.0002 13.6667H13.0002C13.1771 13.6667 13.3466 13.5964 13.4716 13.4714C13.5966 13.3463 13.6669 13.1768 13.6669 13ZM1.00024 5V3C1.00024 2.46957 1.21111 1.96101 1.58618 1.58594C1.96125 1.21086 2.46981 1 3.00024 1H5.00024C5.36843 1 5.66691 1.29848 5.66691 1.66667C5.66691 2.03486 5.36843 2.33333 5.00024 2.33333H3.00024C2.82343 2.33333 2.65391 2.40362 2.52889 2.52865C2.40387 2.65367 2.33358 2.82319 2.33358 3V5C2.33358 5.36819 2.0351 5.66667 1.66691 5.66667C1.29872 5.66667 1.00024 5.36819 1.00024 5ZM13.6669 5V3C13.6669 2.82319 13.5966 2.65367 13.4716 2.52865C13.3466 2.40362 13.1771 2.33333 13.0002 2.33333H11.0002C10.6321 2.33333 10.3336 2.03486 10.3336 1.66667C10.3336 1.29848 10.6321 1 11.0002 1H13.0002C13.5307 1 14.0392 1.21086 14.4143 1.58594C14.7894 1.96101 15.0002 2.46957 15.0002 3V5C15.0002 5.36819 14.7018 5.66667 14.3336 5.66667C13.9654 5.66667 13.6669 5.36819 13.6669 5Z"
5
+ fill="currentColor"
6
+ />
7
+ <path
8
+ d="M11.3334 8.49264C11.3334 8.46654 11.3231 8.44143 11.3047 8.42298L8.21554 5.33313H5.33338V8.21529L8.42452 11.3045C8.43361 11.3135 8.44461 11.3204 8.45642 11.3253C8.46825 11.3302 8.48075 11.3331 8.49353 11.3331C8.50644 11.3331 8.51937 11.3303 8.53129 11.3253C8.54313 11.3204 8.5541 11.3136 8.56319 11.3045L11.3047 8.5623C11.3231 8.54386 11.3334 8.51871 11.3334 8.49264ZM12.6667 8.49264C12.6667 8.87073 12.5172 9.2335 12.2507 9.50175L9.50655 12.2465C9.37371 12.3795 9.21599 12.485 9.04236 12.5571C8.86854 12.6292 8.6817 12.6665 8.49353 12.6665C8.30543 12.6664 8.11911 12.6291 7.94536 12.5571C7.77184 12.4851 7.61397 12.38 7.48116 12.2472L4.19536 8.96399C4.07033 8.83898 4.00006 8.66944 4.00004 8.49264V4.66647C4.00004 4.29828 4.29852 3.9998 4.66671 3.9998H8.49158C8.66842 3.9998 8.83856 4.07005 8.96358 4.19511L12.2487 7.48157L12.2507 7.48287C12.5173 7.75117 12.6667 8.11441 12.6667 8.49264Z"
9
+ fill="currentColor"
10
+ />
11
+ <path
12
+ d="M7.66671 6.9998C7.66671 7.36799 7.36823 7.66647 7.00004 7.66647C6.63185 7.66647 6.33338 7.36799 6.33338 6.9998C6.33338 6.63161 6.63185 6.33313 7.00004 6.33313C7.36823 6.33313 7.66671 6.63161 7.66671 6.9998Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,20 +1,16 @@
1
1
  <template>
2
- <svg
3
- class="iconOta"
4
- width="24"
5
- height="24"
6
- viewBox="0 0 24 24"
7
- fill="currentColor"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
10
3
  <path
11
- d="M14.5185 19.4762C14.4808 19.4317 14.4345 19.3951 14.3825 19.3684C14.3303 19.3418 14.2735 19.3257 14.215 19.3211H10.7464C10.6837 19.3233 10.6221 19.3382 10.5655 19.3649C10.5088 19.3915 10.4581 19.4294 10.4168 19.4762L8.59576 21.6558C8.55345 21.723 8.53101 21.8006 8.53101 21.8798C8.53101 21.9591 8.55345 22.0367 8.59576 22.1038C8.63272 22.1804 8.6925 22.2438 8.76696 22.2853C8.84143 22.327 8.92698 22.3447 9.01201 22.3364H15.9494C16.028 22.334 16.1044 22.3107 16.1711 22.2691C16.2376 22.2275 16.2917 22.169 16.328 22.0996C16.3642 22.0303 16.3811 21.9526 16.3771 21.8746C16.373 21.7966 16.3481 21.7211 16.3049 21.6558L14.5185 19.4762Z"
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M13.3333 7.34723C12.6597 6.91601 11.859 6.66602 10.9999 6.66602C8.60668 6.66602 6.66659 8.60611 6.66659 10.9993C6.66659 11.1115 6.67085 11.2227 6.67922 11.3327C6.71492 11.802 6.82537 12.2504 6.99869 12.666C7.65173 14.232 9.19729 15.3327 10.9999 15.3327C13.3932 15.3327 15.3333 13.3926 15.3333 10.9993C15.3333 9.70227 14.7634 8.53829 13.8603 7.74414C13.6953 7.599 13.5191 7.46622 13.3333 7.34723ZM10.4556 9.59115L9.54404 8.37567C8.62306 8.88781 7.99992 9.87081 7.99992 10.9993C7.99992 11.179 8.01572 11.355 8.046 11.526H9.17961V10.6126L10.4556 9.59115ZM12.1197 13.7834C11.7737 13.9227 11.3958 13.9993 10.9999 13.9993C9.90055 13.9993 8.9393 13.408 8.41689 12.526H10.1796V11.0924L11.8372 9.76693L10.538 8.03469C10.6886 8.01142 10.8428 7.99935 10.9999 7.99935C12.2182 7.99935 13.2669 8.72559 13.7367 9.76877L11.4491 11.5482L12.1197 13.7834ZM12.6034 11.9167L13.9955 10.8347C13.9984 10.8892 13.9999 10.9441 13.9999 10.9993C13.9999 11.8881 13.6134 12.6866 12.9994 13.236L12.6034 11.9167Z"
7
+ fill="currentColor"
12
8
  />
13
9
  <path
14
- d="M21.5838 1.66168H3.37509C3.03013 1.66168 2.69932 1.79782 2.45541 2.04014C2.21149 2.28245 2.07446 2.6111 2.07446 2.9538V16.7364C2.07446 17.079 2.21149 17.4077 2.45541 17.65C2.69932 17.8923 3.03013 18.0285 3.37509 18.0285H21.5838C21.9287 18.0285 22.2596 17.8923 22.5034 17.65C22.7474 17.4077 22.8844 17.079 22.8844 16.7364V2.9538C22.8844 2.6111 22.7474 2.28245 22.5034 2.04014C22.2596 1.79782 21.9287 1.66168 21.5838 1.66168ZM21.1503 14.1521C21.1503 14.2663 21.1045 14.3759 21.0233 14.4567C20.9419 14.5374 20.8317 14.5828 20.7167 14.5828H4.24217C4.12719 14.5828 4.01691 14.5374 3.93561 14.4567C3.8543 14.3759 3.80863 14.2663 3.80863 14.1521V3.81521C3.80863 3.70098 3.8543 3.59143 3.93561 3.51065C4.01691 3.42988 4.12719 3.3845 4.24217 3.3845H20.7167C20.8317 3.3845 20.9419 3.42988 21.0233 3.51065C21.1045 3.59143 21.1503 3.70098 21.1503 3.81521V14.1521Z"
15
- />
16
- <path
17
- d="M13.3937 7.3024L15.0225 6.36819C15.4085 6.14676 15.9028 6.27919 16.1264 6.66398C16.35 7.04877 16.2184 7.54022 15.8323 7.76165L14.2035 8.69585L13.9059 11.4457C13.8684 11.7925 13.6669 12.1002 13.3635 12.2742C13.0328 12.4639 12.6122 12.2678 12.5461 11.893L12.1862 9.85298L10.7119 10.6986L10.6867 10.91C10.6361 11.3348 10.3872 11.7106 10.015 11.924C9.81121 12.0409 9.5519 11.9219 9.50833 11.6914L9.2983 10.5804L8.43479 9.84418C8.25568 9.69147 8.28157 9.40886 8.48538 9.29196C8.85756 9.07849 9.30954 9.05223 9.70523 9.2211L9.90209 9.30512L11.3763 8.45953L9.77799 7.12983C9.48431 6.88552 9.52361 6.42565 9.85438 6.23592C10.1578 6.06191 10.5267 6.04246 10.8478 6.18355L13.3937 7.3024Z"
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M14.6666 7.59997C14.2846 7.18816 13.8341 6.84081 13.3333 6.57605V5.33268C13.3333 4.96449 13.0348 4.66602 12.6666 4.66602H11.3333V6.01028C11.2231 6.00303 11.1119 5.99935 10.9999 5.99935C10.6575 5.99935 10.323 6.03378 9.99992 6.09937V4.66602H5.99992V10.9993C5.99992 11.1114 6.0036 11.2225 6.01085 11.3327C6.04144 11.7973 6.13549 12.2446 6.28443 12.666H3.33325C2.22868 12.666 1.33325 11.7706 1.33325 10.666V5.33268C1.33325 4.22811 2.22868 3.33268 3.33325 3.33268H5.33325V1.33268C5.33325 0.964492 5.63173 0.666016 5.99992 0.666016H9.99992C10.3681 0.666016 10.6666 0.964492 10.6666 1.33268V3.33268H12.6666C13.7712 3.33268 14.6666 4.22811 14.6666 5.33268V7.59997ZM4.66659 4.66602V11.3327H3.33325C2.96506 11.3327 2.66659 11.0342 2.66659 10.666V5.33268C2.66659 4.96449 2.96506 4.66602 3.33325 4.66602H4.66659ZM9.33325 1.99935V3.33268H6.66659V1.99935H9.33325Z"
13
+ fill="currentColor"
18
14
  />
19
15
  </svg>
20
16
  </template>
@@ -1,25 +1,14 @@
1
1
  <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="24"
5
- height="24"
6
- viewBox="0 0 24 24"
7
- fill="none"
8
- stroke="currentColor"
9
- stroke-width="2"
10
- stroke-linecap="round"
11
- stroke-linejoin="round"
12
- >
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
13
3
  <path
14
- d="M17.4 21C18.8912 21 20.1 19.7912 20.1 18.3C20.1 16.8088 18.8912 15.6 17.4 15.6C15.9088 15.6 14.7 16.8088 14.7 18.3C14.7 19.7912 15.9088 21 17.4 21Z"
4
+ d="M10 14.6667C9.63181 14.6667 9.33333 14.3682 9.33333 14V13.5H8V12.5H9.33333V11.5H8V10.5H9.33333V10C9.33333 9.63181 9.63181 9.33333 10 9.33333H11.3333C12.4379 9.33333 13.3333 10.2288 13.3333 11.3333H14.3333C14.5174 11.3333 14.6667 11.4826 14.6667 11.6667V12.3333C14.6667 12.5174 14.5174 12.6667 14.3333 12.6667H13.3333C13.3333 13.7712 12.4379 14.6667 11.3333 14.6667H10ZM12 11.3333C12 10.9651 11.7015 10.6667 11.3333 10.6667H10.6667V13.3333H11.3333C11.7015 13.3333 12 13.0349 12 12.6667V11.3333Z"
5
+ fill="currentColor"
15
6
  />
16
7
  <path
17
- d="M6.59999 14.7C8.09116 14.7 9.29999 13.4912 9.29999 12C9.29999 10.5088 8.09116 9.3 6.59999 9.3C5.10883 9.3 3.89999 10.5088 3.89999 12C3.89999 13.4912 5.10883 14.7 6.59999 14.7Z"
8
+ fill-rule="evenodd"
9
+ clip-rule="evenodd"
10
+ d="M4 4C4 2.52724 5.19391 1.33333 6.66667 1.33333C8.02767 1.33333 9.15131 2.35353 9.31315 3.67057C9.37575 4.18025 9.9717 4.44395 10.3906 4.1237C10.629 3.94141 10.926 3.83333 11.25 3.83333C12.0324 3.83333 12.6667 4.4676 12.6667 5.25C12.6667 6.0324 12.0324 6.66667 11.25 6.66667H6.66667C5.19391 6.66667 4 5.47276 4 4ZM6.66667 0C4.68467 0 3.03936 1.44152 2.72197 3.33333H2.66667C1.19391 3.33333 2.38419e-07 4.52724 0 6V10C7.94729e-08 11.4728 1.19391 12.6667 2.66667 12.6667C2.66667 13.7712 3.5621 14.6667 4.66667 14.6667H6C6.36819 14.6667 6.66667 14.3682 6.66667 14V10C6.66667 9.63181 6.36819 9.33333 6 9.33333H4.66667C3.5621 9.33333 2.66667 10.2288 2.66667 11.3333C1.93029 11.3333 1.33333 10.7364 1.33333 10V6C1.33333 5.26362 1.93029 4.66667 2.66667 4.66667H2.72197C3.03936 6.55848 4.68467 8 6.66667 8H11.25C12.7688 8 14 6.76878 14 5.25C14 3.73122 12.7688 2.5 11.25 2.5C10.9625 2.5 10.6854 2.54613 10.4245 2.62826C9.86452 1.09471 8.39404 0 6.66667 0ZM4 12.6667C4 13.0349 4.29848 13.3333 4.66667 13.3333H5.33333V10.6667H4.66667C4.29848 10.6667 4 10.9651 4 11.3333V12.6667Z"
11
+ fill="currentColor"
18
12
  />
19
- <path d="M8.931 13.359L15.078 16.941" />
20
- <path
21
- d="M17.4 8.4C18.8912 8.4 20.1 7.19117 20.1 5.7C20.1 4.20883 18.8912 3 17.4 3C15.9088 3 14.7 4.20883 14.7 5.7C14.7 7.19117 15.9088 8.4 17.4 8.4Z"
22
- />
23
- <path d="M15.069 7.05901L8.931 10.641" />
24
13
  </svg>
25
14
  </template>
@@ -3,6 +3,7 @@ import IconAccompaniedMinorNone from '@/components/icons/IconAccompaniedMinorNon
3
3
  import IconAccompaniedMinorOne from '@/components/icons/IconAccompaniedMinorOne.vue'
4
4
  import IconAddReceipt from '@/components/icons/IconAddReceipt.vue'
5
5
  import IconAerosol from '@/components/icons/IconAerosol.vue'
6
+ import IconAggregator from '@/components/icons/IconAggregator.vue'
6
7
  import IconAirline from '@/components/icons/IconAirline.vue'
7
8
  import IconAirportTerminal from '@/components/icons/IconAirportTerminal.vue'
8
9
  import IconAllFlightAlt from '@/components/icons/IconAllFlightAlt.vue'
@@ -28,8 +29,10 @@ import IconChild from '@/components/icons/IconChild.vue'
28
29
  import IconCitizenPlane from '@/components/icons/IconCitizenPlane.vue'
29
30
  import IconCollapse from '@/components/icons/IconCollapse.vue'
30
31
  import IconCollapseAlt from '@/components/icons/IconCollapseAlt.vue'
32
+ import IconConsolidator from '@/components/icons/IconConsolidator.vue'
31
33
  import IconContact from '@/components/icons/IconContact.vue'
32
34
  import IconCorrosive from '@/components/icons/IconCorrosive.vue'
35
+ import IconDedicated from '@/components/icons/IconDedicated.vue'
33
36
  import IconDeparture from '@/components/icons/IconDeparture.vue'
34
37
  import IconDeviceForbidden from '@/components/icons/IconDeviceForbidden.vue'
35
38
  import IconDirectFlightAlt from '@/components/icons/IconDirectFlightAlt.vue'
@@ -125,6 +128,7 @@ export const CustomCpIcons = {
125
128
  'accompanied-minor-one': IconAccompaniedMinorOne,
126
129
  'add-receipt': IconAddReceipt,
127
130
  aerosol: IconAerosol,
131
+ aggregator: IconAggregator,
128
132
  airline: IconAirline,
129
133
  'airport-terminal': IconAirportTerminal,
130
134
  'all-flight-alt': IconAllFlightAlt,
@@ -150,8 +154,10 @@ export const CustomCpIcons = {
150
154
  citizenplane: IconCitizenPlane,
151
155
  'collapse-alt': IconCollapseAlt,
152
156
  collapse: IconCollapse,
157
+ consolidator: IconConsolidator,
153
158
  contact: IconContact,
154
159
  corrosive: IconCorrosive,
160
+ dedicated: IconDedicated,
155
161
  departure: IconDeparture,
156
162
  'direct-flight-alt': IconDirectFlightAlt,
157
163
  'device-forbidden': IconDeviceForbidden,