@rcarls/rc-theme-substrate 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 +61 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,61 @@
1
+ # @rcarls/rc-theme-substrate
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
+ ### Patch Changes
16
+
17
+ - 9c7476d: Add theme-specific rc-button progress treatments, including compact Material spinners and
18
+ Substrate percentage indicators.
19
+ - ebec800: Dock bottom sheets without a theme to the viewport block-end by default and
20
+ support absolute positioning for non-modal sheets contained by a positioned ancestor.
21
+ Center authored drag handles with a splitter-aligned pill treatment. Align the
22
+ Material theme with its surface, elevation, scrim, drag-handle, and contextual
23
+ button treatment.
24
+ - e88eff8: Refine semantic card-title typography and icon-button alignment across both
25
+ themes. Simplify Substrate navigation selection, match its bottom-sheet handle
26
+ to the splitter grip, improve inverse notification action contrast, and theme the
27
+ Markdown editor's composed controls.
28
+ - 6f91e7a: Fix collapsed `rc-navigation-rail` items so the whole item's box wraps icon and
29
+ label, not just the icon. The shared component pulled the label out of flow
30
+ (`position: absolute`), so a theme's whole-item background or focus ring only
31
+ covered the icon; Material's detached-pill layout now lives in its own theme
32
+ stylesheet instead of the shared base. Substrate's collapsed rail also grows
33
+ from `5rem` to `6rem` so single-word labels like "Settings" stop wrapping.
34
+ - dce5749: Replace the navigation rail's shadow-DOM fallback toggle with a consumer-authored light-DOM
35
+ button, and align collapsed and expanded item layouts across the default and reference themes.
36
+ - 55e8ab5: Preserve UA-like control and surface styling until an optional theme supplies decorative tokens.
37
+ Restore themed button hover and pressed state layers, including a pointer-origin Material ripple.
38
+ - 4d118ff: Share icon-font size and line-height tokens across themed component icon markers.
39
+ - 3e89095: Replace rc-menu's generated submenu glyph with an author-supplied `indicator`
40
+ slot on rc-menu-button. Keep the decorative indicator inside the trigger bounds,
41
+ reserve label space for it, and expose theme-neutral size, color, and inset
42
+ tokens for Material, Substrate, and application themes.
43
+ - c96f40c: Use a native system font stack by default.
44
+ - 979b989: Use a zero default gap for tighter chip content layout and a smaller default
45
+ font size for slotted remove icons. Derive removable content padding from the
46
+ remove target width and chip gap so the label and trailing icon stay aligned.
47
+
48
+ ## 0.3.2
49
+
50
+ ## 0.3.1
51
+
52
+ ## 0.3.0
53
+
54
+ ### Added
55
+
56
+ - Add Substrate as a lightweight CSS reference theme for branded app foundations.
57
+ - Add scoped defaults, token bridges, component polish, and docs preview integration.
58
+
59
+ ### Changed
60
+
61
+ - Update package metadata, README intro, and docs links.
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": "Lightweight CSS reference theme for app-oriented rc-webcomponents layouts.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -41,4 +41,4 @@
41
41
  "vite": "^7.1.7",
42
42
  "vitest": "^4.0.6"
43
43
  }
44
- }
44
+ }