@pantheon-systems/pds-toolkit-react 2.0.0-alpha.85 → 2.0.0-alpha.86

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.
@@ -28,7 +28,7 @@ export type HeadingItemType = {
28
28
  };
29
29
  export type HeadingLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
30
30
  export type HeadingLevelCommon = Exclude<HeadingLevel, 'h1' | 'h5' | 'h6'>;
31
- export type IconSize = 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl';
31
+ export type IconSize = 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl';
32
32
  export type LinkItemType = {
33
33
  /**
34
34
  * Screen reader label for critical items. Only used when isCritical is true.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "2.0.0-alpha.85",
4
+ "version": "2.0.0-alpha.86",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -207,9 +207,10 @@
207
207
  },
208
208
  "overrides": {
209
209
  "@babel/plugin-transform-modules-systemjs": "^7.29.4",
210
- "fast-uri": "^3.1.5",
210
+ "fast-uri": "^3.1.7",
211
211
  "hono": "^4.12.18",
212
212
  "ip-address": "^10.1.1",
213
+ "js-yaml": "^4.3.2",
213
214
  "micromatch": "^4.0.8",
214
215
  "minimatch": "^10.0.0",
215
216
  "postcss-insert": {