@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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/tailwind.css +4 -4
- package/dist/types/stories/atoms/Typography/Paragraph/Paragraph.d.ts +1 -1
- package/package.json +1 -1
- package/stories/atoms/Typography/Label/Label.tsx +1 -1
- package/stories/atoms/Typography/Paragraph/Paragraph.tsx +6 -5
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;
|