myshell-react-lib 0.1.24 → 0.1.26

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.
@@ -80,9 +80,9 @@
80
80
  // Colors Component_colors_button_static
81
81
  --Component-Colors-Button-Static-fg-default: var(--Neutral-5);
82
82
  --Component-Colors-Button-Static-fg-alt: var(--Neutral-70);
83
- --Component-Colors-Button-Static-bg-default: var(--Opacity-On-Surface-10);
84
- --Component-Colors-Button-Static-bg-hover: var(--Opacity-On-Surface-20);
85
- --Component-Colors-Button-Static-bg-active: var(--Opacity-On-Surface-30);
83
+ --Component-Colors-Button-Static-bg-default: var(--Neutral-99);
84
+ --Component-Colors-Button-Static-bg-hover: var(--Neutral-95);
85
+ --Component-Colors-Button-Static-bg-active: var(--Neutral-90);
86
86
  --Component-Colors-Button-Static-border-default: var(--Opacity-On-Surface-40);
87
87
  --Component-Colors-Button-Static-border-alt: var(--Opacity-On-Surface-40);
88
88
 
@@ -193,7 +193,7 @@
193
193
  --Component-Colors-Switch-fg-disabled: var(--Opacity-White-60);
194
194
  --Component-Colors-Switch-bg-default: var(--Neutral-Variant-90);
195
195
  --Component-Colors-Switch-bg-on: var(--Neutral-Variant-5);
196
- --Component-Colors-Switch-bg-disabled: var(--Neutral-Variant-98);
196
+ --Component-Colors-Switch-bg-disabled: var(--Neutral-Variant-95);
197
197
 
198
198
  // Colors Component_colors_tag
199
199
  --Component-Colors-Tag-bg-default: var(--Opacity-On-Surface-20);
@@ -214,7 +214,7 @@
214
214
  --Opacity-On-Surface-10: #dbd9d729;
215
215
  --Opacity-On-Surface-20: #bdbcbb33;
216
216
  --Opacity-On-Surface-30: #a8a7a533;
217
- --Opacity-On-Surface-40: #94928f33;
217
+ --Opacity-On-Surface-40: #94928F33;
218
218
 
219
219
  // White
220
220
  --Opacity-White-1: #ffffff03;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myshell-react-lib",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "type": "module",
5
5
  "description": "React component library with Tailwind CSS integration",
6
6
  "main": "./dist/index.cjs",