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.mjs
CHANGED
|
@@ -1897,9 +1897,6 @@ var createLiveTokenEngine = () => {
|
|
|
1897
1897
|
}
|
|
1898
1898
|
syncStyleEl();
|
|
1899
1899
|
};
|
|
1900
|
-
if (typeof window !== "undefined") {
|
|
1901
|
-
requestAnimationFrame(() => requestAnimationFrame(markHydrated));
|
|
1902
|
-
}
|
|
1903
1900
|
return {
|
|
1904
1901
|
markHydrated,
|
|
1905
1902
|
liveToken(tokens) {
|