mn-angular-lib 1.0.56 → 1.0.58

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -25,7 +25,7 @@ declare const mnAlertVariants: tailwind_variants.TVReturnType<{
25
25
  outline: string;
26
26
  soft: string;
27
27
  };
28
- }, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300 w-full max-sm:rounded-none", {
28
+ }, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300 w-full ", {
29
29
  kind: {
30
30
  success: string;
31
31
  info: string;
@@ -53,7 +53,7 @@ declare const mnAlertVariants: tailwind_variants.TVReturnType<{
53
53
  outline: string;
54
54
  soft: string;
55
55
  };
56
- }, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300 w-full max-sm:rounded-none", unknown, unknown, undefined>>;
56
+ }, undefined, "flex items-start gap-3 p-4 border rounded-xl shadow-sm transition-all duration-300 w-full ", unknown, unknown, undefined>>;
57
57
  type MnAlertVariants = VariantProps<typeof mnAlertVariants>;
58
58
 
59
59
  type MnAlertId = string;
@@ -1581,7 +1581,7 @@ declare const mnDatetimeVariants: tailwind_variants.TVReturnType<{
1581
1581
  hover: {
1582
1582
  true: string;
1583
1583
  };
1584
- }, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 text-base-content text-sm", {
1584
+ }, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 cursor-pointer text-base-content text-sm", {
1585
1585
  shadow: {
1586
1586
  true: string;
1587
1587
  };
@@ -1633,7 +1633,7 @@ declare const mnDatetimeVariants: tailwind_variants.TVReturnType<{
1633
1633
  hover: {
1634
1634
  true: string;
1635
1635
  };
1636
- }, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 text-base-content text-sm", unknown, unknown, undefined>>;
1636
+ }, undefined, "bg-base-100 border-1 border-base-300 placeholder-base-content/50 cursor-pointer text-base-content text-sm", unknown, unknown, undefined>>;
1637
1637
  type MnDatetimeVariants = VariantProps<typeof mnDatetimeVariants>;
1638
1638
 
1639
1639
  type MnDatetimeErrorMessageData = string | ((args: any, errors: ValidationErrors) => string);
@@ -4140,6 +4140,7 @@ declare class CalendarViewComponent implements OnInit, OnDestroy {
4140
4140
  label: string;
4141
4141
  }[];
4142
4142
  isMobileView: boolean;
4143
+ isTabletView: boolean;
4143
4144
  /** BehaviorSubject so late-subscribing child views receive the last emitted events. */
4144
4145
  internalEventsChanged: BehaviorSubject<CalendarEvent[]>;
4145
4146
  /** Subject for broadcasting focus-day changes to child views. */