@agility/plenum-ui 2.2.1 → 2.2.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.
package/dist/index.d.ts CHANGED
@@ -104,7 +104,7 @@ declare module '@agility/plenum-ui/stories/atoms/Typography/Label/index' {
104
104
  }
105
105
  declare module '@agility/plenum-ui/stories/atoms/Typography/Paragraph/Paragraph' {
106
106
  type ParagraphAs = "span" | "p" | "label" | "strong" | "em";
107
- type ParagraphSize = "lg" | "md" | "sm" | "xs";
107
+ type ParagraphSize = "xl" | "lg" | "md" | "sm" | "xs";
108
108
  export interface ParagraphProps {
109
109
  as?: ParagraphAs;
110
110
  size?: ParagraphSize;