@gnsx/react-three-fiber 10.0.2 → 10.0.3
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/LICENSE +21 -21
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2742 -2742
- package/dist/index.d.mts +2742 -2742
- package/dist/index.d.ts +2742 -2742
- package/dist/index.mjs +1 -1
- package/dist/legacy.cjs +1 -1
- package/dist/legacy.d.cts +2742 -2742
- package/dist/legacy.d.mts +2742 -2742
- package/dist/legacy.d.ts +2742 -2742
- package/dist/legacy.mjs +1 -1
- package/dist/webgpu/index.cjs +1 -1
- package/dist/webgpu/index.d.cts +2789 -2789
- package/dist/webgpu/index.d.mts +2789 -2789
- package/dist/webgpu/index.d.ts +2789 -2789
- package/dist/webgpu/index.mjs +1 -1
- package/package.json +1 -1
- package/react-reconciler/constants.d.ts +7 -7
- package/react-reconciler/index.d.ts +1044 -1044
- package/readme.md +244 -244
package/dist/webgpu/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export const DiscreteEventPriority = 0b0000000000000000000000000000001;
|
|
2
|
-
export const ContinuousEventPriority = 0b0000000000000000000000000000100;
|
|
3
|
-
export const DefaultEventPriority = 0b0000000000000000000000000010000;
|
|
4
|
-
export const IdleEventPriority = 0b0100000000000000000000000000000;
|
|
5
|
-
export const LegacyRoot = 0;
|
|
6
|
-
export const ConcurrentRoot = 1;
|
|
7
|
-
export const NoEventPriority = 0;
|
|
1
|
+
export const DiscreteEventPriority = 0b0000000000000000000000000000001;
|
|
2
|
+
export const ContinuousEventPriority = 0b0000000000000000000000000000100;
|
|
3
|
+
export const DefaultEventPriority = 0b0000000000000000000000000010000;
|
|
4
|
+
export const IdleEventPriority = 0b0100000000000000000000000000000;
|
|
5
|
+
export const LegacyRoot = 0;
|
|
6
|
+
export const ConcurrentRoot = 1;
|
|
7
|
+
export const NoEventPriority = 0;
|