@rcarls/rc-chip 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 +39 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ # @rcarls/rc-chip
2
+
3
+ ## 0.4.2
4
+
5
+ ## 0.4.1
6
+
7
+ ## 0.4.0
8
+
9
+ ### Minor Changes
10
+
11
+ - 74d9046: Add native button-based chip controls and let toolbars coordinate groups of
12
+ interactive chips with roving focus.
13
+
14
+ ### Patch Changes
15
+
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
+ - c926344: Document all `rc-chip` CSS custom properties, including the previously
19
+ undocumented `--rc-chip-gap`, `--rc-chip-block-size`, `--rc-chip-radius`, and
20
+ selection/disabled/focus tokens, and fix the `--rc-chip-removable-padding-inline-end`
21
+ tag to show its real `calc()` default.
22
+ - c40a1be: Add theme-neutral fast, default, and slow effects and spatial motion token
23
+ pairs. Expose bottom-sheet settle easing through
24
+ `--rc-bottom-sheet-snap-easing` and map sheet settling to the Material spatial
25
+ motion scheme.
26
+
27
+ Give direct-child bottom-sheet handles a full-width 48px interaction target
28
+ while preserving the 32 by 4 pixel visual indicator. Replace rectangular
29
+ mobile browser tap highlights on chips with themeable, shape-clipped state
30
+ layers. Keep bottom-sheet snap targets docked to the block-end edge when CSS
31
+ minimum or maximum sizing constrains their requested heights.
32
+
33
+ Mount declaratively assigned textarea plugins at connection time and remount
34
+ them after reconnection, preserving plugin effects and adopted styles in
35
+ framework render lifecycles.
36
+
37
+ - 979b989: Use a zero default gap for tighter chip content layout and a smaller default
38
+ font size for slotted remove icons. Derive removable content padding from the
39
+ remove target width and chip gap so the label and trailing icon stay aligned.
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": "Chip wrapper for native button-based actions, filters, and inputs.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -59,4 +59,4 @@
59
59
  "peerDependencies": {
60
60
  "lit": "^3.0.0"
61
61
  }
62
- }
62
+ }