@torch-ui/solid 0.1.3 → 0.1.4

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/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,12 +36,8 @@ For class-based dark mode (e.g. `<body class="dark">`), add the custom variant b
36
36
  @import "@torchui/solid/styles/theme.css";
37
37
 
38
38
  @custom-variant dark (&:where(.dark, .dark *));
39
-
40
- @source "../node_modules/@torchui/solid/src/**/*.{ts,tsx}";
41
39
  ```
42
40
 
43
- > **Note:** Adjust the `@source` path if your CSS file is not at `src/app.css` (e.g. in a monorepo the path may be `../../../packages/ui/src/**/*.{ts,tsx}`).
44
-
45
41
  ## Usage
46
42
 
47
43
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@torch-ui/solid",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A modern, accessible SolidJS component library built with Tailwind CSS and Kobalte",
5
5
  "type": "module",
6
6
  "files": [