@amsterdam/design-system-tokens 0.1.8 → 0.3.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 +37 -0
- package/dist/_variables.scss +274 -163
- package/dist/index.css +274 -163
- package/dist/index.d.ts +255 -144
- package/dist/index.js +261 -150
- package/dist/index.json +260 -149
- package/dist/index.tokens.json +455 -297
- package/dist/root.css +274 -163
- package/dist/tokens.d.ts +442 -284
- package/dist/tokens.js +5618 -3116
- package/dist/variables.less +274 -163
- package/package.json +3 -3
- package/src/brand/amsterdam/typography.tokens.json +62 -84
- package/src/common/amsterdam/border.tokens.json +3 -9
- package/src/common/amsterdam/link-appearance.tokens.json +31 -0
- package/src/common/amsterdam/spacing.tokens.json +4 -12
- package/src/components/amsterdam/accordion.tokens.json +8 -9
- package/src/components/amsterdam/alert.tokens.json +6 -5
- package/src/components/amsterdam/blockquote.tokens.json +6 -5
- package/src/components/amsterdam/breadcrumb.tokens.json +21 -34
- package/src/components/amsterdam/button.tokens.json +11 -19
- package/src/components/amsterdam/card.tokens.json +6 -2
- package/src/components/amsterdam/checkbox.tokens.json +27 -73
- package/src/components/amsterdam/dialog.tokens.json +6 -5
- package/src/components/amsterdam/form-label.tokens.json +6 -5
- package/src/components/amsterdam/grid.tokens.json +5 -11
- package/src/components/amsterdam/header.tokens.json +7 -0
- package/src/components/amsterdam/heading.tokens.json +44 -28
- package/src/components/amsterdam/icon.tokens.json +29 -28
- package/src/components/amsterdam/link.tokens.json +43 -45
- package/src/components/amsterdam/mark.tokens.json +7 -0
- package/src/components/amsterdam/ordered-list.tokens.json +6 -5
- package/src/components/amsterdam/page-heading.tokens.json +9 -8
- package/src/components/amsterdam/page-menu.tokens.json +13 -9
- package/src/components/amsterdam/pagination.tokens.json +17 -18
- package/src/components/amsterdam/paragraph.tokens.json +22 -19
- package/src/components/amsterdam/search-field.tokens.json +47 -0
- package/src/components/amsterdam/skip-link.tokens.json +20 -0
- package/src/components/amsterdam/spotlight.tokens.json +30 -0
- package/src/components/amsterdam/switch.tokens.json +10 -30
- package/src/components/amsterdam/text-input.tokens.json +36 -0
- package/src/components/amsterdam/top-task-link.tokens.json +25 -47
- package/src/components/amsterdam/unordered-list.tokens.json +6 -5
- package/src/components/utrecht/button.tokens.json +25 -75
- package/src/components/amsterdam/highlight.tokens.json +0 -46
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,43 @@
|
|
|
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.3.0](https://github.com/Amsterdam/design-system/compare/@amsterdam/design-system-tokens@0.2.0...@amsterdam/design-system-tokens@0.3.0) (2023-12-22)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* Rename ‘Highlight’ component to ‘Spotlight’ (#929)
|
|
11
|
+
* Update line heights and text levels (#898)
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Add Header Component ([#807](https://github.com/Amsterdam/design-system/issues/807)) ([34abcd0](https://github.com/Amsterdam/design-system/commit/34abcd07a849fda94fd46bf995b540e20928c2bf))
|
|
16
|
+
* Add Search Field component ([#892](https://github.com/Amsterdam/design-system/issues/892)) ([dd1a437](https://github.com/Amsterdam/design-system/commit/dd1a437d46c4ac7d43d64f7c1acadecc377e7928))
|
|
17
|
+
* Add Skip link component ([#988](https://github.com/Amsterdam/design-system/issues/988)) ([82323b5](https://github.com/Amsterdam/design-system/commit/82323b594c7fba99819cf6873227ca3dcd084315))
|
|
18
|
+
* Add text input component ([#912](https://github.com/Amsterdam/design-system/issues/912)) ([d4401cc](https://github.com/Amsterdam/design-system/commit/d4401ccf9d41d5c8a48ec32d63cdaabec549d5f2))
|
|
19
|
+
* Introduce ‘Mark’ component ([#933](https://github.com/Amsterdam/design-system/issues/933)) ([d399454](https://github.com/Amsterdam/design-system/commit/d399454ed729a595cab902c83e54d61e3c2aaf71))
|
|
20
|
+
* Rename ‘Highlight’ component to ‘Spotlight’ ([#929](https://github.com/Amsterdam/design-system/issues/929)) ([9993d8d](https://github.com/Amsterdam/design-system/commit/9993d8dd4ff17ec5e686295d711cc7688f7ce28c))
|
|
21
|
+
* Update line heights and text levels ([#898](https://github.com/Amsterdam/design-system/issues/898)) ([82356bb](https://github.com/Amsterdam/design-system/commit/82356bbf11c389c0f29146ca5f715d5b7459a634))
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* Adjust size of breadcrumb separator and allow natural text wrapping ([#913](https://github.com/Amsterdam/design-system/issues/913)) ([caba940](https://github.com/Amsterdam/design-system/commit/caba94024c5aedf9092a5afbbf625d921fd124b5))
|
|
26
|
+
* Change tertiary button hover border color ([#989](https://github.com/Amsterdam/design-system/issues/989)) ([f4ec6e7](https://github.com/Amsterdam/design-system/commit/f4ec6e7461420c7606441a35caacc9ee10d146eb))
|
|
27
|
+
|
|
28
|
+
## [0.2.0](https://github.com/Amsterdam/design-system/compare/@amsterdam/design-system-tokens@0.1.8...@amsterdam/design-system-tokens@0.2.0) (2023-12-01)
|
|
29
|
+
|
|
30
|
+
### ⚠ BREAKING CHANGES
|
|
31
|
+
|
|
32
|
+
* Update typography system and values, implement compact theme (#803)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* Add common link tokens and use them in all link-like components ([#814](https://github.com/Amsterdam/design-system/issues/814)) ([9b5bd55](https://github.com/Amsterdam/design-system/commit/9b5bd55d0b118f246b828e023b75be1e84f98af4))
|
|
37
|
+
* Update typography system and values, implement compact theme ([#803](https://github.com/Amsterdam/design-system/issues/803)) ([9b087ec](https://github.com/Amsterdam/design-system/commit/9b087ec5c6e75dfafadcdcde710747ef63951917))
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* Apply regular font size to lists of links ([#875](https://github.com/Amsterdam/design-system/issues/875)) ([4908a42](https://github.com/Amsterdam/design-system/commit/4908a42c6e78deaf8ce42aaf0e91dc5e156b0779))
|
|
42
|
+
|
|
6
43
|
## [0.1.8](https://github.com/Amsterdam/design-system/compare/@amsterdam/design-system-tokens@0.1.7...@amsterdam/design-system-tokens@0.1.8) (2023-11-27)
|
|
7
44
|
|
|
8
45
|
**Note:** Version bump only for package @amsterdam/design-system-tokens
|