@thinkpixellab-public/px-vue 3.0.14 → 3.0.15

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.
@@ -576,6 +576,19 @@ $d: 0.4s;
576
576
  }
577
577
  }
578
578
 
579
+ &--message & {
580
+ // dialog adds basic popup styling
581
+ &__popup {
582
+ @include css-map(
583
+ popup(
584
+ (
585
+ padding: sp(1) sp(1.5),
586
+ )
587
+ )
588
+ );
589
+ }
590
+ }
591
+
579
592
  &--menu & {
580
593
  &__popup {
581
594
  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.15",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",