@sphereon/ui-components.core 0.1.3-unstable.23 → 0.1.3-unstable.25
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.
|
@@ -6,8 +6,6 @@ export declare const credentialCardColors: Record<CredentialCardColor, string>;
|
|
|
6
6
|
type LogoColor = 'default';
|
|
7
7
|
export declare const logoColors: Record<LogoColor, string>;
|
|
8
8
|
export declare const statusColors: Record<LabelStatus | 'error', string>;
|
|
9
|
-
type Element = 'blue';
|
|
10
|
-
export declare const elements: Record<Element, string>;
|
|
11
9
|
type FontColor = 'dark' | 'light' | 'secondaryButton' | 'greyedOut' | 'lightGrey';
|
|
12
10
|
export declare const fontColors: Record<FontColor, string>;
|
|
13
11
|
type Gradient = 100 | 200;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
exports.__esModule = true;
|
|
3
|
-
exports.selectionElements = exports.profileColors = exports.borderColors = exports.gradientColors = exports.fontColors = exports.
|
|
3
|
+
exports.selectionElements = exports.profileColors = exports.borderColors = exports.gradientColors = exports.fontColors = exports.statusColors = exports.logoColors = exports.credentialCardColors = exports.backgroundColors = void 0;
|
|
4
4
|
exports.backgroundColors = {
|
|
5
5
|
primaryDark: '#202537',
|
|
6
6
|
secondaryDark: '#2C334B',
|
|
@@ -22,9 +22,6 @@ exports.statusColors = {
|
|
|
22
22
|
unverified: '#FF9900',
|
|
23
23
|
error: '#D74500'
|
|
24
24
|
};
|
|
25
|
-
exports.elements = {
|
|
26
|
-
blue: '#0B81FF'
|
|
27
|
-
};
|
|
28
25
|
exports.fontColors = {
|
|
29
26
|
dark: '#303030',
|
|
30
27
|
light: '#FBFBFB',
|
|
@@ -4,9 +4,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
6
|
exports.__esModule = true;
|
|
7
|
-
exports.
|
|
7
|
+
exports.SSIRoundedEdgesCss = void 0;
|
|
8
8
|
var styled_components_1 = require("styled-components");
|
|
9
|
-
var colors_1 = require("../colors");
|
|
10
9
|
exports.SSIRoundedEdgesCss = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 8px;\n"], ["\n border-radius: 8px;\n"])));
|
|
11
|
-
|
|
12
|
-
var templateObject_1, templateObject_2;
|
|
10
|
+
var templateObject_1;
|
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.25+7da9fe9",
|
|
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": ">= 16.8.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7da9fe99554c66b46908a0773462d2611a976981"
|
|
47
47
|
}
|