@takram/three-geospatial-effects 0.0.1-alpha.2 → 0.0.1-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takram/three-geospatial-effects",
3
- "version": "0.0.1-alpha.2",
3
+ "version": "0.0.1-alpha.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -25,7 +25,7 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@takram/three-geospatial": "0.0.1-alpha.1",
28
+ "@takram/three-geospatial": "0.0.1-alpha.3",
29
29
  "n8ao": "^1.9.3"
30
30
  },
31
31
  "peerDependencies": {
@@ -1,8 +1,5 @@
1
1
  import { DepthEffect } from '../DepthEffect';
2
2
  import { ComponentPropsWithoutRef } from 'react';
3
3
 
4
- export declare const Depth: import('react').ForwardRefExoticComponent<Omit<import('@react-three/fiber').ExtendedColors<import('@react-three/fiber').Overwrite<Partial<DepthEffect>, import('@react-three/fiber').NodeProps<DepthEffect, typeof DepthEffect>>> & import('../DepthEffect').DepthEffectOptions & {
5
- blendFunction?: import('postprocessing').BlendFunction;
6
- opacity?: number;
7
- }, "ref"> & import('react').RefAttributes<typeof DepthEffect>>;
4
+ export declare const Depth: import('react').ForwardRefExoticComponent<Omit<import('@react-three/postprocessing').EffectProps<typeof DepthEffect>, "ref"> & import('react').RefAttributes<typeof DepthEffect>>;
8
5
  export type DepthProps = ComponentPropsWithoutRef<typeof Depth>;
@@ -1,6 +1,3 @@
1
1
  import { DitheringEffect } from '../DitheringEffect';
2
2
 
3
- export declare const Dithering: import('react').ForwardRefExoticComponent<Omit<import('@react-three/fiber').ExtendedColors<import('@react-three/fiber').Overwrite<Partial<DitheringEffect>, import('@react-three/fiber').NodeProps<DitheringEffect, typeof DitheringEffect>>> & import('../DitheringEffect').DitheringEffectOptions & {
4
- blendFunction?: import('postprocessing').BlendFunction;
5
- opacity?: number;
6
- }, "ref"> & import('react').RefAttributes<typeof DitheringEffect>>;
3
+ export declare const Dithering: import('react').ForwardRefExoticComponent<Omit<import('@react-three/postprocessing').EffectProps<typeof DitheringEffect>, "ref"> & import('react').RefAttributes<typeof DitheringEffect>>;