@ship-ui/core 0.16.11 → 0.16.13

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.
@@ -3,7 +3,6 @@ import { inject, ElementRef, Renderer2, ChangeDetectionStrategy, Component, sign
3
3
  import { isPlatformBrowser, JsonPipe, DatePipe, isPlatformServer, NgTemplateOutlet } from '@angular/common';
4
4
  import { NgModel } from '@angular/forms';
5
5
  import { SIGNAL } from '@angular/core/primitives/signals';
6
- import { ShipIcon as ShipIcon$1, ShipButton as ShipButton$1 } from 'ship-ui';
7
6
 
8
7
  const iconTypes = ['bold', 'thin', 'light', 'fill', 'duotone'];
9
8
  class ShipIcon {
@@ -6178,13 +6177,13 @@ class ShipThemeToggle {
6178
6177
  <sh-icon class="small-icon">moon-bold</sh-icon>
6179
6178
  }
6180
6179
  </button>
6181
- `, isInline: true, dependencies: [{ kind: "component", type: ShipIcon$1, selector: "sh-icon" }, { kind: "component", type: ShipButton$1, selector: "[shButton]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6180
+ `, isInline: true, dependencies: [{ kind: "component", type: ShipIcon, selector: "sh-icon" }, { kind: "component", type: ShipButton, selector: "[shButton]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6182
6181
  }
6183
6182
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ShipThemeToggle, decorators: [{
6184
6183
  type: Component,
6185
6184
  args: [{
6186
6185
  selector: 'ship-theme-toggle',
6187
- imports: [ShipIcon$1, ShipButton$1],
6186
+ imports: [ShipIcon, ShipButton],
6188
6187
  template: `
6189
6188
  <button shButton class="small" (click)="toggleTheme()">
6190
6189
  @if (theme() === 'dark') {