reactbridge-sdk 0.2.15 → 0.2.16
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsWidget.d.ts","sourceRoot":"","sources":["../../../src/components/analytics/AnalyticsWidget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"AnalyticsWidget.d.ts","sourceRoot":"","sources":["../../../src/components/analytics/AnalyticsWidget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAyB/D,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,cAAc,GAAG,aAAa,CAAC;IAC1C,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAoF1D,CAAC"}
|
package/dist/index.esm.js
CHANGED
|
@@ -2405,8 +2405,9 @@ const AnalyticsDrawer = ({ isOpen, onClose, configs, isLoading, theme, onDirecti
|
|
|
2405
2405
|
};
|
|
2406
2406
|
|
|
2407
2407
|
// Analytics Icon SVG
|
|
2408
|
-
const ANALYTICS_ICON_SVG = (React.createElement(
|
|
2409
|
-
React.createElement("
|
|
2408
|
+
const ANALYTICS_ICON_SVG = (React.createElement(React.Fragment, null,
|
|
2409
|
+
React.createElement("svg", { width: "36", height: "36", viewBox: "0 0 40 40", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
|
|
2410
|
+
React.createElement("path", { d: "M10 10 L 35 20 L 10 30 L 15 20 Z", fill: "currentColor" }))));
|
|
2410
2411
|
const AnalyticsWidget = ({ position = "bottom-right", theme: customTheme, onDirectiveAction, }) => {
|
|
2411
2412
|
const { theme: contextTheme } = useReactBridgeContext();
|
|
2412
2413
|
const theme = customTheme || contextTheme;
|