@pantheon-systems/pds-toolkit-react 2.0.0-alpha.36 → 2.0.0-alpha.37

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 (77) hide show
  1. package/codemods/v1-to-v2/mappings.json +122 -20
  2. package/dist/components/Callout/Callout.d.ts +6 -2
  3. package/dist/components/CodeBlock/CodeBlock.d.ts +10 -5
  4. package/dist/components/CodeBlock/code-examples.d.ts +1 -0
  5. package/dist/components/CodeBlock/themes/index.d.ts +1 -2
  6. package/dist/components/CodeBlock/themes/{pdsDark.d.ts → pds.d.ts} +1 -1
  7. package/dist/components/PantheonLogo/PantheonLogo.d.ts +5 -4
  8. package/dist/components/Tabs/Tabs.d.ts +1 -6
  9. package/dist/components/badges/StatusBadge/StatusBadge.d.ts +2 -1
  10. package/dist/components/buttons/MenuButton/MenuButton.d.ts +1 -1
  11. package/dist/components/buttons/SegmentedButton/SegmentedButton.d.ts +25 -7
  12. package/dist/components/buttons/SplitButton/SplitButton.d.ts +1 -1
  13. package/dist/components/icons/Icon/generated-icon-data.d.ts +9 -2
  14. package/dist/components/inputs/Combobox/Combobox.d.ts +1 -1
  15. package/dist/components/inputs/ComboboxMultiselect/ComboboxMultiselect.d.ts +1 -1
  16. package/dist/components/inputs/Select/Select.d.ts +1 -1
  17. package/dist/components/inputs/TagsInput/TagsInput.d.ts +1 -1
  18. package/dist/components/inputs/TextInput/TextInput.d.ts +1 -1
  19. package/dist/components/inputs/Textarea/Textarea.d.ts +1 -1
  20. package/dist/components/loading-indicators/Spinner/Spinner.d.ts +5 -4
  21. package/dist/components/navigation/ButtonNav/ButtonNav.d.ts +1 -5
  22. package/dist/components/navigation/Navbar/Navbar.d.ts +2 -23
  23. package/dist/components/navigation/TabMenu/TabMenu.d.ts +1 -6
  24. package/dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +0 -11
  25. package/dist/components/panels/Panel/Panel.d.ts +1 -1
  26. package/dist/css/component-css/pds-avatar.css +1 -1
  27. package/dist/css/component-css/pds-button-nav.css +1 -1
  28. package/dist/css/component-css/pds-button.css +1 -1
  29. package/dist/css/component-css/pds-callout.css +1 -1
  30. package/dist/css/component-css/pds-card-select.css +1 -1
  31. package/dist/css/component-css/pds-code-block.css +1 -1
  32. package/dist/css/component-css/pds-combobox-multiselect.css +1 -2
  33. package/dist/css/component-css/pds-combobox.css +1 -1
  34. package/dist/css/component-css/pds-datepicker.css +3 -1
  35. package/dist/css/component-css/pds-index.css +42 -36
  36. package/dist/css/component-css/pds-input-utilities.css +1 -1
  37. package/dist/css/component-css/pds-menu-button.css +4 -1
  38. package/dist/css/component-css/pds-nav-menu.css +1 -1
  39. package/dist/css/component-css/pds-navbar.css +2 -2
  40. package/dist/css/component-css/pds-panel.css +1 -1
  41. package/dist/css/component-css/pds-pantheon-logo.css +1 -1
  42. package/dist/css/component-css/pds-popover.css +1 -1
  43. package/dist/css/component-css/pds-segmented-button.css +2 -1
  44. package/dist/css/component-css/pds-select.css +1 -1
  45. package/dist/css/component-css/pds-side-nav-global.css +1 -1
  46. package/dist/css/component-css/pds-side-nav.css +1 -1
  47. package/dist/css/component-css/pds-spinner.css +1 -1
  48. package/dist/css/component-css/pds-split-button.css +1 -1
  49. package/dist/css/component-css/pds-status-badge.css +1 -1
  50. package/dist/css/component-css/pds-status-indicator.css +1 -1
  51. package/dist/css/component-css/pds-tab-menu.css +1 -1
  52. package/dist/css/component-css/pds-tabs.css +1 -1
  53. package/dist/css/component-css/pds-tags-input.css +1 -1
  54. package/dist/css/component-css/pds-text-input.css +1 -1
  55. package/dist/css/component-css/pds-textarea.css +1 -1
  56. package/dist/css/component-css/pds-toaster.css +1 -1
  57. package/dist/css/component-css/pds-user-menu.css +6 -3
  58. package/dist/css/component-css/pds-utility-button.css +1 -1
  59. package/dist/css/component-css/pds-workspace-selector.css +13 -3
  60. package/dist/css/design-tokens/variables.dark.css +26 -21
  61. package/dist/css/design-tokens/variables.light.css +26 -21
  62. package/dist/css/design-tokens/variables.typography.css +0 -1
  63. package/dist/css/pds-components.css +42 -36
  64. package/dist/css/pds-core.css +2 -2
  65. package/dist/index.css +1 -1
  66. package/dist/index.d.ts +1 -2
  67. package/dist/index.js +2318 -1359
  68. package/dist/index.js.map +1 -1
  69. package/dist/index.source.d.ts +0 -2
  70. package/dist/libs/components/NavAccordion/NavAccordion.d.ts +1 -1
  71. package/dist/svg/userSolid.svg +3 -0
  72. package/package.json +2 -2
  73. package/dist/components/CodeBlock/themes/pdsLight.d.ts +0 -2
  74. package/dist/components/notifications/NotificationHubIcon/NotificationHubIcon.d.ts +0 -38
  75. package/dist/components/notifications/NotificationsPopover/NotificationsPopover.d.ts +0 -113
  76. package/dist/css/component-css/pds-notification-hub-icon.css +0 -1
  77. package/dist/css/component-css/pds-notifications-popover.css +0 -13
@@ -6,7 +6,7 @@
6
6
  {
7
7
  "from": "IndicatorBadge",
8
8
  "to": "Badge",
9
- "reason": "IndicatorBadge has been renamed to Badge in v2. The component API has also changed \u2014 see props.typeChanges for color and size migration details."
9
+ "reason": "IndicatorBadge has been renamed to Badge in v2. The component API has also changed see props.typeChanges for color and size migration details."
10
10
  },
11
11
  {
12
12
  "from": "NavMenu",
@@ -75,6 +75,54 @@
75
75
  {
76
76
  "component": "SiteDashboardHeading",
77
77
  "reason": "Component removed. Compose locally using Icon, Badge, Button, and optionally Popover with SiteTypeIcon from custom-types. See Patterns/Site Dashboard Heading in Storybook for the recipe."
78
+ },
79
+ {
80
+ "component": "Navbar",
81
+ "prop": "hideLogo",
82
+ "reason": "Removed in V2. The logo is now passed via the logo slot. Omit the slot to show no logo.",
83
+ "replacement": "Remove this prop. To hide the logo, simply omit the logo slot."
84
+ },
85
+ {
86
+ "component": "Navbar",
87
+ "prop": "logoDisplayType",
88
+ "reason": "Removed in V2. Logo display type is now controlled by the PantheonLogo component's displayType prop, passed directly into the logo slot.",
89
+ "replacement": "Pass <PantheonLogo displayType='...' slot='logo' /> into the Navbar children."
90
+ },
91
+ {
92
+ "component": "Navbar",
93
+ "prop": "logoLinkContent",
94
+ "reason": "Removed in V2. Logo link is now passed via the PantheonLogo component in the logo slot.",
95
+ "replacement": "Pass <PantheonLogo linkContent={<a href='...'>...</a>} slot='logo' /> into the Navbar children."
96
+ },
97
+ {
98
+ "component": "Navbar",
99
+ "prop": "logoSrc",
100
+ "reason": "Removed in V2. Custom logo images should be placed directly in the logo slot.",
101
+ "replacement": "Place your logo image element directly in the logo slot: <img src='...' slot='logo' />."
102
+ },
103
+ {
104
+ "component": "Navbar",
105
+ "prop": "logoSubBrand",
106
+ "reason": "Removed in V2 along with sub-brand logo support.",
107
+ "replacement": "Remove this prop. Sub-brand display is no longer supported in Navbar."
108
+ },
109
+ {
110
+ "component": "PantheonLogo",
111
+ "prop": "subBrand",
112
+ "reason": "Removed in V2. Sub-brand display has been removed from the PantheonLogo component.",
113
+ "replacement": "Remove this prop. Compose your own sub-brand treatment using a separator and text element alongside PantheonLogo."
114
+ },
115
+ {
116
+ "component": "PantheonLogo",
117
+ "prop": "displayType",
118
+ "reason": "The sub-brand and sub-brand-small values have been removed in V2.",
119
+ "replacement": "Use 'full', 'icon', or 'wordmark' instead. Remove any usage of displayType='sub-brand' or displayType='sub-brand-small'."
120
+ },
121
+ {
122
+ "component": "WorkspaceSelector",
123
+ "prop": "planTier (on WorkspaceSelectorItem)",
124
+ "reason": "Removed in V2. Plan tier badges are no longer displayed in the workspace selector trigger button.",
125
+ "replacement": "Remove the planTier field from WorkspaceSelectorItem objects."
78
126
  }
79
127
  ],
80
128
  "additions": [
@@ -87,6 +135,24 @@
87
135
  "component": "PaginationCompact",
88
136
  "description": "New for V2. A space-efficient pagination control combining a page selector dropdown with previous/next buttons. Suited for dense layouts such as table toolbars or sidebars.",
89
137
  "usage": "Use when horizontal space is limited or the total page count is high and users need direct access to any page."
138
+ },
139
+ {
140
+ "component": "Navbar",
141
+ "prop": "logo slot",
142
+ "description": "New logo named slot renders the logo in both the desktop bar and the mobile top bar. Replaces the logoLinkContent, logoSrc, logoDisplayType, logoSubBrand, and hideLogo props.",
143
+ "usage": "Pass <PantheonLogo linkContent={<a href='...'>...</a>} slot='logo' /> as a child of Navbar."
144
+ },
145
+ {
146
+ "component": "Navbar",
147
+ "prop": "items-center slot",
148
+ "description": "New items-center named slot renders content in the center of the desktop navbar, truly centered using CSS grid. On mobile, the slot content collapses into the slide-out panel alongside items-left and items-right.",
149
+ "usage": "Pass content with slot='items-center' to place it in the center of the navbar (e.g. a search input)."
150
+ },
151
+ {
152
+ "component": "PantheonLogo",
153
+ "prop": "size",
154
+ "description": "New size prop controls logo scale. The wordmark height is the sizing basis and maps to PDS typography size tokens: s = --pds-typography-size-s, m = --pds-typography-size-m, l = --pds-typography-size-l. The full and icon variants scale proportionally so the fist matches the wordmark height.",
155
+ "usage": "Use size='s' for compact contexts (e.g. navbar), size='m' for default, size='l' for hero or marketing use."
90
156
  }
91
157
  ],
92
158
  "deprecations": [
@@ -153,13 +219,13 @@
153
219
  "component": "GlobalWrapper",
154
220
  "from": "mobileMenuMaxWidth",
155
221
  "to": "mobileMaxWidth",
156
- "reason": "Renamed for clarity \u2014 the value is the maximum viewport width at which mobile styles are active. The prop now drives the data-pds-mobile attribute on :root used by component CSS to apply mobile styles, replacing the ResponsiveContext isMobile pattern. The default value has changed from 640 to 767 to align exactly with --pds-bp-s-only (max-width: 767px)."
222
+ "reason": "Renamed for clarity the value is the maximum viewport width at which mobile styles are active. The prop now drives the data-pds-mobile attribute on :root used by component CSS to apply mobile styles, replacing the ResponsiveContext isMobile pattern. The default value has changed from 640 to 767 to align exactly with --pds-bp-s-only (max-width: 767px)."
157
223
  },
158
224
  {
159
225
  "component": "ComboboxMultiselect",
160
226
  "from": "auxiliaryPanel",
161
227
  "to": "aiSuggestions",
162
- "reason": "Renamed for clarity \u2014 the auxiliary panel is specifically for AI suggestions. General-purpose floating panels can now be built with the Dropdown compound component."
228
+ "reason": "Renamed for clarity the auxiliary panel is specifically for AI suggestions. General-purpose floating panels can now be built with the Dropdown compound component."
163
229
  },
164
230
  {
165
231
  "component": "Button",
@@ -183,7 +249,7 @@
183
249
  "component": "PlatformIcon",
184
250
  "from": "iconSize",
185
251
  "to": "size",
186
- "reason": "The iconSize prop has been renamed to size for consistency with V2 component conventions. Size values have also changed to align with the Icon component scale \u2014 'xs', 's', 'm', 'l', 'xl', '2xl', '3xl' \u2014 replacing the previous 1.2\u00d7 ratio scale. The pixel sizes for 'l', 'xl', and '2xl' are different: l is now 1.25rem (was 1.2rem), xl is 1.5rem (was 1.44rem), 2xl is 2rem (was 1.728rem)."
252
+ "reason": "The iconSize prop has been renamed to size for consistency with V2 component conventions. Size values have also changed to align with the Icon component scale 'xs', 's', 'm', 'l', 'xl', '2xl', '3xl' replacing the previous 1.2× ratio scale. The pixel sizes for 'l', 'xl', and '2xl' are different: l is now 1.25rem (was 1.2rem), xl is 1.5rem (was 1.44rem), 2xl is 2rem (was 1.728rem)."
187
253
  },
188
254
  {
189
255
  "component": "FileDiff",
@@ -396,11 +462,47 @@
396
462
  {
397
463
  "component": "SideNav",
398
464
  "prop": "hasMobileDropdown",
399
- "description": "New hasMobileDropdown prop opts in to rendering a dropdown menu in place of the standard navigation at mobile viewports. Defaults to false \u2014 the standard navigation is shown at all breakpoints.",
465
+ "description": "New hasMobileDropdown prop opts in to rendering a dropdown menu in place of the standard navigation at mobile viewports. Defaults to false the standard navigation is shown at all breakpoints.",
400
466
  "usage": "Use hasMobileDropdown={true} if your layout requires a dropdown menu at mobile. The mobile breakpoint is controlled by the mobileBreakpoint prop on GlobalWrapper."
401
467
  }
402
468
  ],
403
469
  "removals": [
470
+ {
471
+ "component": "Spinner",
472
+ "prop": "colorType",
473
+ "replacement": "Replace with the `color` prop — pass any CSS color string or `var(--token)` reference. Use `'var(--pds-color-foreground-reverse)'` in place of `'monochromatic-reverse'`, and omit the prop entirely in place of `'monochromatic'` or `'full-color'` (the default is now foreground default).",
474
+ "reason": "The colorType prop ('full-color' | 'monochromatic' | 'monochromatic-reverse') has been removed in v2. The spinner now accepts a single `color` prop; the track ring renders at 30% opacity of the same color automatically. The default color is now the foreground default token."
475
+ },
476
+ {
477
+ "component": "CodeBlock",
478
+ "prop": "colorType",
479
+ "replacement": "Remove the prop. CodeBlock now renders in a single unified style.",
480
+ "reason": "The colorType prop ('dark' | 'light') has been removed in v2. CodeBlock now renders in one consistent style that works across both page themes."
481
+ },
482
+ {
483
+ "component": "Tabs",
484
+ "prop": "size",
485
+ "replacement": "Remove the prop. Tabs now render at a single size equivalent to the former size='m'.",
486
+ "reason": "The size prop has been removed in v2. The component now renders at one size only. Remove any size='s' or size='m' usage."
487
+ },
488
+ {
489
+ "component": "TabMenu",
490
+ "prop": "size",
491
+ "replacement": "Remove the prop. TabMenu now renders at a single size equivalent to the former size='m'.",
492
+ "reason": "The size prop has been removed in v2. The component now renders at one size only. Remove any size='s' or size='m' usage."
493
+ },
494
+ {
495
+ "component": "SegmentedButton",
496
+ "prop": "size",
497
+ "replacement": "Remove the prop. SegmentedButton now renders at a single size equivalent to the former size='s'.",
498
+ "reason": "The size prop and the medium size have been removed in v2. The component now renders at one size only. Remove any size='s' or size='m' usage. A smaller size may be reintroduced later if a need arises."
499
+ },
500
+ {
501
+ "component": "ButtonNav",
502
+ "prop": "size",
503
+ "replacement": "Remove the prop. ButtonNav now renders at a single size equivalent to the former size='s'.",
504
+ "reason": "The size prop and the medium size have been removed in v2. The component now renders at one size only. Remove any size='s' or size='m' usage. A smaller size may be reintroduced later if a need arises."
505
+ },
404
506
  {
405
507
  "component": "SiteSearch",
406
508
  "prop": "horizontalOffset",
@@ -430,7 +532,7 @@
430
532
  "prop": "variant",
431
533
  "oldValue": "navbar",
432
534
  "replacement": "Use variant=\"subtle\"",
433
- "reason": "The navbar variant has been removed in v2. It was visually identical to subtle \u2014 replace with subtle."
535
+ "reason": "The navbar variant has been removed in v2. It was visually identical to subtle replace with subtle."
434
536
  },
435
537
  {
436
538
  "component": "MenuButton",
@@ -498,7 +600,7 @@
498
600
  {
499
601
  "component": "Switch",
500
602
  "prop": "statusLabelPlacement",
501
- "replacement": "Remove the prop. No replacement \u2014 the status label is no longer rendered visually.",
603
+ "replacement": "Remove the prop. No replacement the status label is no longer rendered visually.",
502
604
  "reason": "The visual status label has been removed in V2, making its placement prop obsolete."
503
605
  },
504
606
  {
@@ -516,7 +618,7 @@
516
618
  {
517
619
  "component": "MenuButton",
518
620
  "prop": "withinNavbar",
519
- "reason": "Removed in V2. The dropdown no longer adjusts its border radius based on navbar context \u2014 it floats normally regardless of placement.",
621
+ "reason": "Removed in V2. The dropdown no longer adjusts its border radius based on navbar context it floats normally regardless of placement.",
520
622
  "migration": "Remove the withinNavbar prop. No replacement needed."
521
623
  },
522
624
  {
@@ -634,9 +736,9 @@
634
736
  "v1Type": "FlowStep[]",
635
737
  "v2Type": "StepListItem[]",
636
738
  "migration": {
637
- "note": "Update any FlowStep type imports to StepListItem. The shape of the type is unchanged \u2014 { header: string | ReactNode, content?: string | ReactNode }."
739
+ "note": "Update any FlowStep type imports to StepListItem. The shape of the type is unchanged { header: string | ReactNode, content?: string | ReactNode }."
638
740
  },
639
- "reason": "Renamed alongside the FlowSteps \u2192 StepList component rename for naming consistency."
741
+ "reason": "Renamed alongside the FlowSteps StepList component rename for naming consistency."
640
742
  },
641
743
  {
642
744
  "component": "CloseButton",
@@ -645,7 +747,7 @@
645
747
  "v1Type": "() => void",
646
748
  "v2Type": "(e: React.MouseEvent<HTMLButtonElement>) => void",
647
749
  "migration": {
648
- "note": "Backwards compatible \u2014 existing handlers that ignore the event parameter continue to work. Update handlers if you need access to the event."
750
+ "note": "Backwards compatible existing handlers that ignore the event parameter continue to work. Update handlers if you need access to the event."
649
751
  },
650
752
  "reason": "Updated to allow consumers to call e.stopPropagation() or access other event properties when needed."
651
753
  },
@@ -851,7 +953,7 @@
851
953
  "md": "m",
852
954
  "lg": "l"
853
955
  },
854
- "reason": "Standardized size naming. The '4xs' and '3xs' sizes have been removed \u2014 use '2xs' instead. Default changed from 'md' to 'm'."
956
+ "reason": "Standardized size naming. The '4xs' and '3xs' sizes have been removed use '2xs' instead. Default changed from 'md' to 'm'."
855
957
  },
856
958
  {
857
959
  "component": "StatusChecker",
@@ -872,7 +974,7 @@
872
974
  "oldType": "'color-1' | 'color-2' | ... | 'color-20'",
873
975
  "newType": "'apollo' | 'iris' | 'hypnos' | 'gaia' | 'aether' | 'success' | 'warning' | 'critical' | 'info' | 'discovery' | 'amber' | 'orange' | 'lime' | 'teal' | 'sky' | 'indigo' | 'rose' | 'slate' | 'sand' | 'mint' | 'silver' | 'stone'",
874
976
  "description": "Tag color values are now named instead of numbered. Two new colors added: silver and stone.",
875
- "migration": "Replace numbered color values with their named equivalents: color-1\u2192apollo, color-2\u2192iris, color-3\u2192hypnos, color-4\u2192gaia, color-5\u2192aether, color-6\u2192success, color-7\u2192warning, color-8\u2192critical, color-9\u2192info, color-10\u2192discovery, color-11\u2192amber, color-12\u2192orange, color-13\u2192lime, color-14\u2192teal, color-15\u2192sky, color-16\u2192indigo, color-17\u2192rose, color-18\u2192slate, color-19\u2192sand, color-20\u2192mint. Two new values (silver, stone) have no v1 equivalent."
977
+ "migration": "Replace numbered color values with their named equivalents: color-1→apollo, color-2→iris, color-3→hypnos, color-4→gaia, color-5→aether, color-6→success, color-7→warning, color-8→critical, color-9→info, color-10→discovery, color-11→amber, color-12→orange, color-13→lime, color-14→teal, color-15→sky, color-16→indigo, color-17→rose, color-18→slate, color-19→sand, color-20→mint. Two new values (silver, stone) have no v1 equivalent."
876
978
  },
877
979
  {
878
980
  "component": "SidebarLayout",
@@ -880,7 +982,7 @@
880
982
  "v1Type": "'narrow' | 'standard' | 'wide'",
881
983
  "v2Type": "string",
882
984
  "description": "sidebarWidth is now a percentage string instead of a preset option.",
883
- "migration": "Replace preset values with percentage equivalents: 'narrow' \u2192 '25%', 'standard' \u2192 '33%', 'wide' \u2192 '42%'. Adjust as needed for your layout."
985
+ "migration": "Replace preset values with percentage equivalents: 'narrow' '25%', 'standard' '33%', 'wide' '42%'. Adjust as needed for your layout."
884
986
  },
885
987
  {
886
988
  "component": "Table",
@@ -917,7 +1019,7 @@
917
1019
  "v1Type": "'s' | 'm'",
918
1020
  "v2Type": "'xs' | 's' | 'm'",
919
1021
  "migration": {
920
- "note": "Backwards compatible \u2014 existing size values are unchanged. Use size=\"xs\" when a smaller CTA link is needed."
1022
+ "note": "Backwards compatible existing size values are unchanged. Use size=\"xs\" when a smaller CTA link is needed."
921
1023
  },
922
1024
  "reason": "Added to support compact contexts such as the Payment Card pattern footer."
923
1025
  },
@@ -1102,7 +1204,7 @@
1102
1204
  },
1103
1205
  {
1104
1206
  "component": "Panel",
1105
- "description": "Panel simplified \u2014 status indicators removed",
1207
+ "description": "Panel simplified status indicators removed",
1106
1208
  "v1Behavior": "Panel supported hasStatusIndicator, statusType, and typeLabels props which rendered a colored bar on the left side of the panel.",
1107
1209
  "v2Behavior": "Panel is now a general-purpose container with five variants: default, sunken, raised, overlay, and critical. Status indicators have been removed.",
1108
1210
  "migration": "Remove hasStatusIndicator, statusType, and typeLabels props. Remove any custom CSS targeting .pds-panel__status elements.",
@@ -1125,7 +1227,7 @@
1125
1227
  "description": "Previous and next arrow buttons now hidden when at boundaries instead of disabled",
1126
1228
  "v1Behavior": "Previous button rendered with aria-disabled and reduced opacity when on the first page. Next button rendered with aria-disabled and reduced opacity when on the last page.",
1127
1229
  "v2Behavior": "Previous button is not rendered when on the first page. Next button is not rendered when on the last page.",
1128
- "migration": "No prop changes required. Remove any custom CSS targeting .pds-pagination__item--disabled \u2014 that class no longer exists.",
1230
+ "migration": "No prop changes required. Remove any custom CSS targeting .pds-pagination__item--disabled that class no longer exists.",
1129
1231
  "affectedAreas": [
1130
1232
  "Pagination component",
1131
1233
  "Visual design",
@@ -1149,7 +1251,7 @@
1149
1251
  "description": "Dropdown positioning may shift slightly from V1. The menu is no longer in the DOM when closed.",
1150
1252
  "v1Behavior": "MenuButton used manual keyboard handling, aria-activedescendant focus management, and a custom click-outside handler. The menu element was always present in the DOM with visibility toggled via inline styles.",
1151
1253
  "v2Behavior": "MenuButton now uses the shared useDropdown hook with roving tabIndex focus management (useListNavigation), built-in typeahead (useTypeahead), and automatic dismiss handling (useDismiss). The menu unmounts from the DOM when closed.",
1152
- "migration": "No prop changes required. If you relied on aria-activedescendant for screen readers, test with the updated component \u2014 it now uses a roving tabIndex pattern.",
1254
+ "migration": "No prop changes required. If you relied on aria-activedescendant for screen readers, test with the updated component it now uses a roving tabIndex pattern.",
1153
1255
  "affectedAreas": [
1154
1256
  "MenuButton component",
1155
1257
  "Keyboard navigation",
@@ -1208,7 +1310,7 @@
1208
1310
  },
1209
1311
  {
1210
1312
  "component": "CompactEmptyState",
1211
- "description": "V2 style update \u2014 typography tokens and color token correction",
1313
+ "description": "V2 style update typography tokens and color token correction",
1212
1314
  "v1Behavior": "Heading font size and weight applied via pds-ts-l and pds-fw-bold utility classes on the element. Message color used the deprecated pds-color-text-default-secondary token.",
1213
1315
  "v2Behavior": "Heading font size and weight defined in component CSS using pds-typography-size-l and pds-typography-fw-bold tokens. Message color uses the correct pds-color-fg-default-secondary token.",
1214
1316
  "migration": "No prop changes. Visual appearance is the same. Remove any overrides targeting pds-color-text-default-secondary on this component.",
@@ -1220,7 +1322,7 @@
1220
1322
  },
1221
1323
  {
1222
1324
  "component": "VerticalEmptyState",
1223
- "description": "V2 style update \u2014 typography tokens and color token correction",
1325
+ "description": "V2 style update typography tokens and color token correction",
1224
1326
  "v1Behavior": "Heading font size and weight applied via pds-ts-2xl and pds-fw-bold utility classes on the element. Root color used the deprecated pds-color-text-default token.",
1225
1327
  "v2Behavior": "Heading font size and weight defined in component CSS using pds-typography-size-2xl and pds-typography-fw-bold tokens. Root color uses the correct pds-color-fg-default token.",
1226
1328
  "migration": "No prop changes. Visual appearance is the same. Remove any overrides targeting pds-color-text-default on this component.",
@@ -1,5 +1,5 @@
1
1
  import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
- import { StatusType } from '../../libs/types/custom-types';
2
+ import { HeadingLevelCommon, StatusType } from '../../libs/types/custom-types';
3
3
  import './callout.css';
4
4
  type CalloutType = StatusType | 'code' | 'earlyAccess';
5
5
  type TypeLabels = Record<CalloutType, string>;
@@ -12,6 +12,10 @@ export interface CalloutProps extends ComponentPropsWithoutRef<'div'> {
12
12
  * Additional class names
13
13
  */
14
14
  className?: string;
15
+ /**
16
+ * Semantic element for the title. Styles are identical regardless of element chosen.
17
+ */
18
+ headingLevel?: HeadingLevelCommon;
15
19
  /**
16
20
  * Callout title.
17
21
  */
@@ -28,5 +32,5 @@ export interface CalloutProps extends ComponentPropsWithoutRef<'div'> {
28
32
  /**
29
33
  * Callout UI component
30
34
  */
31
- export declare const Callout: ({ children, className, title, type, typeLabels, ...props }: CalloutProps) => import("react/jsx-runtime").JSX.Element;
35
+ export declare const Callout: ({ children, className, headingLevel, title, type, typeLabels, ...props }: CalloutProps) => import("react/jsx-runtime").JSX.Element;
32
36
  export {};
@@ -1,4 +1,13 @@
1
1
  import { ComponentPropsWithoutRef } from 'react';
2
+ import 'prismjs/components/prism-markup';
3
+ import 'prismjs/components/prism-css';
4
+ import 'prismjs/components/prism-clike';
5
+ import 'prismjs/components/prism-javascript';
6
+ import 'prismjs/components/prism-typescript';
7
+ import 'prismjs/components/prism-jsx';
8
+ import 'prismjs/components/prism-tsx';
9
+ import 'prismjs/components/prism-json';
10
+ import 'prismjs/components/prism-yaml';
2
11
  import 'prismjs/components/prism-bash';
3
12
  import 'prismjs/components/prism-diff';
4
13
  import './code-block.css';
@@ -16,10 +25,6 @@ export interface CodeBlockProps extends ComponentPropsWithoutRef<'div'> {
16
25
  * Code to display.
17
26
  */
18
27
  code: string;
19
- /**
20
- * Color type. Default is dark.
21
- */
22
- colorType?: 'dark' | 'light';
23
28
  /**
24
29
  * Copy button label. Aria-label and tooltip text for the copy button.
25
30
  */
@@ -81,5 +86,5 @@ export interface CodeBlockProps extends ComponentPropsWithoutRef<'div'> {
81
86
  /**
82
87
  * CodeBlock UI component
83
88
  */
84
- export declare const CodeBlock: ({ className, code, colorType, copyButtonLabel, hasCopyButton, hasLineNumbers, hasPrompt, height, isLoading, language, loadingLineCount, maxHeight, promptSymbol, renderAsLegacy, shouldWrap, ...props }: CodeBlockProps) => import("react/jsx-runtime").JSX.Element;
89
+ export declare const CodeBlock: ({ className, code, copyButtonLabel, hasCopyButton, hasLineNumbers, hasPrompt, height, isLoading, language, loadingLineCount, maxHeight, promptSymbol, renderAsLegacy, shouldWrap, ...props }: CodeBlockProps) => import("react/jsx-runtime").JSX.Element;
85
90
  export {};
@@ -3,4 +3,5 @@ export declare const reactExample = "export const ControlledExample = () => {\n
3
3
  export declare const cssExample = ".pds-file-diff {\n align-items: center;\n display: flex;\n gap: 0.25rem;\n height: 1.0625rem;\n max-width: 100%;\n width: 100%;\n\n .pds-file-diff__total-changes {\n color: var(--pds-color-foreground-default-secondary);\n font-size: var(--pds-typography-size-xs);\n }\n\n .pds-file-diff__bars {\n align-items: center;\n display: flex;\n gap: 0.125rem;\n width: 100%;\n }\n\n .pds-file-diff__behind {\n position: relative;\n\n .pds-file-diff__behind-bar {\n background-color: var(--pds-color-status-critical-utility);\n border-bottom-left-radius: 6.25rem;\n border-top-left-radius: 6.25rem;\n height: 8px;\n min-width: 1px;\n right: 0px;\n transition: width 0.3s ease;\n width: 100%;\n }\n }\n\n .pds-file-diff__ahead {\n position: relative;\n\n .pds-file-diff__ahead-bar {\n background-color: var(--pds-color-status-success-utility);\n border-bottom-right-radius: 6.25rem;\n border-top-right-radius: 6.25rem;\n height: 8px;\n left: 0px;\n min-width: 1px;\n transition: width 0.3s ease;\n width: 100%;\n }\n }\n\n .pds-file-diff__tooltip {\n display: block;\n padding-inline: 0;\n }\n}\n";
4
4
  export declare const diffExample = "diff --git a/influitive/index.css b/influitive/index.css\nindex 2069af6..b347ca3 100644\n--- a/influitive/index.css\n+++ b/influitive/index.css\n@@ -1,4 +1,4 @@\n #nav-container ul li.c-nav-list-item a.c-nav-item {\n font-weight: 500 !important;\n- font-family: 'Poppins', san-serif !important;\n+ font-family: 'Poppins', sans-serif !important;\n }";
5
5
  export declare const twigExample = "<div class=\"pds-status-badge pds-status-badge--{{ color|default('transparent')}}{% if extra_classes %} {{ extra_classes }}{% endif %}\">\n\n {% if has_status_indicator %}\n <span class=\"pds-status-badge__status pds-status-badge__status--{{ status_type }}\">\n {% if status_type %}\n <span class=\"visually-hidden\">Status: {{ status_type }}</span>\n {% endif %}\n </span>\n {% endif %}\n\n <span class=\"pds-status-badge__label\">{{ label }}</span>\n</div>";
6
+ export declare const jsonExample = "{\n \"site\": {\n \"id\": \"26d20ebf-b2fb-466e-9db3-4c001db441d6\",\n \"name\": \"my-awesome-site\",\n \"framework\": \"wordpress\",\n \"region\": \"United States\",\n \"created_at\": \"2024-01-15T08:30:00+00:00\",\n \"php_version\": \"8.3\",\n \"upstream\": {\n \"id\": \"e8fe8550-1ab9-4964-8838-2b9abdccf4bf\",\n \"label\": \"WordPress\",\n \"type\": \"core\"\n },\n \"environments\": [\"dev\", \"test\", \"live\"],\n \"frozen\": false,\n \"max_num_cdes\": 10\n }\n}";
6
7
  export declare const legacyExample = "Composer version 2.8.6 2025-02-25 13:03:50<br>PHP version 8.3.21 (&#47;opt&#47;pantheon&#47;php8.3&#47;php)<br>Run the &quot;diagnose&quot; command to get more detailed diagnostics output.<br>Cache directory does not exist (cache-vcs-dir):<br>Cache directory does not exist (cache-repo-dir):<br>Cache directory does not exist (cache-files-dir):<br>Clearing cache (cache-dir): &#47;home&#47;pantheon-app&#47;.composer&#47;cache<br>All caches cleared.<br>Running composer install...<br>composer --no-interaction --no-progress --prefer-dist --ansi install<br><span class=\"term-fg32\">No patches supplied.</span><br><span class=\"term-fg32\">Installing dependencies from lock file (including require-dev)</span><br><span class=\"term-fg32\">Verifying lock file contents can be installed on current platform.</span><br>Nothing to install, update or remove<br><span class=\"term-fg32\">Generating autoload files</span><br><span class=\"term-fg32\">89 packages you are using are looking for funding.</span><br><span class=\"term-fg32\">Use the `composer fund` command to find out more!</span><br><span class=\"term-fg32\">phpstan&#47;extension-installer:</span> Extensions installed";
@@ -1,2 +1 @@
1
- export * from './pdsDark';
2
- export * from './pdsLight';
1
+ export * from './pds';
@@ -1,2 +1,2 @@
1
1
  import type { PrismTheme } from 'prism-react-renderer';
2
- export declare const pdsDark: PrismTheme;
2
+ export declare const pds: PrismTheme;
@@ -1,6 +1,7 @@
1
1
  import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import './pantheon-logo.css';
3
- export type PantheonLogoDisplayType = 'full' | 'icon' | 'wordmark' | 'sub-brand' | 'sub-brand-small';
3
+ export type PantheonLogoDisplayType = 'full' | 'icon' | 'wordmark';
4
+ export type PantheonLogoSize = 's' | 'm' | 'l';
4
5
  /**
5
6
  * Prop types for PantheonLogo
6
7
  */
@@ -22,11 +23,11 @@ export interface PantheonLogoProps extends ComponentPropsWithoutRef<'div'> {
22
23
  */
23
24
  linkContent?: ReactNode;
24
25
  /**
25
- * Accepts a fully-formed link or a string (if a static site name is desired). Will only render if the `display-type` is set to 'sub-brand'.
26
+ * Size of the logo. The wordmark height is the basis `s`, `m`, and `l` map to the corresponding typography size tokens.
26
27
  */
27
- subBrand?: ReactNode | string;
28
+ size?: PantheonLogoSize;
28
29
  }
29
30
  /**
30
31
  * PantheonLogo UI component
31
32
  */
32
- export declare const PantheonLogo: ({ className, colorType, displayType, linkContent, subBrand, ...props }: PantheonLogoProps) => import("react/jsx-runtime").JSX.Element;
33
+ export declare const PantheonLogo: ({ className, colorType, displayType, linkContent, size, ...props }: PantheonLogoProps) => import("react/jsx-runtime").JSX.Element;
@@ -30,7 +30,6 @@ interface Tabs {
30
30
  type: 'neutral' | 'critical' | 'warning' | 'info' | 'success';
31
31
  };
32
32
  }
33
- export type TabsSize = 's' | 'm';
34
33
  interface TabsProps extends ComponentPropsWithoutRef<'div'> {
35
34
  /**
36
35
  * Sets tabset aria label
@@ -52,10 +51,6 @@ interface TabsProps extends ComponentPropsWithoutRef<'div'> {
52
51
  * Sets currently selected tab using a zero-based index
53
52
  */
54
53
  selectedTab?: number;
55
- /**
56
- * Size of the tabs.
57
- */
58
- size?: TabsSize;
59
54
  /**
60
55
  * Array of objects for tab data
61
56
  */
@@ -64,5 +59,5 @@ interface TabsProps extends ComponentPropsWithoutRef<'div'> {
64
59
  /**
65
60
  * Tabs UI component
66
61
  */
67
- export declare const Tabs: ({ ariaLabel, className, defaultSelected, onActiveTabChange, selectedTab, size, tabs, ...props }: TabsProps) => import("react/jsx-runtime").JSX.Element;
62
+ export declare const Tabs: ({ ariaLabel, className, defaultSelected, onActiveTabChange, selectedTab, tabs, ...props }: TabsProps) => import("react/jsx-runtime").JSX.Element;
68
63
  export {};
@@ -27,8 +27,9 @@ export interface StatusBadgeProps extends ComponentPropsWithoutRef<'div'> {
27
27
  statusIndicatorText?: string;
28
28
  /**
29
29
  * Status type for badge. Only renders if `hasStatusIndicator` is true.
30
+ * Use `'working'` to show a spinner in place of the status dot.
30
31
  */
31
- statusType?: StatusType | 'frozen' | 'disabled';
32
+ statusType?: StatusType | 'frozen' | 'disabled' | 'working';
32
33
  }
33
34
  /**
34
35
  * StatusBadge UI component
@@ -76,7 +76,7 @@ export interface MenuButtonProps extends ComponentPropsWithRef<'span'> {
76
76
  /**
77
77
  * Which variant of button to render. Not available in `iconOnly` mode.
78
78
  */
79
- variant?: Extract<ButtonVariant, 'primary' | 'secondary' | 'subtle' | 'highlight'>;
79
+ variant?: Extract<ButtonVariant, 'primary' | 'secondary' | 'subtle'>;
80
80
  }
81
81
  /**
82
82
  * MenuButton UI component
@@ -4,14 +4,36 @@ import './segmented-button.css';
4
4
  * Structure for each option in the SegmentedButton component.
5
5
  */
6
6
  interface OptionType {
7
+ /**
8
+ * Disables this individual option.
9
+ */
7
10
  disabled?: boolean;
11
+ /**
12
+ * Optional icon rendered before the label.
13
+ */
8
14
  iconName?: PDSIcon;
15
+ /**
16
+ * Optional unique ID for the option. Falls back to a generated ID.
17
+ */
9
18
  id?: string;
19
+ /**
20
+ * Shows a spinner before the label to indicate the option is loading.
21
+ */
22
+ isLoading?: boolean;
23
+ /**
24
+ * Visible text for the option.
25
+ */
10
26
  label: string;
27
+ /**
28
+ * Optional tally badge rendered after the label.
29
+ */
11
30
  tally?: {
12
31
  label: string | number;
13
32
  type: 'neutral' | 'critical' | 'warning' | 'info' | 'success';
14
33
  };
34
+ /**
35
+ * Value submitted when this option is selected.
36
+ */
15
37
  value: string;
16
38
  }
17
39
  /**
@@ -43,14 +65,10 @@ export interface SegmentedButtonProps {
43
65
  */
44
66
  onChange?: (value: string) => void;
45
67
  /**
46
- * Array of button options — must be between 2 and 6 options. Each option
47
- * may include an optional icon displayed before the label.
68
+ * Array of button options — must be between 2 and 6 options. Each option may
69
+ * include an optional icon or spinner before the label and a tally after it.
48
70
  */
49
71
  options: OptionType[];
50
- /**
51
- * Size of the SegmentedButton.
52
- */
53
- size?: 's' | 'm';
54
72
  /**
55
73
  * Controlled value. Cannot be used together with `defaultValue`.
56
74
  */
@@ -59,5 +77,5 @@ export interface SegmentedButtonProps {
59
77
  /**
60
78
  * SegmentedButton UI component
61
79
  */
62
- export declare const SegmentedButton: ({ className, defaultValue, disabled, id, label, onChange, options, size, value, ...props }: SegmentedButtonProps) => import("react/jsx-runtime").JSX.Element;
80
+ export declare const SegmentedButton: ({ className, defaultValue, disabled, id, label, onChange, options, value, ...props }: SegmentedButtonProps) => import("react/jsx-runtime").JSX.Element;
63
81
  export {};
@@ -33,7 +33,7 @@ interface SplitButtonProps extends ComponentPropsWithoutRef<'span'> {
33
33
  /**
34
34
  * Which variant of button to render
35
35
  */
36
- variant?: Extract<ButtonVariant, 'primary' | 'secondary' | 'highlight'>;
36
+ variant?: Extract<ButtonVariant, 'primary' | 'secondary'>;
37
37
  }
38
38
  /**
39
39
  * A component used to render a button with a primary action and a menu of additional options
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generated by: npm run generate:icon-data
5
5
  * Source: icon-registry.ts + Font Awesome packages + custom-icons.tsx
6
- * Generated: 2026-07-02T02:04:49.319Z
6
+ * Generated: 2026-07-07T18:05:00.112Z
7
7
  */
8
8
  import { customIcons } from './custom-icons';
9
9
  export { customIcons };
@@ -1436,6 +1436,13 @@ export declare const iconData: {
1436
1436
  readonly svgPathData: "M320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm0-176a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 336c-57.4 0-104 46.6-104 104l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-57.4-46.6-104-104-104l-48 0zm135.4-93.2c11.7-11.3 21.6-24.4 29.4-38.8 5.9 2.6 12.4 4 19.2 4 26.5 0 48-21.5 48-48s-21.5-48-48-48l-.8 0c-1.6-16.6-5.8-32.4-12.1-47.1 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-6.3 14.7-10.5 30.6-12.1 47.1l-.8 0c-26.5 0-48 21.5-48 48s21.5 48 48 48c6.8 0 13.3-1.4 19.2-4 7.8 14.4 17.7 27.5 29.4 38.8-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.3 304c-15.1 16.3-27.5 35-36.5 55.6-38 15.5-64.8 52.8-64.8 96.4 0 13.3-10.7 24-24 24S0 469.3 0 456c0-83.1 66.6-150.6 149.3-152zm377.9 55.6c-9-20.6-21.5-39.4-36.5-55.6 82.7 1.4 149.3 68.9 149.3 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-43.6-26.8-80.9-64.8-96.4z";
1437
1437
  readonly width: 640;
1438
1438
  };
1439
+ readonly userSolid: {
1440
+ readonly aliases: readonly [];
1441
+ readonly categories: readonly ["users"];
1442
+ readonly height: 512;
1443
+ readonly svgPathData: "M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z";
1444
+ readonly width: 448;
1445
+ };
1439
1446
  readonly video: {
1440
1447
  readonly aliases: readonly ["camera", "recording", "webcam"];
1441
1448
  readonly categories: readonly ["media"];
@@ -1507,7 +1514,7 @@ export declare const iconData: {
1507
1514
  readonly width: 576;
1508
1515
  };
1509
1516
  };
1510
- export declare const iconList: readonly ["angleDown", "angleLeft", "angleRight", "anglesDown", "anglesLeft", "anglesRight", "anglesUp", "angleUp", "arrowDownLeftAndArrowUpRightToCenter", "arrowDownToLine", "arrowLeft", "arrowRight", "arrowsRetweet", "arrowsUpDownLeftRight", "asterisk", "banBug", "bars", "barsFilter", "barsStaggered", "bell", "billboard", "bitbucket", "bluesky", "bolt", "boltPantheon", "boltSolid", "book", "books", "bracketRight", "bracketsSquare", "brainCircuit", "broomWide", "building", "buildings", "bullhorn", "calendarDays", "caretDown", "caretLeft", "caretRight", "caretUp", "ccAmex", "ccApplePay", "ccDiscover", "ccGeneric", "ccMC", "ccPaypal", "ccVisa", "chartLine", "chartNetwork", "chartSimple", "check", "circle", "circleCheck", "circleExclamation", "circleExclamationSolid", "circleInfo", "circleInfoSolid", "circleMinus", "circleNotch", "circlePlus", "circleQuestion", "circleQuestionSolid", "circleUser", "circleXmark", "cloud", "cloudArrowDown", "cloudArrowUp", "cloudPlus", "code", "codeBranch", "codeMerge", "command", "comment", "compress", "copy", "desktop", "diamondExclamation", "diamonds4", "discourse", "display", "dollarSign", "download", "drupal", "ellipsis", "ellipsisVertical", "emptySet", "envelope", "envelopeOpen", "exclamation", "expand", "expandFromCenter", "externalLink", "eye", "eyeSlash", "facebook", "file", "fileCheck", "fileContract", "fileCSV", "fileDiff", "fileExport", "fileImport", "fileLines", "filePDF", "fileZip", "folder", "folderTree", "gear", "gem", "github", "gitlab", "globe", "graduationCap", "grid", "gripDots", "gripDotsVertical", "heart", "heartSolid", "house", "idCard", "image", "inputText", "instagram", "keySkeleton", "landmark", "laptop", "laptopCode", "leaf", "lifeRing", "linkedin", "linkSimple", "linkSimpleSlash", "listCheck", "locationCrosshairs", "lock", "lockOpen", "magnifyingGlass", "medal", "memo", "messages", "minus", "moon", "nextJs", "paperclip", "paperPlane", "pause", "pen", "penField", "phone", "play", "plus", "question", "quotesLeft", "quotesRight", "rectangleList", "reply", "robot", "rocketLaunch", "rotate", "rotateClock", "rotateLeft", "rotateRight", "rss", "save", "server", "shareNodes", "shield", "shieldQuartered", "shovel", "sidebar", "siren", "sirenOn", "sitemap", "slack", "slashForward", "slidersSimple", "snowflake", "sparkles", "squareCheck", "squareCode", "squareMinus", "squarePen", "squareQuestion", "squareTerminal", "star", "starSolid", "sun", "sunBright", "table", "tableRows", "terminal", "text", "threads", "thumbsDown", "thumbsUp", "trash", "triangleExclamation", "twitter", "upload", "user", "userAstronaut", "userGear", "userPlus", "users", "video", "wavePulse", "windowRestore", "wordpress", "wreathLaurel", "wrench", "xmark", "xmarkLarge", "xTwitter", "youtube"];
1517
+ export declare const iconList: readonly ["angleDown", "angleLeft", "angleRight", "anglesDown", "anglesLeft", "anglesRight", "anglesUp", "angleUp", "arrowDownLeftAndArrowUpRightToCenter", "arrowDownToLine", "arrowLeft", "arrowRight", "arrowsRetweet", "arrowsUpDownLeftRight", "asterisk", "banBug", "bars", "barsFilter", "barsStaggered", "bell", "billboard", "bitbucket", "bluesky", "bolt", "boltPantheon", "boltSolid", "book", "books", "bracketRight", "bracketsSquare", "brainCircuit", "broomWide", "building", "buildings", "bullhorn", "calendarDays", "caretDown", "caretLeft", "caretRight", "caretUp", "ccAmex", "ccApplePay", "ccDiscover", "ccGeneric", "ccMC", "ccPaypal", "ccVisa", "chartLine", "chartNetwork", "chartSimple", "check", "circle", "circleCheck", "circleExclamation", "circleExclamationSolid", "circleInfo", "circleInfoSolid", "circleMinus", "circleNotch", "circlePlus", "circleQuestion", "circleQuestionSolid", "circleUser", "circleXmark", "cloud", "cloudArrowDown", "cloudArrowUp", "cloudPlus", "code", "codeBranch", "codeMerge", "command", "comment", "compress", "copy", "desktop", "diamondExclamation", "diamonds4", "discourse", "display", "dollarSign", "download", "drupal", "ellipsis", "ellipsisVertical", "emptySet", "envelope", "envelopeOpen", "exclamation", "expand", "expandFromCenter", "externalLink", "eye", "eyeSlash", "facebook", "file", "fileCheck", "fileContract", "fileCSV", "fileDiff", "fileExport", "fileImport", "fileLines", "filePDF", "fileZip", "folder", "folderTree", "gear", "gem", "github", "gitlab", "globe", "graduationCap", "grid", "gripDots", "gripDotsVertical", "heart", "heartSolid", "house", "idCard", "image", "inputText", "instagram", "keySkeleton", "landmark", "laptop", "laptopCode", "leaf", "lifeRing", "linkedin", "linkSimple", "linkSimpleSlash", "listCheck", "locationCrosshairs", "lock", "lockOpen", "magnifyingGlass", "medal", "memo", "messages", "minus", "moon", "nextJs", "paperclip", "paperPlane", "pause", "pen", "penField", "phone", "play", "plus", "question", "quotesLeft", "quotesRight", "rectangleList", "reply", "robot", "rocketLaunch", "rotate", "rotateClock", "rotateLeft", "rotateRight", "rss", "save", "server", "shareNodes", "shield", "shieldQuartered", "shovel", "sidebar", "siren", "sirenOn", "sitemap", "slack", "slashForward", "slidersSimple", "snowflake", "sparkles", "squareCheck", "squareCode", "squareMinus", "squarePen", "squareQuestion", "squareTerminal", "star", "starSolid", "sun", "sunBright", "table", "tableRows", "terminal", "text", "threads", "thumbsDown", "thumbsUp", "trash", "triangleExclamation", "twitter", "upload", "user", "userAstronaut", "userGear", "userPlus", "users", "userSolid", "video", "wavePulse", "windowRestore", "wordpress", "wreathLaurel", "wrench", "xmark", "xmarkLarge", "xTwitter", "youtube"];
1511
1518
  export type PDSIconName = (typeof iconList)[number];
1512
1519
  export declare const categoryList: readonly ["actions", "arrows", "brands", "communication", "custom", "data", "development", "documents", "financial", "media", "navigation", "objects", "security", "status", "users"];
1513
1520
  export type IconCategory = (typeof categoryList)[number];
@@ -1,7 +1,7 @@
1
1
  import React, { ChangeEvent, ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { ValidationStatus } from '../../../libs/types/input-types';
3
3
  import './combobox.css';
4
- export type ComboboxSize = 's' | 'm' | 'l';
4
+ export type ComboboxSize = 's' | 'm';
5
5
  type LabelStrings = {
6
6
  clearButton?: string;
7
7
  inputInstructions?: string;
@@ -1,6 +1,6 @@
1
1
  import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import './combobox-multiselect.css';
3
- export type ComboboxMultiselectSize = 's' | 'm' | 'l';
3
+ export type ComboboxMultiselectSize = 's' | 'm';
4
4
  type LabelStrings = {
5
5
  aiBadgeLabel?: string;
6
6
  aiPanelButton?: string;
@@ -3,7 +3,7 @@ import { ValidationStatus } from '../../../libs/types/input-types';
3
3
  import { PDSIcon } from '../../icons/Icon/Icon';
4
4
  import './select.css';
5
5
  export type SelectIconType = PDSIcon | 'google' | 'microsoft';
6
- export type SelectSize = 's' | 'm' | 'l';
6
+ export type SelectSize = 's' | 'm';
7
7
  type LabelStrings = {
8
8
  selectOptionText: string;
9
9
  triggerButton: string;
@@ -15,7 +15,7 @@ export type TagType = {
15
15
  id: string;
16
16
  value: string;
17
17
  };
18
- export type TagsInputSize = 's' | 'm' | 'l';
18
+ export type TagsInputSize = 's' | 'm';
19
19
  type DivProps = Omit<ComponentPropsWithoutRef<'div'>, 'onChange'>;
20
20
  /**
21
21
  * Prop types for TagsInput
@@ -110,7 +110,7 @@ export interface TextInputProps extends ComponentPropsWithoutRef<'div'> {
110
110
  /**
111
111
  * Input size.
112
112
  */
113
- size?: 's' | 'm' | 'l';
113
+ size?: 's' | 'm';
114
114
  /**
115
115
  * Optional tooltip text to display additional information.
116
116
  */