@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.
- package/dist/design-system.cjs +2 -0
- package/dist/design-system.js +2 -0
- package/package.json +1 -1
package/dist/design-system.cjs
CHANGED
|
@@ -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"] {
|
package/dist/design-system.js
CHANGED
|
@@ -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