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