agroptima-design-system 0.32.0 → 0.32.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": "agroptima-design-system",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.71 1.538h7.483a.259.259 0 0 1 .259.257v16.41a.255.255 0 0 1-.259.257H3.806a.259.259 0 0 1-.258-.257V6.667h3.355c.48 0 .939-.19 1.278-.526a1.79 1.79 0 0 0 .529-1.27V1.539Zm-1.549.576L4.127 5.127h2.776a.259.259 0 0 0 .258-.256V2.114ZM6.57.526C6.95.149 7.522 0 7.935 0h8.258c.48 0 .94.19 1.278.526.339.336.529.793.529 1.269v16.41c0 .476-.19.933-.53 1.27a1.813 1.813 0 0 1-1.276.525H3.806c-.479 0-.938-.19-1.277-.526A1.789 1.789 0 0 1 2 18.205V5.897c0-.41.15-.98.53-1.357m0 0L6.57.526 2.53 4.54Zm7.728-.694c0-.425.347-.77.774-.77h3.097c.428 0 .774.345.774.77 0 .425-.346.77-.774.77h-3.097a.772.772 0 0 1-.774-.77Zm0 3.077c0-.425.347-.77.774-.77h3.097c.428 0 .774.345.774.77 0 .425-.346.77-.774.77h-3.097a.772.772 0 0 1-.774-.77Z" fill="#161C26"/><path d="M12.289 16.867 9.6 14.156a2.5 2.5 0 0 1-.933.177c-.741 0-1.37-.259-1.89-.777A2.572 2.572 0 0 1 6 11.666c0-.266.037-.52.111-.76.074-.241.178-.469.311-.684l1.622 1.622.8-.8-1.622-1.622c.215-.133.443-.237.684-.31.24-.075.494-.112.76-.112.741 0 1.371.26 1.89.778.518.518.777 1.148.777 1.889a2.493 2.493 0 0 1-.177.933l2.71 2.689a.439.439 0 0 1 .134.322.439.439 0 0 1-.133.322l-.934.934a.439.439 0 0 1-.322.133.439.439 0 0 1-.322-.133Z" fill="#161C26"/></svg>
@@ -15,6 +15,7 @@ import Client from './client.svg'
15
15
  import Close from './close.svg'
16
16
  import Comment from './comment.svg'
17
17
  import CreditCard from './credit-card.svg'
18
+ import CreditNote from './credit-note.svg'
18
19
  import Delete from './delete.svg'
19
20
  import Delivery from './delivery.svg'
20
21
  import DeliveryNote from './delivery-note.svg'
@@ -37,6 +38,7 @@ import Logout from './logout.svg'
37
38
  import Minus from './minus.svg'
38
39
  import PDF from './pdf.svg'
39
40
  import Product from './product.svg'
41
+ import Reason from './reason.svg'
40
42
  import ReturnDeliveryNote from './return-delivery-note.svg'
41
43
  import Salesman from './salesman.svg'
42
44
  import Search from './search.svg'
@@ -67,6 +69,7 @@ export {
67
69
  Close,
68
70
  Comment,
69
71
  CreditCard,
72
+ CreditNote,
70
73
  Delete,
71
74
  Delivery,
72
75
  DeliveryNote,
@@ -89,6 +92,7 @@ export {
89
92
  Minus,
90
93
  PDF,
91
94
  Product,
95
+ Reason,
92
96
  ReturnDeliveryNote,
93
97
  Salesman,
94
98
  Search,
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#reason__a)"><path d="M4 12h3.05l5-5c.15-.15.262-.32.337-.513.075-.191.113-.379.113-.562 0-.183-.042-.362-.125-.537a2.073 2.073 0 0 0-.325-.488l-.9-.95a1.504 1.504 0 0 0-1.638-.338A1.483 1.483 0 0 0 9 3.95l-5 5V12Zm1.5-1.5v-.95l2.525-2.525.5.45.45.5L6.45 10.5H5.5Zm3.025-3.025.45.5-.95-.95.5.45ZM9.175 12H16v-2h-4.825l-2 2ZM0 20V2C0 1.45.196.98.588.587A1.926 1.926 0 0 1 2 0h16c.55 0 1.02.196 1.413.588C19.803.979 20 1.45 20 2v12c0 .55-.196 1.02-.587 1.412A1.926 1.926 0 0 1 18 16H4l-4 4Zm3.15-6H18V2H2v13.125L3.15 14Z" fill="#161C26"/></g><defs><clipPath id="reason__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
@@ -4,6 +4,12 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 0.32.1
8
+
9
+ * Add reason icon
10
+ * Add credit note icon
11
+
12
+
7
13
  ## 0.32.0
8
14
 
9
15
  * Make more accessible Select component.