@spscommerce/ds-web-components 5.2.5 → 5.5.0-ie

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 (66) hide show
  1. package/package.json +9 -9
  2. package/rollup.config.js +22 -0
  3. package/vite.config.js +1 -1
  4. package/dist/README.md +0 -3
  5. package/dist/global.d.ts +0 -15
  6. package/dist/lib/components/file-upload/file-upload.d.ts +0 -119
  7. package/dist/lib/components/file-upload/file-upload.examples.d.ts +0 -2
  8. package/dist/lib/components/file-upload/mime-type.enum.d.ts +0 -75
  9. package/dist/lib/components/index.d.ts +0 -11
  10. package/dist/lib/components/insight-card/insight-card.d.ts +0 -40
  11. package/dist/lib/components/insight-card/insight-card.examples.d.ts +0 -51
  12. package/dist/lib/components/insight-card/insights.d.ts +0 -18
  13. package/dist/lib/components/nav-tabs/nav-tab-set.d.ts +0 -7
  14. package/dist/lib/components/nav-tabs/nav-tab.d.ts +0 -24
  15. package/dist/lib/components/nav-tabs/nav-tabs.examples.d.ts +0 -11
  16. package/dist/lib/components/photo/photo.d.ts +0 -42
  17. package/dist/lib/components/photo/photo.examples.d.ts +0 -2
  18. package/dist/lib/decorators/component.d.ts +0 -33
  19. package/dist/lib/decorators/content.d.ts +0 -7
  20. package/dist/lib/decorators/event-dispatcher.d.ts +0 -9
  21. package/dist/lib/decorators/event-listener.d.ts +0 -5
  22. package/dist/lib/decorators/index.d.ts +0 -7
  23. package/dist/lib/decorators/prop.d.ts +0 -6
  24. package/dist/lib/decorators/query-selector.d.ts +0 -19
  25. package/dist/lib/decorators/watch.d.ts +0 -2
  26. package/dist/lib/index.cjs.js +0 -829
  27. package/dist/lib/index.d.ts +0 -6
  28. package/dist/lib/index.es.js +0 -2802
  29. package/dist/lib/manifest.d.ts +0 -2
  30. package/dist/lib/utils/comment.d.ts +0 -2
  31. package/dist/lib/utils/i18n.d.ts +0 -3
  32. package/dist/lib/utils/index.d.ts +0 -5
  33. package/dist/lib/utils/metadata.d.ts +0 -22
  34. package/dist/lib/utils/pragma.d.ts +0 -6
  35. package/dist/lib/utils/register.d.ts +0 -13
  36. package/dist/package.json +0 -36
  37. package/lib/components/file-upload/file-upload.d.ts +0 -119
  38. package/lib/components/file-upload/file-upload.examples.d.ts +0 -2
  39. package/lib/components/file-upload/mime-type.enum.d.ts +0 -75
  40. package/lib/components/index.d.ts +0 -11
  41. package/lib/components/insight-card/insight-card.d.ts +0 -40
  42. package/lib/components/insight-card/insight-card.examples.d.ts +0 -51
  43. package/lib/components/insight-card/insights.d.ts +0 -18
  44. package/lib/components/nav-tabs/nav-tab-set.d.ts +0 -7
  45. package/lib/components/nav-tabs/nav-tab.d.ts +0 -24
  46. package/lib/components/nav-tabs/nav-tabs.examples.d.ts +0 -11
  47. package/lib/components/photo/photo.d.ts +0 -42
  48. package/lib/components/photo/photo.examples.d.ts +0 -2
  49. package/lib/decorators/component.d.ts +0 -33
  50. package/lib/decorators/content.d.ts +0 -7
  51. package/lib/decorators/event-dispatcher.d.ts +0 -9
  52. package/lib/decorators/event-listener.d.ts +0 -5
  53. package/lib/decorators/index.d.ts +0 -7
  54. package/lib/decorators/prop.d.ts +0 -6
  55. package/lib/decorators/query-selector.d.ts +0 -19
  56. package/lib/decorators/watch.d.ts +0 -2
  57. package/lib/index.cjs.js +0 -829
  58. package/lib/index.d.ts +0 -6
  59. package/lib/index.es.js +0 -2802
  60. package/lib/manifest.d.ts +0 -2
  61. package/lib/utils/comment.d.ts +0 -2
  62. package/lib/utils/i18n.d.ts +0 -3
  63. package/lib/utils/index.d.ts +0 -5
  64. package/lib/utils/metadata.d.ts +0 -22
  65. package/lib/utils/pragma.d.ts +0 -6
  66. package/lib/utils/register.d.ts +0 -13
@@ -1,6 +0,0 @@
1
- export * from "./manifest";
2
- export * from "./components/index";
3
- export * from "./decorators/index";
4
- export * from "./utils/register";
5
- export { h } from "./utils/pragma";
6
- export { webComponentsUseI18n } from "./utils/i18n";