@rcarls/rc-switch 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.
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-switch
2
+
3
+ ## 0.4.2
4
+
5
+ ## 0.4.1
6
+
7
+ ## 0.4.0
8
+
9
+ ### Minor Changes
10
+
11
+ - b53b5d2: Add the rc-switch package for native checkbox switch enhancement.
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
+ - 04f5d75: Document all 28 `rc-switch` CSS custom properties in the generated API
18
+ reference, including the two track-size properties that have no built-in
19
+ default and must be set by a theme.
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.2",
7
7
  "description": "Switch wrapper that enhances a native checkbox input.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -59,4 +59,4 @@
59
59
  "peerDependencies": {
60
60
  "lit": "^3.0.0"
61
61
  }
62
- }
62
+ }