Sfoglia il codice sorgente

Release: v1.1.0-pre-alpha.15

lfabl 1 settimana fa
parent
commit
be3345cad9

+ 1 - 1
package.json

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

+ 2 - 2
src/assets/svg/enUSIcon/index.tsx

@@ -32,9 +32,9 @@ const EnUsIcon = ({
         <Mask
             maskUnits="userSpaceOnUse"
             style={stylesheet.mask}
+            id="enusicon"
             height={32}
             width={32}
-            id="a"
             x={0}
             y={0}
         >
@@ -49,7 +49,7 @@ const EnUsIcon = ({
             />
         </Mask>
         <G
-            mask="url(#a)"
+            mask="url(#enusicon)"
         >
             <Path
                 d="M16 0h16v4l-2 2 2 2v4l-2 2 2 2v4l-2 2 2 2v4l-16 2-16-2v-4l2-2-2-2v-4L16 0Z"

+ 2 - 1
src/components/menu/components/menuButton/index.tsx

@@ -129,7 +129,8 @@ const MenuButton: FC<IMenuButton> = ({
             }).start();
         }
     }, [
-        isShowSubs
+        isShowSubs,
+        measure
     ]);
 
     useLayoutEffect(() => {