@exakt/ui 0.0.63 → 0.0.64

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.63"
4
+ "version": "0.0.64"
5
5
  }
@@ -188,6 +188,12 @@ const onActivatorClick = () => {
188
188
  };
189
189
  </script>
190
190
  <style scoped lang="scss">
191
+ a {
192
+ text-decoration: none !important;
193
+ color: inherit !important;
194
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
195
+ }
196
+
191
197
  .t-dropdown {
192
198
  position: relative;
193
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exakt/ui",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "description": "A UI library for Nuxt.js",
5
5
  "license": "MIT",
6
6
  "type": "module",