@1024pix/pix-ui 60.4.1 → 60.5.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.
@@ -12,8 +12,6 @@
12
12
  text-align: center;
13
13
 
14
14
  &__index {
15
- @extend %pix-shadow-default;
16
-
17
15
  position: relative;
18
16
  display: flex;
19
17
  align-items: center;
@@ -32,6 +30,7 @@
32
30
  position: absolute;
33
31
  display: block;
34
32
  height: 3px;
33
+ margin-left: -1px;
35
34
  background-color: var(--pix-neutral-0);
36
35
  border-radius: 2px;
37
36
  content: '';
@@ -58,15 +57,16 @@
58
57
  @extend %pix-body-s;
59
58
 
60
59
  margin-top: var(--pix-spacing-1x);
61
- color: var(--pix-primary-500);
60
+ color: var(--pix-primary-700);
62
61
  font-weight: 700;
63
62
  padding-inline: var(--pix-spacing-1x);
64
63
  text-wrap: pretty;
65
64
  }
66
65
 
67
66
  &__subtitle {
68
- color: var(--pix-primary-500);
67
+ color: var(--pix-primary-700);
69
68
  font-size: 0.75rem;
69
+ line-height: 0.875rem;
70
70
  padding-inline: var(--pix-spacing-1x);
71
71
  text-wrap: pretty;
72
72
  }
@@ -92,6 +92,8 @@
92
92
  }
93
93
 
94
94
  .pix-step__index {
95
+ @extend %pix-shadow-default;
96
+
95
97
  color: var(--pix-neutral-0);
96
98
  background: linear-gradient(90deg, rgba(69, 45, 157, 0.8) 0%, rgba(69, 45, 157, 0) 60%), var(--pix-primary-300);
97
99
 
@@ -109,8 +111,9 @@
109
111
 
110
112
  .pix-step__index {
111
113
  color: var(--pix-neutral-500);
112
- background: var(--pix-neutral-100);
113
- box-shadow: none;
114
+ font-weight: normal;
115
+ background: transparent;
116
+ border: 1px solid currentcolor;
114
117
 
115
118
  &::before,
116
119
  &::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "60.4.1",
3
+ "version": "60.5.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"