@teambit/react.ui.component-highlighter 0.0.504 → 0.0.510

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.
@@ -0,0 +1,2 @@
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_ui_component-highlighter@0.0.510/dist/children-highlighter/children-highlighter.composition.js'), require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_ui_component-highlighter@0.0.510/dist/element-highlighter/element-highlighter.compositions.js'), require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_ui_component-highlighter@0.0.510/dist/hover-highlighter/hover-highlighter.compositions.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.react_ui_component-highlighter@0.0.510/dist/component-highlighter.docs.md')]
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const ChildrenHighlighterPreview: () => JSX.Element;
2
3
  export declare const ChildrenHighlighterWithCustomColors: () => JSX.Element;
3
4
  export declare const ChildrenHighlighterInsideIgnore: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { HybridHighlighterProps } from '../hybrid-highlighter';
2
3
  export declare type ChildrenHighlighterProps = Omit<HybridHighlighterProps, 'mode'>;
3
4
  export declare function ChildrenHighlighter({ watchMotion, ...props }: ChildrenHighlighterProps): JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ShowWhenHovering: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { HybridHighlighterProps } from '../hybrid-highlighter';
2
3
  export declare type HoverHighlighterProps = Omit<HybridHighlighterProps, 'mode'>;
3
4
  export declare function HoverHighlighter({ ...props }: HoverHighlighterProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TippyProps } from '@tippyjs/react/headless';
2
3
  import { ComponentMetaHolder } from '@teambit/react.ui.highlighter.component-metadata.bit-component-meta';
3
4
  export declare type OtherComponentsProps = {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/react.ui.component-highlighter",
3
- "version": "0.0.504",
3
+ "version": "0.0.510",
4
4
  "homepage": "https://bit.dev/teambit/react/ui/component-highlighter",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.react",
8
8
  "name": "ui/component-highlighter",
9
- "version": "0.0.504"
9
+ "version": "0.0.510"
10
10
  },
11
11
  "dependencies": {
12
12
  "get-xpath": "3.0.1",
@@ -21,12 +21,12 @@
21
21
  "@teambit/base-ui.utils.popper-js.ignore-popper-size": "1.0.0",
22
22
  "@teambit/base-ui.utils.popper-js.resize-to-match-reference": "1.0.0",
23
23
  "@teambit/base-ui.routing.native-link": "1.0.0",
24
- "@teambit/component-id": "0.0.398",
25
- "@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.20",
26
- "@teambit/react.modules.dom-to-react": "0.0.486",
27
- "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.486",
28
- "@teambit/react.ui.hover-selector": "0.0.164",
29
- "@teambit/component.modules.component-url": "0.0.119"
24
+ "@teambit/component-id": "0.0.401",
25
+ "@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.21",
26
+ "@teambit/react.modules.dom-to-react": "0.0.489",
27
+ "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.487",
28
+ "@teambit/react.ui.hover-selector": "0.0.165",
29
+ "@teambit/component.modules.component-url": "0.0.123"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^17.0.8",
@@ -35,7 +35,7 @@
35
35
  "@types/react-dom": "^17.0.5",
36
36
  "@types/uuid": "3.4.9",
37
37
  "@types/url-join": "4.0.0",
38
- "@types/mocha": "5.2.7",
38
+ "@types/mocha": "9.1.0",
39
39
  "@types/testing-library__jest-dom": "5.9.5",
40
40
  "@babel/runtime": "7.12.18",
41
41
  "@types/jest": "^26.0.0",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@teambit/legacy": "-",
62
- "@types/mocha": "5.2.7",
62
+ "@types/mocha": "9.1.0",
63
63
  "@types/testing-library__jest-dom": "5.9.5",
64
64
  "@babel/runtime": "7.12.18",
65
65
  "@types/jest": "^26.0.0",