impaktapps-ui-builder 1.0.131-alpha.5 → 1.0.131-alpha.7

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.
@@ -6281,7 +6281,7 @@ const ComponentSchema = {
6281
6281
  oneOf: [
6282
6282
  { title: "ISO DateTime (UTC)", const: "YYYY-MM-DDTHH:mm:ss.SSSZ" },
6283
6283
  { title: "ISO DateTime", const: "YYYY-MM-DDTHH:mm:ssZ" },
6284
- { title: "ISO DateTime (Offset)", const: "YYYY-MM-DDTHH:mm:ss.SSSZZ" },
6284
+ { title: "ISO DateTime (No TZ)", const: "YYYY-MM-DDTHH:mm:ss" },
6285
6285
  { title: "ISO Date", const: "YYYY-MM-DD" },
6286
6286
  { title: "Date (DD-MM-YYYY)", const: "DD-MM-YYYY" },
6287
6287
  { title: "Date (MM/DD/YYYY)", const: "MM/DD/YYYY" },
@@ -6289,8 +6289,8 @@ const ComponentSchema = {
6289
6289
  { title: "DateTime (DB ms)", const: "YYYY-MM-DD HH:mm:ss.SSS" },
6290
6290
  { title: "Time (24h)", const: "HH:mm:ss" },
6291
6291
  { title: "Time (12h)", const: "hh:mm:ss A" },
6292
- { title: "Epoch (Milliseconds)", const: "epoch-ms" },
6293
- { title: "Epoch (Seconds)", const: "epoch-sec" }
6292
+ { title: "Epoch (Milliseconds)", const: "x" },
6293
+ { title: "Epoch (Seconds)", const: "X" }
6294
6294
  ]
6295
6295
  },
6296
6296
  variant: {