@una-ui/preset-edge 1.0.0-alpha.3-29202234.4db332b → 1.0.0-alpha.3-29213861.3f49f1f
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/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fonts } from '@unocss/preset-mini/rules';
|
|
2
2
|
import { handler, parseColor } from '@unocss/preset-mini/utils';
|
|
3
3
|
import { colors } from '@unocss/preset-wind4/colors';
|
|
4
|
-
import { s as shortcuts } from './shared/preset-edge.
|
|
4
|
+
import { s as shortcuts } from './shared/preset-edge.DfDyl_MJ.mjs';
|
|
5
5
|
import '@unocss/preset-mini';
|
|
6
6
|
|
|
7
7
|
function presetUna(options = {
|
|
@@ -1178,7 +1178,9 @@ const staticTable = {
|
|
|
1178
1178
|
// table-empty
|
|
1179
1179
|
"table-empty-row": "",
|
|
1180
1180
|
"table-empty-cell": "p-4 whitespace-nowrap align-middle text-sm text-muted-foreground bg-background",
|
|
1181
|
-
"table-empty": "flex items-center justify-center py-10",
|
|
1181
|
+
"table-empty": "flex items-center flex-col justify-center py-10 gap-4",
|
|
1182
|
+
"table-empty-text": "text-center text-wrap",
|
|
1183
|
+
"table-empty-icon-name": "i-tabler-database-x size-2xl",
|
|
1182
1184
|
// table-loading
|
|
1183
1185
|
"table-loading-icon": "animate-spin text-lg",
|
|
1184
1186
|
// TODO: to add
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED