@1024pix/pix-ui 45.3.4 → 45.4.0

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.
@@ -3,7 +3,7 @@
3
3
  align-items: center;
4
4
  justify-content: center;
5
5
  color: var(--pix-neutral-0);
6
- font-weight: var(--pix-font-medium);
6
+ font-weight: var(--pix-font-bold);
7
7
  font-size: 0.875rem;
8
8
  white-space: nowrap;
9
9
  text-decoration: none;
@@ -165,15 +165,12 @@
165
165
  &--transparent-light {
166
166
  color: var(--pix-primary-700);
167
167
  background-color: transparent;
168
-
169
- &.pix-button--border {
170
- border: 2px solid var(--pix-primary-700);
171
- }
168
+ border: 2px solid var(--pix-primary-700);
172
169
 
173
170
  &:not([aria-disabled="true"]) {
174
171
  &:hover {
175
- color: var(--pix-neutral-0);
176
- background-color: var(--pix-primary-500);
172
+ color: var(--pix-neutral-700);
173
+ background-color: var(--pix-primary-100);
177
174
  }
178
175
 
179
176
  &:focus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "45.3.4",
3
+ "version": "45.4.0",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@1024pix/ember-testing-library": "^1.1.0",
62
- "@1024pix/eslint-config": "^1.2.10",
62
+ "@1024pix/eslint-config": "^1.2.11",
63
63
  "@1024pix/stylelint-config": "^5.1.10",
64
64
  "@babel/eslint-parser": "^7.19.1",
65
65
  "@babel/plugin-proposal-decorators": "^7.20.5",