@pingux/astro 1.32.1-alpha.3 → 1.32.1-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.
@@ -160,6 +160,9 @@ var sx = {
160
160
  },
161
161
  '& > [role="presentation"]': {
162
162
  height: '0px'
163
+ },
164
+ '&.is-selected': {
165
+ mb: '4px'
163
166
  }
164
167
  })
165
168
  };
@@ -125,6 +125,9 @@ var sx = {
125
125
  },
126
126
  '& > [role="presentation"]': {
127
127
  height: '0px'
128
+ },
129
+ '&.is-selected': {
130
+ mb: '4px'
128
131
  }
129
132
  })
130
133
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.32.1-alpha.3",
3
+ "version": "1.32.1-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",