koylu-vampir-design 1.0.21 → 1.0.22

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.
@@ -29,7 +29,7 @@ export declare const useColors: () => {
29
29
  dimBackgroundColorTransparent: string;
30
30
  dimTextColorTransparent: string;
31
31
  };
32
- export declare const useFontSizes: () => Record<"medium" | "large" | "small" | "xxsmall" | "xsmall" | "xlarge" | "xxlarge", number>;
33
- export declare const useSpaceSizes: () => Record<"none" | "medium" | "large" | "small" | "xxsmall" | "xsmall" | "xlarge" | "xxlarge", number>;
32
+ export declare const useFontSizes: () => Record<"small" | "medium" | "large" | "xxsmall" | "xsmall" | "xlarge" | "xxlarge", number>;
33
+ export declare const useSpaceSizes: () => Record<"small" | "medium" | "none" | "large" | "xxsmall" | "xsmall" | "xlarge" | "xxlarge", number>;
34
34
  export {};
35
35
  //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -49,7 +49,7 @@ exports.ToastView = react_1.default.memo(({ visible = null, message }) => {
49
49
  react_1.default.createElement(Typography_1.Typography, { color: "#ffffaa", style: styles.text }, message))));
50
50
  });
51
51
  const styles = react_native_1.StyleSheet.create({
52
- wrapper: Object.assign(Object.assign({}, react_native_1.StyleSheet.absoluteFillObject), { backgroundColor: "#00000000", alignItems: "center", justifyContent: "center" }),
52
+ wrapper: Object.assign(Object.assign({}, react_native_1.StyleSheet.absoluteFillObject), { backgroundColor: "#00000000", alignItems: "center", justifyContent: "center", zIndex: 100, elevation: 10 }),
53
53
  content: {
54
54
  width: "80%",
55
55
  borderRadius: 40,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koylu-vampir-design",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Design System for Koylu Vampir Game",
5
5
  "keywords": [
6
6
  "react-native",