@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.
|
|
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 = "
|
|
740
|
+
([, variant = "outline", color = "gray"]) => `data-[selected=false]:btn-${variant}-${color}`
|
|
741
741
|
]
|
|
742
742
|
];
|
|
743
743
|
const pagination = [
|
package/dist/shortcuts.mjs
CHANGED
package/package.json
CHANGED