@uzum-tech/ui 1.12.10 → 1.12.11
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 -2
- package/dist/index.prod.js +2 -2
- package/es/_internal/clear/src/Clear.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/Clear.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23891,7 +23891,6 @@
|
|
|
23891
23891
|
{
|
|
23892
23892
|
key: "dismiss",
|
|
23893
23893
|
class: `${clsPrefix}-base-clear__clear`,
|
|
23894
|
-
onClick: this.onClear,
|
|
23895
23894
|
onMousedown: this.handleMouseDown,
|
|
23896
23895
|
"data-clear": true
|
|
23897
23896
|
},
|
|
@@ -128609,7 +128608,7 @@
|
|
|
128609
128608
|
watermarkProps: watermarkProps
|
|
128610
128609
|
});
|
|
128611
128610
|
|
|
128612
|
-
var version = "1.12.
|
|
128611
|
+
var version = "1.12.11";
|
|
128613
128612
|
|
|
128614
128613
|
function create({
|
|
128615
128614
|
componentPrefix = "U",
|