@sphereon/ui-components.core 0.4.1-unstable.41 → 0.4.1-unstable.43

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.
@@ -11,10 +11,12 @@
11
11
  --spacing-0_5: 0.125rem; /* 2px */
12
12
  --spacing-1: 0.25rem; /* 4px */
13
13
  --spacing-1_5: 0.375rem; /* 6px */
14
- --spacing-2: 0.5rem; /* 6px */
14
+ --spacing-2: 0.5rem; /* 8px */
15
15
  --spacing-4: 1rem; /* 16px */
16
16
 
17
17
  --color-grey-50: #FBFBFB;
18
+ --color-grey-100: #F2F2F2;
19
+ --color-grey-300: #C4C4C4;
18
20
  --color-grey-600: #727272;
19
21
  --color-grey-800: #303030;
20
22
  --color-grey-900: #0A0D12;
@@ -27,21 +29,21 @@
27
29
 
28
30
  --color-warning-500: #ED8E00; /* FIXME UXDS-21 token name should be updated in figma design */
29
31
 
30
- --color-magenta-500: #FF00FF;
32
+ --color-magenta-500: #F4003A;
31
33
 
32
34
  --color-pending-500: #0B81FF; /* FIXME UXDS-21 token name should be updated in figma design */
33
35
 
34
- --color-crimson-500: #F4003A;
36
+ --color-purple-50: #E7DEFB;
35
37
 
36
- --color-emerald-500: #12D57B;
38
+ --color-spring-green-500: #12D57B;
37
39
 
38
- --color-cyan-500: #2CD5C5;
40
+ --color-aqua-500: #2CD5C5;
39
41
 
40
42
  /* Role color mappings */
41
43
  --color-holder: var(--color-selenas-500);
42
- --color-issuer: var(--color-crimson-500);
43
- --color-relying-party: var(--color-emerald-500);
44
- --color-admin: var(--color-cyan-500);
44
+ --color-issuer: var(--color-magenta-500);
45
+ --color-relying-party: var(--color-spring-green-500);
46
+ --color-admin: var(--color-aqua-500);
45
47
 
46
48
 
47
49
  --font-family: 'Poppins';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.core",
3
3
  "private": false,
4
- "version": "0.4.1-unstable.41+6d78d45",
4
+ "version": "0.4.1-unstable.43+07e2203",
5
5
  "description": "SSI UI components Core",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -48,5 +48,5 @@
48
48
  "peerDependencies": {
49
49
  "react": ">= 18.2"
50
50
  },
51
- "gitHead": "6d78d45681a66bf508ec70ab109a0b20bf4715e1"
51
+ "gitHead": "07e2203d074afe90b5e8c223353b62a2f8a48268"
52
52
  }