triafly-ui-kit 1.0.109 → 1.0.110

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,6 +1,6 @@
1
1
  {
2
2
  "name": "triafly-ui-kit",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "description": "UI Kit from Triafly",
5
5
  "main": "./dist/main.js",
6
6
  "module": "./dist/main.js",
@@ -203,8 +203,8 @@ html[data-theme="light"] {
203
203
  --color-chart-accent_purple: var(--light-purple-100);
204
204
 
205
205
  /* Light Theme - Effects */
206
- --effect-shadow-L: #12121208;
207
- --effect-shadow-XL: #12121215;
206
+ --effect-shadow-L: #12121212;
207
+ --effect-shadow-XL: #12121220;
208
208
 
209
209
  /* Light Theme - SideMenu */
210
210
  --color-sidemenu-bg-default: var(--light-neutral-0);