inputs-wc 0.1.141 → 0.1.142

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.
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -1,4 +1,4 @@
1
1
  // WARNING: generated file...
2
- const TW_VERSION = '4.2.0';
2
+ const TW_VERSION = '4.2.1';
3
3
  export { TW_VERSION };
4
4
  export default TW_VERSION;
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -1,3 +1,3 @@
1
- declare const TW_VERSION = "4.2.0";
1
+ declare const TW_VERSION = "4.2.1";
2
2
  export { TW_VERSION };
3
3
  export default TW_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inputs-wc",
3
- "version": "0.1.141",
3
+ "version": "0.1.142",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "prettier": "3.8.1",
31
31
  "prettier-plugin-tailwindcss": "0.7.2",
32
32
  "proto-tailwindcss-clrs": "0.0.471",
33
- "tailwindcss": "4.2.0",
33
+ "tailwindcss": "4.2.1",
34
34
  "typescript": "5.9.3",
35
35
  "workbox-build": "7.4.0",
36
36
  "yoctocolors": "2.1.2"