ngx-tethys 18.2.4 → 18.2.5
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/CHANGELOG.md +9 -0
- package/esm2022/version.mjs +2 -2
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/nav/styles/nav.scss +18 -2
- package/package.json +1 -1
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [18.2.5](https://github.com/atinc/ngx-tethys/compare/18.2.4...18.2.5) (2025-02-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **nav:** the activated item requires rounded corner son the lower left and right corners #TINFR-1509 ([#3297](https://github.com/atinc/ngx-tethys/issues/3297)) ([21d1321](https://github.com/atinc/ngx-tethys/commit/21d132188aa0bce9ec5cedf51633b2622852b0a6)), closes [#TINFR-1509](https://github.com/atinc/ngx-tethys/issues/TINFR-1509)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
## [18.2.4](https://github.com/atinc/ngx-tethys/compare/18.2.3...18.2.4) (2025-02-10)
|
|
6
15
|
|
|
7
16
|
|
package/esm2022/version.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Version } from '@angular/core';
|
|
2
|
-
export const VERSION = new Version('18.2.
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
export const VERSION = new Version('18.2.5');
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFeEMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVmVyc2lvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcxOC4yLjUnKTtcbiJdfQ==
|
package/fesm2022/ngx-tethys.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('18.2.
|
|
1
|
+
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('18.2.5');\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;MAEa,OAAO,GAAG,IAAI,OAAO,CAAC,QAAQ;;ACF3C;;AAEG;;;;"}
|
package/nav/styles/nav.scss
CHANGED
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
.thy-nav-item {
|
|
91
91
|
display: flex;
|
|
92
92
|
align-items: center;
|
|
93
|
+
position: relative;
|
|
93
94
|
padding: 12px 20px;
|
|
94
95
|
margin-right: 0;
|
|
95
96
|
border: 1px solid transparent;
|
|
@@ -115,17 +116,32 @@
|
|
|
115
116
|
border-bottom-color: variables.$bg-default;
|
|
116
117
|
border-bottom-width: 2px;
|
|
117
118
|
border-radius: 8px 8px 0 0;
|
|
119
|
+
|
|
120
|
+
&:first-child {
|
|
121
|
+
margin-left: 20px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&::before,
|
|
125
|
+
&::after {
|
|
126
|
+
border: 1px solid variables.$border-color;
|
|
127
|
+
position: absolute;
|
|
128
|
+
bottom: -2px;
|
|
129
|
+
width: 8px;
|
|
130
|
+
height: 8px;
|
|
131
|
+
content: '';
|
|
132
|
+
}
|
|
133
|
+
|
|
118
134
|
&::before {
|
|
119
135
|
left: -8px;
|
|
120
136
|
border-bottom-right-radius: 8px;
|
|
121
137
|
border-width: 0 1px 1px 0;
|
|
122
|
-
box-shadow: 1px 2px 0 variables.$
|
|
138
|
+
box-shadow: 1px 2px 0 variables.$bg-default;
|
|
123
139
|
}
|
|
124
140
|
&::after {
|
|
125
141
|
right: -8px;
|
|
126
142
|
border-bottom-left-radius: 8px;
|
|
127
143
|
border-width: 0 0 1px 1px;
|
|
128
|
-
box-shadow: -1px 2px 0 variables.$
|
|
144
|
+
box-shadow: -1px 2px 0 variables.$bg-default;
|
|
129
145
|
}
|
|
130
146
|
}
|
|
131
147
|
}
|
package/package.json
CHANGED
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "18.2.
|
|
1
|
+
export declare const VERSION = "18.2.5";
|
package/schematics/version.js
CHANGED