@a.nemreen/dga-ui 0.2.0 → 0.2.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 +9 -2
- package/cover.jpg +0 -0
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
# `@a.nemreen/dga-ui`
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="https://cdn.jsdelivr.net/npm/@a.nemreen/dga-ui@0.2.1/cover.jpg" alt="DGA Angular — design tokens & UI" width="100%" />
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
[](https://www.npmjs.com/package/@a.nemreen/dga-ui)
|
|
4
8
|
[](https://github.com/nemreen/dga-angular/blob/main/LICENSE)
|
|
5
9
|
[](https://angular.dev)
|
|
6
10
|
[](https://tailwindcss.com)
|
|
11
|
+
[](https://nemreen.info/dga/)
|
|
7
12
|
|
|
8
13
|
Standalone Angular UI components for the DGA design system — forms, overlays, navigation, portal shell, and layout. Styled with Tailwind utilities mapped to [`@a.nemreen/dga-tokens`](https://www.npmjs.com/package/@a.nemreen/dga-tokens).
|
|
9
14
|
|
|
10
|
-
|
|
15
|
+
**Live demo:** [nemreen.info/dga](https://nemreen.info/dga/)
|
|
16
|
+
|
|
17
|
+
> Version **0.2.x** until public API freeze.
|
|
11
18
|
|
|
12
19
|
## Features
|
|
13
20
|
|
|
@@ -25,7 +32,7 @@ Standalone Angular UI components for the DGA design system — forms, overlays,
|
|
|
25
32
|
npm install @a.nemreen/dga-ui @a.nemreen/dga-tokens @platformscode/icons
|
|
26
33
|
```
|
|
27
34
|
|
|
28
|
-
**Peers:** `@angular/core` / `@angular/common` / `@angular/platform-browser` ^19, `@a.nemreen/dga-tokens` ^0.
|
|
35
|
+
**Peers:** `@angular/core` / `@angular/common` / `@angular/platform-browser` ^19, `@a.nemreen/dga-tokens` ^0.2, `@platformscode/icons` ^0.0.11.
|
|
29
36
|
|
|
30
37
|
## Library layout
|
|
31
38
|
|
package/cover.jpg
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a.nemreen/dga-ui",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "DGA Angular UI
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "DGA Angular UI library — standalone forms, overlays, navigation, and portal shell with RTL-first Tailwind styling",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Ahmed Nemreen",
|
|
8
|
-
"email": "a.nemreen@gmail.com"
|
|
8
|
+
"email": "a.nemreen@gmail.com",
|
|
9
|
+
"url": "https://nemreen.info"
|
|
9
10
|
},
|
|
10
|
-
"homepage": "https://
|
|
11
|
+
"homepage": "https://nemreen.info/dga/",
|
|
11
12
|
"repository": {
|
|
12
13
|
"type": "git",
|
|
13
14
|
"url": "git+https://github.com/nemreen/dga-angular.git",
|
|
@@ -30,7 +31,8 @@
|
|
|
30
31
|
"government",
|
|
31
32
|
"accessibility",
|
|
32
33
|
"forms",
|
|
33
|
-
"standalone-components"
|
|
34
|
+
"standalone-components",
|
|
35
|
+
"digital-government"
|
|
34
36
|
],
|
|
35
37
|
"publishConfig": {
|
|
36
38
|
"access": "public"
|