@sikka/hawa 0.20.6-next → 0.20.7-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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +5 -5
package/dist/index.css CHANGED
@@ -3223,9 +3223,9 @@ input[type="number"]::-webkit-inner-spin-button,
3223
3223
  --tw-shadow: 0.25rem 0.25rem hsl(var(--primary));
3224
3224
  box-shadow: var(--tw-shadow);
3225
3225
  }
3226
- /* body {
3226
+ body {
3227
3227
  font-family: "IBM Plex Sans Arabic", sans-serif;
3228
- } */
3228
+ }
3229
3229
  .selection\:hawa-p-0 *::-moz-selection {
3230
3230
  padding: 0px;
3231
3231
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.20.6-next",
3
+ "version": "0.20.7-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",
@@ -72,14 +72,14 @@
72
72
  "@radix-ui/react-tooltip": "^1.0.7",
73
73
  "@tanstack/react-table": "^8.10.7",
74
74
  "@types/node": "^20.10.2",
75
- "@types/react": "^18.2.38",
75
+ "@types/react": "^18.2.41",
76
76
  "@types/react-dom": "^18.2.17",
77
77
  "class-variance-authority": "^0.7.0",
78
78
  "clsx": "^2.0.0",
79
79
  "cmdk": "^0.2.0",
80
80
  "embla-carousel-auto-height": "^8.0.0-rc14",
81
81
  "embla-carousel-react": "^8.0.0-rc14",
82
- "eslint": "^8.54.0",
82
+ "eslint": "^8.55.0",
83
83
  "eslint-config-next": "^14.0.3",
84
84
  "libphonenumber-js": "^1.10.50",
85
85
  "next": "^14.0.3",
@@ -91,7 +91,7 @@
91
91
  "react-headless-pagination": "^1.1.4",
92
92
  "react-hook-form": "^7.48.2",
93
93
  "react-select": "^5.8.0",
94
- "tailwind-merge": "^2.0.0",
94
+ "tailwind-merge": "^2.1.0",
95
95
  "zod": "^3.22.3"
96
96
  },
97
97
  "devDependencies": {
@@ -115,7 +115,7 @@
115
115
  "jest": "^29.7.0",
116
116
  "jest-environment-jsdom": "^29.7.0",
117
117
  "lucide-react": "^0.294.0",
118
- "postcss": "^8.4.31",
118
+ "postcss": "^8.4.32",
119
119
  "postcss-cli": "^10.1.0",
120
120
  "postcss-import": "^15.1.0",
121
121
  "recharts": "^2.10.3",