@pantheon-systems/pds-toolkit-react 1.0.0-dev.190 → 1.0.0-dev.191

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.
@@ -1,3 +1,4 @@
1
+ export type BadgeColor = 'success' | 'critical' | 'info' | 'warning' | 'neutral' | 'brand' | 'silver' | 'gold' | 'platinum' | 'diamond';
1
2
  export type ButtonDisplayType = 'label-only' | 'icon-start' | 'icon-end';
2
3
  export type ButtonSize = 'sm' | 'md' | 'lg';
3
4
  export type ButtonType = 'button' | 'submit' | 'reset';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "1.0.0-dev.190",
4
+ "version": "1.0.0-dev.191",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",