revdev-components 0.218.0 → 0.222.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.
@@ -8,6 +8,9 @@ export interface HeaderProps {
8
8
  export interface ContentHeader2Props extends HeaderProps {
9
9
  icon?: RegularIconName;
10
10
  }
11
+ export interface ContentHeader3Props extends HeaderProps {
12
+ icon?: RegularIconName;
13
+ }
11
14
  export interface FrontControlSelect {
12
15
  value: string;
13
16
  options: ValueOption[];
package/build/styles.css CHANGED
@@ -92,6 +92,13 @@ body {
92
92
  display: inline-block;
93
93
  height: 1em;
94
94
  }
95
+ .index-module_root__WKOaj {
96
+ margin: 1em 0 0.5em;
97
+ padding-bottom: 0.3em;
98
+ font-size: 2em;
99
+ font-weight: 600;
100
+ font-size: 1.1em;
101
+ }
95
102
  .index-module_root__Fq-q1 {
96
103
  margin: 1.2em 0;
97
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.218.0",
3
+ "version": "0.222.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {