santycss 1.8.0 โ 2.0.0
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/README.md +68 -4
- package/dist/santy-components.css +1856 -0
- package/dist/santy-core.css +1 -1
- package/dist/santy.css +1857 -1
- package/dist/santy.min.css +1 -1
- package/package.json +68 -68
package/README.md
CHANGED
|
@@ -16,7 +16,57 @@ Class names read like sentences. No build step. No configuration. Just link and
|
|
|
16
16
|
</div>
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
> ๐ **[santycss.santy.in](https://santycss.santy.in)** ยท ๐ **[Class Reference](https://santycss.santy.in/classes.html)** ยท ๐ฌ **[Animations](https://santycss.santy.in/animations.html)** ยท ๐ฆ **[npm Docs](https://santycss.santy.in/docs.html)**
|
|
19
|
+
> ๐ **[santycss.santy.in](https://santycss.santy.in)** ยท ๐ **[Class Reference](https://santycss.santy.in/classes.html)** ยท ๐ **[Webflow](https://santycss.santy.in/webflow.html)** ยท ๐ฌ **[Animations](https://santycss.santy.in/animations.html)** ยท ๐ฆ **[npm Docs](https://santycss.santy.in/docs.html)**
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## What's New in v2.0
|
|
24
|
+
|
|
25
|
+
### ๐ฆ Creature Animations โ Premium Free
|
|
26
|
+
|
|
27
|
+
10 hand-crafted creature animations included free in v2.0. No extra import, no paywall โ just add the class.
|
|
28
|
+
|
|
29
|
+
| Class | Creature | Description |
|
|
30
|
+
|---|---|---|
|
|
31
|
+
| `animate-bat-fly` | ๐ฆ Bat | Flies across screen with arcing path |
|
|
32
|
+
| `animate-bat-wings` | ๐ฆ Bat wings | Wing flap loop (combine with `animate-bat-fly`) |
|
|
33
|
+
| `animate-butterfly` | ๐ฆ Butterfly | Wing flap using scaleX |
|
|
34
|
+
| `animate-butterfly-drift` | ๐ฆ Butterfly drift | Drifts through the air while flapping |
|
|
35
|
+
| `animate-firefly` | ๐ Firefly | Erratic glowing float |
|
|
36
|
+
| `animate-firefly-glow` | โจ Firefly glow | Pulsing yellow glow effect |
|
|
37
|
+
| `animate-spider-drop` | ๐ท๏ธ Spider | Descends on thread and ascends |
|
|
38
|
+
| `animate-spider-swing` | ๐ท๏ธ Spider swing | Pendulum swing on thread |
|
|
39
|
+
| `animate-fish-swim` | ๐ Fish | Swims with tail-wave body motion |
|
|
40
|
+
| `animate-jellyfish` | ๐ Jellyfish | Pulsing bell contraction + float |
|
|
41
|
+
| `animate-jellyfish-tendrils` | ๐ Tendrils | Trailing tendril sway |
|
|
42
|
+
| `animate-bird-flock` | ๐ฆ Bird | Soaring arc with rotation |
|
|
43
|
+
| `animate-bird-flock-2` / `animate-bird-flock-3` | ๐ฆ๐ฆ Flock | Staggered offsets for formation effect |
|
|
44
|
+
| `animate-bee-hover` | ๐ Bee | Hovering with natural drift |
|
|
45
|
+
| `animate-bee-buzz` | ๐ Buzz | Rapid wing-buzz shake |
|
|
46
|
+
| `animate-snake-slither` | ๐ Snake | Sinusoidal slithering path |
|
|
47
|
+
| `animate-dragon-fire` | ๐ฅ Dragon fire | Fire burst expanding and fading |
|
|
48
|
+
| `animate-fire-flicker` | ๐ฅ Flicker | Rapid flame flicker |
|
|
49
|
+
|
|
50
|
+
```html
|
|
51
|
+
<!-- Bat flying across -->
|
|
52
|
+
<span class="animate-bat-fly animate-bat-wings">๐ฆ</span>
|
|
53
|
+
|
|
54
|
+
<!-- Butterfly flapping and drifting -->
|
|
55
|
+
<span class="animate-butterfly animate-butterfly-drift">๐ฆ</span>
|
|
56
|
+
|
|
57
|
+
<!-- Firefly with glow -->
|
|
58
|
+
<span class="animate-firefly animate-firefly-glow">โจ</span>
|
|
59
|
+
|
|
60
|
+
<!-- Bird flock formation (3 birds) -->
|
|
61
|
+
<span class="animate-bird-flock">๐ฆ</span>
|
|
62
|
+
<span class="animate-bird-flock-2">๐ฆ</span>
|
|
63
|
+
<span class="animate-bird-flock-3">๐ฆ</span>
|
|
64
|
+
|
|
65
|
+
<!-- Dragon fire breath -->
|
|
66
|
+
<span class="animate-dragon-fire animate-fire-flicker">๐ฅ</span>
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
> ๐ฌ **[See all creature animations live โ](https://santycss.santy.in/animations.html#creature-animations)**
|
|
20
70
|
|
|
21
71
|
---
|
|
22
72
|
|
|
@@ -26,7 +76,11 @@ Class names read like sentences. No build step. No configuration. Just link and
|
|
|
26
76
|
|
|
27
77
|
Inspect any Figma layer and get the exact SantyCSS classes in one click.
|
|
28
78
|
|
|
29
|
-
**
|
|
79
|
+
**Download / Install:**
|
|
80
|
+
|
|
81
|
+
> ๐ **[Download from santycss.santy.in/docs.html](https://santycss.santy.in/docs.html#figma-plugin)** โ full setup guide and one-click download
|
|
82
|
+
|
|
83
|
+
**Local development install:**
|
|
30
84
|
1. Clone this repo โ the plugin lives in `figma-plugin-santycss/`
|
|
31
85
|
2. Open **Figma Desktop** โ Plugins โ Development โ **Import plugin from manifest**
|
|
32
86
|
3. Select `figma-plugin-santycss/manifest.json`
|
|
@@ -111,9 +165,9 @@ Inspect any Figma layer and get the exact SantyCSS classes in one click.
|
|
|
111
165
|
| `.date-picker` / `.date-picker-grid` / `.date-picker-day` | Full calendar date picker |
|
|
112
166
|
| `.date-picker-day.today` / `.selected` / `.in-range` | Day state modifiers |
|
|
113
167
|
|
|
114
|
-
### ๐จ Figma Plugin
|
|
168
|
+
### ๐จ Figma Plugin
|
|
115
169
|
|
|
116
|
-
|
|
170
|
+
The **SantyCSS Figma Plugin** is live โ inspect Figma designs and get the exact SantyCSS classes that match. See [What's New in v1.8](#-santycss-inspector--figma-plugin) above for full details and the download link.
|
|
117
171
|
|
|
118
172
|
---
|
|
119
173
|
|
|
@@ -309,6 +363,14 @@ The **built-in AI Generator** converts plain English โ SantyCSS classes in the
|
|
|
309
363
|
|
|
310
364
|
---
|
|
311
365
|
|
|
366
|
+
## Webflow
|
|
367
|
+
|
|
368
|
+
Use SantyCSS on **[Webflow](https://webflow.com/)** without a build step: add the CDN `<link>` in **Project settings โ Custom Code โ Head**, then enter utility classes in the **Style โ Selector** field on any element.
|
|
369
|
+
|
|
370
|
+
- **[Webflow guide + copy-paste snippets + sidebar class index](https://santycss.santy.in/webflow.html)** โ head/footer code, optional split bundles, scroll-animation helper, design tokens.
|
|
371
|
+
|
|
372
|
+
---
|
|
373
|
+
|
|
312
374
|
## Installation
|
|
313
375
|
|
|
314
376
|
```bash
|
|
@@ -532,10 +594,12 @@ The file `santycss.context.md` (in the GitHub repo) is a ready-made system promp
|
|
|
532
594
|
|
|
533
595
|
- ๐ Website: [santycss.santy.in](https://santycss.santy.in)
|
|
534
596
|
- ๐ Class Reference: [santycss.santy.in/classes.html](https://santycss.santy.in/classes.html)
|
|
597
|
+
- ๐ Webflow: [santycss.santy.in/webflow.html](https://santycss.santy.in/webflow.html)
|
|
535
598
|
- ๐ฌ Animations: [santycss.santy.in/animations.html](https://santycss.santy.in/animations.html)
|
|
536
599
|
- ๐ฎ Live Demo: [santycss.santy.in/demo.html](https://santycss.santy.in/demo.html)
|
|
537
600
|
- ๐ฆ npm Docs: [santycss.santy.in/docs.html](https://santycss.santy.in/docs.html)
|
|
538
601
|
- ๐ Issues: [github.com/ChintuSanty/santyCSS/issues](https://github.com/ChintuSanty/santyCSS/issues)
|
|
602
|
+
- ๐ฌ Discussions: [GitHub Discussions](https://github.com/orgs/community/discussions/190269)
|
|
539
603
|
|
|
540
604
|
---
|
|
541
605
|
|