@una-ui/preset 0.18.0-beta.1 → 0.19.0-beta.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ✨ Una UI
2
2
 
3
- > [!WARNING]
3
+ > [!WARNING]
4
4
  > This project is heavily working in progress.
5
5
 
6
6
  ## 🏗️ Release Status
package/dist/index.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
+ const presetMini = require('@unocss/preset-mini');
4
+ const colors = require('@unocss/preset-mini/colors');
3
5
  const rules = require('@unocss/preset-mini/rules');
4
6
  const utils = require('@unocss/preset-mini/utils');
5
- const presetMini = require('@unocss/preset-mini');
6
7
  const unocss = require('unocss');
7
- const colors = require('@unocss/preset-mini/colors');
8
8
  const shortcuts = require('./shortcuts.cjs');
9
9
 
10
10
  function presetUna(options = {
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
+ import { theme } from '@unocss/preset-mini';
2
+ import { colors } from '@unocss/preset-mini/colors';
1
3
  import { fonts } from '@unocss/preset-mini/rules';
2
4
  import { parseColor } from '@unocss/preset-mini/utils';
3
- import { theme } from '@unocss/preset-mini';
4
5
  import { mergeDeep } from 'unocss';
5
- import { colors } from '@unocss/preset-mini/colors';
6
6
  import { shortcuts } from './shortcuts.mjs';
7
7
 
8
8
  function presetUna(options = {