agroptima-design-system 0.25.7 → 0.25.8-beta.0

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.25.7",
3
+ "version": "0.25.8-beta.0",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -127,7 +127,10 @@
127
127
  }
128
128
  &.file .input-container {
129
129
  padding: 0;
130
- border: none;
130
+ border: transparent;
131
+ &:has(input:focus) {
132
+ border: transparent;
133
+ }
131
134
  input {
132
135
  color: color_alias.$neutral-color-600;
133
136
  &::before {
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M18 6.706h-4.571V0H6.57v6.706H2l8 7.823 8-7.823ZM8.857 8.94V2.235h2.286v6.706h1.337L10 11.366 7.52 8.942h1.337ZM2 16.765h16V19H2v-2.235Z" fill="#161C26"/></svg>
@@ -17,6 +17,7 @@ import Delete from './delete.svg'
17
17
  import Done from './done.svg'
18
18
  import DoubleArrowLeft from './double-arrow-left.svg'
19
19
  import DoubleArrowRight from './double-arrow-right.svg'
20
+ import Download from './download.svg'
20
21
  import Edit from './edit.svg'
21
22
  import EditColumns from './edit-columns.svg'
22
23
  import EmptyState from './empty-customize.svg'
@@ -36,6 +37,7 @@ import Settings from './settings.svg'
36
37
  import Show from './show.svg'
37
38
  import ShowOff from './show-off.svg'
38
39
  import Sorter from './sorter.svg'
40
+ import Upload from './upload.svg'
39
41
  import UserMenu from './user-menu.svg'
40
42
  import Warning from './warning.svg'
41
43
  import DeliveryNote from './delivery-note.svg'
@@ -62,6 +64,7 @@ export {
62
64
  Done,
63
65
  DoubleArrowLeft,
64
66
  DoubleArrowRight,
67
+ Download,
65
68
  Edit,
66
69
  EditColumns,
67
70
  EmptyState,
@@ -82,6 +85,7 @@ export {
82
85
  Show,
83
86
  ShowOff,
84
87
  Sorter,
88
+ Upload,
85
89
  UserMenu,
86
90
  Warning,
87
91
  }
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.571 14.53h6.858V7.823H18L10 0 2 7.824h4.571v6.705ZM10 3.162l2.48 2.425h-1.337v6.706H8.857V5.588H7.52L10 3.163ZM2 16.765h16V19H2v-2.235Z" fill="#161C26"/></svg>
@@ -4,6 +4,11 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ # 0.25.8
8
+
9
+ * Remove focus style for file Input component
10
+ * Download and Upload icons
11
+
7
12
  # 0.25.7
8
13
 
9
14
  * Add styles for file Input component