diff --git a/README.md b/README.md index f0092b3c..b4811258 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json b/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json index d01c3db2..fa9314fb 100644 --- a/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +++ b/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json @@ -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": { diff --git a/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json b/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json new file mode 100644 index 00000000..3731759f --- /dev/null +++ b/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json @@ -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" } + } + } +} diff --git a/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-counter.tokens.json b/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-counter.tokens.json deleted file mode 100644 index 8365bde7..00000000 --- a/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-counter.tokens.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "utrecht": { - "badge-counter": { - "border-radius": { "value": "2em" }, - "color": {}, - "font-size": {}, - "font-weight": { "value": "400" }, - "padding-block-end": { "value": "5px" }, - "padding-inline-start": { "value": "5px" } - } - } -} diff --git a/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge.tokens.json b/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge.tokens.json deleted file mode 100644 index 4ee616ad..00000000 --- a/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge.tokens.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "utrecht": { - "badge": { - "background-color": { - "value": "{opencatalogi.color.blue.tint-03}" - }, - "border-radius": { - "value": "0" - }, - "color": { - "value": "{opencatalogi.color.base.white}" - }, - "font-size": { - "value": "12px" - }, - "font-weight": { - "value": "{opencatalogi.typography.weight-scale.bold.font-weight}" - }, - "line-height": {}, - "padding-block": { - "value": "2px" - }, - "padding-inline": { - "value": "8px" - }, - "text-transform": {} - } - } -} diff --git a/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json b/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json index 9742426b..6cc12ca3 100644 --- a/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +++ b/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json @@ -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}" } }, diff --git a/package.json b/package.json index 92ee8ed6..f6eff411 100644 --- a/package.json +++ b/package.json @@ -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": {