myshell-react-lib 0.1.72 → 0.1.74

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.
@@ -82,8 +82,8 @@
82
82
  --Component-Colors-Button-Static-bg-default: var(--Neutral-Variant-100);
83
83
  --Component-Colors-Button-Static-bg-hover: var(--Neutral-Variant-98);
84
84
  --Component-Colors-Button-Static-bg-active: var(--Neutral-Variant-95);
85
- --Component-Colors-Button-Static-border-default: var(--Neutral-Variant-30);
86
- --Component-Colors-Button-Static-border-alt: var(--Neutral-Variant-30);
85
+ --Component-Colors-Button-Static-border-default: var(--Opacity-On-Surface-20);
86
+ --Component-Colors-Button-Static-border-alt: var(--Opacity-On-Surface-20);
87
87
 
88
88
  // Colors Component_colors_button_solid
89
89
  --Component-Colors-Button-Solid-fg-default: var(--Neutral-Variant-100);
@@ -140,7 +140,7 @@
140
140
  --Component-Colors-Energy-bg-default: var(--Khaki-10);
141
141
  --Component-Colors-Energy-bg-alt: var(--Khaki-20);
142
142
  --Component-Colors-Energy-bg-on: var(--Khaki-60);
143
- --Component-Colors-Energy-border-default: var(--Khaki-90);
143
+ --Component-Colors-Energy-border-default: var(--Khaki-60);
144
144
 
145
145
  // Colors Component_colors_input
146
146
  --Component-Colors-Input-bg-default: var(--Neutral-Variant-25);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myshell-react-lib",
3
- "version": "0.1.72",
3
+ "version": "0.1.74",
4
4
  "type": "module",
5
5
  "description": "React component library with Tailwind CSS integration",
6
6
  "main": "./dist/index.cjs",