agroptima-design-system 0.26.4 → 0.26.5

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.26.4",
3
+ "version": "0.26.5",
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 d="M16.667 6.667h-2.5V3.333H2.5C1.583 3.333.833 4.083.833 5v9.167H2.5c0 1.383 1.117 2.5 2.5 2.5s2.5-1.117 2.5-2.5h5c0 1.383 1.117 2.5 2.5 2.5s2.5-1.117 2.5-2.5h1.667V10l-2.5-3.333Zm-.417 1.25L17.883 10h-3.716V7.917h2.083ZM5 15a.836.836 0 0 1-.833-.833c0-.459.375-.834.833-.834.458 0 .833.375.833.834A.836.836 0 0 1 5 15Zm1.85-2.5A2.475 2.475 0 0 0 5 11.667c-.742 0-1.392.325-1.85.833H2.5V5h10v7.5H6.85ZM15 15a.836.836 0 0 1-.833-.833c0-.459.375-.834.833-.834.458 0 .833.375.833.834A.836.836 0 0 1 15 15Z" fill="#161C26"/></svg>
@@ -14,6 +14,8 @@ import Client from './client.svg'
14
14
  import Close from './close.svg'
15
15
  import Comment from './comment.svg'
16
16
  import Delete from './delete.svg'
17
+ import Delivery from './delivery.svg'
18
+ import DeliveryNote from './delivery-note.svg'
17
19
  import Done from './done.svg'
18
20
  import DoubleArrowLeft from './double-arrow-left.svg'
19
21
  import DoubleArrowRight from './double-arrow-right.svg'
@@ -41,7 +43,6 @@ import Sorter from './sorter.svg'
41
43
  import Upload from './upload.svg'
42
44
  import UserMenu from './user-menu.svg'
43
45
  import Warning from './warning.svg'
44
- import DeliveryNote from './delivery-note.svg'
45
46
  import PDF from './pdf.svg'
46
47
 
47
48
  export {
@@ -61,6 +62,7 @@ export {
61
62
  Close,
62
63
  Comment,
63
64
  Delete,
65
+ Delivery,
64
66
  DeliveryNote,
65
67
  Done,
66
68
  DoubleArrowLeft,
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ # 0.26.5
8
+
9
+ * New Delivery icon
10
+
7
11
  # 0.26.4
8
12
 
9
13
  * Make title optional in DetailItem component.