@omnia/workplace 6.7.112-preview → 6.7.116-preview

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.
@@ -115,4 +115,9 @@ export declare module Enums {
115
115
  Top = 0,
116
116
  Left = 1
117
117
  }
118
+ enum Alignment {
119
+ Left = 1,
120
+ Center = 2,
121
+ Right = 3
122
+ }
118
123
  }
@@ -140,4 +140,10 @@ export var Enums;
140
140
  NavigationBarPosition[NavigationBarPosition["Top"] = 0] = "Top";
141
141
  NavigationBarPosition[NavigationBarPosition["Left"] = 1] = "Left";
142
142
  })(NavigationBarPosition = Enums.NavigationBarPosition || (Enums.NavigationBarPosition = {}));
143
+ var Alignment;
144
+ (function (Alignment) {
145
+ Alignment[Alignment["Left"] = 1] = "Left";
146
+ Alignment[Alignment["Center"] = 2] = "Center";
147
+ Alignment[Alignment["Right"] = 3] = "Right";
148
+ })(Alignment = Enums.Alignment || (Enums.Alignment = {}));
143
149
  })(Enums || (Enums = {}));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.7.112-preview",
4
+ "version": "6.7.116-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"