@arco-iconbox/vue-smartcode 0.1.72 → 0.1.74

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 (38) hide show
  1. package/dist/icon.js +3673 -3221
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +436 -396
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconColorApiPurple/index.js +33 -0
  6. package/esm/IconColorCascade/index.js +40 -0
  7. package/esm/IconColorCheckbox/index.js +48 -0
  8. package/esm/IconColorColorselection/index.js +54 -0
  9. package/esm/IconColorDate/index.js +57 -0
  10. package/esm/IconColorImageupload/index.js +53 -0
  11. package/esm/IconColorLink/index.js +38 -0
  12. package/esm/IconColorRating/index.js +44 -0
  13. package/esm/IconColorSlide/index.js +59 -0
  14. package/esm/IconColorTip/index.js +46 -0
  15. package/esm/index.js +10 -0
  16. package/lib/IconColorApiPurple/index.js +34 -0
  17. package/lib/IconColorCascade/index.js +41 -0
  18. package/lib/IconColorCheckbox/index.js +49 -0
  19. package/lib/IconColorColorselection/index.js +55 -0
  20. package/lib/IconColorDate/index.js +58 -0
  21. package/lib/IconColorImageupload/index.js +54 -0
  22. package/lib/IconColorLink/index.js +39 -0
  23. package/lib/IconColorRating/index.js +45 -0
  24. package/lib/IconColorSlide/index.js +60 -0
  25. package/lib/IconColorTip/index.js +47 -0
  26. package/lib/index.js +20 -0
  27. package/package.json +1 -1
  28. package/src/IconColorApiPurple/index.vue +19 -0
  29. package/src/IconColorCascade/index.vue +19 -0
  30. package/src/IconColorCheckbox/index.vue +19 -0
  31. package/src/IconColorColorselection/index.vue +19 -0
  32. package/src/IconColorDate/index.vue +19 -0
  33. package/src/IconColorImageupload/index.vue +19 -0
  34. package/src/IconColorLink/index.vue +19 -0
  35. package/src/IconColorRating/index.vue +19 -0
  36. package/src/IconColorSlide/index.vue +19 -0
  37. package/src/IconColorTip/index.vue +19 -0
  38. package/src/index.js +11 -1
package/src/index.js CHANGED
@@ -340,4 +340,14 @@ export { default as IconLineCloseBold } from './IconLineCloseBold/index.vue';
340
340
  export { default as IconLineOkBold } from './IconLineOkBold/index.vue';
341
341
  export { default as IconColorDataFlow } from './IconColorDataFlow/index.vue';
342
342
  export { default as IconColorOrg } from './IconColorOrg/index.vue';
343
- export { default as IconColorApiGary } from './IconColorApiGary/index.vue';
343
+ export { default as IconColorApiGary } from './IconColorApiGary/index.vue';
344
+ export { default as IconColorApiPurple } from './IconColorApiPurple/index.vue';
345
+ export { default as IconColorCheckbox } from './IconColorCheckbox/index.vue';
346
+ export { default as IconColorRating } from './IconColorRating/index.vue';
347
+ export { default as IconColorCascade } from './IconColorCascade/index.vue';
348
+ export { default as IconColorDate } from './IconColorDate/index.vue';
349
+ export { default as IconColorLink } from './IconColorLink/index.vue';
350
+ export { default as IconColorColorselection } from './IconColorColorselection/index.vue';
351
+ export { default as IconColorTip } from './IconColorTip/index.vue';
352
+ export { default as IconColorImageupload } from './IconColorImageupload/index.vue';
353
+ export { default as IconColorSlide } from './IconColorSlide/index.vue';