@uniformdev/context-react
Advanced tools
Comparing version 17.7.1-alpha.34 to 17.7.1-alpha.140
@@ -17,3 +17,3 @@ import { Quirks, ScoreVector, Context, PersonalizedVariant, TestVariant, EnrichmentData } from '@uniformdev/context'; | ||
declare type VariantOutputType = 'edge' | 'standard'; | ||
type VariantOutputType = 'edge' | 'standard'; | ||
interface UniformContextProps$1 { | ||
@@ -42,3 +42,3 @@ /** The configured Uniform Context instance to provide */ | ||
declare type UniformContextProps = { | ||
type UniformContextProps = { | ||
context: Context; | ||
@@ -66,7 +66,7 @@ outputType: VariantOutputType; | ||
declare type PersonalizeWrapperComponent = react__default.ComponentType<{ | ||
type PersonalizeWrapperComponent = react__default.ComponentType<{ | ||
children: ReactNode; | ||
personalizationOccurred: boolean; | ||
}>; | ||
declare type PersonalizedVariationComponent<TVariation> = react__default.ComponentType<TVariation & { | ||
type PersonalizedVariationComponent<TVariation> = react__default.ComponentType<TVariation & { | ||
personalizationResult: { | ||
@@ -77,3 +77,3 @@ variation: PersonalizedVariant; | ||
}>; | ||
declare type PersonalizeComponentProps<TVariation extends PersonalizedVariant> = { | ||
type PersonalizeComponentProps<TVariation extends PersonalizedVariant> = { | ||
/** | ||
@@ -95,3 +95,3 @@ * Name of the personalized placement. Should be unique to this placement location and set of variants. | ||
declare type TVariation = TestVariant; | ||
type TVariation = TestVariant; | ||
interface TestComponentProps<TVariation extends TestVariant> { | ||
@@ -114,3 +114,3 @@ /** Name of the test that is running. */ | ||
declare type TrackFragmentProps = { | ||
type TrackFragmentProps = { | ||
/** Behavior that will be pushed when tracking occurs. */ | ||
@@ -129,3 +129,3 @@ behavior: EnrichmentData | EnrichmentData[] | undefined; | ||
declare type TrackProps = TrackFragmentProps & HTMLAttributes<HTMLElement> & { | ||
type TrackProps = TrackFragmentProps & HTMLAttributes<HTMLElement> & { | ||
/** | ||
@@ -132,0 +132,0 @@ * Element tag that will be used for tracking. |
{ | ||
"name": "@uniformdev/context-react", | ||
"version": "17.7.1-alpha.34+084da3172", | ||
"version": "17.7.1-alpha.140+80ab6baf9", | ||
"description": "Uniform Context React integration package", | ||
@@ -32,3 +32,3 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"dependencies": { | ||
"@uniformdev/context": "^17.7.1-alpha.34+084da3172", | ||
"@uniformdev/context": "^17.7.1-alpha.140+80ab6baf9", | ||
"cookie": "0.5.0", | ||
@@ -47,3 +47,3 @@ "dequal": "2.0.3" | ||
}, | ||
"gitHead": "084da31729798e2c1a1f26ba38c764caabebc958" | ||
"gitHead": "80ab6baf9edea6b520738bd3dff5c6afc882bf77" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43270