Skip to content

Commit

Permalink
Merge pull request #72 from ConductionNL/feature/OP-135/radio-buttons
Browse files Browse the repository at this point in the history
feature/OP-135/radio-buttons
  • Loading branch information
remko48 authored Dec 7, 2023
2 parents 3082472 + 7c3d94b commit ec118ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Conduction's design tokens theme

- **Version 1**

- 1.0.59: Updated radio-button tokens in Rotterdam theme.
- 1.0.58: Added radio-button tokens in all themes.
- 1.0.57: Added navbar to logo tokens in all themes.
- 1.0.56:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"border-color": { "value": "var(--rotterdam-color-base-green)" },
"border-width": { "value": "5px" },
"background-color": { "value": "var(--rotterdam-color-base-white)" },
"color": { "value": "var(--rotterdam-color-base-green)" }
"color": { "value": "var(--rotterdam-color-base-white)" }
},
"disabled": {
"border-color": { "value": "var(--rotterdam-color-gray-tint-08)" },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conduction/theme",
"version": "1.0.58",
"version": "1.0.59",
"description": "Conduction's design tokens theme",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit ec118ee

Please sign in to comment.