@hed-hog/core 0.0.201 → 0.0.202
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.
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
pt: Mostra um gráfico do crescimento de usuários ao longo do tempo.
|
|
73
73
|
- slug: account-security
|
|
74
74
|
width: 5
|
|
75
|
-
height:
|
|
75
|
+
height: 4
|
|
76
76
|
name:
|
|
77
77
|
en: Account Security
|
|
78
78
|
pt: Segurança da Conta
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
en: Shows the security level and recommendations for your account.
|
|
81
81
|
pt: Mostra o nível de segurança e recomendações para sua conta.
|
|
82
82
|
- slug: activity-timeline
|
|
83
|
-
width:
|
|
84
|
-
height:
|
|
83
|
+
width: 5
|
|
84
|
+
height: 2
|
|
85
85
|
name:
|
|
86
86
|
en: Activity Timeline
|
|
87
87
|
pt: Histórico de Atividades
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
pt: Exibe os eventos recentes de atividade no sistema.
|
|
91
91
|
- slug: email-notifications
|
|
92
92
|
width: 7
|
|
93
|
-
height:
|
|
93
|
+
height: 3
|
|
94
94
|
name:
|
|
95
95
|
en: Email Notifications
|
|
96
96
|
pt: Notificações por E-mail
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
en: Shows statistics and chart of system emails received and read.
|
|
99
99
|
pt: Mostra estatísticas e gráfico de e-mails do sistema recebidos e lidos.
|
|
100
100
|
- slug: login-history-chart
|
|
101
|
-
width:
|
|
102
|
-
height:
|
|
101
|
+
width: 6
|
|
102
|
+
height: 4
|
|
103
103
|
name:
|
|
104
104
|
en: Login History Chart
|
|
105
105
|
pt: Gráfico de Histórico de Login
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
pt: Mostra um gráfico de logins e tentativas falhas da semana.
|
|
109
109
|
- slug: profile-card
|
|
110
110
|
width: 12
|
|
111
|
-
height:
|
|
111
|
+
height: 2
|
|
112
112
|
name:
|
|
113
113
|
en: Profile Card
|
|
114
114
|
pt: Cartão de Perfil
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
en: Displays user profile information and quick actions.
|
|
117
117
|
pt: Exibe informações do perfil do usuário e ações rápidas.
|
|
118
118
|
- slug: quick-stats
|
|
119
|
-
width:
|
|
119
|
+
width: 12
|
|
120
120
|
height: 1
|
|
121
121
|
name:
|
|
122
122
|
en: Quick Stats
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
en: Shows the roles assigned to your profile.
|
|
135
135
|
pt: Mostra os papéis atribuídos ao seu perfil.
|
|
136
136
|
- slug: user-sessions
|
|
137
|
-
width:
|
|
138
|
-
height:
|
|
137
|
+
width: 6
|
|
138
|
+
height: 4
|
|
139
139
|
name:
|
|
140
140
|
en: User Sessions
|
|
141
141
|
pt: Sessões do Usuário
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.202",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"speakeasy": "^2.0.0",
|
|
31
31
|
"uuid": "^11.1.0",
|
|
32
32
|
"@hed-hog/api-pagination": "0.0.5",
|
|
33
|
-
"@hed-hog/api-locale": "0.0.11",
|
|
34
|
-
"@hed-hog/api-prisma": "0.0.4",
|
|
35
33
|
"@hed-hog/api-mail": "0.0.7",
|
|
34
|
+
"@hed-hog/api-prisma": "0.0.4",
|
|
36
35
|
"@hed-hog/api": "0.0.3",
|
|
36
|
+
"@hed-hog/api-locale": "0.0.11",
|
|
37
37
|
"@hed-hog/api-types": "0.0.1"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|