@strapi/plugin-color-picker 5.43.0 → 5.45.0
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.
|
@@ -10,7 +10,10 @@ var cs = {
|
|
|
10
10
|
"color-picker.options.advanced.requiredField": "Povinné pole",
|
|
11
11
|
"color-picker.options.advanced.requiredField.description": "Pokud je toto pole prázdné, nebudete moci vytvořit záznam",
|
|
12
12
|
"color-picker.settings": "Nastavení",
|
|
13
|
-
"color-picker.toggle.aria-label": "Přepínač výběru barvy"
|
|
13
|
+
"color-picker.toggle.aria-label": "Přepínač výběru barvy",
|
|
14
|
+
"plugin.description.long": "Vlastní pole pro výběr barvy spravované Strapi. Pomocí posuvníků sytosti a odstínu vyberte barvu a uložte hodnotu jako řetězec HEX.",
|
|
15
|
+
"plugin.description.short": "Vlastní pole pro výběr barvy spravované Strapi.",
|
|
16
|
+
"plugin.name": "Výběr barvy"
|
|
14
17
|
};
|
|
15
18
|
|
|
16
19
|
module.exports = cs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cs.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -8,7 +8,10 @@ var cs = {
|
|
|
8
8
|
"color-picker.options.advanced.requiredField": "Povinné pole",
|
|
9
9
|
"color-picker.options.advanced.requiredField.description": "Pokud je toto pole prázdné, nebudete moci vytvořit záznam",
|
|
10
10
|
"color-picker.settings": "Nastavení",
|
|
11
|
-
"color-picker.toggle.aria-label": "Přepínač výběru barvy"
|
|
11
|
+
"color-picker.toggle.aria-label": "Přepínač výběru barvy",
|
|
12
|
+
"plugin.description.long": "Vlastní pole pro výběr barvy spravované Strapi. Pomocí posuvníků sytosti a odstínu vyberte barvu a uložte hodnotu jako řetězec HEX.",
|
|
13
|
+
"plugin.description.short": "Vlastní pole pro výběr barvy spravované Strapi.",
|
|
14
|
+
"plugin.name": "Výběr barvy"
|
|
12
15
|
};
|
|
13
16
|
|
|
14
17
|
export { cs as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cs.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-color-picker",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.45.0",
|
|
4
4
|
"description": "Strapi maintained Custom Fields",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"react-intl": "6.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@strapi/strapi": "5.
|
|
70
|
+
"@strapi/strapi": "5.45.0",
|
|
71
71
|
"@testing-library/react": "16.3.0",
|
|
72
72
|
"@testing-library/user-event": "14.6.1",
|
|
73
73
|
"react": "18.3.1",
|
|
74
74
|
"react-dom": "18.3.1",
|
|
75
75
|
"react-router-dom": "6.30.3",
|
|
76
76
|
"styled-components": "6.1.8",
|
|
77
|
-
"typescript": "5.4.
|
|
77
|
+
"typescript": "5.4.5"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@strapi/strapi": "^5.0.0",
|