compote-ui 0.43.2 → 0.43.3

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.
@@ -42,7 +42,6 @@
42
42
  <Popover.Content class="w-56 p-2" showArrow={false}>
43
43
  <div class="border-b border-surface-3 px-2 pb-2">
44
44
  <Checkbox
45
- size="sm"
46
45
  label="All columns"
47
46
  checked={allColumnsVisibilityState}
48
47
  onCheckedChange={({ checked }) => table.toggleAllColumnsVisible(checked === true)}
@@ -55,7 +54,6 @@
55
54
  <div class="flex flex-col">
56
55
  {#each allLeafColumns as column (column.id)}
57
56
  <Checkbox
58
- size="md"
59
57
  label={getColumnLabel(column)}
60
58
  class="min-h-8 rounded-sm px-2 hover:bg-surface-2"
61
59
  checked={columnVisibility[column.id] !== false}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compote-ui",
3
- "version": "0.43.2",
3
+ "version": "0.43.3",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev --open",