@harborclient/sdk 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 1.3.2 - 2026-07-26
8
+
9
+ - Add dismissedRequestEditorNotices to general settings. (`22551faa`)
10
+
7
11
  ## 1.3.0 - 2026-07-26
8
12
 
9
13
  - Enhance release workflows with concurrency and rebase logic. (`e26c79de`)
@@ -41,7 +41,7 @@ export function SegmentShell({ shape, tone = 'path', grow = false, className, ch
41
41
  const layoutClass = cn('hc-breadcrumb-segment relative flex min-h-[26px] min-w-0 items-center py-2', grow ? 'min-w-[6rem] flex-1' : 'max-w-[45%] shrink-0', hasChevron && shape !== 'last' && '-mr-[6px]', !needsLeadingInset && 'pl-5', 'pr-5', className);
42
42
  const content = _jsx("div", { className: "relative w-full min-w-0 truncate", children: children });
43
43
  if (usesPillCap) {
44
- return (_jsxs("div", { className: cn(layoutClass, 'overflow-hidden', shape === 'only' ? 'rounded-full!' : 'rounded-l-full!'), style: needsLeadingInset ? { paddingLeft: `${CHEVRON_PX + 16}px` } : undefined, children: [_jsx("div", { "aria-hidden": true, className: cn('pointer-events-none absolute inset-0', toneClass), style: clipPath !== 'none' ? { clipPath } : undefined }), content] }));
44
+ return (_jsxs("div", { className: cn(layoutClass, 'overflow-hidden', shape === 'only' ? 'rounded-full!' : 'rounded-lg!'), style: needsLeadingInset ? { paddingLeft: `${CHEVRON_PX + 16}px` } : undefined, children: [_jsx("div", { "aria-hidden": true, className: cn('pointer-events-none absolute inset-0', toneClass), style: clipPath !== 'none' ? { clipPath } : undefined }), content] }));
45
45
  }
46
46
  return (_jsx("div", { className: cn(layoutClass, toneClass), style: {
47
47
  ...(clipPath !== 'none' ? { clipPath } : {}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harborclient/sdk",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "TypeScript SDK for HarborClient development.",
5
5
  "keywords": [
6
6
  "harborclient",