ソースを参照

Merge branch 'release/1.0.0-pre-alpha.20' into develop

lfabl 1 ヶ月 前
コミット
64b179c7a2
2 ファイル変更2 行追加2 行削除
  1. 1 1
      package.json
  2. 1 1
      src/components/markdownViewer/constant.ts

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "ncore-ui-kit-mobile",
-    "version": "1.0.0-pre-alpha.19",
+    "version": "1.0.0-pre-alpha.20",
     "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
     "main": "./lib/module/index.js",
     "types": "./lib/typescript/src/index.d.ts",

+ 1 - 1
src/components/markdownViewer/constant.ts

@@ -11,9 +11,9 @@ export const DEFAULT_VARIANTS: Record<MarkdownKeys, keyof NCoreUIKit.Typography>
     "###### ": "headlineSmallSize",
     "<br/>": "bodyMediumSize",
     "```": "labelMediumSize",
+    "<p>": "bodyMediumSize",
     "<<": "titleMediumSize",
     "* ": "bodyLargeSize",
     "- ": "bodyLargeSize",
-    "p": "bodyMediumSize",
     "": "bodyLargeSize"
 };