@strapi/plugin-color-picker 4.5.4 → 4.6.0-alpha.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-color-picker",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0-alpha.1",
|
|
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": "9171c48104548f5f6da21abf2a8098009f1a40e9"
|
|
42
42
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"color-picker.label": "Renk",
|
|
3
|
-
"color-picker.description": "Herhangi bir renk seç",
|
|
4
|
-
"color-picker.settings": "Ayarlar",
|
|
5
|
-
"color-picket.input.format": "HEX",
|
|
6
|
-
"color-picker.options.advanced.regex": "RegExp ifadesi",
|
|
7
|
-
"color-picker.options.advanced.regex.description": "HEX değerini doğrulamak için bir RegExp ifadesi sağla",
|
|
8
|
-
"color-picker.options.advanced.requiredField": "Zorunlu alan",
|
|
9
|
-
"color-picker.options.advanced.requiredField.description": "Bu alan boş olursa yeni bir girdi oluşturamazsın",
|
|
10
|
-
"color-picker.toggle.aria-label": "Renk seçici anahtarı",
|
|
11
|
-
"color-picker.input.aria-label": "Renk seçici girişi"
|
|
12
|
-
}
|