@pantheon-systems/pds-toolkit-react 1.0.0-alpha.4 → 1.0.0-alpha.5

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.
@@ -99,7 +99,7 @@ export type SeparatorItemType = {
99
99
  };
100
100
  export type SitePlanLevel = 'sandbox' | 'basic' | 'performance-small' | 'performance-medium' | 'performance-large' | 'performance-xl' | 'performance-2xl' | 'elite';
101
101
  export declare const SitePlanLevelLabel: Record<SitePlanLevel, string>;
102
- export type SiteStatus = 'active' | 'frozen';
102
+ export type SiteStatus = 'active' | 'frozen' | 'restricted';
103
103
  export type SiteType = 'drupal' | 'wordpress' | 'gatsby' | 'nextjs';
104
104
  export declare const SiteTypeLabel: Record<SiteType, string>;
105
105
  export declare const SiteTypeIcon: Record<SiteType, PDSIcon>;
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-alpha.4",
4
+ "version": "1.0.0-alpha.5",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "publishConfig": {
7
7
  "access": "public",