@uzum-tech/ui 1.12.1 → 1.12.2
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/dist/index.prod.js +1 -1
- package/es/_internal/typography/src/text.d.ts +2 -2
- package/es/config-provider/src/internal-interface.d.ts +2 -0
- package/es/typography/src/text.d.ts +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/typography/src/text.d.ts +2 -2
- package/lib/config-provider/src/internal-interface.d.ts +2 -0
- package/lib/typography/src/text.d.ts +2 -2
- 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
|
@@ -140438,7 +140438,7 @@
|
|
|
140438
140438
|
watermarkProps: watermarkProps
|
|
140439
140439
|
});
|
|
140440
140440
|
|
|
140441
|
-
var version = "1.12.
|
|
140441
|
+
var version = "1.12.2";
|
|
140442
140442
|
|
|
140443
140443
|
function create({
|
|
140444
140444
|
componentPrefix = "U",
|