agroptima-design-system 0.18.3 → 0.18.4

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.18.3",
3
+ "version": "0.18.4",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -30,6 +30,7 @@ import Minus from './minus.svg'
30
30
  import Product from './product.svg'
31
31
  import Salesman from './salesman.svg'
32
32
  import Search from './search.svg'
33
+ import Series from './series.svg'
33
34
  import Settings from './settings.svg'
34
35
  import Show from './show.svg'
35
36
  import ShowOff from './show-off.svg'
@@ -69,6 +70,7 @@ export {
69
70
  Product,
70
71
  Salesman,
71
72
  Search,
73
+ Series,
72
74
  Settings,
73
75
  Show,
74
76
  ShowOff,
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#serie__a)" fill="#161C26"><path d="M18 2H2C.9 2 0 2.9 0 4v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2Zm0 14H2V4h16v12Z"/><path d="M4.49 8.5V13h1.15V7h-.87L3.01 8.27l.58.89.9-.66Zm4.98-.45c.5 0 .81.32.81.72 0 .37-.14.64-.54 1.06-.36.38-1.06 1.08-2.13 2.15V13h3.89v-.99H9.13l-.03-.05c.68-.68 1.15-1.14 1.4-1.39.61-.6.92-1.22.92-1.86 0-.24-.05-1.04-.91-1.48-.47-.23-1.26-.36-1.95-.03-.82.39-.99 1.13-1 1.15l1.01.42c.1-.33.38-.72.9-.72Zm5.52 3.89c-.83 0-.99-.76-1.02-.86l-1.03.41c.45 1.59 2.01 1.51 2.05 1.51 1.2 0 1.68-.72 1.76-.85.32-.49.36-1.24-.01-1.76-.17-.24-.4-.41-.68-.52V9.8c.2-.1.37-.26.52-.48.26-.41.31-1.07-.02-1.57-.08-.11-.53-.75-1.62-.75-1.26 0-1.74.9-1.85 1.24l.99.41c.11-.32.35-.64.85-.64.44 0 .75.26.75.65 0 .58-.55.72-.88.72h-.46v1h.5c.56 0 1.04.24 1.04.79 0 .49-.48.77-.89.77Z"/></g><defs><clipPath id="serie__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.18.4
8
+
9
+ * Add series icon
10
+
7
11
  ## 0.18.3
8
12
  * Update docs
9
13