@thinkpixellab-public/px-vue 3.0.14 → 3.0.16

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.
@@ -488,13 +488,11 @@ export default {
488
488
  // previous sibling
489
489
  if (reference == 'previous') {
490
490
  reference = this.$el.previousElementSibling;
491
- console.log(reference);
492
491
  }
493
492
 
494
493
  // next sibling
495
494
  else if (reference == 'next') {
496
495
  reference = this.$el.nextElementSibling;
497
- console.log(reference);
498
496
  }
499
497
 
500
498
  // selector
@@ -576,6 +574,19 @@ $d: 0.4s;
576
574
  }
577
575
  }
578
576
 
577
+ &--message & {
578
+ // dialog adds basic popup styling
579
+ &__popup {
580
+ @include css-map(
581
+ popup(
582
+ (
583
+ padding: sp(1) sp(1.5),
584
+ )
585
+ )
586
+ );
587
+ }
588
+ }
589
+
579
590
  &--menu & {
580
591
  &__popup {
581
592
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.14",
3
+ "version": "3.0.16",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",