npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@nl-design-system-community/purmerend-design-tokens

v1.1.3

Published

NL Design System design tokens voor Purmerend thema

Downloads

505

Readme

NL Design System thema voor gemeente Purmerend

Stappenplan

  1. Kopieer basis-design-tokens/figma/figma.tokens.json naar naar figma/figma.tokens.json van de directory van het nieuwe thema.
  2. Maak onder brand een object met de prefix van het nieuwe thema. Bijvoorbeeld: { "brand": { "example": { } } }
  3. Ga naar projectwallace.com, en klik op "Design Tokens".
  4. Vul de domeinnaam in: purmerend.nl, en klik op "Analyze URL"
  5. Verwijder het "Easing" gedeelte.
  6. Hernoem "Color" naar "color".
  7. Onderzoek welke fonts in gebruik zijn. Zoek op npmjs.com of de fonts beschikbaar zijn als npm package. De pakketjes van @fontsource/ werken altijd goed. Installeer de font als dependency bij de npm package van het thema. Bijvoorbeeld: pnpm add --save.
  8. Onderzoek welke varianten van elke font-family in gebruik zijn. Bijvoorbeeld door in een browser met Developer Tools elementen te inspecteren die er wat betreft lettertype, dikte of cursivering er anders uit zien.
  9. Voeg een import toe voor elke variant die nodig is. Anders krijg je minder leesbare bold en italic tekst.

Design Tokens instellen

  1. Ga naar een pagina met een standaard tekstartikel. Speciale pagina's zoals de homepage zijn meestal niet representatief om de basis van je huisstijl mee in te stellen.
  2. Inspecteer in de browser de font-family van Paragraph componenten, in de gewone lopende tekst. Stel basis.typography.font-family.default in op het standaard font.
  3. Inspecteer de color van lopende tekst. Kopieer de kleur, en zoek de kleur op in de Color Design Tokens pagina van deze huisstijl in Storybook. Kopieer de referentie (bijvoorbeeld: {example.color.gray-42.value}), en gebruik deze design token om utrecht.document.color in te vullen.
  4. Zoek een Link component op in de pagina. Inspecteer de kleur en vind de de color design token. Vul deze in bij utrecht.link.color.
  5. Zoek van de link Link ook de kleur op van de hover state. Vul deze in bij utrecht.link.hover.color.
  6. Zoek een pagina op waar een Button staat. Bijvoorbeeld bij een formulier. Begin bij een belangrijke button op, zoals de "Verzend" Button. Zoek de kleur design token op van de color en background-color. Bekijk details waarvoor de kleur geschikt is.
    • Als de kleur geschikt is als achtergrondkleur, stel de kleur dan in bij:
      • basis.interaction.color
      • basis.interaction.active.color
      • basis.interaction.hover.color
      • utrecht.button.primary-action.background-color
      • utrecht.button.primary-action.color
    • Als de kleur geschikt is als voorgrondkleur, stel de kleur dan in bij:
      • ...

Later:

  1. Inspecteer in de browser de font-family van Heading componenten (kopteksten). Stel utrecht.heading.font-family in op het heading font. (Dit wordt later nl.heading.font-family).