@antimatter-audio/antimatter-ui 11.0.2 → 11.0.3
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1602,7 +1602,7 @@ function Dropdown(param) {
|
|
|
1602
1602
|
}));
|
|
1603
1603
|
}
|
|
1604
1604
|
|
|
1605
|
-
var css_248z$8 = ".TextInput {\n pointer-events: auto;\n
|
|
1605
|
+
var css_248z$8 = ".TextInput {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.TextInput::-moz-selection {\n background: transparent;\n}\n.TextInput::selection {\n background: transparent;\n}\n\n.TextInput:disabled {\n -webkit-user-select: none;\n user-select: none;\n}\n\n.isActive .TextInput {\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n}\n";
|
|
1606
1606
|
styleInject(css_248z$8);
|
|
1607
1607
|
|
|
1608
1608
|
function _array_like_to_array$f(arr, len) {
|