@dataloop-ai/components 0.17.77 → 0.17.78

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.77",
3
+ "version": "0.17.78",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -194,14 +194,9 @@ export default defineComponent({
194
194
  display: none;
195
195
  &--visible {
196
196
  display: block;
197
- margin: 5px 0;
198
197
  }
199
198
  }
200
199
 
201
- .dl-list-spaced {
202
- margin: 5px 0;
203
- }
204
-
205
200
  .dl-list-item-disabled {
206
201
  color: var(--dl-color-disabled) !important;
207
202
  & > div > i::before {
@@ -43,7 +43,7 @@ export default defineComponent({
43
43
 
44
44
  <style scoped lang="scss">
45
45
  .dl-list {
46
- padding: 5px 0;
46
+ padding: 6px 0;
47
47
  background-color: var(--dl-color-panel-background);
48
48
  &--bordered {
49
49
  border: 1px solid var(--dl-color-separator);