@omnia/fx-models 8.0.442-dev → 8.0.443-dev

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.
@@ -171,7 +171,7 @@ export declare const ORowDirectionsName = "ORowDirections";
171
171
  export declare const OPanelVariantDefinitions: readonly ["default", "dialog", "tab", "tab-vertical"];
172
172
  export type OPanelVariants = typeof OPanelVariantDefinitions[number];
173
173
  export declare const OPanelVariantsName = "OPanelVariants";
174
- export declare const OHorizontalAlignmentDefinitions: readonly ["left", "center", "right"];
174
+ export declare const OHorizontalAlignmentDefinitions: readonly ["left", "center", "right", "space-between"];
175
175
  export type OHorizontalAlignments = typeof OHorizontalAlignmentDefinitions[number];
176
176
  export declare const OHorizontalAlignmentsName = "OHorizontalAlignments";
177
177
  export declare const OTabAlignmentDefinitions: readonly ["start", "center", "end"];
@@ -123,7 +123,7 @@ exports.OPanelVariantsName = "OPanelVariants";
123
123
  // export const OPanelDirectionDefinitions = ["row", "column"] as const;
124
124
  // export type OPanelDirections = typeof OPanelDirectionDefinitions[number];
125
125
  // export const OPanelDirectionsName = "OPanelDirections";
126
- exports.OHorizontalAlignmentDefinitions = ["left", "center", "right"];
126
+ exports.OHorizontalAlignmentDefinitions = ["left", "center", "right", "space-between"];
127
127
  exports.OHorizontalAlignmentsName = "OHorizontalAlignments";
128
128
  exports.OTabAlignmentDefinitions = ["start", "center", "end"];
129
129
  exports.OTabAlignmentsName = "OTabAlignments";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.442-dev",
4
+ "version": "8.0.443-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"