@fluid-topics/ft-select 0.1.7 → 0.1.8
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.js +2 -1
- package/build/ft-select.light.js +2 -1
- package/build/ft-select.min.js +2 -1
- package/package.json +6 -6
package/build/ft-select.js
CHANGED
|
@@ -114,7 +114,8 @@ let FtSelect = class FtSelect extends FtLitElement {
|
|
|
114
114
|
color: ${FtSelectCssVariables.colorOnSurfaceDisabled};
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.ft-select:not(.ft-select--disabled) .ft-select--input-panel
|
|
117
|
+
.ft-select:not(.ft-select--disabled) .ft-select--input-panel,
|
|
118
|
+
.ft-select:not(.ft-select--disabled) .ft-select--option {
|
|
118
119
|
cursor: pointer;
|
|
119
120
|
}
|
|
120
121
|
|
package/build/ft-select.light.js
CHANGED
|
@@ -440,7 +440,8 @@ const Te=e.css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-wei
|
|
|
440
440
|
color: ${Ce.colorOnSurfaceDisabled};
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
.ft-select:not(.ft-select--disabled) .ft-select--input-panel
|
|
443
|
+
.ft-select:not(.ft-select--disabled) .ft-select--input-panel,
|
|
444
|
+
.ft-select:not(.ft-select--disabled) .ft-select--option {
|
|
444
445
|
cursor: pointer;
|
|
445
446
|
}
|
|
446
447
|
|
package/build/ft-select.min.js
CHANGED
|
@@ -529,7 +529,8 @@ const vi=s`:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:
|
|
|
529
529
|
color: ${xi.colorOnSurfaceDisabled};
|
|
530
530
|
}
|
|
531
531
|
|
|
532
|
-
.ft-select:not(.ft-select--disabled) .ft-select--input-panel
|
|
532
|
+
.ft-select:not(.ft-select--disabled) .ft-select--input-panel,
|
|
533
|
+
.ft-select:not(.ft-select--disabled) .ft-select--option {
|
|
533
534
|
cursor: pointer;
|
|
534
535
|
}
|
|
535
536
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-select",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
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-input-label": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-ripple": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
25
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-input-label": "^0.1.8",
|
|
23
|
+
"@fluid-topics/ft-ripple": "^0.1.8",
|
|
24
|
+
"@fluid-topics/ft-typography": "^0.1.8",
|
|
25
|
+
"@fluid-topics/ft-wc-utils": "^0.1.8",
|
|
26
26
|
"@material/mwc-icon": "^0.25.3",
|
|
27
27
|
"lit": "^2.0.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "45fdf008556920bbd5fcc2e766c273aed959178d"
|
|
30
30
|
}
|