@sphereon/ui-components.core 0.1.3-unstable.15 → 0.1.3-unstable.23
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/styles/ssi/colors.d.ts +4 -0
- package/dist/styles/ssi/colors.js +8 -1
- package/dist/styles/ssi/css/index.d.ts +1 -0
- package/dist/styles/ssi/css/index.js +4 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/dist/types/style/index.d.ts +3 -0
- package/dist/types/style/index.js +7 -0
- package/package.json +2 -2
|
@@ -6,6 +6,8 @@ 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>;
|
|
9
11
|
type FontColor = 'dark' | 'light' | 'secondaryButton' | 'greyedOut' | 'lightGrey';
|
|
10
12
|
export declare const fontColors: Record<FontColor, string>;
|
|
11
13
|
type Gradient = 100 | 200;
|
|
@@ -14,4 +16,6 @@ type Border = 'dark' | 'light' | 'lightGrey';
|
|
|
14
16
|
export declare const borderColors: Record<Border, string>;
|
|
15
17
|
type Profile = 100 | 200 | 300 | 400 | 500;
|
|
16
18
|
export declare const profileColors: Record<Profile, string>;
|
|
19
|
+
type SelectionElement = 'primaryDark' | 'primaryBorderDark';
|
|
20
|
+
export declare const selectionElements: Record<SelectionElement, string>;
|
|
17
21
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
exports.__esModule = true;
|
|
3
|
-
exports.profileColors = exports.borderColors = exports.gradientColors = exports.fontColors = exports.statusColors = exports.logoColors = exports.credentialCardColors = exports.backgroundColors = void 0;
|
|
3
|
+
exports.selectionElements = exports.profileColors = exports.borderColors = exports.gradientColors = exports.fontColors = exports.elements = exports.statusColors = exports.logoColors = exports.credentialCardColors = exports.backgroundColors = void 0;
|
|
4
4
|
exports.backgroundColors = {
|
|
5
5
|
primaryDark: '#202537',
|
|
6
6
|
secondaryDark: '#2C334B',
|
|
@@ -22,6 +22,9 @@ exports.statusColors = {
|
|
|
22
22
|
unverified: '#FF9900',
|
|
23
23
|
error: '#D74500'
|
|
24
24
|
};
|
|
25
|
+
exports.elements = {
|
|
26
|
+
blue: '#0B81FF'
|
|
27
|
+
};
|
|
25
28
|
exports.fontColors = {
|
|
26
29
|
dark: '#303030',
|
|
27
30
|
light: '#FBFBFB',
|
|
@@ -45,3 +48,7 @@ exports.profileColors = {
|
|
|
45
48
|
400: '#0B81FF',
|
|
46
49
|
500: '#BD2DFF'
|
|
47
50
|
};
|
|
51
|
+
exports.selectionElements = {
|
|
52
|
+
primaryDark: '#0B81FF',
|
|
53
|
+
primaryBorderDark: '#FBFBFB'
|
|
54
|
+
};
|
|
@@ -4,7 +4,9 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
6
|
exports.__esModule = true;
|
|
7
|
-
exports.SSIRoundedEdgesCss = void 0;
|
|
7
|
+
exports.SSIBackgroundPrimaryDarkColorCss = exports.SSIRoundedEdgesCss = void 0;
|
|
8
8
|
var styled_components_1 = require("styled-components");
|
|
9
|
+
var colors_1 = require("../colors");
|
|
9
10
|
exports.SSIRoundedEdgesCss = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 8px;\n"], ["\n border-radius: 8px;\n"])));
|
|
10
|
-
|
|
11
|
+
exports.SSIBackgroundPrimaryDarkColorCss = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), colors_1.backgroundColors.primaryDark);
|
|
12
|
+
var templateObject_1, templateObject_2;
|
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.OpacityStyleEnum = void 0;
|
|
4
|
+
var OpacityStyleEnum;
|
|
5
|
+
(function (OpacityStyleEnum) {
|
|
6
|
+
OpacityStyleEnum[OpacityStyleEnum["DISABLED"] = 0.5] = "DISABLED";
|
|
7
|
+
})(OpacityStyleEnum = exports.OpacityStyleEnum || (exports.OpacityStyleEnum = {}));
|
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.23+4405bfe",
|
|
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": "4405bfecf4002b54ea2aab365c16a509a5ac3766"
|
|
47
47
|
}
|