@exakt/ui 0.0.46 → 0.0.48

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.48"
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>
@@ -139,6 +139,6 @@ a,
139
139
  --e-color-dark: #{$root-light};
140
140
  --e-color-dark-rgb: #{$root-light-rgb};
141
141
  color-scheme: dark;
142
- @include elev(18%, 0);
142
+ @include elev(10%, 0);
143
143
  }
144
144
  }
@@ -34,7 +34,7 @@ export default defineNuxtPlugin(() => {
34
34
  }
35
35
  return p;
36
36
  },
37
- rootColors: ["primary", "red", "dark", "light", "yellow"],
37
+ rootColors: ["primary", "red", "dark", "light", "yellow", "elev"],
38
38
  /**
39
39
  * Generates an alphanumeric ID of a given length.
40
40
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exakt/ui",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "description": "A UI library for Nuxt.js",
5
5
  "license": "MIT",
6
6
  "type": "module",