scu-web-components 1.3.21 → 1.3.22

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 (52) hide show
  1. package/dist/custom-elements.json +1717 -1670
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/ScwIconFeature.json +6 -1
  4. package/dist/docs/components/ScwTooltip.json +47 -0
  5. package/dist/docs/components/manifest.json +18 -18
  6. package/dist/docs/config.json +5 -5
  7. package/dist/scw-components.js +158 -142
  8. package/dist/scw-components.js.gz +0 -0
  9. package/dist/scw.js +168 -152
  10. package/dist/scw.js.gz +0 -0
  11. package/dist/tokens/segments/comp-scw-floating-button/_shape-pill-mixins.scss +11 -11
  12. package/dist/tokens/segments/comp-scw-floating-button/_shape-pill-vars.scss +10 -10
  13. package/dist/tokens/segments/comp-scw-floating-button/_size-small-shape-pill-mixins.scss +11 -11
  14. package/dist/tokens/segments/comp-scw-floating-button/_size-small-shape-pill-vars.scss +10 -10
  15. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-shape-pill-mixins.scss +15 -15
  16. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-shape-pill-vars.scss +12 -12
  17. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-size-small-shape-pill-mixins.scss +15 -15
  18. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-size-small-shape-pill-vars.scss +12 -12
  19. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-shape-pill-.json +8 -8
  20. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-shape-pill-.json.gz +0 -0
  21. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-size-small-shape-pill-.json +8 -8
  22. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-size-small-shape-pill-.json.gz +0 -0
  23. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-shape-pill-.json +8 -8
  24. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-shape-pill-.json.gz +0 -0
  25. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-size-small-shape-pill-.json +8 -8
  26. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-size-small-shape-pill-.json.gz +0 -0
  27. package/dist/tokens/source/componentScssMixins.json +32 -32
  28. package/dist/tokens/source/componentScssMixins.json.gz +0 -0
  29. package/dist/tokens/source/componentScssMixins.scss +52 -52
  30. package/dist/tokens/source/jsCss.js +1 -1
  31. package/dist/tokens/source/jsCss.js.gz +0 -0
  32. package/dist/tokens/source/jsCssGenerator.js +1 -1
  33. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  34. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  35. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  36. package/dist/tokens/source/scssVariables/components-scw-floating-button-shape-pill-.json +20 -20
  37. package/dist/tokens/source/scssVariables/components-scw-floating-button-shape-pill-.json.gz +0 -0
  38. package/dist/tokens/source/scssVariables/components-scw-floating-button-size-small-shape-pill-.json +20 -20
  39. package/dist/tokens/source/scssVariables/components-scw-floating-button-size-small-shape-pill-.json.gz +0 -0
  40. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-shape-pill-.json +24 -24
  41. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-shape-pill-.json.gz +0 -0
  42. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-size-small-shape-pill-.json +24 -24
  43. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-size-small-shape-pill-.json.gz +0 -0
  44. package/dist/tokens/source/scssVariables.json +88 -88
  45. package/dist/tokens/source/scssVariables.json.gz +0 -0
  46. package/dist/tokens/source/scssVariables.scss +44 -44
  47. package/dist/tokens/source/tokens.json +48 -48
  48. package/dist/tokens/source/tokens.json.gz +0 -0
  49. package/dist-node/scw-components.js +228 -212
  50. package/dist-node/scw.js +236 -220
  51. package/package.json +1 -1
  52. package/scripts/publish/releaseNotes.mjs +5 -0
Binary file