agroptima-design-system 0.27.12 → 0.27.13

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.27.12",
3
+ "version": "0.27.13",
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"><g clip-path="url(#electronic-invoice__a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.62 18.45H1.81c-.14 0-.26-.12-.26-.26V6.668H4.9a1.81 1.81 0 0 0 1.81-1.8V1.54h7.48c.14 0 .26.11.26.26v7.007c.075 0 .148-.005.22-.01.072-.005.145-.01.22-.01.38 0 .75.04 1.11.1V1.799A1.81 1.81 0 0 0 14.19 0H5.93c-.41.001-.99.15-1.37.53L.53 4.539c-.38.38-.53.95-.53 1.359v12.304A1.81 1.81 0 0 0 1.81 20h9.5a6.22 6.22 0 0 1-1.69-1.54v-.01ZM5.16 2.11v2.759c0 .14-.12.26-.26.26H2.12l3.03-3.01.01-.009ZM3.1 9.995v6.147c0 .43.35.77.77.77h4.9c-.24-.63-.37-1.31-.37-2.02 0-.929.23-1.808.62-2.588h-.24v-1.54h1.34a6.591 6.591 0 0 1 2.23-1.499c-.07-.02-.14-.04-.22-.04H3.87c-.43 0-.77.34-.77.77Zm1.54.77h2.58v1.539H4.64v-1.54Zm0 3.078h2.58v1.54H4.64v-1.54Zm7.49-9.225h-3.1a.77.77 0 0 1 0-1.54h3.1a.77.77 0 0 1 0 1.54Zm-3.1 3.068h3.1c.43 0 .77-.35.77-.77 0-.42-.35-.77-.77-.77h-3.1a.77.77 0 0 0 0 1.54ZM20 14.992a4.999 4.999 0 0 1-5 4.998c-2.761 0-5-2.237-5-4.997a4.999 4.999 0 0 1 5-4.998 5 5 0 0 1 5 4.998Zm-4.667 2.999v-.666H16v.666h-.667Zm-.666-2.332v1.666h.666v-1.666h1.334v-.667h.666v1.333H16v.666h.667v1H18v-.666h-.667v-1H18v-1.332h-.667v-.667h-.666v.666h-1.334v-.666h-2v.666h-.666v-.666H12v.666h.667v.667h.666v-.667H14v.667h.667Zm0 0v-.667h.666v.667h-.666ZM15 12.66v-.666h.667v.666H15Zm0 0v.667h.667v.666h-1.334V12.66H15Zm-2.5.833h1v-1h-1v1Zm-.5.5v-1.999h2v1.999h-2Zm.5 3.498h1v-1h-1v1Zm-.5.5v-1.999h2v1.999h-2Zm4.5-4.498h1v-1h-1v1Zm-.5.5v-1.999h2v1.999h-2Zm-3.25-.75v-.5h.5v.5h-.5Zm0 3.998v-.5h.5v.5h-.5Zm4-3.998v-.5h.5v.5h-.5Z" fill="#161C26"/></g><defs><clipPath id="electronic-invoice__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
@@ -23,6 +23,7 @@ import DoubleArrowRight from './double-arrow-right.svg'
23
23
  import Download from './download.svg'
24
24
  import Edit from './edit.svg'
25
25
  import EditColumns from './edit-columns.svg'
26
+ import ElectronicInvoice from './electronic-invoice.svg'
26
27
  import EmptyState from './empty-customize.svg'
27
28
  import Error from './error.svg'
28
29
  import Export from './export.svg'
@@ -73,6 +74,7 @@ export {
73
74
  Download,
74
75
  Edit,
75
76
  EditColumns,
77
+ ElectronicInvoice,
76
78
  EmptyState,
77
79
  Error,
78
80
  Export,
@@ -4,6 +4,11 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ # 0.27.13
8
+
9
+ * Add Electronic Invoice icon
10
+
11
+
7
12
  # 0.27.11
8
13
 
9
14
  * Fix Badge with icon position on CardsTable component.