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