@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.
- package/fig.js +1 -0
- 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