angular-tailwind-components 1.6.1 → 1.6.2

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 +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # Angular Tailwind Components
2
2
 
3
- [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/giuseppemorale/angular-tailwind-components?startScript=stackblitz&title=Angular%20Tailwind%20Components%20%E2%80%94%20Storybook)
4
-
5
- Apri la demo live su StackBlitz: avvia **Storybook** (tutti i componenti, stesso sorgente del repo).
6
-
7
3
  A comprehensive Angular component library built entirely with **Tailwind CSS v4** — zero additional UI dependencies.
8
4
 
5
+ **[Live demo (Storybook) on StackBlitz](https://stackblitz.com/fork/github/giuseppemorale/angular-tailwind-components?startScript=stackblitz)**
6
+
9
7
  ## Features
10
8
 
11
9
  - 🎨 **35 components** — Buttons, Inputs, Modals, Tables, DatePickers, and more
@@ -33,10 +31,7 @@ Your consuming project must have **Tailwind CSS v4** configured. Add the library
33
31
 
34
32
  The published `styles/tailwind.css` scans the sibling `fesm2022` bundle plus library `.html` / `.ts` sources for development. You do **not** need a separate `@source` to `node_modules/.../fesm2022` in the consumer.
35
33
 
36
- The same import also pulls in:
37
- @import 'tailwindcss';
38
-
39
- So you don't need to import the base styles
34
+ That stylesheet also includes Tailwind’s base import, so you do **not** need a separate `@import 'tailwindcss'` in your app.
40
35
 
41
36
  ## Quick Start
42
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-tailwind-components",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "files": [
5
5
  "fesm2022",
6
6
  "types",