@digigov/css 2.0.0-rc.21 → 2.0.0-rc.23

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.
@@ -129,6 +129,9 @@
129
129
  &:last-child {
130
130
  @apply mb-0;
131
131
  }
132
+ > button.ds-link:only-child {
133
+ display: inline-flex;
134
+ }
132
135
  }
133
136
  }
134
137
  .ds-list__item > .ds-list--bullet:nth-child(1) {
@@ -174,7 +177,7 @@
174
177
  }
175
178
 
176
179
  .ds-link {
177
- @apply focus:text-link-active util-link util-link-text cursor-pointer;
180
+ @apply focus:text-link-active util-link util-link-text cursor-pointer text-left;
178
181
  letter-spacing: var(--link-letter-spacing);
179
182
  &:hover {
180
183
  text-decoration-thickness: 2px;
@@ -278,6 +281,7 @@
278
281
  }
279
282
  }
280
283
  button.ds-link {
284
+ @apply text-left;
281
285
  .ds-svg-icon {
282
286
  @apply ml-1;
283
287
  }
@@ -19,3 +19,5 @@
19
19
  @import './components/checkboxes.native';
20
20
  @import './components/radios.native';
21
21
  @import './components/modal.native';
22
+ @import './components/loader.native';
23
+ @import './components/stack.native';
@@ -129,6 +129,7 @@ module.exports = {
129
129
  minWidth: {
130
130
  4: '1rem',
131
131
  10: '2.5rem',
132
+ 12: '3rem',
132
133
  32: '8rem',
133
134
  52: '13rem',
134
135
  },