@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.
- package/dist/custom-elements.json +11728 -11706
- package/dist/lib/cjs/breeze-ui.js +151 -149
- package/dist/lib/es/breeze-ui.js +2297 -2286
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/surfaces/card/card-section-header.d.ts +4 -0
- package/dist/types/surfaces/card/card-section-header.d.ts.map +1 -1
- package/dist/types/surfaces/card/card.styles.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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"}
|