@teambit/component.ui.component-compare.context 0.0.121 → 0.0.123

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.
@@ -18,7 +18,9 @@ export type ComponentCompareContextType = ComponentCompareModel &
18
18
  compareContext?: StateAndHooks;
19
19
  } & ViewState;
20
20
 
21
- export const ComponentCompareContext: React.Context<ComponentCompareContextType | undefined> = createContext<ComponentCompareContextType | undefined>(undefined);
21
+ export const ComponentCompareContext: React.Context<ComponentCompareContextType | undefined> = createContext<
22
+ ComponentCompareContextType | undefined
23
+ >(undefined);
22
24
 
23
25
  export const useComponentCompare: () => ComponentCompareContextType | undefined = () => {
24
26
  const componentCompareContext = useContext(ComponentCompareContext);
@@ -1 +1 @@
1
- {"version":3,"file":"component-compare-context.js","sourceRoot":"","sources":["../component-compare-context.ts"],"names":[],"mappings":";;;AAGA,iCAAkD;AAiBrC,QAAA,uBAAuB,GAA2D,IAAA,qBAAa,EAA0C,SAAS,CAAC,CAAC;AAE1J,MAAM,mBAAmB,GAAkD,GAAG,EAAE;IACrF,MAAM,uBAAuB,GAAG,IAAA,kBAAU,EAAC,+BAAuB,CAAC,CAAC;IACpE,OAAO,uBAAuB,CAAC;AACjC,CAAC,CAAC;AAHW,QAAA,mBAAmB,uBAG9B"}
1
+ {"version":3,"file":"component-compare-context.js","sourceRoot":"","sources":["../component-compare-context.ts"],"names":[],"mappings":";;;AAGA,iCAAkD;AAiBrC,QAAA,uBAAuB,GAA2D,IAAA,qBAAa,EAE1G,SAAS,CAAC,CAAC;AAEN,MAAM,mBAAmB,GAAkD,GAAG,EAAE;IACrF,MAAM,uBAAuB,GAAG,IAAA,kBAAU,EAAC,+BAAuB,CAAC,CAAC;IACpE,OAAO,uBAAuB,CAAC;AACjC,CAAC,CAAC;AAHW,QAAA,mBAAmB,uBAG9B"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.component-compare.context",
3
- "version": "0.0.121",
3
+ "version": "0.0.123",
4
4
  "homepage": "https://bit.cloud/teambit/component/ui/component-compare/context",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/component-compare/context",
9
- "version": "0.0.121"
9
+ "version": "0.0.123"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0",