@dataloop-ai/components 0.17.65 → 0.17.66

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": "@dataloop-ai/components",
3
- "version": "0.17.65",
3
+ "version": "0.17.66",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -166,9 +166,11 @@ export default defineComponent({
166
166
  display: inline-flex;
167
167
  width: var(--option-group-width);
168
168
  max-width: var(--option-group-max-width);
169
+ gap: 20px;
169
170
  }
170
171
  .option-group-wrapper.column {
171
172
  flex-direction: column;
173
+ gap: 10px;
172
174
  }
173
175
 
174
176
  .option {
@@ -179,8 +181,7 @@ export default defineComponent({
179
181
  font-size: var(--dl-font-size-body);
180
182
  user-select: none;
181
183
  color: var(--dl-color-darker);
182
- margin: 10px 5px;
183
- gap: 5px;
184
+ gap: 10px;
184
185
  }
185
186
 
186
187
  .disabled {