@payfit/unity-themes 2.8.3 → 2.9.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.
- package/dist/css/unity.css +2 -1
- package/package.json +1 -1
- package/tokens/colors.json +23 -18
package/dist/css/unity.css
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* when the build process runs again. To customize styles, please refer to the
|
|
24
24
|
* source files or documentation.
|
|
25
25
|
*
|
|
26
|
-
* Generated by:
|
|
26
|
+
* Generated by: undefined undefined
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
@import "@fontsource/inter";
|
|
@@ -480,6 +480,7 @@
|
|
|
480
480
|
--color-border-primary-focus: var(--uy-color-blue-l5);
|
|
481
481
|
--color-border-primary-active: var(--uy-color-blue-l8);
|
|
482
482
|
--color-border-primary-disabled: var(--uy-color-grayscale-l4);
|
|
483
|
+
--color-border-primary-lowest: var(--uy-color-blue-l2);
|
|
483
484
|
--color-border-neutral-high: var(--uy-color-grayscale-l7);
|
|
484
485
|
--color-border-neutral-high-enabled: var(--uy-color-grayscale-l8);
|
|
485
486
|
--color-border-neutral-high-hover: var(--uy-color-grayscale-l9);
|
package/package.json
CHANGED
package/tokens/colors.json
CHANGED
|
@@ -1184,25 +1184,30 @@
|
|
|
1184
1184
|
"$description": "Border color.for various components and states",
|
|
1185
1185
|
"primary": {
|
|
1186
1186
|
"default": {
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
"
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
"
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
"
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
"
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
"
|
|
1187
|
+
"default": {
|
|
1188
|
+
"$value": "{color.blue.L5}"
|
|
1189
|
+
},
|
|
1190
|
+
"enabled": {
|
|
1191
|
+
"$value": "{color.blue.L5}"
|
|
1192
|
+
},
|
|
1193
|
+
"hover": {
|
|
1194
|
+
"$value": "{color.blue.L6}"
|
|
1195
|
+
},
|
|
1196
|
+
"pressed": {
|
|
1197
|
+
"$value": "{color.blue.L7}"
|
|
1198
|
+
},
|
|
1199
|
+
"focus": {
|
|
1200
|
+
"$value": "{color.blue.L5}"
|
|
1201
|
+
},
|
|
1202
|
+
"active": {
|
|
1203
|
+
"$value": "{color.blue.L8}"
|
|
1204
|
+
},
|
|
1205
|
+
"disabled": {
|
|
1206
|
+
"$value": "{color.grayscale.L4}"
|
|
1207
|
+
}
|
|
1203
1208
|
},
|
|
1204
|
-
"
|
|
1205
|
-
"$value": "{color.
|
|
1209
|
+
"lowest": {
|
|
1210
|
+
"$value": "{color.blue.L2}"
|
|
1206
1211
|
}
|
|
1207
1212
|
},
|
|
1208
1213
|
"neutral": {
|