@skedulo/breeze-ui 1.1.0 → 1.2.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.
@@ -9,6 +9,10 @@ import { CardHeader } from './card-header';
9
9
  * @tag brz-card-section-header
10
10
  */
11
11
  export declare class CardSectionHeader extends CardHeader {
12
+ /**
13
+ * Adds a dividing hr line above the section header element
14
+ */
15
+ hasDivider: boolean;
12
16
  connectedCallback(): void;
13
17
  protected render(): TemplateResult;
14
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"card-section-header.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/card/card-section-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAA;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAG1C;;;;;;;GAOG;AACH,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,iBAAiB;IAOjB,SAAS,CAAC,MAAM,IAAI,cAAc;CAKnC"}
1
+ {"version":3,"file":"card-section-header.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/card/card-section-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAA;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAG1C;;;;;;;GAOG;AACH,qBACa,iBAAkB,SAAQ,UAAU;IAC/C;;OAEG;IAEH,UAAU,UAAQ;IAElB,iBAAiB;IAOjB,SAAS,CAAC,MAAM,IAAI,cAAc;CAKnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/card/card.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,yBAsCtB,CAAA;AAYD,eAAO,MAAM,iBAAiB,yDAAmC,CAAA;AAEjE,eAAO,MAAM,gBAAgB,yBA8C5B,CAAA;AAED,eAAO,MAAM,gBAAgB,yBA4B5B,CAAA"}
1
+ {"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/card/card.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,yBAsCtB,CAAA;AAYD,eAAO,MAAM,iBAAiB,yDAAmC,CAAA;AAEjE,eAAO,MAAM,gBAAgB,yBAgD5B,CAAA;AAED,eAAO,MAAM,gBAAgB,yBA4B5B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/breeze-ui",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "main": "dist/lib/cjs/breeze-ui.js",
6
6
  "module": "dist/lib/es/breeze-ui.js",