@insymetri/styleguide 0.1.28 → 0.1.29

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.
@@ -864,7 +864,7 @@
864
864
 
865
865
  .card-border {
866
866
  position: relative;
867
- background: linear-gradient(160deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 35%);
867
+ background: linear-gradient(160deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 35%);
868
868
  }
869
869
 
870
870
  .card-border::before {
@@ -881,7 +881,7 @@
881
881
 
882
882
  .card-border-tl {
883
883
  position: relative;
884
- background: linear-gradient(160deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 35%);
884
+ background: linear-gradient(160deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 35%);
885
885
  }
886
886
 
887
887
  .card-border-tl::before,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {