@agregio-solutions/design-system 1.52.0 → 1.52.1

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.
@@ -2867,6 +2867,8 @@ See https://s-c.sh/2BAXzed for more info.`),window[Ja]+=1);const D8=l.createCont
2867
2867
  color: var(--color-content-neutral-primary-reversed) !important;
2868
2868
  font-size: ${J.extraSmall} !important;
2869
2869
  gap: var(--spacing-xs) !important;
2870
+ border: none !important;
2871
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
2870
2872
  }
2871
2873
 
2872
2874
  li[data-type="success"] {
@@ -28830,6 +28830,8 @@ const fB = /* @__PURE__ */ $.forwardRef(function(t, n) {
28830
28830
  color: var(--color-content-neutral-primary-reversed) !important;
28831
28831
  font-size: ${te.extraSmall} !important;
28832
28832
  gap: var(--spacing-xs) !important;
28833
+ border: none !important;
28834
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
28833
28835
  }
28834
28836
 
28835
28837
  li[data-type="success"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agregio-solutions/design-system",
3
- "version": "1.52.0",
3
+ "version": "1.52.1",
4
4
  "description": "React Component library and Storybook that is part of the Design System for Agregio Solutions",
5
5
  "type": "module",
6
6
  "module": "dist/design-system.js",