@eeacms/volto-eea-design-system 0.4.2 → 0.4.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/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.4.3](https://github.com/eea/volto-eea-design-system/compare/0.4.2...0.4.3)
|
|
8
|
+
|
|
9
|
+
- Autobuild of docusaurus docs [`adc7b64`](https://github.com/eea/volto-eea-design-system/commit/adc7b64312b98a56a893bc99571149353a8c0f00)
|
|
10
|
+
- fix(edit): Fix columns/accordion inner toolbar padding [`fafbb52`](https://github.com/eea/volto-eea-design-system/commit/fafbb525baa60c339906dc6a33d2f9418d050be6)
|
|
11
|
+
- Autobuild of docusaurus docs [`12f9a51`](https://github.com/eea/volto-eea-design-system/commit/12f9a51906a6b444857c2b2c988436eeab412064)
|
|
12
|
+
- change(docusaurus): completed removal of description from guides [`42424b9`](https://github.com/eea/volto-eea-design-system/commit/42424b9213ece8d8df84d40f1b73e142cb0ffc6b)
|
|
13
|
+
|
|
7
14
|
#### [0.4.2](https://github.com/eea/volto-eea-design-system/compare/0.4.1...0.4.2)
|
|
8
15
|
|
|
16
|
+
> 2 June 2022
|
|
17
|
+
|
|
18
|
+
- Release [`#179`](https://github.com/eea/volto-eea-design-system/pull/179)
|
|
9
19
|
- Autobuild of docusaurus docs [`bc17743`](https://github.com/eea/volto-eea-design-system/commit/bc177436897f80d6ae37fe4856099733831b2c8a)
|
|
10
20
|
- change(docusaurus): color guideline updates and spacing tokens documentation #148 [`c1154ba`](https://github.com/eea/volto-eea-design-system/commit/c1154ba172c3b3b40b565c2bcb590f1a5e6b25a4)
|
|
11
21
|
- change(docusaurus): moved color swatches around in the color guide [`8a395fc`](https://github.com/eea/volto-eea-design-system/commit/8a395fce52a32cf92449a24d3d4cce5abf25a284)
|
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
// Maps, Video and Image blocks use buttons without
|
|
96
96
|
// icons, fix them in css for now
|
|
97
|
-
|
|
97
|
+
.toolbar-inner .ui.buttons .basic.button {
|
|
98
98
|
padding: 0;
|
|
99
99
|
background-color: transparent !important;
|
|
100
100
|
box-shadow: none !important;
|