@arco-iconbox/react-hiagent 0.1.47 → 0.1.49
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/cjs/IconAgentFileConfiguration/index.d.ts +4 -0
- package/cjs/IconAgentFileConfiguration/index.js +59 -0
- package/cjs/IconAgentFileSettings/index.d.ts +4 -0
- package/cjs/IconAgentFileSettings/index.js +60 -0
- package/cjs/IconAgentFilesSettings/index.d.ts +4 -0
- package/cjs/IconAgentFilesSettings/index.js +62 -0
- package/cjs/IconAudio/index.js +5 -5
- package/cjs/IconSystemAnnouncement/index.d.ts +4 -0
- package/cjs/IconSystemAnnouncement/index.js +59 -0
- package/cjs/IconSystemCodePackage/index.d.ts +4 -0
- package/cjs/IconSystemCodePackage/index.js +59 -0
- package/cjs/IconSystemLimitations/index.d.ts +4 -0
- package/cjs/IconSystemLimitations/index.js +59 -0
- package/cjs/IconSystemModelSecurity/index.d.ts +4 -0
- package/cjs/IconSystemModelSecurity/index.js +60 -0
- package/cjs/IconSystemNetworkControl/index.d.ts +4 -0
- package/cjs/IconSystemNetworkControl/index.js +60 -0
- package/cjs/IconSystemObservation/index.d.ts +4 -0
- package/cjs/IconSystemObservation/index.js +59 -0
- package/cjs/IconSystemTimeout/index.d.ts +4 -0
- package/cjs/IconSystemTimeout/index.js +59 -0
- package/cjs/IconSystemVoice/index.d.ts +4 -0
- package/cjs/IconSystemVoice/index.js +59 -0
- package/cjs/IconVideo/index.js +5 -20
- package/cjs/index.d.ts +13 -2
- package/cjs/index.js +32 -10
- package/dist/icon.min.js +1 -1
- package/esm/IconAgentFileConfiguration/index.d.ts +4 -0
- package/esm/IconAgentFileConfiguration/index.js +34 -0
- package/esm/IconAgentFileSettings/index.d.ts +4 -0
- package/esm/IconAgentFileSettings/index.js +35 -0
- package/esm/IconAgentFilesSettings/index.d.ts +4 -0
- package/esm/IconAgentFilesSettings/index.js +37 -0
- package/esm/IconAudio/index.js +5 -5
- package/esm/IconSystemAnnouncement/index.d.ts +4 -0
- package/esm/IconSystemAnnouncement/index.js +34 -0
- package/esm/IconSystemCodePackage/index.d.ts +4 -0
- package/esm/IconSystemCodePackage/index.js +34 -0
- package/esm/IconSystemLimitations/index.d.ts +4 -0
- package/esm/IconSystemLimitations/index.js +34 -0
- package/esm/IconSystemModelSecurity/index.d.ts +4 -0
- package/esm/IconSystemModelSecurity/index.js +35 -0
- package/esm/IconSystemNetworkControl/index.d.ts +4 -0
- package/esm/IconSystemNetworkControl/index.js +35 -0
- package/esm/IconSystemObservation/index.d.ts +4 -0
- package/esm/IconSystemObservation/index.js +34 -0
- package/esm/IconSystemTimeout/index.d.ts +4 -0
- package/esm/IconSystemTimeout/index.js +34 -0
- package/esm/IconSystemVoice/index.d.ts +4 -0
- package/esm/IconSystemVoice/index.js +34 -0
- package/esm/IconVideo/index.js +5 -20
- package/esm/index.d.ts +13 -2
- package/esm/index.js +13 -2
- package/package.json +1 -1
- package/src/IconAgentFileConfiguration/index.tsx +15 -0
- package/src/IconAgentFileSettings/index.tsx +15 -0
- package/src/IconAgentFilesSettings/index.tsx +15 -0
- package/src/IconAudio/index.tsx +1 -1
- package/src/IconSystemAnnouncement/index.tsx +15 -0
- package/src/IconSystemCodePackage/index.tsx +15 -0
- package/src/IconSystemLimitations/index.tsx +15 -0
- package/src/IconSystemModelSecurity/index.tsx +15 -0
- package/src/IconSystemNetworkControl/index.tsx +15 -0
- package/src/IconSystemObservation/index.tsx +15 -0
- package/src/IconSystemTimeout/index.tsx +15 -0
- package/src/IconSystemVoice/index.tsx +15 -0
- package/src/IconVideo/index.tsx +1 -1
- package/src/index.ts +13 -2
- package/umd/IconAgentFileConfiguration/index.d.ts +4 -0
- package/umd/IconAgentFileConfiguration/index.js +69 -0
- package/umd/IconAgentFileSettings/index.d.ts +4 -0
- package/umd/IconAgentFileSettings/index.js +70 -0
- package/umd/IconAgentFilesSettings/index.d.ts +4 -0
- package/umd/IconAgentFilesSettings/index.js +72 -0
- package/umd/IconAudio/index.js +5 -5
- package/umd/IconSystemAnnouncement/index.d.ts +4 -0
- package/umd/IconSystemAnnouncement/index.js +69 -0
- package/umd/IconSystemCodePackage/index.d.ts +4 -0
- package/umd/IconSystemCodePackage/index.js +69 -0
- package/umd/IconSystemLimitations/index.d.ts +4 -0
- package/umd/IconSystemLimitations/index.js +69 -0
- package/umd/IconSystemModelSecurity/index.d.ts +4 -0
- package/umd/IconSystemModelSecurity/index.js +70 -0
- package/umd/IconSystemNetworkControl/index.d.ts +4 -0
- package/umd/IconSystemNetworkControl/index.js +70 -0
- package/umd/IconSystemObservation/index.d.ts +4 -0
- package/umd/IconSystemObservation/index.js +69 -0
- package/umd/IconSystemTimeout/index.d.ts +4 -0
- package/umd/IconSystemTimeout/index.js +69 -0
- package/umd/IconSystemVoice/index.d.ts +4 -0
- package/umd/IconSystemVoice/index.js +69 -0
- package/umd/IconVideo/index.js +5 -20
- package/umd/index.d.ts +13 -2
- package/umd/index.js +28 -6
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.