eleventy-plugin-uncharted 0.7.2 → 0.7.3

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/css/uncharted.css CHANGED
@@ -126,11 +126,12 @@
126
126
  margin-bottom: 1rem;
127
127
  }
128
128
 
129
- .chart-legend-item {
129
+ .chart-legend > .chart-legend-item {
130
130
  display: flex;
131
131
  align-items: baseline;
132
132
  gap: 0.5rem;
133
133
  background: transparent;
134
+ margin: 0;
134
135
  }
135
136
 
136
137
  .chart-legend-item::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleventy-plugin-uncharted",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "An Eleventy plugin that renders CSS-based charts from CSV data using shortcodes",
5
5
  "main": "eleventy.config.js",
6
6
  "type": "module",