@una-ui/preset-edge 0.65.0-29355522.1d73e77 → 0.66.0-29382444.8375068

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.D0juJrEt.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.C9D52pxr.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -14,7 +14,7 @@ const staticAccordion = {
14
14
  "accordion-trigger": "w-full flex justify-between items-center accordion-trigger-padding",
15
15
  "accordion-trigger-padding": "p-(x-3 y-4) is-[.btn]:h-auto",
16
16
  "accordion-trigger-label": "flex-1 text-left",
17
- "accordion-panel": "text-(muted 0.875em) border-(t $c-divider) accordion-trigger-padding",
17
+ "accordion-panel": "w-full text-(muted 0.875em) border-(t $c-divider) accordion-trigger-padding",
18
18
  "accordion-leading": "text-1.2em",
19
19
  "accordion-trailing": "flex transition items-center text-1em duration-300"
20
20
  };
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.D0juJrEt.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.C9D52pxr.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.65.0-29355522.1d73e77",
3
+ "version": "0.66.0-29382444.8375068",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",