@uzum-tech/ui 1.1.4 → 1.1.5

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 CHANGED
@@ -106796,7 +106796,7 @@
106796
106796
  watermarkProps: watermarkProps
106797
106797
  });
106798
106798
 
106799
- var version = "1.1.4";
106799
+ var version = "1.1.5";
106800
106800
 
106801
106801
  function create({
106802
106802
  componentPrefix = "U",
@@ -107586,6 +107586,20 @@
107586
107586
  }
107587
107587
  });
107588
107588
 
107589
+ function UzumUiResolver() {
107590
+ return {
107591
+ type: "component",
107592
+ resolve: name => {
107593
+ if (name.match(/^(U[A-Z]|u-[a-z])/)) {
107594
+ return {
107595
+ name,
107596
+ from: "@uzum-tech/ui"
107597
+ };
107598
+ }
107599
+ }
107600
+ };
107601
+ }
107602
+
107589
107603
  exports.NA = a;
107590
107604
  exports.NP = p;
107591
107605
  exports.UAffix = UAffix;
@@ -107732,6 +107746,7 @@
107732
107746
  exports.UUploadTrigger = UUploadTrigger;
107733
107747
  exports.UWatermark = Watermark;
107734
107748
  exports.UxButton = XButton;
107749
+ exports.UzumUiResolver = UzumUiResolver;
107735
107750
  exports.aProps = aProps;
107736
107751
  exports.affixProps = affixProps;
107737
107752
  exports.alertDark = alertDark;