Skip to content

Commit

Permalink
Merge pull request #75 from ConductionNL/feature/NDT-39/OpenCatalogi
Browse files Browse the repository at this point in the history
feature/NDT-39/OpenCatalogi
  • Loading branch information
remko48 authored Dec 12, 2023
2 parents f84c8f2 + 91459d3 commit 539d18f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 43 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.61: Updated OpenCatalogi theme tokens.
- 1.0.60:
- Removed opacity token from tooltip tokens in all themes.
- Added OpenCatalogi theme based on Rotterdam theme.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"value": "14px !important"
},
"font-weight": {
"value": "{opencatalogi.typography.weight-scale.bold.font-weight}"
"value": "{opencatalogi.typography.weight-scale.normal.font-weight}"
},
"line-height": {},
"padding-block": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"utrecht": {
"separator": {
"color": { "value": "{opencatalogi.color.gray.tint-01}" },
"block-size": { "value": "2px" },
"margin-block-end": { "value": "0px" },
"margin-block-start": { "value": "0px" }
}
}
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"padding-block-start": { "value": "12px" },
"padding-inline-end": { "value": "16px" },
"padding-inline-start": { "value": "16px" },
"max-inline-size": { "value": "320px" },
"placeholder": {
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
},
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.60",
"version": "1.0.61",
"description": "Conduction's design tokens theme",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 539d18f

Please sign in to comment.