@pingux/astro 1.24.0-alpha.3 → 1.24.0-alpha.4

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.
@@ -47,7 +47,8 @@ var Default = function Default() {
47
47
  ml: "sm",
48
48
  bg: "background"
49
49
  }, (0, _react2.jsx)(_index.Box, {
50
- isRow: true
50
+ isRow: true,
51
+ mb: "xs"
51
52
  }, (0, _react2.jsx)(_index.Chip, {
52
53
  label: "Any",
53
54
  bg: "neutral.20",
@@ -62,6 +63,7 @@ var Default = function Default() {
62
63
  isLast: index === anyConditions.length - 1
63
64
  }), (0, _react2.jsx)(_index.Box, {
64
65
  mt: "md",
66
+ ml: "xs",
65
67
  variant: "forms.input.container",
66
68
  bg: "white",
67
69
  isRow: true,
@@ -359,6 +359,7 @@ var floatLabelWrapper = {
359
359
  var bracketBase = {
360
360
  width: '15px',
361
361
  pl: '5px',
362
+ ml: '5px',
362
363
  position: 'relative'
363
364
  };
364
365
  var _default = {
@@ -29,7 +29,8 @@ export var Default = function Default() {
29
29
  ml: "sm",
30
30
  bg: "background"
31
31
  }, ___EmotionJSX(Box, {
32
- isRow: true
32
+ isRow: true,
33
+ mb: "xs"
33
34
  }, ___EmotionJSX(Chip, {
34
35
  label: "Any",
35
36
  bg: "neutral.20",
@@ -44,6 +45,7 @@ export var Default = function Default() {
44
45
  isLast: index === anyConditions.length - 1
45
46
  }), ___EmotionJSX(Box, {
46
47
  mt: "md",
48
+ ml: "xs",
47
49
  variant: "forms.input.container",
48
50
  bg: "white",
49
51
  isRow: true,
@@ -339,6 +339,7 @@ var floatLabelWrapper = {
339
339
  var bracketBase = {
340
340
  width: '15px',
341
341
  pl: '5px',
342
+ ml: '5px',
342
343
  position: 'relative'
343
344
  };
344
345
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.24.0-alpha.3",
3
+ "version": "1.24.0-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",