tailwind-styled-v4 5.1.17 → 5.1.18
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/index.browser.mjs +0 -3
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/dist/runtime.js +0 -3
- package/dist/runtime.js.map +1 -1
- package/dist/runtime.mjs +0 -3
- package/dist/runtime.mjs.map +1 -1
- package/dist/theme.js +0 -3
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +0 -3
- package/dist/theme.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1963,9 +1963,6 @@ var createLiveTokenEngine = () => {
|
|
|
1963
1963
|
}
|
|
1964
1964
|
syncStyleEl();
|
|
1965
1965
|
};
|
|
1966
|
-
if (typeof window !== "undefined") {
|
|
1967
|
-
requestAnimationFrame(() => requestAnimationFrame(markHydrated));
|
|
1968
|
-
}
|
|
1969
1966
|
return {
|
|
1970
1967
|
markHydrated,
|
|
1971
1968
|
liveToken(tokens) {
|