@harborclient/sdk 1.1.3 → 1.1.4

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.
@@ -5,5 +5,5 @@ import { cn } from '../utils.js';
5
5
  * Spacing such as top margin is left to callers via `className`.
6
6
  */
7
7
  export function EmptySectionLabel({ label, className, ...props }) {
8
- return (_jsx("span", { ...props, className: cn('hc-empty-section-label mx-auto my-2 w-[90%] rounded-full border border-separator py-1 text-center text-[14px] text-muted uppercase', className), children: label }));
8
+ return (_jsx("span", { ...props, className: cn('hc-empty-section-label mx-auto my-2 w-[90%] rounded-full border border-dashed border-separator py-1 text-center text-[14px] text-muted uppercase', className), children: label }));
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harborclient/sdk",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "TypeScript SDK for HarborClient development.",
5
5
  "keywords": [
6
6
  "harborclient",