@una-ui/preset-edge 0.55.0-29124174.c45a1c0 → 0.55.0-29124210.b605486

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.CuPfp5JI.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.4c3iYh9E.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -368,7 +368,6 @@ const staticDrawer = {
368
368
  "drawer-content-bottom": "data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-lg",
369
369
  "drawer-content-right": "data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:sm:max-w-sm",
370
370
  "drawer-content-left": "data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:sm:max-w-sm",
371
- "drawer-content-wrapper": "",
372
371
  "drawer-handle": "mx-auto mt-4 hidden h-2 w-[100px] shrink-0 rounded-full bg-muted group-data-[vaul-drawer-direction=bottom]:block",
373
372
  "drawer-header": "flex flex-col gap-1.5 p-4",
374
373
  "drawer-title": "text-foreground font-semibold",
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.CuPfp5JI.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.4c3iYh9E.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.55.0-29124174.c45a1c0",
3
+ "version": "0.55.0-29124210.b605486",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",