@shelf/global-renderer 0.18.0 → 0.19.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/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.19.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.18.0...@shelf/global-renderer@0.19.0) (2022-11-08)
7
+
8
+ ### Features
9
+
10
+ - GEMPAGEAPP-800 Fix lines in the answer boxes ([dd2f872](https://github.com/shelfio/libs-frontend/commit/dd2f87283cf57d827425be2a0ffcbbf51666d664))
11
+ - GEMPAGEAPP-800 Fix parent links ([9b22014](https://github.com/shelfio/libs-frontend/commit/9b22014abe733d1531eda8977db8be31d0b9a8b3))
12
+ - GEMPAGEAPP-800 little branch decrease ([51cc142](https://github.com/shelfio/libs-frontend/commit/51cc142c35900c7a38a407c22418df800e05c49f))
13
+ - GEMPAGEAPP-800 Use paddings, no colors ([66b6d20](https://github.com/shelfio/libs-frontend/commit/66b6d20c8fa03f53748bb3b2cdec43969bfbb6dc))
14
+
6
15
  ## [0.18.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.16.9...@shelf/global-renderer@0.18.0) (2022-11-03)
7
16
 
8
17
  ### Features
@@ -8,6 +8,8 @@ export declare const DTContent: import("styled-components").StyledComponent<"div
8
8
  export declare const StepContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
9
9
  export declare const StepNumber: import("styled-components").StyledComponent<"div", any, {}, never>;
10
10
  export declare const StepTypeContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ export declare const StepHeaderBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
12
+ export declare const StepHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
11
13
  export declare const StepType: import("styled-components").StyledComponent<"div", any, {
12
14
  color?: string | undefined;
13
15
  }, never>;