@lucca/prisme 21.2.0 → 21.2.1-rc.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/README.md +14 -0
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Prisme
|
|
2
|
+
|
|
3
|
+
## About
|
|
4
|
+
|
|
5
|
+
`@lucca/prisme` is Lucca's open-source Design System for Angular. It provides a collection of pure, reusable UI components following atomic design principles.
|
|
6
|
+
|
|
7
|
+
### What's inside
|
|
8
|
+
|
|
9
|
+
This package contains foundational Design System components:
|
|
10
|
+
|
|
11
|
+
- **Button**: Action buttons with various styles and states
|
|
12
|
+
- **Icon**: Icon component system
|
|
13
|
+
|
|
14
|
+
These components are framework-agnostic in design, maintained by the Design System team, and free from business logic. They serve as the building blocks for creating consistent user interfaces across Lucca applications.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca/prisme",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.1-rc.1",
|
|
4
4
|
"description": "Design system made by @lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@angular/cdk": "^21.0.0",
|
|
21
21
|
"@angular/animations": "^21.0.0",
|
|
22
22
|
"@types/dompurify": "^3.0.0",
|
|
23
|
-
"@lucca-front/icons": "21.2.
|
|
24
|
-
"@lucca-front/scss": "21.2.
|
|
23
|
+
"@lucca-front/icons": "21.2.1-rc.1",
|
|
24
|
+
"@lucca-front/scss": "21.2.1-rc.1",
|
|
25
25
|
"isomorphic-dompurify": "^2.11.0",
|
|
26
26
|
"date-fns": "^3.6.0",
|
|
27
27
|
"rxjs": "^7.8.0"
|