@epigraph/epigraph-std-lib 2.4.0 → 2.4.1
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/dist/epigraph-std-lib.js +2 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/epigraph-std-lib.js
CHANGED
|
@@ -33840,6 +33840,7 @@ export {
|
|
|
33840
33840
|
Ls as CompressedTexture,
|
|
33841
33841
|
BL as CompressedTextureLoader,
|
|
33842
33842
|
yf as ConeGeometry,
|
|
33843
|
+
Vd as ConsentPluginNames,
|
|
33843
33844
|
yd as CubeCamera,
|
|
33844
33845
|
Ds as CubeReflectionMapping,
|
|
33845
33846
|
Ps as CubeRefractionMapping,
|
|
@@ -34032,6 +34033,7 @@ export {
|
|
|
34032
34033
|
SE as OneMinusDstColorFactor,
|
|
34033
34034
|
q0 as OneMinusSrcAlphaFactor,
|
|
34034
34035
|
vE as OneMinusSrcColorFactor,
|
|
34036
|
+
NR as OneTrustConsentPlugin,
|
|
34035
34037
|
oo as OrthographicCamera,
|
|
34036
34038
|
V0 as PCFShadowMap,
|
|
34037
34039
|
dE as PCFSoftShadowMap,
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,11 @@ import { EpigraphAnalytics } from '@epigraph/epigraph-analytics';
|
|
|
8
8
|
import { AnalyticsEvent } from '@epigraph/epigraph-analytics';
|
|
9
9
|
import { GA3AnalyticsPlugin } from '@epigraph/epigraph-analytics';
|
|
10
10
|
import { GA4AnalyticsPlugin } from '@epigraph/epigraph-analytics';
|
|
11
|
+
import { ConsentPluginNames } from "@epigraph/epigraph-analytics";
|
|
12
|
+
import { OneTrustConsentPlugin } from "@epigraph/epigraph-analytics";
|
|
11
13
|
export { EpigraphAnalytics };
|
|
12
14
|
export type { AnalyticsEvent };
|
|
13
15
|
export { GA3AnalyticsPlugin };
|
|
14
16
|
export { GA4AnalyticsPlugin };
|
|
17
|
+
export { OneTrustConsentPlugin };
|
|
18
|
+
export { ConsentPluginNames };
|