@strapi/plugin-color-picker 4.5.4 → 4.5.5
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.
|
@@ -101,11 +101,10 @@ const ColorPickerInput = ({
|
|
|
101
101
|
// GenericInput calls formatMessage and returns a string for the error
|
|
102
102
|
error={error}
|
|
103
103
|
hint={description && formatMessage(description)}
|
|
104
|
+
required={required}
|
|
104
105
|
>
|
|
105
106
|
<Stack spacing={1}>
|
|
106
|
-
<FieldLabel action={labelAction}
|
|
107
|
-
{formatMessage(intlLabel)}
|
|
108
|
-
</FieldLabel>
|
|
107
|
+
<FieldLabel action={labelAction}>{formatMessage(intlLabel)}</FieldLabel>
|
|
109
108
|
<ColorPickerToggle
|
|
110
109
|
ref={colorPickerButtonRef}
|
|
111
110
|
aria-label={formatMessage({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-color-picker",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.5",
|
|
4
4
|
"description": "Strapi maintained Custom Fields",
|
|
5
5
|
"strapi": {
|
|
6
6
|
"name": "color-picker",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"node": ">=14.19.1 <=18.x.x",
|
|
39
39
|
"npm": ">=6.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "8f1988367c1ccbbb1c44866d9dc9fa512e4f3b31"
|
|
42
42
|
}
|