@nebularstreams/libmui 2.5.62 → 2.5.65

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebularstreams/libmui",
3
3
  "description": "Micro UI based on Mithril",
4
- "version": "2.5.62",
4
+ "version": "2.5.65",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -883,7 +883,7 @@ const
883
883
  emptyIcon: metaDef.emptyIcon || metaDef.icon,
884
884
  confirm: metaDef.confirm,
885
885
  icon: metaDef.icon || attrs.icon,
886
- hint: metaDef.title,
886
+ hint: metaDef.hint,
887
887
  label: metaDef.label,
888
888
  title: metaDef.question,
889
889
  itemsKey: typeof metaDef.optionsKey === "function" ? () => {
@@ -1,6 +1,5 @@
1
1
  .textfield {
2
2
  position: relative;
3
- flex-shrink: 0;
4
3
  }
5
4
 
6
5
  .textfield input {