@africanies/angular-web-sdk 0.1.2 → 0.1.3
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/12276756491762927325/dist/libs/africanies-theme/README.md +46 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +215 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/package.json +35 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/tailwind-preset.cjs +245 -0
- package/.nx/cache/12276756491762927325/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +157 -0
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/README.md +85 -0
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +4546 -0
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/package.json +31 -0
- package/.nx/cache/17491371155400585077/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +2740 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/README.md +68 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +5 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/assets/carriers/dhl.svg +7 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +19291 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/package.json +35 -0
- package/.nx/cache/3314955264390318442/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +5483 -0
- package/.nx/cache/run.json +38 -38
- package/.nx/cache/terminalOutputs/12276756491762927325 +21 -0
- package/.nx/cache/terminalOutputs/17491371155400585077 +21 -0
- package/.nx/cache/terminalOutputs/3017748574492080228 +28 -0
- package/.nx/cache/terminalOutputs/3314955264390318442 +21 -0
- package/.nx/cache/terminalOutputs/8648260256613557249 +173 -0
- package/.nx/cache/terminalOutputs/9408529484792607601 +6 -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 +1659 -0
- package/.nx/workspace-data/d/server-process.json +2 -2
- package/.nx/workspace-data/file-map.json +3578 -3529
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/project-graph.json +5 -5
- package/.nx/workspace-data/source-maps.json +0 -80
- package/apps/playground/src/app/snippets/action-menu.snippets.ts +1 -0
- package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +1 -1
- package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -1
- package/dist/libs/africanies-core/package.json +3 -3
- package/dist/libs/africanies-theme/package.json +3 -3
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +318 -115
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
- package/dist/libs/africanies-ui/package.json +5 -5
- package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +92 -19
- package/libs/africanies-core/package.json +3 -3
- package/libs/africanies-core/src/lib/payment-method/payment-method.mapper.spec.ts +15 -0
- package/libs/africanies-core/src/lib/payment-method/payment-method.mapper.ts +1 -2
- package/libs/africanies-theme/package.json +3 -3
- package/libs/africanies-ui/package.json +5 -5
- package/libs/africanies-ui/src/index.ts +6 -0
- package/libs/africanies-ui/src/lib/accordion/accordion.component.ts +135 -0
- package/libs/africanies-ui/src/lib/accordion/index.ts +7 -0
- package/libs/africanies-ui/src/lib/action-menu/action-menu.component.ts +84 -17
- package/libs/africanies-ui/src/lib/action-menu/menu-item.ts +19 -2
- package/libs/africanies-ui/src/lib/modules/africanies-feedback.module.ts +3 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@africanies/africanies-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^22.0.0",
|
|
6
6
|
"@angular/core": "^22.0.0",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"@angular/forms": "^22.0.0",
|
|
9
9
|
"@angular/router": "^22.0.0",
|
|
10
10
|
"rxjs": "^7.8.0",
|
|
11
|
-
"@africanies/africanies-models": "
|
|
12
|
-
"@africanies/africanies-icons": "
|
|
13
|
-
"@africanies/africanies-core": "
|
|
14
|
-
"@africanies/africanies-theme": "
|
|
11
|
+
"@africanies/africanies-models": ">=0.0.2 <0.1.0",
|
|
12
|
+
"@africanies/africanies-icons": ">=0.0.1 <0.1.0",
|
|
13
|
+
"@africanies/africanies-core": ">=0.0.2 <0.1.0",
|
|
14
|
+
"@africanies/africanies-theme": ">=0.0.1 <0.1.0"
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"publishConfig": {
|