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