@pantheon-systems/pds-toolkit-react 1.0.0-dev.276 → 1.0.0-dev.278

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.
@@ -97,7 +97,7 @@ export type SeparatorItemType = {
97
97
  */
98
98
  isSeparator: boolean;
99
99
  };
100
- export type SitePlanLevel = 'sandbox' | 'basic' | 'performance-small' | 'performance-medium' | 'performance-large' | 'performance-xl' | 'elite';
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
102
  export type SiteStatus = 'active' | 'frozen';
103
103
  export type SiteType = 'drupal' | 'wordpress' | 'gatsby' | 'nextjs';
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.276",
4
+ "version": "1.0.0-dev.278",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",