@motiadev/plugin-observability 0.9.1-beta.147-111979 → 0.9.2-beta.147
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/components/events/code/argument.d.ts +7 -0
- package/dist/components/events/code/argument.d.ts.map +1 -0
- package/dist/components/events/code/closing-parenthesis.d.ts +7 -0
- package/dist/components/events/code/closing-parenthesis.d.ts.map +1 -0
- package/dist/components/events/code/function-call-content.d.ts +9 -0
- package/dist/components/events/code/function-call-content.d.ts.map +1 -0
- package/dist/components/events/code/function-call.d.ts +0 -4
- package/dist/components/events/code/function-call.d.ts.map +1 -1
- package/dist/components/events/code/utils.d.ts +2 -0
- package/dist/components/events/code/utils.d.ts.map +1 -0
- package/dist/components/trace-item/trace-item-detail.d.ts.map +1 -1
- package/dist/components/ui/copy-button.d.ts +8 -0
- package/dist/components/ui/copy-button.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +7 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/index.cjs +68 -18
- package/dist/index.js +4430 -799
- package/dist/plugin-observability.css +1 -1
- package/package.json +7 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"argument.d.ts","sourceRoot":"","sources":["../../../../src/components/events/code/argument.tsx"],"names":[],"mappings":"AAIA,OAAO,gCAAgC,CAAA;AACvC,OAAO,iCAAiC,CAAA;AAGxC,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAA;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAuC3C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"closing-parenthesis.d.ts","sourceRoot":"","sources":["../../../../src/components/events/code/closing-parenthesis.tsx"],"names":[],"mappings":"AAEA,KAAK,uBAAuB,GAAG;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAS/D,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type FunctionCallContentProps = {
|
|
2
|
+
topLevelClassName?: string;
|
|
3
|
+
objectName?: string;
|
|
4
|
+
functionName: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const FunctionCallContent: import('react').ForwardRefExoticComponent<FunctionCallContentProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=function-call-content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"function-call-content.d.ts","sourceRoot":"","sources":["../../../../src/components/events/code/function-call-content.tsx"],"names":[],"mappings":"AAGA,KAAK,wBAAwB,GAAG;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,mBAAmB,qHAqB/B,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
type Props = {
|
|
3
2
|
topLevelClassName?: string;
|
|
4
3
|
objectName?: string;
|
|
@@ -6,9 +5,6 @@ type Props = {
|
|
|
6
5
|
args: Array<string | object | false | undefined>;
|
|
7
6
|
callsQuantity?: number;
|
|
8
7
|
};
|
|
9
|
-
export declare const Argument: React.FC<{
|
|
10
|
-
arg: string | object | false;
|
|
11
|
-
}>;
|
|
12
8
|
export declare const FunctionCall: React.FC<Props>;
|
|
13
9
|
export {};
|
|
14
10
|
//# sourceMappingURL=function-call.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function-call.d.ts","sourceRoot":"","sources":["../../../../src/components/events/code/function-call.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"function-call.d.ts","sourceRoot":"","sources":["../../../../src/components/events/code/function-call.tsx"],"names":[],"mappings":"AAOA,KAAK,KAAK,GAAG;IACX,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC,CAAA;IAChD,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAID,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAsExC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/events/code/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,GAAI,KAAK,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,KAAG,MASzE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trace-item-detail.d.ts","sourceRoot":"","sources":["../../../src/components/trace-item/trace-item-detail.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAA;AAItD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAA;IACZ,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"trace-item-detail.d.ts","sourceRoot":"","sources":["../../../src/components/trace-item/trace-item-detail.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAA;AAItD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAA;IACZ,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA8C1C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/copy-button.tsx"],"names":[],"mappings":"AAIA,KAAK,eAAe,GAAG;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwBhD,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
3
|
+
export declare const Popover: FC<ComponentProps<typeof PopoverPrimitive.Root>>;
|
|
4
|
+
export declare const PopoverTrigger: FC<ComponentProps<typeof PopoverPrimitive.Trigger>>;
|
|
5
|
+
export declare const PopoverContent: FC<ComponentProps<typeof PopoverPrimitive.Content>>;
|
|
6
|
+
export declare const PopoverAnchor: FC<ComponentProps<typeof PopoverPrimitive.Anchor>>;
|
|
7
|
+
//# sourceMappingURL=popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAE/C,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,CAEpE,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,CAE9E,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,CAoB9E,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAE5E,CAAA"}
|