@dytesdk/angular-ui-kit 2.4.0-staging.10 → 2.4.0-staging.12

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.
@@ -1753,7 +1753,7 @@ export declare class DyteUiProvider {
1753
1753
  }
1754
1754
  export declare interface DyteUiProvider extends Components.DyteUiProvider {
1755
1755
  /**
1756
- * States
1756
+ * States event
1757
1757
  */
1758
1758
  dyteStatesUpdate: EventEmitter<CustomEvent<IDyteUiProviderStates>>;
1759
1759
  }
@@ -1,3 +1,4 @@
1
+ export * from '@dytesdk/ui-kit';
1
2
  export * from './lib/components.module';
2
3
  export { DIRECTIVES } from './lib/stencil-generated';
3
4
  export * from './lib/stencil-generated/components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dytesdk/angular-ui-kit",
3
- "version": "2.4.0-staging.10",
3
+ "version": "2.4.0-staging.12",
4
4
  "description": "Dyte's UI Kit to support easy UI development for Angular Projects",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@dytesdk/ui-kit": "2.4.0-staging.10"
11
+ "@dytesdk/ui-kit": "2.4.0-staging.12"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"