@realiizlabs/admin 0.10.2 → 0.11.0

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.
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
- import { C as ContentTypeEntry } from '../types-DyryuIX1.cjs';
3
+ import { C as ContentTypeEntry } from '../types-D46UjOfv.cjs';
4
4
  import 'zod';
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
- import { C as ContentTypeEntry } from '../types-DyryuIX1.js';
3
+ import { C as ContentTypeEntry } from '../types-D46UjOfv.js';
4
4
  import 'zod';
5
5
 
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { walkSchema } from '../chunk-J6FI73PF.js';
2
+ import { walkSchema } from '../chunk-JLR5K6RP.js';
3
3
  import { FORM_CSS } from '../chunk-FTD4WE3V.js';
4
4
  import { useState, useRef, useCallback, useEffect, useId, useMemo } from 'react';
5
5
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
@@ -101,6 +101,8 @@ function Control(p) {
101
101
  onChange: (e) => p.onChange(e.target.value)
102
102
  }
103
103
  );
104
+ case "time":
105
+ return /* @__PURE__ */ jsx("input", { ...common, type: "time", className: cls, value: str, onChange: (e) => p.onChange(e.target.value) });
104
106
  case "url":
105
107
  return /* @__PURE__ */ jsx(
106
108
  "input",