@arc-ui/community-components 12.0.0-beta.6 → 12.0.0-beta7

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 (55) hide show
  1. package/dist/Accordion/Accordion.cjs.js +48 -0
  2. package/dist/Accordion/Accordion.esm.js +40 -0
  3. package/dist/Accordion/package.json +7 -0
  4. package/dist/Accordion/styles.css +1 -0
  5. package/dist/Author/Author.cjs.js +16 -0
  6. package/dist/Author/Author.esm.js +8 -0
  7. package/dist/Author/package.json +7 -0
  8. package/dist/Author/styles.css +1 -0
  9. package/dist/CopyLead/CopyLead.cjs.js +56 -55
  10. package/dist/CopyLead/CopyLead.esm.js +53 -52
  11. package/dist/CopyLead/styles.css +1 -1
  12. package/dist/FeaturePost/FeaturePost.cjs.js +2245 -51
  13. package/dist/FeaturePost/FeaturePost.esm.js +2243 -49
  14. package/dist/FeaturePost/styles.css +1 -1
  15. package/dist/Highlights/Highlights.cjs.js +25 -26
  16. package/dist/Highlights/Highlights.esm.js +25 -26
  17. package/dist/PromoListing/PromoListing.cjs.js +44 -14937
  18. package/dist/PromoListing/PromoListing.esm.js +44 -14918
  19. package/dist/PromoListing/styles.css +1 -1
  20. package/dist/Quote/Quote.cjs.js +33 -0
  21. package/dist/Quote/Quote.esm.js +25 -0
  22. package/dist/Quote/package.json +7 -0
  23. package/dist/Quote/styles.css +1 -0
  24. package/dist/_shared/cjs/Author-cd166353.js +30 -0
  25. package/dist/_shared/cjs/index.es-875b2756.js +13 -0
  26. package/dist/_shared/{esm/index.es-8a0a3fd0.js → cjs/index.es-a9e01247.js} +2 -8
  27. package/dist/_shared/esm/Author-9c7cb4f2.js +24 -0
  28. package/dist/_shared/{cjs/index.es-5af2c2a1.js → esm/index.es-33860780.js} +1 -14
  29. package/dist/_shared/esm/index.es-a1591fd3.js +9 -0
  30. package/dist/index.es.js +2385 -15007
  31. package/dist/index.es.js.map +1 -1
  32. package/dist/index.js +2380 -15000
  33. package/dist/index.js.map +1 -1
  34. package/dist/styles.css +1 -1
  35. package/dist/types/components/Accordion/Accordion.d.ts +10 -0
  36. package/dist/types/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.d.ts +9 -0
  37. package/dist/types/components/Accordion/components/AccordionHeader/AccordionHeader.d.ts +20 -0
  38. package/dist/types/components/Accordion/index.d.ts +1 -0
  39. package/dist/types/components/Author/Author.d.ts +17 -0
  40. package/dist/types/components/Author/index.d.ts +1 -0
  41. package/dist/types/components/CopyLead/CopyLead.d.ts +8 -3
  42. package/dist/types/components/CopyLead/components/MediaContent/MediaContent.d.ts +2 -0
  43. package/dist/types/components/CopyLead/templates/Content/Content.d.ts +3 -1
  44. package/dist/types/components/CopyLead/templates/Media/Media.d.ts +4 -2
  45. package/dist/types/components/FeaturePost/FeaturePost.d.ts +27 -1
  46. package/dist/types/components/FeaturePost/types/feature-post-cta-footer.d.ts +2 -6
  47. package/dist/types/components/Highlights/Highlights.d.ts +7 -2
  48. package/dist/types/components/Highlights/components/HighlightHeader/HighlightHeader.d.ts +6 -1
  49. package/dist/types/components/Highlights/components/HighlightList/HighlightList.d.ts +1 -1
  50. package/dist/types/components/PromoListing/PromoListing.d.ts +12 -5
  51. package/dist/types/components/PromoListing/components/PromoListingHeader/PromoListingHeader.d.ts +7 -2
  52. package/dist/types/components/Quote/Quote.d.ts +11 -0
  53. package/dist/types/components/Quote/index.d.ts +1 -0
  54. package/dist/types/components/index.d.ts +3 -0
  55. package/package.json +20 -22

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.