@strapi/plugin-color-picker 4.5.4 → 4.5.6

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} required={required}>
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.4",
3
+ "version": "4.5.6",
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": "8716ecc920130db5341b0904cf868c6e6b581a5d"
41
+ "gitHead": "d36609ff26fb4e00a41a7e2b657f16c7466203fe"
42
42
  }