primereact 10.0.4 → 10.0.5

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.
@@ -138,11 +138,12 @@ this.passthrough.tailwind = (function (exports) {
138
138
  }
139
139
  },
140
140
  overlay: {
141
+ timeout: 150,
141
142
  classNames: {
142
143
  enter: 'opacity-0 scale-75',
143
- enterActive: 'transition-transform transition-opacity duration-150 ease-in',
144
- exitActive: 'transition-opacity duration-150 ease-linear',
145
- exitDone: 'opacity-0'
144
+ enterActive: 'opacity-100 !scale-100 transition-transform transition-opacity duration-150 ease-in',
145
+ exit: 'opacity-100',
146
+ exitActive: '!opacity-0 transition-opacity duration-150 ease-linear'
146
147
  }
147
148
  }
148
149
  };