@strapi/plugin-color-picker 4.7.0-exp.3d6a31eb083e9d44afcf98f68c107fb7567e5720 → 4.7.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.
@@ -8,7 +8,5 @@
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",
12
- "plugin.description.long": "A Strapi-maintained color picker custom field. Use saturation and hue sliders to select a color and save the value as a HEX string.",
13
- "plugin.description.short": "A Strapi-maintained color picker custom field."
11
+ "color-picker.toggle.aria-label": "Přepínač výběru barvy"
14
12
  }
@@ -10,5 +10,6 @@
10
10
  "color-picker.settings": "Settings",
11
11
  "color-picker.toggle.aria-label": "Color picker toggle",
12
12
  "plugin.description.long": "A Strapi-maintained color picker custom field. Use saturation and hue sliders to select a color and save the value as a HEX string.",
13
- "plugin.description.short": "A Strapi-maintained color picker custom field."
13
+ "plugin.description.short": "A Strapi-maintained color picker custom field.",
14
+ "plugin.name": "Color picker"
14
15
  }
@@ -10,5 +10,6 @@
10
10
  "color-picker.settings": "Настройки",
11
11
  "color-picker.toggle.aria-label": "Переключатель средства выбора цвета",
12
12
  "plugin.description.long": "Настраиваемое поле средства выбора цвета, поддерживаемое Strapi. Используйте ползунки насыщенности и оттенка, чтобы выбрать цвет и сохранить его HEX (шестнадцатеричное) значение.",
13
- "plugin.description.short": "Настраиваемое поле средства выбора цвета, поддерживаемое Strapi."
13
+ "plugin.description.short": "Настраиваемое поле средства выбора цвета, поддерживаемое Strapi.",
14
+ "plugin.name": "Выбор цвета"
14
15
  }
@@ -8,7 +8,5 @@
8
8
  "color-picker.options.advanced.requiredField": "Obligatoriskt fält",
9
9
  "color-picker.options.advanced.requiredField.description": "Du kommer inte att kunna skapa en post om det här fältet är tomt",
10
10
  "color-picker.settings": "Inställningar",
11
- "color-picker.toggle.aria-label": "Växla färgväljare",
12
- "plugin.description.long": "A Strapi-maintained color picker custom field. Use saturation and hue sliders to select a color and save the value as a HEX string.",
13
- "plugin.description.short": "A Strapi-maintained color picker custom field."
11
+ "color-picker.toggle.aria-label": "Växla färgväljare"
14
12
  }
@@ -8,7 +8,5 @@
8
8
  "color-picker.options.advanced.requiredField": "Zorunlu alan",
9
9
  "color-picker.options.advanced.requiredField.description": "Bu alan boş olursa yeni bir girdi oluşturamazsın",
10
10
  "color-picker.settings": "Ayarlar",
11
- "color-picker.toggle.aria-label": "Renk seçici anahtarı",
12
- "plugin.description.long": "A Strapi-maintained color picker custom field. Use saturation and hue sliders to select a color and save the value as a HEX string.",
13
- "plugin.description.short": "A Strapi-maintained color picker custom field."
11
+ "color-picker.toggle.aria-label": "Renk seçici anahtarı"
14
12
  }
@@ -8,7 +8,5 @@
8
8
  "color-picker.options.advanced.requiredField": "必填欄位",
9
9
  "color-picker.options.advanced.requiredField.description": "若此欄位為空,您將無法建立項目",
10
10
  "color-picker.settings": "設定",
11
- "color-picker.toggle.aria-label": "選色器開關",
12
- "plugin.description.long": "A Strapi-maintained color picker custom field. Use saturation and hue sliders to select a color and save the value as a HEX string.",
13
- "plugin.description.short": "A Strapi-maintained color picker custom field."
11
+ "color-picker.toggle.aria-label": "選色器開關"
14
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-color-picker",
3
- "version": "4.7.0-exp.3d6a31eb083e9d44afcf98f68c107fb7567e5720",
3
+ "version": "4.7.0",
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": "3d6a31eb083e9d44afcf98f68c107fb7567e5720"
41
+ "gitHead": "948dbb3121330ffd43f3a4f55522c797770e0b2a"
42
42
  }
@@ -1 +0,0 @@
1
- {}