ngx-tethys 21.0.12 → 21.0.13
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/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/bootstrap/_variables.scss +8 -1
- package/styles/bootstrap/utilities/_background.scss +19 -0
- package/styles/bootstrap/utilities/_overflow.scss +8 -0
- package/styles/bootstrap/utilities/_position.scss +6 -0
- package/styles/bootstrap/utilities/_spacing.scss +18 -0
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
|
+
## [21.0.13](github.com/atinc/ngx-tethys/compare/21.0.12...21.0.13) (2026-09-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **style:** add bg-*-subtile token #NEXUS-4936 ([#3885](/github.com/atinc/ngx-tethys/issues/3885)) ([b8b9a4d](github.com/atinc/ngx-tethys/commits/b8b9a4d74e779524c4b1a5177e2aabb0f8278a3a)), closes [#NEXUS-4936](github.com/atinc/ngx-tethys/issues/NEXUS-4936)
|
|
11
|
+
* **style:** add z-index token and overflow-x/y token #NEXUS-4592 ([94660bb](github.com/atinc/ngx-tethys/commits/94660bb6b07a6eb9ad087a85177d5fee243230dc)), closes [#NEXUS-4592](github.com/atinc/ngx-tethys/issues/NEXUS-4592)
|
|
12
|
+
* **styles:** spacing utilities support ms/me and ps/pe #NEXUS-4977 ([#3872](/github.com/atinc/ngx-tethys/issues/3872)) ([701a8ec](github.com/atinc/ngx-tethys/commits/701a8ec472c1e46ee3306ea6110847f900db5172)), closes [#NEXUS-4977](github.com/atinc/ngx-tethys/issues/NEXUS-4977) [#NEXUS-4977](github.com/atinc/ngx-tethys/issues/NEXUS-4977)
|
|
13
|
+
|
|
5
14
|
## [21.0.12](github.com/atinc/ngx-tethys/compare/21.0.11...21.0.12) (2026-08-26)
|
|
6
15
|
|
|
7
16
|
|
package/fesm2022/ngx-tethys.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Version, InjectionToken, makeEnvironmentProviders } from '@angular/core';
|
|
2
2
|
|
|
3
|
-
const VERSION = new Version('21.0.
|
|
3
|
+
const VERSION = new Version('21.0.13');
|
|
4
4
|
|
|
5
5
|
const THY_GLOBAL_CONFIG = new InjectionToken('thy-global-config');
|
|
6
6
|
function getOverlayGlobalConfig(globalConfig) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/core/global-config.ts","../../../src/core/provide.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('21.0.
|
|
1
|
+
{"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/core/global-config.ts","../../../src/core/provide.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('21.0.13');\n","import { InjectionToken } from '@angular/core';\n\nexport interface ThyOverlayGlobalConfig {\n /**\n * Whether overlay-based components can automatically choose a better position\n * from their fallback positions when the preferred placement does not fit.\n */\n flexiblePosition?: boolean;\n\n /**\n * Whether overlay-based components can be pushed on-screen if none of the provided positions fit.\n */\n canPush?: boolean;\n}\n\nexport interface ThyGlobalConfig {\n overlay?: ThyOverlayGlobalConfig;\n}\n\nexport const THY_GLOBAL_CONFIG = new InjectionToken<ThyGlobalConfig>('thy-global-config');\n\nexport function getOverlayGlobalConfig(globalConfig?: ThyGlobalConfig | null): ThyOverlayGlobalConfig {\n return globalConfig?.overlay ?? {};\n}\n","import { EnvironmentProviders, Provider, makeEnvironmentProviders } from '@angular/core';\nimport { THY_GLOBAL_CONFIG, ThyGlobalConfig } from './global-config';\n\nexport type ThyTethysFeature = Provider | EnvironmentProviders;\n\nexport function provideTethys(...features: ThyTethysFeature[]): EnvironmentProviders {\n return makeEnvironmentProviders(features);\n}\n\nexport function withGlobalConfig(config: ThyGlobalConfig): EnvironmentProviders {\n return makeEnvironmentProviders([{ provide: THY_GLOBAL_CONFIG, useValue: config }]);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;MAEa,OAAO,GAAG,IAAI,OAAO,CAAC,SAAS;;MCiB/B,iBAAiB,GAAG,IAAI,cAAc,CAAkB,mBAAmB;AAElF,SAAU,sBAAsB,CAAC,YAAqC,EAAA;AACxE,IAAA,OAAO,YAAY,EAAE,OAAO,IAAI,EAAE;AACtC;;AClBM,SAAU,aAAa,CAAC,GAAG,QAA4B,EAAA;AACzD,IAAA,OAAO,wBAAwB,CAAC,QAAQ,CAAC;AAC7C;AAEM,SAAU,gBAAgB,CAAC,MAAuB,EAAA;AACpD,IAAA,OAAO,wBAAwB,CAAC,CAAC,EAAE,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;AACvF;;ACXA;;AAEG;;;;"}
|
package/package.json
CHANGED
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "21.0.
|
|
1
|
+
export declare const VERSION = "21.0.13";
|
package/schematics/version.js
CHANGED
|
@@ -197,6 +197,13 @@ $form-feedback-invalid-color: functions.theme-color('danger') !default;
|
|
|
197
197
|
|
|
198
198
|
$zindex-sticky: 1020 !default;
|
|
199
199
|
$zindex-fixed: 1030 !default;
|
|
200
|
+
$zindex-levels: (
|
|
201
|
+
n1: -1,
|
|
202
|
+
0: 0,
|
|
203
|
+
1: 1,
|
|
204
|
+
2: 2,
|
|
205
|
+
3: 3
|
|
206
|
+
) !default;
|
|
200
207
|
|
|
201
208
|
$pagination-focus-outline: 0 !default;
|
|
202
209
|
|
|
@@ -220,6 +227,6 @@ $pre-color: variables.$gray-800 !default;
|
|
|
220
227
|
$pre-scrollable-max-height: 340px !default;
|
|
221
228
|
|
|
222
229
|
$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, contents, inline-flex !default;
|
|
223
|
-
$overflows: auto, hidden !default;
|
|
230
|
+
$overflows: auto, hidden, visible, scroll !default;
|
|
224
231
|
$positions: static, relative, absolute, fixed, sticky !default;
|
|
225
232
|
$user-selects: all, auto, none !default;
|
|
@@ -23,10 +23,29 @@ $bg-colors: map.merge(
|
|
|
23
23
|
$bg-colors
|
|
24
24
|
);
|
|
25
25
|
|
|
26
|
+
$bg-subtle-colors: () !default;
|
|
27
|
+
$bg-subtle-colors: map.merge(
|
|
28
|
+
(
|
|
29
|
+
'.bg-primary-subtle': color-mix(in srgb, variables.$bg-primary 10%, transparent),
|
|
30
|
+
'.bg-secondary-subtle': color-mix(in srgb, variables.$bg-secondary 10%, transparent),
|
|
31
|
+
'.bg-success-subtle': color-mix(in srgb, variables.$bg-success 10%, transparent),
|
|
32
|
+
'.bg-info-subtle': color-mix(in srgb, variables.$bg-info 10%, transparent),
|
|
33
|
+
'.bg-warning-subtle': color-mix(in srgb, variables.$bg-warning 10%, transparent),
|
|
34
|
+
'.bg-danger-subtle': color-mix(in srgb, variables.$bg-danger 10%, transparent),
|
|
35
|
+
'.bg-light-subtle': color-mix(in srgb, variables.$bg-light 10%, transparent),
|
|
36
|
+
'.bg-dark-subtle': color-mix(in srgb, variables.$bg-dark 10%, transparent)
|
|
37
|
+
),
|
|
38
|
+
$bg-subtle-colors
|
|
39
|
+
);
|
|
40
|
+
|
|
26
41
|
@each $color, $value in $bg-colors {
|
|
27
42
|
@include background-variant.bg-variant($color, $value, true);
|
|
28
43
|
}
|
|
29
44
|
|
|
45
|
+
@each $color, $value in $bg-subtle-colors {
|
|
46
|
+
@include background-variant.bg-variant($color, $value, true);
|
|
47
|
+
}
|
|
48
|
+
|
|
30
49
|
@if variables.$enable-gradients {
|
|
31
50
|
@each $color, $value in functions-variables.$theme-colors {
|
|
32
51
|
@include background-variant.bg-gradient-variant('.bg-gradient-#{$color}', $value, true);
|
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
.#{$abbrev}x#{$infix}-#{$size} {
|
|
32
32
|
#{$prop}-left: $length !important;
|
|
33
33
|
}
|
|
34
|
+
.#{$abbrev}s#{$infix}-#{$size} {
|
|
35
|
+
#{$prop}-inline-start: $length !important;
|
|
36
|
+
}
|
|
37
|
+
.#{$abbrev}e#{$infix}-#{$size} {
|
|
38
|
+
#{$prop}-inline-end: $length !important;
|
|
39
|
+
}
|
|
34
40
|
}
|
|
35
41
|
}
|
|
36
42
|
|
|
@@ -56,6 +62,12 @@
|
|
|
56
62
|
.mx#{$infix}-n#{$size} {
|
|
57
63
|
margin-left: -$length !important;
|
|
58
64
|
}
|
|
65
|
+
.ms#{$infix}-n#{$size} {
|
|
66
|
+
margin-inline-start: -$length !important;
|
|
67
|
+
}
|
|
68
|
+
.me#{$infix}-n#{$size} {
|
|
69
|
+
margin-inline-end: -$length !important;
|
|
70
|
+
}
|
|
59
71
|
}
|
|
60
72
|
}
|
|
61
73
|
|
|
@@ -79,5 +91,11 @@
|
|
|
79
91
|
.mx#{$infix}-auto {
|
|
80
92
|
margin-left: auto !important;
|
|
81
93
|
}
|
|
94
|
+
.ms#{$infix}-auto {
|
|
95
|
+
margin-inline-start: auto !important;
|
|
96
|
+
}
|
|
97
|
+
.me#{$infix}-auto {
|
|
98
|
+
margin-inline-end: auto !important;
|
|
99
|
+
}
|
|
82
100
|
}
|
|
83
101
|
}
|