1
0
Fork 0

Added some finishing touches here and there

This commit is contained in:
Techognito 2025-08-26 18:02:25 +02:00
parent ddd77d9f82
commit 656b1ba417
42 changed files with 9344 additions and 30 deletions

14
node_modules/@iconify/react/offline/package.json generated vendored Normal file
View file

@ -0,0 +1,14 @@
{
"name": "@iconify/react/offline",
"main": "../dist/offline.js",
"types": "../dist/offline.d.ts",
"exports": {
"./*": "./*",
".": {
"types": "../dist/offline.d.ts",
"require": "../dist/offline.cjs",
"import": "../dist/offline.js",
"default": "../dist/offline.js"
}
}
}

5
node_modules/@iconify/react/offline/readme.md generated vendored Normal file
View file

@ -0,0 +1,5 @@
# @iconify/react/offline
This sub-directory contains `package.json` with entry points for importing `@iconify/react/offline`.
There is a duplicate entry in `exports` section of `package.json` in the parent directory, but at moment of coding this, TypeScript does not support conditional exports properly, so this directory is used as a duplicate to make everything work with TypeScript.