@tylertech/forge 3.3.5 → 3.4.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.
Files changed (87) hide show
  1. package/custom-elements.json +388 -98
  2. package/dist/app-bar/forge-app-bar.css +2 -17
  3. package/dist/field/forge-field.css +4 -17
  4. package/dist/forge.css +12 -0
  5. package/dist/icon-button/forge-icon-button.css +1 -0
  6. package/dist/lib.js +1 -1
  7. package/dist/lib.js.map +3 -3
  8. package/dist/toolbar/forge-toolbar.css +2 -1
  9. package/dist/typography/forge-typography.css +12 -0
  10. package/dist/vscode.css-custom-data.json +15 -15
  11. package/dist/vscode.html-custom-data.json +159 -28
  12. package/esm/app-bar/app-bar/app-bar.d.ts +1 -0
  13. package/esm/app-bar/app-bar/app-bar.js +2 -1
  14. package/esm/autocomplete/autocomplete-adapter.js +2 -1
  15. package/esm/calendar/calendar-core.d.ts +1 -1
  16. package/esm/calendar/calendar-core.js +1 -1
  17. package/esm/calendar/calendar-dropdown/calendar-dropdown.js +1 -1
  18. package/esm/checkbox/checkbox.d.ts +3 -3
  19. package/esm/checkbox/checkbox.js +1 -1
  20. package/esm/chip-field/chip-field.js +1 -1
  21. package/esm/deprecated/icon-button/deprecated-icon-button.js +1 -1
  22. package/esm/dialog/dialog-core.d.ts +1 -0
  23. package/esm/dialog/dialog-core.js +10 -6
  24. package/esm/dialog/dialog.d.ts +4 -4
  25. package/esm/field/base/with-base-field.js +2 -2
  26. package/esm/field/field-adapter.d.ts +4 -4
  27. package/esm/field/field-adapter.js +4 -12
  28. package/esm/field/field-constants.d.ts +1 -0
  29. package/esm/field/field-constants.js +2 -1
  30. package/esm/field/field-core.d.ts +2 -0
  31. package/esm/field/field-core.js +13 -3
  32. package/esm/field/field.d.ts +1 -0
  33. package/esm/field/field.js +3 -2
  34. package/esm/icon/icon.d.ts +26 -9
  35. package/esm/icon/icon.js +3 -2
  36. package/esm/icon-button/icon-button.d.ts +1 -0
  37. package/esm/icon-button/icon-button.js +2 -1
  38. package/esm/label/label.d.ts +1 -1
  39. package/esm/popover/popover-adapter.js +8 -1
  40. package/esm/radio/radio/radio.d.ts +2 -2
  41. package/esm/radio/radio/radio.js +1 -1
  42. package/esm/select/core/base-select-adapter.js +5 -0
  43. package/esm/skip-link/skip-link.d.ts +1 -1
  44. package/esm/skip-link/skip-link.js +1 -1
  45. package/esm/switch/switch.d.ts +2 -2
  46. package/esm/switch/switch.js +1 -1
  47. package/esm/tabs/tab/tab-adapter.d.ts +3 -0
  48. package/esm/tabs/tab/tab-adapter.js +5 -0
  49. package/esm/tabs/tab/tab-core.d.ts +3 -0
  50. package/esm/tabs/tab/tab-core.js +5 -0
  51. package/esm/tabs/tab/tab.d.ts +6 -4
  52. package/esm/tabs/tab/tab.js +6 -5
  53. package/esm/tabs/tab-bar/tab-bar-core.js +1 -1
  54. package/esm/tabs/tab-bar/tab-bar.d.ts +4 -2
  55. package/esm/tabs/tab-bar/tab-bar.js +3 -3
  56. package/esm/time-picker/time-picker-adapter.d.ts +2 -2
  57. package/esm/time-picker/time-picker-adapter.js +44 -30
  58. package/esm/time-picker/time-picker-core.js +1 -1
  59. package/esm/time-picker/time-picker.d.ts +125 -28
  60. package/esm/time-picker/time-picker.js +0 -27
  61. package/esm/toolbar/toolbar.d.ts +1 -0
  62. package/esm/toolbar/toolbar.js +2 -1
  63. package/esm/view-switcher/view-switcher.d.ts +1 -1
  64. package/package.json +4 -4
  65. package/sass/app-bar/app-bar/_core.scss +1 -1
  66. package/sass/checkbox/_core.scss +1 -1
  67. package/sass/core/styles/_utils.scss +1 -1
  68. package/sass/core/styles/theme/_utils.scss +1 -1
  69. package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +1 -0
  70. package/sass/core/styles/tokens/icon-button/_tokens.scss +1 -0
  71. package/sass/core/styles/tokens/list/list/_tokens.scss +2 -1
  72. package/sass/core/styles/tokens/tabs/tab/_tokens.scss +6 -6
  73. package/sass/core/styles/tokens/toolbar/_tokens.scss +2 -1
  74. package/sass/core/styles/tokens/typography/_tokens.label.scss +10 -0
  75. package/sass/field/_core.animation.scss +0 -20
  76. package/sass/field/_core.layout.scss +3 -8
  77. package/sass/field/_core.scss +1 -0
  78. package/sass/field/_core.slotted.scss +4 -8
  79. package/sass/field/field.scss +8 -8
  80. package/sass/icon-button/_core.scss +1 -0
  81. package/sass/radio/index.scss +1 -1
  82. package/sass/radio/radio/_core.scss +1 -1
  83. package/sass/switch/_core.scss +1 -1
  84. package/sass/tabs/tab/_core.scss +4 -19
  85. package/sass/tabs/tab/tab.scss +1 -25
  86. package/sass/tabs/tab-bar/_core.scss +1 -0
  87. package/sass/toolbar/_core.scss +1 -1
@@ -18,11 +18,12 @@
18
18
  --_toolbar-padding: var(--forge-toolbar-padding, var(--forge-spacing-medium, 16px));
19
19
  --_toolbar-padding-block: var(--forge-toolbar-padding-block, 0);
20
20
  --_toolbar-padding-inline: var(--forge-toolbar-padding-inline, var(--_toolbar-padding));
21
+ --_toolbar-columns: var(--forge-toolbar-columns, auto 1fr auto);
21
22
  }
22
23
 
23
24
  .forge-toolbar {
24
25
  display: grid;
25
- grid-template-columns: auto 1fr auto;
26
+ grid-template-columns: var(--_toolbar-columns);
26
27
  height: var(--_toolbar-height);
27
28
  min-height: var(--_toolbar-min-height);
28
29
  box-sizing: border-box;
@@ -380,6 +380,18 @@ body {
380
380
  text-decoration: var(--forge-typography-label2-text-decoration, inherit);
381
381
  }
382
382
 
383
+ .forge-typography--label3 {
384
+ -moz-osx-font-smoothing: grayscale;
385
+ -webkit-font-smoothing: antialiased;
386
+ font-family: var(--forge-typography-label3-font-family, var(--forge-typography-font-family, "Roboto", sans-serif));
387
+ font-size: var(--forge-typography-label3-font-size, calc(var(--forge-typography-font-size, 1rem) * var(--forge-typography-label-font-size-scale, 0.875)));
388
+ font-weight: var(--forge-typography-label3-font-weight, 400);
389
+ line-height: var(--forge-typography-label3-line-height, calc(var(--forge-typography-font-size, 1rem) * var(--forge-typography-label-line-height-scale, 1.25)));
390
+ letter-spacing: var(--forge-typography-label3-letter-spacing, 0.0089285714em);
391
+ text-transform: var(--forge-typography-label3-text-transform, inherit);
392
+ text-decoration: var(--forge-typography-label3-text-decoration, inherit);
393
+ }
394
+
383
395
  .forge-typography--button {
384
396
  -moz-osx-font-smoothing: grayscale;
385
397
  -webkit-font-smoothing: antialiased;
@@ -1887,6 +1887,11 @@
1887
1887
  "description": "The size of the button when in the large density.",
1888
1888
  "values": []
1889
1889
  },
1890
+ {
1891
+ "name": "--forge-icon-button-toggle-on-background-color",
1892
+ "description": "The background color of the when in toggle mode and toggled on.",
1893
+ "values": []
1894
+ },
1890
1895
  {
1891
1896
  "name": "--forge-icon-button-toggle-on-icon-color",
1892
1897
  "description": "The color of the icon when in toggle mode and toggled on.",
@@ -3547,6 +3552,11 @@
3547
3552
  "description": "Controls the left and right padding using the padding-block style.",
3548
3553
  "values": []
3549
3554
  },
3555
+ {
3556
+ "name": "--forge-toolbar-columns",
3557
+ "description": "The grid column track sizes.",
3558
+ "values": []
3559
+ },
3550
3560
  {
3551
3561
  "name": "--forge-tooltip-background",
3552
3562
  "description": "The background color of the tooltip surface.",
@@ -3707,6 +3717,11 @@
3707
3717
  "description": "The padding around the title element.",
3708
3718
  "values": []
3709
3719
  },
3720
+ {
3721
+ "name": "--forge-app-bar-columns",
3722
+ "description": "The grid column track sizes.",
3723
+ "values": []
3724
+ },
3710
3725
  {
3711
3726
  "name": "--forge-app-bar-transition-duration",
3712
3727
  "description": "The transition duration for animations.",
@@ -5077,16 +5092,6 @@
5077
5092
  "description": "The shape of the active tab indicator when vertical.",
5078
5093
  "values": []
5079
5094
  },
5080
- {
5081
- "name": "--forge-tab-secondary-indicator-height",
5082
- "description": "The height of the secondary tab indicator.",
5083
- "values": []
5084
- },
5085
- {
5086
- "name": "--forge-tab-secondary-indicator-shape",
5087
- "description": "The shape of the secondary tab indicator.",
5088
- "values": []
5089
- },
5090
5095
  {
5091
5096
  "name": "--forge-tab-inverted-indicator-shape",
5092
5097
  "description": "The shape of the active tab indicator when inverted.",
@@ -5137,11 +5142,6 @@
5137
5142
  "description": "The inline padding of the tab content.",
5138
5143
  "values": []
5139
5144
  },
5140
- {
5141
- "name": "--forge-tab-content-padding-inline-secondary",
5142
- "description": "The inline padding of the tab content when secondary.",
5143
- "values": []
5144
- },
5145
5145
  {
5146
5146
  "name": "--forge-tab-active-focus-icon-color",
5147
5147
  "description": "The color of the icon when the tab is active and focused.",
@@ -425,7 +425,7 @@
425
425
  "values": []
426
426
  },
427
427
  {
428
- "name": "defaultChecked",
428
+ "name": "default-checked",
429
429
  "description": "Gets/sets whether the checkbox is checked by default.",
430
430
  "values": []
431
431
  },
@@ -460,7 +460,7 @@
460
460
  "values": []
461
461
  },
462
462
  {
463
- "name": "labelPosition",
463
+ "name": "label-position",
464
464
  "description": "Controls whether the label appears before or after the checkbox.",
465
465
  "values": [{ "name": "CheckboxLabelPosition" }]
466
466
  }
@@ -786,7 +786,7 @@
786
786
  "values": [{ "name": "DialogType" }]
787
787
  },
788
788
  {
789
- "name": "animationType",
789
+ "name": "animation-type",
790
790
  "description": "The animation type of the dialog.",
791
791
  "values": [{ "name": "DialogAnimationType" }]
792
792
  },
@@ -806,7 +806,7 @@
806
806
  "values": []
807
807
  },
808
808
  {
809
- "name": "fullscreenThreshold",
809
+ "name": "fullscreen-threshold",
810
810
  "description": "The screen width at which the dialog will switch to fullscreen.",
811
811
  "values": []
812
812
  },
@@ -821,12 +821,12 @@
821
821
  "values": []
822
822
  },
823
823
  {
824
- "name": "positionStrategy",
824
+ "name": "position-strategy",
825
825
  "description": "Controls whether the dialog is rendered relative to the viewport or its nearest containing block.",
826
826
  "values": [{ "name": "DialogPositionStrategy" }]
827
827
  },
828
828
  {
829
- "name": "sizeStrategy",
829
+ "name": "size-strategy",
830
830
  "description": "Controls the block and/or inline size of the dialog. Defaults to the size of the content it contains.",
831
831
  "values": [{ "name": "DialogSizeStrategy" }]
832
832
  },
@@ -874,7 +874,7 @@
874
874
  },
875
875
  {
876
876
  "name": "forge-field",
877
- "description": "The Forge Field component is a basic component that handles the layout and theming of\nform elements that can include a label, various states, and a border around an input area.\n---\n\n\n### **Events:**\n - **forge-field-popover-icon-click** - Dispatches when the user clicks the popover icon.\n\n### **Methods:**\n - **floatLabelWithoutAnimation(value: _boolean_): _void_** - Sets the floating label without animating the transition.\n\n### **Slots:**\n - _default_ - The default/unnamed slot for the field's input.\n- **label** - Renders its content as a positioned label.\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n- **accessory** - Used for content such as a button that is logically connected to the field but should appear distinct from the input.\n- **support-text** - Used for content that provides additional information about the field. Aligns to the inline start of the field.\n- **support-text-end** - Used for content that provides additional information about the field. Aligns to the inline end of the field.\n\n### **CSS Properties:**\n - **--forge-field-background** - The background of the field surface. _(default: undefined)_\n- **--forge-field-tonal-background** - The background of the field surface in the tonal variant. _(default: undefined)_\n- **--forge-field-tonal-background-hover** - The background of the field surface in the tonal variant on hover. _(default: undefined)_\n- **--forge-field-filled-background** - The background of the field surface in the filled and raised variants. _(default: undefined)_\n- **--forge-field-outline-style** - The style of the field outline. _(default: undefined)_\n- **--forge-field-outline-width** - The width of the field outline. _(default: undefined)_\n- **--forge-field-shape** - The border radius of the field's corners. _(default: undefined)_\n- **--forge-field-height** - The height of the field in its default density. _(default: undefined)_\n- **--forge-field-inset-height** - The height of the field in its default density when the label is inset. _(default: undefined)_\n- **--forge-field-padding-inline** - The inline padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-start** - The inline start padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-end** - The inline end padding of the field. _(default: undefined)_\n- **--forge-field-inner-padding-inline** - The padding between elements slotted into the field. _(default: undefined)_\n- **--forge-field-support-text-margin-block** - The margin between the support text and the field. _(default: undefined)_\n- **--forge-field-support-text-gap** - The minimum gap between the support text and the support text end. _(default: undefined)_\n- **--forge-field-support-text-padding-inline** - The inline padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-start** - The inline start padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-end** - The inline end padding of the support text. _(default: undefined)_\n- **--forge-field-label-margin-inline** - The margin between the label and the field when the label is in an inline position. _(default: undefined)_\n- **--forge-field-label-margin-block** - The margin between the label and the field when the label is in the block start position. _(default: undefined)_\n- **--forge-field-required-padding** - The padding between the required indicator and the label. _(default: undefined)_\n- **--forge-field-required-content** - The content of the required indicator. _(default: undefined)_\n- **--forge-field-optional-padding** - The padding between the optional indicator and the label. _(default: undefined)_\n- **--forge-field-optional-content** - The content of the optional indicator. _(default: undefined)_\n- **--forge-field-multiline-resize** - The direction the field can be resized when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-inline-size** - The minimum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-inline-size** - The maximum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-block-size** - The minimum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-block-size** - The maximum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-popover-icon-transition-duration** - The duration of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-transition-timing** - The timing function of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-open-rotation** - The rotation of the popover icon when open. _(default: undefined)_\n- **--forge-field-surface-animation-duration** - The duration of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-animation-timing** - The timing function of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-floating-animation-duration** - The duration of the floating label animation. _(default: undefined)_\n- **--forge-field-surface-floating-animation-timing** - The timing function of the floating label animation. _(default: undefined)_\n- **--forge-field-focus-indicator-width** - The width of the focus indicator. _(default: undefined)_\n- **--forge-field-disabled-opacity** - The opacity of the field when disabled. _(default: undefined)_\n- **--forge-field-disabled-background** - The background of the field when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **label** - The label element.\n- **input** - The element containing the input slot.\n- **start** - The element containing the start slot.\n- **end** - The element containing the end slot.\n- **popover-icon** - The popover icon element.\n- **accessory** - The element containing the accessory slot.\n- **support-text** - The element containing the support text slot.\n- **support-text-end** - The element containing the support text end slot.\n- **focus-indicator** - The focus indicator element.",
877
+ "description": "The Forge Field component is a basic component that handles the layout and theming of\nform elements that can include a label, various states, and a border around an input area.\n---\n\n\n### **Events:**\n - **forge-field-popover-icon-click** - Dispatches when the user clicks the popover icon.\n- **forge-field-popover-icon-mousedown** - Dispatches when the user presses the mouse button over the popover icon. Cancelable to prevent focus loss.\n\n### **Methods:**\n - **floatLabelWithoutAnimation(value: _boolean_): _void_** - Sets the floating label without animating the transition.\n\n### **Slots:**\n - _default_ - The default/unnamed slot for the field's input.\n- **label** - Renders its content as a positioned label.\n- **start** - Typically reserved for content/icons that render logically before the default slot content.\n- **end** - Typically reserved content/icons that render logically after the default slot content.\n- **accessory** - Used for content such as a button that is logically connected to the field but should appear distinct from the input.\n- **support-text** - Used for content that provides additional information about the field. Aligns to the inline start of the field.\n- **support-text-end** - Used for content that provides additional information about the field. Aligns to the inline end of the field.\n\n### **CSS Properties:**\n - **--forge-field-background** - The background of the field surface. _(default: undefined)_\n- **--forge-field-tonal-background** - The background of the field surface in the tonal variant. _(default: undefined)_\n- **--forge-field-tonal-background-hover** - The background of the field surface in the tonal variant on hover. _(default: undefined)_\n- **--forge-field-filled-background** - The background of the field surface in the filled and raised variants. _(default: undefined)_\n- **--forge-field-outline-style** - The style of the field outline. _(default: undefined)_\n- **--forge-field-outline-width** - The width of the field outline. _(default: undefined)_\n- **--forge-field-shape** - The border radius of the field's corners. _(default: undefined)_\n- **--forge-field-height** - The height of the field in its default density. _(default: undefined)_\n- **--forge-field-inset-height** - The height of the field in its default density when the label is inset. _(default: undefined)_\n- **--forge-field-padding-inline** - The inline padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-start** - The inline start padding of the field. _(default: undefined)_\n- **--forge-field-padding-inline-end** - The inline end padding of the field. _(default: undefined)_\n- **--forge-field-inner-padding-inline** - The padding between elements slotted into the field. _(default: undefined)_\n- **--forge-field-support-text-margin-block** - The margin between the support text and the field. _(default: undefined)_\n- **--forge-field-support-text-gap** - The minimum gap between the support text and the support text end. _(default: undefined)_\n- **--forge-field-support-text-padding-inline** - The inline padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-start** - The inline start padding of the support text. _(default: undefined)_\n- **--forge-field-support-text-padding-inline-end** - The inline end padding of the support text. _(default: undefined)_\n- **--forge-field-label-margin-inline** - The margin between the label and the field when the label is in an inline position. _(default: undefined)_\n- **--forge-field-label-margin-block** - The margin between the label and the field when the label is in the block start position. _(default: undefined)_\n- **--forge-field-required-padding** - The padding between the required indicator and the label. _(default: undefined)_\n- **--forge-field-required-content** - The content of the required indicator. _(default: undefined)_\n- **--forge-field-optional-padding** - The padding between the optional indicator and the label. _(default: undefined)_\n- **--forge-field-optional-content** - The content of the optional indicator. _(default: undefined)_\n- **--forge-field-multiline-resize** - The direction the field can be resized when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-inline-size** - The minimum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-inline-size** - The maximum inline size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-min-block-size** - The minimum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-multiline-max-block-size** - The maximum block size the field can be resized to when multiline. _(default: undefined)_\n- **--forge-field-popover-icon-transition-duration** - The duration of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-transition-timing** - The timing function of the popover icon animation. _(default: undefined)_\n- **--forge-field-popover-icon-open-rotation** - The rotation of the popover icon when open. _(default: undefined)_\n- **--forge-field-surface-animation-duration** - The duration of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-animation-timing** - The timing function of background and outline animations. _(default: undefined)_\n- **--forge-field-surface-floating-animation-duration** - The duration of the floating label animation. _(default: undefined)_\n- **--forge-field-surface-floating-animation-timing** - The timing function of the floating label animation. _(default: undefined)_\n- **--forge-field-focus-indicator-width** - The width of the focus indicator. _(default: undefined)_\n- **--forge-field-disabled-opacity** - The opacity of the field when disabled. _(default: undefined)_\n- **--forge-field-disabled-background** - The background of the field when disabled. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **label** - The label element.\n- **input** - The element containing the input slot.\n- **start** - The element containing the start slot.\n- **end** - The element containing the end slot.\n- **popover-icon** - The popover icon element.\n- **accessory** - The element containing the accessory slot.\n- **support-text** - The element containing the support text slot.\n- **support-text-end** - The element containing the support text end slot.\n- **focus-indicator** - The focus indicator element.",
878
878
  "attributes": [
879
879
  {
880
880
  "name": "label-position",
@@ -1109,6 +1109,16 @@
1109
1109
  "name": "forge-icon",
1110
1110
  "description": "Icons are used to represent information visually\n---\n\n\n### **Methods:**\n - **layout(): _void_** - Forces a reload of the icon.\n\n### **CSS Properties:**\n - **--forge-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-size** - The size of the icon. Defaults to the font-size of the context it is placed in. _(default: undefined)_\n- **--forge-icon-width** - The width of the icon. _(default: undefined)_\n- **--forge-icon-height** - The height of the icon. _(default: undefined)_\n- **--forge-icon-font-size** - The font size of the icon. _(default: undefined)_\n\n### **CSS Parts:**\n - **svg** - The internal SVG element.",
1111
1111
  "attributes": [
1112
+ {
1113
+ "name": "external-type",
1114
+ "description": "The type of icon to load externally. Possible values: \"standard\", \"extended\", \"custom\".",
1115
+ "values": [{ "name": "IconExternalType" }]
1116
+ },
1117
+ {
1118
+ "name": "external-url-builder",
1119
+ "description": "A callback that can be provided to generate a URL that will be used to fetch an SVG icon.",
1120
+ "values": [{ "name": "IconUrlBuilder" }]
1121
+ },
1112
1122
  {
1113
1123
  "name": "name",
1114
1124
  "description": "The name of the icon to render.",
@@ -1129,11 +1139,6 @@
1129
1139
  "description": "Controls whether external network requests are allowed for this icon. Only pertains for icons that aren't already defined in the registry.",
1130
1140
  "values": []
1131
1141
  },
1132
- {
1133
- "name": "externalType",
1134
- "description": "The type of icon to load externally. Possible values: \"standard\" (default), \"extended\", \"custom\".",
1135
- "values": [{ "name": "IconExternalType" }]
1136
- },
1137
1142
  {
1138
1143
  "name": "viewbox",
1139
1144
  "description": "A custom value to apply to the `viewBox` attribute on the internal `<svg>` element.",
@@ -1149,7 +1154,7 @@
1149
1154
  },
1150
1155
  {
1151
1156
  "name": "forge-icon-button",
1152
- "description": "Icons buttons are used to trigger an action or event.\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n- **forge-icon-button-toggle** - Fires when the icon button is toggled. Only applies in `toggle` mode.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the icon.\n- **on** - The icon to show when in `toggle` mode when toggled \"on\".\n- **start** - Elements to logically render before the icon.\n- **end** - Elements to logically render after the icon.\n- **badge** - Absolutely positions the element in the top-end corner of the button (typically reserved for badge-like content).\n\n### **CSS Properties:**\n - **--forge-icon-button-display** - The display property of the button. _(default: undefined)_\n- **--forge-icon-button-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-icon-button-gap** - The gap between the icon content. _(default: undefined)_\n- **--forge-icon-button-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-button-background-color** - The background color of the button. _(default: undefined)_\n- **--forge-icon-button-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-icon-button-cursor** - The cursor of the button. _(default: undefined)_\n- **--forge-icon-button-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-icon-button-border** - The border of the button. _(default: undefined)_\n- **--forge-icon-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-icon-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-icon-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-icon-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-start** - The start-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-end** - The start-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-start** - The end-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-end** - The end-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-squared** - The squared border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-outlined-border-width** - The border width when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-style** - The border style when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-color** - The border color when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-tonal-icon-color** - The icon color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-tonal-background-color** - The background color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-filled-icon-color** - The icon color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-filled-background-color** - The background color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-raised-shadow** - The shadow when in the raised variant. _(default: undefined)_\n- **--forge-icon-button-raised-hover-shadow** - The shadow when in the raised variant and hovered. _(default: undefined)_\n- **--forge-icon-button-raised-active-shadow** - The shadow when in the raised variant and active. _(default: undefined)_\n- **--forge-icon-button-raised-disabled-shadow** - The shadow when in the raised variant and disabled. _(default: undefined)_\n- **--forge-icon-button-density-small-size** - The size of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-padding** - The padding of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-icon-size** - The size of the icon when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-medium-size** - The size of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-medium-padding** - The padding of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-large-size** - The size of the button when in the large density. _(default: undefined)_\n- **--forge-icon-button-toggle-on-icon-color** - The color of the icon when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-background-color** - The background color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-icon-color** - The icon color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-background-color** - The background color when in the tonal variant and toggled. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-background-color** - The background color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-icon-color** - The icon color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-background-color** - The background color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-icon-color** - The icon color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-background-color** - The background color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-icon-color** - The icon color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-disabled-cursor** - The cursor when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-disabled-opacity** - The opacity when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-popover-icon-padding** - The padding of the popover icon. _(default: undefined)_\n- **--forge-icon-button-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
1157
+ "description": "Icons buttons are used to trigger an action or event.\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n- **forge-icon-button-toggle** - Fires when the icon button is toggled. Only applies in `toggle` mode.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the icon.\n- **on** - The icon to show when in `toggle` mode when toggled \"on\".\n- **start** - Elements to logically render before the icon.\n- **end** - Elements to logically render after the icon.\n- **badge** - Absolutely positions the element in the top-end corner of the button (typically reserved for badge-like content).\n\n### **CSS Properties:**\n - **--forge-icon-button-display** - The display property of the button. _(default: undefined)_\n- **--forge-icon-button-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-icon-button-gap** - The gap between the icon content. _(default: undefined)_\n- **--forge-icon-button-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-button-background-color** - The background color of the button. _(default: undefined)_\n- **--forge-icon-button-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-icon-button-cursor** - The cursor of the button. _(default: undefined)_\n- **--forge-icon-button-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-icon-button-border** - The border of the button. _(default: undefined)_\n- **--forge-icon-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-icon-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-icon-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-icon-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-start** - The start-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-end** - The start-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-start** - The end-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-end** - The end-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-squared** - The squared border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-outlined-border-width** - The border width when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-style** - The border style when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-color** - The border color when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-tonal-icon-color** - The icon color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-tonal-background-color** - The background color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-filled-icon-color** - The icon color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-filled-background-color** - The background color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-raised-shadow** - The shadow when in the raised variant. _(default: undefined)_\n- **--forge-icon-button-raised-hover-shadow** - The shadow when in the raised variant and hovered. _(default: undefined)_\n- **--forge-icon-button-raised-active-shadow** - The shadow when in the raised variant and active. _(default: undefined)_\n- **--forge-icon-button-raised-disabled-shadow** - The shadow when in the raised variant and disabled. _(default: undefined)_\n- **--forge-icon-button-density-small-size** - The size of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-padding** - The padding of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-icon-size** - The size of the icon when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-medium-size** - The size of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-medium-padding** - The padding of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-large-size** - The size of the button when in the large density. _(default: undefined)_\n- **--forge-icon-button-toggle-on-background-color** - The background color of the when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-toggle-on-icon-color** - The color of the icon when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-background-color** - The background color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-icon-color** - The icon color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-background-color** - The background color when in the tonal variant and toggled. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-background-color** - The background color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-icon-color** - The icon color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-background-color** - The background color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-icon-color** - The icon color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-background-color** - The background color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-icon-color** - The icon color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-disabled-cursor** - The cursor when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-disabled-opacity** - The opacity when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-popover-icon-padding** - The padding of the popover icon. _(default: undefined)_\n- **--forge-icon-button-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
1153
1158
  "attributes": [
1154
1159
  {
1155
1160
  "name": "toggle",
@@ -1293,7 +1298,7 @@
1293
1298
  "values": []
1294
1299
  },
1295
1300
  {
1296
- "name": "nonInteractive",
1301
+ "name": "non-interactive",
1297
1302
  "description": "Removes click handling from the label.",
1298
1303
  "values": []
1299
1304
  },
@@ -1786,7 +1791,7 @@
1786
1791
  "values": []
1787
1792
  },
1788
1793
  {
1789
- "name": "skipUrlChange",
1794
+ "name": "skip-url-change",
1790
1795
  "description": "Sets the skip link to skip browser navigation and scroll to the target element.",
1791
1796
  "values": []
1792
1797
  }
@@ -2001,7 +2006,7 @@
2001
2006
  "values": []
2002
2007
  },
2003
2008
  {
2004
- "name": "defaultOn",
2009
+ "name": "default-on",
2005
2010
  "description": "Gets/sets whether the switch is on or off by default.",
2006
2011
  "values": []
2007
2012
  },
@@ -2036,7 +2041,7 @@
2036
2041
  "values": [{ "name": "SwitchIconVisibility" }]
2037
2042
  },
2038
2043
  {
2039
- "name": "labelPosition",
2044
+ "name": "label-position",
2040
2045
  "description": "Controls whether the label appears before or after the switch.",
2041
2046
  "values": [{ "name": "SwitchLabelPosition" }]
2042
2047
  }
@@ -2220,7 +2225,133 @@
2220
2225
  {
2221
2226
  "name": "forge-time-picker",
2222
2227
  "description": "\n---\n",
2223
- "attributes": [],
2228
+ "attributes": [
2229
+ {
2230
+ "name": "value",
2231
+ "description": "The current value of the time picker.",
2232
+ "values": []
2233
+ },
2234
+ {
2235
+ "name": "open",
2236
+ "description": "Whether or not the time picker is open.",
2237
+ "values": []
2238
+ },
2239
+ {
2240
+ "name": "allow-seconds",
2241
+ "description": "Whether or not to allow seconds in the time picker.",
2242
+ "values": []
2243
+ },
2244
+ {
2245
+ "name": "masked",
2246
+ "description": "Whether or not the time picker input should be masked.",
2247
+ "values": []
2248
+ },
2249
+ {
2250
+ "name": "show-mask-format",
2251
+ "description": "Whether or not to show the mask format in the input.",
2252
+ "values": []
2253
+ },
2254
+ {
2255
+ "name": "use-24-hour-time",
2256
+ "description": "Whether or not to use 24-hour time.",
2257
+ "values": []
2258
+ },
2259
+ {
2260
+ "name": "allow-invalid-time",
2261
+ "description": "Whether or not to allow invalid times.",
2262
+ "values": []
2263
+ },
2264
+ {
2265
+ "name": "min",
2266
+ "description": "The minimum time that can be selected.",
2267
+ "values": []
2268
+ },
2269
+ {
2270
+ "name": "max",
2271
+ "description": "The maximum time that can be selected.",
2272
+ "values": []
2273
+ },
2274
+ {
2275
+ "name": "restricted-times",
2276
+ "description": "An array of times that cannot be selected.",
2277
+ "values": [{ "name": "string[]" }]
2278
+ },
2279
+ {
2280
+ "name": "start-time",
2281
+ "description": "The time to start the time picker at.",
2282
+ "values": []
2283
+ },
2284
+ {
2285
+ "name": "step",
2286
+ "description": "The step interval for the time picker.",
2287
+ "values": []
2288
+ },
2289
+ {
2290
+ "name": "allow-input",
2291
+ "description": "Whether or not to allow manual input of the time.",
2292
+ "values": []
2293
+ },
2294
+ {
2295
+ "name": "show-now",
2296
+ "description": "Whether or not to show a \"Now\" button.",
2297
+ "values": []
2298
+ },
2299
+ {
2300
+ "name": "show-hour-options",
2301
+ "description": "Whether or not to display hour options in dropdown.",
2302
+ "values": []
2303
+ },
2304
+ {
2305
+ "name": "custom-options",
2306
+ "description": "An array of custom time picker options.",
2307
+ "values": [{ "name": "ITimePickerOption[]" }]
2308
+ },
2309
+ {
2310
+ "name": "validation-callback",
2311
+ "description": "A callback function to validate the time.",
2312
+ "values": [{ "name": "TimePickerValidationCallback" }]
2313
+ },
2314
+ {
2315
+ "name": "parse-callback",
2316
+ "description": "A callback function to parse the time.",
2317
+ "values": [{ "name": "TimePickerParseCallback" }]
2318
+ },
2319
+ {
2320
+ "name": "format-callback",
2321
+ "description": "A callback function to format the time.",
2322
+ "values": [{ "name": "TimePickerFormatCallback" }]
2323
+ },
2324
+ {
2325
+ "name": "coercion-callback",
2326
+ "description": "A callback function to coerce the time.",
2327
+ "values": [{ "name": "TimePickerCoercionCallback" }]
2328
+ },
2329
+ {
2330
+ "name": "prepare-mask-callback",
2331
+ "description": "A callback function to prepare the mask.",
2332
+ "values": [{ "name": "TimePickerPrepareMaskCallback" }]
2333
+ },
2334
+ {
2335
+ "name": "disabled",
2336
+ "description": "Whether or not the time picker is disabled.",
2337
+ "values": []
2338
+ },
2339
+ {
2340
+ "name": "popup-classes",
2341
+ "description": "The classes to apply to the time picker popup.",
2342
+ "values": [{ "name": "string[]" }]
2343
+ },
2344
+ {
2345
+ "name": "allow-dropdown",
2346
+ "description": "Whether or not to allow the time picker to be a dropdown.",
2347
+ "values": []
2348
+ },
2349
+ {
2350
+ "name": "popup-target",
2351
+ "description": "The target element to attach the popup to.",
2352
+ "values": []
2353
+ }
2354
+ ],
2224
2355
  "references": []
2225
2356
  },
2226
2357
  {
@@ -2263,7 +2394,7 @@
2263
2394
  },
2264
2395
  {
2265
2396
  "name": "forge-toolbar",
2266
- "description": "Toolbars allow you to place titles and actions within a container and align them to the start, center, or end of the toolbar.\nThis component is useful as headers and footers within pages, dialogs, sections... etc. to ensure consistent layout and alignment.\n---\n\n\n### **Slots:**\n - **before-start** - The content to place before the start slot.\n- **start** - The content to place at the start of the toolbar.\n- **center** - The content to place in the center of the toolbar.\n- **end** - The content to place at the end of the toolbar.\n- **after-end** - The content to place after the end slot.\n\n### **CSS Properties:**\n - **--forge-theme-height** - Controls the height. _(default: undefined)_\n- **--forge-theme-min-height** - Controls the minimum height. _(default: undefined)_\n- **--forge-theme-surface** - Controls the background-color of the toolbar. _(default: undefined)_\n- **--forge-toolbar-divider-width** - Controls the divider width. _(default: undefined)_\n- **--forge-toolbar-divider-style** - Controls the divider style. _(default: undefined)_\n- **--forge-toolbar-divider-color** - Controls the divider color. _(default: undefined)_\n- **--forge-toolbar-shape** - Controls the border radius of the toolbar. _(default: undefined)_\n- **--forge-toolbar-start-start-shape** - Controls the border radius of the top left corner. _(default: undefined)_\n- **--forge-toolbar-start-end-shape** - Controls the border radius of the top right corner. _(default: undefined)_\n- **--forge-toolbar-end-start-shape** - Controls the border radius of the bottom left corner. _(default: undefined)_\n- **--forge-toolbar-end-end-shape** - Controls the border radius of the bottom right corner. _(default: undefined)_\n- **--forge-toolbar-padding** - Controls the left and right padding using the padding-inline style. _(default: undefined)_\n- **--forge-toolbar-padding-block** - Controls the top and bottom padding using the padding-block style. _(default: undefined)_\n- **--forge-toolbar-padding-inline** - Controls the left and right padding using the padding-block style. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element wrapping all slots and content.\n- **inner** - The internal container element for the start, center, and end slots.\n- **before-section-start** - The container element for the before-start slot.\n- **section-start** - The container element for the start slot.\n- **section-center** - The container element for the center slot.\n- **section-end** - The container element for the end slot.\n- **after-section-end** - The container element for the after-end slot.",
2397
+ "description": "Toolbars allow you to place titles and actions within a container and align them to the start, center, or end of the toolbar.\nThis component is useful as headers and footers within pages, dialogs, sections... etc. to ensure consistent layout and alignment.\n---\n\n\n### **Slots:**\n - **before-start** - The content to place before the start slot.\n- **start** - The content to place at the start of the toolbar.\n- **center** - The content to place in the center of the toolbar.\n- **end** - The content to place at the end of the toolbar.\n- **after-end** - The content to place after the end slot.\n\n### **CSS Properties:**\n - **--forge-theme-height** - Controls the height. _(default: undefined)_\n- **--forge-theme-min-height** - Controls the minimum height. _(default: undefined)_\n- **--forge-theme-surface** - Controls the background-color of the toolbar. _(default: undefined)_\n- **--forge-toolbar-divider-width** - Controls the divider width. _(default: undefined)_\n- **--forge-toolbar-divider-style** - Controls the divider style. _(default: undefined)_\n- **--forge-toolbar-divider-color** - Controls the divider color. _(default: undefined)_\n- **--forge-toolbar-shape** - Controls the border radius of the toolbar. _(default: undefined)_\n- **--forge-toolbar-start-start-shape** - Controls the border radius of the top left corner. _(default: undefined)_\n- **--forge-toolbar-start-end-shape** - Controls the border radius of the top right corner. _(default: undefined)_\n- **--forge-toolbar-end-start-shape** - Controls the border radius of the bottom left corner. _(default: undefined)_\n- **--forge-toolbar-end-end-shape** - Controls the border radius of the bottom right corner. _(default: undefined)_\n- **--forge-toolbar-padding** - Controls the left and right padding using the padding-inline style. _(default: undefined)_\n- **--forge-toolbar-padding-block** - Controls the top and bottom padding using the padding-block style. _(default: undefined)_\n- **--forge-toolbar-padding-inline** - Controls the left and right padding using the padding-block style. _(default: undefined)_\n- **--forge-toolbar-columns** - The grid column track sizes. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element wrapping all slots and content.\n- **inner** - The internal container element for the start, center, and end slots.\n- **before-section-start** - The container element for the before-start slot.\n- **section-start** - The container element for the start slot.\n- **section-center** - The container element for the center slot.\n- **section-end** - The container element for the end slot.\n- **after-section-end** - The container element for the after-end slot.",
2267
2398
  "attributes": [
2268
2399
  {
2269
2400
  "name": "inverted",
@@ -2363,7 +2494,7 @@
2363
2494
  "values": []
2364
2495
  },
2365
2496
  {
2366
- "name": "animationType",
2497
+ "name": "animation-type",
2367
2498
  "description": "Gets/sets the animation type.",
2368
2499
  "values": [
2369
2500
  { "name": "`${ViewSwitcherAnimationType}`" },
@@ -2375,7 +2506,7 @@
2375
2506
  },
2376
2507
  {
2377
2508
  "name": "forge-app-bar",
2378
- "description": "\n---\n\n\n### **Events:**\n - **forge-app-bar-navigate** - Fires when the app bar is clicked.\n\n### **Slots:**\n - **logo** - Reserved for the brand logo.\n- **title** - Reserved for the application title. This will overwrite the `titleText` property/attribute.\n- **start** - Places content at the beginning of the app bar.\n- **center** - Places content in the center of the app bar.\n- **end** - Places content at the end of the app bar.\n\n### **CSS Properties:**\n - **--forge-app-bar-background** - The background color of the app bar. _(default: undefined)_\n- **--forge-app-bar-foreground** - The text color of the app bar. _(default: undefined)_\n- **--forge-app-bar-z-index** - The `z-index` of the app bar. _(default: undefined)_\n- **--forge-app-bar-elevation** - The elevation of the app bar. _(default: undefined)_\n- **--forge-app-bar-height** - The height of the app bar. _(default: undefined)_\n- **--forge-app-bar-row-padding** - The inline padding of the app bar. _(default: undefined)_\n- **--forge-app-bar-logo-gap** - The space between the logo and title. _(default: undefined)_\n- **--forge-app-bar-title-padding** - The padding around the title element. _(default: undefined)_\n- **--forge-app-bar-transition-duration** - The transition duration for animations. _(default: undefined)_\n- **--forge-app-bar-transition-timing** - The transition timing function for animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **title** - The title element.",
2509
+ "description": "\n---\n\n\n### **Events:**\n - **forge-app-bar-navigate** - Fires when the app bar is clicked.\n\n### **Slots:**\n - **logo** - Reserved for the brand logo.\n- **title** - Reserved for the application title. This will overwrite the `titleText` property/attribute.\n- **start** - Places content at the beginning of the app bar.\n- **center** - Places content in the center of the app bar.\n- **end** - Places content at the end of the app bar.\n\n### **CSS Properties:**\n - **--forge-app-bar-background** - The background color of the app bar. _(default: undefined)_\n- **--forge-app-bar-foreground** - The text color of the app bar. _(default: undefined)_\n- **--forge-app-bar-z-index** - The `z-index` of the app bar. _(default: undefined)_\n- **--forge-app-bar-elevation** - The elevation of the app bar. _(default: undefined)_\n- **--forge-app-bar-height** - The height of the app bar. _(default: undefined)_\n- **--forge-app-bar-row-padding** - The inline padding of the app bar. _(default: undefined)_\n- **--forge-app-bar-logo-gap** - The space between the logo and title. _(default: undefined)_\n- **--forge-app-bar-title-padding** - The padding around the title element. _(default: undefined)_\n- **--forge-app-bar-columns** - The grid column track sizes. _(default: undefined)_\n- **--forge-app-bar-transition-duration** - The transition duration for animations. _(default: undefined)_\n- **--forge-app-bar-transition-timing** - The transition timing function for animations. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **title** - The title element.",
2379
2510
  "attributes": [
2380
2511
  {
2381
2512
  "name": "title-text",
@@ -2938,7 +3069,7 @@
2938
3069
  "values": []
2939
3070
  },
2940
3071
  {
2941
- "name": "defaultChecked",
3072
+ "name": "default-checked",
2942
3073
  "description": "Gets/sets whether the radio is checked by default.",
2943
3074
  "values": []
2944
3075
  },
@@ -2968,7 +3099,7 @@
2968
3099
  "values": []
2969
3100
  },
2970
3101
  {
2971
- "name": "labelPosition",
3102
+ "name": "label-position",
2972
3103
  "description": "Controls whether the label appears before or after the radio.",
2973
3104
  "values": [{ "name": "RadioLabelPosition" }]
2974
3105
  }
@@ -3136,7 +3267,7 @@
3136
3267
  "values": []
3137
3268
  },
3138
3269
  {
3139
- "name": "floatLabel",
3270
+ "name": "float-label",
3140
3271
  "description": "Whether the label floats above the field.",
3141
3272
  "values": []
3142
3273
  },
@@ -3166,7 +3297,7 @@
3166
3297
  "values": []
3167
3298
  },
3168
3299
  {
3169
- "name": "popoverIcon",
3300
+ "name": "popover-icon",
3170
3301
  "description": "Whether the popover icon is displayed.",
3171
3302
  "values": []
3172
3303
  },
@@ -3430,7 +3561,7 @@
3430
3561
  },
3431
3562
  {
3432
3563
  "name": "forge-tab",
3433
- "description": "\n---\n\n\n### **Events:**\n - **forge-tab-select** - Dispatched when the tab is selected. This event bubbles and it can be useful to capture it on the `<forge-tab-bar>` element.\n\n### **Slots:**\n - _default_ - The tab label.\n- **start** - Content before the label.\n- **end** - Content after the label.\n\n### **CSS Properties:**\n - **--forge-tab-active-color** - The primary color of the contents when active. _(default: undefined)_\n- **--forge-tab-inactive-color** - The primary color of the contents when inactive. _(default: undefined)_\n- **--forge-tab-height** - The height of the tab. _(default: undefined)_\n- **--forge-tab-stacked-height** - The height of the tab when stacked. _(default: undefined)_\n- **--forge-tab-padding-block** - The block space between the tab contents and the bounds of the tab. _(default: undefined)_\n- **--forge-tab-padding-inline** - The inline space between the tab contents and the bounds of the tab. _(default: undefined)_\n- **--forge-tab-disabled-opacity** - The opacity of the tab when disabled. _(default: undefined)_\n- **--forge-tab-indicator-color** - The color of the active tab indicator. _(default: undefined)_\n- **--forge-tab-indicator-height** - The height of the active tab indicator. _(default: undefined)_\n- **--forge-tab-indicator-shape** - The shape of the active tab indicator. _(default: undefined)_\n- **--forge-tab-vertical-indicator-shape** - The shape of the active tab indicator when vertical. _(default: undefined)_\n- **--forge-tab-secondary-indicator-height** - The height of the secondary tab indicator. _(default: undefined)_\n- **--forge-tab-secondary-indicator-shape** - The shape of the secondary tab indicator. _(default: undefined)_\n- **--forge-tab-inverted-indicator-shape** - The shape of the active tab indicator when inverted. _(default: undefined)_\n- **--forge-tab-vertical-inverted-indicator-shape** - The shape of the active tab indicator when vertical and inverted. _(default: undefined)_\n- **--forge-tab-container-color** - The color of the tab container. _(default: undefined)_\n- **--forge-tab-container-height** - The height of the tab container. _(default: undefined)_\n- **--forge-tab-container-shape** - The shape of the tab container. _(default: undefined)_\n- **--forge-tab-content-height** - The height of the tab content. _(default: undefined)_\n- **--forge-tab-content-spacing** - The spacing between tab contents. _(default: undefined)_\n- **--forge-tab-content-padding** - The padding value for both block and inline of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-block** - The block padding of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-inline** - The inline padding of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-inline-secondary** - The inline padding of the tab content when secondary. _(default: undefined)_\n- **--forge-tab-active-focus-icon-color** - The color of the icon when the tab is active and focused. _(default: undefined)_\n- **--forge-tab-active-hover-icon-color** - The color of the icon when the tab is active and hovered. _(default: undefined)_\n- **--forge-tab-active-icon-color** - The color of the icon when the tab is active. _(default: undefined)_\n- **--forge-tab-active-pressed-icon-color** - The color of the icon when the tab is active and pressed. _(default: undefined)_\n- **--forge-tab-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-tab-focus-icon-color** - The color of the icon when the tab is focused. _(default: undefined)_\n- **--forge-tab-hover-icon-color** - The color of the icon when the tab is hovered. _(default: undefined)_\n- **--forge-tab-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-tab-pressed-icon-color** - The color of the icon when the tab is pressed. _(default: undefined)_\n- **--forge-tab-active-focus-label-text-color** - The color of the label text when the tab is active and focused. _(default: undefined)_\n- **--forge-tab-active-hover-label-text-color** - The color of the label text when the tab is active and hovered. _(default: undefined)_\n- **--forge-tab-active-label-text-color** - The color of the label text when the tab is active. _(default: undefined)_\n- **--forge-tab-active-pressed-label-text-color** - The color of the label text when the tab is active and pressed. _(default: undefined)_\n- **--forge-tab-focus-label-text-color** - The color of the label text when the tab is focused. _(default: undefined)_\n- **--forge-tab-hover-label-text-color** - The color of the label text when the tab is hovered. _(default: undefined)_\n- **--forge-tab-label-text-color** - The color of the label text. _(default: undefined)_\n- **--forge-tab-pressed-label-text-color** - The color of the label text when the tab is pressed. _(default: undefined)_\n\n### **CSS Parts:**\n - **container** - The tab container.\n- **content** - The tab content container.\n- **label** - The tab label container.\n- **indicator** - The tab active indicator.",
3564
+ "description": "\n---\n\n\n### **Events:**\n - **forge-tab-select** - Dispatched when the tab is selected. This event bubbles and it can be useful to capture it on the `<forge-tab-bar>` element.\n\n### **Slots:**\n - _default_ - The tab label.\n- **start** - Content before the label.\n- **end** - Content after the label.\n\n### **CSS Properties:**\n - **--forge-tab-active-color** - The primary color of the contents when active. _(default: undefined)_\n- **--forge-tab-inactive-color** - The primary color of the contents when inactive. _(default: undefined)_\n- **--forge-tab-height** - The height of the tab. _(default: undefined)_\n- **--forge-tab-stacked-height** - The height of the tab when stacked. _(default: undefined)_\n- **--forge-tab-padding-block** - The block space between the tab contents and the bounds of the tab. _(default: undefined)_\n- **--forge-tab-padding-inline** - The inline space between the tab contents and the bounds of the tab. _(default: undefined)_\n- **--forge-tab-disabled-opacity** - The opacity of the tab when disabled. _(default: undefined)_\n- **--forge-tab-indicator-color** - The color of the active tab indicator. _(default: undefined)_\n- **--forge-tab-indicator-height** - The height of the active tab indicator. _(default: undefined)_\n- **--forge-tab-indicator-shape** - The shape of the active tab indicator. _(default: undefined)_\n- **--forge-tab-vertical-indicator-shape** - The shape of the active tab indicator when vertical. _(default: undefined)_\n- **--forge-tab-inverted-indicator-shape** - The shape of the active tab indicator when inverted. _(default: undefined)_\n- **--forge-tab-vertical-inverted-indicator-shape** - The shape of the active tab indicator when vertical and inverted. _(default: undefined)_\n- **--forge-tab-container-color** - The color of the tab container. _(default: undefined)_\n- **--forge-tab-container-height** - The height of the tab container. _(default: undefined)_\n- **--forge-tab-container-shape** - The shape of the tab container. _(default: undefined)_\n- **--forge-tab-content-height** - The height of the tab content. _(default: undefined)_\n- **--forge-tab-content-spacing** - The spacing between tab contents. _(default: undefined)_\n- **--forge-tab-content-padding** - The padding value for both block and inline of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-block** - The block padding of the tab content. _(default: undefined)_\n- **--forge-tab-content-padding-inline** - The inline padding of the tab content. _(default: undefined)_\n- **--forge-tab-active-focus-icon-color** - The color of the icon when the tab is active and focused. _(default: undefined)_\n- **--forge-tab-active-hover-icon-color** - The color of the icon when the tab is active and hovered. _(default: undefined)_\n- **--forge-tab-active-icon-color** - The color of the icon when the tab is active. _(default: undefined)_\n- **--forge-tab-active-pressed-icon-color** - The color of the icon when the tab is active and pressed. _(default: undefined)_\n- **--forge-tab-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-tab-focus-icon-color** - The color of the icon when the tab is focused. _(default: undefined)_\n- **--forge-tab-hover-icon-color** - The color of the icon when the tab is hovered. _(default: undefined)_\n- **--forge-tab-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-tab-pressed-icon-color** - The color of the icon when the tab is pressed. _(default: undefined)_\n- **--forge-tab-active-focus-label-text-color** - The color of the label text when the tab is active and focused. _(default: undefined)_\n- **--forge-tab-active-hover-label-text-color** - The color of the label text when the tab is active and hovered. _(default: undefined)_\n- **--forge-tab-active-label-text-color** - The color of the label text when the tab is active. _(default: undefined)_\n- **--forge-tab-active-pressed-label-text-color** - The color of the label text when the tab is active and pressed. _(default: undefined)_\n- **--forge-tab-focus-label-text-color** - The color of the label text when the tab is focused. _(default: undefined)_\n- **--forge-tab-hover-label-text-color** - The color of the label text when the tab is hovered. _(default: undefined)_\n- **--forge-tab-label-text-color** - The color of the label text. _(default: undefined)_\n- **--forge-tab-pressed-label-text-color** - The color of the label text when the tab is pressed. _(default: undefined)_\n\n### **CSS Parts:**\n - **container** - The tab container.\n- **content** - The tab content container.\n- **label** - The tab label container.\n- **indicator** - The tab active indicator.",
3434
3565
  "attributes": [
3435
3566
  {
3436
3567
  "name": "disabled",
@@ -3454,7 +3585,7 @@
3454
3585
  },
3455
3586
  {
3456
3587
  "name": "secondary",
3457
- "description": "Controls whether the tab is styled as secondary tab navigation.",
3588
+ "description": "Deprecated. Controls whether the tab is styled as secondary tab navigation.",
3458
3589
  "values": []
3459
3590
  },
3460
3591
  {
@@ -3496,7 +3627,7 @@
3496
3627
  },
3497
3628
  {
3498
3629
  "name": "secondary",
3499
- "description": "Controls whether the tabs are styled as secondary tab navigation.",
3630
+ "description": "Deprecated. Controls whether the tabs are styled as secondary tab navigation.",
3500
3631
  "values": []
3501
3632
  },
3502
3633
  {
@@ -45,6 +45,7 @@ declare global {
45
45
  * @cssproperty --forge-app-bar-row-padding - The inline padding of the app bar.
46
46
  * @cssproperty --forge-app-bar-logo-gap - The space between the logo and title.
47
47
  * @cssproperty --forge-app-bar-title-padding - The padding around the title element.
48
+ * @cssproperty --forge-app-bar-columns - The grid column track sizes.
48
49
  * @cssproperty --forge-app-bar-transition-duration - The transition duration for animations.
49
50
  * @cssproperty --forge-app-bar-transition-timing - The transition timing function for animations.
50
51
  *
@@ -10,7 +10,7 @@ import { AppBarCore } from './app-bar-core';
10
10
  import { APP_BAR_CONSTANTS } from './app-bar-constants';
11
11
  import { BaseComponent } from '../../core/base/base-component';
12
12
  const template = '<template><div class=\"forge-app-bar\" part=\"root\"><div class=\"row\"><div class=\"section\"><slot name=\"start\"></slot><div class=\"logo-title-container\"><slot name=\"logo\"></slot><slot name=\"title\"></slot></div></div><div id=\"center-section\" class=\"section\"><slot name=\"center\"></slot></div><div class=\"section\"><slot name=\"end\"></slot></div></div><div><slot name=\"bottom\"></slot></div></div></template>';
13
- const styles = ':host{--_app-bar-background:var(--forge-app-bar-background, var(--forge-theme-brand, #283593));--_app-bar-foreground:var(--forge-app-bar-foreground, var(--forge-theme-on-brand, #ffffff))}:host{display:block}:host([hidden]){display:none}:host(:not([theme])){--forge-theme-primary:var(--_app-bar-foreground);--forge-theme-on-primary:rgba(0, 0, 0, 0.87);--forge-theme-text-high:rgba(255, 255, 255, 0.87);--forge-theme-text-medium:rgba(255, 255, 255, 0.54);--forge-theme-text-low:rgba(255, 255, 255, 0.38);--forge-theme-outline-high:rgba(255, 255, 255, 0.87);--forge-theme-outline-medium:rgba(255, 255, 255, 0.54);--forge-theme-outline-low:rgba(255, 255, 255, 0.38)}.forge-app-bar{--_app-bar-z-index:var(--forge-app-bar-z-index, var(--forge-z-index-header, 4));--_app-bar-elevation:var(--forge-app-bar-elevation, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12));--_app-bar-height:var(--forge-app-bar-height, 56px);--_app-bar-row-padding:var(--forge-app-bar-row-padding, var(--forge-spacing-xxsmall, 4px));--_app-bar-logo-gap:var(--forge-app-bar-logo-gap, var(--forge-spacing-medium, 16px));--_app-bar-logo-font-size:var(--forge-app-bar-logo-font-size, calc(var(--forge-typography-font-size, 1rem) * 2.5));--_app-bar-title-padding:var(--forge-app-bar-title-padding, var(--forge-spacing-xsmall, 8px));--_app-bar-transition-duration:var(--forge-app-bar-transition-duration, var(--forge-animation-duration-short4, 200ms));--_app-bar-transition-timing:var(--forge-app-bar-transition-timing, var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1)))}.forge-app-bar{background:var(--_app-bar-background);color:var(--_app-bar-foreground);position:relative;z-index:var(--_app-bar-z-index);display:grid;grid-template-rows:1fr auto;transition-property:box-shadow,background-color;transition-duration:var(--_app-bar-transition-duration);transition-timing-function:var(--_app-bar-transition-timing);box-sizing:border-box;width:100%}.forge-app-bar .row{display:grid;align-items:center;grid-template-columns:1fr 1fr 1fr;height:var(--_app-bar-height);padding-inline:var(--_app-bar-row-padding)}.forge-app-bar.no-center .row{grid-template-columns:1fr auto}.forge-app-bar .section{display:inline-flex;flex:1 1 auto;align-items:center;box-sizing:border-box;min-width:0;height:100%}.forge-app-bar .section:not(:last-child):not(:first-child){justify-content:center}.forge-app-bar .section:last-child{justify-self:end}.forge-app-bar h1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--forge-typography-heading4-font-family, var(--forge-typography-font-family, \"Roboto\", sans-serif));font-size:var(--forge-typography-heading4-font-size, calc(var(--forge-typography-font-size, 1rem) * var(--forge-typography-heading4-font-size-scale, 1.25)));font-weight:var(--forge-typography-heading4-font-weight,500);line-height:var(--forge-typography-heading4-line-height, calc(var(--forge-typography-font-size, 1rem) * var(--forge-typography-heading4-line-height-scale, 1.5)));letter-spacing:var(--forge-typography-heading4-letter-spacing, .005em);text-transform:var(--forge-typography-heading4-text-transform,inherit);text-decoration:var(--forge-typography-heading4-text-decoration,inherit);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forge-app-bar a{outline:0;text-decoration:none;color:inherit;box-sizing:border-box;height:100%}.forge-app-bar a forge-state-layer{--forge-state-layer-color:var(--_app-bar-foreground)}.forge-app-bar a forge-focus-indicator{--forge-focus-indicator-color:var(--_app-bar-foreground);--forge-focus-indicator-shape:4px;--forge-focus-indicator-offset-block:4px}.forge-app-bar .logo-title-container{position:relative;display:flex;align-items:center;gap:var(--_app-bar-logo-gap);min-width:0;padding-inline:var(--_app-bar-title-padding)}:host(:is(:not([elevation]),[elevation=raised])) .forge-app-bar{box-shadow:var(--_app-bar-elevation)}::slotted(forge-tab-bar){--forge-tab-bar-divider-thickness:0}::slotted([slot=logo]){font-size:var(--_app-bar-logo-font-size);height:1em;width:1em}::slotted(forge-app-bar-search[slot=center]){width:100%}:host([theme=white]){--forge-theme-primary:black;--forge-theme-on-primary:rgba(255, 255, 255, 0.87);--forge-theme-text-medium:rgba(0, 0, 0, 0.54)}:host([theme=white]) .forge-app-bar{--_app-bar-background:var(--forge-app-bar-background, white);--_app-bar-foreground:var(--forge-app-bar-foreground, black)}';
13
+ const styles = ':host{--_app-bar-background:var(--forge-app-bar-background, var(--forge-theme-brand, #283593));--_app-bar-foreground:var(--forge-app-bar-foreground, var(--forge-theme-on-brand, #ffffff))}:host{display:block}:host([hidden]){display:none}:host(:not([theme])){--forge-theme-primary:var(--_app-bar-foreground);--forge-theme-on-primary:rgba(0, 0, 0, 0.87);--forge-theme-text-high:rgba(255, 255, 255, 0.87);--forge-theme-text-medium:rgba(255, 255, 255, 0.54);--forge-theme-text-low:rgba(255, 255, 255, 0.38);--forge-theme-outline-high:rgba(255, 255, 255, 0.87);--forge-theme-outline-medium:rgba(255, 255, 255, 0.54);--forge-theme-outline-low:rgba(255, 255, 255, 0.38)}.forge-app-bar{--_app-bar-z-index:var(--forge-app-bar-z-index, var(--forge-z-index-header, 4));--_app-bar-elevation:var(--forge-app-bar-elevation, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12));--_app-bar-height:var(--forge-app-bar-height, 56px);--_app-bar-row-padding:var(--forge-app-bar-row-padding, var(--forge-spacing-xxsmall, 4px));--_app-bar-logo-gap:var(--forge-app-bar-logo-gap, var(--forge-spacing-medium, 16px));--_app-bar-logo-font-size:var(--forge-app-bar-logo-font-size, calc(var(--forge-typography-font-size, 1rem) * 2.5));--_app-bar-title-padding:var(--forge-app-bar-title-padding, var(--forge-spacing-xsmall, 8px));--_app-bar-columns:var(--forge-app-bar-columns, 1fr 1fr 1fr);--_app-bar-transition-duration:var(--forge-app-bar-transition-duration, var(--forge-animation-duration-short4, 200ms));--_app-bar-transition-timing:var(--forge-app-bar-transition-timing, var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1)))}.forge-app-bar{background:var(--_app-bar-background);color:var(--_app-bar-foreground);position:relative;z-index:var(--_app-bar-z-index);display:grid;grid-template-rows:1fr auto;transition-property:box-shadow,background-color;transition-duration:var(--_app-bar-transition-duration);transition-timing-function:var(--_app-bar-transition-timing);box-sizing:border-box;width:100%}.forge-app-bar .row{display:grid;align-items:center;grid-template-columns:var(--_app-bar-columns);height:var(--_app-bar-height);padding-inline:var(--_app-bar-row-padding)}.forge-app-bar.no-center .row{grid-template-columns:1fr auto}.forge-app-bar .section{display:inline-flex;flex:1 1 auto;align-items:center;box-sizing:border-box;min-width:0;height:100%}.forge-app-bar .section:not(:last-child):not(:first-child){justify-content:center}.forge-app-bar .section:last-child{justify-self:end}.forge-app-bar h1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--forge-typography-heading4-font-family, var(--forge-typography-font-family, \"Roboto\", sans-serif));font-size:var(--forge-typography-heading4-font-size, calc(var(--forge-typography-font-size, 1rem) * var(--forge-typography-heading4-font-size-scale, 1.25)));font-weight:var(--forge-typography-heading4-font-weight,500);line-height:var(--forge-typography-heading4-line-height, calc(var(--forge-typography-font-size, 1rem) * var(--forge-typography-heading4-line-height-scale, 1.5)));letter-spacing:var(--forge-typography-heading4-letter-spacing, .005em);text-transform:var(--forge-typography-heading4-text-transform,inherit);text-decoration:var(--forge-typography-heading4-text-decoration,inherit);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forge-app-bar a{outline:0;text-decoration:none;color:inherit;box-sizing:border-box;height:100%}.forge-app-bar a forge-state-layer{--forge-state-layer-color:var(--_app-bar-foreground)}.forge-app-bar a forge-focus-indicator{--forge-focus-indicator-color:var(--_app-bar-foreground);--forge-focus-indicator-shape:4px;--forge-focus-indicator-offset-block:4px}.forge-app-bar .logo-title-container{position:relative;display:flex;align-items:center;gap:var(--_app-bar-logo-gap);min-width:0;padding-inline:var(--_app-bar-title-padding)}:host(:is(:not([elevation]),[elevation=raised])) .forge-app-bar{box-shadow:var(--_app-bar-elevation)}::slotted(forge-tab-bar){--forge-tab-bar-divider-thickness:0}::slotted([slot=logo]){font-size:var(--_app-bar-logo-font-size);height:1em;width:1em}::slotted(forge-app-bar-search[slot=center]){width:100%}:host([theme=white]){--forge-theme-primary:black;--forge-theme-on-primary:rgba(255, 255, 255, 0.87);--forge-theme-text-medium:rgba(0, 0, 0, 0.54)}:host([theme=white]) .forge-app-bar{--_app-bar-background:var(--forge-app-bar-background, white);--_app-bar-foreground:var(--forge-app-bar-foreground, black)}';
14
14
  /**
15
15
  * @tag forge-app-bar
16
16
  *
@@ -36,6 +36,7 @@ const styles = ':host{--_app-bar-background:var(--forge-app-bar-background, var(
36
36
  * @cssproperty --forge-app-bar-row-padding - The inline padding of the app bar.
37
37
  * @cssproperty --forge-app-bar-logo-gap - The space between the logo and title.
38
38
  * @cssproperty --forge-app-bar-title-padding - The padding around the title element.
39
+ * @cssproperty --forge-app-bar-columns - The grid column track sizes.
39
40
  * @cssproperty --forge-app-bar-transition-duration - The transition duration for animations.
40
41
  * @cssproperty --forge-app-bar-transition-timing - The transition timing function for animations.
41
42
  *
@@ -129,7 +129,8 @@ export class AutocompleteAdapter extends BaseAdapter {
129
129
  window.requestAnimationFrame(() => {
130
130
  const textField = this._component.querySelector(TEXT_FIELD_CONSTANTS.elementName);
131
131
  if (textField && (textField.popoverIcon || textField.hasAttribute(FIELD_CONSTANTS.attributes.POPOVER_ICON))) {
132
- this._component.addEventListener(FIELD_CONSTANTS.events.POPOVER_ICON_CLICK, listener);
132
+ const eventType = type === 'mousedown' ? FIELD_CONSTANTS.events.POPOVER_ICON_MOUSEDOWN : FIELD_CONSTANTS.events.POPOVER_ICON_CLICK;
133
+ this._component.addEventListener(eventType, listener);
133
134
  }
134
135
  const dropdownIcon = this._component.querySelector(AUTOCOMPLETE_CONSTANTS.selectors.DROPDOWN_ICON);
135
136
  dropdownIcon?.addEventListener(type, listener);
@@ -380,7 +380,7 @@ export declare class CalendarCore implements ICalendarCore {
380
380
  private _setMonth;
381
381
  /**
382
382
  * Sets the year text and attribute in the adapter.
383
- * @param userSelected Whether the year was explicilty selected by the user (optional)
383
+ * @param userSelected Whether the year was explicity selected by the user (optional)
384
384
  * */
385
385
  private _setYear;
386
386
  /**
@@ -1328,7 +1328,7 @@ export class CalendarCore {
1328
1328
  }
1329
1329
  /**
1330
1330
  * Sets the year text and attribute in the adapter.
1331
- * @param userSelected Whether the year was explicilty selected by the user (optional)
1331
+ * @param userSelected Whether the year was explicity selected by the user (optional)
1332
1332
  * */
1333
1333
  _setYear(userSelected) {
1334
1334
  this._adapter.setYear(this._year, this._locale);
@@ -41,7 +41,7 @@ export class CalendarDropdown {
41
41
  else {
42
42
  await this.dropdownElement.hideAsync();
43
43
  }
44
- this.dropdownElement.remove();
44
+ this.dropdownElement?.remove();
45
45
  this.dropdownElement = undefined;
46
46
  this.calendar = undefined;
47
47
  }