@una-ui/preset-edge 1.0.0-alpha.0-29173950.b6a8c03 → 1.0.0-alpha.0-29174031.a72c9da

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
@@ -1,7 +1,7 @@
1
1
  import { fonts } from '@unocss/preset-mini/rules';
2
2
  import { handler, parseColor } from '@unocss/preset-mini/utils';
3
3
  import { colors } from '@unocss/preset-wind4/colors';
4
- import { s as shortcuts } from './shared/preset-edge.BfS0VXMj.mjs';
4
+ import { s as shortcuts } from './shared/preset-edge.JlzT65dt.mjs';
5
5
  import '@unocss/preset-mini';
6
6
 
7
7
  function presetUna(options = {
@@ -737,7 +737,7 @@ const dynamicPagination = [
737
737
  ],
738
738
  [
739
739
  /^pagination-unselected(?:-([^-]+))?(?:-([^-]+))?$/,
740
- ([, variant = "solid", color = "gray"]) => `data-[selected=false]:btn-${variant}-${color}`
740
+ ([, variant = "outline", color = "gray"]) => `data-[selected=false]:btn-${variant}-${color}`
741
741
  ]
742
742
  ];
743
743
  const pagination = [
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.BfS0VXMj.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.JlzT65dt.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": "1.0.0-alpha.0-29173950.b6a8c03",
3
+ "version": "1.0.0-alpha.0-29174031.a72c9da",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",