ngx-tethys 18.2.0 → 18.2.1
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/package.json +1 -1
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/styles/theme/dark.scss +1 -0
- package/styles/theme/default.scss +1 -0
- package/styles/variables.scss +0 -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.1](https://github.com/atinc/ngx-tethys/compare/18.2.0-next.2...18.2.1) (2024-11-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **menu:** fix $menu-theme-dark-hover-color #TINFR-1061 ([1428a85](https://github.com/atinc/ngx-tethys/commit/1428a85fbac4b85a80a075b2114ca20ba3d05562)), closes [#TINFR-1061](https://github.com/atinc/ngx-tethys/issues/TINFR-1061)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
# [18.2.0](https://github.com/atinc/ngx-tethys/compare/18.2.0-next.2...18.2.0) (2024-11-25)
|
|
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.1');
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFeEMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVmVyc2lvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcxOC4yLjEnKTtcbiJdfQ==
|
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.1');\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/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.1";
|
package/schematics/version.js
CHANGED
package/styles/theme/dark.scss
CHANGED
package/styles/variables.scss
CHANGED
|
@@ -859,7 +859,6 @@ $menu-loose-item-border-radius: 4px !default;
|
|
|
859
859
|
$menu-theme-dark-color: var(--menu-theme-dark-text-color) !default;
|
|
860
860
|
$menu-theme-dark-icon-color: var(--menu-theme-dark-icon-color) !default;
|
|
861
861
|
$menu-theme-dark-hover-color: var(--menu-theme-dark-hover-color) !default;
|
|
862
|
-
$menu-theme-dark-hover-icon-color: var(--menu-theme-dark-hover-icon-color) !default;
|
|
863
862
|
$menu-theme-dark-bg-color: #48525c !default;
|
|
864
863
|
$menu-theme-dark-hover-bg-color: #39414c !default;
|
|
865
864
|
$menu-theme-dark-divider-color: var(--menu-theme-dark-divider-color) !default;
|