@rcarls/rc-menu 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 +59 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,59 @@
1
+ # @rcarls/rc-menu
2
+
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @rcarls/rc-common@0.4.2
8
+
9
+ ## 0.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - @rcarls/rc-common@0.4.1
14
+
15
+ ## 0.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 3e89095: Replace rc-menu's generated submenu glyph with an author-supplied `indicator`
20
+ slot on rc-menu-button. Keep the decorative indicator inside the trigger bounds,
21
+ reserve label space for it, and expose theme-neutral size, color, and inset
22
+ tokens for Material, Substrate, and application themes.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [e57277f]
27
+ - Updated dependencies [ccca8e2]
28
+ - Updated dependencies [037b1b3]
29
+ - @rcarls/rc-common@0.4.0
30
+
31
+ ## 0.3.2
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [88b4086]
36
+ - @rcarls/rc-common@0.3.2
37
+
38
+ ## 0.3.1
39
+
40
+ ### Patch Changes
41
+
42
+ - @rcarls/rc-common@0.3.1
43
+
44
+ ## 0.3.0
45
+
46
+ ### Changed
47
+
48
+ - Normalize menu row styling around the light-DOM `rc-base` style contract.
49
+ - Update package metadata, README intro, and docs links.
50
+
51
+ ### Dependencies
52
+
53
+ - Sync internal dependencies to 0.3.0.
54
+
55
+ ## 0.2.0
56
+
57
+ ### Patch Changes
58
+
59
+ - @rcarls/rc-common@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": "Menu popup for command surfaces with keyboard navigation and typed activation events.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  "test:browser:firefox": "vitest --run --project=firefox"
46
46
  },
47
47
  "dependencies": {
48
- "@rcarls/rc-common": "workspace:*"
48
+ "@rcarls/rc-common": "0.4.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@custom-elements-manifest/analyzer": "0.11.0",
@@ -62,4 +62,4 @@
62
62
  "peerDependencies": {
63
63
  "lit": "^3.0.0"
64
64
  }
65
- }
65
+ }