@uzum-tech/ui 1.3.0 → 1.3.1

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
@@ -34772,6 +34772,45 @@
34772
34772
  }
34773
34773
  });
34774
34774
 
34775
+ var EditIcon = vue.defineComponent({
34776
+ name: "Edit",
34777
+ render() {
34778
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
34779
+ "path",
34780
+ {
34781
+ d: "M21.03 2.97a3.578 3.578 0 0 1 0 5.06L9.062 20a2.25 2.25 0 0 1-.999.58l-5.116 1.395a.75.75 0 0 1-.92-.921l1.395-5.116a2.25 2.25 0 0 1 .58-.999L15.97 2.97a3.578 3.578 0 0 1 5.06 0zM15 6.06L5.062 16a.75.75 0 0 0-.193.333l-1.05 3.85l3.85-1.05A.75.75 0 0 0 8 18.938L17.94 9L15 6.06zm2.03-2.03l-.97.97L19 7.94l.97-.97a2.079 2.079 0 0 0-2.94-2.94z",
34782
+ fill: "currentColor"
34783
+ }
34784
+ )));
34785
+ }
34786
+ });
34787
+
34788
+ var HistoryFinishIcon = vue.defineComponent({
34789
+ name: "CheckmarkCircle",
34790
+ render() {
34791
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
34792
+ "path",
34793
+ {
34794
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm-1.25 9.94l4.47-4.47a.75.75 0 0 1 1.133.976l-.073.084l-5 5a.75.75 0 0 1-.976.073l-.084-.073l-2.5-2.5a.75.75 0 0 1 .976-1.133l.084.073l1.97 1.97l4.47-4.47l-4.47 4.47z",
34795
+ fill: "currentColor"
34796
+ }
34797
+ )));
34798
+ }
34799
+ });
34800
+
34801
+ var HistoryErrorIcon = vue.defineComponent({
34802
+ name: "DismissCircle",
34803
+ render() {
34804
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
34805
+ "path",
34806
+ {
34807
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm3.446 4.897l.084.073a.75.75 0 0 1 .073.976l-.073.084L13.061 12l2.47 2.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L12 13.061l-2.47 2.47a.75.75 0 0 1-.976.072l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L10.939 12l-2.47-2.47a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 10.939l2.47-2.47a.75.75 0 0 1 .976-.072z",
34808
+ fill: "currentColor"
34809
+ }
34810
+ )));
34811
+ }
34812
+ });
34813
+
34775
34814
  var UIconSwitchTransition = vue.defineComponent({
34776
34815
  name: "BaseIconSwitchTransition",
34777
34816
  setup(_, { slots }) {
@@ -96521,69 +96560,6 @@
96521
96560
  }
96522
96561
  });
96523
96562
 
96524
- const _hoisted_1$2 = {
96525
- xmlns: 'http://www.w3.org/2000/svg',
96526
- 'xmlns:xlink': 'http://www.w3.org/1999/xlink',
96527
- viewBox: '0 0 24 24'
96528
- };
96529
- const _hoisted_2$2 = /*#__PURE__*/vue.createElementVNode('g', {
96530
- fill: 'none'
96531
- }, [/*#__PURE__*/vue.createElementVNode('path', {
96532
- d: 'M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm-1.25 9.94l4.47-4.47a.75.75 0 0 1 1.133.976l-.073.084l-5 5a.75.75 0 0 1-.976.073l-.084-.073l-2.5-2.5a.75.75 0 0 1 .976-1.133l.084.073l1.97 1.97l4.47-4.47l-4.47 4.47z',
96533
- fill: 'currentColor'
96534
- })], -1
96535
- /* HOISTED */);
96536
-
96537
- const _hoisted_3$2 = [_hoisted_2$2];
96538
- var HistoryFinishIcon = vue.defineComponent({
96539
- name: 'CheckmarkCircle24Regular',
96540
- render: function render(_ctx, _cache) {
96541
- return vue.openBlock(), vue.createElementBlock('svg', _hoisted_1$2, _hoisted_3$2);
96542
- }
96543
- });
96544
-
96545
- const _hoisted_1$1 = {
96546
- xmlns: 'http://www.w3.org/2000/svg',
96547
- 'xmlns:xlink': 'http://www.w3.org/1999/xlink',
96548
- viewBox: '0 0 24 24'
96549
- };
96550
- const _hoisted_2$1 = /*#__PURE__*/vue.createElementVNode('g', {
96551
- fill: 'none'
96552
- }, [/*#__PURE__*/vue.createElementVNode('path', {
96553
- d: 'M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm3.446 4.897l.084.073a.75.75 0 0 1 .073.976l-.073.084L13.061 12l2.47 2.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L12 13.061l-2.47 2.47a.75.75 0 0 1-.976.072l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L10.939 12l-2.47-2.47a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 10.939l2.47-2.47a.75.75 0 0 1 .976-.072z',
96554
- fill: 'currentColor'
96555
- })], -1
96556
- /* HOISTED */);
96557
-
96558
- const _hoisted_3$1 = [_hoisted_2$1];
96559
- var HistoryErrorIcon = vue.defineComponent({
96560
- name: 'DismissCircle24Regular',
96561
- render: function render(_ctx, _cache) {
96562
- return vue.openBlock(), vue.createElementBlock('svg', _hoisted_1$1, _hoisted_3$1);
96563
- }
96564
- });
96565
-
96566
- const _hoisted_1 = {
96567
- xmlns: 'http://www.w3.org/2000/svg',
96568
- 'xmlns:xlink': 'http://www.w3.org/1999/xlink',
96569
- viewBox: '0 0 24 24'
96570
- };
96571
- const _hoisted_2 = /*#__PURE__*/vue.createElementVNode('g', {
96572
- fill: 'none'
96573
- }, [/*#__PURE__*/vue.createElementVNode('path', {
96574
- d: 'M21.03 2.97a3.578 3.578 0 0 1 0 5.06L9.062 20a2.25 2.25 0 0 1-.999.58l-5.116 1.395a.75.75 0 0 1-.92-.921l1.395-5.116a2.25 2.25 0 0 1 .58-.999L15.97 2.97a3.578 3.578 0 0 1 5.06 0zM15 6.06L5.062 16a.75.75 0 0 0-.193.333l-1.05 3.85l3.85-1.05A.75.75 0 0 0 8 18.938L17.94 9L15 6.06zm2.03-2.03l-.97.97L19 7.94l.97-.97a2.079 2.079 0 0 0-2.94-2.94z',
96575
- fill: 'currentColor'
96576
- })], -1
96577
- /* HOISTED */);
96578
-
96579
- const _hoisted_3 = [_hoisted_2];
96580
- var EditIcon = vue.defineComponent({
96581
- name: 'Edit24Regular',
96582
- render: function render(_ctx, _cache) {
96583
- return vue.openBlock(), vue.createElementBlock('svg', _hoisted_1, _hoisted_3);
96584
- }
96585
- });
96586
-
96587
96563
  const stepProps = {
96588
96564
  status: String,
96589
96565
  title: String,
@@ -106931,7 +106907,7 @@
106931
106907
  watermarkProps: watermarkProps
106932
106908
  });
106933
106909
 
106934
- var version = "1.3.0";
106910
+ var version = "1.3.1";
106935
106911
 
106936
106912
  function create({
106937
106913
  componentPrefix = "U",