@sphereon/ui-components.core 0.1.3-unstable.172 → 0.1.3-unstable.174

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' | 'purple';
13
+ type Border = 'dark' | 'light' | 'lightGrey' | 'darkGrey';
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>;
@@ -53,7 +53,6 @@ exports.borderColors = {
53
53
  light: '#E3E3E3',
54
54
  lightGrey: '#ACACAC',
55
55
  darkGrey: '#303030',
56
- purple: '#7276F7'
57
56
  };
58
57
  exports.profileColors = {
59
58
  100: '#EE5209',
@@ -1 +1 @@
1
- export declare const SSIRoundedEdgesCss: import("styled-components").FlattenSimpleInterpolation;
1
+ export declare const SSIRoundedEdgesCss: import("styled-components").RuleSet<object>;
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.172+0e19d96",
4
+ "version": "0.1.3-unstable.174+58cab48",
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>",
@@ -28,20 +28,19 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "i18n-js": "^3.8.0",
31
- "lodash.memoize": "^4.1.2",
32
- "styled-components": "^5.3.11"
31
+ "lodash.memoize": "^4.1.2"
33
32
  },
34
33
  "devDependencies": {
35
34
  "@types/i18n-js": "^3.8.4",
36
35
  "@types/lodash.memoize": "^4.1.7",
37
- "@types/node": "^20.4.0",
36
+ "@types/node": "^20.12.7",
38
37
  "@types/react": "~18.2.67",
39
- "@types/styled-components": "^5.1.34",
40
- "react": "18.2.0",
38
+ "react": "^18.3.0",
41
39
  "typescript": "5.4.2"
42
40
  },
43
41
  "peerDependencies": {
44
- "react": ">= 18"
42
+ "react": ">= 18",
43
+ "styled-components": "^6.1.8"
45
44
  },
46
- "gitHead": "0e19d9628688b983d71372aae9ab45f7f201b80c"
45
+ "gitHead": "58cab483e859578515255bf5e0ff44cf7a2df743"
47
46
  }