@ukiahinsure/a2ui-react-adapter 0.1.3 → 0.1.4

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,4 +1,4 @@
1
- import { c as A2UIRoomLike } from './session-B_2-bK2s.js';
1
+ import { c as A2UIRoomLike } from './session-Ckvifx8K.js';
2
2
 
3
3
  /**
4
4
  * Provider-acceptance probe for a real A2UI room.
@@ -151,6 +151,8 @@ interface A2UIFieldDescriptor {
151
151
  readonly label: string;
152
152
  readonly control: A2UIFieldControl;
153
153
  readonly required: boolean;
154
+ readonly validationRegexp?: string;
155
+ readonly max?: string;
154
156
  }
155
157
  /** Safe authored tab title/child binding; section status remains envelope-owned. */
156
158
  interface A2UITabDescriptor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukiahinsure/a2ui-react-adapter",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Reusable MedAid A2UI client adapter: LiveKit envelope handling and official A2UI v0.9.1 React rendering behind a clean public API.",
5
5
  "repository": {
6
6
  "type": "git",