@kvell-group/ui 1.14.0 → 1.14.1

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.
@@ -1,5 +1,5 @@
1
1
  import { colorsTuple as e } from "@mantine/core";
2
- const a = {
2
+ const r = {
3
3
  focusRing: "never",
4
4
  scale: 1,
5
5
  //default value
@@ -14,6 +14,7 @@ const a = {
14
14
  //borders
15
15
  "border-action-normal": e("#dee0e3"),
16
16
  "border-action-destructive": e("#f7c3c0"),
17
+ "border-base-alpha": e("#0a0f2914"),
17
18
  //buttons
18
19
  "background-button-tertiary": e("#0a0f290a"),
19
20
  "background-button-primary-disabled": e("#e9eaec"),
@@ -179,5 +180,5 @@ const a = {
179
180
  }
180
181
  };
181
182
  export {
182
- a as theme
183
+ r as theme
183
184
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kvell-group/ui",
3
3
  "author": "Kvell Group",
4
4
  "private": false,
5
- "version": "1.14.0",
5
+ "version": "1.14.1",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist",