@rogieking/figui3 6.9.1 → 6.9.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 (2) hide show
  1. package/fig.js +1 -0
  2. package/package.json +1 -1
package/fig.js CHANGED
@@ -14560,6 +14560,7 @@ customElements.define("fig-header", FigHeader);
14560
14560
  * fig-footer
14561
14561
  * @element fig-footer
14562
14562
  * @attr {boolean} borderless - Removes the top border
14563
+ * @attr {boolean} sticky - Pins the footer to the bottom of its scroll container
14563
14564
  */
14564
14565
  class FigFooter extends HTMLElement {}
14565
14566
  customElements.define("fig-footer", FigFooter);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "6.9.1",
3
+ "version": "6.9.3",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",