kempo-ui 0.0.25 → 0.0.26

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.
@@ -155,10 +155,7 @@
155
155
  <k-card>
156
156
  <h3 id="accordion-ref" class="bb pb">Accordion</h3>
157
157
  <h4>Properties</h4>
158
- <ul>
159
- <li><code>multiple: boolean</code> — If present, allows multiple panels to be open.</li>
160
- <li><code>persistentId: string</code> — If set, open panel state is saved/restored via localStorage.</li>
161
- </ul>
158
+ <li><code>multiple: boolean</code> — If present, allows multiple panels to be open.</li>
162
159
  <h4>Methods</h4>
163
160
  <ul>
164
161
  <li><code>getHeader(panelName): HTMLElement | null</code></li>
@@ -177,9 +174,9 @@
177
174
  <h3 id="accordion-header-ref" class="bb pb">AccordionHeader</h3>
178
175
  <h4>Properties</h4>
179
176
  <ul>
180
- <li><code>forPanel: string</code> — The panel name this header controls.</li>
181
- <li><code>active: boolean</code> — Whether this header is active.</li>
182
- <li><code>accordion: Accordion | null</code> <i>(read only)</i> — Parent accordion.</li>
177
+ <li><code>forPanel: string</code> The panel name this header controls.</li>
178
+ <li><code>active: boolean</code> Whether this header is active.</li>
179
+ <li><code>accordion: Accordion | null</code> <i>(read only)</i> Parent accordion.</li>
183
180
  </ul>
184
181
  <h4>Event Handlers</h4>
185
182
  <ul>
@@ -191,13 +188,13 @@
191
188
  <h3 id="accordion-panel-ref" class="bb pb">AccordionPanel</h3>
192
189
  <h4>Properties</h4>
193
190
  <ul>
194
- <li><code>name: string</code> — Unique panel identifier.</li>
195
- <li><code>active: boolean</code> — Whether this panel is open.</li>
196
- <li><code>transitioning: boolean</code> — Whether this panel is animating.</li>
191
+ <li><code>name: string</code> Unique panel identifier.</li>
192
+ <li><code>active: boolean</code> Whether this panel is open.</li>
193
+ <li><code>transitioning: boolean</code> Whether this panel is animating.</li>
197
194
  </ul>
198
195
  <h4>Methods</h4>
199
196
  <ul>
200
- <li><code>accordion: Accordion | null</code> (getter) — Returns parent accordion.</li>
197
+ <li><code>accordion: Accordion | null</code> (getter) Returns parent accordion.</li>
201
198
  </ul>
202
199
 
203
200
  <h3 id="events"><a href="#events" class="no-link">Events</a></h3>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kempo-ui",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "description": "A Lit based web-component library",
6
6
  "main": "index.js",