hive-react-kit 1.10.7 → 1.10.8

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/dist/build.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -81,6 +81,7 @@ export interface ParentPostComposerProps {
81
81
  /** Reward routing default + favorites for the beneficiary editor. */
82
82
  defaultReward?: RewardOption;
83
83
  defaultBeneficiaries?: Beneficiary[];
84
+ lockedBeneficiaries?: Beneficiary[];
84
85
  beneficiaryFavorites?: Beneficiary[];
85
86
  /** Upload tokens — same plumbing the kit's PostComposer uses. */
86
87
  ecencyToken?: string;