@strapi/plugin-color-picker 4.4.2 → 4.4.4

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "color-picker.label": "Barva",
3
+ "color-picker.description": "Vyberte libovolnou barvu",
4
+ "color-picker.settings": "Nastavení",
5
+ "color-picket.input.format": "HEX",
6
+ "color-picker.options.advanced.regex": "RegExp vzor",
7
+ "color-picker.options.advanced.regex.description": "Zadejte regulární výraz pro ověření hodnoty HEX",
8
+ "color-picker.options.advanced.requiredField": "Povinné pole",
9
+ "color-picker.options.advanced.requiredField.description": "Pokud je toto pole prázdné, nebudete moci vytvořit záznam",
10
+ "color-picker.toggle.aria-label": "Přepínač výběru barvy",
11
+ "color-picker.input.aria-label": "Vstup pro výběr barvy"
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-color-picker",
3
- "version": "4.4.2",
3
+ "version": "4.4.4",
4
4
  "description": "Strapi maintained Custom Fields",
5
5
  "strapi": {
6
6
  "name": "color-picker",
@@ -36,5 +36,5 @@
36
36
  "node": ">=14.19.1 <=18.x.x",
37
37
  "npm": ">=6.0.0"
38
38
  },
39
- "gitHead": "7f6d6ace893538ad130882e17f91e8cb8822e8a3"
39
+ "gitHead": "02f7b3b65deab4f7db360141d6f87f4a6840170e"
40
40
  }