@una-ui/preset-edge 0.56.4-29136547.a43d024 → 0.56.4-29136694.88ad8d5

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.Da4x31Ds.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.z9pE1V_k.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -349,7 +349,7 @@ const staticDialog = {
349
349
  "dialog-title": "text-lg font-semibold leading-none tracking-tight",
350
350
  "dialog-description": "text-sm text-muted",
351
351
  "dialog-close": "absolute right-4 top-4",
352
- "dialog-footer": "flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2"
352
+ "dialog-footer": "flex flex-col-reverse sm:flex-row sm:justify-end gap-2"
353
353
  };
354
354
  const dynamicDialog = [
355
355
  // dynamic preset
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.Da4x31Ds.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.z9pE1V_k.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.56.4-29136547.a43d024",
3
+ "version": "0.56.4-29136694.88ad8d5",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",