@alepha/ui 0.14.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Alepha Ui
1
+ # Alepha @alepha/ui
2
2
 
3
3
  UI components and themes for Alepha framework based on Mantine UI library.
4
4
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "mantine"
8
8
  ],
9
9
  "author": "Nicolas Foures",
10
- "version": "0.14.0",
10
+ "version": "0.14.1",
11
11
  "type": "module",
12
12
  "engines": {
13
13
  "node": ">=22.0.0"
@@ -22,7 +22,7 @@
22
22
  "styles.css"
23
23
  ],
24
24
  "dependencies": {
25
- "@alepha/react": "0.14.0",
25
+ "@alepha/react": "0.14.1",
26
26
  "@mantine/core": "^8.3.10",
27
27
  "@mantine/dates": "^8.3.10",
28
28
  "@mantine/hooks": "^8.3.10",
@@ -31,7 +31,7 @@
31
31
  "@mantine/nprogress": "^8.3.10",
32
32
  "@mantine/spotlight": "^8.3.10",
33
33
  "@tabler/icons-react": "^3.36.0",
34
- "alepha": "0.14.0",
34
+ "alepha": "0.14.1",
35
35
  "dayjs": "^1.11.19"
36
36
  },
37
37
  "devDependencies": {