@exakt/ui 0.0.46 → 0.0.47

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.46"
4
+ "version": "0.0.47"
5
5
  }
@@ -7,12 +7,12 @@
7
7
  <e-icon
8
8
  :fill="false"
9
9
  size="17"
10
- class="mr-1 icon"
10
+ class="mr-2 icon"
11
11
  >
12
12
  {{ icon }}
13
13
  </e-icon><e-icon
14
14
  size="17"
15
- class="mr-1 check"
15
+ class="mr-2 check"
16
16
  >
17
17
  check
18
18
  </e-icon>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exakt/ui",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "A UI library for Nuxt.js",
5
5
  "license": "MIT",
6
6
  "type": "module",