agroptima-design-system 1.2.19 → 1.2.20

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": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -1 +1 @@
1
- <svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#close-order__a)"><path d="M10 20a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 0 10c0-1.383.263-2.683.787-3.9a10.099 10.099 0 0 1 2.138-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 10 0a9.81 9.81 0 0 1 3.075.475c.967.317 1.858.758 2.675 1.325L14.3 3.275a8.6 8.6 0 0 0-2.025-.938A7.552 7.552 0 0 0 10 2c-2.217 0-4.104.78-5.662 2.338C2.779 5.896 2 7.783 2 10s.78 4.104 2.338 5.662C5.896 17.221 7.783 18 10 18s4.104-.78 5.662-2.338C17.221 14.104 18 12.217 18 10c0-.3-.017-.6-.05-.9a7.357 7.357 0 0 0-.15-.875L19.425 6.6c.183.533.325 1.083.425 1.65.1.567.15 1.15.15 1.75a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 10 20Zm-1.4-5.4-4.25-4.25 1.4-1.4L8.6 11.8l10-10.025 1.4 1.4L8.6 14.6Z" fill="#161C26"/></g><defs><clipPath id="close-order__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path fill="#161c26" d="M10 20a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137Q1.575 15.725.788 13.9A9.7 9.7 0 0 1 0 10q0-2.074.787-3.9a10.1 10.1 0 0 1 2.138-3.175Q4.275 1.575 6.1.788A9.7 9.7 0 0 1 10 0a9.8 9.8 0 0 1 3.075.475Q14.525.95 15.75 1.8L14.3 3.275a8.6 8.6 0 0 0-2.025-.938A7.6 7.6 0 0 0 10 2Q6.675 2 4.338 4.338 2 6.675 2 10c0 3.325.78 4.104 2.338 5.662Q6.675 18 10 18c3.325 0 4.104-.78 5.662-2.338Q18 13.325 18 10q0-.45-.05-.9a7 7 0 0 0-.15-.875L19.425 6.6q.275.8.425 1.65T20 10a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 10 20m-1.4-5.4-4.25-4.25 1.4-1.4L8.6 11.8l10-10.025 1.4 1.4z"/></svg>
@@ -50,6 +50,7 @@ import Picture from './picture.svg'
50
50
  import Product from './product.svg'
51
51
  import Reason from './reason.svg'
52
52
  import Receivables from './receivables.svg'
53
+ import ReopenOrder from './reopen-order.svg'
53
54
  import Reports from './reports.svg'
54
55
  import ResendEmail from './resend-email.svg'
55
56
  import ReturnDeliveryNote from './return-delivery-note.svg'
@@ -123,6 +124,7 @@ export {
123
124
  Product,
124
125
  Reason,
125
126
  Receivables,
127
+ ReopenOrder,
126
128
  Reports,
127
129
  ResendEmail,
128
130
  ReturnDeliveryNote,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path fill="#161c26" d="M3.75 20v-2.533h8.875q1.969 0 3.422-1.267t1.453-3.167-1.453-3.166Q14.593 8.6 12.625 8.6H4.75L8 11.893l-1.75 1.774L0 7.333 6.25 1 8 2.773 4.75 6.067h7.875q3.03 0 5.203 1.995Q20 10.057 20 13.033t-2.172 4.972Q15.656 20 12.625 20z"/></svg>
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/addon-docs/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 1.2.20
8
+
9
+ * Add ReopenOrder icon
10
+
7
11
  ## 1.2.19
8
12
 
9
13
  * Add CloseOrder icon