@citizenplane/pimp 16.3.0 → 16.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "16.3.0",
3
+ "version": "16.3.1",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -201,10 +201,6 @@ const dynamicClasses = computed(() => [
201
201
  gap: var(--cp-spacing-md);
202
202
  }
203
203
 
204
- &__close {
205
- align-self: flex-start;
206
- }
207
-
208
204
  &__title {
209
205
  font-size: var(--cp-text-size-sm);
210
206
  line-height: var(--cp-line-height-sm);
@@ -220,8 +216,6 @@ const dynamicClasses = computed(() => [
220
216
  }
221
217
 
222
218
  &--isInline {
223
- align-items: center;
224
-
225
219
  .cpAlert__body {
226
220
  flex-direction: row;
227
221
  align-items: center;