@trafilea/afrodita-components 6.56.4 → 6.57.0

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.
@@ -45,6 +45,8 @@ var ComponentPosition;
45
45
  ComponentPosition[ComponentPosition["Bottom"] = 1] = "Bottom";
46
46
  ComponentPosition[ComponentPosition["Left"] = 2] = "Left";
47
47
  ComponentPosition[ComponentPosition["Right"] = 3] = "Right";
48
+ ComponentPosition[ComponentPosition["BottomLeft"] = 4] = "BottomLeft";
49
+ ComponentPosition[ComponentPosition["BottomRight"] = 5] = "BottomRight";
48
50
  })(ComponentPosition || (ComponentPosition = {}));
49
51
  var InputValidationType;
50
52
  (function (InputValidationType) {
@@ -45,6 +45,8 @@ var ComponentPosition;
45
45
  ComponentPosition[ComponentPosition["Bottom"] = 1] = "Bottom";
46
46
  ComponentPosition[ComponentPosition["Left"] = 2] = "Left";
47
47
  ComponentPosition[ComponentPosition["Right"] = 3] = "Right";
48
+ ComponentPosition[ComponentPosition["BottomLeft"] = 4] = "BottomLeft";
49
+ ComponentPosition[ComponentPosition["BottomRight"] = 5] = "BottomRight";
48
50
  })(ComponentPosition || (ComponentPosition = {}));
49
51
  var InputValidationType;
50
52
  (function (InputValidationType) {
@@ -45,6 +45,8 @@ var ComponentPosition;
45
45
  ComponentPosition[ComponentPosition["Bottom"] = 1] = "Bottom";
46
46
  ComponentPosition[ComponentPosition["Left"] = 2] = "Left";
47
47
  ComponentPosition[ComponentPosition["Right"] = 3] = "Right";
48
+ ComponentPosition[ComponentPosition["BottomLeft"] = 4] = "BottomLeft";
49
+ ComponentPosition[ComponentPosition["BottomRight"] = 5] = "BottomRight";
48
50
  })(ComponentPosition || (ComponentPosition = {}));
49
51
  var InputValidationType;
50
52
  (function (InputValidationType) {
@@ -19,6 +19,8 @@ var ComponentPosition;
19
19
  ComponentPosition[ComponentPosition["Bottom"] = 1] = "Bottom";
20
20
  ComponentPosition[ComponentPosition["Left"] = 2] = "Left";
21
21
  ComponentPosition[ComponentPosition["Right"] = 3] = "Right";
22
+ ComponentPosition[ComponentPosition["BottomLeft"] = 4] = "BottomLeft";
23
+ ComponentPosition[ComponentPosition["BottomRight"] = 5] = "BottomRight";
22
24
  })(ComponentPosition || (ComponentPosition = {}));
23
25
  var InputValidationType;
24
26
  (function (InputValidationType) {
@@ -45,6 +45,8 @@ var ComponentPosition;
45
45
  ComponentPosition[ComponentPosition["Bottom"] = 1] = "Bottom";
46
46
  ComponentPosition[ComponentPosition["Left"] = 2] = "Left";
47
47
  ComponentPosition[ComponentPosition["Right"] = 3] = "Right";
48
+ ComponentPosition[ComponentPosition["BottomLeft"] = 4] = "BottomLeft";
49
+ ComponentPosition[ComponentPosition["BottomRight"] = 5] = "BottomRight";
48
50
  })(ComponentPosition || (ComponentPosition = {}));
49
51
  var InputValidationType;
50
52
  (function (InputValidationType) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.56.4",
6
+ "version": "6.57.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",