tnp-core 19.0.32 → 19.0.33

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/browser",
3
- "version": "19.0.32",
3
+ "version": "19.0.33",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748107315785 = dummy1748107315785;
4
- function dummy1748107315785() { }
3
+ exports.dummy1748396577716 = dummy1748396577716;
4
+ function dummy1748396577716() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/client",
3
- "version": "19.0.32",
3
+ "version": "19.0.33",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "tnp-core";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.32";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.33";
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.PROJECT_NPM_NAME = 'tnp-core';
7
- exports.CURRENT_PACKAGE_VERSION = '19.0.32';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.33';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748107315978 = dummy1748107315978;
4
- function dummy1748107315978() { }
3
+ exports.dummy1748396577855 = dummy1748396577855;
4
+ function dummy1748396577855() { }
5
5
  //# sourceMappingURL=node-chalk-mock.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748107315993 = dummy1748107315993;
4
- function dummy1748107315993() { }
3
+ exports.dummy1748396577865 = dummy1748396577865;
4
+ function dummy1748396577865() { }
5
5
  //# sourceMappingURL=node-path-mock.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "19.0.32",
3
+ "version": "19.0.33",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
@@ -50,5 +50,10 @@
50
50
  },
51
51
  "main": "dist/app.electron.js",
52
52
  "bin": {},
53
+ "exports": {
54
+ ".": {
55
+ "style": "./scss/index.scss"
56
+ }
57
+ },
53
58
  "peerDependencies": {}
54
59
  }
@@ -0,0 +1,44 @@
1
+ @use './vars.scss' as vars;
2
+ @use 'primeflex/primeflex.scss';
3
+ /* You can add global styles to this file, and also import other style files */
4
+ @import '~@angular/material/prebuilt-themes/indigo-pink.css';
5
+
6
+ // @import "primeng/resources/themes/lara-light-blue/theme.css"; // not needed anymore
7
+ // @import "primeng/resources/primeng.css"; // not needed anymore
8
+ @import 'primeicons/primeicons.css';
9
+ @import 'animate.css/animate.min.css';
10
+
11
+ @font-face {
12
+ font-family: 'Material Icons';
13
+ font-style: normal;
14
+ font-weight: 400;
15
+ src: url("#{ vars.$basename }assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2")
16
+ format('woff2');
17
+ }
18
+
19
+ .material-icons {
20
+ font-family: 'Material Icons';
21
+ font-weight: normal;
22
+ font-style: normal;
23
+ font-size: 24px;
24
+ line-height: 1;
25
+ letter-spacing: normal;
26
+ text-transform: none;
27
+ display: inline-block;
28
+ white-space: nowrap;
29
+ word-wrap: normal;
30
+ direction: ltr;
31
+ -webkit-font-feature-settings: 'liga';
32
+ -webkit-font-smoothing: antialiased;
33
+ }
34
+
35
+ .ng-scroll-content {
36
+ // TODO QUICK_FIX for modal mode
37
+ display: block !important;
38
+ }
39
+
40
+ // TODO QUICK FIX for weird chrome padding
41
+ body {
42
+ margin: 0px !important;
43
+ overflow: hidden;
44
+ }
@@ -0,0 +1,2 @@
1
+ // EXPORT SCSS STYLES FOR THIS APP or LIBRARY IN THIS FILE
2
+ @use './lib/index.scss' as *;
@@ -0,0 +1 @@
1
+ // EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
@@ -9,9 +9,9 @@
9
9
  "only": []
10
10
  },
11
11
  "ports": {
12
- "ngNormalAppPort": 4227,
13
- "ngWebsqlAppPort": 4228,
14
- "nodeBeAppPort": 4110
12
+ "ngNormalAppPort": 4201,
13
+ "ngWebsqlAppPort": 4202,
14
+ "nodeBeAppPort": 4101
15
15
  },
16
16
  "init": {},
17
17
  "build": {
@@ -30,12 +30,12 @@
30
30
  "releaseType": "manual",
31
31
  "targetArtifact": "npm-lib-and-cli-tool",
32
32
  "envName": "__",
33
- "resolvedNewVersion": "19.0.32"
33
+ "resolvedNewVersion": "19.0.33"
34
34
  },
35
35
  "copyToManager": {},
36
36
  "buildInfo": {
37
- "date": "2025-05-22T20:51:31.000Z",
38
- "hash": "87547e6bed839cbbcbda780b919dffac736fefd1"
37
+ "date": "2025-05-28T01:42:12.000Z",
38
+ "hash": "b6d224219745f4763c931595d8da3e1d881ea531"
39
39
  },
40
40
  "currentProjectName": "tnp-core",
41
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.32",
3
+ "version": "19.0.33",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {