@africanies/angular-web-sdk 0.1.9 → 0.1.10
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/.nx/cache/1149535958171016935/dist/libs/africanies-theme/README.md +46 -0
- package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +243 -0
- package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
- package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/package.json +35 -0
- package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/tailwind-preset.cjs +330 -0
- package/.nx/cache/1149535958171016935/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +178 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/README.md +68 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19998 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/package.json +35 -0
- package/.nx/cache/3735952477975556635/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5616 -0
- package/.nx/cache/run.json +17 -17
- package/.nx/cache/terminalOutputs/1149535958171016935 +21 -0
- package/.nx/cache/terminalOutputs/3735952477975556635 +21 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
- package/.nx/workspace-data/d/daemon.log +1430 -0
- package/.nx/workspace-data/d/server-process.json +2 -2
- package/.nx/workspace-data/file-map.json +3332 -3334
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/project-graph.json +2 -2
- package/apps/playground/src/app/pages/chip-page.ts +11 -1
- package/apps/playground/src/app/pages/tokens-page.ts +2 -2
- package/apps/playground/src/app/snippets/chip.snippets.ts +5 -0
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +8 -8
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
- package/dist/libs/africanies-theme/tailwind-preset.cjs +3 -3
- package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +5 -3
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +869 -371
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
- package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +135 -40
- package/libs/africanies-theme/src/lib/mode-color.safelist.ts +2 -2
- package/libs/africanies-theme/src/lib/mode-color.service.spec.ts +9 -7
- package/libs/africanies-theme/src/lib/mode-color.service.ts +9 -7
- package/libs/africanies-theme/tailwind-preset.cjs +3 -3
- package/libs/africanies-ui/src/lib/avatar/avatar-menu.component.ts +25 -21
- package/libs/africanies-ui/src/lib/button/button.component.spec.ts +13 -8
- package/libs/africanies-ui/src/lib/chip/chip.component.ts +74 -6
- package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +35 -12
- package/libs/africanies-ui/src/lib/layout/header-greeting.util.ts +2 -0
- package/libs/africanies-ui/src/lib/layout/header-weather.spec.ts +120 -9
- package/libs/africanies-ui/src/lib/layout/header-weather.ts +79 -18
- package/libs/africanies-ui/src/lib/navigation/segment/segment.component.ts +98 -22
- package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +193 -65
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +4 -2
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +3 -1
- package/libs/africanies-ui/src/lib/table/table.component.spec.ts +3 -0
- package/libs/africanies-ui/src/lib/table/table.component.ts +197 -57
- package/package.json +1 -1
- package/tools/build-icon-sprite.mjs +1 -1
package/.nx/cache/run.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"run": {
|
|
3
3
|
"command": "nx run-many -t build --projects=africanies-models,africanies-storage,africanies-core,africanies-theme,africanies-icons,africanies-ui",
|
|
4
|
-
"startTime": "2026-09-
|
|
5
|
-
"endTime": "2026-09-
|
|
4
|
+
"startTime": "2026-09-08T19:50:24.001Z",
|
|
5
|
+
"endTime": "2026-09-08T19:50:39.550Z",
|
|
6
6
|
"inner": false
|
|
7
7
|
},
|
|
8
8
|
"tasks": [
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"target": "build",
|
|
12
12
|
"projectName": "africanies-models",
|
|
13
13
|
"hash": "877026836685850193",
|
|
14
|
-
"startTime": "2026-09-
|
|
15
|
-
"endTime": "2026-09-
|
|
14
|
+
"startTime": "2026-09-08T19:50:24.169Z",
|
|
15
|
+
"endTime": "2026-09-08T19:50:24.181Z",
|
|
16
16
|
"params": "",
|
|
17
17
|
"cacheStatus": "local-cache-hit",
|
|
18
18
|
"status": 0
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"target": "build",
|
|
23
23
|
"projectName": "africanies-storage",
|
|
24
24
|
"hash": "15255861479705594703",
|
|
25
|
-
"startTime": "2026-09-
|
|
26
|
-
"endTime": "2026-09-
|
|
25
|
+
"startTime": "2026-09-08T19:50:24.169Z",
|
|
26
|
+
"endTime": "2026-09-08T19:50:24.181Z",
|
|
27
27
|
"params": "",
|
|
28
28
|
"cacheStatus": "local-cache-hit",
|
|
29
29
|
"status": 0
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"target": "build",
|
|
34
34
|
"projectName": "africanies-icons",
|
|
35
35
|
"hash": "5151121439688073678",
|
|
36
|
-
"startTime": "2026-09-
|
|
37
|
-
"endTime": "2026-09-
|
|
36
|
+
"startTime": "2026-09-08T19:50:24.169Z",
|
|
37
|
+
"endTime": "2026-09-08T19:50:24.181Z",
|
|
38
38
|
"params": "",
|
|
39
39
|
"cacheStatus": "local-cache-hit",
|
|
40
40
|
"status": 0
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
"target": "build",
|
|
45
45
|
"projectName": "africanies-core",
|
|
46
46
|
"hash": "17289624717336768573",
|
|
47
|
-
"startTime": "2026-09-
|
|
48
|
-
"endTime": "2026-09-
|
|
47
|
+
"startTime": "2026-09-08T19:50:24.192Z",
|
|
48
|
+
"endTime": "2026-09-08T19:50:24.196Z",
|
|
49
49
|
"params": "",
|
|
50
|
-
"cacheStatus": "cache-
|
|
50
|
+
"cacheStatus": "local-cache-hit",
|
|
51
51
|
"status": 0
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"taskId": "africanies-theme:build:production",
|
|
55
55
|
"target": "build",
|
|
56
56
|
"projectName": "africanies-theme",
|
|
57
|
-
"hash": "
|
|
58
|
-
"startTime": "2026-09-
|
|
59
|
-
"endTime": "2026-09-
|
|
57
|
+
"hash": "1149535958171016935",
|
|
58
|
+
"startTime": "2026-09-08T19:50:24.205Z",
|
|
59
|
+
"endTime": "2026-09-08T19:50:28.304Z",
|
|
60
60
|
"params": "",
|
|
61
61
|
"cacheStatus": "cache-miss",
|
|
62
62
|
"status": 0
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"taskId": "africanies-ui:build:production",
|
|
66
66
|
"target": "build",
|
|
67
67
|
"projectName": "africanies-ui",
|
|
68
|
-
"hash": "
|
|
69
|
-
"startTime": "2026-09-
|
|
70
|
-
"endTime": "2026-09-
|
|
68
|
+
"hash": "3735952477975556635",
|
|
69
|
+
"startTime": "2026-09-08T19:50:28.321Z",
|
|
70
|
+
"endTime": "2026-09-08T19:50:39.526Z",
|
|
71
71
|
"params": "",
|
|
72
72
|
"cacheStatus": "cache-miss",
|
|
73
73
|
"status": 0
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
> nx run africanies-theme:build:production
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
[37m
|
|
5
|
+
------------------------------------------------------------------------------[39m
|
|
6
|
+
[37mBuilding entry point '@africanies/africanies-theme'[39m
|
|
7
|
+
[37m------------------------------------------------------------------------------[39m
|
|
8
|
+
[?2026h[1G[36m⠋[39m Compiling with Angular sources in partial compilation mode.[?2026l[1G[0K[32m✔[39m Compiling with Angular sources in partial compilation mode.
|
|
9
|
+
[1G[32m✔[39m Generating FESM and DTS bundles
|
|
10
|
+
[?2026h[1G[36m⠋[39m Copying assets[?2026l[1G[0K[32m✔[39m Copying assets
|
|
11
|
+
[?2026h[1G[36m⠋[39m Writing package manifest[?2026l[1G[0K[32m✔[39m Writing package manifest
|
|
12
|
+
[1G[32m✔[39m Built @africanies/africanies-theme
|
|
13
|
+
[32m
|
|
14
|
+
------------------------------------------------------------------------------[39m
|
|
15
|
+
[32mBuilt Angular Package
|
|
16
|
+
- from: /Applications/AngularJS/angular-web-sdk/libs/africanies-theme
|
|
17
|
+
- to: /Applications/AngularJS/angular-web-sdk/dist/libs/africanies-theme[39m
|
|
18
|
+
[32m------------------------------------------------------------------------------[39m
|
|
19
|
+
[37m[37m
|
|
20
|
+
Build at: [1m2026-09-08T19:50:28.273Z[22m - Time: [1m2066[22mms
|
|
21
|
+
[39m[39m
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
> nx run africanies-ui:build:production
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
[37m
|
|
5
|
+
------------------------------------------------------------------------------[39m
|
|
6
|
+
[37mBuilding entry point '@africanies/africanies-ui'[39m
|
|
7
|
+
[37m------------------------------------------------------------------------------[39m
|
|
8
|
+
[?2026h[1G[36m⠋[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠙[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠹[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠸[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠼[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠴[39m Compiling with Angular sources in partial compilation mode.[?2026l[?2026h[1G[0K[36m⠦[39m Compiling with Angular sources in partial compilation mode.[?2026l[1G[0K[32m✔[39m Compiling with Angular sources in partial compilation mode.
|
|
9
|
+
[1G[32m✔[39m Generating FESM and DTS bundles
|
|
10
|
+
[?2026h[1G[36m⠋[39m Copying assets[?2026l[1G[0K[32m✔[39m Copying assets
|
|
11
|
+
[?2026h[1G[36m⠋[39m Writing package manifest[?2026l[1G[0K[32m✔[39m Writing package manifest
|
|
12
|
+
[1G[32m✔[39m Built @africanies/africanies-ui
|
|
13
|
+
[32m
|
|
14
|
+
------------------------------------------------------------------------------[39m
|
|
15
|
+
[32mBuilt Angular Package
|
|
16
|
+
- from: /Applications/AngularJS/angular-web-sdk/libs/africanies-ui
|
|
17
|
+
- to: /Applications/AngularJS/angular-web-sdk/dist/libs/africanies-ui[39m
|
|
18
|
+
[32m------------------------------------------------------------------------------[39m
|
|
19
|
+
[37m[37m
|
|
20
|
+
Build at: [1m2026-09-08T19:50:39.458Z[22m - Time: [1m9243[22mms
|
|
21
|
+
[39m[39m
|
|
Binary file
|
|
Binary file
|
|
Binary file
|