@gravitee/ui-particles-angular 16.0.0 → 16.0.1

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
@@ -1544,7 +1544,7 @@ declare class GioFormSelectionInlineHarness extends ComponentHarness {
1544
1544
  */
1545
1545
  static with(options?: GioFormSelectionInlineHarnessFilters): HarnessPredicate<GioFormSelectionInlineHarness>;
1546
1546
  protected getCards: () => Promise<GioFormSelectionInlineCardHarness[]>;
1547
- protected getCardByValue: (value: string) => Promise<_angular_cdk_testing.TestElement>;
1547
+ protected getCardByValue(value: string): Promise<_angular_cdk_testing.TestElement>;
1548
1548
  getSelectedValue(): Promise<string | undefined>;
1549
1549
  getUnselectedValues(): Promise<(string | undefined)[]>;
1550
1550
  getSelectionCards(): Promise<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",