@economic/taco 2.57.0-charts.8 → 2.57.0-charts.9

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.
Files changed (2) hide show
  1. package/dist/taco.css +1 -1
  2. package/package.json +2 -2
package/dist/taco.css CHANGED
@@ -1604,7 +1604,7 @@ table[data-taco^='table'] tr[data-row-create] {
1604
1604
 
1605
1605
  @container wrapper (width < 100px) {
1606
1606
  [data-taco='chart-donut-total'] span:first-child {
1607
- @apply text-red text-lg;
1607
+ @apply text-lg;
1608
1608
  }
1609
1609
  }
1610
1610
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.57.0-charts.8",
3
+ "version": "2.57.0-charts.9",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/taco.cjs",
@@ -105,5 +105,5 @@
105
105
  "not ie < 11"
106
106
  ]
107
107
  },
108
- "gitHead": "a05004571c1b55bac1245f898f21bad16921384c"
108
+ "gitHead": "ba3815d6fe9087a37520a4a03dbf82f08975969c"
109
109
  }