@eric-emg/symphiq-components 1.2.9 → 1.2.11

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
@@ -730,7 +730,7 @@ declare class MetricCardComponent {
730
730
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
731
731
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
732
732
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
733
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-orange-600" | "text-blue-400" | "text-blue-700">;
733
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
734
734
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
735
735
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
736
736
  getCompetitiveScoreIcon(): string;
@@ -1180,7 +1180,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
1180
1180
  competitiveTooltip: _angular_core.Signal<{
1181
1181
  industry: any;
1182
1182
  metricBenchmark: string;
1183
- competitiveScore: "LEADING" | "LAGGING" | "COMPETITIVE";
1183
+ competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
1184
1184
  description: string;
1185
1185
  keyOpportunities: string;
1186
1186
  }>;
@@ -1245,7 +1245,7 @@ declare class ChartContainerComponent {
1245
1245
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1246
1246
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1247
1247
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
1248
- chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
1248
+ chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
1249
1249
  expandButtonClass: _angular_core.Signal<"bg-blue-100 text-blue-600 hover:bg-blue-200" | "bg-blue-500/20 text-blue-400 hover:bg-blue-500/30">;
1250
1250
  closeButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700/50 text-slate-400 hover:bg-slate-600/50">;
1251
1251
  isCollapsible: _angular_core.Signal<boolean>;
@@ -1416,7 +1416,7 @@ declare class TooltipContainerComponent {
1416
1416
  isVisible: _angular_core.Signal<boolean>;
1417
1417
  tooltipType: _angular_core.Signal<string | null>;
1418
1418
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
1419
- tooltipPosition: _angular_core.Signal<"top" | "auto" | "bottom" | "left" | "right">;
1419
+ tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
1420
1420
  targetRect: _angular_core.Signal<DOMRect | null>;
1421
1421
  mousePosition: _angular_core.Signal<{
1422
1422
  x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.9",
3
+ "version": "1.2.11",
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
@@ -636,6 +636,12 @@
636
636
  .max-h-\[80vh\] {
637
637
  max-height: 80vh;
638
638
  }
639
+ .min-h-\[32px\] {
640
+ min-height: 32px;
641
+ }
642
+ .min-h-\[44px\] {
643
+ min-height: 44px;
644
+ }
639
645
  .min-h-\[240px\] {
640
646
  min-height: 240px;
641
647
  }
@@ -735,6 +741,9 @@
735
741
  .min-w-0 {
736
742
  min-width: calc(var(--spacing) * 0);
737
743
  }
744
+ .min-w-\[44px\] {
745
+ min-width: 44px;
746
+ }
738
747
  .min-w-\[64px\] {
739
748
  min-width: 64px;
740
749
  }
@@ -2662,6 +2671,9 @@
2662
2671
  .p-1 {
2663
2672
  padding: calc(var(--spacing) * 1);
2664
2673
  }
2674
+ .p-1\.5 {
2675
+ padding: calc(var(--spacing) * 1.5);
2676
+ }
2665
2677
  .p-2 {
2666
2678
  padding: calc(var(--spacing) * 2);
2667
2679
  }
@@ -2725,6 +2737,9 @@
2725
2737
  .py-2 {
2726
2738
  padding-block: calc(var(--spacing) * 2);
2727
2739
  }
2740
+ .py-2\.5 {
2741
+ padding-block: calc(var(--spacing) * 2.5);
2742
+ }
2728
2743
  .py-3 {
2729
2744
  padding-block: calc(var(--spacing) * 3);
2730
2745
  }
@@ -3011,9 +3026,6 @@
3011
3026
  .text-white {
3012
3027
  color: var(--color-white);
3013
3028
  }
3014
- .capitalize {
3015
- text-transform: capitalize;
3016
- }
3017
3029
  .uppercase {
3018
3030
  text-transform: uppercase;
3019
3031
  }
@@ -4227,6 +4239,11 @@
4227
4239
  display: inline-block;
4228
4240
  }
4229
4241
  }
4242
+ .sm\:h-4 {
4243
+ @media (width >= 40rem) {
4244
+ height: calc(var(--spacing) * 4);
4245
+ }
4246
+ }
4230
4247
  .sm\:h-5 {
4231
4248
  @media (width >= 40rem) {
4232
4249
  height: calc(var(--spacing) * 5);
@@ -4257,6 +4274,11 @@
4257
4274
  height: 100vh;
4258
4275
  }
4259
4276
  }
4277
+ .sm\:w-4 {
4278
+ @media (width >= 40rem) {
4279
+ width: calc(var(--spacing) * 4);
4280
+ }
4281
+ }
4260
4282
  .sm\:w-5 {
4261
4283
  @media (width >= 40rem) {
4262
4284
  width: calc(var(--spacing) * 5);
@@ -4302,6 +4324,11 @@
4302
4324
  max-width: var(--container-6xl);
4303
4325
  }
4304
4326
  }
4327
+ .sm\:max-w-md {
4328
+ @media (width >= 40rem) {
4329
+ max-width: var(--container-md);
4330
+ }
4331
+ }
4305
4332
  .sm\:flex-initial {
4306
4333
  @media (width >= 40rem) {
4307
4334
  flex: 0 auto;
@@ -4327,6 +4354,11 @@
4327
4354
  gap: calc(var(--spacing) * 0);
4328
4355
  }
4329
4356
  }
4357
+ .sm\:gap-2 {
4358
+ @media (width >= 40rem) {
4359
+ gap: calc(var(--spacing) * 2);
4360
+ }
4361
+ }
4330
4362
  .sm\:gap-3 {
4331
4363
  @media (width >= 40rem) {
4332
4364
  gap: calc(var(--spacing) * 3);
@@ -4342,6 +4374,15 @@
4342
4374
  gap: calc(var(--spacing) * 6);
4343
4375
  }
4344
4376
  }
4377
+ .sm\:space-y-3 {
4378
+ @media (width >= 40rem) {
4379
+ :where(& > :not(:last-child)) {
4380
+ --tw-space-y-reverse: 0;
4381
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
4382
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
4383
+ }
4384
+ }
4385
+ }
4345
4386
  .sm\:space-y-10 {
4346
4387
  @media (width >= 40rem) {
4347
4388
  :where(& > :not(:last-child)) {
@@ -4356,6 +4397,21 @@
4356
4397
  padding: calc(var(--spacing) * 0);
4357
4398
  }
4358
4399
  }
4400
+ .sm\:p-2 {
4401
+ @media (width >= 40rem) {
4402
+ padding: calc(var(--spacing) * 2);
4403
+ }
4404
+ }
4405
+ .sm\:p-3 {
4406
+ @media (width >= 40rem) {
4407
+ padding: calc(var(--spacing) * 3);
4408
+ }
4409
+ }
4410
+ .sm\:p-4 {
4411
+ @media (width >= 40rem) {
4412
+ padding: calc(var(--spacing) * 4);
4413
+ }
4414
+ }
4359
4415
  .sm\:p-6 {
4360
4416
  @media (width >= 40rem) {
4361
4417
  padding: calc(var(--spacing) * 6);
@@ -4381,6 +4437,11 @@
4381
4437
  padding-block: calc(var(--spacing) * 2);
4382
4438
  }
4383
4439
  }
4440
+ .sm\:py-3 {
4441
+ @media (width >= 40rem) {
4442
+ padding-block: calc(var(--spacing) * 3);
4443
+ }
4444
+ }
4384
4445
  .sm\:py-8 {
4385
4446
  @media (width >= 40rem) {
4386
4447
  padding-block: calc(var(--spacing) * 8);
@@ -4442,6 +4503,43 @@
4442
4503
  line-height: var(--tw-leading, var(--text-sm--line-height));
4443
4504
  }
4444
4505
  }
4506
+ .sm\:text-xl {
4507
+ @media (width >= 40rem) {
4508
+ font-size: var(--text-xl);
4509
+ line-height: var(--tw-leading, var(--text-xl--line-height));
4510
+ }
4511
+ }
4512
+ .sm\:hover\:scale-105 {
4513
+ @media (width >= 40rem) {
4514
+ &:hover {
4515
+ @media (hover: hover) {
4516
+ --tw-scale-x: 105%;
4517
+ --tw-scale-y: 105%;
4518
+ --tw-scale-z: 105%;
4519
+ scale: var(--tw-scale-x) var(--tw-scale-y);
4520
+ }
4521
+ }
4522
+ }
4523
+ }
4524
+ .sm\:hover\:scale-\[1\.01\] {
4525
+ @media (width >= 40rem) {
4526
+ &:hover {
4527
+ @media (hover: hover) {
4528
+ scale: 1.01;
4529
+ }
4530
+ }
4531
+ }
4532
+ }
4533
+ .sm\:hover\:shadow-xl {
4534
+ @media (width >= 40rem) {
4535
+ &:hover {
4536
+ @media (hover: hover) {
4537
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
4538
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4539
+ }
4540
+ }
4541
+ }
4542
+ }
4445
4543
  .md\:ml-4 {
4446
4544
  @media (width >= 48rem) {
4447
4545
  margin-left: calc(var(--spacing) * 4);