Skip to content

Commit

Permalink
Merge pull request #90 from ConductionNL/development
Browse files Browse the repository at this point in the history
Development to main, week 1
  • Loading branch information
remko48 authored Jan 8, 2024
2 parents eaf61ac + d4f813a commit 0a3902e
Show file tree
Hide file tree
Showing 202 changed files with 489,568 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist/
node_modules/
municipalities/rotterdam-design-tokens/node_modules/
municipalities/rotterdam-design-tokens/package-lock.json
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Conduction's design tokens theme

- **Version 1.1 (breaking changes from 1.0.x)**

- 1.1.12: Added dist folder to all themes.
- 1.1.11: ReAdded Zuiddrecht theme.
- 1.1.10: Removed Zuiddrecht theme.
- 1.1.9: Removed warnings in Zuiddrecht theme.
- 1.1.6 / 1.1.7 / 1.1.8: Added Zuiddrecht theme.
- 1.1.5: Added Gouda theme.
- 1.1.4:
- Added disabled Button tokens in all themes.
Expand Down
594 changes: 594 additions & 0 deletions conduction-design-tokens/dist/design-tokens.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions conduction-design-tokens/dist/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Place any @font-face definitions here */
@font-face {
font-family: "Aldritch";
src: url("../src/font/Aldritch.woff2") format("woff2");
}
7 changes: 7 additions & 0 deletions conduction-design-tokens/dist/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* @license SEE LICENSE.md
* Copyright (c) 2021 NL Design System Community
* All rights reserved
*/
@import "./design-tokens.css";
@import "./font.css";
592 changes: 592 additions & 0 deletions conduction-design-tokens/dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0a3902e

Please sign in to comment.