@spw-ds/spw-stencil-library 1.17.0 → 1.17.1

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 (87) hide show
  1. package/dist/cem.json +152 -5
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/spw-card.cjs.entry.js +2 -2
  4. package/dist/cjs/spw-hero.cjs.entry.js +3 -3
  5. package/dist/cjs/spw-search-field.cjs.entry.js +20 -2
  6. package/dist/cjs/spw-stencil-library.cjs.js +1 -1
  7. package/dist/cjs/spw-tile-description.cjs.entry.js +1 -1
  8. package/dist/cjs/spw-tile-title.cjs.entry.js +1 -1
  9. package/dist/cjs/spw-tile.cjs.entry.js +17 -4
  10. package/dist/cjs/spw-toc-container.cjs.entry.js +2 -2
  11. package/dist/cjs/spw-toc-navigation.cjs.entry.js +20 -0
  12. package/dist/cjs/spw-topbar.cjs.entry.js +4 -2
  13. package/dist/cjs/spw-wizard-item.cjs.entry.js +1 -1
  14. package/dist/cjs/spw-wizard.cjs.entry.js +1 -1
  15. package/dist/collection/components/spw-card/spw-card.css +7 -0
  16. package/dist/collection/components/spw-card/spw-card.js +1 -1
  17. package/dist/collection/components/spw-hero/spw-hero.js +22 -3
  18. package/dist/collection/components/spw-search-field/spw-search-field.js +76 -3
  19. package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.css +3 -0
  20. package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.css +14 -2
  21. package/dist/collection/components/spw-tile/spw-tile.css +23 -1
  22. package/dist/collection/components/spw-tile/spw-tile.js +57 -4
  23. package/dist/collection/components/spw-toc/spw-toc-container/spw-toc-container.js +4 -4
  24. package/dist/collection/components/spw-toc/spw-toc-navigation/spw-toc-navigation.js +40 -0
  25. package/dist/collection/components/spw-topbar/spw-topbar.css +61 -2
  26. package/dist/collection/components/spw-topbar/spw-topbar.js +23 -1
  27. package/dist/collection/components/spw-wizard/spw-wizard-item/spw-wizard-item.js +1 -1
  28. package/dist/collection/components/spw-wizard/spw-wizard.js +1 -1
  29. package/dist/collection/stories/organisms/spw-tile/spw-tile.stories.js +117 -0
  30. package/dist/collection/stories/organisms/spw-topbar/spw-topbar.stories.js +48 -1
  31. package/dist/components/spw-card.js +1 -1
  32. package/dist/components/spw-hero.js +1 -1
  33. package/dist/components/spw-search-field.js +1 -1
  34. package/dist/components/spw-tile-description.js +1 -1
  35. package/dist/components/spw-tile-title.js +1 -1
  36. package/dist/components/spw-tile.js +1 -1
  37. package/dist/components/spw-toc-container.js +1 -1
  38. package/dist/components/spw-toc-navigation.js +1 -1
  39. package/dist/components/spw-topbar.js +1 -1
  40. package/dist/components/spw-wizard-item.js +1 -1
  41. package/dist/components/spw-wizard.js +1 -1
  42. package/dist/components_json.json +232 -4
  43. package/dist/components_vscode.json +5509 -0
  44. package/dist/esm/loader.js +1 -1
  45. package/dist/esm/spw-card.entry.js +2 -2
  46. package/dist/esm/spw-hero.entry.js +3 -3
  47. package/dist/esm/spw-search-field.entry.js +20 -2
  48. package/dist/esm/spw-stencil-library.js +1 -1
  49. package/dist/esm/spw-tile-description.entry.js +1 -1
  50. package/dist/esm/spw-tile-title.entry.js +1 -1
  51. package/dist/esm/spw-tile.entry.js +17 -4
  52. package/dist/esm/spw-toc-container.entry.js +2 -2
  53. package/dist/esm/spw-toc-navigation.entry.js +20 -0
  54. package/dist/esm/spw-topbar.entry.js +4 -2
  55. package/dist/esm/spw-wizard-item.entry.js +1 -1
  56. package/dist/esm/spw-wizard.entry.js +1 -1
  57. package/dist/spw-stencil-library/p-1034937d.entry.js +1 -0
  58. package/dist/spw-stencil-library/p-24ddb0e5.entry.js +1 -0
  59. package/dist/spw-stencil-library/{p-b17a13d5.entry.js → p-2e7041df.entry.js} +1 -1
  60. package/dist/spw-stencil-library/p-4a3e2b92.entry.js +1 -0
  61. package/dist/spw-stencil-library/{p-aeb28e9a.entry.js → p-4e4830f6.entry.js} +1 -1
  62. package/dist/spw-stencil-library/{p-94581684.entry.js → p-66a5ccc3.entry.js} +1 -1
  63. package/dist/spw-stencil-library/p-6cfcab87.entry.js +1 -0
  64. package/dist/spw-stencil-library/p-7c705c74.entry.js +1 -0
  65. package/dist/spw-stencil-library/{p-f0f0bd9d.entry.js → p-9ca52f24.entry.js} +1 -1
  66. package/dist/spw-stencil-library/p-a7b1bd08.entry.js +1 -0
  67. package/dist/spw-stencil-library/{p-b9cf4fcb.entry.js → p-aeb616f6.entry.js} +1 -1
  68. package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
  69. package/dist/stats.json +475 -83
  70. package/dist/types/components/spw-hero/spw-hero.d.ts +2 -0
  71. package/dist/types/components/spw-search-field/spw-search-field.d.ts +8 -0
  72. package/dist/types/components/spw-tile/spw-tile.d.ts +5 -1
  73. package/dist/types/components/spw-toc/spw-toc-container/spw-toc-container.d.ts +1 -1
  74. package/dist/types/components/spw-toc/spw-toc-navigation/spw-toc-navigation.d.ts +4 -0
  75. package/dist/types/components/spw-topbar/spw-topbar.d.ts +2 -0
  76. package/dist/types/components.d.ts +74 -4
  77. package/dist/types/stories/organisms/spw-tile/spw-tile.stories.d.ts +4 -1
  78. package/dist/types/stories/organisms/spw-topbar/spw-topbar.stories.d.ts +1 -0
  79. package/hydrate/index.js +83 -21
  80. package/hydrate/index.mjs +83 -21
  81. package/package.json +1 -1
  82. package/dist/spw-stencil-library/p-2b6b85a3.entry.js +0 -1
  83. package/dist/spw-stencil-library/p-2f45d1f5.entry.js +0 -1
  84. package/dist/spw-stencil-library/p-3d6fe416.entry.js +0 -1
  85. package/dist/spw-stencil-library/p-bec8374e.entry.js +0 -1
  86. package/dist/spw-stencil-library/p-f7a94fe7.entry.js +0 -1
  87. package/dist/spw-stencil-library/p-fc9acdf2.entry.js +0 -1

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.