@naniteninja/dashboard-components-lib 2.1.3 → 2.1.5

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
@@ -1792,8 +1792,6 @@ declare class StandardChatHeadComponent implements OnInit, OnDestroy, OnChanges
1792
1792
  ngOnDestroy(): void;
1793
1793
  ngOnChanges(_changes: SimpleChanges): void;
1794
1794
  private rebuild;
1795
- private pad2;
1796
- private donutArcPath;
1797
1795
  private buildSVG;
1798
1796
  static ɵfac: i0.ɵɵFactoryDeclaration<StandardChatHeadComponent, never>;
1799
1797
  static ɵcmp: i0.ɵɵComponentDeclaration<StandardChatHeadComponent, "lib-standard-chat-head", never, { "data": { "alias": "data"; "required": false; }; "size": { "alias": "size"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, {}, never, never, true, never>;
@@ -1834,9 +1832,9 @@ declare class ClientChatHeadComponent implements OnInit, OnDestroy, OnChanges {
1834
1832
  private computeOuterPct;
1835
1833
  private computeInnerState;
1836
1834
  private r4;
1837
- private openArc;
1838
- private arcBand;
1839
- private arcBandRounded;
1835
+ private openArcPath;
1836
+ private arcBandPath;
1837
+ private arcBandRoundedPath;
1840
1838
  private buildSVG;
1841
1839
  private pad2;
1842
1840
  static ɵfac: i0.ɵɵFactoryDeclaration<ClientChatHeadComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/dashboard-components-lib",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "author": "naniteninja",
5
5
  "repository": {
6
6
  "type": "git"