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.
- package/dist/custom-elements.json +1717 -1670
- package/dist/custom-elements.json.gz +0 -0
- package/dist/docs/components/ScwIconFeature.json +6 -1
- package/dist/docs/components/ScwTooltip.json +47 -0
- package/dist/docs/components/manifest.json +18 -18
- package/dist/docs/config.json +5 -5
- package/dist/scw-components.js +158 -142
- package/dist/scw-components.js.gz +0 -0
- package/dist/scw.js +168 -152
- package/dist/scw.js.gz +0 -0
- package/dist/tokens/segments/comp-scw-floating-button/_shape-pill-mixins.scss +11 -11
- package/dist/tokens/segments/comp-scw-floating-button/_shape-pill-vars.scss +10 -10
- package/dist/tokens/segments/comp-scw-floating-button/_size-small-shape-pill-mixins.scss +11 -11
- package/dist/tokens/segments/comp-scw-floating-button/_size-small-shape-pill-vars.scss +10 -10
- package/dist/tokens/segments/comp-scw-floating-button/_state-hover-shape-pill-mixins.scss +15 -15
- package/dist/tokens/segments/comp-scw-floating-button/_state-hover-shape-pill-vars.scss +12 -12
- package/dist/tokens/segments/comp-scw-floating-button/_state-hover-size-small-shape-pill-mixins.scss +15 -15
- package/dist/tokens/segments/comp-scw-floating-button/_state-hover-size-small-shape-pill-vars.scss +12 -12
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-shape-pill-.json +8 -8
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-size-small-shape-pill-.json +8 -8
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-size-small-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-shape-pill-.json +8 -8
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-size-small-shape-pill-.json +8 -8
- package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-size-small-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins.json +32 -32
- package/dist/tokens/source/componentScssMixins.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins.scss +52 -52
- package/dist/tokens/source/jsCss.js +1 -1
- package/dist/tokens/source/jsCss.js.gz +0 -0
- package/dist/tokens/source/jsCssGenerator.js +1 -1
- package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
- package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
- package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
- package/dist/tokens/source/scssVariables/components-scw-floating-button-shape-pill-.json +20 -20
- package/dist/tokens/source/scssVariables/components-scw-floating-button-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/scssVariables/components-scw-floating-button-size-small-shape-pill-.json +20 -20
- package/dist/tokens/source/scssVariables/components-scw-floating-button-size-small-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-shape-pill-.json +24 -24
- package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-size-small-shape-pill-.json +24 -24
- package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-size-small-shape-pill-.json.gz +0 -0
- package/dist/tokens/source/scssVariables.json +88 -88
- package/dist/tokens/source/scssVariables.json.gz +0 -0
- package/dist/tokens/source/scssVariables.scss +44 -44
- package/dist/tokens/source/tokens.json +48 -48
- package/dist/tokens/source/tokens.json.gz +0 -0
- package/dist-node/scw-components.js +228 -212
- package/dist-node/scw.js +236 -220
- package/package.json +1 -1
- package/scripts/publish/releaseNotes.mjs +5 -0
|
Binary file
|