@quartzds/core-react 1.0.0-beta.105 → 1.0.0-beta.107
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 +23 -0
- package/package.json +2 -2
- package/styles/core.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,29 @@ 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-react 1.0.0-beta.107 (2025-09-19)
|
|
15
|
+
|
|
16
|
+
* chore(deps): update dependency vite to v6.3.6 [security] ([a767786](https://github.com/quartzds/core-foundations/commit/a767786))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* **@quartzds/core:** upgraded to 1.0.0-beta.108
|
|
25
|
+
|
|
26
|
+
## @quartzds/core-react 1.0.0-beta.106 (2025-09-12)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* **@quartzds/core:** upgraded to 1.0.0-beta.107
|
|
36
|
+
|
|
14
37
|
## @quartzds/core-react 1.0.0-beta.105 (2025-09-02)
|
|
15
38
|
|
|
16
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core-react",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.107",
|
|
4
4
|
"description": "React wrapper for @quartzds/core",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/react",
|
|
6
6
|
"bugs": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"CHANGELOG.md"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@quartzds/core": "1.0.0-beta.
|
|
32
|
+
"@quartzds/core": "1.0.0-beta.108",
|
|
33
33
|
"@stencil/core": "^4.35.2",
|
|
34
34
|
"@stencil/react-output-target": "^1.2.0",
|
|
35
35
|
"@stencil/ssr": "^0.1.1"
|
package/styles/core.css
CHANGED
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
.qds-accessory {
|
|
365
365
|
background-color: var(--qds-theme-accessory-background);
|
|
366
366
|
border-radius: var(--qds-accessory-border-radius);
|
|
367
|
-
box-shadow: var(--qds-
|
|
367
|
+
box-shadow: var(--qds-accessory-elevation);
|
|
368
368
|
padding: var(--qds-accessory-padding-top) var(--qds-accessory-padding-end)
|
|
369
369
|
var(--qds-accessory-padding-bottom) var(--qds-accessory-padding-start);
|
|
370
370
|
}
|