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
@@ -348458,8 +348458,8 @@
348458
348458
  "outputSegmentRef": "shape-pill-vars.$corner-radius-bottom-left"
348459
348459
  },
348460
348460
  "shadow-color": {
348461
- "output": "$comp-scw-floating-button-shape-pill-shadow-color: rgba(0,0,0,0.2);",
348462
- "outputSegment": "$shadow-color: rgba(0,0,0,0.2);",
348461
+ "output": "$comp-scw-floating-button-shape-pill-shadow-color: rgba(0,0,0,0.28);",
348462
+ "outputSegment": "$shadow-color: rgba(0,0,0,0.28);",
348463
348463
  "outputSegmentRef": "shape-pill-vars.$shadow-color"
348464
348464
  },
348465
348465
  "shadow-offset-x": {
@@ -348468,13 +348468,13 @@
348468
348468
  "outputSegmentRef": "shape-pill-vars.$shadow-offset-x"
348469
348469
  },
348470
348470
  "shadow-offset-y": {
348471
- "output": "$comp-scw-floating-button-shape-pill-shadow-offset-y: 1px;",
348472
- "outputSegment": "$shadow-offset-y: 1px;",
348471
+ "output": "$comp-scw-floating-button-shape-pill-shadow-offset-y: 7px;",
348472
+ "outputSegment": "$shadow-offset-y: 7px;",
348473
348473
  "outputSegmentRef": "shape-pill-vars.$shadow-offset-y"
348474
348474
  },
348475
348475
  "shadow-radius": {
348476
- "output": "$comp-scw-floating-button-shape-pill-shadow-radius: 3px;",
348477
- "outputSegment": "$shadow-radius: 3px;",
348476
+ "output": "$comp-scw-floating-button-shape-pill-shadow-radius: 22px;",
348477
+ "outputSegment": "$shadow-radius: 22px;",
348478
348478
  "outputSegmentRef": "shape-pill-vars.$shadow-radius"
348479
348479
  },
348480
348480
  "shadow-spread": {
@@ -348483,8 +348483,8 @@
348483
348483
  "outputSegmentRef": "shape-pill-vars.$shadow-spread"
348484
348484
  },
348485
348485
  "shadow": {
348486
- "output": "$comp-scw-floating-button-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
348487
- "outputSegment": "$shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
348486
+ "output": "$comp-scw-floating-button-shape-pill-shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);",
348487
+ "outputSegment": "$shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);",
348488
348488
  "outputSegmentRef": "shape-pill-vars.$shadow"
348489
348489
  },
348490
348490
  "width": {
@@ -348548,33 +348548,33 @@
348548
348548
  "outputSegmentRef": "shape-pill-vars.$layout-grow"
348549
348549
  },
348550
348550
  "top": {
348551
- "output": "$comp-scw-floating-button-shape-pill-top: calc( var( --scw-spacing-1 ) * 19.9 );",
348552
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 19.9 );",
348551
+ "output": "$comp-scw-floating-button-shape-pill-top: calc( var( --scw-spacing-1 ) * 21.1 );",
348552
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 21.1 );",
348553
348553
  "outputSegmentRef": "shape-pill-vars.$top"
348554
348554
  },
348555
348555
  "top-percent": {
348556
- "output": "$comp-scw-floating-button-shape-pill-top-percent: 45.91%;",
348557
- "outputSegment": "$top-percent: 45.91%;",
348556
+ "output": "$comp-scw-floating-button-shape-pill-top-percent: 48.3%;",
348557
+ "outputSegment": "$top-percent: 48.3%;",
348558
348558
  "outputSegmentRef": "shape-pill-vars.$top-percent"
348559
348559
  },
348560
348560
  "bottom": {
348561
- "output": "$comp-scw-floating-button-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 24 );",
348562
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 24 );",
348561
+ "output": "$comp-scw-floating-button-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 22.8 );",
348562
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 22.8 );",
348563
348563
  "outputSegmentRef": "shape-pill-vars.$bottom"
348564
348564
  },
348565
348565
  "left": {
348566
- "output": "$comp-scw-floating-button-shape-pill-left: var( --scw-spacing-2 );",
348567
- "outputSegment": "$left: var( --scw-spacing-2 );",
348566
+ "output": "$comp-scw-floating-button-shape-pill-left: var( --scw-spacing-3 );",
348567
+ "outputSegment": "$left: var( --scw-spacing-3 );",
348568
348568
  "outputSegmentRef": "shape-pill-vars.$left"
348569
348569
  },
348570
348570
  "left-percent": {
348571
- "output": "$comp-scw-floating-button-shape-pill-left-percent: 35.02%;",
348572
- "outputSegment": "$left-percent: 35.02%;",
348571
+ "output": "$comp-scw-floating-button-shape-pill-left-percent: 37.05%;",
348572
+ "outputSegment": "$left-percent: 37.05%;",
348573
348573
  "outputSegmentRef": "shape-pill-vars.$left-percent"
348574
348574
  },
348575
348575
  "right": {
348576
- "output": "$comp-scw-floating-button-shape-pill-right: calc( var( --scw-spacing-1 ) * 16.76600036621094 );",
348577
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 16.76600036621094 );",
348576
+ "output": "$comp-scw-floating-button-shape-pill-right: calc( var( --scw-spacing-1 ) * 15.766000366210937 );",
348577
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 15.766000366210937 );",
348578
348578
  "outputSegmentRef": "shape-pill-vars.$right"
348579
348579
  },
348580
348580
  "padding-left": {
@@ -349300,8 +349300,8 @@
349300
349300
  "outputSegmentRef": "size-small-shape-pill-vars.$corner-radius-bottom-left"
349301
349301
  },
349302
349302
  "shadow-color": {
349303
- "output": "$comp-scw-floating-button-size-small-shape-pill-shadow-color: rgba(0,0,0,0.2);",
349304
- "outputSegment": "$shadow-color: rgba(0,0,0,0.2);",
349303
+ "output": "$comp-scw-floating-button-size-small-shape-pill-shadow-color: rgba(0,0,0,0.28);",
349304
+ "outputSegment": "$shadow-color: rgba(0,0,0,0.28);",
349305
349305
  "outputSegmentRef": "size-small-shape-pill-vars.$shadow-color"
349306
349306
  },
349307
349307
  "shadow-offset-x": {
@@ -349310,13 +349310,13 @@
349310
349310
  "outputSegmentRef": "size-small-shape-pill-vars.$shadow-offset-x"
349311
349311
  },
349312
349312
  "shadow-offset-y": {
349313
- "output": "$comp-scw-floating-button-size-small-shape-pill-shadow-offset-y: 1px;",
349314
- "outputSegment": "$shadow-offset-y: 1px;",
349313
+ "output": "$comp-scw-floating-button-size-small-shape-pill-shadow-offset-y: 7px;",
349314
+ "outputSegment": "$shadow-offset-y: 7px;",
349315
349315
  "outputSegmentRef": "size-small-shape-pill-vars.$shadow-offset-y"
349316
349316
  },
349317
349317
  "shadow-radius": {
349318
- "output": "$comp-scw-floating-button-size-small-shape-pill-shadow-radius: 3px;",
349319
- "outputSegment": "$shadow-radius: 3px;",
349318
+ "output": "$comp-scw-floating-button-size-small-shape-pill-shadow-radius: 22px;",
349319
+ "outputSegment": "$shadow-radius: 22px;",
349320
349320
  "outputSegmentRef": "size-small-shape-pill-vars.$shadow-radius"
349321
349321
  },
349322
349322
  "shadow-spread": {
@@ -349325,8 +349325,8 @@
349325
349325
  "outputSegmentRef": "size-small-shape-pill-vars.$shadow-spread"
349326
349326
  },
349327
349327
  "shadow": {
349328
- "output": "$comp-scw-floating-button-size-small-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
349329
- "outputSegment": "$shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
349328
+ "output": "$comp-scw-floating-button-size-small-shape-pill-shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);",
349329
+ "outputSegment": "$shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);",
349330
349330
  "outputSegmentRef": "size-small-shape-pill-vars.$shadow"
349331
349331
  },
349332
349332
  "width": {
@@ -349390,33 +349390,33 @@
349390
349390
  "outputSegmentRef": "size-small-shape-pill-vars.$layout-grow"
349391
349391
  },
349392
349392
  "top": {
349393
- "output": "$comp-scw-floating-button-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 36.3 );",
349394
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 36.3 );",
349393
+ "output": "$comp-scw-floating-button-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 42.6 );",
349394
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 42.6 );",
349395
349395
  "outputSegmentRef": "size-small-shape-pill-vars.$top"
349396
349396
  },
349397
349397
  "top-percent": {
349398
- "output": "$comp-scw-floating-button-size-small-shape-pill-top-percent: 78.28%;",
349399
- "outputSegment": "$top-percent: 78.28%;",
349398
+ "output": "$comp-scw-floating-button-size-small-shape-pill-top-percent: 90.85%;",
349399
+ "outputSegment": "$top-percent: 90.85%;",
349400
349400
  "outputSegmentRef": "size-small-shape-pill-vars.$top-percent"
349401
349401
  },
349402
349402
  "bottom": {
349403
- "output": "$comp-scw-floating-button-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 7.965999984741211 );",
349404
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 7.965999984741211 );",
349403
+ "output": "$comp-scw-floating-button-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 1.665999984741211 );",
349404
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 1.665999984741211 );",
349405
349405
  "outputSegmentRef": "size-small-shape-pill-vars.$bottom"
349406
349406
  },
349407
349407
  "left": {
349408
- "output": "$comp-scw-floating-button-size-small-shape-pill-left: var( --scw-spacing-2 );",
349409
- "outputSegment": "$left: var( --scw-spacing-2 );",
349408
+ "output": "$comp-scw-floating-button-size-small-shape-pill-left: calc( var( --scw-spacing-1 ) * 3.3 );",
349409
+ "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 3.3 );",
349410
349410
  "outputSegmentRef": "size-small-shape-pill-vars.$left"
349411
349411
  },
349412
349412
  "left-percent": {
349413
- "output": "$comp-scw-floating-button-size-small-shape-pill-left-percent: 9.97%;",
349414
- "outputSegment": "$left-percent: 9.97%;",
349413
+ "output": "$comp-scw-floating-button-size-small-shape-pill-left-percent: 12.61%;",
349414
+ "outputSegment": "$left-percent: 12.61%;",
349415
349415
  "outputSegmentRef": "size-small-shape-pill-vars.$left-percent"
349416
349416
  },
349417
349417
  "right": {
349418
- "output": "$comp-scw-floating-button-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 41.46599998474121 );",
349419
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 41.46599998474121 );",
349418
+ "output": "$comp-scw-floating-button-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 40.16599998474121 );",
349419
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 40.16599998474121 );",
349420
349420
  "outputSegmentRef": "size-small-shape-pill-vars.$right"
349421
349421
  },
349422
349422
  "padding-left": {
@@ -349818,8 +349818,8 @@
349818
349818
  "namespace": "state-hover-size-small-shape-pill-vars"
349819
349819
  },
349820
349820
  "background-color": {
349821
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-background-color: var( --scw-color-grey-092 );",
349822
- "outputSegment": "$background-color: var( --scw-color-grey-092 );",
349821
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-background-color: var( --scw-color-grey-10 );",
349822
+ "outputSegment": "$background-color: var( --scw-color-grey-10 );",
349823
349823
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$background-color"
349824
349824
  },
349825
349825
  "blend-mode": {
@@ -349828,8 +349828,8 @@
349828
349828
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$blend-mode"
349829
349829
  },
349830
349830
  "stroke-color": {
349831
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-stroke-color: var( --scw-color-grey-09 );",
349832
- "outputSegment": "$stroke-color: var( --scw-color-grey-09 );",
349831
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-stroke-color: var( --scw-color-grey-10 );",
349832
+ "outputSegment": "$stroke-color: var( --scw-color-grey-10 );",
349833
349833
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$stroke-color"
349834
349834
  },
349835
349835
  "stroke-weight": {
@@ -349863,8 +349863,8 @@
349863
349863
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$corner-radius-bottom-left"
349864
349864
  },
349865
349865
  "shadow-color": {
349866
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-color: rgba(0,0,0,0.2);",
349867
- "outputSegment": "$shadow-color: rgba(0,0,0,0.2);",
349866
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-color: rgba(0,0,0,0.28);",
349867
+ "outputSegment": "$shadow-color: rgba(0,0,0,0.28);",
349868
349868
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$shadow-color"
349869
349869
  },
349870
349870
  "shadow-offset-x": {
@@ -349873,13 +349873,13 @@
349873
349873
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$shadow-offset-x"
349874
349874
  },
349875
349875
  "shadow-offset-y": {
349876
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-offset-y: 1px;",
349877
- "outputSegment": "$shadow-offset-y: 1px;",
349876
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-offset-y: 7px;",
349877
+ "outputSegment": "$shadow-offset-y: 7px;",
349878
349878
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$shadow-offset-y"
349879
349879
  },
349880
349880
  "shadow-radius": {
349881
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-radius: 3px;",
349882
- "outputSegment": "$shadow-radius: 3px;",
349881
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-radius: 22px;",
349882
+ "outputSegment": "$shadow-radius: 22px;",
349883
349883
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$shadow-radius"
349884
349884
  },
349885
349885
  "shadow-spread": {
@@ -349888,8 +349888,8 @@
349888
349888
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$shadow-spread"
349889
349889
  },
349890
349890
  "shadow": {
349891
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
349892
- "outputSegment": "$shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
349891
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);",
349892
+ "outputSegment": "$shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);",
349893
349893
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$shadow"
349894
349894
  },
349895
349895
  "width": {
@@ -349953,33 +349953,33 @@
349953
349953
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$layout-grow"
349954
349954
  },
349955
349955
  "top": {
349956
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 36.3 );",
349957
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 36.3 );",
349956
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 42.6 );",
349957
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 42.6 );",
349958
349958
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$top"
349959
349959
  },
349960
349960
  "top-percent": {
349961
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-top-percent: 78.28%;",
349962
- "outputSegment": "$top-percent: 78.28%;",
349961
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-top-percent: 90.85%;",
349962
+ "outputSegment": "$top-percent: 90.85%;",
349963
349963
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$top-percent"
349964
349964
  },
349965
349965
  "bottom": {
349966
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 7.965999984741211 );",
349967
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 7.965999984741211 );",
349966
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 1.665999984741211 );",
349967
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 1.665999984741211 );",
349968
349968
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$bottom"
349969
349969
  },
349970
349970
  "left": {
349971
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-left: calc( var( --scw-spacing-1 ) * 10.9 );",
349972
- "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 10.9 );",
349971
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-left: calc( var( --scw-spacing-1 ) * 18.4 );",
349972
+ "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 18.4 );",
349973
349973
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$left"
349974
349974
  },
349975
349975
  "left-percent": {
349976
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-left-percent: 28.03%;",
349977
- "outputSegment": "$left-percent: 28.03%;",
349976
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-left-percent: 43.24%;",
349977
+ "outputSegment": "$left-percent: 43.24%;",
349978
349978
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$left-percent"
349979
349979
  },
349980
349980
  "right": {
349981
- "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 32.56599998474121 );",
349982
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 32.56599998474121 );",
349981
+ "output": "$comp-scw-floating-button-state-hover-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 25.06599998474121 );",
349982
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 25.06599998474121 );",
349983
349983
  "outputSegmentRef": "state-hover-size-small-shape-pill-vars.$right"
349984
349984
  },
349985
349985
  "padding-left": {
@@ -350381,8 +350381,8 @@
350381
350381
  "namespace": "state-hover-shape-pill-vars"
350382
350382
  },
350383
350383
  "background-color": {
350384
- "output": "$comp-scw-floating-button-state-hover-shape-pill-background-color: var( --scw-color-grey-092 );",
350385
- "outputSegment": "$background-color: var( --scw-color-grey-092 );",
350384
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-background-color: var( --scw-color-grey-10 );",
350385
+ "outputSegment": "$background-color: var( --scw-color-grey-10 );",
350386
350386
  "outputSegmentRef": "state-hover-shape-pill-vars.$background-color"
350387
350387
  },
350388
350388
  "blend-mode": {
@@ -350391,8 +350391,8 @@
350391
350391
  "outputSegmentRef": "state-hover-shape-pill-vars.$blend-mode"
350392
350392
  },
350393
350393
  "stroke-color": {
350394
- "output": "$comp-scw-floating-button-state-hover-shape-pill-stroke-color: var( --scw-color-grey-09 );",
350395
- "outputSegment": "$stroke-color: var( --scw-color-grey-09 );",
350394
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-stroke-color: var( --scw-color-grey-10 );",
350395
+ "outputSegment": "$stroke-color: var( --scw-color-grey-10 );",
350396
350396
  "outputSegmentRef": "state-hover-shape-pill-vars.$stroke-color"
350397
350397
  },
350398
350398
  "stroke-weight": {
@@ -350426,8 +350426,8 @@
350426
350426
  "outputSegmentRef": "state-hover-shape-pill-vars.$corner-radius-bottom-left"
350427
350427
  },
350428
350428
  "shadow-color": {
350429
- "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow-color: rgba(0,0,0,0.2);",
350430
- "outputSegment": "$shadow-color: rgba(0,0,0,0.2);",
350429
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow-color: rgba(0,0,0,0.42);",
350430
+ "outputSegment": "$shadow-color: rgba(0,0,0,0.42);",
350431
350431
  "outputSegmentRef": "state-hover-shape-pill-vars.$shadow-color"
350432
350432
  },
350433
350433
  "shadow-offset-x": {
@@ -350436,13 +350436,13 @@
350436
350436
  "outputSegmentRef": "state-hover-shape-pill-vars.$shadow-offset-x"
350437
350437
  },
350438
350438
  "shadow-offset-y": {
350439
- "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow-offset-y: 1px;",
350440
- "outputSegment": "$shadow-offset-y: 1px;",
350439
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow-offset-y: 8px;",
350440
+ "outputSegment": "$shadow-offset-y: 8px;",
350441
350441
  "outputSegmentRef": "state-hover-shape-pill-vars.$shadow-offset-y"
350442
350442
  },
350443
350443
  "shadow-radius": {
350444
- "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow-radius: 3px;",
350445
- "outputSegment": "$shadow-radius: 3px;",
350444
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow-radius: 24px;",
350445
+ "outputSegment": "$shadow-radius: 24px;",
350446
350446
  "outputSegmentRef": "state-hover-shape-pill-vars.$shadow-radius"
350447
350447
  },
350448
350448
  "shadow-spread": {
@@ -350451,8 +350451,8 @@
350451
350451
  "outputSegmentRef": "state-hover-shape-pill-vars.$shadow-spread"
350452
350452
  },
350453
350453
  "shadow": {
350454
- "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
350455
- "outputSegment": "$shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);",
350454
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-shadow: 0px 8px 24px 0px rgba(0,0,0,0.42);",
350455
+ "outputSegment": "$shadow: 0px 8px 24px 0px rgba(0,0,0,0.42);",
350456
350456
  "outputSegmentRef": "state-hover-shape-pill-vars.$shadow"
350457
350457
  },
350458
350458
  "width": {
@@ -350516,33 +350516,33 @@
350516
350516
  "outputSegmentRef": "state-hover-shape-pill-vars.$layout-grow"
350517
350517
  },
350518
350518
  "top": {
350519
- "output": "$comp-scw-floating-button-state-hover-shape-pill-top: calc( var( --scw-spacing-1 ) * 28.1 );",
350520
- "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 28.1 );",
350519
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-top: calc( var( --scw-spacing-1 ) * 32.8 );",
350520
+ "outputSegment": "$top: calc( var( --scw-spacing-1 ) * 32.8 );",
350521
350521
  "outputSegmentRef": "state-hover-shape-pill-vars.$top"
350522
350522
  },
350523
350523
  "top-percent": {
350524
- "output": "$comp-scw-floating-button-state-hover-shape-pill-top-percent: 62.28%;",
350525
- "outputSegment": "$top-percent: 62.28%;",
350524
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-top-percent: 71.66%;",
350525
+ "outputSegment": "$top-percent: 71.66%;",
350526
350526
  "outputSegmentRef": "state-hover-shape-pill-vars.$top-percent"
350527
350527
  },
350528
350528
  "bottom": {
350529
- "output": "$comp-scw-floating-button-state-hover-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 15.8 );",
350530
- "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 15.8 );",
350529
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 11.1 );",
350530
+ "outputSegment": "$bottom: calc( var( --scw-spacing-1 ) * 11.1 );",
350531
350531
  "outputSegmentRef": "state-hover-shape-pill-vars.$bottom"
350532
350532
  },
350533
350533
  "left": {
350534
- "output": "$comp-scw-floating-button-state-hover-shape-pill-left: var( --scw-spacing-2 );",
350535
- "outputSegment": "$left: var( --scw-spacing-2 );",
350534
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-left: calc( var( --scw-spacing-1 ) * 3.1 );",
350535
+ "outputSegment": "$left: calc( var( --scw-spacing-1 ) * 3.1 );",
350536
350536
  "outputSegmentRef": "state-hover-shape-pill-vars.$left"
350537
350537
  },
350538
350538
  "left-percent": {
350539
- "output": "$comp-scw-floating-button-state-hover-shape-pill-left-percent: 35.02%;",
350540
- "outputSegment": "$left-percent: 35.02%;",
350539
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-left-percent: 37.26%;",
350540
+ "outputSegment": "$left-percent: 37.26%;",
350541
350541
  "outputSegmentRef": "state-hover-shape-pill-vars.$left-percent"
350542
350542
  },
350543
350543
  "right": {
350544
- "output": "$comp-scw-floating-button-state-hover-shape-pill-right: calc( var( --scw-spacing-1 ) * 16.76600036621094 );",
350545
- "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 16.76600036621094 );",
350544
+ "output": "$comp-scw-floating-button-state-hover-shape-pill-right: calc( var( --scw-spacing-1 ) * 15.666000366210938 );",
350545
+ "outputSegment": "$right: calc( var( --scw-spacing-1 ) * 15.666000366210938 );",
350546
350546
  "outputSegmentRef": "state-hover-shape-pill-vars.$right"
350547
350547
  },
350548
350548
  "padding-left": {
@@ -68618,12 +68618,12 @@ $comp-scw-floating-button-shape-pill-corner-radius-top-left: 30px;
68618
68618
  $comp-scw-floating-button-shape-pill-corner-radius-top-right: 30px;
68619
68619
  $comp-scw-floating-button-shape-pill-corner-radius-bottom-right: 30px;
68620
68620
  $comp-scw-floating-button-shape-pill-corner-radius-bottom-left: 30px;
68621
- $comp-scw-floating-button-shape-pill-shadow-color: rgba(0,0,0,0.2);
68621
+ $comp-scw-floating-button-shape-pill-shadow-color: rgba(0,0,0,0.28);
68622
68622
  $comp-scw-floating-button-shape-pill-shadow-offset-x: 0px;
68623
- $comp-scw-floating-button-shape-pill-shadow-offset-y: 1px;
68624
- $comp-scw-floating-button-shape-pill-shadow-radius: 3px;
68623
+ $comp-scw-floating-button-shape-pill-shadow-offset-y: 7px;
68624
+ $comp-scw-floating-button-shape-pill-shadow-radius: 22px;
68625
68625
  $comp-scw-floating-button-shape-pill-shadow-spread: 0px;
68626
- $comp-scw-floating-button-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
68626
+ $comp-scw-floating-button-shape-pill-shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);
68627
68627
  $comp-scw-floating-button-shape-pill-width: 305.34px;
68628
68628
  $comp-scw-floating-button-shape-pill-height: 62px;
68629
68629
  $comp-scw-floating-button-shape-pill-constraint-horizontal: MIN;
@@ -68636,12 +68636,12 @@ $comp-scw-floating-button-shape-pill-counter-axis-align-items: CENTER;
68636
68636
  $comp-scw-floating-button-shape-pill-item-spacing: calc( var( --scw-spacing-1 ) * 1.5 );
68637
68637
  $comp-scw-floating-button-shape-pill-layout-align: MIN;
68638
68638
  $comp-scw-floating-button-shape-pill-layout-grow: 0;
68639
- $comp-scw-floating-button-shape-pill-top: calc( var( --scw-spacing-1 ) * 19.9 );
68640
- $comp-scw-floating-button-shape-pill-top-percent: 45.91%;
68641
- $comp-scw-floating-button-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 24 );
68642
- $comp-scw-floating-button-shape-pill-left: var( --scw-spacing-2 );
68643
- $comp-scw-floating-button-shape-pill-left-percent: 35.02%;
68644
- $comp-scw-floating-button-shape-pill-right: calc( var( --scw-spacing-1 ) * 16.76600036621094 );
68639
+ $comp-scw-floating-button-shape-pill-top: calc( var( --scw-spacing-1 ) * 21.1 );
68640
+ $comp-scw-floating-button-shape-pill-top-percent: 48.3%;
68641
+ $comp-scw-floating-button-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 22.8 );
68642
+ $comp-scw-floating-button-shape-pill-left: var( --scw-spacing-3 );
68643
+ $comp-scw-floating-button-shape-pill-left-percent: 37.05%;
68644
+ $comp-scw-floating-button-shape-pill-right: calc( var( --scw-spacing-1 ) * 15.766000366210937 );
68645
68645
  $comp-scw-floating-button-shape-pill-padding-left: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
68646
68646
  $comp-scw-floating-button-shape-pill-padding-right: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
68647
68647
  $comp-scw-floating-button-shape-pill-padding-top: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
@@ -68784,12 +68784,12 @@ $comp-scw-floating-button-size-small-shape-pill-corner-radius-top-left: 30px;
68784
68784
  $comp-scw-floating-button-size-small-shape-pill-corner-radius-top-right: 30px;
68785
68785
  $comp-scw-floating-button-size-small-shape-pill-corner-radius-bottom-right: 30px;
68786
68786
  $comp-scw-floating-button-size-small-shape-pill-corner-radius-bottom-left: 30px;
68787
- $comp-scw-floating-button-size-small-shape-pill-shadow-color: rgba(0,0,0,0.2);
68787
+ $comp-scw-floating-button-size-small-shape-pill-shadow-color: rgba(0,0,0,0.28);
68788
68788
  $comp-scw-floating-button-size-small-shape-pill-shadow-offset-x: 0px;
68789
- $comp-scw-floating-button-size-small-shape-pill-shadow-offset-y: 1px;
68790
- $comp-scw-floating-button-size-small-shape-pill-shadow-radius: 3px;
68789
+ $comp-scw-floating-button-size-small-shape-pill-shadow-offset-y: 7px;
68790
+ $comp-scw-floating-button-size-small-shape-pill-shadow-radius: 22px;
68791
68791
  $comp-scw-floating-button-size-small-shape-pill-shadow-spread: 0px;
68792
- $comp-scw-floating-button-size-small-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
68792
+ $comp-scw-floating-button-size-small-shape-pill-shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);
68793
68793
  $comp-scw-floating-button-size-small-shape-pill-width: 58.34px;
68794
68794
  $comp-scw-floating-button-size-small-shape-pill-height: 58.34px;
68795
68795
  $comp-scw-floating-button-size-small-shape-pill-constraint-horizontal: MIN;
@@ -68802,12 +68802,12 @@ $comp-scw-floating-button-size-small-shape-pill-counter-axis-align-items: CENTER
68802
68802
  $comp-scw-floating-button-size-small-shape-pill-item-spacing: calc( var( --scw-spacing-1 ) * 1.5 );
68803
68803
  $comp-scw-floating-button-size-small-shape-pill-layout-align: MIN;
68804
68804
  $comp-scw-floating-button-size-small-shape-pill-layout-grow: 0;
68805
- $comp-scw-floating-button-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 36.3 );
68806
- $comp-scw-floating-button-size-small-shape-pill-top-percent: 78.28%;
68807
- $comp-scw-floating-button-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 7.965999984741211 );
68808
- $comp-scw-floating-button-size-small-shape-pill-left: var( --scw-spacing-2 );
68809
- $comp-scw-floating-button-size-small-shape-pill-left-percent: 9.97%;
68810
- $comp-scw-floating-button-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 41.46599998474121 );
68805
+ $comp-scw-floating-button-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 42.6 );
68806
+ $comp-scw-floating-button-size-small-shape-pill-top-percent: 90.85%;
68807
+ $comp-scw-floating-button-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 1.665999984741211 );
68808
+ $comp-scw-floating-button-size-small-shape-pill-left: calc( var( --scw-spacing-1 ) * 3.3 );
68809
+ $comp-scw-floating-button-size-small-shape-pill-left-percent: 12.61%;
68810
+ $comp-scw-floating-button-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 40.16599998474121 );
68811
68811
  $comp-scw-floating-button-size-small-shape-pill-padding-left: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
68812
68812
  $comp-scw-floating-button-size-small-shape-pill-padding-right: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
68813
68813
  $comp-scw-floating-button-size-small-shape-pill-padding-top: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
@@ -68886,21 +68886,21 @@ $comp-scw-floating-button-size-small-shape-pill-icon-icon-vector-padding-right:
68886
68886
  $comp-scw-floating-button-size-small-shape-pill-icon-icon-vector-padding-top: 0px;
68887
68887
  $comp-scw-floating-button-size-small-shape-pill-icon-icon-vector-padding-bottom: 0px;
68888
68888
 
68889
- $comp-scw-floating-button-state-hover-size-small-shape-pill-background-color: var( --scw-color-grey-092 );
68889
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-background-color: var( --scw-color-grey-10 );
68890
68890
  $comp-scw-floating-button-state-hover-size-small-shape-pill-blend-mode: NORMAL;
68891
- $comp-scw-floating-button-state-hover-size-small-shape-pill-stroke-color: var( --scw-color-grey-09 );
68891
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-stroke-color: var( --scw-color-grey-10 );
68892
68892
  $comp-scw-floating-button-state-hover-size-small-shape-pill-stroke-weight: 1px;
68893
68893
  $comp-scw-floating-button-state-hover-size-small-shape-pill-stroke-align: OUTSIDE;
68894
68894
  $comp-scw-floating-button-state-hover-size-small-shape-pill-corner-radius-top-left: 30px;
68895
68895
  $comp-scw-floating-button-state-hover-size-small-shape-pill-corner-radius-top-right: 30px;
68896
68896
  $comp-scw-floating-button-state-hover-size-small-shape-pill-corner-radius-bottom-right: 30px;
68897
68897
  $comp-scw-floating-button-state-hover-size-small-shape-pill-corner-radius-bottom-left: 30px;
68898
- $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-color: rgba(0,0,0,0.2);
68898
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-color: rgba(0,0,0,0.28);
68899
68899
  $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-offset-x: 0px;
68900
- $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-offset-y: 1px;
68901
- $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-radius: 3px;
68900
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-offset-y: 7px;
68901
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-radius: 22px;
68902
68902
  $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow-spread: 0px;
68903
- $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
68903
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-shadow: 0px 7px 22px 0px rgba(0,0,0,0.28);
68904
68904
  $comp-scw-floating-button-state-hover-size-small-shape-pill-width: 58.34px;
68905
68905
  $comp-scw-floating-button-state-hover-size-small-shape-pill-height: 58.34px;
68906
68906
  $comp-scw-floating-button-state-hover-size-small-shape-pill-constraint-horizontal: MIN;
@@ -68913,12 +68913,12 @@ $comp-scw-floating-button-state-hover-size-small-shape-pill-counter-axis-align-i
68913
68913
  $comp-scw-floating-button-state-hover-size-small-shape-pill-item-spacing: calc( var( --scw-spacing-1 ) * 1.5 );
68914
68914
  $comp-scw-floating-button-state-hover-size-small-shape-pill-layout-align: MIN;
68915
68915
  $comp-scw-floating-button-state-hover-size-small-shape-pill-layout-grow: 0;
68916
- $comp-scw-floating-button-state-hover-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 36.3 );
68917
- $comp-scw-floating-button-state-hover-size-small-shape-pill-top-percent: 78.28%;
68918
- $comp-scw-floating-button-state-hover-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 7.965999984741211 );
68919
- $comp-scw-floating-button-state-hover-size-small-shape-pill-left: calc( var( --scw-spacing-1 ) * 10.9 );
68920
- $comp-scw-floating-button-state-hover-size-small-shape-pill-left-percent: 28.03%;
68921
- $comp-scw-floating-button-state-hover-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 32.56599998474121 );
68916
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-top: calc( var( --scw-spacing-1 ) * 42.6 );
68917
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-top-percent: 90.85%;
68918
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 1.665999984741211 );
68919
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-left: calc( var( --scw-spacing-1 ) * 18.4 );
68920
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-left-percent: 43.24%;
68921
+ $comp-scw-floating-button-state-hover-size-small-shape-pill-right: calc( var( --scw-spacing-1 ) * 25.06599998474121 );
68922
68922
  $comp-scw-floating-button-state-hover-size-small-shape-pill-padding-left: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
68923
68923
  $comp-scw-floating-button-state-hover-size-small-shape-pill-padding-right: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
68924
68924
  $comp-scw-floating-button-state-hover-size-small-shape-pill-padding-top: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
@@ -68997,21 +68997,21 @@ $comp-scw-floating-button-state-hover-size-small-shape-pill-icon-icon-vector-pad
68997
68997
  $comp-scw-floating-button-state-hover-size-small-shape-pill-icon-icon-vector-padding-top: 0px;
68998
68998
  $comp-scw-floating-button-state-hover-size-small-shape-pill-icon-icon-vector-padding-bottom: 0px;
68999
68999
 
69000
- $comp-scw-floating-button-state-hover-shape-pill-background-color: var( --scw-color-grey-092 );
69000
+ $comp-scw-floating-button-state-hover-shape-pill-background-color: var( --scw-color-grey-10 );
69001
69001
  $comp-scw-floating-button-state-hover-shape-pill-blend-mode: NORMAL;
69002
- $comp-scw-floating-button-state-hover-shape-pill-stroke-color: var( --scw-color-grey-09 );
69002
+ $comp-scw-floating-button-state-hover-shape-pill-stroke-color: var( --scw-color-grey-10 );
69003
69003
  $comp-scw-floating-button-state-hover-shape-pill-stroke-weight: 1px;
69004
69004
  $comp-scw-floating-button-state-hover-shape-pill-stroke-align: OUTSIDE;
69005
69005
  $comp-scw-floating-button-state-hover-shape-pill-corner-radius-top-left: 30px;
69006
69006
  $comp-scw-floating-button-state-hover-shape-pill-corner-radius-top-right: 30px;
69007
69007
  $comp-scw-floating-button-state-hover-shape-pill-corner-radius-bottom-right: 30px;
69008
69008
  $comp-scw-floating-button-state-hover-shape-pill-corner-radius-bottom-left: 30px;
69009
- $comp-scw-floating-button-state-hover-shape-pill-shadow-color: rgba(0,0,0,0.2);
69009
+ $comp-scw-floating-button-state-hover-shape-pill-shadow-color: rgba(0,0,0,0.42);
69010
69010
  $comp-scw-floating-button-state-hover-shape-pill-shadow-offset-x: 0px;
69011
- $comp-scw-floating-button-state-hover-shape-pill-shadow-offset-y: 1px;
69012
- $comp-scw-floating-button-state-hover-shape-pill-shadow-radius: 3px;
69011
+ $comp-scw-floating-button-state-hover-shape-pill-shadow-offset-y: 8px;
69012
+ $comp-scw-floating-button-state-hover-shape-pill-shadow-radius: 24px;
69013
69013
  $comp-scw-floating-button-state-hover-shape-pill-shadow-spread: 0px;
69014
- $comp-scw-floating-button-state-hover-shape-pill-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
69014
+ $comp-scw-floating-button-state-hover-shape-pill-shadow: 0px 8px 24px 0px rgba(0,0,0,0.42);
69015
69015
  $comp-scw-floating-button-state-hover-shape-pill-width: 305.34px;
69016
69016
  $comp-scw-floating-button-state-hover-shape-pill-height: 62px;
69017
69017
  $comp-scw-floating-button-state-hover-shape-pill-constraint-horizontal: MIN;
@@ -69024,12 +69024,12 @@ $comp-scw-floating-button-state-hover-shape-pill-counter-axis-align-items: CENTE
69024
69024
  $comp-scw-floating-button-state-hover-shape-pill-item-spacing: calc( var( --scw-spacing-1 ) * 1.5 );
69025
69025
  $comp-scw-floating-button-state-hover-shape-pill-layout-align: MIN;
69026
69026
  $comp-scw-floating-button-state-hover-shape-pill-layout-grow: 0;
69027
- $comp-scw-floating-button-state-hover-shape-pill-top: calc( var( --scw-spacing-1 ) * 28.1 );
69028
- $comp-scw-floating-button-state-hover-shape-pill-top-percent: 62.28%;
69029
- $comp-scw-floating-button-state-hover-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 15.8 );
69030
- $comp-scw-floating-button-state-hover-shape-pill-left: var( --scw-spacing-2 );
69031
- $comp-scw-floating-button-state-hover-shape-pill-left-percent: 35.02%;
69032
- $comp-scw-floating-button-state-hover-shape-pill-right: calc( var( --scw-spacing-1 ) * 16.76600036621094 );
69027
+ $comp-scw-floating-button-state-hover-shape-pill-top: calc( var( --scw-spacing-1 ) * 32.8 );
69028
+ $comp-scw-floating-button-state-hover-shape-pill-top-percent: 71.66%;
69029
+ $comp-scw-floating-button-state-hover-shape-pill-bottom: calc( var( --scw-spacing-1 ) * 11.1 );
69030
+ $comp-scw-floating-button-state-hover-shape-pill-left: calc( var( --scw-spacing-1 ) * 3.1 );
69031
+ $comp-scw-floating-button-state-hover-shape-pill-left-percent: 37.26%;
69032
+ $comp-scw-floating-button-state-hover-shape-pill-right: calc( var( --scw-spacing-1 ) * 15.666000366210938 );
69033
69033
  $comp-scw-floating-button-state-hover-shape-pill-padding-left: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
69034
69034
  $comp-scw-floating-button-state-hover-shape-pill-padding-right: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );
69035
69035
  $comp-scw-floating-button-state-hover-shape-pill-padding-top: calc( var( --scw-spacing-1 ) * 1.6670000076293945 );