فهرست منبع

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 = ({