agroptima-design-system 1.0.8-beta.1 → 1.0.9

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.0.8-beta.1",
3
+ "version": "1.0.9",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -56,6 +56,7 @@ import Settings from './settings.svg'
56
56
  import Show from './show.svg'
57
57
  import ShowOff from './show-off.svg'
58
58
  import Sorter from './sorter.svg'
59
+ import TaxRule from './tax-rule.svg'
59
60
  import Upload from './upload.svg'
60
61
  import UserMenu from './user-menu.svg'
61
62
  import ValidateInvoice from './validate-invoice.svg'
@@ -120,6 +121,7 @@ export {
120
121
  Show,
121
122
  ShowOff,
122
123
  Sorter,
124
+ TaxRule,
123
125
  Upload,
124
126
  UserMenu,
125
127
  ValidateInvoice,
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#tax-rule__a)"><path d="M4.375 8.75c-1.208 0-2.24-.427-3.094-1.281C.427 6.615 0 5.583 0 4.375s.427-2.24 1.281-3.094C2.135.427 3.167 0 4.375 0s2.24.427 3.094 1.281c.854.854 1.281 1.886 1.281 3.094s-.427 2.24-1.281 3.094c-.854.854-1.886 1.281-3.094 1.281Zm0-2.5c.52 0 .964-.182 1.328-.547.365-.364.547-.807.547-1.328 0-.52-.182-.964-.547-1.328A1.808 1.808 0 0 0 4.375 2.5c-.52 0-.964.182-1.328.547A1.808 1.808 0 0 0 2.5 4.375c0 .52.182.964.547 1.328.364.365.807.547 1.328.547ZM15.625 20c-1.208 0-2.24-.427-3.094-1.281-.854-.854-1.281-1.886-1.281-3.094s.427-2.24 1.281-3.094c.854-.854 1.886-1.281 3.094-1.281s2.24.427 3.094 1.281c.854.854 1.281 1.886 1.281 3.094s-.427 2.24-1.281 3.094c-.854.854-1.886 1.281-3.094 1.281Zm0-2.5c.52 0 .963-.182 1.328-.547.365-.364.547-.807.547-1.328 0-.52-.182-.963-.547-1.328a1.808 1.808 0 0 0-1.328-.547c-.52 0-.963.182-1.328.547a1.808 1.808 0 0 0-.547 1.328c0 .52.182.963.547 1.328.364.365.807.547 1.328.547ZM1.75 20 0 18.25 18.25 0 20 1.75 1.75 20Z" fill="#161C26"/></g><defs><clipPath id="tax-rule__a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
@@ -4,9 +4,16 @@ import { Meta } from "@storybook/addon-docs/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 1.0.9
8
+
9
+ * Add TaxRule icon
10
+
11
+
7
12
  ## 1.0.8
13
+
8
14
  * CardMenuOption can be a button or a link
9
15
 
16
+
10
17
  ## 1.0.7
11
18
 
12
19
  * Add link styles to Alert component