@fluid-topics/ft-select 0.2.20 → 0.2.21
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-select.light.js
CHANGED
|
@@ -191,7 +191,6 @@ const W=Symbol.for(""),K=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
|
|
|
191
191
|
position: absolute;
|
|
192
192
|
top: calc(50% - var(--ft-typography-caption-line-height) / 2);
|
|
193
193
|
transition: top 250ms;
|
|
194
|
-
width: calc(100% - 8px);
|
|
195
194
|
overflow: hidden;
|
|
196
195
|
white-space: nowrap;
|
|
197
196
|
text-overflow: ellipsis;
|
package/build/ft-select.min.js
CHANGED
|
@@ -279,7 +279,6 @@ const vt=1,bt=2,gt=t=>(...e)=>({_$litDirective$:t,values:e});class mt{constructo
|
|
|
279
279
|
position: absolute;
|
|
280
280
|
top: calc(50% - var(--ft-typography-caption-line-height) / 2);
|
|
281
281
|
transition: top 250ms;
|
|
282
|
-
width: calc(100% - 8px);
|
|
283
282
|
overflow: hidden;
|
|
284
283
|
white-space: nowrap;
|
|
285
284
|
text-overflow: ellipsis;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-select",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.21",
|
|
4
4
|
"description": "Value selector for a predefined list of choices",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-icon": "^0.2.
|
|
23
|
-
"@fluid-topics/ft-input-label": "^0.2.
|
|
24
|
-
"@fluid-topics/ft-ripple": "^0.2.
|
|
25
|
-
"@fluid-topics/ft-typography": "^0.2.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "^0.2.
|
|
22
|
+
"@fluid-topics/ft-icon": "^0.2.21",
|
|
23
|
+
"@fluid-topics/ft-input-label": "^0.2.21",
|
|
24
|
+
"@fluid-topics/ft-ripple": "^0.2.21",
|
|
25
|
+
"@fluid-topics/ft-typography": "^0.2.21",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "^0.2.21",
|
|
27
27
|
"lit": "2.1.3"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "081fdb95b1d88ac385722f9d37abb3ff9e20efd1"
|
|
30
30
|
}
|