@florid-kit/components 2.3.2 → 2.3.3

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.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -4213,6 +4213,7 @@
4213
4213
  <button
4214
4214
  id=${this.headerId}
4215
4215
  class="header"
4216
+ part="header"
4216
4217
  aria-expanded="${this.expanded?"true":"false"}"
4217
4218
  aria-controls=${this.panelId}
4218
4219
  ?disabled=${this.disabled}
package/index.mjs CHANGED
@@ -7130,6 +7130,7 @@ let k6 = 0, H1 = class extends p {
7130
7130
  <button
7131
7131
  id=${this.headerId}
7132
7132
  class="header"
7133
+ part="header"
7133
7134
  aria-expanded="${this.expanded ? "true" : "false"}"
7134
7135
  aria-controls=${this.panelId}
7135
7136
  ?disabled=${this.disabled}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",