@carto/ps-react-ui 4.17.1 → 4.17.2
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.js +1 -1
- package/dist/legend.js +301 -251
- package/dist/legend.js.map +1 -1
- package/dist/smart-tooltip-DFV6GD8R.js +40 -0
- package/dist/smart-tooltip-DFV6GD8R.js.map +1 -0
- package/dist/types/legend/components/legend-group/styles.d.ts +17 -0
- package/dist/types/legend/components/legend-row/styles.d.ts +17 -0
- package/dist/widgets/wrapper.js +1 -1
- package/dist/widgets-v2.js +1 -1
- package/package.json +1 -1
- package/src/components/smart-tooltip/smart-tooltip.tsx +25 -10
- package/src/legend/components/legend-group/legend-group.tsx +3 -1
- package/src/legend/components/legend-group/styles.ts +22 -0
- package/src/legend/components/legend-row/legend-row.tsx +3 -1
- package/src/legend/components/legend-row/styles.ts +25 -1
- package/dist/smart-tooltip-D4vwQpFf.js +0 -37
- package/dist/smart-tooltip-D4vwQpFf.js.map +0 -1
package/dist/components.js
CHANGED
|
@@ -8,7 +8,7 @@ import { d as Be } from "./cjs-D4KH3azB.js";
|
|
|
8
8
|
import { T as ke } from "./tooltip-BDnrRKrp.js";
|
|
9
9
|
import { s as no } from "./tooltip-BDnrRKrp.js";
|
|
10
10
|
import { LockOutlined as kt, DeleteOutlined as Tt, Close as Ue, Search as Mt, ArrowDropDown as At, MyLocationOutlined as It, LocationDisabledOutlined as Lt, CropFreeOutlined as Dt, AddOutlined as Pt, RemoveOutlined as Rt } from "@mui/icons-material";
|
|
11
|
-
import { S as Ot } from "./smart-tooltip-
|
|
11
|
+
import { S as Ot } from "./smart-tooltip-DFV6GD8R.js";
|
|
12
12
|
import { C as so } from "./copy-button-DGL1tyli.js";
|
|
13
13
|
const Et = [], $t = {};
|
|
14
14
|
function Wl(t) {
|