@pingux/astro 2.210.2-alpha.0 → 2.210.3-alpha.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.
@@ -5761,8 +5761,8 @@ declare const _default: {
5761
5761
  p: any;
5762
5762
  };
5763
5763
  option: {
5764
- py: any;
5765
- pl: any;
5764
+ py: number;
5765
+ pl: number;
5766
5766
  pr: any;
5767
5767
  justifyContent: string;
5768
5768
  borderRadius: any;
@@ -65,7 +65,7 @@ input.search = _objectSpread(_objectSpread({}, input), {}, {
65
65
  borderRadius: _onyxTokens.astroTokens.radius.input,
66
66
  height: _onyxTokens.astroTokens.size.input.height,
67
67
  pl: '4em !important',
68
- pr: "".concat(_onyxTokens.astroTokens.spacing['md-l'], "px !important"),
68
+ pr: '20px !important',
69
69
  py: '13px !important',
70
70
  lineHeight: 'body',
71
71
  color: 'font.base',
@@ -832,8 +832,8 @@ declare const _default: {
832
832
  p: any;
833
833
  };
834
834
  option: {
835
- py: any;
836
- pl: any;
835
+ py: number;
836
+ pl: number;
837
837
  pr: any;
838
838
  justifyContent: string;
839
839
  borderRadius: any;
@@ -163,8 +163,8 @@ var listBox = {
163
163
  p: _onyxTokens.astroTokens.spacing.sm
164
164
  },
165
165
  option: {
166
- py: _onyxTokens.astroTokens.spacing['md-s'],
167
- pl: _onyxTokens.astroTokens.spacing['md-s'],
166
+ py: 12,
167
+ pl: 12,
168
168
  pr: _onyxTokens.astroTokens.spacing.md,
169
169
  justifyContent: 'space-between',
170
170
  borderRadius: _onyxTokens.astroTokens.radius.md,
@@ -58,7 +58,7 @@ input.search = _objectSpread(_objectSpread({}, input), {}, {
58
58
  borderRadius: astroTokens.radius.input,
59
59
  height: astroTokens.size.input.height,
60
60
  pl: '4em !important',
61
- pr: "".concat(astroTokens.spacing['md-l'], "px !important"),
61
+ pr: '20px !important',
62
62
  py: '13px !important',
63
63
  lineHeight: 'body',
64
64
  color: 'font.base',
@@ -153,8 +153,8 @@ var listBox = {
153
153
  p: astroTokens.spacing.sm
154
154
  },
155
155
  option: {
156
- py: astroTokens.spacing['md-s'],
157
- pl: astroTokens.spacing['md-s'],
156
+ py: 12,
157
+ pl: 12,
158
158
  pr: astroTokens.spacing.md,
159
159
  justifyContent: 'space-between',
160
160
  borderRadius: astroTokens.radius.md,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.210.2-alpha.0",
3
+ "version": "2.210.3-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",