@dust-tt/sparkle 0.2.91 → 0.2.92

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/esm/index.js CHANGED
@@ -33536,7 +33536,7 @@ var variantSize = {
33536
33536
  var modalStyles = (_a = {},
33537
33537
  _a[ModalType.Side] = {
33538
33538
  containerClasses: "s-h-full s-ml-auto",
33539
- panelClasses: "s-h-full s-max-h-full s-shadow-xl s-border s-border-structure-100",
33539
+ panelClasses: "s-h-full s-max-h-full s-shadow-xl s-border s-border-structure-100 s-w-full s-max-w-full",
33540
33540
  transitionEnterFrom: "s-opacity-0 s-translate-x-16",
33541
33541
  transitionEnterTo: "s-opacity-100 s-translate-x-0",
33542
33542
  transitionLeaveFrom: "s-opacity-100 s-translate-x-0",