@agentero/design-system 0.23.2 → 0.23.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentero/design-system",
3
- "version": "0.23.2",
3
+ "version": "0.23.4",
4
4
  "description": "A React component library built with Tailwind CSS v4 and Radix UI primitives",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -130,6 +130,11 @@
130
130
  "react-dom": "^19.2.4",
131
131
  "tailwindcss": "^4.0.0"
132
132
  },
133
+ "peerDependenciesMeta": {
134
+ "@tanstack/react-table": {
135
+ "optional": true
136
+ }
137
+ },
133
138
  "dependencies": {
134
139
  "@radix-ui/react-accordion": "^1.2.14",
135
140
  "@radix-ui/react-avatar": "^1.1.11",
@@ -111,7 +111,7 @@ v.displayName = "Table.Row";
111
111
  var y = r({
112
112
  base: `h-12 border-b border-border-default-base-primary text-left align-middle text-sm font-light whitespace-nowrap text-text-default-base-tertiary ${s}`,
113
113
  variants: { sticky: {
114
- true: "sticky top-0 z-[1] bg-bg-default-base-primary",
114
+ true: "sticky top-0 z-[1] border-b-0 bg-bg-default-base-primary shadow-[inset_0_-1px_0_var(--color-border-default-base-primary)]",
115
115
  false: ""
116
116
  } }
117
117
  }), b = ({ className: t, ...n }) => {