@trycompai/design-system 1.0.32 → 1.0.33

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": "@trycompai/design-system",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Design system for Comp AI - shadcn-style components with Tailwind CSS",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -191,7 +191,7 @@ function Table({
191
191
  {...props}
192
192
  />
193
193
  </div>
194
- {paginationContent && (
194
+ {pagination && (
195
195
  <div
196
196
  data-slot="table-pagination"
197
197
  data-has-size={showPageSizeSelector ? 'true' : 'false'}