@os-design-mobile/menu 1.0.62 → 1.0.63

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { View, ViewProps } from 'react-native';
3
- export declare type MenuDividerProps = ViewProps;
3
+ export type MenuDividerProps = ViewProps;
4
4
  declare const MenuDivider: React.ForwardRefExoticComponent<ViewProps & React.RefAttributes<View>>;
5
5
  export default MenuDivider;
6
6
  //# sourceMappingURL=MenuDivider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MenuDivider.d.ts","sourceRoot":"","sources":["../src/MenuDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI/C,oBAAY,gBAAgB,GAAG,SAAS,CAAC;AAYzC,QAAA,MAAM,WAAW,wEAEf,CAAC;AAIH,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"MenuDivider.d.ts","sourceRoot":"","sources":["../src/MenuDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI/C,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC;AAYzC,QAAA,MAAM,WAAW,wEAEf,CAAC;AAIH,eAAe,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design-mobile/menu",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
6
6
  "main": "dist/index.js",
@@ -19,25 +19,25 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@os-design-mobile/button": "^1.0.44",
23
- "@os-design-mobile/icons": "^1.0.43",
24
- "@os-design-mobile/modal": "^1.0.66",
22
+ "@os-design-mobile/button": "^1.0.45",
23
+ "@os-design-mobile/icons": "^1.0.44",
24
+ "@os-design-mobile/modal": "^1.0.67",
25
25
  "@os-design-mobile/theming": "^1.0.31",
26
26
  "@os-design/menu-utils": "^1.0.11",
27
27
  "@os-design/use-forwarded-state": "^1.0.10"
28
28
  },
29
29
  "devDependencies": {
30
- "@os-design-mobile/text": "^1.0.41"
30
+ "@os-design-mobile/text": "^1.0.42"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@emotion/native": ">=11",
34
34
  "@emotion/react": ">=11",
35
35
  "@react-native-async-storage/async-storage": ">=1",
36
36
  "react": "18.1.0",
37
- "react-native": "0.70.4",
37
+ "react-native": "0.70.6",
38
38
  "react-native-gesture-handler": ">=2",
39
39
  "react-native-safe-area-context": ">=3",
40
40
  "react-native-svg": ">=12"
41
41
  },
42
- "gitHead": "75aacd4b14753a48929ff208b63d8760983d602c"
42
+ "gitHead": "96d51cc6b435c84fdb41129df683bc1d9ac0cb0d"
43
43
  }