@eagami/ui 5.14.1 → 5.14.2

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": "@eagami/ui",
3
- "version": "5.14.1",
3
+ "version": "5.14.2",
4
4
  "description": "Lightweight, accessible, themeable Angular UI component library and icon set built on CSS custom properties",
5
5
  "author": "Michal Wiraszka <michal@eagami.com>",
6
6
  "license": "MIT",
@@ -70,6 +70,7 @@ interface EagamiMessages {
70
70
  clear: string;
71
71
  };
72
72
  colorPicker: {
73
+ dialogLabel: string;
73
74
  placeholder: string;
74
75
  clear: string;
75
76
  hue: string;
@@ -154,6 +155,7 @@ interface EagamiMessages {
154
155
  label: string;
155
156
  };
156
157
  multiSelect: {
158
+ dialogLabel: string;
157
159
  placeholder: string;
158
160
  searchPlaceholder: string;
159
161
  searchEmpty: string;