@cooperco/cooper-component-library 0.1.110 → 0.1.111

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.
@@ -14,6 +14,11 @@ export declare enum contentModuleAlignmentEnum {
14
14
  Right = "right",
15
15
  Inline = "inline"
16
16
  }
17
+ export declare enum contentModuleVerticalAlignmentEnum {
18
+ Top = "Top",
19
+ Center = "Center",
20
+ Bottom = "Bottom"
21
+ }
17
22
  export interface ContentModule extends Component {
18
23
  __typename?: 'ContentModule';
19
24
  headline?: string;
@@ -28,6 +33,7 @@ export interface ContentModule extends Component {
28
33
  isHero?: boolean;
29
34
  alignment?: contentModuleAlignmentEnum;
30
35
  bodyCopyAlignment?: 'left' | 'center' | 'right';
36
+ verticalAlignment?: contentModuleVerticalAlignmentEnum;
31
37
  isChild?: boolean;
32
38
  /**
33
39
  * When true, the headline renders as an h3 (child heading) instead of h2.
@@ -1,7 +1,8 @@
1
- import { ContentModule, contentModuleAlignmentEnum } from './ContentModule';
1
+ import { ContentModule, contentModuleAlignmentEnum, contentModuleVerticalAlignmentEnum } from './ContentModule';
2
2
  declare const _default: import("vue").DefineComponent<ContentModule, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentModule> & Readonly<{}>, {
3
3
  isHero: boolean;
4
4
  alignment: contentModuleAlignmentEnum;
5
+ verticalAlignment: contentModuleVerticalAlignmentEnum;
5
6
  parentHasBackgroundImage: boolean;
6
7
  isFeature: boolean;
7
8
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cooperco/cooper-component-library",
3
3
  "private": false,
4
- "version": "0.1.110",
4
+ "version": "0.1.111",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"