@utrecht/component-library-css 7.5.1 → 8.0.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/dist/index.css CHANGED
@@ -117,14 +117,15 @@
117
117
  align-items: baseline;
118
118
  background-color: var(--utrecht-action-group-background-color);
119
119
  break-inside: avoid;
120
+ column-gap: var(--utrecht-action-group-column-gap, 1em);
120
121
  display: flex;
121
122
  flex-wrap: wrap;
122
- gap: var(--utrecht-action-group-inline-gap, 1em);
123
123
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-end, 0));
124
124
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-start, 0));
125
125
  min-block-size: var(--utrecht-button-block-size);
126
126
  padding-block-end: var(--utrecht-action-group-padding-block-end);
127
127
  padding-block-start: var(--utrecht-action-group-padding-block-start);
128
+ row-gap: var(--utrecht-action-group-row-gap, 1em);
128
129
  }
129
130
 
130
131
  .utrecht-action-group--distanced {
@@ -140,12 +141,10 @@
140
141
 
141
142
  .utrecht-action-group--column {
142
143
  flex-direction: column;
143
- gap: var(--utrecht-button-group-block-gap, 1em);
144
144
  }
145
145
 
146
146
  .utrecht-action-group--column-stretch {
147
147
  flex-direction: column;
148
- gap: var(--utrecht-button-group-block-gap, 1em);
149
148
  --utrecht-button-max-inline-size: none;
150
149
  align-items: stretch;
151
150
  inline-size: fit-content;
@@ -116,14 +116,15 @@
116
116
  align-items: baseline;
117
117
  background-color: var(--utrecht-action-group-background-color);
118
118
  break-inside: avoid;
119
+ column-gap: var(--utrecht-action-group-column-gap, 1em);
119
120
  display: flex;
120
121
  flex-wrap: wrap;
121
- gap: var(--utrecht-action-group-inline-gap, 1em);
122
122
  margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-end, 0));
123
123
  margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-action-group-margin-block-start, 0));
124
124
  min-height: var(--utrecht-button-block-size);
125
125
  padding-bottom: var(--utrecht-action-group-padding-block-end);
126
126
  padding-top: var(--utrecht-action-group-padding-block-start);
127
+ row-gap: var(--utrecht-action-group-row-gap, 1em);
127
128
  }
128
129
 
129
130
  .utrecht-action-group--distanced {
@@ -139,12 +140,10 @@
139
140
 
140
141
  .utrecht-action-group--column {
141
142
  flex-direction: column;
142
- gap: var(--utrecht-button-group-block-gap, 1em);
143
143
  }
144
144
 
145
145
  .utrecht-action-group--column-stretch {
146
146
  flex-direction: column;
147
- gap: var(--utrecht-button-group-block-gap, 1em);
148
147
  --utrecht-button-max-inline-size: none;
149
148
  align-items: stretch;
150
149
  width: fit-content;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.5.1",
2
+ "version": "8.0.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -20,18 +20,16 @@
20
20
  "directory": "packages/component-library-css"
21
21
  },
22
22
  "dependencies": {
23
- "@utrecht/accordion-css": "2.0.0",
24
- "@utrecht/action-group-css": "1.1.0",
25
- "@utrecht/alert-css": "2.4.0",
23
+ "@utrecht/action-group-css": "2.0.0",
26
24
  "@utrecht/alert-dialog-css": "1.4.2",
25
+ "@utrecht/alert-css": "2.4.0",
26
+ "@utrecht/accordion-css": "2.0.0",
27
27
  "@utrecht/alternate-lang-nav-css": "1.3.1",
28
28
  "@utrecht/article-css": "1.5.1",
29
29
  "@utrecht/backdrop-css": "1.4.1",
30
30
  "@utrecht/badge-counter-css": "1.4.1",
31
31
  "@utrecht/badge-list-css": "2.2.1",
32
32
  "@utrecht/badge-status-css": "1.4.1",
33
- "@utrecht/blockquote-css": "1.6.1",
34
- "@utrecht/body-css": "1.2.1",
35
33
  "@utrecht/breadcrumb-nav-css": "1.5.1",
36
34
  "@utrecht/button-css": "2.3.1",
37
35
  "@utrecht/button-group-css": "1.5.0",
@@ -42,16 +40,16 @@
42
40
  "@utrecht/code-css": "1.5.1",
43
41
  "@utrecht/color-sample-css": "1.4.1",
44
42
  "@utrecht/column-layout-css": "1.5.1",
45
- "@utrecht/currency-data-css": "1.3.1",
46
43
  "@utrecht/combobox-css": "1.4.1",
44
+ "@utrecht/currency-data-css": "1.3.1",
47
45
  "@utrecht/custom-checkbox-css": "1.3.2",
48
46
  "@utrecht/data-badge-css": "1.0.1",
49
47
  "@utrecht/data-list-css": "1.4.1",
50
48
  "@utrecht/data-placeholder-css": "1.4.1",
51
49
  "@utrecht/digid-button-css": "1.4.1",
52
50
  "@utrecht/document-css": "1.5.1",
53
- "@utrecht/drawer-css": "1.4.1",
54
51
  "@utrecht/emphasis-css": "1.5.1",
52
+ "@utrecht/drawer-css": "1.4.1",
55
53
  "@utrecht/figure-css": "1.5.1",
56
54
  "@utrecht/form-css": "1.5.1",
57
55
  "@utrecht/form-field-css": "1.5.1",
@@ -72,20 +70,20 @@
72
70
  "@utrecht/icon-css": "2.0.1",
73
71
  "@utrecht/img-css": "1.3.1",
74
72
  "@utrecht/index-char-nav-css": "1.4.1",
75
- "@utrecht/link-css": "1.6.1",
76
73
  "@utrecht/link-button-css": "1.4.1",
74
+ "@utrecht/link-css": "1.6.1",
77
75
  "@utrecht/link-list-css": "2.3.1",
78
76
  "@utrecht/link-social-css": "1.4.1",
79
- "@utrecht/logo-button-css": "1.4.1",
80
- "@utrecht/listbox-css": "1.5.2",
81
77
  "@utrecht/list-social-css": "1.4.1",
78
+ "@utrecht/listbox-css": "1.5.2",
79
+ "@utrecht/logo-button-css": "1.4.1",
82
80
  "@utrecht/logo-css": "1.4.1",
83
81
  "@utrecht/logo-image-css": "1.4.1",
84
82
  "@utrecht/map-marker-css": "1.4.1",
85
83
  "@utrecht/mark-css": "1.5.1",
86
84
  "@utrecht/multiline-data-css": "1.3.1",
87
- "@utrecht/nav-bar-css": "1.4.1",
88
85
  "@utrecht/nav-list-css": "1.3.1",
86
+ "@utrecht/nav-bar-css": "1.4.1",
89
87
  "@utrecht/number-badge-css": "2.3.1",
90
88
  "@utrecht/number-data-css": "1.4.1",
91
89
  "@utrecht/ordered-list-css": "2.0.0",
@@ -98,8 +96,8 @@
98
96
  "@utrecht/pagination-css": "1.4.1",
99
97
  "@utrecht/paragraph-css": "2.3.1",
100
98
  "@utrecht/pre-heading-css": "1.4.1",
101
- "@utrecht/preserve-data-css": "1.3.1",
102
99
  "@utrecht/radio-button-css": "1.6.1",
100
+ "@utrecht/preserve-data-css": "1.3.1",
103
101
  "@utrecht/rich-text-css": "1.4.0",
104
102
  "@utrecht/root-css": "1.2.1",
105
103
  "@utrecht/search-bar-css": "2.2.1",
@@ -117,7 +115,9 @@
117
115
  "@utrecht/top-task-nav-css": "1.3.1",
118
116
  "@utrecht/unordered-list-css": "1.5.1",
119
117
  "@utrecht/url-data-css": "1.3.1",
120
- "@utrecht/youtube-video-css": "1.0.0"
118
+ "@utrecht/youtube-video-css": "1.0.0",
119
+ "@utrecht/body-css": "1.2.1",
120
+ "@utrecht/blockquote-css": "1.6.1"
121
121
  },
122
122
  "devDependencies": {
123
123
  "postcss": "8.4.38",