@carto/meridian-ds 2.2.0-alpha-filter-dropdown.5 → 2.2.0-alpha-filter-dropdown.6
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.
|
@@ -1573,7 +1573,17 @@ const FilterDropdownMenuItem = ({
|
|
|
1573
1573
|
"aria-selected": isSelected,
|
|
1574
1574
|
children: [
|
|
1575
1575
|
startAdornment && /* @__PURE__ */ jsxRuntime.jsx(material.ListItemIcon, { children: startAdornment }),
|
|
1576
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1576
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1577
|
+
material.ListItemText,
|
|
1578
|
+
{
|
|
1579
|
+
primary: label,
|
|
1580
|
+
secondary: description,
|
|
1581
|
+
primaryTypographyProps: {
|
|
1582
|
+
variant: "body2",
|
|
1583
|
+
id: menuItemId
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
),
|
|
1577
1587
|
endAdornment && /* @__PURE__ */ jsxRuntime.jsx(material.ListItemIcon, { children: endAdornment })
|
|
1578
1588
|
]
|
|
1579
1589
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -1573,7 +1573,17 @@ const FilterDropdownMenuItem = ({
|
|
|
1573
1573
|
"aria-selected": isSelected,
|
|
1574
1574
|
children: [
|
|
1575
1575
|
startAdornment && /* @__PURE__ */ jsx(ListItemIcon, { children: startAdornment }),
|
|
1576
|
-
/* @__PURE__ */ jsx(
|
|
1576
|
+
/* @__PURE__ */ jsx(
|
|
1577
|
+
ListItemText,
|
|
1578
|
+
{
|
|
1579
|
+
primary: label,
|
|
1580
|
+
secondary: description,
|
|
1581
|
+
primaryTypographyProps: {
|
|
1582
|
+
variant: "body2",
|
|
1583
|
+
id: menuItemId
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
),
|
|
1577
1587
|
endAdornment && /* @__PURE__ */ jsx(ListItemIcon, { children: endAdornment })
|
|
1578
1588
|
]
|
|
1579
1589
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterDropdownMenuItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/FilterDropdown/FilterDropdownMenuItem.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAA;AAErD,eAAO,MAAM,sBAAsB,4DAMhC,2BAA2B,
|
|
1
|
+
{"version":3,"file":"FilterDropdownMenuItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/FilterDropdown/FilterDropdownMenuItem.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAA;AAErD,eAAO,MAAM,sBAAsB,4DAMhC,2BAA2B,mDAoD7B,CAAA"}
|