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

@utyuzh_danil/ui-kitui-kit

v0.0.20

Published

- You can publish manually: 1. After made changes in the library you need to build new version, pack and deploy it to artifactory. 2. Install all dependencies from project hekate-artifactory. 3. Run script from package json: - Update ve

Downloads

4

Readme

UI-KIT

Create new version and deploying to artifactory

  • You can publish manually:
    1. After made changes in the library you need to build new version, pack and deploy it to artifactory.
    2. Install all dependencies from project hekate-artifactory.
    3. Run script from package json:
      • Update version of Ui-kit library in the package.json
      • Run npm run ui-kit:lib-build
      • After build npm run ui-kit:lib-pack
    4. After this command will be created archive with version of library ui-kit-X.XX.X.tgz. Publish to artifactory from the folder with archive:
      • Authentication for Artifactory (need once)
      • Go to the directory where the archive was generated, for example hekate-artifactory/libs/ui-kit/dest/ui-kit
      • run command npm publish ui-kit-X.XX.X.tgz
      • Also, you can check package in the artifactory-packages
  • Or in automatic mode
    1. Open terminal in the hekate-artifactory folder
    2. Execute command npm run ui-kit:publish

If you want to customize variables of the theme you can do follow:

  • Create custom variables: \

    $fa-text-h1-font: 600 14px 'Roboto', sans-serif;
    $fa-text-h2-font: 500 18px 'Roboto', sans-serif;
    $fa-text-h3-font: 500 18px 'Roboto', sans-serif;
    $fa-text-h4-font: 500 14px 'Roboto', sans-serif;
  • Then merge existing theme with custom variables:

    $newTheme: map-merge($vqo-mb-theme, (
    #{$--vq8-text-h1-font}: #{$fa-text-h1-font},
    #{$--vq8-text-h2-font}: #{$fa-text-h2-font},
    #{$--vq8-text-h3-font}: #{$fa-text-h3-font},
    #{$--vq8-text-h4-font}: #{$fa-text-h4-font},
    ));

All icons for download for icons font are located on Figma separated page:

  • https://www.figma.com/file/OR3WgYQHKmh0f2E43UL5Sr/VQ8-Platform-%2F-Atomic-Library-of-Elements?node-id=3915%3A14708&t=2Wvpmmj1r6EzRxNK-0

Add new icon:

  • copy icon_name.svg to directory hekate-artifactory/libs/ui-kit/src/lib/ui/icons/svg
  • run script generate-icons
    To check added icon you need run script storybook:serve and open Icons Preview page.

Generate country flag svg sprite:

  • cd hekate-artifactory\builds\build-icon-flags;
  • node index.js
  • Then will be generated sprite-flag.svg file in the libs/ui-kit/src/assets/icons/flags