@quartzds/core-angular 1.0.0-beta.111 → 1.0.0-beta.112
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 +11 -0
- package/package.json +2 -2
- package/styles/core.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,17 @@ SPDX-License-Identifier: Apache-2.0
|
|
|
11
11
|
|
|
12
12
|
> All notable changes to this project will be documented in this file
|
|
13
13
|
|
|
14
|
+
## @quartzds/core-angular 1.0.0-beta.112 (2025-10-23)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* **@quartzds/core:** upgraded to 1.0.0-beta.111
|
|
24
|
+
|
|
14
25
|
## @quartzds/core-angular 1.0.0-beta.111 (2025-10-09)
|
|
15
26
|
|
|
16
27
|
* Merge pull request #1426 from quartzds/input-nesting ([14d3202](https://github.com/quartzds/core-foundations/commit/14d3202)), closes [#1426](https://github.com/quartzds/core-foundations/issues/1426)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core-angular",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.112",
|
|
4
4
|
"description": "Angular wrapper for @quartzds/core",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/angular",
|
|
6
6
|
"bugs": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"CHANGELOG.md"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@quartzds/core": "1.0.0-beta.
|
|
28
|
+
"@quartzds/core": "1.0.0-beta.111",
|
|
29
29
|
"tslib": "^2.0.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
package/styles/core.css
CHANGED
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
.qds-popup {
|
|
318
318
|
background-color: var(--qds-theme-popup-background);
|
|
319
319
|
border-radius: var(--qds-popup-border-radius);
|
|
320
|
-
box-shadow: var(--qds-
|
|
320
|
+
box-shadow: var(--qds-popup-elevation);
|
|
321
321
|
padding: var(--qds-popup-padding);
|
|
322
322
|
}
|
|
323
323
|
|