@rcarls/rc-button 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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # @rcarls/rc-button
2
+
3
+ ## 0.4.1
4
+
5
+ ## 0.4.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 5312d29: Disable native buttons while pending or progressing, add determinate progress percentages, and
10
+ support controlled and uncontrolled APG toggle buttons with selected icon switching.
11
+ - e11c4b7: Add the rc-button package for native button enhancement.
12
+
13
+ ### Patch Changes
14
+
15
+ - 51b2c8f: Prevent pending and progress states from repeatedly writing the native button's disabled state.
16
+ - 55e8ab5: Preserve UA-like control and surface styling until an optional theme supplies decorative tokens.
17
+ Restore themed button hover and pressed state layers, including a pointer-origin Material ripple.
18
+ - f1b38b5: Document all `rc-button` CSS custom properties and the `has-icon`,
19
+ `has-selected-icon`, and `has-label` reflected attributes.
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": "Progressive-enhancement button wrapper with structural state affordances.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -59,4 +59,4 @@
59
59
  "peerDependencies": {
60
60
  "lit": "^3.0.0"
61
61
  }
62
- }
62
+ }