@indice/ng-components 0.3.2-beta.67 → 0.3.2-beta.69

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/lib/types.d.ts CHANGED
@@ -164,7 +164,8 @@ export declare enum SidePaneSize {
164
164
  Default = "",
165
165
  Small25 = "25%",
166
166
  Medium50 = "50%",
167
- Large75 = "75%"
167
+ Large75 = "75%",
168
+ Fullscreen = "100%"
168
169
  }
169
170
  export declare enum SidePaneOverlayType {
170
171
  Default = "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.67",
3
+ "version": "0.3.2-beta.69",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",