@carto/meridian-ds 1.4.4-alpha-icons-shapes.2 → 1.4.4
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/CHANGELOG.md
CHANGED
package/dist/theme/index.cjs
CHANGED
|
@@ -520,13 +520,8 @@ const dataDisplayOverrides = {
|
|
|
520
520
|
// Svg Icons
|
|
521
521
|
MuiSvgIcon: {
|
|
522
522
|
styleOverrides: {
|
|
523
|
-
root: (
|
|
524
|
-
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
525
|
-
// Force the size of the inner shapes to match the icon size
|
|
526
|
-
"& rect, & circle, & polygon": {
|
|
527
|
-
minWidth: theme2.spacing(2),
|
|
528
|
-
minHeight: theme2.spacing(2)
|
|
529
|
-
}
|
|
523
|
+
root: () => ({
|
|
524
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
530
525
|
}),
|
|
531
526
|
fontSizeSmall: () => ({
|
|
532
527
|
fontSize: TablePaginationActions.ICON_SIZE_SMALL
|
package/dist/theme/index.js
CHANGED
|
@@ -520,13 +520,8 @@ const dataDisplayOverrides = {
|
|
|
520
520
|
// Svg Icons
|
|
521
521
|
MuiSvgIcon: {
|
|
522
522
|
styleOverrides: {
|
|
523
|
-
root: (
|
|
524
|
-
fontSize: ICON_SIZE_MEDIUM
|
|
525
|
-
// Force the size of the inner shapes to match the icon size
|
|
526
|
-
"& rect, & circle, & polygon": {
|
|
527
|
-
minWidth: theme2.spacing(2),
|
|
528
|
-
minHeight: theme2.spacing(2)
|
|
529
|
-
}
|
|
523
|
+
root: () => ({
|
|
524
|
+
fontSize: ICON_SIZE_MEDIUM
|
|
530
525
|
}),
|
|
531
526
|
fontSizeSmall: () => ({
|
|
532
527
|
fontSize: ICON_SIZE_SMALL
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-display.d.ts","sourceRoot":"","sources":["../../../../../src/theme/sections/components/data-display.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAkBxD,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"data-display.d.ts","sourceRoot":"","sources":["../../../../../src/theme/sections/components/data-display.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAkBxD,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CA0iB3D,CAAA"}
|