@sphereon/ui-components.core 0.1.3-unstable.44 → 0.1.3-unstable.45

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.
@@ -18,4 +18,6 @@ type Alerts = 'primaryLight' | 'secondaryLight';
18
18
  export declare const alertColors: Record<Alerts, string>;
19
19
  type SelectionElement = 'primaryDark' | 'primaryBorderDark';
20
20
  export declare const selectionElements: Record<SelectionElement, string>;
21
+ type Element = 'blue';
22
+ export declare const elements: Record<Element, string>;
21
23
  export {};
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  exports.__esModule = true;
3
- exports.selectionElements = exports.alertColors = exports.profileColors = exports.borderColors = exports.gradientColors = exports.fontColors = exports.statusColors = exports.logoColors = exports.credentialCardColors = exports.backgroundColors = void 0;
3
+ exports.elements = exports.selectionElements = exports.alertColors = 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',
@@ -53,3 +53,6 @@ exports.selectionElements = {
53
53
  primaryDark: '#0B81FF',
54
54
  primaryBorderDark: '#FBFBFB'
55
55
  };
56
+ exports.elements = {
57
+ blue: '#0B81FF'
58
+ };
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.44+c102fbb",
4
+ "version": "0.1.3-unstable.45+721c544",
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": "c102fbbd94334b64e098677378cd056478a35db8"
46
+ "gitHead": "721c544190eeb6e66ac91e091bceb16847f87fc0"
47
47
  }