@sphereon/ui-components.core 0.1.3-unstable.117 → 0.1.3-unstable.120
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.
|
@@ -15,5 +15,6 @@
|
|
|
15
15
|
"status_missing": "Unknown",
|
|
16
16
|
"action_filter_caption": "Filter",
|
|
17
17
|
"action_show_caption": "Show:",
|
|
18
|
-
"result_count_label": "Showing {{count}} from {{maxCount}} results"
|
|
18
|
+
"result_count_label": "Showing {{count}} from {{maxCount}} results",
|
|
19
|
+
"action_delete_label": "Delete"
|
|
19
20
|
}
|
|
@@ -15,5 +15,6 @@
|
|
|
15
15
|
"status_missing": "Onbekent",
|
|
16
16
|
"action_filter_caption": "Filter",
|
|
17
17
|
"action_show_caption": "Toon:",
|
|
18
|
-
"result_count_label": "Toon {{count}} van {{maxCount}} resultaten"
|
|
18
|
+
"result_count_label": "Toon {{count}} van {{maxCount}} resultaten",
|
|
19
|
+
"action_delete_label": "Verwijder"
|
|
19
20
|
}
|
|
@@ -10,13 +10,13 @@ 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'
|
|
13
|
+
type Border = 'dark' | 'light' | 'lightGrey';
|
|
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>;
|
|
17
17
|
type Alerts = 'primaryLight' | 'secondaryLight';
|
|
18
18
|
export declare const alertColors: Record<Alerts, string>;
|
|
19
|
-
type SelectionElement = 'primaryDark' | 'primaryBorderDark';
|
|
19
|
+
type SelectionElement = 'primaryDark' | 'primaryBorderDark' | 'selectedRow';
|
|
20
20
|
export declare const selectionElementColors: Record<SelectionElement, string>;
|
|
21
21
|
type Element = 'blue' | 'lightGrey' | 'purple' | 100 | 200;
|
|
22
22
|
export declare const elementColors: Record<Element, string>;
|
|
@@ -49,8 +49,7 @@ exports.gradientsColors = {
|
|
|
49
49
|
exports.borderColors = {
|
|
50
50
|
dark: '#404D7A',
|
|
51
51
|
light: '#E3E3E3',
|
|
52
|
-
lightGrey: '#ACACAC'
|
|
53
|
-
silverGrey: '#C4C4C4'
|
|
52
|
+
lightGrey: '#ACACAC'
|
|
54
53
|
};
|
|
55
54
|
exports.profileColors = {
|
|
56
55
|
100: '#EE5209',
|
|
@@ -65,7 +64,8 @@ exports.alertColors = {
|
|
|
65
64
|
};
|
|
66
65
|
exports.selectionElementColors = {
|
|
67
66
|
primaryDark: '#0B81FF',
|
|
68
|
-
primaryBorderDark: '#FBFBFB'
|
|
67
|
+
primaryBorderDark: '#FBFBFB',
|
|
68
|
+
selectedRow: '#B7B8D9'
|
|
69
69
|
};
|
|
70
70
|
exports.elementColors = {
|
|
71
71
|
blue: '#0B81FF',
|
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.120+c14b19e",
|
|
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": "c14b19e8b352dfdc657686764bdf1ee63836f771"
|
|
47
47
|
}
|