clava 0.1.17 → 0.1.19

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # clava
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - b349c39: Fixed TypeScript Go to Definition and Rename Symbol for variant props on Clava components.
8
+
9
+ The exported component prop types now preserve the original variant property symbols while still reading their allowed values from the fully merged variant definitions. This keeps editor navigation pointing back to the local `variants` object without regressing inherited variant merging or `null`-based disabling.
10
+
11
+ ## 0.1.18
12
+
13
+ ### Patch Changes
14
+
15
+ - f1aefb1: Preserved `clsx` and `csstype` as external imports in the published Clava build instead of bundling them into `dist`.
16
+
3
17
  ## 0.1.17
4
18
 
5
19
  ### Patch Changes