@una-ui/preset-edge 0.43.0-29044651.41a8333 → 0.44.0-29046447.f501cc7

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.cjs CHANGED
@@ -5,7 +5,7 @@ const colors = require('@unocss/preset-mini/colors');
5
5
  const rules = require('@unocss/preset-mini/rules');
6
6
  const utils = require('@unocss/preset-mini/utils');
7
7
  const unocss = require('unocss');
8
- const index = require('./shared/preset-edge.CWtzB8rF.cjs');
8
+ const index = require('./shared/preset-edge.Df8K_uP1.cjs');
9
9
 
10
10
  function presetUna(options = {
11
11
  // TODO: add options
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.CbcD1yFb.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.GJLOlCOL.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -712,7 +712,7 @@ const staticSelect = {
712
712
  "select-content-popper": "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
713
713
  "select-group": "p-1 w-full",
714
714
  "select-separator": "-mx-1 my-1 h-px bg-muted",
715
- "select-item": "select-item-gray relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-1em outline-none data-[disabled]:pointer-events-none data-[disabled]:n-disabled",
715
+ "select-item": "relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-1em outline-none data-[disabled]:pointer-events-none data-[disabled]:n-disabled",
716
716
  "select-item-indicator": "absolute left-2 size-1.1428571428571428em flex items-center justify-center",
717
717
  "select-item-indicator-icon": "i-check",
718
718
  "select-viewport": "p-1",
@@ -710,7 +710,7 @@ const staticSelect = {
710
710
  "select-content-popper": "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
711
711
  "select-group": "p-1 w-full",
712
712
  "select-separator": "-mx-1 my-1 h-px bg-muted",
713
- "select-item": "select-item-gray relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-1em outline-none data-[disabled]:pointer-events-none data-[disabled]:n-disabled",
713
+ "select-item": "relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-1em outline-none data-[disabled]:pointer-events-none data-[disabled]:n-disabled",
714
714
  "select-item-indicator": "absolute left-2 size-1.1428571428571428em flex items-center justify-center",
715
715
  "select-item-indicator-icon": "i-check",
716
716
  "select-viewport": "p-1",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./shared/preset-edge.CWtzB8rF.cjs');
3
+ const index = require('./shared/preset-edge.Df8K_uP1.cjs');
4
4
  require('@unocss/preset-mini/utils');
5
5
  require('@unocss/preset-mini');
6
6
 
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.CbcD1yFb.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.GJLOlCOL.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.43.0-29044651.41a8333",
3
+ "version": "0.44.0-29046447.f501cc7",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",