@pingux/astro 2.208.2-alpha.0 → 2.208.3

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.
@@ -5799,6 +5799,9 @@ declare const _default: {
5799
5799
  pl: any;
5800
5800
  bg: string;
5801
5801
  color: string;
5802
+ '&:not(.is-selected)': {
5803
+ pr: string;
5804
+ };
5802
5805
  '&.is-selected': {
5803
5806
  bg: string;
5804
5807
  };
@@ -870,6 +870,9 @@ declare const _default: {
870
870
  pl: any;
871
871
  bg: string;
872
872
  color: string;
873
+ '&:not(.is-selected)': {
874
+ pr: string;
875
+ };
873
876
  '&.is-selected': {
874
877
  bg: string;
875
878
  };
@@ -201,6 +201,9 @@ var listBox = {
201
201
  pl: _onyxTokens.astroTokens.spacing.md,
202
202
  bg: 'backgroundBase',
203
203
  color: 'gray-700',
204
+ '&:not(.is-selected)': {
205
+ pr: '32px'
206
+ },
204
207
  '&.is-selected': {
205
208
  bg: 'backgroundBase'
206
209
  },
@@ -191,6 +191,9 @@ var listBox = {
191
191
  pl: astroTokens.spacing.md,
192
192
  bg: 'backgroundBase',
193
193
  color: 'gray-700',
194
+ '&:not(.is-selected)': {
195
+ pr: '32px'
196
+ },
194
197
  '&.is-selected': {
195
198
  bg: 'backgroundBase'
196
199
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.208.2-alpha.0",
3
+ "version": "2.208.3",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",