@hed-hog/core 0.0.204 → 0.0.206

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.
@@ -115,15 +115,42 @@
115
115
  description:
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
- - slug: quick-stats
119
- width: 12
118
+ - slug: stat-online-time
119
+ width: 3
120
+ height: 1
121
+ name:
122
+ en: Online Time
123
+ pt: Tempo Online
124
+ description:
125
+ en: Shows how long you have been online in the current session.
126
+ pt: Mostra há quanto tempo você está online na sessão atual.
127
+ - slug: stat-actions-today
128
+ width: 3
129
+ height: 1
130
+ name:
131
+ en: Actions Today
132
+ pt: Ações Hoje
133
+ description:
134
+ en: Shows the number of actions performed today.
135
+ pt: Mostra o número de ações realizadas hoje.
136
+ - slug: stat-consecutive-days
137
+ width: 3
138
+ height: 1
139
+ name:
140
+ en: Consecutive Days
141
+ pt: Dias Consecutivos
142
+ description:
143
+ en: Shows how many consecutive days you have logged in.
144
+ pt: Mostra quantos dias consecutivos você fez login.
145
+ - slug: stat-access-level
146
+ width: 3
120
147
  height: 1
121
148
  name:
122
- en: Quick Stats
123
- pt: Estatísticas Rápidas
149
+ en: Access Level
150
+ pt: Nível de Acesso
124
151
  description:
125
- en: Shows quick statistics about your account and activity.
126
- pt: Mostra estatísticas rápidas sobre sua conta e atividade.
152
+ en: Shows your current security and access level.
153
+ pt: Mostra seu nível atual de segurança e acesso.
127
154
  - slug: user-roles
128
155
  width: 6
129
156
  height: 6
@@ -78,7 +78,25 @@
78
78
  slug: user
79
79
  - component_id:
80
80
  where:
81
- slug: quick-stats
81
+ slug: stat-online-time
82
+ role_id:
83
+ where:
84
+ slug: user
85
+ - component_id:
86
+ where:
87
+ slug: stat-actions-today
88
+ role_id:
89
+ where:
90
+ slug: user
91
+ - component_id:
92
+ where:
93
+ slug: stat-consecutive-days
94
+ role_id:
95
+ where:
96
+ slug: user
97
+ - component_id:
98
+ where:
99
+ slug: stat-access-level
82
100
  role_id:
83
101
  where:
84
102
  slug: user
@@ -55,9 +55,9 @@
55
55
  where:
56
56
  slug: default
57
57
  width: 6
58
- height: 6
59
- x_axis: 6
60
- y_axis: 11
58
+ height: 3
59
+ x_axis: 0
60
+ y_axis: 4
61
61
  - component_id:
62
62
  where:
63
63
  slug: sessions-today-card
@@ -91,14 +91,44 @@
91
91
  y_axis: 0
92
92
  - component_id:
93
93
  where:
94
- slug: quick-stats
94
+ slug: stat-online-time
95
95
  dashboard_id:
96
96
  where:
97
97
  slug: user
98
- width: 12
98
+ width: 3
99
99
  height: 1
100
100
  x_axis: 0
101
101
  y_axis: 2
102
+ - component_id:
103
+ where:
104
+ slug: stat-actions-today
105
+ dashboard_id:
106
+ where:
107
+ slug: user
108
+ width: 3
109
+ height: 1
110
+ x_axis: 3
111
+ y_axis: 2
112
+ - component_id:
113
+ where:
114
+ slug: stat-consecutive-days
115
+ dashboard_id:
116
+ where:
117
+ slug: user
118
+ width: 3
119
+ height: 1
120
+ x_axis: 6
121
+ y_axis: 2
122
+ - component_id:
123
+ where:
124
+ slug: stat-access-level
125
+ dashboard_id:
126
+ where:
127
+ slug: user
128
+ width: 3
129
+ height: 1
130
+ x_axis: 9
131
+ y_axis: 2
102
132
  - component_id:
103
133
  where:
104
134
  slug: account-security
@@ -155,7 +185,7 @@
155
185
  dashboard_id:
156
186
  where:
157
187
  slug: user
158
- width: 6
159
- height: 6
188
+ width: 12
189
+ height: 4
160
190
  x_axis: 0
161
191
  y_axis: 11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.204",
3
+ "version": "0.0.206",
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
33
  "@hed-hog/api-prisma": "0.0.4",
35
- "@hed-hog/api-mail": "0.0.7",
34
+ "@hed-hog/api-locale": "0.0.11",
36
35
  "@hed-hog/api-types": "0.0.1",
36
+ "@hed-hog/api-mail": "0.0.7",
37
37
  "@hed-hog/api": "0.0.3"
38
38
  },
39
39
  "exports": {