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