@os-design-mobile/menu 1.0.74 → 1.0.75
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"emotion.d.js","names":["require"],"sources":["../../src/@types/emotion.d.ts"],"sourcesContent":["import '@emotion/react';\nimport { Theme as BaseTheme } from '@os-design-mobile/theming';\n\ndeclare module '@emotion/react' {\n // eslint-disable-next-line @typescript-eslint/no-empty-interface\n export interface Theme extends BaseTheme {}\n}\n"],"mappings":"AAAAA,OAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@os-design-mobile/menu",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.75",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"main": "dist/index.js",
|
@@ -19,9 +19,9 @@
|
|
19
19
|
"access": "public"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@os-design-mobile/button": "^1.0.
|
22
|
+
"@os-design-mobile/button": "^1.0.49",
|
23
23
|
"@os-design-mobile/icons": "^1.0.47",
|
24
|
-
"@os-design-mobile/modal": "^1.0.
|
24
|
+
"@os-design-mobile/modal": "^1.0.79",
|
25
25
|
"@os-design-mobile/theming": "^1.0.33",
|
26
26
|
"@os-design/menu-utils": "^1.0.14",
|
27
27
|
"@os-design/use-forwarded-state": "^1.0.13"
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"react-native-safe-area-context": ">=3",
|
40
40
|
"react-native-svg": ">=12"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "4cac95fe2f5cd6dc74885a83b43a730008e20721"
|
43
43
|
}
|