@hed-hog/core 0.0.212 → 0.0.213

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.
@@ -5,4 +5,8 @@
5
5
  - slug: user
6
6
  name:
7
7
  en: User Dashboard
8
- pt: Dashboard do Usuário
8
+ pt: Dashboard do Usuário
9
+ - slug: config
10
+ name:
11
+ en: Configuration Dashboard
12
+ pt: Dashboard de Configurações
@@ -169,3 +169,48 @@
169
169
  description:
170
170
  en: Displays active sessions and connected devices for your account.
171
171
  pt: Exibe sessões ativas e dispositivos conectados à sua conta.
172
+ - slug: mail-config
173
+ width: 6
174
+ height: 4
175
+ name:
176
+ en: Mail Configuration
177
+ pt: Configuração de E-mail
178
+ description:
179
+ en: Widget to configure the mail provider settings.
180
+ pt: Widget para configurar as definições do provedor de e-mail.
181
+ - slug: locale-config
182
+ width: 6
183
+ height: 6
184
+ name:
185
+ en: Locale Configuration
186
+ pt: Configuração de Localização
187
+ description:
188
+ en: Widget to configure language and locale settings.
189
+ pt: Widget para configurar as definições de idioma e localização.
190
+ - slug: oauth-config
191
+ width: 6
192
+ height: 4
193
+ name:
194
+ en: OAuth Configuration
195
+ pt: Configuração de OAuth
196
+ description:
197
+ en: Widget to configure OAuth authentication providers.
198
+ pt: Widget para configurar os provedores de autenticação OAuth.
199
+ - slug: storage-config
200
+ width: 6
201
+ height: 4
202
+ name:
203
+ en: Storage Configuration
204
+ pt: Configuração de Armazenamento
205
+ description:
206
+ en: Widget to configure the file storage provider settings.
207
+ pt: Widget para configurar as definições do provedor de armazenamento.
208
+ - slug: theme-config
209
+ width: 6
210
+ height: 4
211
+ name:
212
+ en: Theme Configuration
213
+ pt: Configuração de Tema
214
+ description:
215
+ en: Widget to configure the application theme and appearance.
216
+ pt: Widget para configurar o tema e a aparência da aplicação.
@@ -113,3 +113,33 @@
113
113
  where:
114
114
  slug: user
115
115
 
116
+ - component_id:
117
+ where:
118
+ slug: mail-config
119
+ role_id:
120
+ where:
121
+ slug: admin
122
+ - component_id:
123
+ where:
124
+ slug: locale-config
125
+ role_id:
126
+ where:
127
+ slug: admin
128
+ - component_id:
129
+ where:
130
+ slug: oauth-config
131
+ role_id:
132
+ where:
133
+ slug: admin
134
+ - component_id:
135
+ where:
136
+ slug: storage-config
137
+ role_id:
138
+ where:
139
+ slug: admin
140
+ - component_id:
141
+ where:
142
+ slug: theme-config
143
+ role_id:
144
+ where:
145
+ slug: admin
@@ -189,3 +189,58 @@
189
189
  height: 4
190
190
  x_axis: 0
191
191
  y_axis: 11
192
+
193
+ - component_id:
194
+ where:
195
+ slug: mail-config
196
+ dashboard_id:
197
+ where:
198
+ slug: config
199
+ width: 6
200
+ height: 4
201
+ x_axis: 0
202
+ y_axis: 0
203
+
204
+ - component_id:
205
+ where:
206
+ slug: locale-config
207
+ dashboard_id:
208
+ where:
209
+ slug: config
210
+ width: 6
211
+ height: 4
212
+ x_axis: 6
213
+ y_axis: 0
214
+
215
+ - component_id:
216
+ where:
217
+ slug: oauth-config
218
+ dashboard_id:
219
+ where:
220
+ slug: config
221
+ width: 6
222
+ height: 4
223
+ x_axis: 0
224
+ y_axis: 4
225
+
226
+ - component_id:
227
+ where:
228
+ slug: storage-config
229
+ dashboard_id:
230
+ where:
231
+ slug: config
232
+ width: 6
233
+ height: 4
234
+ x_axis: 6
235
+ y_axis: 4
236
+
237
+ - component_id:
238
+ where:
239
+ slug: theme-config
240
+ dashboard_id:
241
+ where:
242
+ slug: config
243
+ width: 6
244
+ height: 4
245
+ x_axis: 0
246
+ y_axis: 8
@@ -9,4 +9,10 @@
9
9
  slug: user
10
10
  role_id:
11
11
  where:
12
- slug: user
12
+ slug: user
13
+ - dashboard_id:
14
+ where:
15
+ slug: config
16
+ role_id:
17
+ where:
18
+ slug: admin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.212",
3
+ "version": "0.0.213",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {