@citizenplane/pimp 18.14.3 → 18.14.4

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": "18.14.3",
3
+ "version": "18.14.4",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -386,6 +386,10 @@ const dynamicClasses = computed(() => {
386
386
  &__icon {
387
387
  display: flex;
388
388
  align-items: center;
389
+
390
+ &:empty {
391
+ display: none;
392
+ }
389
393
  }
390
394
 
391
395
  &__label {