@aquera/nile-elements 1.6.5 → 1.6.6

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "1.6.5",
6
+ "version": "1.6.6",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -61,13 +61,13 @@ export const styles = css`
61
61
  }
62
62
 
63
63
  .tag--success {
64
- background: var(--nile-colors-green-400);
65
- border: 2px solid var(--nile-colors-green-400, var(--ng-colors-border-primary));
66
- color: var(--nile-colors-dark-900);
64
+ background: var(--nile-colors-green-400,var(--ng-componentcolors-utility-success-50));
65
+ border: 2px solid var(--nile-colors-green-400, var(--ng-componentcolors-utility-success-200));
66
+ color: var(--nile-colors-dark-900,var(--ng--componentcolors-utility-success-700));
67
67
  }
68
68
 
69
69
  .tag--success:hover {
70
- border: 2px solid var(--nile-colors-green-500, var(--ng-colors-border-primary));
70
+ border: 2px solid var(--nile-colors-green-500, var(--ng-componentcolors-utility-success-300));
71
71
  }
72
72
 
73
73
  .tag--success:active > nile-icon-button {
@@ -79,7 +79,7 @@ export const styles = css`
79
79
  border: var(--nile-border-size-2, var(--ng-border-width-1)) solid var(--nile-colors-neutral-400 , var(--ng-colors-border-primary));
80
80
  color: var(--nile-colors-dark-900 , var(--ng-colors-text-secondary-700));
81
81
  }
82
-
82
+
83
83
  .tag--normal:hover {
84
84
  border: var(--nile-border-size-2, var(--ng-border-width-1)) solid var(--nile-colors-neutral-500 , var(--ng-colors-border-primary));
85
85
  }
@@ -89,13 +89,13 @@ export const styles = css`
89
89
  }
90
90
 
91
91
  .tag--warning {
92
- background: var(--nile-colors-yellow-400);
93
- border: 2px solid var(--nile-colors-yellow-400, var(--ng-colors-border-primary));
94
- color: var(--nile-colors-dark-900);
92
+ background: var(--nile-colors-yellow-400, var(--ng-componentcolors-utility-warning-50));
93
+ border: 2px solid var(--nile-colors-yellow-400, var(--ng-componentcolors-utility-warning-200));
94
+ color: var(--nile-colors-dark-900, var(--ng-componentcolors-utility-warning-700));
95
95
  }
96
96
 
97
97
  .tag--warning:hover {
98
- border: 2px solid var(--nile-colors-yellow-500, var(--ng-colors-border-primary));
98
+ border: 2px solid var(--nile-colors-yellow-500, var(--ng-componentcolors-utility-warning-300));
99
99
  }
100
100
 
101
101
  .tag--warning:active > nile-icon-button {
@@ -104,13 +104,13 @@ export const styles = css`
104
104
 
105
105
 
106
106
  .tag--error {
107
- background: var(--nile-colors-red-400);
108
- border: 2px solid var(--nile-colors-red-400, var(--ng-colors-border-primary));
109
- color: var(--nile-colors-dark-900);
107
+ background: var(--nile-colors-red-400, var(--ng-componentcolors-utility-error-50));
108
+ border: 2px solid var(--nile-colors-red-400, var(--ng-componentcolors-utility-error-200));
109
+ color: var(--nile-colors-dark-900, var(--ng-componentcolors-utility-error-700));
110
110
  }
111
111
 
112
112
  .tag--error:hover {
113
- border: 2px solid var(--nile-colors-red-500, var(--ng-colors-border-primary));
113
+ border: 2px solid var(--nile-colors-red-500, var(--ng-componentcolors-utility-error-300));
114
114
  }
115
115
 
116
116
  .tag--error:active > nile-icon-button {