@ncino/web-components 6.0.0-preview.4 → 6.0.0-preview.6

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.
Files changed (61) hide show
  1. package/dist/_slds/icons/standard-sprite/svg/symbols-rtl.svg +1 -1
  2. package/dist/_slds/icons/standard-sprite/svg/symbols.svg +1 -1
  3. package/dist/_slds/icons/svg/symbols-rtl.svg +1 -1
  4. package/dist/_slds/icons/svg/symbols.svg +1 -1
  5. package/dist/_slds/icons/symbols-rtl.svg +1 -1
  6. package/dist/_slds/icons/symbols.svg +1 -1
  7. package/dist/_slds/icons/utility-sprite/svg/symbols-rtl.svg +1 -1
  8. package/dist/_slds/icons/utility-sprite/svg/symbols.svg +1 -1
  9. package/dist/components/alert/gator/base/alert.gator.js +1 -1
  10. package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
  11. package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
  12. package/dist/components/badge/gator/badge.gator.js +2 -2
  13. package/dist/components/banner/gator/banner.gator.js +2 -2
  14. package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
  15. package/dist/components/button/gator/button.gator.js +4 -3
  16. package/dist/components/card/gator/footer/card-footer.gator.js +2 -2
  17. package/dist/components/card/gator/header/card-header.gator.js +2 -2
  18. package/dist/components/date-picker/year-month-selector/year-month-selector.gator.js +1 -1
  19. package/dist/components/fab/gator/fab.gator.js +4 -4
  20. package/dist/components/guided-nav/gator/guided-nav/guided-nav.gator.js +16 -0
  21. package/dist/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.js +31 -0
  22. package/dist/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.js +14 -0
  23. package/dist/components/guided-nav/guided-nav.js +1 -0
  24. package/dist/components/guided-nav/index.js +1 -0
  25. package/dist/components/headline-card/gator/headline-card.gator.js +1 -1
  26. package/dist/components/input/base/input-base.js +1 -1
  27. package/dist/components/input/gator/help-text/help-text.gator.js +1 -1
  28. package/dist/components/input/gator/input-label/input-label.gator.js +2 -2
  29. package/dist/components/input/gator/input-text/input-text.gator.js +10 -9
  30. package/dist/components/list/gator/list/list.gator.js +3 -2
  31. package/dist/components/list/gator/list-item/list-item.gator.js +15 -10
  32. package/dist/components/popover/gator/popover.gator.js +2 -2
  33. package/dist/components/table/gator/table.gator.js +2 -2
  34. package/dist/components/toast/gator/subtitle/toast-subtitle.gator.js +2 -2
  35. package/dist/components/toast/gator/title/toast-title.gator.js +2 -2
  36. package/dist/components/toast-container/gator/toast-container.gator.js +3 -3
  37. package/dist/components/toaster/gator/toaster.gator.js +2 -2
  38. package/dist/index.gator.js +1 -1
  39. package/dist/index.js +1 -1
  40. package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.scss.js +1 -0
  41. package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.scss.js +1 -0
  42. package/dist/packages/web-components/src/components/list/gator/list-item/list-item.gator.scss.js +1 -1
  43. package/dist/packages/web-components/src/tokens/semantic.tokens.scss.js +1 -1
  44. package/dist/types/components/button/gator/button.gator.d.ts +1 -0
  45. package/dist/types/components/guided-nav/gator/guided-nav/guided-nav.gator.d.ts +13 -0
  46. package/dist/types/components/guided-nav/gator/guided-nav/guided-nav.gator.test.d.ts +0 -0
  47. package/dist/types/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.d.ts +23 -0
  48. package/dist/types/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.d.ts +17 -0
  49. package/dist/types/components/guided-nav/guided-nav.d.ts +23 -0
  50. package/dist/types/components/guided-nav/index.d.ts +1 -0
  51. package/dist/types/components/input/base/input-base.d.ts +5 -0
  52. package/dist/types/components/input/gator/input-text/input-text.gator.d.ts +4 -0
  53. package/dist/types/components/list/gator/list/list.gator.d.ts +2 -1
  54. package/dist/types/components/list/gator/list-item/list-item.gator.d.ts +6 -2
  55. package/dist/types/index.d.ts +1 -0
  56. package/dist/types/index.gator.d.ts +1 -0
  57. package/dist/types/utils/accessibility-utils.d.ts +1 -1
  58. package/dist/utils/accessibility-utils.js +1 -1
  59. package/dist/utils/vitest-utils.js +1 -1
  60. package/package.json +1 -1
  61. package/web-types.json +495 -111
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ncino/web-components",
4
- "version": "6.0.0-preview.3",
4
+ "version": "6.0.0-preview.5",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -953,6 +953,8 @@
953
953
  { "name": "errorTextId" },
954
954
  { "name": "ariaDescribedby" },
955
955
  { "name": "controlClasses" },
956
+ { "name": "internals", "type": "ElementInternals" },
957
+ { "name": "form", "type": "HTMLFormElement | null" },
956
958
  { "name": "id", "type": "string" },
957
959
  { "name": "required", "type": "boolean" },
958
960
  { "name": "disabled", "type": "boolean" },
@@ -1112,6 +1114,8 @@
1112
1114
  { "name": "errorTextId" },
1113
1115
  { "name": "ariaDescribedby" },
1114
1116
  { "name": "controlClasses" },
1117
+ { "name": "internals", "type": "ElementInternals" },
1118
+ { "name": "form", "type": "HTMLFormElement | null" },
1115
1119
  { "name": "id", "type": "string" },
1116
1120
  { "name": "required", "type": "boolean" },
1117
1121
  { "name": "disabled", "type": "boolean" },
@@ -1258,6 +1262,8 @@
1258
1262
  { "name": "errorTextId" },
1259
1263
  { "name": "ariaDescribedby" },
1260
1264
  { "name": "controlClasses" },
1265
+ { "name": "internals", "type": "ElementInternals" },
1266
+ { "name": "form", "type": "HTMLFormElement | null" },
1261
1267
  { "name": "id", "type": "string" },
1262
1268
  { "name": "required", "type": "boolean" },
1263
1269
  { "name": "disabled", "type": "boolean" },
@@ -1404,6 +1410,8 @@
1404
1410
  { "name": "errorTextId" },
1405
1411
  { "name": "ariaDescribedby" },
1406
1412
  { "name": "controlClasses" },
1413
+ { "name": "internals", "type": "ElementInternals" },
1414
+ { "name": "form", "type": "HTMLFormElement | null" },
1407
1415
  { "name": "id", "type": "string" },
1408
1416
  { "name": "required", "type": "boolean" },
1409
1417
  { "name": "disabled", "type": "boolean" },
@@ -1634,6 +1642,13 @@
1634
1642
  "attributes": [
1635
1643
  { "name": "start-icon", "value": { "type": "string | undefined" } },
1636
1644
  { "name": "end-icon", "value": { "type": "string | undefined" } },
1645
+ {
1646
+ "name": "type",
1647
+ "value": {
1648
+ "type": "'submit' | 'button' | 'reset'",
1649
+ "default": "'submit'"
1650
+ }
1651
+ },
1637
1652
  {
1638
1653
  "name": "variant",
1639
1654
  "value": {
@@ -1681,6 +1696,7 @@
1681
1696
  "properties": [
1682
1697
  { "name": "startIcon", "type": "string | undefined" },
1683
1698
  { "name": "endIcon", "type": "string | undefined" },
1699
+ { "name": "type", "type": "'submit' | 'button' | 'reset'" },
1684
1700
  { "name": "startIconMarkup" },
1685
1701
  { "name": "endIconMarkup" },
1686
1702
  { "name": "buttonAriaLabel" },
@@ -1879,6 +1895,7 @@
1879
1895
  "name": "role",
1880
1896
  "value": { "type": "string | null", "default": "null" }
1881
1897
  },
1898
+ { "name": "tabindex", "value": { "type": "number | undefined" } },
1882
1899
  {
1883
1900
  "name": "delegatesARIA",
1884
1901
  "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
@@ -1907,11 +1924,11 @@
1907
1924
  { "name": "iconOnly", "type": "boolean" },
1908
1925
  { "name": "hideCheckmark", "type": "boolean" },
1909
1926
  { "name": "role", "type": "string | null" },
1927
+ { "name": "tabindex", "type": "number | undefined" },
1910
1928
  { "name": "falseFocusing", "type": "boolean" },
1911
1929
  { "name": "listItemRef", "type": "Ref<HTMLLIElement>" },
1912
1930
  { "name": "classes" },
1913
1931
  { "name": "replacedStringId" },
1914
- { "name": "tabIndex" },
1915
1932
  { "name": "subtitleSpacerElement" },
1916
1933
  { "name": "interactionIconContent" },
1917
1934
  { "name": "leftIconContent" },
@@ -2353,6 +2370,8 @@
2353
2370
  { "name": "errorTextId" },
2354
2371
  { "name": "ariaDescribedby" },
2355
2372
  { "name": "controlClasses" },
2373
+ { "name": "internals", "type": "ElementInternals" },
2374
+ { "name": "form", "type": "HTMLFormElement | null" },
2356
2375
  { "name": "id", "type": "string" },
2357
2376
  { "name": "required", "type": "boolean" },
2358
2377
  { "name": "disabled", "type": "boolean" },
@@ -2502,6 +2521,8 @@
2502
2521
  { "name": "errorTextId" },
2503
2522
  { "name": "ariaDescribedby" },
2504
2523
  { "name": "controlClasses" },
2524
+ { "name": "internals", "type": "ElementInternals" },
2525
+ { "name": "form", "type": "HTMLFormElement | null" },
2505
2526
  { "name": "id", "type": "string" },
2506
2527
  { "name": "required", "type": "boolean" },
2507
2528
  { "name": "disabled", "type": "boolean" },
@@ -2694,6 +2715,154 @@
2694
2715
  "events": [{ "name": "click", "type": "CustomEvent" }]
2695
2716
  }
2696
2717
  },
2718
+ {
2719
+ "name": "ngc-list",
2720
+ "description": "\n---\n\n\n### **Methods:**\n - **removeAttributesFromHost(name: _string_, oldValue: _string_, newValue: _string_)** - Removes an attribute from the host element and stores its original value in the map.\nAlso updates the corresponding `dataset` property for the attribute.\n- **restoreAttributesToHost()** - Restores all previously removed attributes to the host element.\nClears the map of removed attributes after restoration.",
2721
+ "doc-url": "",
2722
+ "attributes": [
2723
+ { "name": "id", "value": { "type": "string", "default": "''" } },
2724
+ {
2725
+ "name": "density",
2726
+ "value": {
2727
+ "type": "'default' | 'compact' | 'comfortable'",
2728
+ "default": "'default'"
2729
+ }
2730
+ },
2731
+ {
2732
+ "name": "selectable",
2733
+ "value": { "type": "boolean", "default": "false" }
2734
+ },
2735
+ {
2736
+ "name": "multiselect",
2737
+ "value": { "type": "boolean", "default": "false" }
2738
+ },
2739
+ {
2740
+ "name": "aria-labelledby",
2741
+ "value": { "type": "string", "default": "''" }
2742
+ },
2743
+ {
2744
+ "name": "aria-labelled-by-elements",
2745
+ "value": {
2746
+ "type": "Element[] | undefined",
2747
+ "default": "undefined"
2748
+ }
2749
+ },
2750
+ {
2751
+ "name": "aria-described-by-elements",
2752
+ "value": {
2753
+ "type": "Element[] | undefined",
2754
+ "default": "undefined"
2755
+ }
2756
+ },
2757
+ {
2758
+ "name": "aria-describedby",
2759
+ "value": { "type": "string | undefined" }
2760
+ },
2761
+ { "name": "title", "value": { "type": "string", "default": "''" } },
2762
+ {
2763
+ "name": "faux-focus",
2764
+ "value": { "type": "boolean", "default": "false" }
2765
+ },
2766
+ {
2767
+ "name": "hide-checkmarks",
2768
+ "value": { "type": "boolean", "default": "false" }
2769
+ },
2770
+ {
2771
+ "name": "aria-label",
2772
+ "value": { "type": "string | null", "default": "null" }
2773
+ },
2774
+ {
2775
+ "name": "delegatesARIA",
2776
+ "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
2777
+ "value": { "type": "boolean", "default": "true" }
2778
+ },
2779
+ {
2780
+ "name": "data-testid",
2781
+ "value": { "type": "string | undefined", "default": "undefined" }
2782
+ }
2783
+ ],
2784
+ "events": [],
2785
+ "js": {
2786
+ "properties": [
2787
+ { "name": "id", "type": "string" },
2788
+ {
2789
+ "name": "density",
2790
+ "type": "'default' | 'compact' | 'comfortable'"
2791
+ },
2792
+ { "name": "selectable", "type": "boolean" },
2793
+ { "name": "multiselect", "type": "boolean" },
2794
+ { "name": "ariaLabelledBy", "type": "string" },
2795
+ {
2796
+ "name": "ariaLabelledByElements",
2797
+ "type": "Element[] | undefined"
2798
+ },
2799
+ {
2800
+ "name": "ariaDescribedByElements",
2801
+ "type": "Element[] | undefined"
2802
+ },
2803
+ { "name": "ariaDescribedby", "type": "string | undefined" },
2804
+ { "name": "title", "type": "string" },
2805
+ { "name": "fauxFocus", "type": "boolean" },
2806
+ { "name": "hideCheckmarks", "type": "boolean" },
2807
+ { "name": "ariaLabel", "type": "string | null" },
2808
+ { "name": "_selectedListItem", "type": "string | null" },
2809
+ { "name": "_activeIndex", "type": "number" },
2810
+ { "name": "_totalListItems", "type": "number" },
2811
+ { "name": "listRole", "type": "string" },
2812
+ { "name": "nodes" },
2813
+ { "name": "listItems", "type": "NgcListItem[] | undefined" },
2814
+ {
2815
+ "name": "shouldApplyAttributeDeletion",
2816
+ "description": "Determines whether attribute deletion should be applied.\nThis is controlled by the `delegatesARIA` property.",
2817
+ "type": "boolean"
2818
+ },
2819
+ {
2820
+ "name": "delegatesARIA",
2821
+ "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
2822
+ "type": "boolean"
2823
+ },
2824
+ { "name": "dataTestid", "type": "string | undefined" },
2825
+ { "name": "labelDataTestid" },
2826
+ { "name": "helpTextDataTestid" },
2827
+ { "name": "errorMessageDataTestid" }
2828
+ ],
2829
+ "events": []
2830
+ }
2831
+ },
2832
+ {
2833
+ "name": "ngc-guided-nav",
2834
+ "description": "\n---\n",
2835
+ "doc-url": "",
2836
+ "attributes": [
2837
+ {
2838
+ "name": "selected-step",
2839
+ "value": { "type": "NjcGuidedNavSelectedStep | undefined" }
2840
+ },
2841
+ {
2842
+ "name": "steps",
2843
+ "value": { "type": "NjcGuidedNavStep[]", "default": "[]" }
2844
+ },
2845
+ {
2846
+ "name": "data-testid",
2847
+ "value": { "type": "string | undefined", "default": "undefined" }
2848
+ }
2849
+ ],
2850
+ "events": [],
2851
+ "js": {
2852
+ "properties": [
2853
+ {
2854
+ "name": "selectedStep",
2855
+ "type": "NjcGuidedNavSelectedStep | undefined"
2856
+ },
2857
+ { "name": "steps", "type": "NjcGuidedNavStep[]" },
2858
+ { "name": "dataTestid", "type": "string | undefined" },
2859
+ { "name": "labelDataTestid" },
2860
+ { "name": "helpTextDataTestid" },
2861
+ { "name": "errorMessageDataTestid" }
2862
+ ],
2863
+ "events": []
2864
+ }
2865
+ },
2697
2866
  {
2698
2867
  "name": "ngc-illustration",
2699
2868
  "description": "An element that renderings a single illustration. Illustrations are either provided as a\nLit TemplateResult, or looked up by name from an illustration registry.\n---\n",
@@ -2947,6 +3116,8 @@
2947
3116
  { "name": "errorTextId" },
2948
3117
  { "name": "ariaDescribedby" },
2949
3118
  { "name": "controlClasses" },
3119
+ { "name": "internals", "type": "ElementInternals" },
3120
+ { "name": "form", "type": "HTMLFormElement | null" },
2950
3121
  { "name": "id", "type": "string" },
2951
3122
  { "name": "required", "type": "boolean" },
2952
3123
  { "name": "disabled", "type": "boolean" },
@@ -3306,6 +3477,8 @@
3306
3477
  { "name": "errorTextId" },
3307
3478
  { "name": "ariaDescribedby" },
3308
3479
  { "name": "controlClasses" },
3480
+ { "name": "internals", "type": "ElementInternals" },
3481
+ { "name": "form", "type": "HTMLFormElement | null" },
3309
3482
  { "name": "id", "type": "string" },
3310
3483
  { "name": "required", "type": "boolean" },
3311
3484
  { "name": "disabled", "type": "boolean" },
@@ -3442,6 +3615,8 @@
3442
3615
  { "name": "errorTextId" },
3443
3616
  { "name": "ariaDescribedby" },
3444
3617
  { "name": "controlClasses" },
3618
+ { "name": "internals", "type": "ElementInternals" },
3619
+ { "name": "form", "type": "HTMLFormElement | null" },
3445
3620
  { "name": "id", "type": "string" },
3446
3621
  { "name": "required", "type": "boolean" },
3447
3622
  { "name": "disabled", "type": "boolean" },
@@ -3601,6 +3776,8 @@
3601
3776
  { "name": "errorTextId" },
3602
3777
  { "name": "ariaDescribedby" },
3603
3778
  { "name": "controlClasses" },
3779
+ { "name": "internals", "type": "ElementInternals" },
3780
+ { "name": "form", "type": "HTMLFormElement | null" },
3604
3781
  { "name": "id", "type": "string" },
3605
3782
  { "name": "required", "type": "boolean" },
3606
3783
  { "name": "disabled", "type": "boolean" },
@@ -3737,6 +3914,8 @@
3737
3914
  { "name": "errorTextId" },
3738
3915
  { "name": "ariaDescribedby" },
3739
3916
  { "name": "controlClasses" },
3917
+ { "name": "internals", "type": "ElementInternals" },
3918
+ { "name": "form", "type": "HTMLFormElement | null" },
3740
3919
  { "name": "id", "type": "string" },
3741
3920
  { "name": "required", "type": "boolean" },
3742
3921
  { "name": "disabled", "type": "boolean" },
@@ -3767,115 +3946,6 @@
3767
3946
  ]
3768
3947
  }
3769
3948
  },
3770
- {
3771
- "name": "ngc-list",
3772
- "description": "\n---\n\n\n### **Methods:**\n - **removeAttributesFromHost(name: _string_, oldValue: _string_, newValue: _string_)** - Removes an attribute from the host element and stores its original value in the map.\nAlso updates the corresponding `dataset` property for the attribute.\n- **restoreAttributesToHost()** - Restores all previously removed attributes to the host element.\nClears the map of removed attributes after restoration.",
3773
- "doc-url": "",
3774
- "attributes": [
3775
- { "name": "id", "value": { "type": "string", "default": "''" } },
3776
- {
3777
- "name": "density",
3778
- "value": {
3779
- "type": "'default' | 'compact' | 'comfortable'",
3780
- "default": "'default'"
3781
- }
3782
- },
3783
- {
3784
- "name": "selectable",
3785
- "value": { "type": "boolean", "default": "false" }
3786
- },
3787
- {
3788
- "name": "multiselect",
3789
- "value": { "type": "boolean", "default": "false" }
3790
- },
3791
- {
3792
- "name": "aria-labelledby",
3793
- "value": { "type": "string", "default": "''" }
3794
- },
3795
- {
3796
- "name": "aria-labelled-by-elements",
3797
- "value": {
3798
- "type": "Element[] | undefined",
3799
- "default": "undefined"
3800
- }
3801
- },
3802
- {
3803
- "name": "aria-described-by-elements",
3804
- "value": {
3805
- "type": "Element[] | undefined",
3806
- "default": "undefined"
3807
- }
3808
- },
3809
- {
3810
- "name": "aria-describedby",
3811
- "value": { "type": "string | undefined" }
3812
- },
3813
- { "name": "title", "value": { "type": "string", "default": "''" } },
3814
- {
3815
- "name": "faux-focus",
3816
- "value": { "type": "boolean", "default": "false" }
3817
- },
3818
- {
3819
- "name": "hide-checkmarks",
3820
- "value": { "type": "boolean", "default": "false" }
3821
- },
3822
- {
3823
- "name": "delegatesARIA",
3824
- "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
3825
- "value": { "type": "boolean", "default": "true" }
3826
- },
3827
- {
3828
- "name": "data-testid",
3829
- "value": { "type": "string | undefined", "default": "undefined" }
3830
- }
3831
- ],
3832
- "events": [],
3833
- "js": {
3834
- "properties": [
3835
- { "name": "id", "type": "string" },
3836
- {
3837
- "name": "density",
3838
- "type": "'default' | 'compact' | 'comfortable'"
3839
- },
3840
- { "name": "selectable", "type": "boolean" },
3841
- { "name": "multiselect", "type": "boolean" },
3842
- { "name": "ariaLabelledBy", "type": "string" },
3843
- {
3844
- "name": "ariaLabelledByElements",
3845
- "type": "Element[] | undefined"
3846
- },
3847
- {
3848
- "name": "ariaDescribedByElements",
3849
- "type": "Element[] | undefined"
3850
- },
3851
- { "name": "ariaDescribedby", "type": "string | undefined" },
3852
- { "name": "title", "type": "string" },
3853
- { "name": "fauxFocus", "type": "boolean" },
3854
- { "name": "hideCheckmarks", "type": "boolean" },
3855
- { "name": "_selectedListItem", "type": "string | null" },
3856
- { "name": "_activeIndex", "type": "number" },
3857
- { "name": "_totalListItems", "type": "number" },
3858
- { "name": "listRole", "type": "string" },
3859
- { "name": "nodes" },
3860
- { "name": "listItems", "type": "NgcListItem[] | undefined" },
3861
- {
3862
- "name": "shouldApplyAttributeDeletion",
3863
- "description": "Determines whether attribute deletion should be applied.\nThis is controlled by the `delegatesARIA` property.",
3864
- "type": "boolean"
3865
- },
3866
- {
3867
- "name": "delegatesARIA",
3868
- "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
3869
- "type": "boolean"
3870
- },
3871
- { "name": "dataTestid", "type": "string | undefined" },
3872
- { "name": "labelDataTestid" },
3873
- { "name": "helpTextDataTestid" },
3874
- { "name": "errorMessageDataTestid" }
3875
- ],
3876
- "events": []
3877
- }
3878
- },
3879
3949
  {
3880
3950
  "name": "ngc-input-dropdown",
3881
3951
  "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
@@ -4030,6 +4100,8 @@
4030
4100
  { "name": "errorTextMarkup" },
4031
4101
  { "name": "errorTextId" },
4032
4102
  { "name": "ariaDescribedby" },
4103
+ { "name": "internals", "type": "ElementInternals" },
4104
+ { "name": "form", "type": "HTMLFormElement | null" },
4033
4105
  { "name": "id", "type": "string" },
4034
4106
  { "name": "required", "type": "boolean" },
4035
4107
  { "name": "disabled", "type": "boolean" },
@@ -4158,6 +4230,8 @@
4158
4230
  { "name": "errorTextId" },
4159
4231
  { "name": "ariaDescribedby" },
4160
4232
  { "name": "controlClasses" },
4233
+ { "name": "internals", "type": "ElementInternals" },
4234
+ { "name": "form", "type": "HTMLFormElement | null" },
4161
4235
  { "name": "id", "type": "string" },
4162
4236
  { "name": "required", "type": "boolean" },
4163
4237
  { "name": "disabled", "type": "boolean" },
@@ -4377,6 +4451,8 @@
4377
4451
  { "name": "errorTextId" },
4378
4452
  { "name": "ariaDescribedby" },
4379
4453
  { "name": "controlClasses" },
4454
+ { "name": "internals", "type": "ElementInternals" },
4455
+ { "name": "form", "type": "HTMLFormElement | null" },
4380
4456
  { "name": "id", "type": "string" },
4381
4457
  { "name": "required", "type": "boolean" },
4382
4458
  { "name": "disabled", "type": "boolean" },
@@ -4515,6 +4591,8 @@
4515
4591
  { "name": "errorTextId" },
4516
4592
  { "name": "ariaDescribedby" },
4517
4593
  { "name": "controlClasses" },
4594
+ { "name": "internals", "type": "ElementInternals" },
4595
+ { "name": "form", "type": "HTMLFormElement | null" },
4518
4596
  { "name": "id", "type": "string" },
4519
4597
  { "name": "required", "type": "boolean" },
4520
4598
  { "name": "disabled", "type": "boolean" },
@@ -4721,6 +4799,8 @@
4721
4799
  { "name": "errorTextId" },
4722
4800
  { "name": "ariaDescribedby" },
4723
4801
  { "name": "controlClasses" },
4802
+ { "name": "internals", "type": "ElementInternals" },
4803
+ { "name": "form", "type": "HTMLFormElement | null" },
4724
4804
  { "name": "id", "type": "string" },
4725
4805
  { "name": "required", "type": "boolean" },
4726
4806
  { "name": "disabled", "type": "boolean" },
@@ -5543,6 +5623,8 @@
5543
5623
  { "name": "errorTextId" },
5544
5624
  { "name": "ariaDescribedby" },
5545
5625
  { "name": "controlClasses" },
5626
+ { "name": "internals", "type": "ElementInternals" },
5627
+ { "name": "form", "type": "HTMLFormElement | null" },
5546
5628
  { "name": "id", "type": "string" },
5547
5629
  { "name": "required", "type": "boolean" },
5548
5630
  { "name": "disabled", "type": "boolean" },
@@ -6517,6 +6599,8 @@
6517
6599
  { "name": "labelMarkup" },
6518
6600
  { "name": "hasErrorClass" },
6519
6601
  { "name": "isAriaInvalid" },
6602
+ { "name": "internals", "type": "ElementInternals" },
6603
+ { "name": "form", "type": "HTMLFormElement | null" },
6520
6604
  { "name": "id", "type": "string" },
6521
6605
  { "name": "required", "type": "boolean" },
6522
6606
  { "name": "disabled", "type": "boolean" },
@@ -6595,6 +6679,306 @@
6595
6679
  ],
6596
6680
  "events": []
6597
6681
  }
6682
+ },
6683
+ {
6684
+ "name": "ngc-guided-nav-step",
6685
+ "description": "\n---\n\n\n### **Events:**\n - **selected**\n\n### **Methods:**\n - **removeAttributesFromHost(name: _string_, oldValue: _string_, newValue: _string_)** - Removes an attribute from the host element and stores its original value in the map.\nAlso updates the corresponding `dataset` property for the attribute.\n- **restoreAttributesToHost()** - Restores all previously removed attributes to the host element.\nClears the map of removed attributes after restoration.",
6686
+ "doc-url": "",
6687
+ "attributes": [
6688
+ {
6689
+ "name": "step",
6690
+ "value": {
6691
+ "type": "NjcGuidedNavStep",
6692
+ "default": "{ id: '', value: '', text: '' }"
6693
+ }
6694
+ },
6695
+ {
6696
+ "name": "selectedStep",
6697
+ "value": {
6698
+ "type": "NjcGuidedNavSelectedStep",
6699
+ "default": "{ step: '', substep: null }"
6700
+ }
6701
+ },
6702
+ {
6703
+ "name": "state",
6704
+ "value": {
6705
+ "type": "'complete' | 'current' | 'incomplete'",
6706
+ "default": "'complete'"
6707
+ }
6708
+ },
6709
+ {
6710
+ "name": "onStepSelected",
6711
+ "value": {
6712
+ "type": "(event: Event, step: NjcGuidedNavStep) => void"
6713
+ }
6714
+ },
6715
+ {
6716
+ "name": "onSubstepSelected",
6717
+ "value": {
6718
+ "type": "(event: Event, step: NjcGuidedNavSubstep) => void"
6719
+ }
6720
+ },
6721
+ { "name": "id", "value": { "type": "string", "default": "''" } },
6722
+ { "name": "text", "value": { "type": "string", "default": "''" } },
6723
+ { "name": "value", "value": { "type": "string", "default": "''" } },
6724
+ {
6725
+ "name": "subtitle",
6726
+ "value": { "type": "string | null", "default": "null" }
6727
+ },
6728
+ {
6729
+ "name": "density",
6730
+ "value": { "type": "string", "default": "'default'" }
6731
+ },
6732
+ {
6733
+ "name": "selectable",
6734
+ "value": { "type": "boolean", "default": "false" }
6735
+ },
6736
+ {
6737
+ "name": "selected",
6738
+ "value": { "type": "boolean", "default": "false" }
6739
+ },
6740
+ {
6741
+ "name": "multiselect",
6742
+ "value": { "type": "boolean", "default": "false" }
6743
+ },
6744
+ {
6745
+ "name": "end-icon",
6746
+ "value": { "type": "string | null", "default": "null" }
6747
+ },
6748
+ {
6749
+ "name": "start-icon",
6750
+ "value": { "type": "string | null", "default": "null" }
6751
+ },
6752
+ {
6753
+ "name": "current-list-item",
6754
+ "value": { "type": "boolean", "default": "false" }
6755
+ },
6756
+ {
6757
+ "name": "faux-focus",
6758
+ "value": { "type": "boolean", "default": "false" }
6759
+ },
6760
+ {
6761
+ "name": "icon-only",
6762
+ "value": { "type": "boolean", "default": "false" }
6763
+ },
6764
+ {
6765
+ "name": "hide-checkmark",
6766
+ "value": { "type": "boolean", "default": "false" }
6767
+ },
6768
+ {
6769
+ "name": "role",
6770
+ "value": { "type": "string | null", "default": "null" }
6771
+ },
6772
+ { "name": "tabindex", "value": { "type": "number | undefined" } },
6773
+ {
6774
+ "name": "delegatesARIA",
6775
+ "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
6776
+ "value": { "type": "boolean", "default": "true" }
6777
+ },
6778
+ {
6779
+ "name": "data-testid",
6780
+ "value": { "type": "string | undefined", "default": "undefined" }
6781
+ }
6782
+ ],
6783
+ "events": [{ "name": "selected", "type": "CustomEvent" }],
6784
+ "js": {
6785
+ "properties": [
6786
+ { "name": "step", "type": "NjcGuidedNavStep" },
6787
+ { "name": "selectedStep", "type": "NjcGuidedNavSelectedStep" },
6788
+ {
6789
+ "name": "state",
6790
+ "type": "'complete' | 'current' | 'incomplete'"
6791
+ },
6792
+ {
6793
+ "name": "onStepSelected",
6794
+ "type": "(event: Event, step: NjcGuidedNavStep) => void"
6795
+ },
6796
+ {
6797
+ "name": "onSubstepSelected",
6798
+ "type": "(event: Event, step: NjcGuidedNavSubstep) => void"
6799
+ },
6800
+ { "name": "id", "type": "string" },
6801
+ { "name": "text", "type": "string" },
6802
+ { "name": "value", "type": "string" },
6803
+ { "name": "subtitle", "type": "string | null" },
6804
+ { "name": "density", "type": "string" },
6805
+ { "name": "selectable", "type": "boolean" },
6806
+ { "name": "selected", "type": "boolean" },
6807
+ { "name": "multiselect", "type": "boolean" },
6808
+ { "name": "endIcon", "type": "string | null" },
6809
+ { "name": "startIcon", "type": "string | null" },
6810
+ { "name": "currentListItem", "type": "boolean" },
6811
+ { "name": "fauxFocus", "type": "boolean" },
6812
+ { "name": "iconOnly", "type": "boolean" },
6813
+ { "name": "hideCheckmark", "type": "boolean" },
6814
+ { "name": "role", "type": "string | null" },
6815
+ { "name": "tabindex", "type": "number | undefined" },
6816
+ { "name": "falseFocusing", "type": "boolean" },
6817
+ { "name": "listItemRef", "type": "Ref<HTMLLIElement>" },
6818
+ { "name": "classes" },
6819
+ { "name": "replacedStringId" },
6820
+ { "name": "subtitleSpacerElement" },
6821
+ { "name": "interactionIconContent" },
6822
+ { "name": "leftIconContent" },
6823
+ { "name": "rightIconContent" },
6824
+ {
6825
+ "name": "shouldApplyAttributeDeletion",
6826
+ "description": "Determines whether attribute deletion should be applied.\nThis is controlled by the `delegatesARIA` property.",
6827
+ "type": "boolean"
6828
+ },
6829
+ {
6830
+ "name": "delegatesARIA",
6831
+ "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
6832
+ "type": "boolean"
6833
+ },
6834
+ { "name": "dataTestid", "type": "string | undefined" },
6835
+ { "name": "labelDataTestid" },
6836
+ { "name": "helpTextDataTestid" },
6837
+ { "name": "errorMessageDataTestid" }
6838
+ ],
6839
+ "events": [{ "name": "selected", "type": "CustomEvent" }]
6840
+ }
6841
+ },
6842
+ {
6843
+ "name": "ngc-guided-nav-substep",
6844
+ "description": "\n---\n\n\n### **Events:**\n - **selected**\n\n### **Methods:**\n - **removeAttributesFromHost(name: _string_, oldValue: _string_, newValue: _string_)** - Removes an attribute from the host element and stores its original value in the map.\nAlso updates the corresponding `dataset` property for the attribute.\n- **restoreAttributesToHost()** - Restores all previously removed attributes to the host element.\nClears the map of removed attributes after restoration.",
6845
+ "doc-url": "",
6846
+ "attributes": [
6847
+ {
6848
+ "name": "substep",
6849
+ "value": {
6850
+ "type": "NjcGuidedNavSubstep",
6851
+ "default": "{ id: '', value: '', text: '', complete: false }"
6852
+ }
6853
+ },
6854
+ {
6855
+ "name": "selected",
6856
+ "value": { "type": "boolean", "default": "false" }
6857
+ },
6858
+ {
6859
+ "name": "state",
6860
+ "value": {
6861
+ "type": "'complete' | 'current' | 'incomplete'",
6862
+ "default": "'complete'"
6863
+ }
6864
+ },
6865
+ {
6866
+ "name": "onSubstepSelected",
6867
+ "value": {
6868
+ "type": "(event: Event, step: NjcGuidedNavSubstep) => void"
6869
+ }
6870
+ },
6871
+ { "name": "id", "value": { "type": "string", "default": "''" } },
6872
+ { "name": "text", "value": { "type": "string", "default": "''" } },
6873
+ { "name": "value", "value": { "type": "string", "default": "''" } },
6874
+ {
6875
+ "name": "subtitle",
6876
+ "value": { "type": "string | null", "default": "null" }
6877
+ },
6878
+ {
6879
+ "name": "density",
6880
+ "value": { "type": "string", "default": "'default'" }
6881
+ },
6882
+ {
6883
+ "name": "selectable",
6884
+ "value": { "type": "boolean", "default": "false" }
6885
+ },
6886
+ {
6887
+ "name": "multiselect",
6888
+ "value": { "type": "boolean", "default": "false" }
6889
+ },
6890
+ {
6891
+ "name": "end-icon",
6892
+ "value": { "type": "string | null", "default": "null" }
6893
+ },
6894
+ {
6895
+ "name": "start-icon",
6896
+ "value": { "type": "string | null", "default": "null" }
6897
+ },
6898
+ {
6899
+ "name": "current-list-item",
6900
+ "value": { "type": "boolean", "default": "false" }
6901
+ },
6902
+ {
6903
+ "name": "faux-focus",
6904
+ "value": { "type": "boolean", "default": "false" }
6905
+ },
6906
+ {
6907
+ "name": "icon-only",
6908
+ "value": { "type": "boolean", "default": "false" }
6909
+ },
6910
+ {
6911
+ "name": "hide-checkmark",
6912
+ "value": { "type": "boolean", "default": "false" }
6913
+ },
6914
+ {
6915
+ "name": "role",
6916
+ "value": { "type": "string | null", "default": "null" }
6917
+ },
6918
+ { "name": "tabindex", "value": { "type": "number | undefined" } },
6919
+ {
6920
+ "name": "delegatesARIA",
6921
+ "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
6922
+ "value": { "type": "boolean", "default": "true" }
6923
+ },
6924
+ {
6925
+ "name": "data-testid",
6926
+ "value": { "type": "string | undefined", "default": "undefined" }
6927
+ }
6928
+ ],
6929
+ "events": [{ "name": "selected", "type": "CustomEvent" }],
6930
+ "js": {
6931
+ "properties": [
6932
+ { "name": "substep", "type": "NjcGuidedNavSubstep" },
6933
+ { "name": "selected", "type": "boolean" },
6934
+ {
6935
+ "name": "state",
6936
+ "type": "'complete' | 'current' | 'incomplete'"
6937
+ },
6938
+ {
6939
+ "name": "onSubstepSelected",
6940
+ "type": "(event: Event, step: NjcGuidedNavSubstep) => void"
6941
+ },
6942
+ { "name": "id", "type": "string" },
6943
+ { "name": "text", "type": "string" },
6944
+ { "name": "value", "type": "string" },
6945
+ { "name": "subtitle", "type": "string | null" },
6946
+ { "name": "density", "type": "string" },
6947
+ { "name": "selectable", "type": "boolean" },
6948
+ { "name": "multiselect", "type": "boolean" },
6949
+ { "name": "endIcon", "type": "string | null" },
6950
+ { "name": "startIcon", "type": "string | null" },
6951
+ { "name": "currentListItem", "type": "boolean" },
6952
+ { "name": "fauxFocus", "type": "boolean" },
6953
+ { "name": "iconOnly", "type": "boolean" },
6954
+ { "name": "hideCheckmark", "type": "boolean" },
6955
+ { "name": "role", "type": "string | null" },
6956
+ { "name": "tabindex", "type": "number | undefined" },
6957
+ { "name": "falseFocusing", "type": "boolean" },
6958
+ { "name": "listItemRef", "type": "Ref<HTMLLIElement>" },
6959
+ { "name": "classes" },
6960
+ { "name": "replacedStringId" },
6961
+ { "name": "subtitleSpacerElement" },
6962
+ { "name": "interactionIconContent" },
6963
+ { "name": "leftIconContent" },
6964
+ { "name": "rightIconContent" },
6965
+ {
6966
+ "name": "shouldApplyAttributeDeletion",
6967
+ "description": "Determines whether attribute deletion should be applied.\nThis is controlled by the `delegatesARIA` property.",
6968
+ "type": "boolean"
6969
+ },
6970
+ {
6971
+ "name": "delegatesARIA",
6972
+ "description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
6973
+ "type": "boolean"
6974
+ },
6975
+ { "name": "dataTestid", "type": "string | undefined" },
6976
+ { "name": "labelDataTestid" },
6977
+ { "name": "helpTextDataTestid" },
6978
+ { "name": "errorMessageDataTestid" }
6979
+ ],
6980
+ "events": [{ "name": "selected", "type": "CustomEvent" }]
6981
+ }
6598
6982
  }
6599
6983
  ]
6600
6984
  },