compote-ui 0.34.0 → 0.35.0
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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
<Carousel.ItemGroup
|
|
15
15
|
class={cn(
|
|
16
|
-
'flex min-w-0 flex-1 overflow-hidden rounded-lg [-ms-overflow-style:none] [
|
|
16
|
+
'flex min-w-0 flex-1 [scrollbar-width:none] overflow-hidden rounded-lg [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden',
|
|
17
17
|
className
|
|
18
18
|
)}
|
|
19
19
|
{...rest}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<ScrollArea.Viewport
|
|
14
14
|
{...rest}
|
|
15
15
|
class={cn(
|
|
16
|
-
'h-full overscroll-contain outline-none [
|
|
16
|
+
'h-full [scrollbar-width:none] overscroll-contain outline-none [&::-webkit-scrollbar]:hidden',
|
|
17
17
|
'focus-visible:ring-2 focus-visible:ring-ring',
|
|
18
18
|
className
|
|
19
19
|
)}
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export * as Carousel from './components/carousel';
|
|
|
11
11
|
export { default as Checkbox } from './components/checkbox/checkbox.svelte';
|
|
12
12
|
export { default as CheckboxGroup } from './components/checkbox/checkbox-group.svelte';
|
|
13
13
|
export { default as Combobox } from './components/combobox/combobox.svelte';
|
|
14
|
-
export * as DataTable from './components/data-table';
|
|
15
14
|
export * as Dialog from './components/dialog';
|
|
16
15
|
export { default as AlertDialog } from './components/dialog/alert-dialog.svelte';
|
|
17
16
|
export type { AlertDialogProps } from './components/dialog/dialog.types';
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,6 @@ export * as Carousel from './components/carousel';
|
|
|
10
10
|
export { default as Checkbox } from './components/checkbox/checkbox.svelte';
|
|
11
11
|
export { default as CheckboxGroup } from './components/checkbox/checkbox-group.svelte';
|
|
12
12
|
export { default as Combobox } from './components/combobox/combobox.svelte';
|
|
13
|
-
export * as DataTable from './components/data-table';
|
|
14
13
|
export * as Dialog from './components/dialog';
|
|
15
14
|
export { default as AlertDialog } from './components/dialog/alert-dialog.svelte';
|
|
16
15
|
export * as Drawer from './components/drawer';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "compote-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite dev --open",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"./theme.css": "./dist/theme.css"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@tanstack/svelte-table": "^9.0.0-alpha.
|
|
39
|
+
"@tanstack/svelte-table": "^9.0.0-alpha.45",
|
|
40
40
|
"svelte": "^5.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@sveltejs/package": "^2.5.7",
|
|
54
54
|
"@sveltejs/vite-plugin-svelte": "7.1.2",
|
|
55
55
|
"@tailwindcss/vite": "^4.2.4",
|
|
56
|
-
"@tanstack/svelte-table": "9.0.0-alpha.
|
|
56
|
+
"@tanstack/svelte-table": "9.0.0-alpha.45",
|
|
57
57
|
"@types/node": "^22.19.18",
|
|
58
58
|
"eslint": "^10.2.1",
|
|
59
59
|
"eslint-config-prettier": "^10.1.8",
|