@noxickon/onyx 4.1.3 → 4.1.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/AI-README.md +1 -3
- package/dist/chunks/{ui-DCn7Mox4.js → ui-Be695bGj.js} +551 -548
- package/dist/chunks/{ui-DZn73MJL.js → ui-DQDo-5EK.js} +4 -4
- package/dist/contexts/contexts.cjs.js +1 -1
- package/dist/contexts/contexts.es.js +1 -1
- package/dist/layouts/layouts.cjs.js +1 -1
- package/dist/layouts/layouts.es.js +1 -1
- package/dist/legacy/legacy.cjs.js +1 -1
- package/dist/legacy/legacy.es.js +1 -1
- package/dist/onyx.cjs.js +1 -1
- package/dist/onyx.es.js +1 -1
- package/dist/pages/pages.cjs.js +1 -1
- package/dist/pages/pages.es.js +1 -1
- package/dist/ui.css +1 -1
- package/dist/utils/utils.cjs.js +1 -1
- package/dist/utils/utils.es.js +1 -1
- package/package.json +1 -1
package/AI-README.md
CHANGED
|
@@ -4157,9 +4157,7 @@ function TagList({ tags }) {
|
|
|
4157
4157
|
{tag}
|
|
4158
4158
|
</span>
|
|
4159
4159
|
))}
|
|
4160
|
-
{overflowAmount > 0 &&
|
|
4161
|
-
<span data-ox-overflow-indicator>+{overflowAmount} more</span>
|
|
4162
|
-
)}
|
|
4160
|
+
{overflowAmount > 0 && <span data-ox-overflow-indicator>+{overflowAmount} more</span>}
|
|
4163
4161
|
</div>
|
|
4164
4162
|
);
|
|
4165
4163
|
}
|