@1024pix/pix-ui 45.0.15 → 45.0.17

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: $font-medium;
6
+ font-weight: var(--pix-font-medium);
7
7
  font-size: 0.875rem;
8
8
  white-space: nowrap;
9
9
  text-decoration: none;
@@ -33,7 +33,7 @@
33
33
  margin: 0;
34
34
  padding: var(--pix-spacing-2x) 0 var(--pix-spacing-2x) 0;
35
35
  color: var(--pix-neutral-500);
36
- font-weight: $font-medium;
36
+ font-weight: var(--pix-font-medium);
37
37
  font-size: 0.875rem;
38
38
  }
39
39
 
@@ -16,22 +16,26 @@
16
16
  font-size: 2.5rem;
17
17
  border-radius: 8px 0 0 8px;
18
18
 
19
- &--grey, &--neutral {
19
+ &--grey,
20
+ &--neutral {
20
21
  color: var(--pix-neutral-500);
21
22
  background-color: var(--pix-neutral-20);
22
23
  }
23
24
 
24
- &--blue, &--primary {
25
+ &--blue,
26
+ &--primary {
25
27
  color: var(--pix-primary-700);
26
28
  background-color: var(--pix-primary-10);
27
29
  }
28
30
 
29
- &--green, &--success {
31
+ &--green,
32
+ &--success {
30
33
  color: var(--pix-success-700);
31
34
  background-color: var(--pix-success-50);
32
35
  }
33
36
 
34
- &--purple, &--tertiary {
37
+ &--purple,
38
+ &--tertiary {
35
39
  color: var(--pix-tertiary-900);
36
40
  background-color: var(--pix-tertiary-100);
37
41
  }
@@ -57,7 +61,7 @@
57
61
  align-items: center;
58
62
  margin-bottom: var(--pix-spacing-1x);
59
63
  color: var(--pix-neutral-800);
60
- font-weight: $font-medium;
64
+ font-weight: var(--pix-font-medium);
61
65
  font-size: 1rem;
62
66
  line-height: 1.375rem;
63
67
  }
@@ -74,11 +78,11 @@
74
78
 
75
79
  display: flex;
76
80
  gap: 10px;
77
- font-weight: $font-normal;
81
+ font-weight: var(--pix-font-normal);
78
82
  }
79
83
 
80
84
  &__tooltip {
81
- font-weight: $font-normal;
85
+ font-weight: var(--pix-font-normal);
82
86
  }
83
87
 
84
88
  &__tooltip-icon {
@@ -4,7 +4,7 @@
4
4
  display: inline-block;
5
5
  padding: var(--pix-spacing-1x) var(--pix-spacing-4x);
6
6
  color: var(--pix-primary-900);
7
- font-weight: $font-medium;
7
+ font-weight: var(--pix-font-medium);
8
8
  white-space: nowrap;
9
9
  text-align: center;
10
10
  vertical-align: baseline;
@@ -19,22 +19,26 @@
19
19
  text-transform: uppercase;
20
20
  }
21
21
 
22
- &--grey-light, &--neutral {
22
+ &--grey-light,
23
+ &--neutral {
23
24
  color: var(--pix-neutral-900);
24
25
  background-color: var(--pix-neutral-20);
25
26
  }
26
27
 
27
- &--yellow-light, &--secondary {
28
+ &--yellow-light,
29
+ &--secondary {
28
30
  color: var(--pix-secondary-900);
29
31
  background-color: var(--pix-secondary-100);
30
32
  }
31
33
 
32
- &--purple-light, &--tertiary {
34
+ &--purple-light,
35
+ &--tertiary {
33
36
  color: var(--pix-tertiary-900);
34
37
  background-color: var(--pix-tertiary-100);
35
38
  }
36
39
 
37
- &--green-light, &--success {
40
+ &--green-light,
41
+ &--success {
38
42
  color: var(--pix-success-900);
39
43
  background-color: var(--pix-success-100);
40
44
  }
@@ -49,7 +53,6 @@
49
53
  background-color: var(--pix-orga-500);
50
54
  }
51
55
 
52
-
53
56
  &--green {
54
57
  /** Deprecated color **/
55
58
  background-color: var(--pix-success-700);
@@ -49,7 +49,7 @@
49
49
 
50
50
  &--light {
51
51
  color: var(--pix-neutral-900);
52
- font-weight: $font-medium;
52
+ font-weight: var(--pix-font-medium);
53
53
  background-color: var(--pix-neutral-0);
54
54
 
55
55
  &::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "45.0.15",
3
+ "version": "45.0.17",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -60,7 +60,7 @@
60
60
  "devDependencies": {
61
61
  "@1024pix/ember-testing-library": "^1.1.0",
62
62
  "@1024pix/eslint-config": "^1.2.4",
63
- "@1024pix/stylelint-config": "^5.1.5",
63
+ "@1024pix/stylelint-config": "^5.1.7",
64
64
  "@babel/eslint-parser": "^7.19.1",
65
65
  "@babel/plugin-proposal-decorators": "^7.20.5",
66
66
  "@ember/optional-features": "^2.0.0",