@africanies/angular-web-sdk 0.1.0 → 0.1.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.
Files changed (71) hide show
  1. package/.angular/cache/22.0.9/playground/.tsbuildinfo +1 -1
  2. package/.angular/cache/22.0.9/playground/angular-compiler.db +0 -0
  3. package/.angular/cache/22.0.9/playground/angular-compiler.db-lock +0 -0
  4. package/.github/workflows/deploy-demo.yml +63 -0
  5. package/.nx/cache/run.json +14 -14
  6. package/.nx/cache/terminalOutputs/13524438527920092277 +196 -21
  7. package/.nx/cache/terminalOutputs/14153928176747262656 +45 -21
  8. package/.nx/cache/terminalOutputs/14416694322692463866 +108 -21
  9. package/.nx/cache/terminalOutputs/15255861479705594703 +51 -21
  10. package/.nx/cache/terminalOutputs/18132311043100376919 +315 -21
  11. package/.nx/cache/terminalOutputs/2436781291243085315 +8 -0
  12. package/.nx/cache/terminalOutputs/6664915487114632770 +44 -21
  13. package/.nx/cache/terminalOutputs/8767335728598176888 +37 -0
  14. package/.nx/cache/terminalOutputs/9739655320223921719 +47 -0
  15. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
  16. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
  17. package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
  18. package/.nx/workspace-data/d/daemon.log +1683 -0
  19. package/.nx/workspace-data/d/server-process.json +2 -2
  20. package/.nx/workspace-data/file-map.json +475 -518
  21. package/.nx/workspace-data/nx_files.nxt +0 -0
  22. package/.nx/workspace-data/project-graph.json +6 -6
  23. package/.nx/workspace-data/project-graph.lock +0 -0
  24. package/.nx/workspace-data/source-maps.json +80 -0
  25. package/.pnpm-store/v11/index.db +0 -0
  26. package/README.md +14 -2
  27. package/apps/playground/src/app/app.config.ts +28 -3
  28. package/dist/apps/playground/3rdpartylicenses.txt +415 -0
  29. package/dist/apps/playground/browser/assets/africanies-icons/icons.sprite.svg +1844 -0
  30. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo-mini.png +0 -0
  31. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.png +0 -0
  32. package/dist/apps/playground/browser/assets/africanies-ui/brand/africanies-logo.svg +5 -0
  33. package/dist/apps/playground/browser/assets/africanies-ui/carriers/dhl.svg +7 -0
  34. package/dist/apps/playground/browser/chunk--VJ6U9Ev.js +2 -0
  35. package/dist/apps/playground/browser/chunk-B1QVY0hA.js +1 -0
  36. package/dist/apps/playground/browser/chunk-BHI7MG2Y.js +1 -0
  37. package/dist/apps/playground/browser/chunk-BJ5IK8Re.js +1 -0
  38. package/dist/apps/playground/browser/chunk-BOSfyWK2.js +1 -0
  39. package/dist/apps/playground/browser/chunk-BYPboEAg.js +1 -0
  40. package/dist/apps/playground/browser/chunk-BZBRtbFJ.js +1 -0
  41. package/dist/apps/playground/browser/chunk-BdrGkq40.js +1 -0
  42. package/dist/apps/playground/browser/chunk-Bej5a2xR.js +1 -0
  43. package/dist/apps/playground/browser/chunk-Bg3QC1eL.js +1 -0
  44. package/dist/apps/playground/browser/chunk-BsnTz1m5.js +1 -0
  45. package/dist/apps/playground/browser/chunk-C5kLunTi.js +1 -0
  46. package/dist/apps/playground/browser/chunk-C6tu3y81.js +1 -0
  47. package/dist/apps/playground/browser/chunk-C96WSpFp.js +1 -0
  48. package/dist/apps/playground/browser/chunk-CCnOVzbz.js +2 -0
  49. package/dist/apps/playground/browser/chunk-CERmZ9We.js +1 -0
  50. package/dist/apps/playground/browser/chunk-CZBTrY_H.js +68 -0
  51. package/dist/apps/playground/browser/chunk-Cg7brw6x.js +4070 -0
  52. package/dist/apps/playground/browser/chunk-CjTyStrr.js +1 -0
  53. package/dist/apps/playground/browser/chunk-CjYlnYC7.js +1 -0
  54. package/dist/apps/playground/browser/chunk-ClSUoZp8.js +292 -0
  55. package/dist/apps/playground/browser/chunk-CsrxfMap.js +1 -0
  56. package/dist/apps/playground/browser/chunk-CtndMAe2.js +1 -0
  57. package/dist/apps/playground/browser/chunk-Cy-ZOZI8.js +1 -0
  58. package/dist/apps/playground/browser/chunk-D3-jrtyv.js +1 -0
  59. package/dist/apps/playground/browser/chunk-D3vgrlDF.js +1 -0
  60. package/dist/apps/playground/browser/chunk-D48aVVTv.js +1 -0
  61. package/dist/apps/playground/browser/chunk-D4V3eSCv.js +1 -0
  62. package/dist/apps/playground/browser/chunk-DK715t6D.js +1 -0
  63. package/dist/apps/playground/browser/chunk-DUkct7WP.js +1 -0
  64. package/dist/apps/playground/browser/chunk-Y9ccR-I6.js +1 -0
  65. package/dist/apps/playground/browser/chunk-lfUHaltX.js +1 -0
  66. package/dist/apps/playground/browser/favicon.ico +0 -0
  67. package/dist/apps/playground/browser/index.html +14 -0
  68. package/dist/apps/playground/browser/main-WEJC3BLT.js +148 -0
  69. package/dist/apps/playground/browser/styles-4FSELHYD.css +1 -0
  70. package/dist/apps/playground/prerendered-routes.json +3 -0
  71. package/package.json +31 -8
@@ -23,8 +23,255 @@
23
23
  },
24
24
  "nxJsonPlugins": [],
25
25
  "fileMap": {
26
- "nonProjectFiles": [],
27
26
  "projectFileMap": {
27
+ "africanies-models": [
28
+ {
29
+ "file": "libs/africanies-models/README.md",
30
+ "hash": "10907117851193482953"
31
+ },
32
+ {
33
+ "file": "libs/africanies-models/eslint.config.mjs",
34
+ "hash": "1863905457229895413",
35
+ "deps": [
36
+ "npm:@nx/eslint-plugin",
37
+ [
38
+ "npm:jsonc-eslint-parser",
39
+ "dynamic"
40
+ ]
41
+ ]
42
+ },
43
+ {
44
+ "file": "libs/africanies-models/jest.config.cts",
45
+ "hash": "11620909648439554841"
46
+ },
47
+ {
48
+ "file": "libs/africanies-models/ng-package.json",
49
+ "hash": "3809572830349836411"
50
+ },
51
+ {
52
+ "file": "libs/africanies-models/package.json",
53
+ "hash": "1298407467228298325"
54
+ },
55
+ {
56
+ "file": "libs/africanies-models/project.json",
57
+ "hash": "12976230099862472848"
58
+ },
59
+ {
60
+ "file": "libs/africanies-models/src/index.ts",
61
+ "hash": "12797361890939743559"
62
+ },
63
+ {
64
+ "file": "libs/africanies-models/src/lib/api/api-json.model.ts",
65
+ "hash": "9052835971695804486"
66
+ },
67
+ {
68
+ "file": "libs/africanies-models/src/lib/api/api-response.model.ts",
69
+ "hash": "17811583523452736251"
70
+ },
71
+ {
72
+ "file": "libs/africanies-models/src/lib/api/index.ts",
73
+ "hash": "7415541663691758352"
74
+ },
75
+ {
76
+ "file": "libs/africanies-models/src/lib/api/pagination.ts",
77
+ "hash": "5837852337869964053"
78
+ },
79
+ {
80
+ "file": "libs/africanies-models/src/lib/api/resource.model.ts",
81
+ "hash": "13026829222594153326"
82
+ },
83
+ {
84
+ "file": "libs/africanies-models/src/lib/async/async-query-state.model.ts",
85
+ "hash": "915106850894736309"
86
+ },
87
+ {
88
+ "file": "libs/africanies-models/src/lib/async/index.ts",
89
+ "hash": "17964465609656804739"
90
+ },
91
+ {
92
+ "file": "libs/africanies-models/src/lib/auth/auth.model.ts",
93
+ "hash": "15744668318006971541"
94
+ },
95
+ {
96
+ "file": "libs/africanies-models/src/lib/auth/index.ts",
97
+ "hash": "16483614649228460004"
98
+ },
99
+ {
100
+ "file": "libs/africanies-models/src/lib/country/country.model.ts",
101
+ "hash": "4721306001093879086"
102
+ },
103
+ {
104
+ "file": "libs/africanies-models/src/lib/country/index.ts",
105
+ "hash": "14110957735674438016"
106
+ },
107
+ {
108
+ "file": "libs/africanies-models/src/lib/currency/currency.model.ts",
109
+ "hash": "1239716993895214826"
110
+ },
111
+ {
112
+ "file": "libs/africanies-models/src/lib/currency/index.ts",
113
+ "hash": "11355608013614852901"
114
+ },
115
+ {
116
+ "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.spec.ts",
117
+ "hash": "1127406959817055335"
118
+ },
119
+ {
120
+ "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.ts",
121
+ "hash": "6418347194292191638"
122
+ },
123
+ {
124
+ "file": "libs/africanies-models/src/lib/delivery-vendor/index.ts",
125
+ "hash": "524890749748846195"
126
+ },
127
+ {
128
+ "file": "libs/africanies-models/src/lib/document/document.model.ts",
129
+ "hash": "202666794145162102"
130
+ },
131
+ {
132
+ "file": "libs/africanies-models/src/lib/document/index.ts",
133
+ "hash": "2913467241174082205"
134
+ },
135
+ {
136
+ "file": "libs/africanies-models/src/lib/file/file.model.ts",
137
+ "hash": "11330374458309054728"
138
+ },
139
+ {
140
+ "file": "libs/africanies-models/src/lib/file/index.ts",
141
+ "hash": "7817595184893707923"
142
+ },
143
+ {
144
+ "file": "libs/africanies-models/src/lib/filters/configs/seed-configs.ts",
145
+ "hash": "13045123136563826054"
146
+ },
147
+ {
148
+ "file": "libs/africanies-models/src/lib/filters/filter-config.model.ts",
149
+ "hash": "8181090746957987531"
150
+ },
151
+ {
152
+ "file": "libs/africanies-models/src/lib/filters/filter-serialize.spec.ts",
153
+ "hash": "4411278030823351073"
154
+ },
155
+ {
156
+ "file": "libs/africanies-models/src/lib/filters/filter-serialize.ts",
157
+ "hash": "18191755964688867821"
158
+ },
159
+ {
160
+ "file": "libs/africanies-models/src/lib/filters/index.ts",
161
+ "hash": "4012115939226099128"
162
+ },
163
+ {
164
+ "file": "libs/africanies-models/src/lib/mode/index.ts",
165
+ "hash": "5821696955898858394"
166
+ },
167
+ {
168
+ "file": "libs/africanies-models/src/lib/mode/mode-config.model.ts",
169
+ "hash": "7258084917742791423"
170
+ },
171
+ {
172
+ "file": "libs/africanies-models/src/lib/notification/index.ts",
173
+ "hash": "9553440695955949344"
174
+ },
175
+ {
176
+ "file": "libs/africanies-models/src/lib/notification/notification.model.ts",
177
+ "hash": "14200462007130013528"
178
+ },
179
+ {
180
+ "file": "libs/africanies-models/src/lib/payment-method/index.ts",
181
+ "hash": "14098463416825182468"
182
+ },
183
+ {
184
+ "file": "libs/africanies-models/src/lib/payment-method/payment-method.model.ts",
185
+ "hash": "10508489876087982287"
186
+ },
187
+ {
188
+ "file": "libs/africanies-models/src/lib/plan/index.ts",
189
+ "hash": "13064077256740020363"
190
+ },
191
+ {
192
+ "file": "libs/africanies-models/src/lib/plan/plan.model.ts",
193
+ "hash": "17495055534461031818"
194
+ },
195
+ {
196
+ "file": "libs/africanies-models/src/lib/product/index.ts",
197
+ "hash": "10500483242335276636"
198
+ },
199
+ {
200
+ "file": "libs/africanies-models/src/lib/product/product.model.ts",
201
+ "hash": "8953795290909413864"
202
+ },
203
+ {
204
+ "file": "libs/africanies-models/src/lib/service/index.ts",
205
+ "hash": "13131025982837760183"
206
+ },
207
+ {
208
+ "file": "libs/africanies-models/src/lib/service/service.model.ts",
209
+ "hash": "3150464928581208203"
210
+ },
211
+ {
212
+ "file": "libs/africanies-models/src/lib/shipment-method/index.ts",
213
+ "hash": "11331926961185802595"
214
+ },
215
+ {
216
+ "file": "libs/africanies-models/src/lib/shipment-method/shipment-method.model.ts",
217
+ "hash": "12982236256524322346"
218
+ },
219
+ {
220
+ "file": "libs/africanies-models/src/lib/shipping/index.ts",
221
+ "hash": "1986292325943372149"
222
+ },
223
+ {
224
+ "file": "libs/africanies-models/src/lib/shipping/shipping-mode.model.ts",
225
+ "hash": "8410537318653700164"
226
+ },
227
+ {
228
+ "file": "libs/africanies-models/src/lib/user/index.ts",
229
+ "hash": "16482349426651898872"
230
+ },
231
+ {
232
+ "file": "libs/africanies-models/src/lib/user/user.model.ts",
233
+ "hash": "1661519487363883325"
234
+ },
235
+ {
236
+ "file": "libs/africanies-models/src/lib/warehouse/index.ts",
237
+ "hash": "527763269304510048"
238
+ },
239
+ {
240
+ "file": "libs/africanies-models/src/lib/warehouse/warehouse.model.ts",
241
+ "hash": "9184577751966840199"
242
+ },
243
+ {
244
+ "file": "libs/africanies-models/src/lib/zone/index.ts",
245
+ "hash": "11595037778599888772"
246
+ },
247
+ {
248
+ "file": "libs/africanies-models/src/lib/zone/zone.model.ts",
249
+ "hash": "6965320164211240200"
250
+ },
251
+ {
252
+ "file": "libs/africanies-models/src/test-setup.ts",
253
+ "hash": "13317557134094625390",
254
+ "deps": [
255
+ "npm:jest-preset-angular"
256
+ ]
257
+ },
258
+ {
259
+ "file": "libs/africanies-models/tsconfig.json",
260
+ "hash": "11674144746894380063"
261
+ },
262
+ {
263
+ "file": "libs/africanies-models/tsconfig.lib.json",
264
+ "hash": "6521222695367069647"
265
+ },
266
+ {
267
+ "file": "libs/africanies-models/tsconfig.lib.prod.json",
268
+ "hash": "174503844014784742"
269
+ },
270
+ {
271
+ "file": "libs/africanies-models/tsconfig.spec.json",
272
+ "hash": "3303690799793281956"
273
+ }
274
+ ],
28
275
  "playground": [
29
276
  {
30
277
  "file": "apps/playground/eslint.config.mjs",
@@ -47,11 +294,12 @@
47
294
  },
48
295
  {
49
296
  "file": "apps/playground/src/app/app.config.ts",
50
- "hash": "135055190162732285",
297
+ "hash": "1473505263396485591",
51
298
  "deps": [
52
299
  "npm:@angular/core",
53
300
  "npm:@angular/router",
54
301
  "africanies-core",
302
+ "africanies-icons",
55
303
  "africanies-theme",
56
304
  "africanies-ui"
57
305
  ]
@@ -1449,258 +1697,10 @@
1449
1697
  "hash": "3303690799793281956"
1450
1698
  }
1451
1699
  ],
1452
- "africanies-models": [
1700
+ "africanies-ui": [
1453
1701
  {
1454
- "file": "libs/africanies-models/README.md",
1455
- "hash": "10907117851193482953"
1456
- },
1457
- {
1458
- "file": "libs/africanies-models/eslint.config.mjs",
1459
- "hash": "1863905457229895413",
1460
- "deps": [
1461
- "npm:@nx/eslint-plugin",
1462
- [
1463
- "npm:jsonc-eslint-parser",
1464
- "dynamic"
1465
- ]
1466
- ]
1467
- },
1468
- {
1469
- "file": "libs/africanies-models/jest.config.cts",
1470
- "hash": "11620909648439554841"
1471
- },
1472
- {
1473
- "file": "libs/africanies-models/ng-package.json",
1474
- "hash": "3809572830349836411"
1475
- },
1476
- {
1477
- "file": "libs/africanies-models/package.json",
1478
- "hash": "1298407467228298325"
1479
- },
1480
- {
1481
- "file": "libs/africanies-models/project.json",
1482
- "hash": "12976230099862472848"
1483
- },
1484
- {
1485
- "file": "libs/africanies-models/src/index.ts",
1486
- "hash": "12797361890939743559"
1487
- },
1488
- {
1489
- "file": "libs/africanies-models/src/lib/api/api-json.model.ts",
1490
- "hash": "9052835971695804486"
1491
- },
1492
- {
1493
- "file": "libs/africanies-models/src/lib/api/api-response.model.ts",
1494
- "hash": "17811583523452736251"
1495
- },
1496
- {
1497
- "file": "libs/africanies-models/src/lib/api/index.ts",
1498
- "hash": "7415541663691758352"
1499
- },
1500
- {
1501
- "file": "libs/africanies-models/src/lib/api/pagination.ts",
1502
- "hash": "5837852337869964053"
1503
- },
1504
- {
1505
- "file": "libs/africanies-models/src/lib/api/resource.model.ts",
1506
- "hash": "13026829222594153326"
1507
- },
1508
- {
1509
- "file": "libs/africanies-models/src/lib/async/async-query-state.model.ts",
1510
- "hash": "915106850894736309"
1511
- },
1512
- {
1513
- "file": "libs/africanies-models/src/lib/async/index.ts",
1514
- "hash": "17964465609656804739"
1515
- },
1516
- {
1517
- "file": "libs/africanies-models/src/lib/auth/auth.model.ts",
1518
- "hash": "15744668318006971541"
1519
- },
1520
- {
1521
- "file": "libs/africanies-models/src/lib/auth/index.ts",
1522
- "hash": "16483614649228460004"
1523
- },
1524
- {
1525
- "file": "libs/africanies-models/src/lib/country/country.model.ts",
1526
- "hash": "4721306001093879086"
1527
- },
1528
- {
1529
- "file": "libs/africanies-models/src/lib/country/index.ts",
1530
- "hash": "14110957735674438016"
1531
- },
1532
- {
1533
- "file": "libs/africanies-models/src/lib/currency/currency.model.ts",
1534
- "hash": "1239716993895214826"
1535
- },
1536
- {
1537
- "file": "libs/africanies-models/src/lib/currency/index.ts",
1538
- "hash": "11355608013614852901"
1539
- },
1540
- {
1541
- "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.spec.ts",
1542
- "hash": "1127406959817055335"
1543
- },
1544
- {
1545
- "file": "libs/africanies-models/src/lib/delivery-vendor/delivery-vendor.ts",
1546
- "hash": "6418347194292191638"
1547
- },
1548
- {
1549
- "file": "libs/africanies-models/src/lib/delivery-vendor/index.ts",
1550
- "hash": "524890749748846195"
1551
- },
1552
- {
1553
- "file": "libs/africanies-models/src/lib/document/document.model.ts",
1554
- "hash": "202666794145162102"
1555
- },
1556
- {
1557
- "file": "libs/africanies-models/src/lib/document/index.ts",
1558
- "hash": "2913467241174082205"
1559
- },
1560
- {
1561
- "file": "libs/africanies-models/src/lib/file/file.model.ts",
1562
- "hash": "11330374458309054728"
1563
- },
1564
- {
1565
- "file": "libs/africanies-models/src/lib/file/index.ts",
1566
- "hash": "7817595184893707923"
1567
- },
1568
- {
1569
- "file": "libs/africanies-models/src/lib/filters/configs/seed-configs.ts",
1570
- "hash": "13045123136563826054"
1571
- },
1572
- {
1573
- "file": "libs/africanies-models/src/lib/filters/filter-config.model.ts",
1574
- "hash": "8181090746957987531"
1575
- },
1576
- {
1577
- "file": "libs/africanies-models/src/lib/filters/filter-serialize.spec.ts",
1578
- "hash": "4411278030823351073"
1579
- },
1580
- {
1581
- "file": "libs/africanies-models/src/lib/filters/filter-serialize.ts",
1582
- "hash": "18191755964688867821"
1583
- },
1584
- {
1585
- "file": "libs/africanies-models/src/lib/filters/index.ts",
1586
- "hash": "4012115939226099128"
1587
- },
1588
- {
1589
- "file": "libs/africanies-models/src/lib/mode/index.ts",
1590
- "hash": "5821696955898858394"
1591
- },
1592
- {
1593
- "file": "libs/africanies-models/src/lib/mode/mode-config.model.ts",
1594
- "hash": "7258084917742791423"
1595
- },
1596
- {
1597
- "file": "libs/africanies-models/src/lib/notification/index.ts",
1598
- "hash": "9553440695955949344"
1599
- },
1600
- {
1601
- "file": "libs/africanies-models/src/lib/notification/notification.model.ts",
1602
- "hash": "14200462007130013528"
1603
- },
1604
- {
1605
- "file": "libs/africanies-models/src/lib/payment-method/index.ts",
1606
- "hash": "14098463416825182468"
1607
- },
1608
- {
1609
- "file": "libs/africanies-models/src/lib/payment-method/payment-method.model.ts",
1610
- "hash": "10508489876087982287"
1611
- },
1612
- {
1613
- "file": "libs/africanies-models/src/lib/plan/index.ts",
1614
- "hash": "13064077256740020363"
1615
- },
1616
- {
1617
- "file": "libs/africanies-models/src/lib/plan/plan.model.ts",
1618
- "hash": "17495055534461031818"
1619
- },
1620
- {
1621
- "file": "libs/africanies-models/src/lib/product/index.ts",
1622
- "hash": "10500483242335276636"
1623
- },
1624
- {
1625
- "file": "libs/africanies-models/src/lib/product/product.model.ts",
1626
- "hash": "8953795290909413864"
1627
- },
1628
- {
1629
- "file": "libs/africanies-models/src/lib/service/index.ts",
1630
- "hash": "13131025982837760183"
1631
- },
1632
- {
1633
- "file": "libs/africanies-models/src/lib/service/service.model.ts",
1634
- "hash": "3150464928581208203"
1635
- },
1636
- {
1637
- "file": "libs/africanies-models/src/lib/shipment-method/index.ts",
1638
- "hash": "11331926961185802595"
1639
- },
1640
- {
1641
- "file": "libs/africanies-models/src/lib/shipment-method/shipment-method.model.ts",
1642
- "hash": "12982236256524322346"
1643
- },
1644
- {
1645
- "file": "libs/africanies-models/src/lib/shipping/index.ts",
1646
- "hash": "1986292325943372149"
1647
- },
1648
- {
1649
- "file": "libs/africanies-models/src/lib/shipping/shipping-mode.model.ts",
1650
- "hash": "8410537318653700164"
1651
- },
1652
- {
1653
- "file": "libs/africanies-models/src/lib/user/index.ts",
1654
- "hash": "16482349426651898872"
1655
- },
1656
- {
1657
- "file": "libs/africanies-models/src/lib/user/user.model.ts",
1658
- "hash": "1661519487363883325"
1659
- },
1660
- {
1661
- "file": "libs/africanies-models/src/lib/warehouse/index.ts",
1662
- "hash": "527763269304510048"
1663
- },
1664
- {
1665
- "file": "libs/africanies-models/src/lib/warehouse/warehouse.model.ts",
1666
- "hash": "9184577751966840199"
1667
- },
1668
- {
1669
- "file": "libs/africanies-models/src/lib/zone/index.ts",
1670
- "hash": "11595037778599888772"
1671
- },
1672
- {
1673
- "file": "libs/africanies-models/src/lib/zone/zone.model.ts",
1674
- "hash": "6965320164211240200"
1675
- },
1676
- {
1677
- "file": "libs/africanies-models/src/test-setup.ts",
1678
- "hash": "13317557134094625390",
1679
- "deps": [
1680
- "npm:jest-preset-angular"
1681
- ]
1682
- },
1683
- {
1684
- "file": "libs/africanies-models/tsconfig.json",
1685
- "hash": "11674144746894380063"
1686
- },
1687
- {
1688
- "file": "libs/africanies-models/tsconfig.lib.json",
1689
- "hash": "6521222695367069647"
1690
- },
1691
- {
1692
- "file": "libs/africanies-models/tsconfig.lib.prod.json",
1693
- "hash": "174503844014784742"
1694
- },
1695
- {
1696
- "file": "libs/africanies-models/tsconfig.spec.json",
1697
- "hash": "3303690799793281956"
1698
- }
1699
- ],
1700
- "africanies-ui": [
1701
- {
1702
- "file": "libs/africanies-ui/README.md",
1703
- "hash": "11917030339484771849"
1702
+ "file": "libs/africanies-ui/README.md",
1703
+ "hash": "11917030339484771849"
1704
1704
  },
1705
1705
  {
1706
1706
  "file": "libs/africanies-ui/eslint.config.mjs",
@@ -2894,237 +2894,32 @@
2894
2894
  "file": "libs/africanies-ui/src/lib/tooltip/tooltip.component.ts",
2895
2895
  "hash": "9955989375891244423",
2896
2896
  "deps": [
2897
- "npm:@angular/cdk",
2898
- "npm:@angular/core",
2899
- "africanies-icons"
2900
- ]
2901
- },
2902
- {
2903
- "file": "libs/africanies-ui/src/test-setup.ts",
2904
- "hash": "13317557134094625390",
2905
- "deps": [
2906
- "npm:jest-preset-angular"
2907
- ]
2908
- },
2909
- {
2910
- "file": "libs/africanies-ui/tsconfig.json",
2911
- "hash": "11674144746894380063"
2912
- },
2913
- {
2914
- "file": "libs/africanies-ui/tsconfig.lib.json",
2915
- "hash": "6521222695367069647"
2916
- },
2917
- {
2918
- "file": "libs/africanies-ui/tsconfig.lib.prod.json",
2919
- "hash": "174503844014784742"
2920
- },
2921
- {
2922
- "file": "libs/africanies-ui/tsconfig.spec.json",
2923
- "hash": "3303690799793281956"
2924
- }
2925
- ],
2926
- "africanies-theme": [
2927
- {
2928
- "file": "libs/africanies-theme/README.md",
2929
- "hash": "16377100494783829178"
2930
- },
2931
- {
2932
- "file": "libs/africanies-theme/eslint.config.mjs",
2933
- "hash": "1863905457229895413",
2934
- "deps": [
2935
- "npm:@nx/eslint-plugin",
2936
- [
2937
- "npm:jsonc-eslint-parser",
2938
- "dynamic"
2939
- ]
2940
- ]
2941
- },
2942
- {
2943
- "file": "libs/africanies-theme/jest.config.cts",
2944
- "hash": "15462223159682298986"
2945
- },
2946
- {
2947
- "file": "libs/africanies-theme/ng-package.json",
2948
- "hash": "1971932427195422138"
2949
- },
2950
- {
2951
- "file": "libs/africanies-theme/package.json",
2952
- "hash": "4372493812616945665",
2953
- "deps": [
2954
- "npm:@angular/common",
2955
- "npm:@angular/core",
2956
- "africanies-core",
2957
- "africanies-storage"
2958
- ]
2959
- },
2960
- {
2961
- "file": "libs/africanies-theme/project.json",
2962
- "hash": "4276649333214751350"
2963
- },
2964
- {
2965
- "file": "libs/africanies-theme/src/index.ts",
2966
- "hash": "4889082494461728179"
2967
- },
2968
- {
2969
- "file": "libs/africanies-theme/src/lib/mode-color.safelist.ts",
2970
- "hash": "5223409175807291467"
2971
- },
2972
- {
2973
- "file": "libs/africanies-theme/src/lib/mode-color.service.ts",
2974
- "hash": "9118095721286628137",
2975
- "deps": [
2976
- "npm:@angular/core",
2977
- "africanies-core"
2978
- ]
2979
- },
2980
- {
2981
- "file": "libs/africanies-theme/src/lib/theme.service.ts",
2982
- "hash": "1403093336794259445",
2983
- "deps": [
2984
- "npm:@angular/common",
2985
- "npm:@angular/core",
2986
- "africanies-storage"
2987
- ]
2988
- },
2989
- {
2990
- "file": "libs/africanies-theme/src/lib/theme.types.ts",
2991
- "hash": "15376679074268519388"
2992
- },
2993
- {
2994
- "file": "libs/africanies-theme/src/test-setup.ts",
2995
- "hash": "13317557134094625390",
2996
- "deps": [
2997
- "npm:jest-preset-angular"
2998
- ]
2999
- },
3000
- {
3001
- "file": "libs/africanies-theme/tailwind-preset.cjs",
3002
- "hash": "8023734742883877470"
3003
- },
3004
- {
3005
- "file": "libs/africanies-theme/tsconfig.json",
3006
- "hash": "11674144746894380063"
3007
- },
3008
- {
3009
- "file": "libs/africanies-theme/tsconfig.lib.json",
3010
- "hash": "6521222695367069647"
3011
- },
3012
- {
3013
- "file": "libs/africanies-theme/tsconfig.lib.prod.json",
3014
- "hash": "174503844014784742"
3015
- },
3016
- {
3017
- "file": "libs/africanies-theme/tsconfig.spec.json",
3018
- "hash": "3303690799793281956"
3019
- }
3020
- ],
3021
- "africanies-storage": [
3022
- {
3023
- "file": "libs/africanies-storage/README.md",
3024
- "hash": "5013268608386309442"
3025
- },
3026
- {
3027
- "file": "libs/africanies-storage/eslint.config.mjs",
3028
- "hash": "1863905457229895413",
3029
- "deps": [
3030
- "npm:@nx/eslint-plugin",
3031
- [
3032
- "npm:jsonc-eslint-parser",
3033
- "dynamic"
3034
- ]
3035
- ]
3036
- },
3037
- {
3038
- "file": "libs/africanies-storage/jest.config.cts",
3039
- "hash": "2368384124547518305"
3040
- },
3041
- {
3042
- "file": "libs/africanies-storage/ng-package.json",
3043
- "hash": "7854660183522163675"
3044
- },
3045
- {
3046
- "file": "libs/africanies-storage/package.json",
3047
- "hash": "14420193214101165009",
3048
- "deps": [
3049
- "npm:@angular/core"
3050
- ]
3051
- },
3052
- {
3053
- "file": "libs/africanies-storage/project.json",
3054
- "hash": "13817973118384557032"
3055
- },
3056
- {
3057
- "file": "libs/africanies-storage/src/index.ts",
3058
- "hash": "12281157158242327164"
3059
- },
3060
- {
3061
- "file": "libs/africanies-storage/src/lib/local-storage.service.spec.ts",
3062
- "hash": "1244628971537402046",
3063
- "deps": [
3064
- "npm:@angular/core"
3065
- ]
3066
- },
3067
- {
3068
- "file": "libs/africanies-storage/src/lib/local-storage.service.ts",
3069
- "hash": "16347971044359822252",
3070
- "deps": [
3071
- "npm:@angular/core"
3072
- ]
3073
- },
3074
- {
3075
- "file": "libs/africanies-storage/src/lib/provide-storage.ts",
3076
- "hash": "12661134213528310781",
3077
- "deps": [
3078
- "npm:@angular/core"
3079
- ]
3080
- },
3081
- {
3082
- "file": "libs/africanies-storage/src/lib/session-storage.service.ts",
3083
- "hash": "16611251745960088849",
3084
- "deps": [
3085
- "npm:@angular/core"
3086
- ]
3087
- },
3088
- {
3089
- "file": "libs/africanies-storage/src/lib/storage-json.ts",
3090
- "hash": "8975311997148426384"
3091
- },
3092
- {
3093
- "file": "libs/africanies-storage/src/lib/storage.keys.ts",
3094
- "hash": "10176599178370822574"
3095
- },
3096
- {
3097
- "file": "libs/africanies-storage/src/lib/storage.service.ts",
3098
- "hash": "17468626552960698701"
3099
- },
3100
- {
3101
- "file": "libs/africanies-storage/src/lib/storage.token.ts",
3102
- "hash": "3147738211350090664",
3103
- "deps": [
3104
- "npm:@angular/core"
2897
+ "npm:@angular/cdk",
2898
+ "npm:@angular/core",
2899
+ "africanies-icons"
3105
2900
  ]
3106
2901
  },
3107
2902
  {
3108
- "file": "libs/africanies-storage/src/test-setup.ts",
2903
+ "file": "libs/africanies-ui/src/test-setup.ts",
3109
2904
  "hash": "13317557134094625390",
3110
2905
  "deps": [
3111
2906
  "npm:jest-preset-angular"
3112
2907
  ]
3113
2908
  },
3114
2909
  {
3115
- "file": "libs/africanies-storage/tsconfig.json",
2910
+ "file": "libs/africanies-ui/tsconfig.json",
3116
2911
  "hash": "11674144746894380063"
3117
2912
  },
3118
2913
  {
3119
- "file": "libs/africanies-storage/tsconfig.lib.json",
2914
+ "file": "libs/africanies-ui/tsconfig.lib.json",
3120
2915
  "hash": "6521222695367069647"
3121
2916
  },
3122
2917
  {
3123
- "file": "libs/africanies-storage/tsconfig.lib.prod.json",
2918
+ "file": "libs/africanies-ui/tsconfig.lib.prod.json",
3124
2919
  "hash": "174503844014784742"
3125
2920
  },
3126
2921
  {
3127
- "file": "libs/africanies-storage/tsconfig.spec.json",
2922
+ "file": "libs/africanies-ui/tsconfig.spec.json",
3128
2923
  "hash": "3303690799793281956"
3129
2924
  }
3130
2925
  ],
@@ -3133,6 +2928,10 @@
3133
2928
  "file": ".editorconfig",
3134
2929
  "hash": "5443105041930014821"
3135
2930
  },
2931
+ {
2932
+ "file": ".github/workflows/deploy-demo.yml",
2933
+ "hash": "14437758369185619450"
2934
+ },
3136
2935
  {
3137
2936
  "file": ".gitignore",
3138
2937
  "hash": "8520130568453209191"
@@ -3149,30 +2948,6 @@
3149
2948
  "file": ".nvmrc",
3150
2949
  "hash": "541564060168964990"
3151
2950
  },
3152
- {
3153
- "file": ".nx/cache/13524438527920092277/dist/libs/africanies-core/README.md",
3154
- "hash": "10330713862146708699"
3155
- },
3156
- {
3157
- "file": ".nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md",
3158
- "hash": "16377100494783829178"
3159
- },
3160
- {
3161
- "file": ".nx/cache/14416694322692463866/dist/libs/africanies-models/README.md",
3162
- "hash": "10907117851193482953"
3163
- },
3164
- {
3165
- "file": ".nx/cache/15255861479705594703/dist/libs/africanies-storage/README.md",
3166
- "hash": "5013268608386309442"
3167
- },
3168
- {
3169
- "file": ".nx/cache/18132311043100376919/dist/libs/africanies-ui/README.md",
3170
- "hash": "11917030339484771849"
3171
- },
3172
- {
3173
- "file": ".nx/cache/6664915487114632770/dist/libs/africanies-icons/README.md",
3174
- "hash": "917104291927253764"
3175
- },
3176
2951
  {
3177
2952
  "file": ".prettierignore",
3178
2953
  "hash": "5407418692668764289"
@@ -3191,36 +2966,12 @@
3191
2966
  },
3192
2967
  {
3193
2968
  "file": "README.md",
3194
- "hash": "2906402878394803067"
2969
+ "hash": "5826456085462162381"
3195
2970
  },
3196
2971
  {
3197
2972
  "file": "commitlint.config.cjs",
3198
2973
  "hash": "1341960511440131676"
3199
2974
  },
3200
- {
3201
- "file": "dist/libs/africanies-core/README.md",
3202
- "hash": "10330713862146708699"
3203
- },
3204
- {
3205
- "file": "dist/libs/africanies-icons/README.md",
3206
- "hash": "917104291927253764"
3207
- },
3208
- {
3209
- "file": "dist/libs/africanies-models/README.md",
3210
- "hash": "10907117851193482953"
3211
- },
3212
- {
3213
- "file": "dist/libs/africanies-storage/README.md",
3214
- "hash": "5013268608386309442"
3215
- },
3216
- {
3217
- "file": "dist/libs/africanies-theme/README.md",
3218
- "hash": "16377100494783829178"
3219
- },
3220
- {
3221
- "file": "dist/libs/africanies-ui/README.md",
3222
- "hash": "11917030339484771849"
3223
- },
3224
2975
  {
3225
2976
  "file": "eslint.config.mjs",
3226
2977
  "hash": "6605332246132408965",
@@ -3251,11 +3002,11 @@
3251
3002
  },
3252
3003
  {
3253
3004
  "file": "package-lock.json",
3254
- "hash": "2777959604681326610"
3005
+ "hash": "11840762009858501260"
3255
3006
  },
3256
3007
  {
3257
3008
  "file": "package.json",
3258
- "hash": "5071066291168281266",
3009
+ "hash": "596681998040768469",
3259
3010
  "deps": [
3260
3011
  "npm:@angular-devkit/core",
3261
3012
  "npm:@angular-devkit/schematics",
@@ -5997,8 +5748,214 @@
5997
5748
  "file": "libs/africanies-icons/tsconfig.spec.json",
5998
5749
  "hash": "3303690799793281956"
5999
5750
  }
5751
+ ],
5752
+ "africanies-theme": [
5753
+ {
5754
+ "file": "libs/africanies-theme/README.md",
5755
+ "hash": "16377100494783829178"
5756
+ },
5757
+ {
5758
+ "file": "libs/africanies-theme/eslint.config.mjs",
5759
+ "hash": "1863905457229895413",
5760
+ "deps": [
5761
+ "npm:@nx/eslint-plugin",
5762
+ [
5763
+ "npm:jsonc-eslint-parser",
5764
+ "dynamic"
5765
+ ]
5766
+ ]
5767
+ },
5768
+ {
5769
+ "file": "libs/africanies-theme/jest.config.cts",
5770
+ "hash": "15462223159682298986"
5771
+ },
5772
+ {
5773
+ "file": "libs/africanies-theme/ng-package.json",
5774
+ "hash": "1971932427195422138"
5775
+ },
5776
+ {
5777
+ "file": "libs/africanies-theme/package.json",
5778
+ "hash": "4372493812616945665",
5779
+ "deps": [
5780
+ "npm:@angular/common",
5781
+ "npm:@angular/core",
5782
+ "africanies-core",
5783
+ "africanies-storage"
5784
+ ]
5785
+ },
5786
+ {
5787
+ "file": "libs/africanies-theme/project.json",
5788
+ "hash": "4276649333214751350"
5789
+ },
5790
+ {
5791
+ "file": "libs/africanies-theme/src/index.ts",
5792
+ "hash": "4889082494461728179"
5793
+ },
5794
+ {
5795
+ "file": "libs/africanies-theme/src/lib/mode-color.safelist.ts",
5796
+ "hash": "5223409175807291467"
5797
+ },
5798
+ {
5799
+ "file": "libs/africanies-theme/src/lib/mode-color.service.ts",
5800
+ "hash": "9118095721286628137",
5801
+ "deps": [
5802
+ "npm:@angular/core",
5803
+ "africanies-core"
5804
+ ]
5805
+ },
5806
+ {
5807
+ "file": "libs/africanies-theme/src/lib/theme.service.ts",
5808
+ "hash": "1403093336794259445",
5809
+ "deps": [
5810
+ "npm:@angular/common",
5811
+ "npm:@angular/core",
5812
+ "africanies-storage"
5813
+ ]
5814
+ },
5815
+ {
5816
+ "file": "libs/africanies-theme/src/lib/theme.types.ts",
5817
+ "hash": "15376679074268519388"
5818
+ },
5819
+ {
5820
+ "file": "libs/africanies-theme/src/test-setup.ts",
5821
+ "hash": "13317557134094625390",
5822
+ "deps": [
5823
+ "npm:jest-preset-angular"
5824
+ ]
5825
+ },
5826
+ {
5827
+ "file": "libs/africanies-theme/tailwind-preset.cjs",
5828
+ "hash": "8023734742883877470"
5829
+ },
5830
+ {
5831
+ "file": "libs/africanies-theme/tsconfig.json",
5832
+ "hash": "11674144746894380063"
5833
+ },
5834
+ {
5835
+ "file": "libs/africanies-theme/tsconfig.lib.json",
5836
+ "hash": "6521222695367069647"
5837
+ },
5838
+ {
5839
+ "file": "libs/africanies-theme/tsconfig.lib.prod.json",
5840
+ "hash": "174503844014784742"
5841
+ },
5842
+ {
5843
+ "file": "libs/africanies-theme/tsconfig.spec.json",
5844
+ "hash": "3303690799793281956"
5845
+ }
5846
+ ],
5847
+ "africanies-storage": [
5848
+ {
5849
+ "file": "libs/africanies-storage/README.md",
5850
+ "hash": "5013268608386309442"
5851
+ },
5852
+ {
5853
+ "file": "libs/africanies-storage/eslint.config.mjs",
5854
+ "hash": "1863905457229895413",
5855
+ "deps": [
5856
+ "npm:@nx/eslint-plugin",
5857
+ [
5858
+ "npm:jsonc-eslint-parser",
5859
+ "dynamic"
5860
+ ]
5861
+ ]
5862
+ },
5863
+ {
5864
+ "file": "libs/africanies-storage/jest.config.cts",
5865
+ "hash": "2368384124547518305"
5866
+ },
5867
+ {
5868
+ "file": "libs/africanies-storage/ng-package.json",
5869
+ "hash": "7854660183522163675"
5870
+ },
5871
+ {
5872
+ "file": "libs/africanies-storage/package.json",
5873
+ "hash": "14420193214101165009",
5874
+ "deps": [
5875
+ "npm:@angular/core"
5876
+ ]
5877
+ },
5878
+ {
5879
+ "file": "libs/africanies-storage/project.json",
5880
+ "hash": "13817973118384557032"
5881
+ },
5882
+ {
5883
+ "file": "libs/africanies-storage/src/index.ts",
5884
+ "hash": "12281157158242327164"
5885
+ },
5886
+ {
5887
+ "file": "libs/africanies-storage/src/lib/local-storage.service.spec.ts",
5888
+ "hash": "1244628971537402046",
5889
+ "deps": [
5890
+ "npm:@angular/core"
5891
+ ]
5892
+ },
5893
+ {
5894
+ "file": "libs/africanies-storage/src/lib/local-storage.service.ts",
5895
+ "hash": "16347971044359822252",
5896
+ "deps": [
5897
+ "npm:@angular/core"
5898
+ ]
5899
+ },
5900
+ {
5901
+ "file": "libs/africanies-storage/src/lib/provide-storage.ts",
5902
+ "hash": "12661134213528310781",
5903
+ "deps": [
5904
+ "npm:@angular/core"
5905
+ ]
5906
+ },
5907
+ {
5908
+ "file": "libs/africanies-storage/src/lib/session-storage.service.ts",
5909
+ "hash": "16611251745960088849",
5910
+ "deps": [
5911
+ "npm:@angular/core"
5912
+ ]
5913
+ },
5914
+ {
5915
+ "file": "libs/africanies-storage/src/lib/storage-json.ts",
5916
+ "hash": "8975311997148426384"
5917
+ },
5918
+ {
5919
+ "file": "libs/africanies-storage/src/lib/storage.keys.ts",
5920
+ "hash": "10176599178370822574"
5921
+ },
5922
+ {
5923
+ "file": "libs/africanies-storage/src/lib/storage.service.ts",
5924
+ "hash": "17468626552960698701"
5925
+ },
5926
+ {
5927
+ "file": "libs/africanies-storage/src/lib/storage.token.ts",
5928
+ "hash": "3147738211350090664",
5929
+ "deps": [
5930
+ "npm:@angular/core"
5931
+ ]
5932
+ },
5933
+ {
5934
+ "file": "libs/africanies-storage/src/test-setup.ts",
5935
+ "hash": "13317557134094625390",
5936
+ "deps": [
5937
+ "npm:jest-preset-angular"
5938
+ ]
5939
+ },
5940
+ {
5941
+ "file": "libs/africanies-storage/tsconfig.json",
5942
+ "hash": "11674144746894380063"
5943
+ },
5944
+ {
5945
+ "file": "libs/africanies-storage/tsconfig.lib.json",
5946
+ "hash": "6521222695367069647"
5947
+ },
5948
+ {
5949
+ "file": "libs/africanies-storage/tsconfig.lib.prod.json",
5950
+ "hash": "174503844014784742"
5951
+ },
5952
+ {
5953
+ "file": "libs/africanies-storage/tsconfig.spec.json",
5954
+ "hash": "3303690799793281956"
5955
+ }
6000
5956
  ]
6001
- }
5957
+ },
5958
+ "nonProjectFiles": []
6002
5959
  },
6003
5960
  "externalNodesHash": "5743732333414567908"
6004
5961
  }