@exakt/ui 0.0.23 → 0.0.24

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "exakt-ui",
3
3
  "configKey": "exakt",
4
- "version": "0.0.23"
4
+ "version": "0.0.24"
5
5
  }
@@ -175,7 +175,6 @@ const hoverColor = computed(() => {
175
175
  font-family: var(--e-font-family);
176
176
  box-sizing: border-box;
177
177
 
178
-
179
178
  border: transparent solid 0.1rem;
180
179
  &:focus-visible {
181
180
  transition: border-width 0.2s;
@@ -219,6 +218,7 @@ const hoverColor = computed(() => {
219
218
  border-radius: 100%;
220
219
  height: 4.2rem;
221
220
  z-index: 3;
221
+ padding: 0 !important;
222
222
  }
223
223
 
224
224
  &.block {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exakt/ui",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "A UI library for Nuxt.js",
5
5
  "license": "MIT",
6
6
  "type": "module",