@moises.ai/design-system 4.14.9 → 4.15.0

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": "@moises.ai/design-system",
3
- "version": "4.14.9",
3
+ "version": "4.15.0",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -250,9 +250,10 @@
250
250
  .listCardsItemLoading {
251
251
  outline: 1px solid var(--neutral-alpha-4) !important;
252
252
  outline-offset: -1px;
253
+ pointer-events: none;
253
254
  }
254
255
 
255
- .cardWrapperLoading:hover .listCardsItem {
256
+ .listCardsItemLoading:hover {
256
257
  background-color: transparent !important;
257
258
  outline: 1px solid var(--neutral-alpha-4) !important;
258
259
  outline-offset: -1px;
@@ -280,6 +281,12 @@
280
281
 
281
282
  .cardWrapperLoading {
282
283
  position: relative;
284
+ cursor: default;
285
+ pointer-events: none;
286
+ }
287
+
288
+ .cardWrapperLoading .customActions {
289
+ pointer-events: auto;
283
290
  }
284
291
 
285
292
  .cardWrapperLoading::before {