agroptima-design-system 0.31.13 → 0.31.14

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.31.13",
3
+ "version": "0.31.14",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M880-720v480q0 33-23.5 56.5T800-160H160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720Zm-720 80h640v-80H160v80Zm0 160v240h640v-240H160Zm0 240v-480 480Z"/></svg>
@@ -14,6 +14,7 @@ import CheckboxIndeterminate from './checkbox-indeterminate.svg'
14
14
  import Client from './client.svg'
15
15
  import Close from './close.svg'
16
16
  import Comment from './comment.svg'
17
+ import CreditCard from './credit-card.svg'
17
18
  import Delete from './delete.svg'
18
19
  import Delivery from './delivery.svg'
19
20
  import DeliveryNote from './delivery-note.svg'
@@ -65,6 +66,7 @@ export {
65
66
  Client,
66
67
  Close,
67
68
  Comment,
69
+ CreditCard,
68
70
  Delete,
69
71
  Delivery,
70
72
  DeliveryNote,
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 0.31.14
8
+
9
+ * Add CreditCard icon
10
+
7
11
  ## 0.31.13
8
12
 
9
13
  * Add to DatePicker components close on click outside