@utrecht/component-library-design-tokens 1.1.8 → 1.1.10

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.
Files changed (2) hide show
  1. package/dist/tokens.json +956 -431
  2. package/package.json +7 -7
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.8",
2
+ "version": "1.1.10",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens metadata for the component library for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -38,9 +38,8 @@
38
38
  "@utrecht/backdrop-css": "2.0.1",
39
39
  "@utrecht/badge-counter-css": "2.0.1",
40
40
  "@utrecht/badge-list-css": "3.0.1",
41
- "@utrecht/badge-status-css": "2.0.1",
42
41
  "@utrecht/blockquote-css": "2.0.1",
43
- "@utrecht/breadcrumb-nav-css": "2.0.1",
42
+ "@utrecht/breadcrumb-nav-css": "2.1.0",
44
43
  "@utrecht/button-css": "3.0.1",
45
44
  "@utrecht/button-group-css": "2.0.1",
46
45
  "@utrecht/button-link-css": "2.0.1",
@@ -72,7 +71,6 @@
72
71
  "@utrecht/heading-2-css": "2.0.1",
73
72
  "@utrecht/heading-3-css": "2.0.1",
74
73
  "@utrecht/heading-4-css": "2.0.1",
75
- "@utrecht/heading-5-css": "2.0.1",
76
74
  "@utrecht/heading-6-css": "2.0.1",
77
75
  "@utrecht/heading-group-css": "2.0.1",
78
76
  "@utrecht/html-content-css": "2.0.1",
@@ -80,11 +78,11 @@
80
78
  "@utrecht/icon": "2.2.0",
81
79
  "@utrecht/img-css": "2.0.1",
82
80
  "@utrecht/index-char-nav-css": "2.0.1",
83
- "@utrecht/link-button-css": "2.0.1",
84
81
  "@utrecht/link-css": "2.0.1",
85
82
  "@utrecht/link-list-css": "3.0.1",
86
83
  "@utrecht/link-social-css": "2.0.1",
87
84
  "@utrecht/list-social-css": "2.0.1",
85
+ "@utrecht/link-button-css": "2.0.1",
88
86
  "@utrecht/listbox-css": "2.0.1",
89
87
  "@utrecht/logo-button-css": "1.4.2",
90
88
  "@utrecht/logo-css": "2.0.1",
@@ -106,12 +104,13 @@
106
104
  "@utrecht/pre-heading-css": "2.0.1",
107
105
  "@utrecht/preserve-data-css": "2.0.1",
108
106
  "@utrecht/radio-button-css": "2.0.1",
109
- "@utrecht/rich-text-css": "2.0.1",
107
+ "@utrecht/rich-text-css": "2.1.0",
110
108
  "@utrecht/search-bar-css": "3.0.1",
111
109
  "@utrecht/select-css": "2.0.1",
112
110
  "@utrecht/separator-css": "2.0.1",
113
111
  "@utrecht/skip-link-css": "2.0.1",
114
112
  "@utrecht/spotlight-section-css": "2.0.1",
113
+ "@utrecht/status-badge-css": "1.0.0",
115
114
  "@utrecht/surface-css": "2.0.1",
116
115
  "@utrecht/table-css": "2.0.1",
117
116
  "@utrecht/table-of-contents-css": "1.0.1",
@@ -120,7 +119,8 @@
120
119
  "@utrecht/top-task-link-css": "2.0.1",
121
120
  "@utrecht/top-task-nav-css": "1.3.2",
122
121
  "@utrecht/unordered-list-css": "2.0.1",
123
- "@utrecht/url-data-css": "2.0.1"
122
+ "@utrecht/url-data-css": "2.0.1",
123
+ "@utrecht/heading-5-css": "2.0.1"
124
124
  },
125
125
  "scripts": {
126
126
  "build": "pnpm run '/^build:.*/'",