@hedhog/admin 0.0.100 → 0.0.102

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/hedhog.yaml +63 -0
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1215,6 +1215,15 @@ data:
1215
1215
  en: The primary color to use
1216
1216
  pt: A cor primária a utilizar
1217
1217
  value: '#000000'
1218
+ - slug: theme-primary-foreground
1219
+ type: string
1220
+ name:
1221
+ en: Primary Color Foreground
1222
+ pt: Contraste da Cor Primária
1223
+ description:
1224
+ en: The primary color foreground to use
1225
+ pt: O contraste da cor primária a utilizar
1226
+ value: '#ffffff'
1218
1227
  - slug: theme-secondary
1219
1228
  type: string
1220
1229
  name:
@@ -1224,6 +1233,15 @@ data:
1224
1233
  en: The secondary color to use
1225
1234
  pt: A cor secundária a utilizar
1226
1235
  value: '#FFFFFF'
1236
+ - slug: theme-secondary-foreground
1237
+ type: string
1238
+ name:
1239
+ en: Secondary Color Foreground
1240
+ pt: Contraste da Cor Secundária
1241
+ description:
1242
+ en: The secondary color foreground to use
1243
+ pt: O contraste da cor secundária a utilizar
1244
+ value: '#000000'
1227
1245
  - slug: theme-accent
1228
1246
  type: string
1229
1247
  name:
@@ -1233,6 +1251,15 @@ data:
1233
1251
  en: The accent color to use
1234
1252
  pt: A cor de realce a utilizar
1235
1253
  value: '#FF0000'
1254
+ - slug: theme-accent-foreground
1255
+ type: string
1256
+ name:
1257
+ en: Accent Color Foreground
1258
+ pt: Contraste da Cor de Realce
1259
+ description:
1260
+ en: The accent color foreground to use
1261
+ pt: O contraste da cor de realce a utilizar
1262
+ value: '#000000'
1236
1263
  - slug: theme-background
1237
1264
  type: string
1238
1265
  name:
@@ -1242,6 +1269,15 @@ data:
1242
1269
  en: The background color to use
1243
1270
  pt: A cor de fundo a utilizar
1244
1271
  value: '#FFFFFF'
1272
+ - slug: theme-background-foreground
1273
+ type: string
1274
+ name:
1275
+ en: Background Color Foreground
1276
+ pt: Contraste da Cor de Fundo
1277
+ description:
1278
+ en: The background color foreground to use
1279
+ pt: O contraste da cor de fundo a utilizar
1280
+ value: '#000000'
1245
1281
  - slug: theme-muted
1246
1282
  type: string
1247
1283
  name:
@@ -1251,6 +1287,15 @@ data:
1251
1287
  en: The muted color to use
1252
1288
  pt: A cor suave a utilizar
1253
1289
  value: '#F0F0F0'
1290
+ - slug: theme-muted-foreground
1291
+ type: string
1292
+ name:
1293
+ en: Muted Color Foreground
1294
+ pt: Contraste da Cor Suave
1295
+ description:
1296
+ en: The muted color foreground to use
1297
+ pt: O contraste da cor suave a utilizar
1298
+ value: '#000000'
1254
1299
  - slug: theme-radius
1255
1300
  type: string
1256
1301
  name:
@@ -1296,6 +1341,24 @@ data:
1296
1341
  en: Luminância da Cor Suave a utilizar
1297
1342
  pt: Muted Color Lightness to use
1298
1343
  value: '100'
1344
+ - slug: theme-light-dark-enabled
1345
+ type: boolean
1346
+ name:
1347
+ en: Light/Dark Themes Enabled
1348
+ pt: Tema Claro/Escuro Habilitado
1349
+ description:
1350
+ en: Enable or disable toggling of light/dark themes
1351
+ pt: Habilite ou desabilite a troca de tema claro/escuro
1352
+ value: true
1353
+ - slug: theme-light-dark-default
1354
+ type: string
1355
+ name:
1356
+ en: Default Theme
1357
+ pt: Tema Padrão
1358
+ description:
1359
+ en: System default theme
1360
+ pt: Tema Padrão do sistema
1361
+ value: 'dark'
1299
1362
 
1300
1363
  tables:
1301
1364
  countries:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.100",
3
+ "version": "0.0.102",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {