@public-ui/react-hook-form-adapter 3.0.8 → 3.0.9-rc.1

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.
package/dist/index.d.cts CHANGED
@@ -1593,6 +1593,11 @@ type PropIndeterminate = {
1593
1593
  indeterminate: IndeterminatePropType;
1594
1594
  };
1595
1595
 
1596
+ type InlinePropType = boolean;
1597
+ type PropInline = {
1598
+ inline: InlinePropType;
1599
+ };
1600
+
1596
1601
  declare const headingLevelOptions: readonly [0, 1, 2, 3, 4, 5, 6];
1597
1602
  type HeadingLevel = (typeof headingLevelOptions)[number];
1598
1603
  type LabelPropType = string;
@@ -1625,9 +1630,6 @@ type PropLinkTarget = {
1625
1630
 
1626
1631
  declare const linkVariantPropTypeOptions: readonly ["inline", "standalone"];
1627
1632
  type LinkVariantPropType = (typeof linkVariantPropTypeOptions)[number];
1628
- type PropLinkVariant = {
1629
- variant: LinkVariantPropType;
1630
- };
1631
1633
 
1632
1634
  declare const loadingOptions: readonly ["eager", "lazy"];
1633
1635
  type Loading = (typeof loadingOptions)[number];
@@ -1798,16 +1800,16 @@ type AlertProps = Generic.Element.Members<RequiredAlertProps, OptionalAlertProps
1798
1800
 
1799
1801
  type RequiredButtonProps = PropLabelWithExpertSlot;
1800
1802
  type OptionalButtonProps = {
1803
+ ariaExpanded: AriaExpandedPropType;
1801
1804
  tabIndex: number;
1802
1805
  value: StencilUnknown;
1803
- ariaExpanded: AriaExpandedPropType;
1804
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaControls & PropAriaDescription & PropAriaSelected & PropButtonCallbacks<StencilUnknown> & PropButtonType & PropButtonVariant & PropCustomClass & PropDisabled & PropHideLabel & PropIcons & PropId & PropName & PropShortKey & PropSyncValueBySelector & PropTooltipAlign;
1806
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaControls & PropAriaDescription & PropAriaSelected & PropButtonCallbacks<StencilUnknown> & PropButtonType & PropButtonVariant & PropCustomClass & PropDisabled & PropHideLabel & PropIcons & PropId & PropInline & PropName & PropShortKey & PropSyncValueBySelector & PropTooltipAlign;
1805
1807
  type ButtonProps = Generic.Element.Members<RequiredButtonProps, OptionalButtonProps>;
1806
1808
 
1807
1809
  type RequiredProps$f = PropHref;
1808
1810
  type OptionalProps$f = {
1809
1811
  tabIndex: number;
1810
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1812
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropInline & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropShortKey & PropTooltipAlign;
1811
1813
  type LinkProps = Generic.Element.Members<RequiredProps$f, OptionalProps$f>;
1812
1814
 
1813
1815
  type BreadcrumbLinkProps = LinkProps & LabelProp;
@@ -2438,6 +2440,11 @@ declare namespace Components {
2438
2440
  * @deprecated Will be removed in the next major version.
2439
2441
  */
2440
2442
  "_id"?: string;
2443
+ /**
2444
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2445
+ * @default false
2446
+ */
2447
+ "_inline"?: InlinePropType;
2441
2448
  /**
2442
2449
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2443
2450
  */
@@ -2535,6 +2542,11 @@ declare namespace Components {
2535
2542
  * @deprecated Will be removed in the next major version.
2536
2543
  */
2537
2544
  "_id"?: IdPropType;
2545
+ /**
2546
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2547
+ * @default true
2548
+ */
2549
+ "_inline"?: InlinePropType;
2538
2550
  /**
2539
2551
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2540
2552
  */
@@ -2576,6 +2588,7 @@ declare namespace Components {
2576
2588
  "_value"?: StencilUnknown;
2577
2589
  /**
2578
2590
  * Defines which variant should be used for presentation.
2591
+ * @deprecated Use the new _inline property instead.
2579
2592
  * @default 'inline'
2580
2593
  */
2581
2594
  "_variant"?: LinkVariantPropType;
@@ -2642,13 +2655,14 @@ declare namespace Components {
2642
2655
  */
2643
2656
  "_id"?: string;
2644
2657
  /**
2645
- * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2658
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2659
+ * @default false
2646
2660
  */
2647
- "_label": LabelWithExpertSlotPropType;
2661
+ "_inline"?: InlinePropType;
2648
2662
  /**
2649
- * Defines which variant should be used for presentation.
2663
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2650
2664
  */
2651
- "_linkVariant"?: LinkVariantPropType;
2665
+ "_label": LabelWithExpertSlotPropType;
2652
2666
  /**
2653
2667
  * Defines the technical name of an input field.
2654
2668
  */
@@ -4226,6 +4240,11 @@ declare namespace Components {
4226
4240
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
4227
4241
  */
4228
4242
  "_icons"?: Stringified<KoliBriIconsProp>;
4243
+ /**
4244
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4245
+ * @default true
4246
+ */
4247
+ "_inline"?: InlinePropType;
4229
4248
  /**
4230
4249
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4231
4250
  */
@@ -4254,6 +4273,7 @@ declare namespace Components {
4254
4273
  "_tooltipAlign"?: TooltipAlignPropType;
4255
4274
  /**
4256
4275
  * Defines which variant should be used for presentation.
4276
+ * @deprecated Use the new _inline property instead.
4257
4277
  * @default 'inline'
4258
4278
  */
4259
4279
  "_variant"?: LinkVariantPropType;
@@ -4401,13 +4421,14 @@ declare namespace Components {
4401
4421
  */
4402
4422
  "_icons"?: Stringified<KoliBriIconsProp>;
4403
4423
  /**
4404
- * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4424
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4425
+ * @default true
4405
4426
  */
4406
- "_label"?: LabelWithExpertSlotPropType;
4427
+ "_inline"?: InlinePropType;
4407
4428
  /**
4408
- * Defines which variant should be used for presentation.
4429
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4409
4430
  */
4410
- "_linkVariant"?: LinkVariantPropType;
4431
+ "_label"?: LabelWithExpertSlotPropType;
4411
4432
  /**
4412
4433
  * Defines the callback functions for links.
4413
4434
  */
@@ -4502,7 +4523,7 @@ declare namespace Components {
4502
4523
  "_links": Stringified<ButtonOrLinkOrTextWithChildrenProps[]>;
4503
4524
  /**
4504
4525
  * Defines whether the orientation of the component is horizontal or vertical.
4505
- * @deprecated Will be removed in the next major version.
4526
+ * @deprecated Will be removed in the next major version. The navigation defaults to vertical orientation.
4506
4527
  * @default 'vertical'
4507
4528
  */
4508
4529
  "_orientation"?: OrientationPropType;
@@ -4652,6 +4673,11 @@ declare namespace Components {
4652
4673
  * @deprecated Will be removed in the next major version.
4653
4674
  */
4654
4675
  "_id"?: string;
4676
+ /**
4677
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4678
+ * @default false
4679
+ */
4680
+ "_inline"?: InlinePropType;
4655
4681
  /**
4656
4682
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4657
4683
  */
@@ -4758,6 +4784,11 @@ declare namespace Components {
4758
4784
  * Defines the internal ID of the primary component element.
4759
4785
  */
4760
4786
  "_id"?: string;
4787
+ /**
4788
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4789
+ * @default false
4790
+ */
4791
+ "_inline"?: InlinePropType;
4761
4792
  /**
4762
4793
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4763
4794
  */
@@ -6342,6 +6373,11 @@ declare namespace LocalJSX {
6342
6373
  * @deprecated Will be removed in the next major version.
6343
6374
  */
6344
6375
  "_id"?: string;
6376
+ /**
6377
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6378
+ * @default false
6379
+ */
6380
+ "_inline"?: InlinePropType;
6345
6381
  /**
6346
6382
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6347
6383
  */
@@ -6427,6 +6463,11 @@ declare namespace LocalJSX {
6427
6463
  * @deprecated Will be removed in the next major version.
6428
6464
  */
6429
6465
  "_id"?: IdPropType;
6466
+ /**
6467
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6468
+ * @default true
6469
+ */
6470
+ "_inline"?: InlinePropType;
6430
6471
  /**
6431
6472
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6432
6473
  */
@@ -6464,6 +6505,7 @@ declare namespace LocalJSX {
6464
6505
  "_value"?: StencilUnknown;
6465
6506
  /**
6466
6507
  * Defines which variant should be used for presentation.
6508
+ * @deprecated Use the new _inline property instead.
6467
6509
  * @default 'inline'
6468
6510
  */
6469
6511
  "_variant"?: LinkVariantPropType;
@@ -6508,6 +6550,11 @@ declare namespace LocalJSX {
6508
6550
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
6509
6551
  */
6510
6552
  "_icons"?: IconsPropType;
6553
+ /**
6554
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6555
+ * @default false
6556
+ */
6557
+ "_inline"?: InlinePropType;
6511
6558
  /**
6512
6559
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6513
6560
  */
@@ -7905,6 +7952,11 @@ declare namespace LocalJSX {
7905
7952
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
7906
7953
  */
7907
7954
  "_icons"?: Stringified<KoliBriIconsProp>;
7955
+ /**
7956
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
7957
+ * @default true
7958
+ */
7959
+ "_inline"?: InlinePropType;
7908
7960
  /**
7909
7961
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
7910
7962
  */
@@ -7933,6 +7985,7 @@ declare namespace LocalJSX {
7933
7985
  "_tooltipAlign"?: TooltipAlignPropType;
7934
7986
  /**
7935
7987
  * Defines which variant should be used for presentation.
7988
+ * @deprecated Use the new _inline property instead.
7936
7989
  * @default 'inline'
7937
7990
  */
7938
7991
  "_variant"?: LinkVariantPropType;
@@ -8066,6 +8119,11 @@ declare namespace LocalJSX {
8066
8119
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8067
8120
  */
8068
8121
  "_icons"?: Stringified<KoliBriIconsProp>;
8122
+ /**
8123
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8124
+ * @default true
8125
+ */
8126
+ "_inline"?: InlinePropType;
8069
8127
  /**
8070
8128
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8071
8129
  */
@@ -8152,7 +8210,7 @@ declare namespace LocalJSX {
8152
8210
  "_links": Stringified<ButtonOrLinkOrTextWithChildrenProps[]>;
8153
8211
  /**
8154
8212
  * Defines whether the orientation of the component is horizontal or vertical.
8155
- * @deprecated Will be removed in the next major version.
8213
+ * @deprecated Will be removed in the next major version. The navigation defaults to vertical orientation.
8156
8214
  * @default 'vertical'
8157
8215
  */
8158
8216
  "_orientation"?: OrientationPropType;
@@ -8302,6 +8360,11 @@ declare namespace LocalJSX {
8302
8360
  * @deprecated Will be removed in the next major version.
8303
8361
  */
8304
8362
  "_id"?: string;
8363
+ /**
8364
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8365
+ * @default false
8366
+ */
8367
+ "_inline"?: InlinePropType;
8305
8368
  /**
8306
8369
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8307
8370
  */
@@ -8388,6 +8451,11 @@ declare namespace LocalJSX {
8388
8451
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8389
8452
  */
8390
8453
  "_icons"?: IconsPropType;
8454
+ /**
8455
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8456
+ * @default false
8457
+ */
8458
+ "_inline"?: InlinePropType;
8391
8459
  /**
8392
8460
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8393
8461
  */
package/dist/index.d.mts CHANGED
@@ -1593,6 +1593,11 @@ type PropIndeterminate = {
1593
1593
  indeterminate: IndeterminatePropType;
1594
1594
  };
1595
1595
 
1596
+ type InlinePropType = boolean;
1597
+ type PropInline = {
1598
+ inline: InlinePropType;
1599
+ };
1600
+
1596
1601
  declare const headingLevelOptions: readonly [0, 1, 2, 3, 4, 5, 6];
1597
1602
  type HeadingLevel = (typeof headingLevelOptions)[number];
1598
1603
  type LabelPropType = string;
@@ -1625,9 +1630,6 @@ type PropLinkTarget = {
1625
1630
 
1626
1631
  declare const linkVariantPropTypeOptions: readonly ["inline", "standalone"];
1627
1632
  type LinkVariantPropType = (typeof linkVariantPropTypeOptions)[number];
1628
- type PropLinkVariant = {
1629
- variant: LinkVariantPropType;
1630
- };
1631
1633
 
1632
1634
  declare const loadingOptions: readonly ["eager", "lazy"];
1633
1635
  type Loading = (typeof loadingOptions)[number];
@@ -1798,16 +1800,16 @@ type AlertProps = Generic.Element.Members<RequiredAlertProps, OptionalAlertProps
1798
1800
 
1799
1801
  type RequiredButtonProps = PropLabelWithExpertSlot;
1800
1802
  type OptionalButtonProps = {
1803
+ ariaExpanded: AriaExpandedPropType;
1801
1804
  tabIndex: number;
1802
1805
  value: StencilUnknown;
1803
- ariaExpanded: AriaExpandedPropType;
1804
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaControls & PropAriaDescription & PropAriaSelected & PropButtonCallbacks<StencilUnknown> & PropButtonType & PropButtonVariant & PropCustomClass & PropDisabled & PropHideLabel & PropIcons & PropId & PropName & PropShortKey & PropSyncValueBySelector & PropTooltipAlign;
1806
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaControls & PropAriaDescription & PropAriaSelected & PropButtonCallbacks<StencilUnknown> & PropButtonType & PropButtonVariant & PropCustomClass & PropDisabled & PropHideLabel & PropIcons & PropId & PropInline & PropName & PropShortKey & PropSyncValueBySelector & PropTooltipAlign;
1805
1807
  type ButtonProps = Generic.Element.Members<RequiredButtonProps, OptionalButtonProps>;
1806
1808
 
1807
1809
  type RequiredProps$f = PropHref;
1808
1810
  type OptionalProps$f = {
1809
1811
  tabIndex: number;
1810
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1812
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropInline & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropShortKey & PropTooltipAlign;
1811
1813
  type LinkProps = Generic.Element.Members<RequiredProps$f, OptionalProps$f>;
1812
1814
 
1813
1815
  type BreadcrumbLinkProps = LinkProps & LabelProp;
@@ -2438,6 +2440,11 @@ declare namespace Components {
2438
2440
  * @deprecated Will be removed in the next major version.
2439
2441
  */
2440
2442
  "_id"?: string;
2443
+ /**
2444
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2445
+ * @default false
2446
+ */
2447
+ "_inline"?: InlinePropType;
2441
2448
  /**
2442
2449
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2443
2450
  */
@@ -2535,6 +2542,11 @@ declare namespace Components {
2535
2542
  * @deprecated Will be removed in the next major version.
2536
2543
  */
2537
2544
  "_id"?: IdPropType;
2545
+ /**
2546
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2547
+ * @default true
2548
+ */
2549
+ "_inline"?: InlinePropType;
2538
2550
  /**
2539
2551
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2540
2552
  */
@@ -2576,6 +2588,7 @@ declare namespace Components {
2576
2588
  "_value"?: StencilUnknown;
2577
2589
  /**
2578
2590
  * Defines which variant should be used for presentation.
2591
+ * @deprecated Use the new _inline property instead.
2579
2592
  * @default 'inline'
2580
2593
  */
2581
2594
  "_variant"?: LinkVariantPropType;
@@ -2642,13 +2655,14 @@ declare namespace Components {
2642
2655
  */
2643
2656
  "_id"?: string;
2644
2657
  /**
2645
- * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2658
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2659
+ * @default false
2646
2660
  */
2647
- "_label": LabelWithExpertSlotPropType;
2661
+ "_inline"?: InlinePropType;
2648
2662
  /**
2649
- * Defines which variant should be used for presentation.
2663
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2650
2664
  */
2651
- "_linkVariant"?: LinkVariantPropType;
2665
+ "_label": LabelWithExpertSlotPropType;
2652
2666
  /**
2653
2667
  * Defines the technical name of an input field.
2654
2668
  */
@@ -4226,6 +4240,11 @@ declare namespace Components {
4226
4240
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
4227
4241
  */
4228
4242
  "_icons"?: Stringified<KoliBriIconsProp>;
4243
+ /**
4244
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4245
+ * @default true
4246
+ */
4247
+ "_inline"?: InlinePropType;
4229
4248
  /**
4230
4249
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4231
4250
  */
@@ -4254,6 +4273,7 @@ declare namespace Components {
4254
4273
  "_tooltipAlign"?: TooltipAlignPropType;
4255
4274
  /**
4256
4275
  * Defines which variant should be used for presentation.
4276
+ * @deprecated Use the new _inline property instead.
4257
4277
  * @default 'inline'
4258
4278
  */
4259
4279
  "_variant"?: LinkVariantPropType;
@@ -4401,13 +4421,14 @@ declare namespace Components {
4401
4421
  */
4402
4422
  "_icons"?: Stringified<KoliBriIconsProp>;
4403
4423
  /**
4404
- * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4424
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4425
+ * @default true
4405
4426
  */
4406
- "_label"?: LabelWithExpertSlotPropType;
4427
+ "_inline"?: InlinePropType;
4407
4428
  /**
4408
- * Defines which variant should be used for presentation.
4429
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4409
4430
  */
4410
- "_linkVariant"?: LinkVariantPropType;
4431
+ "_label"?: LabelWithExpertSlotPropType;
4411
4432
  /**
4412
4433
  * Defines the callback functions for links.
4413
4434
  */
@@ -4502,7 +4523,7 @@ declare namespace Components {
4502
4523
  "_links": Stringified<ButtonOrLinkOrTextWithChildrenProps[]>;
4503
4524
  /**
4504
4525
  * Defines whether the orientation of the component is horizontal or vertical.
4505
- * @deprecated Will be removed in the next major version.
4526
+ * @deprecated Will be removed in the next major version. The navigation defaults to vertical orientation.
4506
4527
  * @default 'vertical'
4507
4528
  */
4508
4529
  "_orientation"?: OrientationPropType;
@@ -4652,6 +4673,11 @@ declare namespace Components {
4652
4673
  * @deprecated Will be removed in the next major version.
4653
4674
  */
4654
4675
  "_id"?: string;
4676
+ /**
4677
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4678
+ * @default false
4679
+ */
4680
+ "_inline"?: InlinePropType;
4655
4681
  /**
4656
4682
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4657
4683
  */
@@ -4758,6 +4784,11 @@ declare namespace Components {
4758
4784
  * Defines the internal ID of the primary component element.
4759
4785
  */
4760
4786
  "_id"?: string;
4787
+ /**
4788
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4789
+ * @default false
4790
+ */
4791
+ "_inline"?: InlinePropType;
4761
4792
  /**
4762
4793
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4763
4794
  */
@@ -6342,6 +6373,11 @@ declare namespace LocalJSX {
6342
6373
  * @deprecated Will be removed in the next major version.
6343
6374
  */
6344
6375
  "_id"?: string;
6376
+ /**
6377
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6378
+ * @default false
6379
+ */
6380
+ "_inline"?: InlinePropType;
6345
6381
  /**
6346
6382
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6347
6383
  */
@@ -6427,6 +6463,11 @@ declare namespace LocalJSX {
6427
6463
  * @deprecated Will be removed in the next major version.
6428
6464
  */
6429
6465
  "_id"?: IdPropType;
6466
+ /**
6467
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6468
+ * @default true
6469
+ */
6470
+ "_inline"?: InlinePropType;
6430
6471
  /**
6431
6472
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6432
6473
  */
@@ -6464,6 +6505,7 @@ declare namespace LocalJSX {
6464
6505
  "_value"?: StencilUnknown;
6465
6506
  /**
6466
6507
  * Defines which variant should be used for presentation.
6508
+ * @deprecated Use the new _inline property instead.
6467
6509
  * @default 'inline'
6468
6510
  */
6469
6511
  "_variant"?: LinkVariantPropType;
@@ -6508,6 +6550,11 @@ declare namespace LocalJSX {
6508
6550
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
6509
6551
  */
6510
6552
  "_icons"?: IconsPropType;
6553
+ /**
6554
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6555
+ * @default false
6556
+ */
6557
+ "_inline"?: InlinePropType;
6511
6558
  /**
6512
6559
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6513
6560
  */
@@ -7905,6 +7952,11 @@ declare namespace LocalJSX {
7905
7952
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
7906
7953
  */
7907
7954
  "_icons"?: Stringified<KoliBriIconsProp>;
7955
+ /**
7956
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
7957
+ * @default true
7958
+ */
7959
+ "_inline"?: InlinePropType;
7908
7960
  /**
7909
7961
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
7910
7962
  */
@@ -7933,6 +7985,7 @@ declare namespace LocalJSX {
7933
7985
  "_tooltipAlign"?: TooltipAlignPropType;
7934
7986
  /**
7935
7987
  * Defines which variant should be used for presentation.
7988
+ * @deprecated Use the new _inline property instead.
7936
7989
  * @default 'inline'
7937
7990
  */
7938
7991
  "_variant"?: LinkVariantPropType;
@@ -8066,6 +8119,11 @@ declare namespace LocalJSX {
8066
8119
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8067
8120
  */
8068
8121
  "_icons"?: Stringified<KoliBriIconsProp>;
8122
+ /**
8123
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8124
+ * @default true
8125
+ */
8126
+ "_inline"?: InlinePropType;
8069
8127
  /**
8070
8128
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8071
8129
  */
@@ -8152,7 +8210,7 @@ declare namespace LocalJSX {
8152
8210
  "_links": Stringified<ButtonOrLinkOrTextWithChildrenProps[]>;
8153
8211
  /**
8154
8212
  * Defines whether the orientation of the component is horizontal or vertical.
8155
- * @deprecated Will be removed in the next major version.
8213
+ * @deprecated Will be removed in the next major version. The navigation defaults to vertical orientation.
8156
8214
  * @default 'vertical'
8157
8215
  */
8158
8216
  "_orientation"?: OrientationPropType;
@@ -8302,6 +8360,11 @@ declare namespace LocalJSX {
8302
8360
  * @deprecated Will be removed in the next major version.
8303
8361
  */
8304
8362
  "_id"?: string;
8363
+ /**
8364
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8365
+ * @default false
8366
+ */
8367
+ "_inline"?: InlinePropType;
8305
8368
  /**
8306
8369
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8307
8370
  */
@@ -8388,6 +8451,11 @@ declare namespace LocalJSX {
8388
8451
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8389
8452
  */
8390
8453
  "_icons"?: IconsPropType;
8454
+ /**
8455
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8456
+ * @default false
8457
+ */
8458
+ "_inline"?: InlinePropType;
8391
8459
  /**
8392
8460
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8393
8461
  */
package/dist/index.d.ts CHANGED
@@ -1593,6 +1593,11 @@ type PropIndeterminate = {
1593
1593
  indeterminate: IndeterminatePropType;
1594
1594
  };
1595
1595
 
1596
+ type InlinePropType = boolean;
1597
+ type PropInline = {
1598
+ inline: InlinePropType;
1599
+ };
1600
+
1596
1601
  declare const headingLevelOptions: readonly [0, 1, 2, 3, 4, 5, 6];
1597
1602
  type HeadingLevel = (typeof headingLevelOptions)[number];
1598
1603
  type LabelPropType = string;
@@ -1625,9 +1630,6 @@ type PropLinkTarget = {
1625
1630
 
1626
1631
  declare const linkVariantPropTypeOptions: readonly ["inline", "standalone"];
1627
1632
  type LinkVariantPropType = (typeof linkVariantPropTypeOptions)[number];
1628
- type PropLinkVariant = {
1629
- variant: LinkVariantPropType;
1630
- };
1631
1633
 
1632
1634
  declare const loadingOptions: readonly ["eager", "lazy"];
1633
1635
  type Loading = (typeof loadingOptions)[number];
@@ -1798,16 +1800,16 @@ type AlertProps = Generic.Element.Members<RequiredAlertProps, OptionalAlertProps
1798
1800
 
1799
1801
  type RequiredButtonProps = PropLabelWithExpertSlot;
1800
1802
  type OptionalButtonProps = {
1803
+ ariaExpanded: AriaExpandedPropType;
1801
1804
  tabIndex: number;
1802
1805
  value: StencilUnknown;
1803
- ariaExpanded: AriaExpandedPropType;
1804
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaControls & PropAriaDescription & PropAriaSelected & PropButtonCallbacks<StencilUnknown> & PropButtonType & PropButtonVariant & PropCustomClass & PropDisabled & PropHideLabel & PropIcons & PropId & PropName & PropShortKey & PropSyncValueBySelector & PropTooltipAlign;
1806
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaControls & PropAriaDescription & PropAriaSelected & PropButtonCallbacks<StencilUnknown> & PropButtonType & PropButtonVariant & PropCustomClass & PropDisabled & PropHideLabel & PropIcons & PropId & PropInline & PropName & PropShortKey & PropSyncValueBySelector & PropTooltipAlign;
1805
1807
  type ButtonProps = Generic.Element.Members<RequiredButtonProps, OptionalButtonProps>;
1806
1808
 
1807
1809
  type RequiredProps$f = PropHref;
1808
1810
  type OptionalProps$f = {
1809
1811
  tabIndex: number;
1810
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1812
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropInline & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropShortKey & PropTooltipAlign;
1811
1813
  type LinkProps = Generic.Element.Members<RequiredProps$f, OptionalProps$f>;
1812
1814
 
1813
1815
  type BreadcrumbLinkProps = LinkProps & LabelProp;
@@ -2438,6 +2440,11 @@ declare namespace Components {
2438
2440
  * @deprecated Will be removed in the next major version.
2439
2441
  */
2440
2442
  "_id"?: string;
2443
+ /**
2444
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2445
+ * @default false
2446
+ */
2447
+ "_inline"?: InlinePropType;
2441
2448
  /**
2442
2449
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2443
2450
  */
@@ -2535,6 +2542,11 @@ declare namespace Components {
2535
2542
  * @deprecated Will be removed in the next major version.
2536
2543
  */
2537
2544
  "_id"?: IdPropType;
2545
+ /**
2546
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2547
+ * @default true
2548
+ */
2549
+ "_inline"?: InlinePropType;
2538
2550
  /**
2539
2551
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2540
2552
  */
@@ -2576,6 +2588,7 @@ declare namespace Components {
2576
2588
  "_value"?: StencilUnknown;
2577
2589
  /**
2578
2590
  * Defines which variant should be used for presentation.
2591
+ * @deprecated Use the new _inline property instead.
2579
2592
  * @default 'inline'
2580
2593
  */
2581
2594
  "_variant"?: LinkVariantPropType;
@@ -2642,13 +2655,14 @@ declare namespace Components {
2642
2655
  */
2643
2656
  "_id"?: string;
2644
2657
  /**
2645
- * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2658
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
2659
+ * @default false
2646
2660
  */
2647
- "_label": LabelWithExpertSlotPropType;
2661
+ "_inline"?: InlinePropType;
2648
2662
  /**
2649
- * Defines which variant should be used for presentation.
2663
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
2650
2664
  */
2651
- "_linkVariant"?: LinkVariantPropType;
2665
+ "_label": LabelWithExpertSlotPropType;
2652
2666
  /**
2653
2667
  * Defines the technical name of an input field.
2654
2668
  */
@@ -4226,6 +4240,11 @@ declare namespace Components {
4226
4240
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
4227
4241
  */
4228
4242
  "_icons"?: Stringified<KoliBriIconsProp>;
4243
+ /**
4244
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4245
+ * @default true
4246
+ */
4247
+ "_inline"?: InlinePropType;
4229
4248
  /**
4230
4249
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4231
4250
  */
@@ -4254,6 +4273,7 @@ declare namespace Components {
4254
4273
  "_tooltipAlign"?: TooltipAlignPropType;
4255
4274
  /**
4256
4275
  * Defines which variant should be used for presentation.
4276
+ * @deprecated Use the new _inline property instead.
4257
4277
  * @default 'inline'
4258
4278
  */
4259
4279
  "_variant"?: LinkVariantPropType;
@@ -4401,13 +4421,14 @@ declare namespace Components {
4401
4421
  */
4402
4422
  "_icons"?: Stringified<KoliBriIconsProp>;
4403
4423
  /**
4404
- * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4424
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4425
+ * @default true
4405
4426
  */
4406
- "_label"?: LabelWithExpertSlotPropType;
4427
+ "_inline"?: InlinePropType;
4407
4428
  /**
4408
- * Defines which variant should be used for presentation.
4429
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4409
4430
  */
4410
- "_linkVariant"?: LinkVariantPropType;
4431
+ "_label"?: LabelWithExpertSlotPropType;
4411
4432
  /**
4412
4433
  * Defines the callback functions for links.
4413
4434
  */
@@ -4502,7 +4523,7 @@ declare namespace Components {
4502
4523
  "_links": Stringified<ButtonOrLinkOrTextWithChildrenProps[]>;
4503
4524
  /**
4504
4525
  * Defines whether the orientation of the component is horizontal or vertical.
4505
- * @deprecated Will be removed in the next major version.
4526
+ * @deprecated Will be removed in the next major version. The navigation defaults to vertical orientation.
4506
4527
  * @default 'vertical'
4507
4528
  */
4508
4529
  "_orientation"?: OrientationPropType;
@@ -4652,6 +4673,11 @@ declare namespace Components {
4652
4673
  * @deprecated Will be removed in the next major version.
4653
4674
  */
4654
4675
  "_id"?: string;
4676
+ /**
4677
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4678
+ * @default false
4679
+ */
4680
+ "_inline"?: InlinePropType;
4655
4681
  /**
4656
4682
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4657
4683
  */
@@ -4758,6 +4784,11 @@ declare namespace Components {
4758
4784
  * Defines the internal ID of the primary component element.
4759
4785
  */
4760
4786
  "_id"?: string;
4787
+ /**
4788
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
4789
+ * @default false
4790
+ */
4791
+ "_inline"?: InlinePropType;
4761
4792
  /**
4762
4793
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4763
4794
  */
@@ -6342,6 +6373,11 @@ declare namespace LocalJSX {
6342
6373
  * @deprecated Will be removed in the next major version.
6343
6374
  */
6344
6375
  "_id"?: string;
6376
+ /**
6377
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6378
+ * @default false
6379
+ */
6380
+ "_inline"?: InlinePropType;
6345
6381
  /**
6346
6382
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6347
6383
  */
@@ -6427,6 +6463,11 @@ declare namespace LocalJSX {
6427
6463
  * @deprecated Will be removed in the next major version.
6428
6464
  */
6429
6465
  "_id"?: IdPropType;
6466
+ /**
6467
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6468
+ * @default true
6469
+ */
6470
+ "_inline"?: InlinePropType;
6430
6471
  /**
6431
6472
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6432
6473
  */
@@ -6464,6 +6505,7 @@ declare namespace LocalJSX {
6464
6505
  "_value"?: StencilUnknown;
6465
6506
  /**
6466
6507
  * Defines which variant should be used for presentation.
6508
+ * @deprecated Use the new _inline property instead.
6467
6509
  * @default 'inline'
6468
6510
  */
6469
6511
  "_variant"?: LinkVariantPropType;
@@ -6508,6 +6550,11 @@ declare namespace LocalJSX {
6508
6550
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
6509
6551
  */
6510
6552
  "_icons"?: IconsPropType;
6553
+ /**
6554
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
6555
+ * @default false
6556
+ */
6557
+ "_inline"?: InlinePropType;
6511
6558
  /**
6512
6559
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
6513
6560
  */
@@ -7905,6 +7952,11 @@ declare namespace LocalJSX {
7905
7952
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
7906
7953
  */
7907
7954
  "_icons"?: Stringified<KoliBriIconsProp>;
7955
+ /**
7956
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
7957
+ * @default true
7958
+ */
7959
+ "_inline"?: InlinePropType;
7908
7960
  /**
7909
7961
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
7910
7962
  */
@@ -7933,6 +7985,7 @@ declare namespace LocalJSX {
7933
7985
  "_tooltipAlign"?: TooltipAlignPropType;
7934
7986
  /**
7935
7987
  * Defines which variant should be used for presentation.
7988
+ * @deprecated Use the new _inline property instead.
7936
7989
  * @default 'inline'
7937
7990
  */
7938
7991
  "_variant"?: LinkVariantPropType;
@@ -8066,6 +8119,11 @@ declare namespace LocalJSX {
8066
8119
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8067
8120
  */
8068
8121
  "_icons"?: Stringified<KoliBriIconsProp>;
8122
+ /**
8123
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8124
+ * @default true
8125
+ */
8126
+ "_inline"?: InlinePropType;
8069
8127
  /**
8070
8128
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8071
8129
  */
@@ -8152,7 +8210,7 @@ declare namespace LocalJSX {
8152
8210
  "_links": Stringified<ButtonOrLinkOrTextWithChildrenProps[]>;
8153
8211
  /**
8154
8212
  * Defines whether the orientation of the component is horizontal or vertical.
8155
- * @deprecated Will be removed in the next major version.
8213
+ * @deprecated Will be removed in the next major version. The navigation defaults to vertical orientation.
8156
8214
  * @default 'vertical'
8157
8215
  */
8158
8216
  "_orientation"?: OrientationPropType;
@@ -8302,6 +8360,11 @@ declare namespace LocalJSX {
8302
8360
  * @deprecated Will be removed in the next major version.
8303
8361
  */
8304
8362
  "_id"?: string;
8363
+ /**
8364
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8365
+ * @default false
8366
+ */
8367
+ "_inline"?: InlinePropType;
8305
8368
  /**
8306
8369
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8307
8370
  */
@@ -8388,6 +8451,11 @@ declare namespace LocalJSX {
8388
8451
  * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8389
8452
  */
8390
8453
  "_icons"?: IconsPropType;
8454
+ /**
8455
+ * Defines whether the component is displayed as a standalone block or inline without enforcing a minimum size of 44px.
8456
+ * @default false
8457
+ */
8458
+ "_inline"?: InlinePropType;
8391
8459
  /**
8392
8460
  * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8393
8461
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-hook-form-adapter",
3
- "version": "3.0.8",
3
+ "version": "3.0.9-rc.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -51,20 +51,20 @@
51
51
  "@typescript-eslint/eslint-plugin": "7.18.0",
52
52
  "@typescript-eslint/parser": "7.18.0",
53
53
  "eslint": "8.57.1",
54
- "prettier": "3.7.3",
54
+ "prettier": "3.7.4",
55
55
  "prettier-plugin-organize-imports": "4.3.0",
56
56
  "react": "19.2.0",
57
- "react-dom": "19.2.0",
57
+ "react-dom": "19.2.1",
58
58
  "react-hook-form": "7.63.0",
59
59
  "typescript": "5.9.3",
60
60
  "unbuild": "3.6.1",
61
- "@public-ui/components": "3.0.8",
62
- "@public-ui/react-v19": "3.0.8"
61
+ "@public-ui/components": "3.0.9-rc.1",
62
+ "@public-ui/react-v19": "3.0.9-rc.1"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^19",
66
66
  "react-hook-form": "^7",
67
- "@public-ui/react-v19": "3.0.8"
67
+ "@public-ui/react-v19": "3.0.9-rc.1"
68
68
  },
69
69
  "sideEffects": false,
70
70
  "type": "module",