@fluid-topics/ft-text-area 2.0.3 → 2.0.4
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/build/ft-text-area.light.js +12 -11
- package/build/ft-text-area.min.js +2 -1
- package/package.json +5 -5
|
@@ -836,6 +836,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
836
836
|
|
|
837
837
|
.ft-resizer {
|
|
838
838
|
display: flex;
|
|
839
|
+
overflow: hidden;
|
|
839
840
|
}
|
|
840
841
|
|
|
841
842
|
ft-icon {
|
|
@@ -845,7 +846,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
845
846
|
|
|
846
847
|
.ft-resizer--dragging ft-icon,
|
|
847
848
|
.ft-resizer:hover ft-icon,
|
|
848
|
-
[role="button"][aria-pressed="true"] ft-icon{
|
|
849
|
+
[role="button"][aria-pressed="true"] ft-icon {
|
|
849
850
|
color: ${V0.colorOnSurfaceMedium};
|
|
850
851
|
}
|
|
851
852
|
`;var Ge=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(a<3?c(i):a>3?c(t,r,i):c(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},mn=class extends CustomEvent{constructor(t,r){super("resize",{detail:{width:t,height:r}})}},ne=class extends K{constructor(){super(...arguments),this.initialWidth=0,this.initialHeight=0,this.icon="drag_handle",this.iconVariant=De.material,this.cursor="nwse-resize",this.ariaLabel="",this.dragging=!1,this.isAriaPressed=!1,this.fixedWidth=0,this.fixedHeight=0,this.startX=0,this.startY=0,this.doDragFromMouse=t=>this.doDrag(t.clientX,t.clientY),this.doDragFromTouch=t=>this.doDrag(t.touches[0].clientX,t.touches[0].clientY),this.stopDrag=()=>{this.dragging=!1,document.removeEventListener("mousemove",this.doDragFromMouse,!1),document.removeEventListener("mouseup",this.stopDrag,!1),document.removeEventListener("touchmove",this.doDragFromTouch,!1),document.removeEventListener("touchend",this.stopDrag,!1),document.removeEventListener("touchcancel",this.stopDrag,!1)}}render(){return te`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-text-area",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "A fluidtopics text field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-resizer": "2.0.
|
|
23
|
-
"@fluid-topics/ft-ripple": "2.0.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
22
|
+
"@fluid-topics/ft-resizer": "2.0.4",
|
|
23
|
+
"@fluid-topics/ft-ripple": "2.0.4",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "2.0.4",
|
|
25
25
|
"lit": "3.1.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "bc275bc44bc77b2e5802f2da9e92a0aca4479155"
|
|
28
28
|
}
|