@acorex/platform-generator 19.0.1 → 19.2.12

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/generators.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "generators": {
3
- "create-app-module": {
3
+ "create-app": {
4
4
  "factory": "./src/generators/app-module/generator",
5
5
  "schema": "./src/generators/app-module/schema.json",
6
6
  "description": "app-module generator"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform-generator",
3
- "version": "19.0.1",
3
+ "version": "19.2.12",
4
4
  "dependencies": {
5
5
  "@nx/devkit": "19.2.2",
6
6
  "tslib": "^2.3.0"
@@ -165,14 +165,7 @@ ax-side-menu {
165
165
  background-image: url('/assets/auth-background.svg');
166
166
  }
167
167
 
168
- .axp-navigating-progress {
169
- @apply ax-h-1 dark:ax-bg-neutral-500 ax-bg-neutral-200 ax-w-full ax-overflow-hidden ax-absolute ax-top-0;
170
- & > div {
171
- @apply ax-w-full ax-h-full ax-bg-primary-500;
172
- animation: indeterminateAnimation 1s infinite linear;
173
- transform-origin: 0% 50%;
174
- }
175
- }
168
+
176
169
 
177
170
  @keyframes indeterminateAnimation {
178
171
  0% {