yukit-web 0.0.4 → 0.0.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yukit-web",
3
3
  "description": "Angular UI component library for Yurest web applications.",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "author": {
6
6
  "name": "Yurest Solutions",
7
7
  "email": "develop@yurest.com"
@@ -19,7 +19,6 @@
19
19
  --yuw-accent-foreground: var(--background);
20
20
  --secondary: var(--neutrals-element-low);
21
21
  --secondary-foreground: var(--neutrals-overlay-accent);
22
- --border: var(--neutrals-outline-accent);
23
22
  }
24
23
 
25
24
  [data-yuw-color='secondary'] button.bg-primary:not(:disabled) {
@@ -107,6 +106,10 @@
107
106
  --input: var(--yuw-accent);
108
107
  }
109
108
 
109
+ [data-yuw-color='secondary'] {
110
+ --border: var(--neutrals-outline-accent);
111
+ }
112
+
110
113
  [data-yuw-color] button:not(:disabled) {
111
114
  --ring: var(--yuw-accent);
112
115
  }