@sikka/hawa 0.26.20 → 0.26.21

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 +107 -0
  2. package/package.json +10 -10
package/README.md ADDED
@@ -0,0 +1,107 @@
1
+ <p align="center">
2
+ <img src="https://res.cloudinary.com/dt8onsdfl/image/upload/v1694478376/hawa-logo-white-bg.jpg" alt="Hawa | هواء" />
3
+ </p>
4
+
5
+ <p align="center">
6
+ <a href="https://hawa.style/docs">Documentation</a> -
7
+ <a href="https://github.com/sikka-software/Hawa/blob/main/CHANGELOG.md">Changelog</a>
8
+ <!-- <a href="https://hawa.style/roadmap">Roadmap</a> -->
9
+ </p>
10
+
11
+ <p align="center">
12
+ <a href="https://www.npmjs.com/package/@sikka/hawa">
13
+ <img src="https://img.shields.io/npm/v/@sikka/hawa.svg?style=flat&colorA=000000&colorB=1082c3" alt="npm"/>
14
+ </a>
15
+ <!-- <a href="https://www.npmjs.com/package/@sikka/hawa">
16
+ <img src="https://img.shields.io/npm/v/@sikka/hawa/beta.svg?style=flat&colorA=000000&colorB=ea7637" alt="@beta tag"/>
17
+ </a> -->
18
+ <a href="https://www.npmjs.com/package/@sikka/hawa">
19
+ <img src="https://img.shields.io/npm/v/@sikka/hawa/next.svg?style=flat&colorA=000000&colorB=ea7637" alt="@next tag"/>
20
+ </a>
21
+ <a href="https://www.npmjs.com/package/@sikka/hawa">
22
+ <img src="https://img.shields.io/npm/dt/@sikka/hawa.svg?style=flat&colorA=000000&colorB=000000" alt="npm"/>
23
+ </a>
24
+ <br />
25
+ <a href="https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml">
26
+ <img src="https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml/badge.svg" alt="@latest tag"/>
27
+ </a>
28
+ <a href="https://github.com/sikka-software/Hawa/actions/workflows/hawa-beta.yml">
29
+ <img src="https://github.com/sikka-software/Hawa/actions/workflows/hawa-monorepo.yml/badge.svg" alt="@next tag"/>
30
+ </a>
31
+ </p>
32
+
33
+ ---
34
+
35
+ <p style="font-size: 40px; font-weight: 500" align="center">Hawa | هــواء</p>
36
+ <p align="center">Opinionated UI Kit for web apps and websites built with TailwindCSS</p>
37
+
38
+ ---
39
+
40
+ ### Tools used
41
+
42
+ - Styling: [Tailwind](https://tailwindcss.com/)
43
+ - Headless UI: [Radix-UI](https://www.radix-ui.com/)
44
+ - Forms: [react-hook-form](https://react-hook-form.com/)
45
+ - Tables: [@tanstack/react-table](https://tanstack.com/table/v8)
46
+ - Form Validation: [zod](https://zod.dev/)
47
+ - Phone Validation: [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js)
48
+ - Carousel: [embla-carousel-react](https://www.embla-carousel.com/)
49
+ - Combobox: [cmdk](https://github.com/pacocoursey/cmdk)
50
+
51
+ ## Install
52
+
53
+ **Note:** Current npm tags 👇
54
+
55
+ `@beta` is archived.
56
+
57
+ `@next` only points to pre-releases.
58
+
59
+ `@latest` for the latest stable release.
60
+
61
+ ```bash
62
+ npm install @sikka/hawa
63
+ ```
64
+
65
+ </br>
66
+
67
+ # Contributing
68
+
69
+ To contribute, clone this github repository and run the development server
70
+
71
+ ```js
72
+ // To preview the components
73
+ npm run storybook
74
+ // To run the landing pages
75
+ npm run dev
76
+ ```
77
+
78
+ To build the library to /dist
79
+
80
+ ```
81
+ npm run build-lib
82
+ ```
83
+
84
+ To generate /dist/index.css
85
+
86
+ ```
87
+ npm run build-css
88
+ ```
89
+
90
+ </br>
91
+
92
+ ![Alt](https://repobeats.axiom.co/api/embed/0aa365b7bd1591de135582699d523de7b262eecb.svg "Repobeats analytics image")
93
+
94
+ ## License
95
+
96
+ MIT © [SIKKA SOFTWARE](https://sikka.sa)
97
+
98
+ <!--start: logo-->
99
+ <p align="center">
100
+ <a href="https://sikka.io">
101
+ <img width="44" alt="Sikka" src="https://i.postimg.cc/8cK4tnKQ/sikka-symbol-black.png">
102
+ </a>
103
+ </p>
104
+ <p align="center">
105
+ <sub>An open source project by <a href="https://sikka.io">Sikka</a></sub>
106
+ </p>
107
+ <!--end: logo-->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.26.20",
3
+ "version": "0.26.21",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",
@@ -45,7 +45,7 @@
45
45
  "dist/**"
46
46
  ],
47
47
  "dependencies": {
48
- "@hookform/resolvers": "^3.3.3",
48
+ "@hookform/resolvers": "^3.3.4",
49
49
  "@radix-ui/react-accordion": "^1.1.2",
50
50
  "@radix-ui/react-checkbox": "^1.0.4",
51
51
  "@radix-ui/react-collapsible": "^1.0.3",
@@ -61,13 +61,13 @@
61
61
  "@radix-ui/react-tabs": "^1.0.4",
62
62
  "@radix-ui/react-toast": "^1.1.5",
63
63
  "@radix-ui/react-tooltip": "^1.0.7",
64
- "@tanstack/react-table": "^8.11.2",
65
- "@tanstack/table-core": "^8.11.2",
64
+ "@tanstack/react-table": "^8.11.3",
65
+ "@tanstack/table-core": "^8.11.3",
66
66
  "class-variance-authority": "^0.7.0",
67
67
  "clsx": "^2.1.0",
68
68
  "cmdk": "^0.2.0",
69
- "embla-carousel-auto-height": "^8.0.0-rc17",
70
- "embla-carousel-react": "^8.0.0-rc17",
69
+ "embla-carousel-auto-height": "^8.0.0-rc18",
70
+ "embla-carousel-react": "^8.0.0-rc18",
71
71
  "eslint": "^8.56.0",
72
72
  "eslint-config-next": "^14.0.4",
73
73
  "libphonenumber-js": "^1.10.53",
@@ -86,7 +86,7 @@
86
86
  "devDependencies": {
87
87
  "@babel/preset-react": "^7.23.3",
88
88
  "@sikka/alam": "^0.0.4",
89
- "@testing-library/jest-dom": "^6.1.6",
89
+ "@testing-library/jest-dom": "^6.2.0",
90
90
  "@testing-library/react": "^14.1.2",
91
91
  "@types/jest": "^29.5.11",
92
92
  "@types/react": "^18.2.46",
@@ -95,10 +95,10 @@
95
95
  "embla-carousel": "8.0.0-rc18",
96
96
  "jest": "^29.7.0",
97
97
  "jest-environment-jsdom": "^29.7.0",
98
- "lucide-react": "^0.303.0",
99
- "postcss": "^8.4.32",
98
+ "lucide-react": "^0.306.0",
99
+ "postcss": "^8.4.33",
100
100
  "postcss-cli": "^11.0.0",
101
- "postcss-import": "^15.1.0",
101
+ "postcss-import": "^16.0.0",
102
102
  "tailwindcss": "^3.4.0",
103
103
  "tailwindcss-animate": "^1.0.7",
104
104
  "tsconfig-paths-webpack-plugin": "^4.1.0",