@payfit/unity-themes 2.8.2 → 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.
@@ -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: root-workspace-0b6124 undefined
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-themes",
3
- "version": "2.8.2",
3
+ "version": "2.9.0",
4
4
  "main": "./dist/esm/index.js",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "style": "./dist/css/unity.css",
@@ -1184,25 +1184,30 @@
1184
1184
  "$description": "Border color.for various components and states",
1185
1185
  "primary": {
1186
1186
  "default": {
1187
- "$value": "{color.blue.L5}"
1188
- },
1189
- "enabled": {
1190
- "$value": "{color.blue.L5}"
1191
- },
1192
- "hover": {
1193
- "$value": "{color.blue.L6}"
1194
- },
1195
- "pressed": {
1196
- "$value": "{color.blue.L7}"
1197
- },
1198
- "focus": {
1199
- "$value": "{color.blue.L5}"
1200
- },
1201
- "active": {
1202
- "$value": "{color.blue.L8}"
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
- "disabled": {
1205
- "$value": "{color.grayscale.L4}"
1209
+ "lowest": {
1210
+ "$value": "{color.blue.L2}"
1206
1211
  }
1207
1212
  },
1208
1213
  "neutral": {