@ethlete/core 4.18.2 → 4.18.4

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.
@@ -176,7 +176,7 @@ export declare const createIsRenderedSignal: () => {
176
176
  bind: () => EffectRef;
177
177
  };
178
178
  export declare const createCanAnimateSignal: () => {
179
- state: WritableSignal<boolean>;
179
+ state: Signal<boolean>;
180
180
  };
181
181
  export type CursorDragScrollDirection = 'horizontal' | 'vertical' | 'both';
182
182
  export type MaybeSignal<T> = T | Signal<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/core",
3
- "version": "4.18.2",
3
+ "version": "4.18.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.3.8",
6
6
  "@angular/common": "17.3.8",