neo.mjs 4.4.5 → 4.4.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "4.4.5",
3
+ "version": "4.4.6",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -191,7 +191,9 @@
191
191
  display : flex;
192
192
  flex : 1 1 100px;
193
193
  min-height : v(textfield-input-height);
194
+ outline : 0 solid v(textfield-outline-active);
194
195
  overflow : hidden;
196
+ transition : outline-width .1s ease-out;
195
197
 
196
198
  .neo-textfield-input {
197
199
  border : none;