keevo-components 1.8.536 → 1.8.537

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.
@@ -44,10 +44,10 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
44
44
  * @type {Array<{id: number, numNotifications?: number, action?: (e: any) => void}>}
45
45
  *
46
46
  * Opções disponíveis:
47
- * - 2 - Notificações
48
- * - 3 - Comunicador
49
- * - 4 - Kiara
50
- * - 5 - Tarefas
47
+ * - 2 - Kiara
48
+ * - 3 - Notificações
49
+ * - 4 - Tarefas
50
+ * - 5 - Comunicador
51
51
  *
52
52
  * @property {number} id - identificador do menu.
53
53
  * @property {number} [numNotifications] - Número de notificações (opcional).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.536",
3
+ "version": "1.8.537",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",