@una-ui/preset-edge 0.54.3-29121290.9dc8097 → 0.54.3-29122498.f863bbf

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.B0rOKURV.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.YhYHKHNo.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -622,7 +622,7 @@ const label = [
622
622
 
623
623
  const staticLink = {
624
624
  // base
625
- link: ""
625
+ "_link-disabled": "n-disabled"
626
626
  };
627
627
  const dynamicLink = [
628
628
  // dynamic preset
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.B0rOKURV.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.YhYHKHNo.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.54.3-29121290.9dc8097",
3
+ "version": "0.54.3-29122498.f863bbf",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",