agroptima-design-system 1.2.29-beta.0 → 1.2.29
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
package/src/icons/index.tsx
CHANGED
|
@@ -38,6 +38,7 @@ import Import from './import.svg'
|
|
|
38
38
|
import Improvements from './improvements.svg'
|
|
39
39
|
import Info from './info.svg'
|
|
40
40
|
import Invoice from './invoice.svg'
|
|
41
|
+
import Link from './link.svg'
|
|
41
42
|
import Loading from './loading.svg'
|
|
42
43
|
import Logout from './logout.svg'
|
|
43
44
|
import Minus from './minus.svg'
|
|
@@ -113,6 +114,7 @@ export {
|
|
|
113
114
|
Improvements,
|
|
114
115
|
Info,
|
|
115
116
|
Invoice,
|
|
117
|
+
Link,
|
|
116
118
|
Loading,
|
|
117
119
|
Logout,
|
|
118
120
|
Minus,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 15H5c-1.383 0-2.563-.488-3.538-1.463C.488 12.563 0 11.383 0 10s.487-2.563 1.462-3.537C2.438 5.487 3.617 5 5 5h4v2H5c-.833 0-1.542.292-2.125.875A2.893 2.893 0 0 0 2 10c0 .833.292 1.542.875 2.125A2.893 2.893 0 0 0 5 13h4v2Zm-3-4V9h8v2H6Zm5 4v-2h4c.833 0 1.542-.292 2.125-.875A2.893 2.893 0 0 0 18 10c0-.833-.292-1.542-.875-2.125A2.893 2.893 0 0 0 15 7h-4V5h4c1.383 0 2.563.487 3.538 1.463C19.512 7.437 20 8.617 20 10s-.488 2.563-1.462 3.537C17.562 14.512 16.383 15 15 15h-4Z" fill="#161C26"/></svg>
|
|
@@ -4,10 +4,14 @@ import { Meta } from "@storybook/addon-docs/blocks";
|
|
|
4
4
|
|
|
5
5
|
# Changelog
|
|
6
6
|
|
|
7
|
-
## 1.2.
|
|
7
|
+
## 1.2.29
|
|
8
8
|
|
|
9
9
|
* Fix Collapsible styles not updating when closing a default-open collapsible
|
|
10
10
|
|
|
11
|
+
## 1.2.28
|
|
12
|
+
|
|
13
|
+
* Add Link icon
|
|
14
|
+
|
|
11
15
|
## 1.2.27
|
|
12
16
|
|
|
13
17
|
* Fix Collapsible open style
|