@fluid-topics/ft-select 1.1.42 → 1.1.44
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.d.ts +0 -1
- package/build/ft-select.js +9 -10
- package/build/ft-select.light.js +102 -106
- package/build/ft-select.min.js +193 -197
- package/build/ft-select.styles.js +0 -4
- package/package.json +7 -7
|
@@ -130,8 +130,6 @@ export const styles = css `
|
|
|
130
130
|
display: none;
|
|
131
131
|
position: absolute;
|
|
132
132
|
top: 100%;
|
|
133
|
-
left: 0;
|
|
134
|
-
right: 0;
|
|
135
133
|
color: ${FtSelectCssVariables.optionsColor};
|
|
136
134
|
background: ${FtSelectCssVariables.colorSurface};
|
|
137
135
|
z-index: ${FtSelectCssVariables.optionsZIndex};
|
|
@@ -140,8 +138,6 @@ export const styles = css `
|
|
|
140
138
|
|
|
141
139
|
.ft-select--fixed .ft-select--options {
|
|
142
140
|
position: fixed;
|
|
143
|
-
right: unset;
|
|
144
|
-
/* left and top are set dynamically */
|
|
145
141
|
}
|
|
146
142
|
|
|
147
143
|
.ft-select--options-displayed .ft-select--options {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-select",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.44",
|
|
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": "1.1.
|
|
23
|
-
"@fluid-topics/ft-input-label": "1.1.
|
|
24
|
-
"@fluid-topics/ft-ripple": "1.1.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.1.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.1.44",
|
|
23
|
+
"@fluid-topics/ft-input-label": "1.1.44",
|
|
24
|
+
"@fluid-topics/ft-ripple": "1.1.44",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.1.44",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.1.44",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "338d6b90cd29912af999509fb4d399e13a93e54d"
|
|
30
30
|
}
|