@economic/taco 4.0.0-save-spinner-size.0 → 4.0.0-save-spinner-size.1
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/dist/taco.css +1 -1
- package/package.json +2 -2
package/dist/taco.css
CHANGED
|
@@ -1641,7 +1641,7 @@ table[data-taco='table3'] td [data-taco='combobox'] {
|
|
|
1641
1641
|
|
|
1642
1642
|
/* Fix for Spinner overflow issue specifically in Table3 */
|
|
1643
1643
|
table[data-taco='table3'] .\!contents [data-taco='spinner'] svg {
|
|
1644
|
-
@apply h-full max-h-
|
|
1644
|
+
@apply h-full max-h-[2.5rem] w-full max-w-[2.5rem];
|
|
1645
1645
|
}
|
|
1646
1646
|
[data-taco='card-content'] > [data-taco='chart-wrapper']:not(:has([data-taco='chart-donut'], [data-taco='chart-pie'])) {
|
|
1647
1647
|
@apply w-full;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@economic/taco",
|
|
3
|
-
"version": "4.0.0-save-spinner-size.
|
|
3
|
+
"version": "4.0.0-save-spinner-size.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/taco.cjs",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"optionalDependencies": {
|
|
96
96
|
"@rollup/rollup-linux-x64-gnu": "^4.39.0"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "d24e2a19182a344a43ba9bce5022a0c038152cb2"
|
|
99
99
|
}
|