Releases: Volksverpetzer/vvp_design_system
Releases · Volksverpetzer/vvp_design_system
Release list
@volksverpetzer/ui-web@0.4.1
Patch Changes
0b436b5- Add the missinglicensefield (MIT) — npm was showing "UNKNOWN" for both packages since neitherpackage.jsondeclared one. Also adds aLICENSEfile at the repo root.
@volksverpetzer/design-tokens@0.4.1
Patch Changes
0b436b5- Add the missinglicensefield (MIT) — npm was showing "UNKNOWN" for both packages since neitherpackage.jsondeclared one. Also adds aLICENSEfile at the repo root.
@volksverpetzer/ui-web@0.4.0
@volksverpetzer/design-tokens@0.4.0
Minor Changes
-
#7
7d16c95Thanks @rejas! - Add anelevationtoken category (xs/sm/md/lg) for neutral
drop-shadows, sovvp_appdoesn't have to hand-rollboxShadow/elevation
values per component.xsandsmare sourced directly fromvvp_app's
existing card-lift and floating-button shadows, not invented —md/lg
extend the same progression for overlays/modals.- CSS:
@volksverpetzer/design-tokens/css/elevation.css— ready-to-use
--vvp-elevation-*box-shadowvalues. - React Native:
elevationfrom@volksverpetzer/design-tokens/rn/shared—
each step hasoffsetY/blur/opacity/androidplus a pre-assembled
boxShadowstring for the RN "New Architecture"boxShadowView style
prop.
Color is always neutral black — brand-colored shadows (e.g. a pink CTA
glow) stay local/hand-written, not part of this scale. - CSS:
@volksverpetzer/ui-web@0.3.0
Minor Changes
- #4
ff84e41Thanks @rejas! - AddProgressBar, a campaign donation progress bar with one segment by
default (0 togoal) or multiple stacked segments viamilestonesfor
campaigns with stretch goals. Styling (pink gradient fill, rounded pill
track) matchesvvp_divi5_extensions' existingCampaignProgressmodule,
now built on the shared--vvp-*tokens instead of a local copy.
@volksverpetzer/design-tokens@0.3.0
Minor Changes
cdacf9c- Add a plain-CSS export with the--brand-*WP-admin override hook (./css/volksverpetzer-brand.css,./css/mimikama-brand.css), alongside the existing.scssone. The plain./css/volksverpetzer.cssexport has no override hook and different variable names (--vvp-primaryvs--vvp-color-primary) — consumers that need the overridable form without using Sass (e.g. vvp_divi5_extensions, after dropping Sass) need this instead.
@volksverpetzer/ui-web@0.2.0
Minor Changes
2f41df1- Addaccentvariant to Button, for donation/campaign CTAs that use the pink brand accent instead of primary blue (e.g. vvp_divi5_extensions's campaign-donate module and the crowdfunding site's donate button).
@volksverpetzer/design-tokens@0.2.0
Minor Changes
0c743e0- Add an SCSS export for the radius scale (./scss/radius.scss), alongside the existing CSS one. Sass doesn't inline@import "foo.css"at build time, so consumers using the radius scale via Sass (e.g. vvp_divi5_extensions) need a real.scssfile the way colors already have.