mirror of
https://github.com/penpot/penpot.git
synced 2026-09-03 02:28:53 +00:00
* ⬆️ Update pnpm and its deps * ⬆️ Update JVM dependencies in backend and common Update several JVM dependencies across backend and common: - passay 1.6.6 -> 2.0.0 (package reorg, ctor-based rules) - siphash 2.0.0 -> 3.0.0 (SipHasher* renamed to SipHash*) - lettuce-core, guava, sqlite-jdbc, jsoup, lz4-java, markdown-clj, awssdk s3/sts, selmer, jackson-core/databind, shadow-cljs Adapt passay validation to the new API (moved packages, constructor configuration) and siphash to the renamed classes. Add tests for password validation and UUID advisory-lock hashing. AI-assisted-by: deepseek-v4-flash * ⬆️ Update node on docker images * 📎 Minor fixes related to pnpm12 compatibility
Penpot plugin-styles
This plugin contains a CSS file to help build the UI for Penpot plugins.
Getting started
Install the package:
npm install @penpot/plugin-styles
Import the CSS file into your project:
@import '@penpot/plugin-styles/styles.css';
Usage
For detailed examples and to see how to use the styles and components, visit the documentation at:
Penpot Plugin Styles Documentation
Icons
We recommend using Feather icons for Penpot plugins to ensure consistency with Penpot's design.
You can find Feather icons at: Feather Icons