@camp2gether/c2g-ui 0.0.7 → 0.0.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/fesm2022/camp2gether-c2g-ui-layout.mjs +1 -1
- package/fesm2022/camp2gether-c2g-ui-layout.mjs.map +1 -1
- package/fesm2022/camp2gether-c2g-ui-presets.mjs +1 -1
- package/fesm2022/camp2gether-c2g-ui-presets.mjs.map +1 -1
- package/layout/index.d.ts +1 -1
- package/package.json +1 -1
- package/presets/index.d.ts +1 -1
package/layout/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnDestroy, ElementRef } from '@angular/core';
|
|
3
|
-
import { C2gLottieLoaderPreset } from '@
|
|
3
|
+
import { C2gLottieLoaderPreset } from '@camp2gether/c2g-ui';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
5
|
import * as _camp2gether_c2g_ui_layout from '@camp2gether/c2g-ui/layout';
|
|
6
6
|
|
package/package.json
CHANGED
package/presets/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnDestroy } from '@angular/core';
|
|
3
3
|
import * as _camp2gether_c2g_ui_presets from '@camp2gether/c2g-ui/presets';
|
|
4
|
-
import { C2gAvatarBadge } from '@
|
|
4
|
+
import { C2gAvatarBadge } from '@camp2gether/c2g-ui';
|
|
5
5
|
import { AnimationOptions } from 'ngx-lottie';
|
|
6
6
|
|
|
7
7
|
type C2gPackingVisibility = 'shared' | 'personal' | 'private';
|