@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.
Files changed (3) hide show
  1. package/README.md +9 -2
  2. package/cover.jpg +0 -0
  3. 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
  [![npm version](https://img.shields.io/npm/v/@a.nemreen/dga-ui.svg)](https://www.npmjs.com/package/@a.nemreen/dga-ui)
4
8
  [![license](https://img.shields.io/npm/l/@a.nemreen/dga-ui.svg)](https://github.com/nemreen/dga-angular/blob/main/LICENSE)
5
9
  [![Angular](https://img.shields.io/badge/Angular-19-DD0031?logo=angular&logoColor=white)](https://angular.dev)
6
10
  [![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-v4-38B2AC?logo=tailwindcss&logoColor=white)](https://tailwindcss.com)
11
+ [![Live demo](https://img.shields.io/badge/demo-nemreen.info%2Fdga-1B8354)](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
- > Version **0.1.x** until public API freeze.
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.1, `@platformscode/icons` ^0.0.11.
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.0",
4
- "description": "DGA Angular UI component library — forms, overlays, navigation, shell, and layout primitives with RTL-first Tailwind styling",
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://github.com/nemreen/dga-angular#readme",
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"