agroptima-design-system 0.33.2-beta.2 → 0.33.2-beta.3
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
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
.select-group {
|
|
9
9
|
display: flex;
|
|
10
10
|
flex-direction: column;
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
label {
|
|
13
|
+
margin-bottom: config.$space-2x;
|
|
14
|
+
}
|
|
12
15
|
|
|
13
16
|
.select {
|
|
14
17
|
@include typography.select-text;
|
|
@@ -31,6 +34,10 @@
|
|
|
31
34
|
height: config.$icon-size-3x;
|
|
32
35
|
}
|
|
33
36
|
|
|
37
|
+
.help-text {
|
|
38
|
+
margin-top: config.$space-2x;
|
|
39
|
+
}
|
|
40
|
+
|
|
34
41
|
|
|
35
42
|
&.primary {
|
|
36
43
|
&.disabled .select-container {
|
|
@@ -6,7 +6,8 @@ import { Meta } from "@storybook/blocks";
|
|
|
6
6
|
|
|
7
7
|
## 0.33.2
|
|
8
8
|
|
|
9
|
-
* Add fullWidth prop to Select, Button, Input, MultiSelect, TextArea, QuantitySelector components
|
|
9
|
+
* Add fullWidth prop to Select, Button, Input, MultiSelect, TextArea, QuantitySelector, DateRangePicker, DateSinglePicker components
|
|
10
|
+
* Fix extra space when open Select and MultiSelect components
|
|
10
11
|
|
|
11
12
|
## 0.33.1
|
|
12
13
|
|