@nationalarchives/frontend 0.33.0 → 0.33.2

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.
@@ -152,9 +152,17 @@ ol {
152
152
  @include spacing.space-above;
153
153
 
154
154
  display: grid;
155
- grid-template-columns: max-content;
155
+ grid-template-columns: auto;
156
156
  gap: spacing.space(0.5) 0;
157
157
 
158
+ &--left-weighted {
159
+ grid-template-columns: 2fr 1fr;
160
+ }
161
+
162
+ &--right-weighted {
163
+ grid-template-columns: 1fr 2fr;
164
+ }
165
+
158
166
  > dt,
159
167
  > dd {
160
168
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nationalarchives/frontend",
3
- "version": "0.33.0",
3
+ "version": "0.33.2",
4
4
  "description": "The National Archives frontend styles",
5
5
  "scripts": {
6
6
  "start": "storybook dev -p 6006",