@soli92/solids 1.1.0 → 1.1.1
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/CHANGELOG.md +23 -16
- package/README.md +4 -2
- package/dist/css/utilities.css +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.1.1](https://github.com/soli92/solids/compare/v1.1.0...v1.1.1) (2026-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* align GitHub URLs to soli92; deploy Storybook on GitHub Release ([0faeb60](https://github.com/soli92/solids/commit/0faeb60fcfdb0b3e050e3e6e1d4e239e2ec58f0d))
|
|
7
|
+
|
|
1
8
|
# [1.1.0](https://github.com/Soli92/solids/compare/v1.0.0...v1.1.0) (2026-03-24)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -10,23 +17,23 @@
|
|
|
10
17
|
|
|
11
18
|
### Bug Fixes
|
|
12
19
|
|
|
13
|
-
* **base:** add prefers-color-scheme dark support for color-scheme property ([f055741](https://github.com/
|
|
14
|
-
* **ci:** pass NODE_AUTH_TOKEN for npm auth via setup-node ([9de7228](https://github.com/
|
|
15
|
-
* **ci:** upgrade Node to 22 for semantic-release compatibility ([3b0f4c0](https://github.com/
|
|
16
|
-
* **docs:** fix npm package name casing (must be lowercase) + fix import paths ([e51bd71](https://github.com/
|
|
17
|
-
* **release:** add missing semantic-release core plugins to devDependencies ([8b57869](https://github.com/
|
|
18
|
-
* **release:** correct semantic-release plugin order (git must be last) ([94d674b](https://github.com/
|
|
19
|
-
* **shadcn:** complete truncated dark theme block ([f7e36d9](https://github.com/
|
|
20
|
-
* **tokens:** add missing overlay color in dark theme ([ba011dd](https://github.com/
|
|
20
|
+
* **base:** add prefers-color-scheme dark support for color-scheme property ([f055741](https://github.com/soli92/solids/commit/f0557414b2fe1da5de8e46b7708676cc054f697f))
|
|
21
|
+
* **ci:** pass NODE_AUTH_TOKEN for npm auth via setup-node ([9de7228](https://github.com/soli92/solids/commit/9de72289c35ba69e37e5a7eecf2dd426af63d99f))
|
|
22
|
+
* **ci:** upgrade Node to 22 for semantic-release compatibility ([3b0f4c0](https://github.com/soli92/solids/commit/3b0f4c04e98dfb0ab4f6e3b97445d91c6a27f083))
|
|
23
|
+
* **docs:** fix npm package name casing (must be lowercase) + fix import paths ([e51bd71](https://github.com/soli92/solids/commit/e51bd713618c91e0893529d2570d89663c535ed2))
|
|
24
|
+
* **release:** add missing semantic-release core plugins to devDependencies ([8b57869](https://github.com/soli92/solids/commit/8b57869fdd2e85a3af79cb51c5bcb435b3ad313a))
|
|
25
|
+
* **release:** correct semantic-release plugin order (git must be last) ([94d674b](https://github.com/soli92/solids/commit/94d674b877120fd4c25bc5a42bf771912fe49341))
|
|
26
|
+
* **shadcn:** complete truncated dark theme block ([f7e36d9](https://github.com/soli92/solids/commit/f7e36d99cb19c9278240830f476f8652ebcfd850))
|
|
27
|
+
* **tokens:** add missing overlay color in dark theme ([ba011dd](https://github.com/soli92/solids/commit/ba011ddf5d43c5e77643906a79eda069683586e7))
|
|
21
28
|
|
|
22
29
|
|
|
23
30
|
### Features
|
|
24
31
|
|
|
25
|
-
* add real utility classes to utilities.css ([34112a4](https://github.com/
|
|
26
|
-
* add shadcn.css export and update package exports ([274256f](https://github.com/
|
|
27
|
-
* **css:** add shadcn/ui compatibility layer — maps shadcn vars to SoliDS tokens ([324131b](https://github.com/
|
|
28
|
-
* **tokens:** complete dark theme — all semantic overrides for dark mode ([8649ce5](https://github.com/
|
|
29
|
-
* **tokens:** complete light theme — all semantic overrides ([6d5f857](https://github.com/
|
|
30
|
-
* **tokens:** complete semantic tokens — text, bg, border, intent, interactive ([668d4b0](https://github.com/
|
|
31
|
-
* **tokens:** expand base palette — full color scale, typography, shadow, spacing ([06f1499](https://github.com/
|
|
32
|
-
* update build script to generate shadcn.css and full CSS variables ([a483dae](https://github.com/
|
|
32
|
+
* add real utility classes to utilities.css ([34112a4](https://github.com/soli92/solids/commit/34112a40516f9b1c964af45cbd93aca9e30634a9))
|
|
33
|
+
* add shadcn.css export and update package exports ([274256f](https://github.com/soli92/solids/commit/274256fe21fded1053201d2ad8a6cfe3a50eb47e))
|
|
34
|
+
* **css:** add shadcn/ui compatibility layer — maps shadcn vars to SoliDS tokens ([324131b](https://github.com/soli92/solids/commit/324131b18823edcc71900d840cc3a099159eb129))
|
|
35
|
+
* **tokens:** complete dark theme — all semantic overrides for dark mode ([8649ce5](https://github.com/soli92/solids/commit/8649ce542afa682926d73306d31d732c4985bdca))
|
|
36
|
+
* **tokens:** complete light theme — all semantic overrides ([6d5f857](https://github.com/soli92/solids/commit/6d5f857581a8642da6eab5dcd30c1eb1987d8c4d))
|
|
37
|
+
* **tokens:** complete semantic tokens — text, bg, border, intent, interactive ([668d4b0](https://github.com/soli92/solids/commit/668d4b0b21bf98b624aa33f4a7709937a537d5d6))
|
|
38
|
+
* **tokens:** expand base palette — full color scale, typography, shadow, spacing ([06f1499](https://github.com/soli92/solids/commit/06f1499ccfc003d39c082590048d1484ef24f6af))
|
|
39
|
+
* update build script to generate shadcn.css and full CSS variables ([a483dae](https://github.com/soli92/solids/commit/a483dae64fc1ca97013dfd16124a73ad8609a2cd))
|
package/README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# SoliDS
|
|
2
2
|
|
|
3
|
-
**SoliDS** è il design system personale di [
|
|
3
|
+
**SoliDS** è il design system personale di [soli92](https://github.com/soli92) —
|
|
4
4
|
una fondamenta **agnostica** basata su **design tokens** e **CSS variables**,
|
|
5
5
|
pronta all'uso con qualsiasi framework web e compatibile con **shadcn/ui**.
|
|
6
6
|
|
|
7
|
+
**Storybook** (docs + esempio Button): dopo ogni release su npm viene pubblicato su GitHub Pages — [soli92.github.io/solids](https://soli92.github.io/solids/) (attiva *Settings → Pages → Source: GitHub Actions* se è la prima volta).
|
|
8
|
+
|
|
7
9
|
---
|
|
8
10
|
|
|
9
11
|
## Cosa include
|
|
@@ -247,4 +249,4 @@ docs/
|
|
|
247
249
|
|
|
248
250
|
## License
|
|
249
251
|
|
|
250
|
-
MIT © [
|
|
252
|
+
MIT © [soli92](https://github.com/soli92)
|
package/dist/css/utilities.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* ============================================================
|
|
2
2
|
SoliDS — Utility Classes
|
|
3
3
|
Lightweight, token-driven utility layer.
|
|
4
|
-
Import via: @import "@
|
|
4
|
+
Import via: @import "@soli92/solids/css/index.css"
|
|
5
5
|
============================================================ */
|
|
6
6
|
|
|
7
7
|
/* ─── Display ────────────────────────────────────────────── */
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soli92/solids",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "SoliDS – agnostic design system foundations (tokens + CSS) with shadcn/ui compatibility.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/soli92/solids.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://github.com/
|
|
10
|
+
"homepage": "https://github.com/soli92/solids#readme",
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/soli92/solids/issues"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"design-system",
|