@rcarls/rc-card 0.4.0 → 0.4.2
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @rcarls/rc-card
|
|
2
|
+
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
## 0.4.1
|
|
6
|
+
|
|
7
|
+
## 0.4.0
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- f36cd09: Add the rc-card package for neutral structural card surfaces.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 55e8ab5: Preserve UA-like control and surface styling until an optional theme supplies decorative tokens.
|
|
16
|
+
Restore themed button hover and pressed state layers, including a pointer-origin Material ripple.
|
|
17
|
+
- 000283d: Document the `selected`, `disabled`, `interactive`, and `has-*` slot-presence
|
|
18
|
+
attributes and all `rc-card` CSS custom properties in the generated API
|
|
19
|
+
reference.
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.4.
|
|
6
|
+
"version": "0.4.2",
|
|
7
7
|
"description": "Design-system-neutral card shell with structural slots and parts.",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -59,4 +59,4 @@
|
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"lit": "^3.0.0"
|
|
61
61
|
}
|
|
62
|
-
}
|
|
62
|
+
}
|