@eeacms/volto-eea-design-system 0.3.0 → 0.3.1
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/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [0.3.1](https://github.com/eea/volto-eea-design-system/compare/0.3.0...0.3.1)
|
|
8
|
+
|
|
9
|
+
- Autobuild of docusaurus docs [`25a2a6d`](https://github.com/eea/volto-eea-design-system/commit/25a2a6d78db7a3e2313925bb40a6d58355bbfeb7)
|
|
10
|
+
- fix(input,segment): toggle inputs and padding fixes within Volto sidebar forms [`de030d6`](https://github.com/eea/volto-eea-design-system/commit/de030d617325a8f9d028a5c1615faa160fcdd763)
|
|
11
|
+
- Autobuild of docusaurus docs [`1150d98`](https://github.com/eea/volto-eea-design-system/commit/1150d98ee28d16017013209e53228324d5c510e5)
|
|
12
|
+
- change(login): restored width of login container to 376px [`0564293`](https://github.com/eea/volto-eea-design-system/commit/0564293346b2402c3c86009b61066da4200662b8)
|
|
13
|
+
|
|
7
14
|
#### [0.3.0](https://github.com/eea/volto-eea-design-system/compare/0.2.4...0.3.0)
|
|
8
15
|
|
|
16
|
+
> 17 May 2022
|
|
17
|
+
|
|
18
|
+
- Release [`#165`](https://github.com/eea/volto-eea-design-system/pull/165)
|
|
9
19
|
- [R2] Quote [`#158`](https://github.com/eea/volto-eea-design-system/pull/158)
|
|
10
20
|
- [R2] Refactor table [`#159`](https://github.com/eea/volto-eea-design-system/pull/159)
|
|
11
21
|
- Release 0.3.0 [`8724b28`](https://github.com/eea/volto-eea-design-system/commit/8724b2809027b2e359dcd64e418a33cade4ad487)
|
package/package.json
CHANGED
|
@@ -1,3 +1,71 @@
|
|
|
1
|
+
/*******************************
|
|
2
|
+
Pastanaga Theme Overrides
|
|
3
|
+
*******************************/
|
|
4
|
+
|
|
5
|
+
.ui.input input {
|
|
6
|
+
font-weight: @inputFontWeight;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.inline.field {
|
|
10
|
+
.wrapper {
|
|
11
|
+
display: flex;
|
|
12
|
+
min-height: 60px;
|
|
13
|
+
align-items: center;
|
|
14
|
+
border-bottom: 1px solid @lightGreyBorderColor;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.required .wrapper {
|
|
18
|
+
> label[for]::after,
|
|
19
|
+
.ui.label::after {
|
|
20
|
+
display: inline-block;
|
|
21
|
+
width: 10px;
|
|
22
|
+
height: 10px;
|
|
23
|
+
margin-left: 5px;
|
|
24
|
+
background-color: @pink;
|
|
25
|
+
border-radius: 50%;
|
|
26
|
+
content: '';
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.text {
|
|
31
|
+
.toolbar {
|
|
32
|
+
display: block;
|
|
33
|
+
margin-top: 18px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.textarea {
|
|
38
|
+
.wrapper,
|
|
39
|
+
.toolbar {
|
|
40
|
+
display: block;
|
|
41
|
+
margin-top: 18px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
textarea {
|
|
45
|
+
min-height: 60px;
|
|
46
|
+
padding: 0;
|
|
47
|
+
margin-top: 18px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.wysiwyg {
|
|
52
|
+
.wrapper,
|
|
53
|
+
.toolbar {
|
|
54
|
+
display: block;
|
|
55
|
+
margin-top: 18px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.DraftEditor-root {
|
|
59
|
+
min-height: 60px;
|
|
60
|
+
margin-top: 18px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.ui.checkbox ~ .ui.basic.label {
|
|
65
|
+
border: 0;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
1
69
|
/*******************************
|
|
2
70
|
Theme Overrides
|
|
3
71
|
*******************************/
|
|
@@ -23,9 +23,12 @@
|
|
|
23
23
|
font-size: @14px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
// eea add .form class for inline form with booleans, the segment doesn't have form class
|
|
27
|
+
.form .segment,
|
|
26
28
|
.ui.form.segment {
|
|
27
|
-
padding
|
|
28
|
-
|
|
29
|
+
// // commented to restore padding to a list of toggle inputs within field-wrapper-hideContentType
|
|
30
|
+
// padding: 0;
|
|
31
|
+
//
|
|
29
32
|
.ui.grid > .row {
|
|
30
33
|
padding-top: 0;
|
|
31
34
|
padding-bottom: 0;
|