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.
- package/package.json +1 -1
- package/passthrough/tailwind/index.cjs.js +4 -3
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +4 -3
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +4 -3
- package/passthrough/tailwind/index.min.js +1 -1
- package/web-types.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "primereact",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "PrimeTek Informatics",
|
|
6
6
|
"description": "PrimeReact is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.",
|
|
@@ -139,11 +139,12 @@ var TRANSITIONS = {
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
overlay: {
|
|
142
|
+
timeout: 150,
|
|
142
143
|
classNames: {
|
|
143
144
|
enter: 'opacity-0 scale-75',
|
|
144
|
-
enterActive: 'transition-transform transition-opacity duration-150 ease-in',
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
enterActive: 'opacity-100 !scale-100 transition-transform transition-opacity duration-150 ease-in',
|
|
146
|
+
exit: 'opacity-100',
|
|
147
|
+
exitActive: '!opacity-0 transition-opacity duration-150 ease-linear'
|
|
147
148
|
}
|
|
148
149
|
}
|
|
149
150
|
};
|