lynote-ui 0.0.4 → 0.0.5

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/style.css +4 -0
  2. package/package.json +2 -1
package/dist/style.css CHANGED
@@ -880,6 +880,10 @@
880
880
  height: calc(var(--spacing) * 12);
881
881
  }
882
882
 
883
+ .h-40 {
884
+ height: calc(var(--spacing) * 40);
885
+ }
886
+
883
887
  .h-72 {
884
888
  height: calc(var(--spacing) * 72);
885
889
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lynote-ui",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Reusable React UI component library.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",
@@ -348,6 +348,7 @@
348
348
  "vaul": "^1.1.2"
349
349
  },
350
350
  "devDependencies": {
351
+ "@tailwindcss/postcss": "4.2.2",
351
352
  "@tailwindcss/vite": "^4.2.2",
352
353
  "@vitejs/plugin-react": "^6.0.1",
353
354
  "chrono-node": "^2.9.0",