reactnatively 1.0.0 → 2.1.0
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.
- package/README.md +48 -45
- package/dist/animations.d.mts +59 -0
- package/dist/animations.d.ts +59 -0
- package/dist/animations.js +36 -0
- package/dist/animations.js.map +1 -0
- package/dist/animations.mjs +5 -0
- package/dist/animations.mjs.map +1 -0
- package/dist/chunk-BJTO5JO5.mjs +10 -0
- package/dist/chunk-BJTO5JO5.mjs.map +1 -0
- package/dist/chunk-DGUM43GV.js +12 -0
- package/dist/chunk-DGUM43GV.js.map +1 -0
- package/dist/chunk-N2PBBXCI.js +12545 -0
- package/dist/chunk-N2PBBXCI.js.map +1 -0
- package/dist/chunk-STYEL3E3.mjs +12098 -0
- package/dist/chunk-STYEL3E3.mjs.map +1 -0
- package/dist/glass.d.mts +155 -0
- package/dist/glass.d.ts +155 -0
- package/dist/glass.js +94 -0
- package/dist/glass.js.map +1 -0
- package/dist/glass.mjs +5 -0
- package/dist/glass.mjs.map +1 -0
- package/dist/hooks.d.mts +6 -0
- package/dist/hooks.d.ts +6 -0
- package/dist/hooks.js +75 -0
- package/dist/hooks.js.map +1 -0
- package/dist/hooks.mjs +8 -0
- package/dist/hooks.mjs.map +1 -0
- package/dist/index.d.mts +7 -206
- package/dist/index.d.ts +7 -206
- package/dist/index.js +587 -12276
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -12099
- package/dist/index.mjs.map +1 -1
- package/dist/primitives.d.mts +1 -0
- package/dist/primitives.d.ts +1 -0
- package/dist/primitives.js +53 -0
- package/dist/primitives.js.map +1 -0
- package/dist/primitives.mjs +4 -0
- package/dist/primitives.mjs.map +1 -0
- package/dist/theme.d.mts +1 -0
- package/dist/theme.d.ts +1 -0
- package/dist/theme.js +14 -0
- package/dist/theme.js.map +1 -0
- package/dist/theme.mjs +3 -0
- package/dist/theme.mjs.map +1 -0
- package/dist/utils.d.mts +1 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +14 -0
- package/dist/utils.js.map +1 -0
- package/dist/utils.mjs +3 -0
- package/dist/utils.mjs.map +1 -0
- package/package.json +37 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AccessibilityContextValue, AccessibilityPolicy, AccessibilityProvider, AccessibilityProviderProps, GlassPressable, GlassPressableProps, GlassSurfaceConfig, GlassText, GlassTextProps, GlassTextVariant, GlassTextWeight, Portal, PortalContextValue, PortalEntry, PortalHost, PortalProvider, Slot, Surface, SurfaceProps, VisuallyHidden, VisuallyHiddenProps, useAccessibilityPolicy, usePortal } from 'reactnatively-primitives';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AccessibilityContextValue, AccessibilityPolicy, AccessibilityProvider, AccessibilityProviderProps, GlassPressable, GlassPressableProps, GlassSurfaceConfig, GlassText, GlassTextProps, GlassTextVariant, GlassTextWeight, Portal, PortalContextValue, PortalEntry, PortalHost, PortalProvider, Slot, Surface, SurfaceProps, VisuallyHidden, VisuallyHiddenProps, useAccessibilityPolicy, usePortal } from 'reactnatively-primitives';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
require('./chunk-DGUM43GV.js');
|
|
4
|
+
var reactnativelyPrimitives = require('reactnatively-primitives');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "AccessibilityProvider", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return reactnativelyPrimitives.AccessibilityProvider; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "GlassPressable", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return reactnativelyPrimitives.GlassPressable; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "GlassText", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return reactnativelyPrimitives.GlassText; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "Portal", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return reactnativelyPrimitives.Portal; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "PortalHost", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return reactnativelyPrimitives.PortalHost; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "PortalProvider", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return reactnativelyPrimitives.PortalProvider; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "Slot", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return reactnativelyPrimitives.Slot; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "Surface", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return reactnativelyPrimitives.Surface; }
|
|
39
|
+
});
|
|
40
|
+
Object.defineProperty(exports, "VisuallyHidden", {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return reactnativelyPrimitives.VisuallyHidden; }
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(exports, "useAccessibilityPolicy", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () { return reactnativelyPrimitives.useAccessibilityPolicy; }
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "usePortal", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return reactnativelyPrimitives.usePortal; }
|
|
51
|
+
});
|
|
52
|
+
//# sourceMappingURL=primitives.js.map
|
|
53
|
+
//# sourceMappingURL=primitives.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"primitives.js","sourcesContent":[]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import './chunk-BJTO5JO5.mjs';
|
|
2
|
+
export { AccessibilityProvider, GlassPressable, GlassText, Portal, PortalHost, PortalProvider, Slot, Surface, VisuallyHidden, useAccessibilityPolicy, usePortal } from 'reactnatively-primitives';
|
|
3
|
+
//# sourceMappingURL=primitives.mjs.map
|
|
4
|
+
//# sourceMappingURL=primitives.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"primitives.mjs","sourcesContent":[]}
|
package/dist/theme.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'reactnatively-theme';
|
package/dist/theme.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'reactnatively-theme';
|
package/dist/theme.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var reactnativelyTheme = require('reactnatively-theme');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.keys(reactnativelyTheme).forEach(function (k) {
|
|
8
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return reactnativelyTheme[k]; }
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=theme.js.map
|
|
14
|
+
//# sourceMappingURL=theme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"theme.js","sourcesContent":[]}
|
package/dist/theme.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"theme.mjs","sourcesContent":[]}
|
package/dist/utils.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'reactnatively-utils';
|
package/dist/utils.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'reactnatively-utils';
|
package/dist/utils.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var reactnativelyUtils = require('reactnatively-utils');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.keys(reactnativelyUtils).forEach(function (k) {
|
|
8
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return reactnativelyUtils[k]; }
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=utils.js.map
|
|
14
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"utils.js","sourcesContent":[]}
|
package/dist/utils.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"utils.mjs","sourcesContent":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactnatively",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Liquid Glass UI system for React Native & Expo — components, animations, theming",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -10,6 +10,36 @@
|
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"import": "./dist/index.mjs",
|
|
12
12
|
"require": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./glass": {
|
|
15
|
+
"types": "./dist/glass.d.ts",
|
|
16
|
+
"import": "./dist/glass.mjs",
|
|
17
|
+
"require": "./dist/glass.js"
|
|
18
|
+
},
|
|
19
|
+
"./hooks": {
|
|
20
|
+
"types": "./dist/hooks.d.ts",
|
|
21
|
+
"import": "./dist/hooks.mjs",
|
|
22
|
+
"require": "./dist/hooks.js"
|
|
23
|
+
},
|
|
24
|
+
"./animations": {
|
|
25
|
+
"types": "./dist/animations.d.ts",
|
|
26
|
+
"import": "./dist/animations.mjs",
|
|
27
|
+
"require": "./dist/animations.js"
|
|
28
|
+
},
|
|
29
|
+
"./theme": {
|
|
30
|
+
"types": "./dist/theme.d.ts",
|
|
31
|
+
"import": "./dist/theme.mjs",
|
|
32
|
+
"require": "./dist/theme.js"
|
|
33
|
+
},
|
|
34
|
+
"./primitives": {
|
|
35
|
+
"types": "./dist/primitives.d.ts",
|
|
36
|
+
"import": "./dist/primitives.mjs",
|
|
37
|
+
"require": "./dist/primitives.js"
|
|
38
|
+
},
|
|
39
|
+
"./utils": {
|
|
40
|
+
"types": "./dist/utils.d.ts",
|
|
41
|
+
"import": "./dist/utils.mjs",
|
|
42
|
+
"require": "./dist/utils.js"
|
|
13
43
|
}
|
|
14
44
|
},
|
|
15
45
|
"sideEffects": false,
|
|
@@ -17,12 +47,12 @@
|
|
|
17
47
|
"dist"
|
|
18
48
|
],
|
|
19
49
|
"dependencies": {
|
|
20
|
-
"reactnatively-animations": "1.0
|
|
21
|
-
"reactnatively-glass": "1.0
|
|
22
|
-
"reactnatively-hooks": "1.0
|
|
23
|
-
"reactnatively-primitives": "1.0
|
|
24
|
-
"reactnatively-theme": "1.0
|
|
25
|
-
"reactnatively-utils": "1.0
|
|
50
|
+
"reactnatively-animations": "2.1.0",
|
|
51
|
+
"reactnatively-glass": "2.1.0",
|
|
52
|
+
"reactnatively-hooks": "2.1.0",
|
|
53
|
+
"reactnatively-primitives": "2.1.0",
|
|
54
|
+
"reactnatively-theme": "2.1.0",
|
|
55
|
+
"reactnatively-utils": "2.1.0"
|
|
26
56
|
},
|
|
27
57
|
"peerDependencies": {
|
|
28
58
|
"expo-blur": ">=13.0.0",
|