ninemoon-ui 0.0.21 → 0.0.22

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.css CHANGED
@@ -434,9 +434,6 @@
434
434
  .tdd-rounded-full {
435
435
  border-radius: 9999px;
436
436
  }
437
- .tdd-rounded-lg {
438
- border-radius: 0.5rem;
439
- }
440
437
  .tdd-rounded-sm {
441
438
  border-radius: 0.125rem;
442
439
  }
@@ -743,11 +740,6 @@
743
740
  .tdd-opacity-0 {
744
741
  opacity: 0;
745
742
  }
746
- .tdd-shadow-tddimgshadow {
747
- --tw-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.08);;
748
- --tw-shadow-colored: 0px 1px 8px 1px var(--tw-shadow-color);
749
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
750
- }
751
743
  .tdd-outline-none {
752
744
  outline: 2px solid transparent;
753
745
  outline-offset: 2px;
package/dist/index.umd.js CHANGED
@@ -439,9 +439,6 @@
439
439
  .tdd-rounded-full {
440
440
  border-radius: 9999px;
441
441
  }
442
- .tdd-rounded-lg {
443
- border-radius: 0.5rem;
444
- }
445
442
  .tdd-rounded-sm {
446
443
  border-radius: 0.125rem;
447
444
  }
@@ -748,11 +745,6 @@
748
745
  .tdd-opacity-0 {
749
746
  opacity: 0;
750
747
  }
751
- .tdd-shadow-tddimgshadow {
752
- --tw-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.08);;
753
- --tw-shadow-colored: 0px 1px 8px 1px var(--tw-shadow-color);
754
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
755
- }
756
748
  .tdd-outline-none {
757
749
  outline: 2px solid transparent;
758
750
  outline-offset: 2px;
@@ -2258,14 +2250,14 @@
2258
2250
  };
2259
2251
  const validate = async (callBack) => {
2260
2252
  let passflag = true;
2261
- checkList.value.forEach(async (rule) => {
2253
+ for (const rule of checkList.value) {
2262
2254
  await rule.fc((msg) => {
2263
2255
  if (msg !== null && msg !== void 0) {
2264
2256
  passflag = false;
2265
2257
  console.warn(msg);
2266
2258
  }
2267
2259
  });
2268
- });
2260
+ }
2269
2261
  if (passflag === true) {
2270
2262
  callBack(passflag);
2271
2263
  }
@@ -24,14 +24,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  };
25
25
  const validate = async (callBack) => {
26
26
  let passflag = true;
27
- checkList.value.forEach(async (rule) => {
27
+ for (const rule of checkList.value) {
28
28
  await rule.fc((msg) => {
29
29
  if (msg !== null && msg !== void 0) {
30
30
  passflag = false;
31
31
  console.warn(msg);
32
32
  }
33
33
  });
34
- });
34
+ }
35
35
  if (passflag === true) {
36
36
  callBack(passflag);
37
37
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.0.21",
4
+ "version": "0.0.22",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",