eleventy-plugin-uncharted 1.0.0-beta.4 → 1.0.0-beta.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleventy-plugin-uncharted",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.5",
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",
@@ -152,8 +152,8 @@ ${stylesheetLinks}
152
152
  /* Additional stylesheets (inlined) */
153
153
  ${inlinedStyles}
154
154
 
155
- /* Hide download link in images */
156
- .chart-download { display: none; }
155
+ /* Hide download links in images */
156
+ .chart-downloads { display: none; }
157
157
  </style>
158
158
  </head>
159
159
  <body>