@getflip/swirl-components-angular 0.7.0 → 0.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.8.0",
17
+ "@getflip/swirl-components": "^0.8.1",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -400,7 +400,7 @@ export declare interface FlipConsoleLayout extends Components.FlipConsoleLayout
400
400
  @ProxyCmp({
401
401
  defineCustomElementFn: undefined,
402
402
  inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
403
- methods: ['toggleSidebar']
403
+ methods: ['toggleSidebar', 'showSidebar', 'hideSidebar']
404
404
  })
405
405
  @Component({
406
406
  selector: 'flip-console-layout',