@pingux/astro 1.33.1-alpha.1 → 1.33.1-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.
@@ -312,9 +312,6 @@ var Default = function Default(_ref) {
312
312
  padding: '3px 5px 2px 5px'
313
313
  },
314
314
  textColor: "text.primary",
315
- textProps: {
316
- fontSize: 'xs'
317
- },
318
315
  label: expirationText
319
316
  }));
320
317
  }; // jsx of the production row
@@ -283,9 +283,6 @@ export var Default = function Default(_ref) {
283
283
  padding: '3px 5px 2px 5px'
284
284
  },
285
285
  textColor: "text.primary",
286
- textProps: {
287
- fontSize: 'xs'
288
- },
289
286
  label: expirationText
290
287
  }));
291
288
  }; // jsx of the production row
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.33.1-alpha.1",
3
+ "version": "1.33.1-alpha.2",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",