@una-ui/preset-edge 0.56.0-29132317.8c67214 → 0.56.0-29135441.b6b1fea

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
@@ -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.B_VKOxG6.mjs';
6
+ import { s as shortcuts } from './shared/preset-edge.0Sd0ia_j.mjs';
7
7
 
8
8
  function presetUna(options = {
9
9
  // TODO: add options
@@ -436,7 +436,7 @@ const staticForm = {
436
436
  // label
437
437
  "form-field-label-wrapper": "flex",
438
438
  "form-field-label": "block",
439
- "form-field-label-required": "after:content-['*'] after:ms-0.5 after:text-error",
439
+ "form-field-label-required": "after:content-['*'] after:-ms-0.9 after:text-error",
440
440
  "form-message": "text-0.8rem font-medium transition-all duration-1000 ease-in-out text-error",
441
441
  "form-label": "",
442
442
  "form-description": "text-sm text-muted",
@@ -1,3 +1,3 @@
1
- export { s as shortcuts } from './shared/preset-edge.B_VKOxG6.mjs';
1
+ export { s as shortcuts } from './shared/preset-edge.0Sd0ia_j.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.56.0-29132317.8c67214",
3
+ "version": "0.56.0-29135441.b6b1fea",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",