@underverse-ui/underverse 1.0.167 → 1.0.169
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/api-reference.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
- package/scripts/copy-emojis.mjs +54 -0
package/dist/index.js
CHANGED
|
@@ -3735,7 +3735,7 @@ function getEmojiUnifiedCode(emoji) {
|
|
|
3735
3735
|
}
|
|
3736
3736
|
return codePoints.join("-");
|
|
3737
3737
|
}
|
|
3738
|
-
var globalEmojiBaseUrl = "
|
|
3738
|
+
var globalEmojiBaseUrl = "/emojis";
|
|
3739
3739
|
function setEmojiBaseUrl(url) {
|
|
3740
3740
|
globalEmojiBaseUrl = url.endsWith("/") ? url.slice(0, -1) : url;
|
|
3741
3741
|
}
|