@progress-chef/platform-shared-components 0.0.44 → 0.0.46

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.
Files changed (26) hide show
  1. package/esm2022/lib/atoms/avatar/avatar.component.mjs +3 -3
  2. package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +4 -8
  3. package/esm2022/lib/atoms/button/button.component.mjs +4 -4
  4. package/esm2022/lib/atoms/button-group/button-group.component.mjs +3 -3
  5. package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +2 -2
  6. package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +2 -2
  7. package/esm2022/lib/atoms/dropdowntree/dropdowntree.component.mjs +3 -3
  8. package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +3 -3
  9. package/esm2022/lib/atoms/label/label.component.mjs +2 -2
  10. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +2 -2
  11. package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +2 -2
  12. package/esm2022/lib/atoms/slider/slider.component.mjs +3 -3
  13. package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +2 -2
  14. package/esm2022/lib/atoms/typography/TypographyType.mjs +1 -1
  15. package/esm2022/lib/atoms/typography/typography.component.mjs +20 -40
  16. package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +3 -3
  17. package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
  18. package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +2 -2
  19. package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +3 -3
  20. package/esm2022/lib/molecules/grid/grid.component.mjs +3 -3
  21. package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +3 -3
  22. package/fesm2022/progress-chef-platform-shared-components.mjs +80 -103
  23. package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
  24. package/lib/atoms/breadcrumb/breadcrumb.component.d.ts +1 -2
  25. package/lib/atoms/typography/TypographyType.d.ts +1 -1
  26. package/package.json +1 -1
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class BreadcrumbComponent {
7
7
  private themesService;
8
8
  items: BreadCrumbItem[];
9
- backgroundColor: string;
10
9
  valueChange: EventEmitter<BreadCrumbItem[]>;
11
10
  homeIcon: SVGIcon;
12
11
  constructor(themesService: ThemesService);
@@ -14,5 +13,5 @@ export declare class BreadcrumbComponent {
14
13
  refreshBreadCrumb(): void;
15
14
  emitValueChange(itemsToBeEmit: BreadCrumbItem[]): void;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lib-breadcrumb", never, { "items": { "alias": "items"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lib-breadcrumb", never, { "items": { "alias": "items"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
18
17
  }
@@ -1 +1 @@
1
- export type TypographyType = 'H1_MULISH_36_BOLD' | 'H1_MULISH_36_REGULAR' | 'H1_MULISH_36_LIGHT' | 'H2_MULISH_24_BOLD' | 'H2_MULISH_24_REGULAR' | 'H2_MULISH_24_LIGHT' | 'H3_MULISH_18_BOLD' | 'H3_MULISH_18_REGULAR' | 'H3_MULISH_18_LIGHT' | 'H4_MULISH_14_BOLD' | 'H5_MULISH_14_REGULAR' | 'H6_MULISH_14_LIGHT' | 'P_MULISH_16_BOLD' | 'P_MULISH_16_REGULAR' | 'P_MULISH_16_REGULAR_ITALIC' | 'P_MULISH_16_LIGHT' | 'P_MULISH_16_LIGHT_ITALIC' | 'P_MULISH_14_BOLD' | 'P_MULISH_14_REGULAR' | 'P_MULISH_14_REGULAR_ITALIC' | 'P_MULISH_14_LIGHT' | 'P_MULISH_14_LIGHT_ITALIC' | 'SMALL_MULISH_12_BOLD' | 'SMALL_MULISH_12_REGULAR' | 'SMALL_MULISH_12_REGULAR_ITALIC' | 'SMALL_MULISH_12_LIGHT' | 'SMALL_MULISH_12_LIGHT_ITALIC' | 'BASE_TEXT_MULISH';
1
+ export type TypographyType = 'DISPLAY_LARGE' | 'DISPLAY_MEDIUM' | 'DISPLAY_SMALL' | 'HEADING_LARGE' | 'HEADING_MEDIUM' | 'HEADING_SMALL' | 'SUBTITLE_REGULAR' | 'SUBTITLE_SMALL' | 'BODY_LARGE' | 'BODY_MEDIUM' | 'BODY_SMALL' | 'BODY_UNIT_LABEL' | 'OVERLINE_LABEL_REGULAR' | 'OVERLINE_LABEL_SMALL' | 'BUTTON_REGULAR' | 'BUTTON_SMALL';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress-chef/platform-shared-components",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",