@sikka/hawa 0.11.5-next → 0.11.6-next

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/README.md CHANGED
@@ -30,18 +30,12 @@
30
30
  </a>
31
31
  </p>
32
32
 
33
- # Hawa | هواء
33
+ ---
34
34
 
35
- <!-- [![NPM](https://img.shields.io/npm/v/@sikka/hawa.svg?style=flat&colorA=000000&colorB=1082c3)](https://www.npmjs.com/package/@sikka/hawa) -->
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>
36
37
 
37
- <!-- [![NPM@beta](https://img.shields.io/npm/v/@sikka/hawa/beta.svg?style=flat&colorA=000000&colorB=ea7637)](https://www.npmjs.com/package/@sikka/hawa) -->
38
- <!--
39
- [![Hawa CI - @latest](https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml/badge.svg)](https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml)
40
- [![Hawa CI - @beta](https://github.com/sikka-software/Hawa/actions/workflows/hawa-beta.yml/badge.svg)](https://github.com/sikka-software/Hawa/actions/workflows/hawa-beta.yml) -->
41
-
42
- <!-- [![NPM](https://img.shields.io/npm/dt/@sikka/hawa.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/@sikka/hawa) -->
43
-
44
- > Opinionated UI Kit for web apps and websites built with TailwindCSS
38
+ ---
45
39
 
46
40
  ### Tools used
47
41
 
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
3
3
  *//*
4
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.11.5-next",
3
+ "version": "0.11.6-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {
@@ -41,16 +41,16 @@
41
41
  "@radix-ui/react-toast": "^1.1.5",
42
42
  "@radix-ui/react-tooltip": "^1.0.7",
43
43
  "@tanstack/react-table": "^8.10.3",
44
- "@types/node": "20.8.4",
45
- "@types/react": "18.2.28",
46
- "@types/react-dom": "18.2.13",
44
+ "@types/node": "^20.8.9",
45
+ "@types/react": "^18.2.32",
46
+ "@types/react-dom": "^18.2.14",
47
47
  "class-variance-authority": "^0.7.0",
48
48
  "clsx": "^2.0.0",
49
49
  "cmdk": "^0.2.0",
50
50
  "eslint": "8.50.0",
51
51
  "eslint-config-next": "13.5.3",
52
52
  "libphonenumber-js": "^1.10.48",
53
- "next": "^13.5.4",
53
+ "next": "^13.5.6",
54
54
  "next-themes": "^0.2.1",
55
55
  "prism-react-renderer": "^2.1.0",
56
56
  "react": "18.2.0",
@@ -75,13 +75,13 @@
75
75
  "@storybook/testing-library": "^0.2.2",
76
76
  "autoprefixer": "^10.4.16",
77
77
  "eslint-plugin-storybook": "^0.6.15",
78
- "lucide-react": "^0.279.0",
78
+ "lucide-react": "^0.289.0",
79
79
  "postcss": "^8.4.31",
80
80
  "postcss-cli": "^10.1.0",
81
81
  "postcss-import": "^15.1.0",
82
82
  "storybook": "^7.5.1",
83
83
  "storybook-dark-mode": "^3.0.1",
84
- "tailwindcss": "^3.3.3",
84
+ "tailwindcss": "^3.3.5",
85
85
  "tailwindcss-animate": "^1.0.7",
86
86
  "tsup": "^7.2.0"
87
87
  }