@una-ui/preset-edge 0.61.0-29209714.0d2b8cc → 0.61.0-29213862.727be41

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
@@ -3,7 +3,7 @@ import { colors } from '@unocss/preset-mini/colors';
3
3
  import { fonts } from '@unocss/preset-mini/rules';
4
4
  import { handler, parseColor } from '@unocss/preset-mini/utils';
5
5
  import { mergeDeep } from 'unocss';
6
- import { s as shortcuts } from './shared/preset-edge.f7nEHBBO.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.DyKk7HOF.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -1156,7 +1156,9 @@ const staticTable = {
1156
1156
  // table-empty
1157
1157
  "table-empty-row": "",
1158
1158
  "table-empty-cell": "p-4 whitespace-nowrap align-middle text-sm text-muted bg-base",
1159
- "table-empty": "flex items-center justify-center py-10",
1159
+ "table-empty": "flex items-center flex-col justify-center py-10 gap-4",
1160
+ "table-empty-text": "text-center text-wrap",
1161
+ "table-empty-icon-name": "i-tabler-database-x size-2xl",
1160
1162
  // table-loading
1161
1163
  "table-loading-icon": "animate-spin text-lg",
1162
1164
  // TODO: to add
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.f7nEHBBO.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.DyKk7HOF.mjs';
2
2
  import '@unocss/preset-mini/utils';
3
3
  import '@unocss/preset-mini';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@una-ui/preset-edge",
3
- "version": "0.61.0-29209714.0d2b8cc",
3
+ "version": "0.61.0-29213862.727be41",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",