@hed-hog/core 0.0.99 → 0.0.101

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.
@@ -252,6 +252,29 @@
252
252
  order: 6
253
253
  - value: Australia/Sydney
254
254
  order: 7
255
+ - slug: time-format
256
+ type: string
257
+ component: combobox
258
+ name:
259
+ en: Time Format
260
+ pt: Formato de Hora
261
+ description:
262
+ en: How times will be displayed
263
+ pt: Como as horas serão exibidas
264
+ value: HH:mm:ss
265
+ user_override: true
266
+ relations:
267
+ setting_list:
268
+ - value: HH:mm:ss
269
+ order: 0
270
+ - value: hh:mm:ss a
271
+ order: 1
272
+ - value: HH:mm
273
+ order: 2
274
+ - value: hh:mm a
275
+ order: 3
276
+ - value: hh:mm
277
+ order: 4
255
278
  - slug: date-format
256
279
  type: string
257
280
  component: combobox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.99",
3
+ "version": "0.0.101",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -30,8 +30,8 @@
30
30
  "speakeasy": "^2.0.0",
31
31
  "uuid": "^11.1.0",
32
32
  "@hed-hog/types": "0.0.1",
33
- "@hed-hog/api-prisma": "0.0.4",
34
33
  "@hed-hog/api-pagination": "0.0.4",
34
+ "@hed-hog/api-prisma": "0.0.4",
35
35
  "@hed-hog/api-mail": "0.0.7",
36
36
  "@hed-hog/api": "0.0.3",
37
37
  "@hed-hog/api-locale": "0.0.10"