agroptima-design-system 0.36.1-beta.0 → 0.36.2

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.36.1-beta.0",
3
+ "version": "0.36.2",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -43,6 +43,7 @@ import Orders from './orders.svg'
43
43
  import PDF from './pdf.svg'
44
44
  import Product from './product.svg'
45
45
  import Reason from './reason.svg'
46
+ import Reports from './reports.svg'
46
47
  import ReturnDeliveryNote from './return-delivery-note.svg'
47
48
  import Salesman from './salesman.svg'
48
49
  import Search from './search.svg'
@@ -101,6 +102,7 @@ export {
101
102
  PDF,
102
103
  Product,
103
104
  Reason,
105
+ Reports,
104
106
  ReturnDeliveryNote,
105
107
  Salesman,
106
108
  Search,
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.193 0c.48 0 .939.19 1.278.526.338.337.529.793.529 1.269v16.41c0 .476-.19.933-.53 1.27a1.813 1.813 0 0 1-1.277.525H3.807c-.48 0-.939-.189-1.278-.525A1.79 1.79 0 0 1 2 18.205V5.897c0-.41.15-.98.53-1.357L6.72.396C7.09.114 7.573 0 7.936 0h8.257ZM8.71 1.54v3.332c0 .476-.19.933-.53 1.27a1.813 1.813 0 0 1-1.277.525H3.55v11.538a.256.256 0 0 0 .258.257h12.386a.256.256 0 0 0 .258-.257V1.795a.256.256 0 0 0-.258-.256H8.71ZM6 9a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0v-6a1 1 0 0 1 1-1Zm4 2a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1Zm4 1.6a1 1 0 0 1 1 1V16a1 1 0 0 1-2 0v-2.4a1 1 0 0 1 1-1Zm.129-6.446c.427 0 .774.344.774.769 0 .425-.347.77-.774.77h-3.097a.772.772 0 0 1-.774-.77c0-.425.347-.769.774-.769h3.097ZM4.127 5.128h2.776a.256.256 0 0 0 .258-.256V2.113L4.127 5.128Zm10.002-2.05c.428 0 .774.344.774.769a.772.772 0 0 1-.774.768h-3.097a.772.772 0 0 1-.774-.768c0-.425.347-.77.774-.77h3.097Z" fill="#161C26"/></svg>
@@ -4,9 +4,13 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 0.36.2
8
+
9
+ * Add Order icon
10
+
7
11
  ## 0.36.1
8
12
 
9
- * Add order icon
13
+ * Add Reports icon
10
14
 
11
15
  ## 0.36.0
12
16