Code Monkey home page Code Monkey logo

canada-design-system's Introduction

Canada πŸ‡¨πŸ‡¦

Canada is the Louffee's Design System intended to make beautiful UIs with a lot of UX touches 🧭.

A Design System is a collection of components that can be used to build UIs, following determined principles and styles, which are technically named tokens, and are also applied from design to code.

Overview

Inside the folder packages, the Design System is divided into several folders, each one containing one component or purpose.

Inside the same folder also can be found the variables and mixins files, which are used to define the tokens. As well as the global dev environment packages, such as the configurations for ESLint, Prettier and StyleLint.

Our status βš™οΈ

Environment Latest Status
Production Publish Production-Ready
Release Candidate Publish Release Candidate

Influences

Sure we don’t know everything, also we’re not trying to reinvent the wheel, so surely we have some influences that can be found in the hyperlinks below.

Naming

We know that naming stuff is the hardest thing on earth for developers, so we decided to use a naming convention to make it easier for us.

To the folders inside the component packages folder, we decided to use the following naming convention:

  • packages/@louffee-{component_name}

For global dev environment packages, we decided to use the following naming convention:

  • packages/@louffee-{config_original_3rd_package_name}-config

  • If the original 3rd party package name contains the namespace @ (for example: @namespace/package-name), we follow up the naming convention found in the @types namespace.

    • For example: @types/namespace__package-name.

For packages related to systems like a system for defining style, we add a -system suffix to the package name.

  • For example: packages/@louffee-{component_name}-system

canada-design-system's People

Contributors

dependabot[bot] avatar mrlemoos avatar renovate[bot] avatar

Stargazers

 avatar  avatar

canada-design-system's Issues

Create MediaQuery Component

Acceptance Criteria

  • The component must be bundled in an individual package named @louffee/canada-media-query.
  • The component must require the property when in which the media query string will be passed through.
  • The component must ease/suggest (via type check) the usage of the breakpoints to query the screen.

Create ContainedButton component

Inside of the @louffee/canada-button component package, develop a new variant of the element called ContainedButton whose background colour must be the theme's primary colour - main tone.

The contract must remain intact despite this new component.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Found renovate config warnings

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore: update dependency eslint-plugin-storybook to ^0.8.0
  • chore: update actions/setup-node action to v4
  • chore: update actions/upload-artifact action to v4
  • chore: update commitlint monorepo to v19 (major) (@commitlint/cli, @commitlint/config-conventional)
  • chore: update dependency @rollup/plugin-commonjs to v25
  • chore: update dependency @rollup/plugin-typescript to v11
  • chore: update dependency @storybook/addon-console to v3
  • chore: update dependency @testing-library/jest-dom to v6
  • chore: update dependency @testing-library/react to v14
  • chore: update dependency alex to v11
  • chore: update dependency babel-loader to v9
  • chore: update dependency cspell to v8
  • chore: update dependency eslint-plugin-jest-dom to v5
  • chore: update dependency eslint-plugin-prettier to v5
  • chore: update dependency eslint-plugin-regexp to v2
  • chore: update dependency eslint-plugin-security to v2
  • chore: update dependency eslint-plugin-testing-library to v6
  • chore: update dependency eslint-plugin-unicorn to v51
  • chore: update dependency gh-pages to v6
  • chore: update dependency husky to v9
  • chore: update dependency lint-staged to v15
  • chore: update dependency node to v20
  • chore: update dependency prettier to v3
  • chore: update dependency react-docgen to v7
  • chore: update dependency react-icons to v5
  • chore: update dependency rimraf to v5
  • chore: update dependency rollup to v4
  • chore: update dependency rollup-plugin-dts to v6
  • chore: update dependency stylelint to v16
  • chore: update dependency stylelint-config-standard to v36
  • chore: update dependency typescript to v5
  • chore: update github/codeql-action action to v3
  • chore: update oxsecurity/megalinter action to v7
  • chore: update peter-evans/create-pull-request action to v6
  • chore: update stefanzweifel/git-auto-commit-action action to v5
  • chore: update storybook monorepo to v8 (major) (@storybook/addon-a11y, @storybook/addon-actions, @storybook/addon-docs, @storybook/addon-essentials, @storybook/addon-interactions, @storybook/addon-links, @storybook/addon-storysource, @storybook/react)
  • chore: update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • πŸ” Create all rate-limited PRs at once πŸ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/docs-test.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/eslint.yaml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/mega-linter.yml
  • actions/checkout v3
  • oxsecurity/megalinter v6
  • actions/upload-artifact v3
  • peter-evans/create-pull-request v4
  • stefanzweifel/git-auto-commit-action v4
.github/workflows/potential-duplicated-issues.yml
  • wow-actions/potential-duplicates v1
.github/workflows/pr-triage-dummy.yml
.github/workflows/pr-triage.yml
  • wow-actions/pr-triage v1
.github/workflows/publish.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @babel/cli ^7.18.9
  • @babel/core ^7.18.9
  • @babel/preset-env ^7.18.9
  • @babel/preset-react ^7.18.6
  • @babel/preset-typescript ^7.18.6
  • @babel/runtime ^7.18.9
  • @commitlint/cli ^17.0.3
  • @commitlint/config-conventional ^17.0.3
  • @rollup/plugin-babel ^5.3.1
  • @rollup/plugin-commonjs ^22.0.1
  • @rollup/plugin-node-resolve ^13.3.0
  • @rollup/plugin-typescript ^8.3.3
  • @storybook/addon-a11y ^6.5.12
  • @storybook/addon-actions ^6.5.12
  • @storybook/addon-console ^1.2.3
  • @storybook/addon-docs ^6.5.12
  • @storybook/addon-essentials ^6.5.12
  • @storybook/addon-interactions ^6.5.12
  • @storybook/addon-links ^6.5.12
  • @storybook/addon-postcss ^2.0.0
  • @storybook/addon-storysource ^6.5.12
  • @storybook/builder-webpack4 ^6.5.12
  • @storybook/manager-webpack4 ^6.5.12
  • @storybook/react ^6.5.12
  • @storybook/testing-library ^0.0.13
  • @testing-library/jest-dom ^5.16.4
  • @testing-library/react ^13.3.0
  • @testing-library/user-event ^14.3.0
  • @types/jest ^28.1.6
  • @typescript-eslint/eslint-plugin ^5.33.1
  • @typescript-eslint/parser ^5.33.1
  • alex ^10.0.0
  • babel-jest ^28.1.3
  • babel-loader ^8.2.5
  • babel-node ^0.0.1-security
  • commitizen ^4.2.5
  • cspell ^6.8.1
  • eslint ^8.20.0
  • eslint-config-louffee ^2.3.6
  • eslint-plugin-compat ^4.0.2
  • eslint-plugin-import ^2.26.0
  • eslint-plugin-jest ^26.8.3
  • eslint-plugin-jest-dom ^4.0.2
  • eslint-plugin-jsx-a11y ^6.6.1
  • eslint-plugin-prettier ^4.2.1
  • eslint-plugin-promise ^6.0.1
  • eslint-plugin-react ^7.30.1
  • eslint-plugin-react-hooks ^4.6.0
  • eslint-plugin-react-native ^4.0.0
  • eslint-plugin-regexp ^1.9.0
  • eslint-plugin-security ^1.5.0
  • eslint-plugin-storybook ^0.6.4
  • eslint-plugin-testing-library ^5.6.0
  • eslint-plugin-unicorn ^43.0.2
  • gh-pages ^4.0.0
  • gulp ^4.0.2
  • gulp-eslint ^6.0.0
  • husky ^8.0.1
  • jest ^28.1.3
  • jest-environment-jsdom ^28.1.3
  • lerna ^5.0.0
  • lint-staged ^13.0.3
  • markdownlint ^0.26.1
  • nx 14.5.1
  • postcss ^8.4.14
  • postcss-syntax ^0.36.2
  • prettier ^2.7.1
  • prettier-config-louffee ^0.1.0
  • quebec ^0.3.0
  • react-docgen ^5.4.3
  • react-dom ^18.2.0
  • react-test-renderer ^18.2.0
  • rimraf ^3.0.2
  • rollup ^2.77.0
  • rollup-plugin-dts ^4.2.2
  • rollup-plugin-peer-deps-external ^2.2.4
  • rollup-plugin-postcss ^4.0.2
  • rollup-plugin-terser ^7.0.2
  • rollup-plugin-typescript2 ^0.32.1
  • rollup-plugin-uglify ^6.0.4
  • rollup-watch ^4.3.1
  • stylelint ^14.9.1
  • stylelint-config-louffee ^0.1.3
  • stylelint-config-prettier ^9.0.3
  • stylelint-config-standard ^26.0.0
  • ts-jest ^28.0.7
  • ts-node ^10.9.1
  • turbo ^1.4.3
  • typescript ^4.7.4
  • typings ^2.1.1
packages/@louffee-backdrop/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-button/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-card/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-circular-progress/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-divider/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-form/package.json
  • @emotion/cache ^11.9.3
  • @emotion/css ^11.9.0
  • @emotion/react ^11.9.3
  • final-form ^4.20.7
  • react-final-form ^6.5.9
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-global-hooks/package.json
  • quebec ^0.3.0
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-icon/package.json
  • @emotion/cache ^11.9.3
  • @emotion/css ^11.9.0
  • @emotion/react ^11.9.3
  • react-icons ^4.4.0
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-input/package.json
  • @emotion/cache ^11.9.3
  • @emotion/css ^11.9.0
  • @emotion/react ^11.9.3
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-masks/package.json
packages/@louffee-media-query/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-popover/package.json
  • @radix-ui/react-popover ^1.0.0
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-range-slider/package.json
  • @emotion/cache ^11.9.3
  • @emotion/css ^11.9.0
  • @emotion/react ^11.9.3
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-react-utils/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-sidebar/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-style-system/package.json
  • @emotion/cache ^11.9.3
  • @emotion/css ^11.9.0
  • @emotion/react ^11.9.3
  • @emotion/styled ^11.9.3
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-text-field/package.json
  • @emotion/cache ^11.9.3
  • @emotion/css ^11.9.0
  • @emotion/react ^11.9.3
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-tooltip/package.json
  • @radix-ui/react-tooltip ^1.0.0
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-top-bar/package.json
  • @types/react ^18.0.15
  • react ^18.2.0
packages/@louffee-typography/package.json
  • react ^18.2.0
  • @types/react ^18.0.15
packages/@louffee-utility-classes/package.json
nvm
.nvmrc
  • node v18.4.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.