@asd20/ui 3.2.950 → 3.2.952

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.950",
8
+ "version": "3.2.952",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -7,8 +7,7 @@
7
7
  :aria-hidden="disabled ? 'true' : undefined"
8
8
  :title="hideLabel ? label : undefined"
9
9
  :target="
10
- !link || link.startsWith('/')
11
- // || link.includes('asd20.org')
10
+ !link || link.startsWith('/') || link.includes('asd20.org')
12
11
  ? undefined
13
12
  : '_blank'
14
13
  "
@@ -377,11 +377,11 @@ $accent: var(--color__accent);
377
377
  }
378
378
  }
379
379
  &::v-deep .small-dot {
380
- width: space(0.25);
381
- height: space(0.25);
380
+ width: space(0.3);
381
+ height: space(0.3);
382
382
  .title::before {
383
- width: 6px;
384
- height: 6px;
383
+ width: 8px;
384
+ height: 8px;
385
385
  }
386
386
  }
387
387
  }