@fluid-topics/ft-snap-scroll 1.3.50 → 1.3.52

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.
@@ -590,7 +590,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
590
590
  </${Er(this.element)}>
591
591
  `:Ar`
592
592
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
593
- `}};at.styles=[...Kc];Zc([A()],at.prototype,"element",void 0);Zc([A()],at.prototype,"variant",void 0);re("ft-typography")(De);re("ftds-typography")(at);var wr={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.external(Z.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},qc=M`
593
+ `}};at.styles=[...Kc];Zc([A()],at.prototype,"element",void 0);Zc([A()],at.prototype,"variant",void 0);re("ft-typography")(De);re("ftds-typography")(at);var wr={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.extend("--ft-tooltip-border-radius","",Z.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},qc=M`
594
594
  .ft-tooltip--container {
595
595
  display: block;
596
596
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-snap-scroll",
3
- "version": "1.3.50",
3
+ "version": "1.3.52",
4
4
  "description": "Vertical or horizontal container with snap scrolling.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-button": "1.3.50",
23
- "@fluid-topics/ft-wc-utils": "1.3.50",
22
+ "@fluid-topics/ft-button": "1.3.52",
23
+ "@fluid-topics/ft-wc-utils": "1.3.52",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "8624905b03e700cf33965e24ed75f491d5d39141"
26
+ "gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
27
27
  }