ps-helix 7.0.0 → 7.0.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.
- package/CONFIGURATION.md +1 -1
- package/README.md +3 -3
- package/TOKENS.md +3 -2
- package/fesm2022/ps-helix.mjs +152 -143
- package/fesm2022/ps-helix.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/styles/themes/dark-auto.css +4 -1
- package/src/lib/styles/themes/dark.css +4 -1
- package/src/lib/styles/tokens/sizing.tokens.css +10 -0
- package/types/ps-helix.d.ts +30 -16
package/CONFIGURATION.md
CHANGED
|
@@ -319,7 +319,7 @@ import { BUTTON_CONFIG } from 'ps-helix';
|
|
|
319
319
|
| `mode` | `'fixed'` |
|
|
320
320
|
| `position` | `'left'` |
|
|
321
321
|
| `width` | `'250px'` |
|
|
322
|
-
| `breakpoint` | `'
|
|
322
|
+
| `breakpoint` | `'47.9375em'` |
|
|
323
323
|
| `autoFocus` | `true` |
|
|
324
324
|
| `ariaLabel` | `'Sidebar navigation'` |
|
|
325
325
|
| `closeOnBackdrop` | `true` |
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A comprehensive Angular component library built with Angular 22+ featuring modern design patterns, accessibility-first development, and optimal developer experience.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/ps-helix)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://angular.dev/)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
@@ -108,7 +108,7 @@ After installation, verify that ps-helix is in your `package.json`:
|
|
|
108
108
|
```json
|
|
109
109
|
{
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"ps-helix": "^7.0.
|
|
111
|
+
"ps-helix": "^7.0.2"
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
```
|
|
@@ -1188,7 +1188,7 @@ Copyright (c) 2025 PACK Solutions
|
|
|
1188
1188
|
|
|
1189
1189
|
---
|
|
1190
1190
|
|
|
1191
|
-
**Version**: 7.0.
|
|
1191
|
+
**Version**: 7.0.2
|
|
1192
1192
|
**Built with**: Angular 22.0.0, TypeScript 6.0.0, Phosphor Icons 2.0.3
|
|
1193
1193
|
**Author**: Fabrice PEREZ | Design Engineer at PACK Solutions
|
|
1194
1194
|
**Last Updated**: January 2026
|
package/TOKENS.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> **Generated from the stylesheets — do not edit by hand.**
|
|
4
4
|
> Run `npm run docs:tokens` after changing anything under `src/lib/styles/`.
|
|
5
5
|
|
|
6
|
-
**
|
|
6
|
+
**408 tokens** across 8 files.
|
|
7
7
|
|
|
8
8
|
Every custom property the library exposes is namespaced `--psh-*`. The unprefixed names
|
|
9
9
|
used before 7.0.0 remain available through the opt-in `styles/compat.css`.
|
|
@@ -39,7 +39,7 @@ used before 7.0.0 remain available through the opt-in `styles/compat.css`.
|
|
|
39
39
|
| `--psh-text-color-secondary` | `var(--psh-surface-600)` | `rgba(255, 255, 255, 0.75)` |
|
|
40
40
|
| `--psh-text-color-tertiary` | `var(--psh-surface-500)` | `rgba(255, 255, 255, 0.6)` |
|
|
41
41
|
| `--psh-text-color-disabled` | `var(--psh-surface-400)` | `rgba(255, 255, 255, 0.4)` |
|
|
42
|
-
| `--psh-text-on-primary` | `#FFFFFF` | `#
|
|
42
|
+
| `--psh-text-on-primary` | `#FFFFFF` | `#000000` |
|
|
43
43
|
| `--psh-text-on-secondary` | `#FFFFFF` | `#FFFFFF` |
|
|
44
44
|
| `--psh-text-on-success` | `#FFFFFF` | `#000000` |
|
|
45
45
|
| `--psh-text-on-warning` | `#FFFFFF` | `#000000` |
|
|
@@ -406,6 +406,7 @@ used before 7.0.0 remain available through the opt-in `styles/compat.css`.
|
|
|
406
406
|
| `--psh-control-height-md` | `2.5rem` | 40px |
|
|
407
407
|
| `--psh-control-height-lg` | `3rem` | 48px |
|
|
408
408
|
| `--psh-touch-target-min` | `2.75rem` | 44px |
|
|
409
|
+
| `--psh-touch-target-compact` | `1.5rem` | 24px |
|
|
409
410
|
| `--psh-scrollbar-width` | `0` | |
|
|
410
411
|
|
|
411
412
|
## Spacing
|