@makolabs/ripple 0.0.1-dev.35 → 0.0.1-dev.36

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.
@@ -18,6 +18,7 @@
18
18
  icon: Icon = undefined,
19
19
  iconPosition = 'start',
20
20
  bordered = true,
21
+ id = 'accordion-item',
21
22
  onexpand = () => {},
22
23
  oncollapse = () => {}
23
24
  }: AccordionProps = $props();
package/dist/index.d.ts CHANGED
@@ -722,6 +722,7 @@ export type ProgressProps = {
722
722
  };
723
723
  export { default as Progress } from './elements/progress/Progress.svelte';
724
724
  export type AccordionProps = {
725
+ id?: string;
725
726
  title?: string;
726
727
  description?: string;
727
728
  children?: Snippet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "0.0.1-dev.35",
3
+ "version": "0.0.1-dev.36",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "repository": {
6
6
  "type": "git",