@rcarls/rc-theme-material 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 +85 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,85 @@
1
+ # @rcarls/rc-theme-material
2
+
3
+ ## 0.4.2
4
+
5
+ ## 0.4.1
6
+
7
+ ## 0.4.0
8
+
9
+ ### Minor Changes
10
+
11
+ - e57277f: Add Material 3 search-view, fixed-pane splitter, dialog scrim, and resize enhancements.
12
+
13
+ `rc-search-bar` now supports `variant="view"`, controlled/default open state, search-view methods, a rich `suggestions` slot, and datalist-derived text suggestions. `rc-splitter` adds `mode="fixed"` for clampable pixel primary panes. `rc-common` now honors CSS max-size constraints during resize gestures, and `rc-dialog` exposes a scrim token plus resize handle/origin hooks used by themed surfaces.
14
+
15
+ - c40a1be: Add theme-neutral fast, default, and slow effects and spatial motion token
16
+ pairs. Expose bottom-sheet settle easing through
17
+ `--rc-bottom-sheet-snap-easing` and map sheet settling to the Material spatial
18
+ motion scheme.
19
+
20
+ Give direct-child bottom-sheet handles a full-width 48px interaction target
21
+ while preserving the 32 by 4 pixel visual indicator. Replace rectangular
22
+ mobile browser tap highlights on chips with themeable, shape-clipped state
23
+ layers. Keep bottom-sheet snap targets docked to the block-end edge when CSS
24
+ minimum or maximum sizing constrains their requested heights.
25
+
26
+ Mount declaratively assigned textarea plugins at connection time and remount
27
+ them after reconnection, preserving plugin effects and adopted styles in
28
+ framework render lifecycles.
29
+
30
+ ### Patch Changes
31
+
32
+ - 9c7476d: Add theme-specific rc-button progress treatments, including compact Material spinners and
33
+ Substrate percentage indicators.
34
+ - 3efe74a: Center navigation rail header content on the inline axis and remove Material
35
+ elevation from FABs placed in the header slot.
36
+ - ebec800: Dock bottom sheets without a theme to the viewport block-end by default and
37
+ support absolute positioning for non-modal sheets contained by a positioned ancestor.
38
+ Center authored drag handles with a splitter-aligned pill treatment. Align the
39
+ Material theme with its surface, elevation, scrim, drag-handle, and contextual
40
+ button treatment.
41
+ - e88eff8: Refine semantic card-title typography and icon-button alignment across both
42
+ themes. Simplify Substrate navigation selection, match its bottom-sheet handle
43
+ to the splitter grip, improve inverse notification action contrast, and theme the
44
+ Markdown editor's composed controls.
45
+ - 6f91e7a: Fix collapsed `rc-navigation-rail` items so the whole item's box wraps icon and
46
+ label, not just the icon. The shared component pulled the label out of flow
47
+ (`position: absolute`), so a theme's whole-item background or focus ring only
48
+ covered the icon; Material's detached-pill layout now lives in its own theme
49
+ stylesheet instead of the shared base. Substrate's collapsed rail also grows
50
+ from `5rem` to `6rem` so single-word labels like "Settings" stop wrapping.
51
+ - dce5749: Replace the navigation rail's shadow-DOM fallback toggle with a consumer-authored light-DOM
52
+ button, and align collapsed and expanded item layouts across the default and reference themes.
53
+ - 55e8ab5: Preserve UA-like control and surface styling until an optional theme supplies decorative tokens.
54
+ Restore themed button hover and pressed state layers, including a pointer-origin Material ripple.
55
+ - 4d118ff: Share icon-font size and line-height tokens across themed component icon markers.
56
+ - 3e89095: Replace rc-menu's generated submenu glyph with an author-supplied `indicator`
57
+ slot on rc-menu-button. Keep the decorative indicator inside the trigger bounds,
58
+ reserve label space for it, and expose theme-neutral size, color, and inset
59
+ tokens for Material, Substrate, and application themes.
60
+ - 0dd9ff5: Prevent Material switches from collapsing below their 52 by 32 pixel track geometry in constrained flex and grid layouts.
61
+ - 979b989: Use a zero default gap for tighter chip content layout and a smaller default
62
+ font size for slotted remove icons. Derive removable content padding from the
63
+ remove target width and chip gap so the label and trailing icon stay aligned.
64
+
65
+ ## 0.3.2
66
+
67
+ ## 0.3.1
68
+
69
+ ## 0.3.0
70
+
71
+ ### Added
72
+
73
+ - Add full Material 3 token support.
74
+ - Add Material styling for the FAB back-to-top pattern.
75
+ - Add Material styling for the splitter collapse handle.
76
+
77
+ ### Changed
78
+
79
+ - Normalize listbox, menu, menu-button, and menubar styling through inherited component tokens.
80
+ - Update search-bar elevation, hover, and keyboard-focus styling.
81
+ - Update rc-select selectors for the default native select slot.
82
+ - Update transfer-list listbox backgrounds and action button corner radius.
83
+ - Update package metadata, README intro, and docs links.
84
+
85
+ ## 0.2.0
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": "Material 3 CSS theme and token bridge for rc-webcomponents.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -42,4 +42,4 @@
42
42
  "vite": "^7.1.7",
43
43
  "vitest": "^4.0.6"
44
44
  }
45
- }
45
+ }