@eric-emg/symphiq-components 1.2.1 → 1.2.3

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/index.d.ts CHANGED
@@ -40,6 +40,8 @@ declare class ModalService {
40
40
 
41
41
  declare class SymphiqFunnelAnalysisDashboardComponent implements OnInit {
42
42
  private funnelOrderService;
43
+ title: string | undefined;
44
+ requestedBy: string | undefined;
43
45
  set data(value: PerformanceOverviewStructured);
44
46
  get data(): PerformanceOverviewStructuredV3Interface;
45
47
  private _data;
@@ -64,7 +66,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements OnInit {
64
66
  isFunnelStage(metricName: string): boolean;
65
67
  formatDate(dateString: string): string;
66
68
  static ɵfac: i0.ɵɵFactoryDeclaration<SymphiqFunnelAnalysisDashboardComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<SymphiqFunnelAnalysisDashboardComponent, "symphiq-funnel-analysis-dashboard", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<SymphiqFunnelAnalysisDashboardComponent, "symphiq-funnel-analysis-dashboard", never, { "title": { "alias": "title"; "required": true; }; "requestedBy": { "alias": "requestedBy"; "required": true; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
68
70
  }
69
71
 
70
72
  declare class ModalComponent implements OnInit {
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../projects/symphiq-components/src/lib/services/funnel-order.service.ts","../../projects/symphiq-components/src/lib/services/modal.service.ts","../../projects/symphiq-components/src/lib/components/symphiq-funnel-analysis-dashboard.component.ts","../../projects/symphiq-components/src/lib/components/modal.component.ts","../../projects/symphiq-components/src/lib/components/metric-card.component.ts","../../projects/symphiq-components/src/lib/components/insight-card.component.ts","../../projects/symphiq-components/src/lib/components/breakdown-section.component.ts","../../projects/symphiq-components/src/lib/components/overall-assessment.component.ts","../../projects/symphiq-components/src/lib/data/funnel-data.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;AAQC;AAED;AAIE;AA4BA;AASA;AAIA;AAKA;AAIA;AAKA;;;;AA6BD;;;AC7FC;AACA;AACD;AAED;;AAKS;;;;;;AAaR;;AChBD;AA6Ic;AAzBZ;;;;;;AAWA;;;;AAUE;AACF;AACA;AAEoB;AAEpB;AAIA;;;;AAoB4E;;AAyB5E;AAIA;;;AAOD;;AClND;AA2Kc;AANZ;AACA;AACA;AACA;AACA;AAEoB;;;;AAkCpB;AAIA;AAmBA;AAUA;AAgBA;AAIA;AAQA;;;AAWD;;ACpRD;AA4FI;AACA;;;AAJF;AAGU;;AAQV;AAQA;;AAWA;AAIA;AAgBA;AAQA;AAOA;AAcA;AAIA;AAOA;;;AASD;;AC7LD;AA8Dc;;;AAAQ;AAEpB;;AAWA;;;AAcD;;AC1FD;;;;;AAKC;AAED;;AAiFE;;;;AA+BA;AAOA;AAKA;AAaA;AAIA;AAcA;;;AAGD;;ACrKD;;;AA4HE;AAIA;AAIA;AAeA;AAeA;AAIA;;;AAgBD;;ACvLD;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../projects/symphiq-components/src/lib/services/funnel-order.service.ts","../../projects/symphiq-components/src/lib/services/modal.service.ts","../../projects/symphiq-components/src/lib/components/symphiq-funnel-analysis-dashboard.component.ts","../../projects/symphiq-components/src/lib/components/modal.component.ts","../../projects/symphiq-components/src/lib/components/metric-card.component.ts","../../projects/symphiq-components/src/lib/components/insight-card.component.ts","../../projects/symphiq-components/src/lib/components/breakdown-section.component.ts","../../projects/symphiq-components/src/lib/components/overall-assessment.component.ts","../../projects/symphiq-components/src/lib/data/funnel-data.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;AAQC;AAED;AAIE;AA4BA;AASA;AAIA;AAKA;AAIA;AAKA;;;;AA6BD;;;AC7FC;AACA;AACD;AAED;;AAKS;;;;;;AAaR;;AChBD;AA6Ic;AA3Ba;AACA;AACzB;;;;;;AAWA;;;;AAUE;AACF;AACA;AAEoB;AAEpB;AAIA;;;;AAoB4E;;AAyB5E;AAIA;;;AAOD;;AClND;AA2Kc;AANZ;AACA;AACA;AACA;AACA;AAEoB;;;;AAkCpB;AAIA;AAmBA;AAUA;AAgBA;AAIA;AAQA;;;AAWD;;ACpRD;AA4FI;AACA;;;AAJF;AAGU;;AAQV;AAQA;;AAWA;AAIA;AAgBA;AAQA;AAOA;AAcA;AAIA;AAOA;;;AASD;;AC7LD;AA8Dc;;;AAAQ;AAEpB;;AAWA;;;AAcD;;AC1FD;;;;;AAKC;AAED;;AAiFE;;;;AA+BA;AAOA;AAKA;AAaA;AAIA;AAcA;;;AAGD;;ACrKD;;;AA4HE;AAIA;AAIA;AAeA;AAeA;AAIA;;;AAgBD;;ACvLD;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
5
5
  "author": "Your Organization",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -260,9 +260,6 @@
260
260
  .mt-6 {
261
261
  margin-top: calc(var(--spacing) * 6);
262
262
  }
263
- .mt-8 {
264
- margin-top: calc(var(--spacing) * 8);
265
- }
266
263
  .mb-1 {
267
264
  margin-bottom: calc(var(--spacing) * 1);
268
265
  }
@@ -1095,11 +1092,6 @@
1095
1092
  margin-top: calc(var(--spacing) * 8);
1096
1093
  }
1097
1094
  }
1098
- .sm\:mt-12 {
1099
- @media (width >= 40rem) {
1100
- margin-top: calc(var(--spacing) * 12);
1101
- }
1102
- }
1103
1095
  .sm\:mb-6 {
1104
1096
  @media (width >= 40rem) {
1105
1097
  margin-bottom: calc(var(--spacing) * 6);
@@ -1273,11 +1265,6 @@
1273
1265
  padding-block: calc(var(--spacing) * 6);
1274
1266
  }
1275
1267
  }
1276
- .sm\:py-8 {
1277
- @media (width >= 40rem) {
1278
- padding-block: calc(var(--spacing) * 8);
1279
- }
1280
- }
1281
1268
  .sm\:text-right {
1282
1269
  @media (width >= 40rem) {
1283
1270
  text-align: right;