@uniformdev/context-react 19.82.1 → 19.82.2-alpha.20

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/index.d.mts CHANGED
@@ -431,4 +431,4 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
431
431
  'data-track-on-view-wrapper'?: string | undefined;
432
432
  }, HTMLElement>;
433
433
 
434
- export { Personalize, PersonalizeComponentProps, PersonalizeWrapperComponent, PersonalizedVariationComponent, TVariation, Test, TestComponentProps, Track, TrackFragment, TrackFragmentProps, TrackProps, UniformContext, UniformContextProps$1 as UniformContextProps, VariantOutputType, useQuirks, useScores, useUniformContext };
434
+ export { Personalize, type PersonalizeComponentProps, type PersonalizeWrapperComponent, type PersonalizedVariationComponent, type TVariation, Test, type TestComponentProps, Track, TrackFragment, type TrackFragmentProps, type TrackProps, UniformContext, type UniformContextProps$1 as UniformContextProps, type VariantOutputType, useQuirks, useScores, useUniformContext };
package/dist/index.d.ts CHANGED
@@ -431,4 +431,4 @@ declare const Track: ({ behavior, children, tagName, threshold, disableVisibilit
431
431
  'data-track-on-view-wrapper'?: string | undefined;
432
432
  }, HTMLElement>;
433
433
 
434
- export { Personalize, PersonalizeComponentProps, PersonalizeWrapperComponent, PersonalizedVariationComponent, TVariation, Test, TestComponentProps, Track, TrackFragment, TrackFragmentProps, TrackProps, UniformContext, UniformContextProps$1 as UniformContextProps, VariantOutputType, useQuirks, useScores, useUniformContext };
434
+ export { Personalize, type PersonalizeComponentProps, type PersonalizeWrapperComponent, type PersonalizedVariationComponent, type TVariation, Test, type TestComponentProps, Track, TrackFragment, type TrackFragmentProps, type TrackProps, UniformContext, type UniformContextProps$1 as UniformContextProps, type VariantOutputType, useQuirks, useScores, useUniformContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-react",
3
- "version": "19.82.1",
3
+ "version": "19.82.2-alpha.20+c643b20fb",
4
4
  "description": "Uniform Context React integration package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "react-dom": "18.2.0"
32
32
  },
33
33
  "dependencies": {
34
- "@uniformdev/context": "19.82.1",
34
+ "@uniformdev/context": "19.82.2-alpha.20+c643b20fb",
35
35
  "cookie": "0.5.0",
36
36
  "dequal": "2.0.3"
37
37
  },
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "242b8cbfdb9e52a8020c7660af8363a16c070cfa"
48
+ "gitHead": "c643b20fb0d3ac210ee8038037f556bde90a22e9"
49
49
  }