@una-ui/preset 0.12.0-beta.1 → 0.12.0-beta.2
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/shortcuts.cjs +2 -2
- package/dist/shortcuts.mjs +2 -2
- package/package.json +1 -1
package/dist/shortcuts.cjs
CHANGED
|
@@ -686,12 +686,12 @@ const staticTable = {
|
|
|
686
686
|
"table-head-pinned-left": "left-0",
|
|
687
687
|
"table-head-pinned-right": "right-0",
|
|
688
688
|
// table-header
|
|
689
|
-
"table-header": "[&_tr]:border-b border-base
|
|
689
|
+
"table-header": "[&_tr]:border-b border-base",
|
|
690
690
|
// table-row
|
|
691
691
|
"table-row": "border-b border-base hover:bg-muted data-[filter=true]:hover:bg-base data-[state=selected]:bg-muted",
|
|
692
692
|
// table-cell
|
|
693
693
|
"table-cell": "p-4 align-middle [&:has([role=checkbox])]:pr-0",
|
|
694
|
-
"table-cell-pinned": "sticky
|
|
694
|
+
"table-cell-pinned": "sticky bg-base",
|
|
695
695
|
"table-cell-pinned-left": "left-0",
|
|
696
696
|
"table-cell-pinned-right": "right-0",
|
|
697
697
|
// table-empty
|
package/dist/shortcuts.mjs
CHANGED
|
@@ -684,12 +684,12 @@ const staticTable = {
|
|
|
684
684
|
"table-head-pinned-left": "left-0",
|
|
685
685
|
"table-head-pinned-right": "right-0",
|
|
686
686
|
// table-header
|
|
687
|
-
"table-header": "[&_tr]:border-b border-base
|
|
687
|
+
"table-header": "[&_tr]:border-b border-base",
|
|
688
688
|
// table-row
|
|
689
689
|
"table-row": "border-b border-base hover:bg-muted data-[filter=true]:hover:bg-base data-[state=selected]:bg-muted",
|
|
690
690
|
// table-cell
|
|
691
691
|
"table-cell": "p-4 align-middle [&:has([role=checkbox])]:pr-0",
|
|
692
|
-
"table-cell-pinned": "sticky
|
|
692
|
+
"table-cell-pinned": "sticky bg-base",
|
|
693
693
|
"table-cell-pinned-left": "left-0",
|
|
694
694
|
"table-cell-pinned-right": "right-0",
|
|
695
695
|
// table-empty
|