@liner-fe/prism 2.6.22 → 2.6.24

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -200,7 +200,7 @@ type ParagraphProps = IPropsNormal | IPropsPost | IPropsAccent | IPropsAnswer;
200
200
  declare const Paragraph: react.ForwardRefExoticComponent<ParagraphProps & react.RefAttributes<HTMLParagraphElement>>;
201
201
 
202
202
  interface ITitleProps extends ITypographyCommon {
203
- type: ACCENT;
203
+ type: ACCENT | NORMAL;
204
204
  weight: BOLD;
205
205
  size: 1 | 2 | 3 | 4 | 5;
206
206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.6.22",
3
+ "version": "2.6.24",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",