@sikka/hawa 0.20.5-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 +6 -0
  2. package/package.json +5 -5
package/dist/index.css CHANGED
@@ -2751,6 +2751,12 @@ input[type="number"]::-webkit-inner-spin-button,
2751
2751
  .hawa-align-middle {
2752
2752
  vertical-align: middle;
2753
2753
  }
2754
+ .hawa-font-mono {
2755
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2756
+ }
2757
+ .hawa-font-sans {
2758
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2759
+ }
2754
2760
  .hawa-text-2xl {
2755
2761
  font-size: 1.5rem;
2756
2762
  line-height: 2rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.20.5-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",