@1024pix/pix-ui 55.27.0 → 55.28.1
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.
|
@@ -52,6 +52,28 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
+
&--primary-white {
|
|
56
|
+
color: var(--pix-primary-500);
|
|
57
|
+
background-color: var(--pix-neutral-0);
|
|
58
|
+
|
|
59
|
+
&:not([aria-disabled="true"]) {
|
|
60
|
+
&:hover {
|
|
61
|
+
color: var(--pix-primary-700);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&:focus,
|
|
65
|
+
&:focus-visible {
|
|
66
|
+
outline: 1px solid var(--pix-primary-700);
|
|
67
|
+
outline-offset: -5px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:active {
|
|
71
|
+
color: var(--pix-primary-900);
|
|
72
|
+
outline: none;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
55
77
|
&--primary-bis {
|
|
56
78
|
color: var(--pix-neutral-900);
|
|
57
79
|
background-color: var(--pix-secondary-500);
|
|
@@ -105,6 +127,33 @@
|
|
|
105
127
|
}
|
|
106
128
|
}
|
|
107
129
|
|
|
130
|
+
&--secondary-white {
|
|
131
|
+
color: var(--pix-neutral-0);
|
|
132
|
+
background-color: transparent;
|
|
133
|
+
border: 2px solid var(--pix-neutral-0);
|
|
134
|
+
|
|
135
|
+
&:not([aria-disabled="true"]) {
|
|
136
|
+
&:hover {
|
|
137
|
+
color: var(--pix-primary-700);
|
|
138
|
+
background-color: var(--pix-neutral-0);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&:focus,
|
|
142
|
+
&:focus-visible {
|
|
143
|
+
color: var(--pix-primary-700);
|
|
144
|
+
background-color: var(--pix-neutral-0);
|
|
145
|
+
outline: 1px solid var(--pix-primary-500);
|
|
146
|
+
outline-offset: -5px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
&:active {
|
|
150
|
+
color: var(--pix-primary-900);
|
|
151
|
+
background-color: var(--pix-primary-100);
|
|
152
|
+
outline: none;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
108
157
|
&--tertiary {
|
|
109
158
|
padding-right: 0;
|
|
110
159
|
padding-left: 0;
|
|
@@ -125,6 +174,14 @@
|
|
|
125
174
|
}
|
|
126
175
|
}
|
|
127
176
|
|
|
177
|
+
&--tertiary-white {
|
|
178
|
+
padding-right: 0;
|
|
179
|
+
padding-left: 0;
|
|
180
|
+
color: var(--pix-neutral-0);
|
|
181
|
+
text-decoration: underline;
|
|
182
|
+
background-color: transparent;
|
|
183
|
+
}
|
|
184
|
+
|
|
128
185
|
&--success {
|
|
129
186
|
color: var(--pix-neutral-0);
|
|
130
187
|
background-color: var(--pix-success-500);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1024pix/pix-ui",
|
|
3
|
-
"version": "55.
|
|
3
|
+
"version": "55.28.1",
|
|
4
4
|
"description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"ember-truth-helpers": "^4.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@1024pix/ember-testing-library": "^3.0.
|
|
79
|
+
"@1024pix/ember-testing-library": "^3.0.15",
|
|
80
80
|
"@1024pix/eslint-plugin": "^2.1.10",
|
|
81
81
|
"@1024pix/stylelint-config": "^5.1.37",
|
|
82
82
|
"@babel/eslint-parser": "^7.26.8",
|