fluid-primitives 0.17.2-next.4.ea462ad → 0.17.2-next.5.6ffcea8

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/dist/accordion.js CHANGED
@@ -5,10 +5,7 @@ import * as accordion from "@zag-js/accordion";
5
5
  var Accordion = class extends Component {
6
6
  static name = "accordion";
7
7
  initMachine(props) {
8
- return new Machine(accordion.machine, {
9
- collapsible: true,
10
- ...props
11
- });
8
+ return new Machine(accordion.machine, { ...props });
12
9
  }
13
10
  initApi() {
14
11
  return accordion.connect(this.machine.service, normalizeProps);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-primitives",
3
- "version": "0.17.2-next.4.ea462ad",
3
+ "version": "0.17.2-next.5.6ffcea8",
4
4
  "description": "Client-side library for Fluid Primitives.",
5
5
  "type": "module",
6
6
  "license": "MIT",