ng-hub-ui-modal 22.3.0 → 22.4.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-hub-ui-modal",
3
- "version": "22.3.0",
3
+ "version": "22.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -0,0 +1,10 @@
1
+ // ─────────────────────────────────────────────────────────────────────────
2
+ // ng-hub-ui-modal — theming entry
3
+ // ─────────────────────────────────────────────────────────────────────────
4
+ // Opt-in one-call theming mixin, forwarded so consumers can `@use` it from the
5
+ // package root:
6
+ //
7
+ // @use 'ng-hub-ui-modal/styles' as *;
8
+ // ─────────────────────────────────────────────────────────────────────────
9
+
10
+ @forward 'mixins/modal-theme';
@@ -12,7 +12,7 @@
12
12
  //
13
13
  // @example
14
14
  //
15
- // @use 'ng-hub-ui-modal/styles/mixins/modal-theme' as *;
15
+ // @use 'ng-hub-ui-modal/styles' as *;
16
16
  //
17
17
  // .branded-dialog {
18
18
  // @include hub-modal-theme(
Binary file