@shiflo/ui 0.2.8 → 0.2.9

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,7 +1,7 @@
1
1
  import a from "./radius.mjs";
2
2
  import r from "./spacing.mjs";
3
3
  import i from "./typography.mjs";
4
- const F = {
4
+ const t = {
5
5
  mode: "dark",
6
6
  palette: {
7
7
  primary: {
@@ -86,9 +86,9 @@ const F = {
86
86
  disabled: "#6C757D"
87
87
  },
88
88
  border: {
89
- light: "#6C757D",
90
- main: "#889096",
91
- dark: "#C0C7CE"
89
+ light: "#40434A",
90
+ main: "#52565D",
91
+ dark: "#889096"
92
92
  },
93
93
  gradient: {
94
94
  primaryToAccent: "linear-gradient(135deg, #5A8BFF 0%, hsl(225 100% 60%) 100%)"
@@ -99,5 +99,5 @@ const F = {
99
99
  radius: a
100
100
  };
101
101
  export {
102
- F as default
102
+ t as default
103
103
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shiflo/ui",
3
3
  "description": "Shiflo React UI Components",
4
- "version": "0.2.8",
4
+ "version": "0.2.9",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"