myoperator-ui 0.0.176 → 0.0.177

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3001,7 +3001,7 @@ const TableHead = React.forwardRef<HTMLTableCellElement, TableHeadProps>(
3001
3001
  <th
3002
3002
  ref={ref}
3003
3003
  className={cn(
3004
- "h-12 px-4 text-left align-middle font-medium text-semantic-text-muted text-sm [&:has([role=checkbox])]:pr-0",
3004
+ "h-12 px-4 text-left align-middle font-semibold text-semantic-text-muted text-sm [&:has([role=checkbox])]:pr-0",
3005
3005
  sticky && "sticky left-0 bg-[var(--color-neutral-100)] z-10",
3006
3006
  sortDirection && "cursor-pointer select-none",
3007
3007
  className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.176",
3
+ "version": "0.0.177",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",