@spark-ui/collapsible 0.1.0 → 0.1.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.1](https://github.com/adevinta/spark/compare/@spark-ui/collapsible@0.1.0...@spark-ui/collapsible@0.1.1) (2024-06-10)
7
+
8
+ **Note:** Version bump only for package @spark-ui/collapsible
9
+
6
10
  # 0.1.0 (2024-06-07)
7
11
 
8
12
  ### Bug Fixes
@@ -1,7 +1,5 @@
1
- import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
2
  export interface CollapsibleTriggerProps extends ComponentPropsWithoutRef<'button'> {
3
3
  asChild?: boolean;
4
- children: ReactNode;
5
- className?: string;
6
4
  }
7
5
  export declare const Trigger: import("react").ForwardRefExoticComponent<CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -157,25 +157,6 @@
157
157
  "type": {
158
158
  "name": "boolean"
159
159
  }
160
- },
161
- "className": {
162
- "defaultValue": null,
163
- "description": "",
164
- "name": "className",
165
- "parent": {
166
- "fileName": "collapsible/src/CollapsibleTrigger.tsx",
167
- "name": "CollapsibleTriggerProps"
168
- },
169
- "declarations": [
170
- {
171
- "fileName": "collapsible/src/CollapsibleTrigger.tsx",
172
- "name": "CollapsibleTriggerProps"
173
- }
174
- ],
175
- "required": false,
176
- "type": {
177
- "name": "string"
178
- }
179
160
  }
180
161
  }
181
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/collapsible",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "An interactive component which expands/collapses a panel.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "@zag-js/collapsible": "^0.53.0",
49
49
  "@zag-js/react": "^0.53.0"
50
50
  },
51
- "gitHead": "5ab06446afc6e44e90583cff54175ab1fe01f6a0"
51
+ "gitHead": "96072f3ef236e62184f025c8781c108365c5ee97"
52
52
  }