@una-ui/preset 0.42.1 → 0.44.0

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.ajO7qeo0.cjs');
8
+ const index = require('./shared/preset.CWtzB8rF.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.DrYcFChb.mjs';
6
+ import { s as shortcuts } from './shared/preset.CbcD1yFb.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
package/dist/prefixes.cjs CHANGED
@@ -90,7 +90,6 @@ const prefixes = [
90
90
  "select-item-indicator",
91
91
  "select-item-text",
92
92
  "select-label",
93
- "select-root",
94
93
  "select-scroll-down-button",
95
94
  "select-scroll-up-button",
96
95
  "select-separator",
package/dist/prefixes.mjs CHANGED
@@ -88,7 +88,6 @@ const prefixes = [
88
88
  "select-item-indicator",
89
89
  "select-item-text",
90
90
  "select-label",
91
- "select-root",
92
91
  "select-scroll-down-button",
93
92
  "select-scroll-up-button",
94
93
  "select-separator",
@@ -703,10 +703,9 @@ const staticSelect = {
703
703
  "select-trigger-success-icon": "i-success",
704
704
  "select-trigger-warning-icon": "i-warning",
705
705
  // components
706
- "select-root": "",
707
706
  "select-trigger": "px-0.8571428571428571em w-full [&>span]:truncate",
708
707
  "select-trigger-trailing-icon": "i-lucide-chevron-down",
709
- "select-trigger-trailing": "ml-auto size-1.4285714285714286em data-[status=error]:text-error data-[status=success]:text-success data-[status=warning]:text-warning data-[status=info]:text-info data-[status=default]:(n-disabled size-1.1428571428571428em)",
708
+ "select-trigger-trailing": "size-1.4285714285714286em data-[status=error]:text-error data-[status=success]:text-success data-[status=warning]:text-warning data-[status=info]:text-info data-[status=default]:(n-disabled size-1.1428571428571428em)",
710
709
  "select-trigger-leading": "size-1.1428571428571428em",
711
710
  "select-value": "text-1em data-[status=error]:text-error-active data-[status=success]:text-success-active data-[status=warning]:text-warning-active data-[status=info]:text-info-active data-[placeholder]:n-disabled",
712
711
  "select-content": "relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border border-base bg-popover text-popover shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
@@ -701,10 +701,9 @@ const staticSelect = {
701
701
  "select-trigger-success-icon": "i-success",
702
702
  "select-trigger-warning-icon": "i-warning",
703
703
  // components
704
- "select-root": "",
705
704
  "select-trigger": "px-0.8571428571428571em w-full [&>span]:truncate",
706
705
  "select-trigger-trailing-icon": "i-lucide-chevron-down",
707
- "select-trigger-trailing": "ml-auto size-1.4285714285714286em data-[status=error]:text-error data-[status=success]:text-success data-[status=warning]:text-warning data-[status=info]:text-info data-[status=default]:(n-disabled size-1.1428571428571428em)",
706
+ "select-trigger-trailing": "size-1.4285714285714286em data-[status=error]:text-error data-[status=success]:text-success data-[status=warning]:text-warning data-[status=info]:text-info data-[status=default]:(n-disabled size-1.1428571428571428em)",
708
707
  "select-trigger-leading": "size-1.1428571428571428em",
709
708
  "select-value": "text-1em data-[status=error]:text-error-active data-[status=success]:text-success-active data-[status=warning]:text-warning-active data-[status=info]:text-info-active data-[placeholder]:n-disabled",
710
709
  "select-content": "relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border border-base bg-popover text-popover shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./shared/preset.ajO7qeo0.cjs');
3
+ const index = require('./shared/preset.CWtzB8rF.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.DrYcFChb.mjs';
1
+ export { s as shortcuts } from './shared/preset.CbcD1yFb.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",
3
- "version": "0.42.1",
3
+ "version": "0.44.0",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",