@loja-integrada/admin-components 0.18.28 → 0.18.30

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.
Files changed (33) hide show
  1. package/dist/Icons/icons-path/Clockwise.d.ts +2 -0
  2. package/dist/Icons/icons-path/DashedCircle.d.ts +2 -0
  3. package/dist/Icons/icons-path/DefaultCursor.d.ts +2 -0
  4. package/dist/Icons/icons-path/Envelope.d.ts +2 -0
  5. package/dist/Icons/icons-path/ExchangeY.d.ts +2 -0
  6. package/dist/Icons/icons-path/Hashtag.d.ts +2 -0
  7. package/dist/Icons/icons-path/IdentificationBadge.d.ts +2 -0
  8. package/dist/Icons/icons-path/ListItems.d.ts +2 -0
  9. package/dist/Icons/icons-path/MinusCircle.d.ts +2 -0
  10. package/dist/Icons/icons-path/MinusCircleSolid.d.ts +2 -0
  11. package/dist/Icons/icons-path/Store.d.ts +2 -0
  12. package/dist/Icons/icons-path/Trophy.d.ts +2 -0
  13. package/dist/Icons/icons-path/index.d.ts +12 -0
  14. package/dist/admin-components.cjs.development.js +1255 -5
  15. package/dist/admin-components.cjs.development.js.map +1 -1
  16. package/dist/admin-components.cjs.production.min.js +1 -1
  17. package/dist/admin-components.cjs.production.min.js.map +1 -1
  18. package/dist/admin-components.esm.js +1255 -5
  19. package/dist/admin-components.esm.js.map +1 -1
  20. package/package.json +1 -1
  21. package/src/Icons/icons-path/Clockwise.tsx +22 -0
  22. package/src/Icons/icons-path/DashedCircle.tsx +32 -0
  23. package/src/Icons/icons-path/DefaultCursor.tsx +14 -0
  24. package/src/Icons/icons-path/Envelope.tsx +9 -0
  25. package/src/Icons/icons-path/ExchangeY.tsx +9 -0
  26. package/src/Icons/icons-path/Hashtag.tsx +13 -0
  27. package/src/Icons/icons-path/IdentificationBadge.tsx +22 -0
  28. package/src/Icons/icons-path/ListItems.tsx +14 -0
  29. package/src/Icons/icons-path/MinusCircle.tsx +26 -0
  30. package/src/Icons/icons-path/MinusCircleSolid.tsx +30 -0
  31. package/src/Icons/icons-path/Store.tsx +9 -0
  32. package/src/Icons/icons-path/Trophy.tsx +22 -0
  33. package/src/Icons/icons-path/index.ts +24 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loja-integrada/admin-components",
3
- "version": "0.18.28",
3
+ "version": "0.18.30",
4
4
  "author": "Loja Integrada Front-End Team",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,22 @@
1
+ import React from 'react'
2
+
3
+ export const Clockwise = () => (
4
+ <>
5
+ <g
6
+ stroke="currentColor"
7
+ strokeLinecap="round"
8
+ strokeLinejoin="round"
9
+ strokeWidth="1.6"
10
+ clipPath="url(#a)"
11
+ fill="none"
12
+ >
13
+ <path d="M9 5.625V9l2.813 1.688m1.124-3.376h2.813V4.5" />
14
+ <path d="M13.247 13.5a6.188 6.188 0 1 1 .129-8.876c.827.839 1.51 1.629 2.374 2.689" />
15
+ </g>
16
+ <defs>
17
+ <clipPath id="a">
18
+ <path d="M0 0h18v18H0z" />
19
+ </clipPath>
20
+ </defs>
21
+ </>
22
+ )
@@ -0,0 +1,32 @@
1
+ import React from 'react'
2
+
3
+ export const DashedCircle = () => (
4
+ <>
5
+ <g clipPath="url(#a)" fill="none">
6
+ <mask
7
+ id="b"
8
+ width="18"
9
+ height="18"
10
+ x="0"
11
+ y="0"
12
+ maskUnits="userSpaceOnUse"
13
+ >
14
+ <path d="M18 0H0v18h18V0Z" fill="#fff" />
15
+ </mask>
16
+ <g mask="url(#b)">
17
+ <path
18
+ d="M6.975.956a8.058 8.058 0 0 1 4.05 0m-9.83 5.679a8.061 8.061 0 0 1 2.024-3.507m0 11.351a8.061 8.061 0 0 1-2.025-3.508m9.83 5.68a8.058 8.058 0 0 1-4.05 0m9.831-5.68a8.062 8.062 0 0 1-2.024 3.507m0-11.35a8.062 8.062 0 0 1 2.024 3.508"
19
+ stroke="currentColor"
20
+ strokeLinecap="square"
21
+ strokeLinejoin="round"
22
+ strokeWidth="1.4"
23
+ />
24
+ </g>
25
+ </g>
26
+ <defs>
27
+ <clipPath id="a">
28
+ <path d="M0 0h18v18H0z" fill="none" />
29
+ </clipPath>
30
+ </defs>
31
+ </>
32
+ )
@@ -0,0 +1,14 @@
1
+ import React from 'react'
2
+
3
+ export const DefaultCursor = () => (
4
+ <>
5
+ <path
6
+ d="M6.17228 14.2911C6.10164 14.3788 6.00632 14.4433 5.89863 14.4762C5.79095 14.5091 5.67586 14.5089 5.56827 14.4757C5.46067 14.4425 5.36553 14.3777 5.29514 14.2898C5.22475 14.202 5.18237 14.095 5.17346 13.9827L4.41684 2.16712C4.41203 2.06497 4.43516 1.96344 4.48374 1.87346C4.53232 1.78347 4.60451 1.70843 4.69255 1.65641C4.78059 1.60438 4.88115 1.57734 4.98341 1.57819C5.08566 1.57905 5.18575 1.60776 5.27291 1.66124L15.2606 8.022C15.3546 8.08394 15.4279 8.17268 15.4709 8.27674C15.514 8.38079 15.5248 8.49537 15.502 8.60564C15.4792 8.71591 15.4238 8.8168 15.343 8.89525C15.2623 8.9737 15.1598 9.0261 15.0489 9.04567L11.8405 9.51297C11.75 9.52753 11.6644 9.56401 11.5911 9.61923C11.5179 9.67445 11.4593 9.74673 11.4204 9.82979C11.3815 9.91284 11.3635 10.0041 11.368 10.0957C11.3725 10.1873 11.3993 10.2765 11.4461 10.3553L13.9587 14.6075C14.0345 14.7359 14.0563 14.8891 14.0191 15.0335C13.982 15.178 13.889 15.3017 13.7607 15.3776L12.2851 16.2028C12.1567 16.2786 12.0034 16.3004 11.859 16.2632C11.7146 16.2261 11.5908 16.1331 11.5149 16.0048L9.00072 11.753C8.95415 11.674 8.88896 11.6075 8.81082 11.5595C8.73269 11.5114 8.64399 11.4832 8.55246 11.4773C8.46092 11.4713 8.36932 11.4879 8.28565 11.5255C8.20197 11.563 8.12875 11.6205 8.07238 11.6929L6.17228 14.2911Z"
7
+ stroke="currentColor"
8
+ strokeWidth="1.6"
9
+ strokeLinecap="round"
10
+ strokeLinejoin="round"
11
+ fill="none"
12
+ />
13
+ </>
14
+ )
@@ -0,0 +1,9 @@
1
+ import React from 'react'
2
+
3
+ export const Envelope = () => (
4
+ <path
5
+ fillRule="evenodd"
6
+ clipRule="evenodd"
7
+ d="M16 14.5H2C1.725 14.5 1.5 14.275 1.5 14V5.679L7.36 10.44C7.836 10.826 8.418 11.02 9 11.02C9.582 11.02 10.164 10.826 10.639 10.44L16.5 5.678V14C16.5 14.275 16.275 14.5 16 14.5M2 3.5H16C16.275 3.5 16.5 3.724 16.5 4V4.133L9.882 9.509C9.372 9.925 8.629 9.925 8.117 9.509L1.5 4.133V4C1.5 3.724 1.725 3.5 2 3.5M16 2H2C0.896 2 0 2.895 0 4V14C0 15.104 0.896 16 2 16H16C17.104 16 18 15.104 18 14V4C18 2.895 17.104 2 16 2"
8
+ />
9
+ )
@@ -0,0 +1,9 @@
1
+ import React from 'react'
2
+
3
+ export const ExchangeY = () => (
4
+ <path
5
+ fillRule="evenodd"
6
+ clipRule="evenodd"
7
+ d="M10.0098 13.4505C9.70676 13.1685 9.23276 13.1855 8.94976 13.4895C8.66876 13.7935 8.68576 14.2675 8.98876 14.5505L12.4888 17.8005C12.7778 18.0665 13.2228 18.0665 13.5098 17.8005L17.0098 14.5505C17.1688 14.4015 17.2498 14.2015 17.2498 14.0005C17.2498 13.8175 17.1838 13.6345 17.0498 13.4895C16.7678 13.1855 16.2928 13.1685 15.9888 13.4505L13.7498 15.5305L13.7498 1.1255L12.2498 1.1255L12.2498 15.5305L10.0098 13.4505ZM5.50976 0.200501L9.00976 3.4505C9.16876 3.5985 9.24976 3.7995 9.24976 4.0005C9.24976 4.1825 9.18376 4.3665 9.04976 4.5115C8.76776 4.8145 8.29276 4.8325 7.98876 4.5505L5.74976 2.4705L5.74976 16.8755H4.24976L4.24976 2.4705L2.00976 4.5505C1.70676 4.8325 1.23276 4.8145 0.949759 4.5115C0.668759 4.2065 0.685759 3.7325 0.988759 3.4505L4.48876 0.200501C4.77776 -0.0664993 5.22276 -0.0664993 5.50976 0.200501V0.200501Z"
8
+ />
9
+ )
@@ -0,0 +1,13 @@
1
+ import React from 'react'
2
+
3
+ export const Hashtag = () => (
4
+ <>
5
+ <path
6
+ d="M3.95 7.8H15.2m-2.5-3.75L10.2 15.3M7.7 4.05 5.2 15.3m-2.5-3.75h11.25"
7
+ stroke="currentColor"
8
+ strokeLinecap="round"
9
+ strokeLinejoin="round"
10
+ strokeWidth="1.5"
11
+ />
12
+ </>
13
+ )
@@ -0,0 +1,22 @@
1
+ import React from 'react'
2
+
3
+ export const IdentificationBadge = () => (
4
+ <>
5
+ <g
6
+ stroke="currentColor"
7
+ strokeLinecap="round"
8
+ strokeLinejoin="round"
9
+ strokeWidth="1.5"
10
+ clipPath="url(#a)"
11
+ fill="none"
12
+ >
13
+ <path d="M9 11.813a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM5.625 13.5a4.218 4.218 0 0 1 6.75 0" />
14
+ <path d="M14.625 15.188V2.812a.562.562 0 0 0-.563-.562H3.938a.563.563 0 0 0-.563.563v12.374c0 .311.252.563.563.563h10.124a.563.563 0 0 0 .563-.563ZM6.75 4.5h4.5" />
15
+ </g>
16
+ <defs>
17
+ <clipPath id="a">
18
+ <path d="M0 0h18v18H0z" />
19
+ </clipPath>
20
+ </defs>
21
+ </>
22
+ )
@@ -0,0 +1,14 @@
1
+ import React from 'react'
2
+
3
+ export const ListItems = () => (
4
+ <>
5
+ <path
6
+ d="M6.188 4.5h9m-9 4.5h9m-9 4.5h9"
7
+ stroke="currentColor"
8
+ strokeLinecap="round"
9
+ strokeLinejoin="round"
10
+ strokeWidth="1.5"
11
+ />
12
+ <path d="M3.094 5.344a.844.844 0 1 0 0-1.688.844.844 0 0 0 0 1.688Zm0 4.5a.844.844 0 1 0 0-1.688.844.844 0 0 0 0 1.688Zm0 4.5a.844.844 0 1 0 0-1.688.844.844 0 0 0 0 1.688Z" />
13
+ </>
14
+ )
@@ -0,0 +1,26 @@
1
+ import React from 'react'
2
+
3
+ export const MinusCircle = () => (
4
+ <>
5
+ <g clipPath="url(#clip0_0_1)" fill="none">
6
+ <path
7
+ d="M5.625 8.80335H12.375"
8
+ stroke="currentColor"
9
+ strokeWidth="1.4"
10
+ strokeLinecap="square"
11
+ strokeLinejoin="round"
12
+ />
13
+ <path
14
+ d="M9.00016 16.7916C13.3033 16.7916 16.7919 13.3032 16.7919 9.00002C16.7919 4.69681 13.3033 1.20836 9.00016 1.20836C4.69694 1.20836 1.2085 4.69681 1.2085 9.00002C1.2085 13.3032 4.69694 16.7916 9.00016 16.7916Z"
15
+ stroke="currentColor"
16
+ strokeWidth="1.4"
17
+ strokeMiterlimit="10"
18
+ />
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_0_1">
22
+ <rect width="18" height="18" />
23
+ </clipPath>
24
+ </defs>
25
+ </>
26
+ )
@@ -0,0 +1,30 @@
1
+ import React from 'react'
2
+
3
+ export const MinusCircleSolid = () => (
4
+ <>
5
+ <g clipPath="url(#a)">
6
+ <mask
7
+ id="b"
8
+ width="18"
9
+ height="18"
10
+ x="0"
11
+ y="0"
12
+ maskUnits="userSpaceOnUse"
13
+ >
14
+ <path d="M18 0H0v18h18V0Z" fill="#fff" />
15
+ </mask>
16
+ <g mask="url(#b)">
17
+ <path
18
+ d="M4.125 1.507A8.775 8.775 0 0 1 9 .028a8.784 8.784 0 0 1 8.775 8.775 8.775 8.775 0 1 1-13.65-7.296Zm.825 7.971h8.1v-1.35h-8.1v1.35Z"
19
+ fillRule="evenodd"
20
+ clipRule="evenodd"
21
+ />
22
+ </g>
23
+ </g>
24
+ <defs>
25
+ <clipPath id="a">
26
+ <path d="M0 0h18v18H0z" fill="none" />
27
+ </clipPath>
28
+ </defs>
29
+ </>
30
+ )
@@ -0,0 +1,9 @@
1
+ import React from 'react'
2
+
3
+ export const Store = () => (
4
+ <path
5
+ fillRule="evenodd"
6
+ clipRule="evenodd"
7
+ d="M0.955934 3.35617C1.3861 1.95581 2.6796 1 4.14455 1H13.8564C15.3217 1 16.6155 1.95627 17.0453 3.35711L17.9585 6.33293C17.98 6.39765 17.9936 6.46595 17.9982 6.53671C17.9993 6.55356 17.9999 6.57042 18 6.58726L18 6.59546V7.95454C18 8.89486 17.6265 9.79666 16.9616 10.4616C16.8586 10.5645 16.7499 10.6605 16.6364 10.7492V16.1364C16.6364 16.5342 16.4783 16.9158 16.197 17.1971C15.9157 17.4784 15.5342 17.6364 15.1364 17.6364H2.86364C2.46581 17.6364 2.08428 17.4784 1.80298 17.1971C1.52167 16.9158 1.36364 16.5342 1.36364 16.1364V10.7492C1.25005 10.6605 1.1414 10.5645 1.03844 10.4616C0.373538 9.79665 0 8.89486 0 7.95454V6.59091C0 6.50049 0.0146675 6.41349 0.041753 6.33217L0.955934 3.35617ZM2.6771 9.65472C2.62304 9.61355 2.56371 9.57895 2.50029 9.55213C2.39127 9.48081 2.28904 9.39799 2.19552 9.30447C1.8375 8.94645 1.63636 8.46087 1.63636 7.95454V7.40909H5.45454V7.95454C5.45454 8.46087 5.25341 8.94645 4.89538 9.30447C4.53736 9.6625 4.05178 9.86363 3.54545 9.86363C3.24073 9.86363 2.94351 9.79078 2.6771 9.65472ZM3 11.4578V16H15V11.4578C14.8206 11.4857 14.6383 11.5 14.4545 11.5C13.5142 11.5 12.6124 11.1265 11.9475 10.4616C11.8701 10.3841 11.7967 10.3035 11.7273 10.22C11.6579 10.3035 11.5844 10.3841 11.507 10.4616C10.8421 11.1265 9.94031 11.5 9 11.5C8.05968 11.5 7.15788 11.1265 6.49298 10.4616C6.41557 10.3841 6.34211 10.3035 6.27273 10.22C6.20334 10.3035 6.12988 10.3841 6.05247 10.4616C5.38757 11.1265 4.48577 11.5 3.54545 11.5C3.36167 11.5 3.17936 11.4857 3 11.4578ZM15.4997 9.55213C15.4363 9.57895 15.377 9.61355 15.3229 9.65472C15.0565 9.79078 14.7593 9.86363 14.4545 9.86363C13.9482 9.86363 13.4626 9.6625 13.1046 9.30447C12.7466 8.94645 12.5455 8.46086 12.5455 7.95454V7.40909H16.3636V7.95454C16.3636 8.46086 16.1625 8.94645 15.8045 9.30447C15.711 9.39799 15.6087 9.48081 15.4997 9.55213ZM16.0749 5.77273H11.7282L11.7273 5.77273L11.7264 5.77273H6.27362L6.27273 5.77273L6.27183 5.77273H1.92543L2.52016 3.83668C2.7393 3.12328 3.39825 2.63636 4.14455 2.63636L13.8564 2.63636C14.6029 2.63636 15.262 3.12352 15.481 3.83716L16.0749 5.77273ZM7.09091 7.40909H10.9091V7.95454C10.9091 8.46086 10.708 8.94645 10.3499 9.30447C9.9919 9.6625 9.50632 9.86363 9 9.86363C8.49368 9.86363 8.00809 9.6625 7.65007 9.30447C7.29204 8.94645 7.09091 8.46087 7.09091 7.95454V7.40909Z"
8
+ />
9
+ )
@@ -0,0 +1,22 @@
1
+ import React from 'react'
2
+
3
+ export const Trophy = () => (
4
+ <>
5
+ <g
6
+ stroke="currentColor"
7
+ strokeLinecap="round"
8
+ strokeLinejoin="round"
9
+ strokeWidth="1.5"
10
+ clipPath="url(#a)"
11
+ fill="none"
12
+ >
13
+ <path d="M6.75 15.75h4.5M9 12.937v2.813M4.078 9h-.703a2.25 2.25 0 0 1-2.25-2.25V5.625a.563.563 0 0 1 .563-.563h2.25M13.921 9h.703a2.25 2.25 0 0 0 2.25-2.25V5.625a.563.563 0 0 0-.563-.563h-2.25" />
14
+ <path d="M4.5 3.375h9a.562.562 0 0 1 .563.563v3.874c0 2.791-2.233 5.104-5.024 5.125a5.063 5.063 0 0 1-5.101-5.062V3.937a.563.563 0 0 1 .562-.562Z" />
15
+ </g>
16
+ <defs>
17
+ <clipPath id="a">
18
+ <path d="M0 0h18v18H0z" />
19
+ </clipPath>
20
+ </defs>
21
+ </>
22
+ )
@@ -76,6 +76,18 @@ import { Upload } from './Upload'
76
76
  import { UsdCircle } from './UsdCircle'
77
77
  import { User } from './User'
78
78
  import { WhatsApp } from './WhatsApp'
79
+ import { Clockwise } from './Clockwise'
80
+ import { DefaultCursor } from './DefaultCursor'
81
+ import { Envelope } from './Envelope'
82
+ import { ExchangeY } from './ExchangeY'
83
+ import { Hashtag } from './Hashtag'
84
+ import { IdentificationBadge } from './IdentificationBadge'
85
+ import { ListItems } from './ListItems'
86
+ import { Store } from './Store'
87
+ import { Trophy } from './Trophy'
88
+ import { DashedCircle } from './DashedCircle'
89
+ import { MinusCircle } from './MinusCircle'
90
+ import { MinusCircleSolid } from './MinusCircleSolid'
79
91
 
80
92
  export const icons = {
81
93
  adjust: Adjust,
@@ -157,4 +169,16 @@ export const icons = {
157
169
  usdCircle: UsdCircle,
158
170
  user: User,
159
171
  whatsapp: WhatsApp,
172
+ clockwise: Clockwise,
173
+ defaultCursor: DefaultCursor,
174
+ envelope: Envelope,
175
+ exchangeY: ExchangeY,
176
+ hashtag: Hashtag,
177
+ identificationBadge: IdentificationBadge,
178
+ listItems: ListItems,
179
+ store: Store,
180
+ trophy: Trophy,
181
+ dashedCircle: DashedCircle,
182
+ minusCircle: MinusCircle,
183
+ minusCircleSolid: MinusCircleSolid,
160
184
  }