@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/cjs/index.js CHANGED
@@ -33556,7 +33556,7 @@ var variantSize = {
33556
33556
  var modalStyles = (_a = {},
33557
33557
  _a[ModalType.Side] = {
33558
33558
  containerClasses: "s-h-full s-ml-auto",
33559
- panelClasses: "s-h-full s-max-h-full s-shadow-xl s-border s-border-structure-100",
33559
+ panelClasses: "s-h-full s-max-h-full s-shadow-xl s-border s-border-structure-100 s-w-full s-max-w-full",
33560
33560
  transitionEnterFrom: "s-opacity-0 s-translate-x-16",
33561
33561
  transitionEnterTo: "s-opacity-100 s-translate-x-0",
33562
33562
  transitionLeaveFrom: "s-opacity-100 s-translate-x-0",