@amsterdam/design-system-tokens 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/index.css +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.json +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.scss +2 -2
- package/dist/index.theme.css +2 -2
- package/package.json +1 -1
- package/src/components/ams/description-list.tokens.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.13.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v0.12.0...design-system-tokens-v0.13.0) (2024-10-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703))
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) ([139d8cb](https://github.com/Amsterdam/design-system/commit/139d8cb5c8fc4ffc93a2283abeabda6b8364b7cc))
|
|
16
|
+
|
|
6
17
|
## [0.12.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v0.11.0...design-system-tokens-v0.12.0) (2024-10-25)
|
|
7
18
|
|
|
8
19
|
### ⚠ BREAKING CHANGES
|
package/dist/index.css
CHANGED
|
@@ -358,8 +358,8 @@
|
|
|
358
358
|
--ams-description-list-line-height: var(--ams-text-level-5-line-height);
|
|
359
359
|
--ams-description-list-row-gap: var(--ams-space-sm);
|
|
360
360
|
--ams-description-list-term-font-weight: var(--ams-text-font-weight-bold);
|
|
361
|
-
--ams-description-list-
|
|
362
|
-
--ams-description-list-
|
|
361
|
+
--ams-description-list-description-font-weight: var(--ams-text-font-weight-normal);
|
|
362
|
+
--ams-description-list-description-padding-inline-start: var(--ams-space-lg);
|
|
363
363
|
--ams-dialog-background-color: var(--ams-color-primary-white);
|
|
364
364
|
--ams-dialog-gap: var(--ams-space-md);
|
|
365
365
|
--ams-dialog-inline-size: calc(100% - 2 * var(--ams-space-grid-md));
|
package/dist/index.d.ts
CHANGED
package/dist/index.json
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -318,8 +318,8 @@ export const amsDescriptionListInverseColor = "#FFFFFF";
|
|
|
318
318
|
export const amsDescriptionListLineHeight = "1.6";
|
|
319
319
|
export const amsDescriptionListRowGap = "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)";
|
|
320
320
|
export const amsDescriptionListTermFontWeight = 800;
|
|
321
|
-
export const
|
|
322
|
-
export const
|
|
321
|
+
export const amsDescriptionListDescriptionFontWeight = 400;
|
|
322
|
+
export const amsDescriptionListDescriptionPaddingInlineStart = "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)";
|
|
323
323
|
export const amsDialogBackgroundColor = "#FFFFFF";
|
|
324
324
|
export const amsDialogBorder = "0";
|
|
325
325
|
export const amsDialogGap = "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)";
|
package/dist/index.scss
CHANGED
|
@@ -356,8 +356,8 @@ $ams-description-list-inverse-color: $ams-color-primary-white;
|
|
|
356
356
|
$ams-description-list-line-height: $ams-text-level-5-line-height;
|
|
357
357
|
$ams-description-list-row-gap: $ams-space-sm;
|
|
358
358
|
$ams-description-list-term-font-weight: $ams-text-font-weight-bold;
|
|
359
|
-
$ams-description-list-
|
|
360
|
-
$ams-description-list-
|
|
359
|
+
$ams-description-list-description-font-weight: $ams-text-font-weight-normal;
|
|
360
|
+
$ams-description-list-description-padding-inline-start: $ams-space-lg;
|
|
361
361
|
$ams-dialog-background-color: $ams-color-primary-white;
|
|
362
362
|
$ams-dialog-gap: $ams-space-md;
|
|
363
363
|
$ams-dialog-inline-size: calc(100% - 2 * $ams-space-grid-md);
|
package/dist/index.theme.css
CHANGED
|
@@ -358,8 +358,8 @@
|
|
|
358
358
|
--ams-description-list-line-height: var(--ams-text-level-5-line-height);
|
|
359
359
|
--ams-description-list-row-gap: var(--ams-space-sm);
|
|
360
360
|
--ams-description-list-term-font-weight: var(--ams-text-font-weight-bold);
|
|
361
|
-
--ams-description-list-
|
|
362
|
-
--ams-description-list-
|
|
361
|
+
--ams-description-list-description-font-weight: var(--ams-text-font-weight-normal);
|
|
362
|
+
--ams-description-list-description-padding-inline-start: var(--ams-space-lg);
|
|
363
363
|
--ams-dialog-background-color: var(--ams-color-primary-white);
|
|
364
364
|
--ams-dialog-gap: var(--ams-space-md);
|
|
365
365
|
--ams-dialog-inline-size: calc(100% - 2 * var(--ams-space-grid-md));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.13.0",
|
|
3
3
|
"author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
|
|
4
4
|
"description": "All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.",
|
|
5
5
|
"homepage": "https://designsystem.amsterdam/",
|