@godxjp/ui 6.3.0 → 6.5.0
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/app/index.js +4 -4
- package/dist/{chunk-LFLHBTDK.js → chunk-2WGV7GGO.js} +1 -1
- package/dist/{chunk-PPXBEAAM.js → chunk-AQWA7G5X.js} +2 -2
- package/dist/{chunk-7JN4JXK6.js → chunk-AYTQ7CD3.js} +110 -22
- package/dist/{chunk-7W3CHMLL.js → chunk-CJVXTCYD.js} +1 -1
- package/dist/{chunk-R2B7XJ6A.js → chunk-DGDQNZS3.js} +13 -4
- package/dist/{chunk-UGQ3HQD5.js → chunk-DGI4B3GN.js} +1 -1
- package/dist/chunk-DV52WNXO.js +8 -0
- package/dist/{chunk-5DRKN2HI.js → chunk-HGRRL34G.js} +1 -1
- package/dist/{chunk-PUY25RRT.js → chunk-I2SHXSYY.js} +1 -1
- package/dist/{chunk-UCF25X5E.js → chunk-IJULK64S.js} +2 -2
- package/dist/{chunk-J6ZZVN6T.js → chunk-K6D7LQWC.js} +2 -2
- package/dist/{chunk-FKAXA6OI.js → chunk-LQGSZODY.js} +1 -1
- package/dist/{chunk-EYLUVDHJ.js → chunk-NHD5XDMX.js} +1 -1
- package/dist/{chunk-MIVDO3Z3.js → chunk-QT3T2HEI.js} +2 -2
- package/dist/{chunk-RGSH6FQN.js → chunk-RP3NH5QJ.js} +1 -1
- package/dist/{chunk-6BJ2X7PA.js → chunk-TRVOPU4U.js} +9 -3
- package/dist/{chunk-QDAASTWZ.js → chunk-WDJOIRXN.js} +1 -1
- package/dist/{chunk-WUXFOY6M.js → chunk-WM5MKEOD.js} +2 -2
- package/dist/{chunk-FNZQTYAG.js → chunk-Z33J65PB.js} +2 -2
- package/dist/{chunk-TDTNDXWK.js → chunk-ZFK2XCXU.js} +3 -3
- package/dist/components/admin/index.d.ts +4 -4
- package/dist/components/admin/index.js +15 -14
- package/dist/components/data-display/index.d.ts +1 -1
- package/dist/components/data-display/index.js +5 -8
- package/dist/components/data-entry/autocomplete.js +3 -3
- package/dist/components/data-entry/cascader.js +3 -3
- package/dist/components/data-entry/color-picker.js +3 -3
- package/dist/components/data-entry/command.d.ts +5 -5
- package/dist/components/data-entry/date-picker.js +3 -3
- package/dist/components/data-entry/date-range-picker.js +3 -3
- package/dist/components/data-entry/index.js +13 -13
- package/dist/components/data-entry/time-picker.js +3 -3
- package/dist/components/data-entry/transfer.js +3 -3
- package/dist/components/data-entry/tree-select.js +3 -3
- package/dist/components/data-entry/upload.js +5 -5
- package/dist/components/feedback/alert.js +4 -4
- package/dist/components/feedback/dialog.js +3 -3
- package/dist/components/feedback/index.js +5 -5
- package/dist/components/layout/index.d.ts +3 -3
- package/dist/components/layout/index.js +2 -1
- package/dist/components/navigation/index.d.ts +2 -2
- package/dist/components/navigation/index.js +4 -4
- package/dist/components/navigation/pagination.js +3 -3
- package/dist/components/query/index.js +5 -5
- package/dist/components/ui/index.js +12 -12
- package/dist/{data-table-Pd62B4WQ.d.ts → data-table-CnRksymA.d.ts} +5 -1
- package/dist/{filter-bar-XpspcQdZ.d.ts → filter-bar-CNEdQB7i.d.ts} +1 -1
- package/dist/i18n/index.d.ts +3 -1
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/index.js +15 -14
- package/dist/{inline-C5u6ptJV.d.ts → inline-BuyFYZah.d.ts} +1 -1
- package/dist/{layout.prop-C795F0qg.d.ts → layout.prop-CjlAEWgr.d.ts} +2 -0
- package/dist/lib/datetime/index.js +1 -1
- package/dist/props/components/index.d.ts +1 -1
- package/dist/props/index.d.ts +1 -1
- package/dist/props/index.js +1 -1
- package/dist/styles/shell-layout.css +75 -0
- package/dist/styles/table-layout.css +5 -0
- package/package.json +1 -1
|
@@ -81,6 +81,11 @@
|
|
|
81
81
|
border-radius: var(--radius-md);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
/* Empty-state cell hosts the built-in EmptyState (which brings its own padding). */
|
|
85
|
+
.ui-data-table-empty {
|
|
86
|
+
padding: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
84
89
|
[data-slot="card-content"][data-flush] .ui-data-table-root {
|
|
85
90
|
gap: 0;
|
|
86
91
|
}
|