@1024pix/pix-ui 52.0.0 → 52.0.2

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.
@@ -106,7 +106,7 @@
106
106
  &--tertiary {
107
107
  padding-right: 0;
108
108
  padding-left: 0;
109
- color: var(--pix-neutral-800);
109
+ color: var(--pix-primary-700);
110
110
  text-decoration: underline;
111
111
  background-color: transparent;
112
112
 
@@ -56,7 +56,6 @@
56
56
  @extend %pix-body-s;
57
57
 
58
58
  position: relative;
59
- z-index: 1;
60
59
  padding: var(--pix-spacing-2x) var(--pix-spacing-3x) var(--pix-spacing-2x) var(--pix-spacing-9x);
61
60
  background-color: transparent;
62
61
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "52.0.0",
3
+ "version": "52.0.2",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"