agroptima-design-system 0.36.1 → 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",
3
+ "version": "0.36.2",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -39,6 +39,7 @@ import Loading from './loading.svg'
39
39
  import Logout from './logout.svg'
40
40
  import Minus from './minus.svg'
41
41
  import NewView from './new-view.svg'
42
+ import Orders from './orders.svg'
42
43
  import PDF from './pdf.svg'
43
44
  import Product from './product.svg'
44
45
  import Reason from './reason.svg'
@@ -97,6 +98,7 @@ export {
97
98
  Logout,
98
99
  Minus,
99
100
  NewView,
101
+ Orders,
100
102
  PDF,
101
103
  Product,
102
104
  Reason,
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#orders__a)"><path d="M8.889 4.444h6.667v2.223H8.889V4.444Zm0 4.445h6.667v2.222H8.889V8.89Zm0 4.444h6.667v2.223H8.889v-2.223ZM4.444 4.444h2.223v2.223H4.444V4.444Zm0 4.445h2.223v2.222H4.444V8.89Zm0 4.444h2.223v2.223H4.444v-2.223ZM19 0H1C.444 0 0 .444 0 1v18c0 .444.444 1 1 1h18c.444 0 1-.556 1-1V1c0-.556-.556-1-1-1Zm-1.222 17.778H2.222V2.222h15.556v15.556Z" fill="#161C26"/></g><defs><clipPath id="orders__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
@@ -4,6 +4,10 @@ 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
13
  * Add Reports icon