@sphereon/ui-components.core 0.1.3-unstable.165 → 0.1.3-unstable.172
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.
|
@@ -10,7 +10,7 @@ type FontColor = 'dark' | 'light' | 'secondaryButton' | 'greyedOut' | 'lightGrey
|
|
|
10
10
|
export declare const fontColors: Record<FontColor, string>;
|
|
11
11
|
type HighLightGradient = 100 | 200;
|
|
12
12
|
export declare const gradientsColors: Record<HighLightGradient, GradientProperties>;
|
|
13
|
-
type Border = 'dark' | 'light' | 'lightGrey' | 'darkGrey';
|
|
13
|
+
type Border = 'dark' | 'light' | 'lightGrey' | 'darkGrey' | 'purple';
|
|
14
14
|
export declare const borderColors: Record<Border, string>;
|
|
15
15
|
type Profile = 100 | 200 | 300 | 400 | 500;
|
|
16
16
|
export declare const profileColors: Record<Profile, string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ui-components.core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.3-unstable.
|
|
4
|
+
"version": "0.1.3-unstable.172+0e19d96",
|
|
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>",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">= 18"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0e19d9628688b983d71372aae9ab45f7f201b80c"
|
|
47
47
|
}
|