ryzen-ui 0.2.7 → 0.2.8

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
@@ -244,6 +244,7 @@ declare class MultiSelectComponent implements OnDestroy {
244
244
  private readonly _direction;
245
245
  readonly _accentKey: _angular_core.Signal<"primary" | "secondary" | "accent" | "success" | "warning" | "danger" | "info" | null>;
246
246
  readonly _rawAccent: _angular_core.Signal<string | null>;
247
+ readonly _accentColorValue: _angular_core.Signal<string>;
247
248
  readonly _width: _angular_core.Signal<string | null>;
248
249
  readonly _normalizedOptions: _angular_core.Signal<DropdownOption<unknown>[]>;
249
250
  readonly _isOpen: _angular_core.WritableSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ryzen-ui",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Ryzen UI — standalone Angular component library built with signals, OnPush, and pure CSS with oklch theming",
5
5
  "keywords": [
6
6
  "angular",