@pingux/astro 1.13.0-alpha.1 → 1.13.0-alpha.2

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.
@@ -319,6 +319,7 @@ var fileInputFieldWrapper = {
319
319
  }
320
320
  };
321
321
  var floatLabelWrapper = {
322
+ width: 'calc(100% - 4px)',
322
323
  backgroundColor: 'white',
323
324
  position: 'relative',
324
325
  height: '17px',
@@ -299,6 +299,7 @@ var fileInputFieldWrapper = {
299
299
  }
300
300
  };
301
301
  var floatLabelWrapper = {
302
+ width: 'calc(100% - 4px)',
302
303
  backgroundColor: 'white',
303
304
  position: 'relative',
304
305
  height: '17px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.13.0-alpha.1",
3
+ "version": "1.13.0-alpha.2",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",