@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.
|
|
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
|
|
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",
|
package/dist/shortcuts.mjs
CHANGED