@economic/taco 2.46.1 → 2.46.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/index.css +7 -0
- package/dist/index.css +7 -0
- package/package.json +2 -2
package/dist/esm/index.css
CHANGED
@@ -1361,3 +1361,10 @@ table[data-taco^='table'] tr[data-row-id^='temp-'] [data-row-move-indicator] {
|
|
1361
1361
|
table[data-taco^='table'] tr:not([data-row-id^='temp-']) [data-row-move-indicator] {
|
1362
1362
|
@apply top-full rounded-b-md;
|
1363
1363
|
}
|
1364
|
+
|
1365
|
+
table[data-taco^='table'][data-table-row-height='short'] tr[data-row-create] td,
|
1366
|
+
table[data-taco^='table'][data-table-row-height='medium'] tr[data-row-create] td,
|
1367
|
+
table[data-taco^='table'][data-table-row-height='tall'] tr[data-row-create] td,
|
1368
|
+
table[data-taco^='table'][data-table-row-height='extra-tall'] tr[data-row-create] td {
|
1369
|
+
@apply !min-h-[41px] !pt-[10px];
|
1370
|
+
}
|
package/dist/index.css
CHANGED
@@ -1361,3 +1361,10 @@ table[data-taco^='table'] tr[data-row-id^='temp-'] [data-row-move-indicator] {
|
|
1361
1361
|
table[data-taco^='table'] tr:not([data-row-id^='temp-']) [data-row-move-indicator] {
|
1362
1362
|
@apply top-full rounded-b-md;
|
1363
1363
|
}
|
1364
|
+
|
1365
|
+
table[data-taco^='table'][data-table-row-height='short'] tr[data-row-create] td,
|
1366
|
+
table[data-taco^='table'][data-table-row-height='medium'] tr[data-row-create] td,
|
1367
|
+
table[data-taco^='table'][data-table-row-height='tall'] tr[data-row-create] td,
|
1368
|
+
table[data-taco^='table'][data-table-row-height='extra-tall'] tr[data-row-create] td {
|
1369
|
+
@apply !min-h-[41px] !pt-[10px];
|
1370
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "2.46.
|
3
|
+
"version": "2.46.2",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -129,5 +129,5 @@
|
|
129
129
|
"not ie < 11"
|
130
130
|
]
|
131
131
|
},
|
132
|
-
"gitHead": "
|
132
|
+
"gitHead": "4c28b6f26493895459fd8f6dfc57b9f7aa08a138"
|
133
133
|
}
|