tnp-config 19.0.20 → 19.0.22
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/browser/package.json +1 -1
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/package.json +15 -10
- package/scss/global.scss +44 -0
- package/scss/index.scss +2 -0
- package/scss/lib/index.scss +1 -0
- package/tmp-environment.json +6 -6
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
package/client/package.json
CHANGED
@@ -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-config';
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.22';
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
9
9
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "tnp-config",
|
3
|
-
"version": "19.0.
|
3
|
+
"version": "19.0.22",
|
4
4
|
"scripts": {
|
5
|
+
"taon init": "taon init",
|
6
|
+
"taon start": "taon start",
|
5
7
|
"taon build:lib": "taon build:lib",
|
8
|
+
"taon build:watch:lib": "taon build:watch:lib",
|
6
9
|
"taon build:watch:app": "taon build:watch:app",
|
7
10
|
"taon build:watch:electron": "taon build:watch:electron",
|
8
|
-
"taon build:watch:lib": "taon build:watch:lib",
|
9
|
-
"taon clear": "taon clear",
|
10
11
|
"taon docs": "taon docs",
|
11
12
|
"taon docs:watch": "taon docs:watch",
|
12
|
-
"taon
|
13
|
-
"taon migration:create": "taon migration:create",
|
14
|
-
"taon migration:revert": "taon migration:revert",
|
15
|
-
"taon migration:run": "taon migration:run",
|
13
|
+
"taon clear": "taon clear",
|
16
14
|
"taon release": "taon release",
|
17
15
|
"taon release:auto": "taon release:auto",
|
18
16
|
"taon release:install:locally": "taon release:install:locally",
|
19
|
-
"taon
|
20
|
-
"taon
|
21
|
-
"taon
|
17
|
+
"taon migration:create": "taon migration:create",
|
18
|
+
"taon migration:run": "taon migration:run",
|
19
|
+
"taon migration:revert": "taon migration:revert",
|
20
|
+
"taon vscode:temp:show": "taon vscode:temp:show",
|
21
|
+
"taon vscode:temp:hide": "taon vscode:temp:hide"
|
22
22
|
},
|
23
23
|
"license": "MIT",
|
24
24
|
"author": "Dariusz Filipiak",
|
@@ -26,5 +26,10 @@
|
|
26
26
|
"dependencies": {},
|
27
27
|
"main": "dist/app.electron.js",
|
28
28
|
"bin": {},
|
29
|
+
"exports": {
|
30
|
+
".": {
|
31
|
+
"style": "./scss/index.scss"
|
32
|
+
}
|
33
|
+
},
|
29
34
|
"peerDependencies": {}
|
30
35
|
}
|
package/scss/global.scss
ADDED
@@ -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
|
+
}
|
package/scss/index.scss
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
// EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
|
package/tmp-environment.json
CHANGED
@@ -9,9 +9,9 @@
|
|
9
9
|
"only": []
|
10
10
|
},
|
11
11
|
"ports": {
|
12
|
-
"ngNormalAppPort":
|
13
|
-
"ngWebsqlAppPort":
|
14
|
-
"nodeBeAppPort":
|
12
|
+
"ngNormalAppPort": 4225,
|
13
|
+
"ngWebsqlAppPort": 4226,
|
14
|
+
"nodeBeAppPort": 4110
|
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.
|
33
|
+
"resolvedNewVersion": "19.0.22"
|
34
34
|
},
|
35
35
|
"copyToManager": {},
|
36
36
|
"buildInfo": {
|
37
|
-
"date": "2025-05-
|
38
|
-
"hash": "
|
37
|
+
"date": "2025-05-24T17:23:25.000Z",
|
38
|
+
"hash": "2d4522046e790065b556e83a60d4ddeab9fb8381"
|
39
39
|
},
|
40
40
|
"currentProjectName": "tnp-config",
|
41
41
|
"currentProjectType": "isomorphic-lib",
|