@moises.ai/design-system 3.11.4 → 3.11.5

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": "3.11.4",
3
+ "version": "3.11.5",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -120,25 +120,27 @@ export const TrackHeader = memo(
120
120
  )}
121
121
  </IconButton>
122
122
  {instrumentOptions && (
123
- <DropdownMenu
124
- showActiveTrigger={true}
125
- trigger={
126
- <IconButton
127
- variant="ghost"
128
- size="1"
129
- className={classNames(
130
- styles.instrumentIconButton,
131
- styles.menuOptionsTrigger,
132
- )}
133
- >
134
- {instrumentSelected.icon}
135
- </IconButton>
136
- }
137
- options={instrumentOptions}
138
- onValueChange={onInstrumentChange}
139
- side="bottom"
140
- align="start"
141
- />
123
+ <Box {...DND_PROTECTION}>
124
+ <DropdownMenu
125
+ showActiveTrigger={true}
126
+ trigger={
127
+ <IconButton
128
+ variant="ghost"
129
+ size="1"
130
+ className={classNames(
131
+ styles.instrumentIconButton,
132
+ styles.menuOptionsTrigger,
133
+ )}
134
+ >
135
+ {instrumentSelected.icon}
136
+ </IconButton>
137
+ }
138
+ options={instrumentOptions}
139
+ onValueChange={onInstrumentChange}
140
+ side="bottom"
141
+ align="start"
142
+ />
143
+ </Box>
142
144
  )}
143
145
 
144
146
  <Tooltip content={title}>