qt-ui-kit 1.0.119 → 1.0.121

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/dist/style.css CHANGED
@@ -1,4 +1,5 @@
1
- /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&family=Inter:wght@400;500;700&display=swap");
2
3
  @layer properties;
3
4
  @layer theme, base, components, utilities;
4
5
  @layer theme {
@@ -213,6 +214,9 @@
213
214
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
214
215
  padding-block: 0;
215
216
  }
217
+ ::-webkit-calendar-picker-indicator {
218
+ line-height: 1;
219
+ }
216
220
  :-moz-ui-invalid {
217
221
  box-shadow: none;
218
222
  }
@@ -1285,7 +1289,6 @@
1285
1289
  }
1286
1290
  }
1287
1291
  }
1288
- @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&family=Inter:wght@400;500;700&display=swap");
1289
1292
  :root {
1290
1293
  --font-sans: "Inter", sans-serif;
1291
1294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.119",
3
+ "version": "1.0.121",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -27,35 +27,35 @@
27
27
  "author": "",
28
28
  "license": "ISC",
29
29
  "peerDependencies": {
30
- "react": "^19.0.0",
31
- "react-dom": "^19.0.0"
30
+ "react": "^19.2.4",
31
+ "react-dom": "^19.2.4"
32
32
  },
33
33
  "dependencies": {
34
34
  "@tailwindcss/line-clamp": "^0.4.4",
35
- "@tailwindcss/postcss": "^4.1.4",
36
- "@tailwindcss/typography": "^0.5.16",
35
+ "@tailwindcss/postcss": "^4.1.18",
36
+ "@tailwindcss/typography": "^0.5.19",
37
37
  "clsx": "^2.1.1",
38
38
  "dompurify": "^3.2.6",
39
39
  "react-markdown": "^10.1.0",
40
40
  "rehype-raw": "^7.0.0",
41
41
  "remark-gfm": "^4.0.1",
42
- "tailwind-merge": "^3.2.0"
42
+ "tailwind-merge": "^3.4.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@ladle/react": "^5.0.2",
45
+ "@ladle/react": "^5.1.1",
46
46
  "@tailwindcss/forms": "^0.5.10",
47
- "@types/node": "^22.14.1",
48
- "@types/react": "^19.1.2",
49
- "@types/react-dom": "^19.2.2",
47
+ "@types/node": "^25.1.0",
48
+ "@types/react": "^19.2.10",
49
+ "@types/react-dom": "^19.2.3",
50
50
  "autoprefixer": "^10.4.21",
51
51
  "date-fns": "^4.1.0",
52
52
  "emoji-dictionary": "^1.0.12",
53
- "next": "^15.3.0",
53
+ "next": "16.1.6",
54
54
  "postcss": "^8.5.4",
55
55
  "postcss-cli": "^11.0.1",
56
- "tailwindcss": "^4.1.8",
56
+ "tailwindcss": "^4.1.18",
57
57
  "tsup": "^8.0.0",
58
- "typescript": "^5.8.3",
59
- "vite-plugin-svgr": "^4.3.0"
58
+ "typescript": "^5.9.3",
59
+ "vite-plugin-svgr": "^4.5.0"
60
60
  }
61
61
  }