소스 검색

Merge branch 'release/1.0.0-pre-alpha.51'

lfabl 1 개월 전
부모
커밋
0d86a4e45a
4개의 변경된 파일9개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      package.json
  2. 3 2
      src/assets/svg/cayCoreIcon/index.tsx
  3. 2 1
      src/assets/svg/nibgatCommunityIcon/index.tsx
  4. 3 2
      src/assets/svg/nibgatIcon/index.tsx

+ 1 - 1
package.json

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

+ 3 - 2
src/assets/svg/cayCoreIcon/index.tsx

@@ -1,11 +1,12 @@
 import type {
     INCoreUIKitIconProps
 } from "../../../types";
-import Svg, {
+import {
     RadialGradient,
     Path,
     Defs,
-    Stop
+    Stop,
+    Svg
 } from "react-native-svg";
 
 const CayCoreIcon = ({

+ 2 - 1
src/assets/svg/nibgatCommunityIcon/index.tsx

@@ -4,9 +4,10 @@ import {
 import type {
     INCoreUIKitIconProps
 } from "../../../types";
-import Svg, {
+import {
     Path,
     Defs,
+    Svg,
     G
 } from "react-native-svg";
 

+ 3 - 2
src/assets/svg/nibgatIcon/index.tsx

@@ -1,11 +1,12 @@
 import type {
     INCoreUIKitIconProps
 } from "../../../types";
-import Svg, {
+import {
     LinearGradient,
     Path,
     Defs,
-    Stop
+    Stop,
+    Svg
 } from "react-native-svg";
 
 const NIBGATIcon = ({