@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.
Files changed (94) hide show
  1. package/cjs/IconAgentFileConfiguration/index.d.ts +4 -0
  2. package/cjs/IconAgentFileConfiguration/index.js +59 -0
  3. package/cjs/IconAgentFileSettings/index.d.ts +4 -0
  4. package/cjs/IconAgentFileSettings/index.js +60 -0
  5. package/cjs/IconAgentFilesSettings/index.d.ts +4 -0
  6. package/cjs/IconAgentFilesSettings/index.js +62 -0
  7. package/cjs/IconAudio/index.js +5 -5
  8. package/cjs/IconSystemAnnouncement/index.d.ts +4 -0
  9. package/cjs/IconSystemAnnouncement/index.js +59 -0
  10. package/cjs/IconSystemCodePackage/index.d.ts +4 -0
  11. package/cjs/IconSystemCodePackage/index.js +59 -0
  12. package/cjs/IconSystemLimitations/index.d.ts +4 -0
  13. package/cjs/IconSystemLimitations/index.js +59 -0
  14. package/cjs/IconSystemModelSecurity/index.d.ts +4 -0
  15. package/cjs/IconSystemModelSecurity/index.js +60 -0
  16. package/cjs/IconSystemNetworkControl/index.d.ts +4 -0
  17. package/cjs/IconSystemNetworkControl/index.js +60 -0
  18. package/cjs/IconSystemObservation/index.d.ts +4 -0
  19. package/cjs/IconSystemObservation/index.js +59 -0
  20. package/cjs/IconSystemTimeout/index.d.ts +4 -0
  21. package/cjs/IconSystemTimeout/index.js +59 -0
  22. package/cjs/IconSystemVoice/index.d.ts +4 -0
  23. package/cjs/IconSystemVoice/index.js +59 -0
  24. package/cjs/IconVideo/index.js +5 -20
  25. package/cjs/index.d.ts +13 -2
  26. package/cjs/index.js +32 -10
  27. package/dist/icon.min.js +1 -1
  28. package/esm/IconAgentFileConfiguration/index.d.ts +4 -0
  29. package/esm/IconAgentFileConfiguration/index.js +34 -0
  30. package/esm/IconAgentFileSettings/index.d.ts +4 -0
  31. package/esm/IconAgentFileSettings/index.js +35 -0
  32. package/esm/IconAgentFilesSettings/index.d.ts +4 -0
  33. package/esm/IconAgentFilesSettings/index.js +37 -0
  34. package/esm/IconAudio/index.js +5 -5
  35. package/esm/IconSystemAnnouncement/index.d.ts +4 -0
  36. package/esm/IconSystemAnnouncement/index.js +34 -0
  37. package/esm/IconSystemCodePackage/index.d.ts +4 -0
  38. package/esm/IconSystemCodePackage/index.js +34 -0
  39. package/esm/IconSystemLimitations/index.d.ts +4 -0
  40. package/esm/IconSystemLimitations/index.js +34 -0
  41. package/esm/IconSystemModelSecurity/index.d.ts +4 -0
  42. package/esm/IconSystemModelSecurity/index.js +35 -0
  43. package/esm/IconSystemNetworkControl/index.d.ts +4 -0
  44. package/esm/IconSystemNetworkControl/index.js +35 -0
  45. package/esm/IconSystemObservation/index.d.ts +4 -0
  46. package/esm/IconSystemObservation/index.js +34 -0
  47. package/esm/IconSystemTimeout/index.d.ts +4 -0
  48. package/esm/IconSystemTimeout/index.js +34 -0
  49. package/esm/IconSystemVoice/index.d.ts +4 -0
  50. package/esm/IconSystemVoice/index.js +34 -0
  51. package/esm/IconVideo/index.js +5 -20
  52. package/esm/index.d.ts +13 -2
  53. package/esm/index.js +13 -2
  54. package/package.json +1 -1
  55. package/src/IconAgentFileConfiguration/index.tsx +15 -0
  56. package/src/IconAgentFileSettings/index.tsx +15 -0
  57. package/src/IconAgentFilesSettings/index.tsx +15 -0
  58. package/src/IconAudio/index.tsx +1 -1
  59. package/src/IconSystemAnnouncement/index.tsx +15 -0
  60. package/src/IconSystemCodePackage/index.tsx +15 -0
  61. package/src/IconSystemLimitations/index.tsx +15 -0
  62. package/src/IconSystemModelSecurity/index.tsx +15 -0
  63. package/src/IconSystemNetworkControl/index.tsx +15 -0
  64. package/src/IconSystemObservation/index.tsx +15 -0
  65. package/src/IconSystemTimeout/index.tsx +15 -0
  66. package/src/IconSystemVoice/index.tsx +15 -0
  67. package/src/IconVideo/index.tsx +1 -1
  68. package/src/index.ts +13 -2
  69. package/umd/IconAgentFileConfiguration/index.d.ts +4 -0
  70. package/umd/IconAgentFileConfiguration/index.js +69 -0
  71. package/umd/IconAgentFileSettings/index.d.ts +4 -0
  72. package/umd/IconAgentFileSettings/index.js +70 -0
  73. package/umd/IconAgentFilesSettings/index.d.ts +4 -0
  74. package/umd/IconAgentFilesSettings/index.js +72 -0
  75. package/umd/IconAudio/index.js +5 -5
  76. package/umd/IconSystemAnnouncement/index.d.ts +4 -0
  77. package/umd/IconSystemAnnouncement/index.js +69 -0
  78. package/umd/IconSystemCodePackage/index.d.ts +4 -0
  79. package/umd/IconSystemCodePackage/index.js +69 -0
  80. package/umd/IconSystemLimitations/index.d.ts +4 -0
  81. package/umd/IconSystemLimitations/index.js +69 -0
  82. package/umd/IconSystemModelSecurity/index.d.ts +4 -0
  83. package/umd/IconSystemModelSecurity/index.js +70 -0
  84. package/umd/IconSystemNetworkControl/index.d.ts +4 -0
  85. package/umd/IconSystemNetworkControl/index.js +70 -0
  86. package/umd/IconSystemObservation/index.d.ts +4 -0
  87. package/umd/IconSystemObservation/index.js +69 -0
  88. package/umd/IconSystemTimeout/index.d.ts +4 -0
  89. package/umd/IconSystemTimeout/index.js +69 -0
  90. package/umd/IconSystemVoice/index.d.ts +4 -0
  91. package/umd/IconSystemVoice/index.js +69 -0
  92. package/umd/IconVideo/index.js +5 -20
  93. package/umd/index.d.ts +13 -2
  94. 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.